
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

body {
font-family: "Barlow Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #ffffff;
  color: #222222;
  overflow-x: hidden;
  font-size: medium;
}


.backdrop-blur {
  -webkit-backdrop-filter: blur(8px) saturate(110%);
  backdrop-filter: blur(8px) saturate(110%);
}


* { -webkit-user-select: none; -moz-user-select: none; user-select: none; }


.width-stretch { width: -webkit-fill-available; width: stretch; }


.text-decoration-skip {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}


.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


.top-line {
  height: 4px;
  background-color: #7b1b83; 
}


.logo-splash {
  position: fixed;
  inset: 0;
  background-color: #241e1e;      
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  pointer-events: none;
  box-shadow: 0 0 20px white;
}

.logo-splash img {
  width: 260px;                   
  height: auto;
  object-fit: contain;
}


.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 60px;
  background-color: hsl(220, 2%, 68%);
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  position: sticky;
  top: 0;
  z-index: 20;
  opacity: 0;                     
  transform: translateY(-20px);
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 14px;

}


.logo-area img {
  width: 100px;
  height: 100px;
}



.logo-text h1 {
  font-size: 20px;
  letter-spacing: 0.04em;
}

.logo-text span {
  font-size: 12px;
  text-transform: uppercase;
  color: #131313;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-right: 60px;
  padding-left: 60px;
  font-size: 20px;

}

.nav-link {
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #444444;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.25s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #b51e31;
  transition: width 0.25s ease;
}

.nav-link:hover {
  color: #b51e31;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}


.btn-join {
  text-decoration: none;
  padding: 10px 26px;
  background-color: #b51e31;
  color: #ffffff;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  box-shadow: 0 6px 14px rgba(181,30,49,0.4);
  
}

.btn-join::before {
  content: "";
  position: absolute;
  left: -40%;
  top: 0;
  width: 40%;
  height: 100%;
  background: rgba(255,255,255,0.25);
  transform: skewX(-25deg);
  transition: transform 0.5s ease;
}

.btn-join:hover {
  transform: translateY(-2px) scale(1.03);
  background-color: #d1243a;
  box-shadow: 0 10px 26px rgba(181,30,49,0.5);
}

.btn-join:hover::before {
  transform: translateX(260%) skewX(-25deg);
}


.hero {
  position: relative;
  height: 420px;
  background-image: url("images/m-back.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #ffffff;
  overflow: hidden;
  opacity: 0;                      
  transform: translateY(20px);
  background-image: url("images/background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; 
  background-size: 100% ;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.45), rgba(0,0,0,0.8));
}

.hero-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}


.hero-rotator {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 30;
  pointer-events: none; 
  color: #ffffff;
}

.hero-rotator .rot-line {
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.02em;
  letter-spacing: 0.12em;
  color: #1b1818;
  text-shadow: 0 0 5px #FFFBF1;
  margin: 4px 0;
}

.hero-rotator .rot-line-1 {
  font-size: 20px;
  opacity: 0.95;
}

.hero-rotator .rot-line-2 {
  font-size: 28px;
  opacity: 0.95;
}

.hero-rotator .rot-word {
  display: inline-block;
  min-width: 180px; 
}


.hero-logo {
  position: absolute;
  display: block;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.25s ease;
  text-decoration: none;
}

.hero-logo img {
  max-width: 250px;      
  transition: all 0.3s ease;
}

.hero-logo:hover img {
  transform: translateY(-8px) scale(1.06);
}


.hero-logo-1 {
  top: 10%;
  left: 5%;
}

.hero-logo-2 {
  top: 10%;
  left: 22%;
}

.hero-logo-3 {
  top: 10%;
  left: 39%;
}

.hero-logo-4 {
  top: 10%;
  left: 56%;
}

.hero-logo-5 {
  top: 10%;
  left: 73%;
}


.hero-logo-6 {
  top: 50%;
  left: 12%;
}

.hero-logo-7 {
  top: 50%;
  left: 32%;
}

.hero-logo-8 {
  top: 50%;
  left: 52%;
}

.hero-logo-9 {
  top: 50%;
  left: 72%;
}


.hero-content h2 {
  font-size: 36px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 16px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}


.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 24px 40px 12px; 
  background-color: #111111;
  opacity: 0;                      
  transform: translateY(20px);
}

.gallery img {
  max-width: 180px;
  filter: grayscale(100%) brightness(1.1);
  opacity: 0.0;                    
  transition: all 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.15) translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
  filter: grayscale(0%) brightness(1.15);
  opacity: 1;
}


.about-section {
  background: linear-gradient(180deg, #f9f7f4 0%, #efece7 100%);
  color: #111111;
  padding: 60px 24px;
  margin-top: 0;
}

.about-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
}

.about-content h2 {
  font-size: 28px;
  margin-bottom: 18px;
  color: #b51e31;
}

.about-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  max-width: 860px;
  margin: 0 auto;
}


.header-tagline {
  flex: 1;
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
}

.tagline-top {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  font-size: 11px;
}

.tagline-rotating {
  display: inline-block;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
}

.tag-word {
  position: absolute;
  opacity: 0;
  size: 100px;
}


.path-section {
  
  background-image: linear-gradient(135deg, rgba(249, 245, 246, 0.92) 10%, rgba(0, 0, 0, 0.92) 100%), url("images/background.jpg");
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  padding: 40px 24px;
  color: #fefefe;
  margin-top: -100px; 
  position: relative;
  overflow: hidden;
  animation: pathBgShift 14s ease-in-out infinite;
}

@keyframes pathBgShift {
  0% { background-position: 50% 45%; }
  50% { background-position: 50% 55%; }
  100% { background-position: 50% 45%; }
}

.path-content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
}

.path-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #827c7c;
  margin: 0;
}

.path-line-1 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  color: #fffbf1;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 20.3);
}

.path-line-2 {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fffbf1;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 20.3);
}

.path-rotating-word {
  display: inline-block;
  min-width: 320px;
  position: relative;
}


.about {
  background-color: #f4f3f7;         
  padding: 80px 60px;
  color: #222222;
  text-align: center;
}

.about-inner {
  max-width: 900px;
  margin: 0 auto;
  opacity: 0;                         
  transform: translateY(40px);
}

.about h2 {
  font-size: 28px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #b51e31;
}

.about p {
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 12px;
}


.about-more-btn {
  display: inline-block;
  margin-top: 24px;
  padding: 10px 30px;
  border-radius: 999px;
  background-color: #b51e31;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  transition: background-color 0.25s ease, transform 0.25s ease,
              box-shadow 0.25s ease;
  box-shadow: 0 6px 14px rgba(181, 30, 49, 0.35);
}

.about-more-btn:hover {
  background-color: #7b1b83;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(123, 27, 131, 0.45);
}



.contact-team-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f9f7f4 0%, #efece7 100%);
}

.contact-team-section .section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #d8122c;
  letter-spacing: 0.04em;
}

.contact-team-section .section-subtitle {
  text-align: center;
  color: #000000;
  margin-bottom: 50px;
  font-size: 16px;
}

.contact-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-info,
.contact-form {
  flex: 1;
  min-width: 320px;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.contact-info h3 {
  margin-bottom: 24px;
  font-size: 26px;
  color: #b51e31;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.contact-info p {
  margin-bottom: 16px;
  font-size: 15px;
  color: #444;
  line-height: 1.8;
}

.contact-info strong {
  color: #b51e31;
  font-weight: 600;
}

.contact-form form input,
.contact-form form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form form input:focus,
.contact-form form textarea:focus {
  outline: none;
  border-color: #b51e31;
  box-shadow: 0 0 0 3px rgba(181, 30, 49, 0.1);
}

.contact-form form textarea {
  resize: vertical;
  min-height: 120px;
}

.form-row {
  display: flex;
  gap: 15px;
}

.form-row input {
  flex: 1;
}

.contact-btn {
  width: 100%;
  padding: 14px;
  background: #b51e31;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.3s ease, transform 0.2s ease;
  box-shadow: 0 6px 16px rgba(181, 30, 49, 0.3);
}

.contact-btn:hover {
  background: linear-gradient(135deg, #d1243a 0%, #f64444 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(181, 30, 49, 0.4);
}

.contact-btn:active {
  transform: translateY(0);
}

.form-success-message {
  display: none;
  padding: 14px 16px;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  border-radius: 6px;
  margin-bottom: 20px;
  font-weight: 500;
}

.form-success-message.show {
  display: block;
  animation: slideIn 0.4s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media(max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
  }

  .contact-team-section .section-title {
    font-size: 26px;
  }

  .contact-info,
  .contact-form {
    padding: 30px 20px;
  }
}



.social-icons {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.social-icons a {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  color: #000000;
  transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease;
  color: #000000;
}

.social-icons a svg { color: #000000; width: 20px; height: 20px; }

.social-icons a:hover { transform: translateY(-6px) rotate(-4deg); background: rgba(255,255,255,0.08); }


.brand-tagline { text-align: center; padding: 18px 12px; background: #1b1b1b; color: #fff; }
.brand-tagline .tagline-inner { max-width: 900px; margin: 0 auto; font-weight: 700; letter-spacing: 0.08em; }


.site-footer { background-image: url('images/background.png'); background-size: cover; background-position: center; padding: 36px 20px; color: #fff; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; gap: 30px; align-items: flex-start; }
.footer-left { flex: 0 0 160px; }
.footer-logo { width: 1000px; height: auto; }
.footer-cols { display: flex; gap: 30px; flex: 1; }
.footer-col { flex: 1; min-width: 160px; }
.footer-col h4 { font-size: 16px; margin-bottom: 12px; color: #fffbf1; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col a { color: rgba(255,255,255,0.9); text-decoration: none; transition: color 0.2s ease; }
.footer-col a:hover { color: #ffd8d8; }

.footer-socials a { display: inline-block; margin-right: 10px; color: rgba(255,255,255,0.95); text-decoration: none; }

@media(max-width: 880px) {
  .footer-inner { flex-direction: column; align-items: center; text-align: center; }
  .footer-cols { flex-direction: column; gap: 20px; }
  .footer-left { margin-bottom: 12px; }
}


.reveal-up { opacity: 0; transform: translateY(18px); }
.reveal-left { opacity: 0; transform: translateX(-18px); }
.reveal-right { opacity: 0; transform: translateX(18px); }


.company-links-section {
  background-color: #b51e31;  /* red bar */
  color: #ffffff;
  padding: 32px 40px;
}

.company-links-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 60px;
  align-items: center;
}

.company-logo-block {
  display: flex;
  align-items: center;
}

.company-logo {
  max-width: 110px;
  height: auto;
}
.company-block h4 {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fffbf1;
}

.company-explore-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.company-explore-block li {
  margin-bottom: 4px;
}
.company-explore-block a {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}

.company-explore-block a:hover {
  text-decoration: underline;
}


.company-right-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}


.company-follow-block .social-icons {
  display: flex;
  gap: 10px;
}

.company-follow-block img {
  width: 26px;
  height: 26px;
  display: block;
}
.company-contact-block p {
  margin: 2px 0;
  font-size: 14px;
  color: #fffbf1;
}

@media (max-width: 900px) {
  .company-links-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 24px;
  }

.company-explore-block ul,
  .company-follow-block .social-icons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }

}

.company-explore-block li {
    margin-bottom: 0;
  }

  .company-right-block {
    align-items: center;
  }
}



@keyframes floatLogo {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}
.company-logo { will-change: transform; }

.company-logo-block .company-logo.animate-float {
  animation: floatLogo 3.2s ease-in-out infinite;
}

.company-block {
  flex: 1;
  padding: 6px 8px;
  opacity: 1;
  transform: none;
}

.company-block h4 {
  font-size: 16px;
  color: #2b2b2b;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}


.company-block, .company-block p, .company-block a { color: #000000 !important; }


.company-explore-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.company-explore-block ul li {
  margin-bottom: 8px;
}

.company-explore-block ul li a {
  color: #444444;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.18s ease, transform 0.18s ease;
}

.company-explore-block ul li a:hover {
  color: #b51e31;
  transform: translateX(4px);
}

.company-follow-block .social-icons {
  margin-top: 6px;
  display: flex;
  gap: 12px;
  align-items: center;
  
}

.company-follow-block .social-icons a {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: #000000;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
  color: #7b1b83;
}


.company-follow-block .social-icons a img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(1) contrast(1.1);
  transition: filter 0.28s ease;
  opacity: 1;
  visibility: visible;
  
}

.company-explore-block ul li a::after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg,#b51e31,#7b1b83);
  transition: width 0.28s ease;
}

.company-explore-block ul li a:hover::after { width: 56%; }

.company-explore-block ul li a { padding-bottom: 6px; }

.company-links-section .company-block { transition: transform 0.45s cubic-bezier(.2,.9,.2,1), opacity 0.45s ease; }


.company-links-section.revealed { box-shadow: 0 20px 40px rgba(123,27,131,0.04); }

.company-follow-block .social-icons a:hover {
  transform: translateY(-6px) rotate(-6deg) scale(1.08);
  box-shadow: 0 10px 26px rgba(181, 30, 49, 0.25);
  background: #ba4f4f;
}

.company-follow-block .social-icons a:hover img {
  filter: brightness(1.15) contrast(1.2) drop-shadow(0 4px 8px rgba(181, 30, 49, 0.2));
}

.company-contact-block p {
  margin: 6px 0;
  color: #000000;
  font-size: 14px;
  color: #000000 ;
}

@media (max-width: 880px) {
  .company-links-inner { flex-direction: column; align-items: center; text-align: center; }
  .company-logo-block { justify-content: center; margin-bottom: 8px; }
  .company-block { width: 100%; }
}


.site-bottom-bar {
  background-color: #111111;
  color: rgba(255,255,255,0.8);
  text-align: center;
  padding: 14px 12px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-bottom-bar p {
  margin: 0;
}

.fixed-bg-section {
  min-height: 50vh;                    
  background-image: url("images/backgroum-m.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

 
  background-attachment: fixed;

  position: relative;
}


.fixed-bg-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.45),
    rgba(0,0,0,0.75)
  );
}


.about-page {
  background: linear-gradient(135deg, #f8f5f2 0%, #f0ece7 100%);
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
}

.about-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
  
}

.about-text {
  perspective: 1000px;
}

.about-text h2 {
  font-size: 42px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b51e31;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.about-text p {
  font-size: 16px;
  line-height: 1.9;
  color: #555555;
  margin-bottom: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.about-image {
  position: relative;
  perspective: 1000px;

}

.about-image img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.18);
  transition: transform 0.6s cubic-bezier(0.2, 0.9, 0.2, 1),
              box-shadow 0.6s ease;
}


.about-image img:hover {
  transform: translateY(-8px) scale(1.02) rotateY(2deg);
  box-shadow: 0 32px 80px rgba(181, 30, 49, 0.25);
}



.about-text {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .about-page {
    padding: 60px 24px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-text h2 {
    font-size: 32px;
  }
  .about-image img {
    max-width: 100%;
  }
}


.sand-section {
  position: relative;
  background-image: url("images/sand.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;        
  color: #ffffff;
  padding: 90px 60px;
  overflow: hidden;
}

.sand-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0,0,0,0.65),
    rgba(0,0,0,0.35),
    rgba(0,0,0,0.75)
  );
  pointer-events: none;
}

.sand-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  z-index: 1;
}

.sand-text h2 {
  font-size: 32px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #fffbf1;
}

.sand-text p {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255,255,255,0.88);
  margin-bottom: 10px;
}


.sand-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(0,0,0,0.5);
}

.sand-image img {
  width: 100%;
  display: block;
  transform: scale(1.04);
}


.sand-text,
.sand-image {
  opacity: 0;
  transform: translateY(32px);
}

@media (max-width: 900px) {
  .sand-section {
    padding: 70px 24px;
    background-attachment: scroll;   
  }
  .sand-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .sand-image {
    order: -1;
  }
}


.triple-section {
  position: relative;
  background-image: url("images/image_3.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 90px 60px;
  color: #ffffff;
  overflow: hidden;
}

.triple-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(0,0,0,0.45), rgba(0,0,0,0.85));
  pointer-events: none;
}

.triple-inner {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  z-index: 1;
}


.triple-heading {
  grid-column: 1 / -1;
  text-align: center;
  margin-bottom: 8px;
  opacity: 0;
  transform: translateY(24px);
}

.triple-heading h2 {
  font-size: 30px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fffbf1;
}


.triple-col h3 {
  font-size: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #fffbf1;
}

.triple-col p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
}


.triple-image-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(0,0,0,0.6);
}

.triple-image-card img {
  width: 100%;
  display: block;
  transform: scale(1.03);
}

.triple-caption {
  margin-top: 14px;
  font-size: 14px;
  text-align: center;
  color: rgba(255,255,255,0.86);
}


.triple-left,
.triple-center,
.triple-right {
  opacity: 0;
  transform: translateY(32px);
}

@media (max-width: 960px) {
  .triple-section {
    padding: 70px 24px;
    background-attachment: scroll;
  }

  .triple-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .triple-heading {
    margin-bottom: 4px;
  }

  .triple-center {
    order: -1; 
  }

  .triple-caption {
    text-align: left;
  }
}

.culinary-section {
  position: relative;
  background-image: url("images/backgroum-m.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 110px 40px;
  color: #ffffff;
  overflow: hidden;
}

.culinary-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.45),
    rgba(0,0,0,0.85)
  );
  pointer-events: none;
}

.culinary-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  opacity: 0;                 
  transform: translateY(40px);
}

.culinary-inner h2 {
  font-size: 30px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fffbf1;
}

.culinary-inner p {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255,255,255,0.9);
  margin-bottom: 10px;
}


.culinary-btn {
  display: inline-block;
  margin-top: 26px;
  padding: 14px 42px;
  border-radius: 999px;
  background-color: #b51e31;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 12px 32px rgba(0,0,0,0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.culinary-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 42px rgba(0,0,0,0.6);
  filter: brightness(1.05);
}

@media (max-width: 900px) {
  .culinary-section {
    padding: 90px 24px;
    background-attachment: scroll;
  }

  .culinary-inner h2 {
    font-size: 22px;
    letter-spacing: 0.12em;
  }
}

.brands-hero {
  position: relative;
  background-image: url("images/OUR-BRANDS.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 110px 40px;
  color: #ffffff;
  overflow: hidden;
}

.brands-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0,0,0,0.78),
    rgba(0,0,0,0.45),
    rgba(0,0,0,0.85)
  );
  pointer-events: none;
}

.brands-hero-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  opacity: 0;                 
  transform: translateY(40px);
}

.brands-hero-inner h1 {
  font-size: 34px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #ffffff;
}

.brands-hero-inner p {
  font-size: 20px;
  line-height: 1.9;
  color: rgba(255,255,255,0.9);
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .brands-hero {
    padding: 90px 24px;
    background-attachment: scroll;
  }
  .brands-hero-inner h1 {
    font-size: 24px;
    letter-spacing: 0.14em;
  }
}

.outlets-section {
  position: relative;
  background-image: url("images/BRAND-OUTLET-BG.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 80px 40px;
  color: #ffffff;
  overflow: hidden;
}

.outlets-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.8),
    rgba(0,0,0,0.7),
    rgba(0,0,0,0.9)
  );
  pointer-events: none;
}

.outlets-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

.outlets-inner h2 {
  font-size: 26px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fffbf1;
  margin-bottom: 12px;
}

.outlets-text {
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  max-width: 720px;
  margin: 0 auto 26px;
}


.outlets-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  justify-items: center;
}

.outlet-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 50px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease;
  border: 2px solid rgba(181, 30, 49, 0);
  will-change: transform, box-shadow, background, filter;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.outlet-card::before {
  content: '';
  position: absolute;
  inset: -100%;
  background: radial-gradient(circle at 30% 30%, rgba(181, 30, 49, 0.2), transparent 80%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.2, 0.9, 0.2, 1);
  pointer-events: none;
  will-change: opacity;
  transform: translate3d(0, 0, 0);
}

.outlet-card img {
  max-width: 150px;
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(1.05) saturate(1) drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  transition: filter 0.4s cubic-bezier(0.2, 0.9, 0.2, 1);
  will-change: filter, transform;
  position: relative;
  z-index: 1;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}


.outlets-inner h2,
.outlets-text,
.outlets-grid .outlet-card {
  opacity: 0;
  transform: translateY(24px);
}

.outlet-card:hover {
  transform: translateY(-10px) scale(1.05);
  background: rgba(255,255,255,0.06);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
  border-color: transparent;
}

.outlet-card:hover::before {
  opacity: 0;
}

.outlet-card:hover img {
  filter: brightness(1.05) saturate(1) drop-shadow(0 4px 8px rgba(0,0,0,0.1));
}

@media (max-width: 900px) {
  .outlets-section {
    padding: 70px 24px;
    background-attachment: scroll;
  }

  .outlets-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .outlets-grid {
    grid-template-columns: 1fr;
  }
}


.joinus-section {
  position: relative;
  background-image: url("images/backgroum-m.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 40px;
  color: #ffffff;
  overflow: hidden;
}

.joinus-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0,0,0,0.8),
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.9)
  );
  pointer-events: none;
}

.joinus-inner {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  opacity: 0;                 
  transform: translateY(40px);
}

.joinus-inner h2 {
  font-size: 26px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fffbf1;
  margin-bottom: 18px;
}

.joinus-inner p {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255,255,255,0.9);
  margin-bottom: 8px;
}


.joinus-btn {
  display: inline-block;
  margin-top: 26px;
  padding: 14px 42px;
  border-radius: 999px;
  background: #b51e31;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 12px 32px rgba(0,0,0,0.55);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.joinus-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 42px rgba(0,0,0,0.7);
  filter: brightness(1.05);
}

@media (max-width: 900px) {
  .joinus-section {
    padding: 80px 24px;
    background-attachment: scroll;
  }
  .joinus-inner h2 {
    font-size: 20px;
    letter-spacing: 0.14em;
  }
}



.portfolio-hero {
  background: #f5f4f2;
  padding: 70px 40px 40px;
}

.portfolio-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(24px);
  
}

.portfolio-hero-inner h1 {
  font-size: 50px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b51e31;
  margin-bottom: 14px;
}

.portfolio-hero-inner p {
  font-size: 16px;
  line-height: 1.9;
  color: #444444;
}


.portfolio-main {
  background: #f9f7f4;
  padding: 50px 40px 80px;
}

.portfolio-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}


.portfolio-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(0,0,0,0.08);
  text-decoration: none;
  color: inherit;
  opacity: 0;
  transform: translateY(24px);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease,background 0.25s ease;
}


.portfolio-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.portfolio-card {
  position: relative;
}




.portfolio-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
}
.bg-zushi {
  background-image: url("images/portfolio_zushi.png");
}
.bg-chickenman {
  background-image: url("images/portfolio_chickenman.jpg");
}
.bg-rang{
  background-image: url("images/portfolio_rang.png");
}
.bg-over{
  background-image: url("images/portfolio_over.png");
}
.bg-chopstx{
  background-image: url("images/japanies.jpg");
}
.bg-doukies{
  background-image: url("images/portfolio_doukies.png");
}
.bg-food{
  background-image: url("images/portfolio_food.png");
}
.bg-riskha{
  background-image: url("images/portfolio_riksha.png");
}
.bg-asset6{
  background-image: url("images/portfolio_asset6.png");
}

.portfolio-image img {
  width: 100%;
  height: auto;
  display: block;
}

.portfolio-info {
  padding: 16px 18px 18px;
}

.portfolio-info h3 {
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b51e31;
  margin-bottom: 8px;
}

.portfolio-info p {
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
}


.portfolio-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 28px 70px rgba(0,0,0,0.28);
  background: radial-gradient(circle at top, #ffffff, #f7f3ff);
}

.portfolio-card:hover .portfolio-image img {
  filter: brightness(1.05);
}


.portfolio-card:hover .portfolio-info h3 {
  color: #b51e31;
}

@media (max-width: 1000px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .portfolio-hero {
    padding: 60px 24px 30px;
  }
  .portfolio-main {
    padding: 40px 24px 70px;
  }
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
}




.brand-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 260px;          /* was maybe 360–450px; reduce this */
}

.brand-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0,0,0,0.85),
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.9)
  );
  pointer-events: none;
}

.brand-hero-inner {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transform: translateY(30px);
}

.brand-hero-logo {
  max-width: 260px;       /* adjust 220–320px if needed */
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,0.45));
}





.brand-hero h1 {
  font-size: 30px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #fffbf1;
}

.brand-hero p {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255,255,255,0.9);
}





.brand-detail {
  background: #f9f7f4;
  padding: 60px 40px 80px;
}

.brand-detail-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 40px;
}

.brand-detail-text h2 {
  font-size: 24px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b51e31;
  margin-bottom: 16px;
}

.brand-detail-text h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 8px;
  color: #b51e31;
}

.brand-detail-text p {
  font-size: 16px;
  line-height: 1.9;
  color: #555555;
  margin-bottom: 10px;
}

.brand-detail-side {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.brand-detail-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px 18px 30px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.06);
  opacity: 1;
  transform: none;
  font-size: 14px;
  color: #555555;
  margin: 0;
  
}

.brand-detail-card h3 {
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b51e31;
  margin-bottom: 10px;
}

.brand-detail-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.brand-detail-card ul li {
  font-size: 14px;
  color: #555555;
  margin-bottom: 6px;
}

.brand-detail-card p {
  font-size: 14px;
  color: #555555;
  margin-bottom: 30px;  
}


.brand-detail-card .btn-join {
  margin-top: 4px;      
}

@media (max-width: 900px) {
  .brand-hero {
    padding: 70px 24px 50px;
  }
  .brand-detail {
    padding: 50px 24px 70px;
  }
  .brand-detail-inner {
    grid-template-columns: 1fr;
  }
}

.zushi-gallery {
  position: relative;
  background-image: url("images/image_4.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 80px 40px 90px;
  color: #ffffff;
  overflow: hidden;
}

.zushi-gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0,0,0,0.8),
    rgba(0,0,0,0.5),
    rgba(0,0,0,0.9)
  );
  pointer-events: none;
}

.zushi-gallery-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1;
}

.zushi-gallery-inner h2 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fffbf1;
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(24px);
}


.zushi-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.zushi-gallery-item {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,0.6);
  background: radial-gradient(circle at top, #2b2b2b, #000);
  opacity: 0;
  transform: translateY(32px);
}

.zushi-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.04);
  transition: transform 0.35s ease, filter 0.35s ease;
}


.zushi-gallery-item:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

@media (max-width: 1000px) {
  .zushi-gallery {
    padding: 70px 24px 80px;
    background-attachment: scroll;
  }
  .zushi-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .zushi-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .zushi-gallery-grid {
    grid-template-columns: 1fr;
  }
}


.chickenman-gallery {
  position: relative;
  background-image: url("images/image_4.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 80px 40px 90px;
  color: #ffffff;
  overflow: hidden;
}

.chickenman-gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0,0,0,0.8),
    rgba(0,0,0,0.5),
    rgba(0,0,0,0.9)
  );
  pointer-events: none;
}

.chickenman-gallery-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1;
}

.chickenman-gallery-inner h2 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fffbf1;
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(24px);
}

.chickenman-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.chickenman-gallery-item {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,0.6);
  background: radial-gradient(circle at top, #2b2b2b, #000);
  opacity: 0;
  transform: translateY(32px);
}

.chickenman-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.04);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.chickenman-gallery-item:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

@media (max-width: 1000px) {
  .chickenman-gallery {
    padding: 70px 24px 80px;
    background-attachment: scroll;
  }
  .chickenman-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .chickenman-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .chickenman-gallery-grid {
    grid-template-columns: 1fr;
  }
}


.chickenman-hero .brand-hero-inner {
  opacity: 0;
  transform: translateY(30px);
}

.chickenman-detail .brand-detail-card {
  opacity: 0;
  transform: translateY(24px);
}






.rang-hero .brand-hero-inner {
  opacity: 0;
  transform: translateY(30px);
}

.rang-detail .brand-detail-card {
  opacity: 0;
  transform: translateY(24px);
}


.rang-gallery {
  position: relative;
  background-image: url("images/image_4.jpg"); 
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 80px 40px 90px;
  color: #ffffff;
  overflow: hidden;
}

.rang-gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0,0,0,0.8),
    rgba(0,0,0,0.5),
    rgba(0,0,0,0.9)
  );
  pointer-events: none;
}

.rang-gallery-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1;
}

.rang-gallery-inner h2 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fffbf1;
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(24px);
}

.rang-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.rang-gallery-item {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,0.6);
  background: radial-gradient(circle at top, #2b2b2b, #000);
  opacity: 0;
  transform: translateY(32px);
}

.rang-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.04);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.rang-gallery-item:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

@media (max-width: 1000px) {
  .rang-gallery {
    padding: 70px 24px 80px;
    background-attachment: scroll;
  }
  .rang-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .rang-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .rang-gallery-grid {
    grid-template-columns: 1fr;
  }
}




.over-hero {
  background-image: url("images/portfolio_over.png"); 
  background-size: auto;
  background-position: center;
}


.over-hero-inner {
  opacity: 0;
  transform: translateY(30px);
}

.over-detail-text,
.over-card {
  opacity: 1;
  transform: none;
}


.over-gallery {
  position: relative;
  background-image: url("images/image_4.jpg"); 
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 80px 40px 90px;
  color: #ffffff;
  overflow: hidden;
}

.over-gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0,0,0,0.8),
    rgba(0,0,0,0.5),
    rgba(0,0,0,0.9)
  );
  pointer-events: none;
}

.over-gallery-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1;
}

.over-gallery-inner h2 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fffbf1;
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(24px);
}

.over-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.over-gallery-item {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,0.6);
  background: radial-gradient(circle at top, #2b2b2b, #000);
  opacity: 0;
  transform: translateY(32px);
}

.over-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.04);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.over-gallery-item:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

@media (max-width: 1000px) {
  .over-gallery {
    padding: 70px 24px 80px;
    background-attachment: scroll;
  }
  .over-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .over-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .over-gallery-grid {
    grid-template-columns: 1fr;
  }
}

.chopstx-hero{
  background-image: url("images/BRAND-CHOPSTX.png"); 
  background-size: cover;
  background-position: center;
}


.chopstx-hero-inner{
  opacity: 0;
  transform: translateY(30px);
}

.footer-strip {
  background-color: #b51e31;
  color: #ffffff;
  padding: 30px 40px;
}

.footer-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1.2fr 0.9fr 1fr; 
  gap: 40px;
  align-items: flex-start;
}


.footer-col h4 {
  font-size: 20px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 6px;
  line-height: 1;         
  color: #fffbf1;
}


.footer-logo-col {
  display: flex;
  align-items: center;
}

.footer-logo {
  max-width: 200px;
  height: auto;
  padding: 40px 40px 0px 0px;
}


.footer-explore-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-explore-col,
.footer-follow-col,
.footer-contact-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;  
}
.footer-explore-col li {
  margin-bottom: 4px;
}

.footer-explore-col a {
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-explore-col a:hover {
  text-decoration: underline;
}


.footer-social-icons {
  display: flex;
  gap: 12px;
}

.footer-social-icons img {
  width: 34px;
  height: 34px;
  display: block;
}


.footer-contact-col p {
  margin: 2px 0;
  font-size: 14px;
  color: #fffbf1;
}


@media (max-width: 900px) {
  .footer-strip-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 22px;
  }

  .footer-explore-col ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }

  .footer-explore-col li {
    margin-bottom: 0;
  }

  .footer-social-icons {
    justify-content: center;
  }
}


.zushi-info-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.zushi-info-text h1 {
  font-size: 22px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #b51e31;
}

.zushi-info-logo img {
  max-width: 200px;    
  height: 100px;
  display: block;
  margin-right: 50px;
}


.zushi-info-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zushi-info-card {
  margin-bottom: 0;  
  padding-bottom: 16px;       
}

.zushi-info-card .brand-detail-card p,
.zushi-info-card .brand-detail-card ul li {
  margin-bottom: 4px;      
}


.zushi-contact-card {
  padding-bottom: 100px;   
}

.doukies-hero{
  background-image: url("images/BRAND-DOUKIES.png"); 
  background-size: cover;
  background-position: center;
}

.food-hero{
  background-image: url("images/BRAND-CFOOD.png"); 
  background-size: cover;
  background-position: center;
  padding: 10px 10px;
}

.riksha-hero{
  background-image: url("images/BRAND-RIKSHA.png"); 
  background-size: cover;
  background-position: center;
}

.abuwadhi-hero{
  background-image: url("images/BRAND-ABOWADHI.png"); 
  background-size: cover;
  background-position: center;
}





@media (min-width: 768px) {
  .site-header {
    padding: 16px 40px;
  }

  .main-nav {
    gap: 32px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
  }

  .hero {
    height: 420px;
    background-size: cover;
  }

  .brand-detail-inner {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 32px;
  }

  .brand-hero-inner h1 {
    font-size: 32px;
  }

  .brand-hero-inner p,
  .brand-detail-text p {
    font-size: 16px;
  }

  .footer-strip-inner {
    flex-direction: row;
    align-items: flex-start;
  }
}


@media (min-width: 1024px) {
  .site-header {
    padding: 18px 60px;
  }

  .main-nav {
    gap: 50px;
    padding-right: 60px;
    padding-left: 60px;
    font-size: 18px;
  }

  .hero {
    height: 480px;
  }

  .brand-detail-inner {
    max-width: 1100px;
    margin: 0 auto;
    gap: 40px;
  }

  .brand-hero-inner h1 {
    font-size: 36px;
  }

  .brand-detail-text h2 {
    font-size: 28px;
  }

  .brand-detail-text p {
    font-size: 17px;
  }
}


@media (max-width: 767px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 16px;
  }

  .logo-area img {
    width: 72px;
    height: 72px;
  }

  .main-nav {
    padding: 8px 0 0;
    gap: 16px;
    font-size: 13px;
    flex-wrap: wrap;
  }

  .btn-join {
    margin-top: 4px;
    padding: 8px 18px;
    font-size: 11px;
  }

  .hero {
    height: 320px;
    padding: 0 16px;
    background-size: cover;
  }

  .gallery {
    padding: 16px 12px;
    gap: 16px;
  }

  .gallery img {
    max-width: 42%;
  }

  .brand-detail {
    padding: 40px 16px 60px;
  }

  .brand-detail-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .brand-detail-card {
    font-size: 13px;
  }

  .footer-strip-inner {
    flex-direction: column;
    gap: 20px;
    padding: 24px 16px;
    text-align: left;
  }

  .footer-col ul {
    padding-left: 0;
  }
}


.joinus-hero {
  background-image: url("images/backgroum-m.jpg"); 
  background-size: cover;        
  background-position: center;   
  background-repeat: no-repeat;
  color: #ffffff;               
  position: relative;
}


.joinus-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); 
  z-index: 0;
}

.joinus-hero .container,
.joinus-hero .contact-wrapper {
  position: relative;
  z-index: 1;  
}


.section-subtitle-P1{
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
  font-size: 16px;
}



.joinus-wrapper {
  flex-direction: row-reverse; 
}

.joinus-form-left {
  order: 2; 
}

.joinus-info-right {
  order: 1; 
}

.joinus-logo-wrapper {
  text-align: center;
  margin-bottom: 24px;
}

.joinus-company-logo {
  width: 120px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(181, 30, 49, 0.2));
  animation: floatLogo 3s ease-in-out infinite;
}


@keyframes floatLogo {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}


@media (max-width: 768px) {
  .joinus-wrapper {
    flex-direction: column;
  }
  
  .joinus-form-left,
  .joinus-info-right {
    order: unset;
  }
}

.joinus-form-left .contact-btn {
  margin-bottom: 0;
}

.joinus-form-left form {
  margin-bottom: 0;
}


.joinus-info-right {
  position: relative;
}

.joinus-logo-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  text-align: right;
}

.joinus-company-logo {
  width: 80px; 
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(181, 30, 49, 0.2));
  animation: floatLogo 3s ease-in-out infinite;
}

.joinus-info-right h3 {
  padding-right: 100px; 
  display: inline-block;
  max-width: calc(100% - 100px);
}


@media (max-width: 768px) {
  .joinus-logo-wrapper {
    position: static;
    text-align: center;
    margin-bottom: 20px;
  }

  .joinus-info-right h3 {
    padding-right: 0;
    max-width: 100%;
  }

  .joinus-company-logo {
    width: 100px;
  }
}



.joinus-company-logo {
  width: 200px; 
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(181, 30, 49, 0.2));
  animation: none; 
  padding: 25px 15px;
}


@media (max-width: 768px) {
  .joinus-company-logo {
    width: 100px;
  }
}


.cv-upload-label {
  display: block;
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
  font-weight: 600;
}

.cv-upload-input {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.cv-upload-input:hover {
  border-color: #b51e31;
}

.cv-upload-input:focus {
  outline: none;
  border-color: #b51e31;
  box-shadow: 0 0 0 3px rgba(181, 30, 49, 0.1);
}


.cv-upload-input::file-selector-button {
  padding: 8px 16px;
  background: #b51e31;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  margin-right: 12px;
  transition: background 0.3s ease;
}

.cv-upload-input::file-selector-button:hover {
  background: #d1243a;
}



.logo-area {
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.logo-area:hover {
  transform: scale(1.03);
  opacity: 0.9;
}


.abo-wadih-logo {
  max-width: 90px;   
  height: auto;
  padding: 45px 45px ;
}


.zushi-dot {
  font-size: 40px;          
  color: #ffffff;
  opacity: 1;
  animation: zushiDotFade 1s ease-out forwards;
}

@keyframes zushiDotFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}


.brand-hero-logo-wrap {
  display: inline-block;
  opacity: 0;                 
  transform: translateY(40px) scale(0.9);
}

.chickenman-hero .brand-hero-logo {
  max-width: 260px;
  height: auto;
  margin-bottom: 16px;   
}

.rang-hero {
  position: relative;
  background-image: url("images/BRAND-RANG.png");  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 260px;           
}

.rang-hero-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rang-hero-logo {
  max-width: 260px;        
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,0.45));
}


.zushi-hero {
  position: relative;
  background-image: url("images/BRAND-ZUSHI.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 260px;
}

.zushi-hero-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zushi-hero-logo {
  max-width: 260px;
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,0.45));
}

/* Chickenman */
.chickenman-hero {
  background-image: url("images/BRAND-CHICKENMAN.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;      
}

.chickenman-hero-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chickenman-hero-logo {
  max-width: 200px;
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,0.45));
}




.over-hero {
  position: relative;
  background-image: url("images/BRAND-OVER.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 260px;
}
.over-hero-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.over-hero-logo {
  max-width: 260px;
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,0.45));
}




/* THIS WEBSITE IS MADE BY SAMIR MULLA */