/* ==== NAV GENEL ==== */
.navbar {
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
  z-index: 1000;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  color: #1a1715;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-links li a:hover {
  color: #c89b68;
}

.logo-center img {
  height: 40px;
}

/* ==== MOBÃ„Â°L NAV ==== */
.mobile-header {
  display: none;
  background: #fff;
  position: relative;
  z-index: 9999;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.mobile-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
}

.mobile-logo {
  height: 30px;
}

.menu-icon, .search-icon {
  font-size: 1.6rem;
  color: #1a1715;
  cursor: pointer;
}

.menu-icon.active::before {
  content: "+";
}

.mobile-menu {
  display: none;
  background: #fff;
  border-top: 1px solid #eee;
  transition: all 0.3s ease;
}

.mobile-menu.active {
  display: block;
  animation: slideDown 0.3s ease forwards;
}

.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 10px 20px;
}

.mobile-menu li {
  border-bottom: 1px solid #f0ece7;
}

.mobile-menu li a {
  display: block;
  padding: 14px 0;
  color: #1a1715;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

.mobile-menu li a:hover {
  color: #c89b68;
}

/* === Animasyon === */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==== GÃƒâ€“RÃƒÅ“NÃƒÅ“RLÃƒÅ“K KONTROL ==== */
@media (max-width: 991px) {
  .desktop-nav { display: none; }
  .mobile-header { display: block; }
}

/* === HERO WRAPPER STRUCTURE === */
.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 960px;
  overflow: hidden;
  color: #222;
    margin: 0;
  padding-bottom: 0;
}
.hero-section + section,
.hero-section + div {
  margin-top: 0;
  padding-top: 0;
}
/* Arka plan resmi kapsayÄ±cÄ± */
.hero-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url('../../images/coffeejoysliderbg.jpg') center right/cover no-repeat;
  transition: all 0.4s ease;
}

/* YazÄ± alanÄ± */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding-left: 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-content h6 {
  font-size: 23px;
  letter-spacing: 3px;
  color: #b67b4d;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.hero-content h1 {
  font-size: 54px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
}

.hero-content h1 em {
  font-style: italic;
  color: #b67b4d;
}

.hero-content p {
  font-size: 18px;
  color: #f8f9fa;
  margin-top: 20px;
  line-height: 1.7;
  max-width: 90%;
}

/* === MOBÄ°L AYARLAR === */
@media only screen and (max-width: 991px) {
  .hero-bg-wrap {
    background: url('../../images/amaya-espresso-mobile.jpg') top center/contain no-repeat;
    background-size: 430px;
  }

  .hero-content {
    position: absolute;
    top: 100px;
    left: 0;
    min-height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 0px;
  }

  .hero-content h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .hero-content p {
    font-size: 1rem;
    color: #fff;
  }
}

/* KÃ¼Ã§Ã¼k telefonlar */
@media only screen and (max-width: 479px) {
  .hero-content h1 {
    font-size: 1.6rem;
  }
}


/* Animasyon */
.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1.2s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}



/* ==== RESPONSIVE ==== */
@media (max-width: 991px) {
  .nav-links.left, .nav-links.right {
    display: none;
  }

  .logo-center {
    position: relative;
    transform: none;
    left: 0;
    margin: 0 auto;
  }

  .hero-text {
    text-align: center;
    padding: 25px;
  }

  .hero-section {
    justify-content: center;
    padding-left: 0;
  }

  .hero-text h1 {
    font-size: 2.1rem;
  }
}
/* === #COLD BREW RIGHT === */
#coldbrew-right {
  position: relative;
  width: 100%;
  height: 960px;
  background: url('../../images/Cold1-Brew.jpg') center bottom no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}

#coldbrew-right::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

#coldbrew-right-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  padding: 0 100px 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

#coldbrew-right-text {
  max-width: 600px;
  text-align: right;
  color: #2a1d13;
}

#coldbrew-right-text h6 {
  font-size: 0.85rem;
  letter-spacing: 2px;
  color: #c89b68;
  margin-bottom: 12px;
  font-weight: 700;
}

#coldbrew-right-text h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  color: #1c140f;
  margin-bottom: 70px;
}

#coldbrew-right-text h1 em {
  color: #4b2e16;
  font-style: italic;
}

#coldbrew-right-text p {
  color: #5a4b3a;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 25px;
  height: 100px;
  width: 420px;
}

#coldbrew-right-btn {
  display: inline-block;
  background: #2b1f19;
  color: #fff;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
}

#coldbrew-right-btn:hover {
  background: #4b2e16;
  color: #fff;
}

#coldbrew-right-vertical {
  position: absolute;
  right: 0px;
  bottom: 86%;
  transform: translateY(50%) rotate(90deg);
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: #8b8176;
  font-weight: 600;
  z-index: 3;
}

/* === #COLD BREW LEFT === */
#coldbrew-left {
  position: relative;
  width: 100%;
  height: 960px;
  background: url('../../images/Cold-Brewright.jpg') right bottom no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
}

#coldbrew-left::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

#coldbrew-left-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  padding: 0 100px 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

#coldbrew-left-text {
  max-width: 600px;
  text-align: left;
  color: #2a1d13;
}

#coldbrew-left-text h6 {
  font-size: 0.85rem;
  letter-spacing: 2px;
  color: #c89b68;
  margin-bottom: 12px;
  font-weight: 700;
}

#coldbrew-left-text h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  color: #1c140f;
  margin-bottom: 18px;
}

#coldbrew-left-text h1 em {
  color: #4b2e16;
  font-style: italic;
}

#coldbrew-left-text p {
  color: #5a4b3a;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 25px;
  height: 100px;
  width: 420px;
}

#coldbrew-left-btn {
  display: inline-block;
  background: #2b1f19;
  color: #fff;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
}

#coldbrew-left-btn:hover {
  background: #4b2e16;
  color: #fff;
}

#coldbrew-left-vertical {
  position: absolute;
  left: 0px;
  bottom: 88%;
  transform: translateY(50%) rotate(-90deg);
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: #8b8176;
  font-weight: 600;
  z-index: 3;
}

/* === RESPONSIVE === */
@media (max-width: 991px) {
  #coldbrew-right,
  #coldbrew-left {
    height: auto;
    background-position: center center;
    padding: 100px 0;
  }

  #coldbrew-right-content,
  #coldbrew-left-content {
    align-items: center !important;
    text-align: center !important;
    padding: 40px 20px;
  }

  #coldbrew-right-text,
  #coldbrew-left-text {
    text-align: center !important;
  }

  #coldbrew-right-vertical,
  #coldbrew-left-vertical {
    display: none;
  }
}
/* === DELIVERY SECTION === */
#delivery-section {
  position: relative;
  width: 100%;
  height: 960px;
  background: #f1ebe9 url(../../images/coffee-cup.jpg) right center no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

/* Ã„Â°ÃƒÂ§erik alanÃ„Â± */
#delivery-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* YazÃ„Â± alanÃ„Â± */
#delivery-text {
  max-width: 550px;
  text-align: left;
  color: #1c140f;
}

#delivery-text h6 {
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  color: #c89b68;
  margin-bottom: 12px;
  font-weight: 700;
}

#delivery-text h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  line-height: 1.3;
  color: #1a1715;
  margin-bottom: 20px;
}

#delivery-text h1 em {
  color: #4b2e16;
  font-style: italic;
}

#delivery-text p {
  color: #5a4b3a;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

#delivery-btn {
  display: inline-block;
  border: 2px solid #c89b68;
  color: #1a1715;
  text-decoration: none;
  padding: 10px 26px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

#delivery-btn:hover {
  background: #c89b68;
  color: #fff;
}

/* Dikey metin */
#delivery-vertical {
  position: absolute;
  left: 0px;
  bottom: 50%;
  transform: translateY(50%) rotate(-90deg);
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: #8b8176;
  font-weight: 600;
}

/* === Responsive === */
@media (max-width: 991px) {
  #delivery-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
    padding: 100px 0;
    background-position: center 70%;
    background-size: 300px;
  }

  #delivery-content {
    padding: 40px 20px;
    align-items: center;
  }

  #delivery-text {
    max-width: 90%;
    text-align: center;
  }

  #delivery-vertical {
    display: none;
  }
}
/* === Scroll Reveal Animation === */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Ã„Â°steÃ„Å¸e gÃƒÂ¶re varyasyonlar */
.reveal.left {
  transform: translateX(-60px);
}
.reveal.right {
  transform: translateX(60px);
}
.reveal.fade {
  transform: none;
  opacity: 0;
}
.reveal.fade.active {
  opacity: 1;
}
/* === Mobilde arka planlarÃ„Â± kapat === */
@media (max-width: 991px) {
  #coldbrew-right,
  #coldbrew-left,
  #delivery-section {
     /* Arka plan rengi sabit kalsÃ„Â±n */
     /* Resimleri tamamen gizle */
    background-size: cover;              /* Resmi konteynerin tamamına yayar */
    background-position: center center;  /* Ortalar */
    background-repeat: no-repeat;
  }
}
/* === ARAMA BUTONU === */
.search-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f6f2ec;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-btn:hover {
  background: #c89b68;
  color: #fff;
  transform: scale(1.05);
}

.search-btn i {
  font-size: 1.4rem;
  color: #1a1715;
  transition: color 0.3s ease;
}

.search-btn:hover i {
  color: #fff;
}

/* === ARAMA KUTUSU === */
.search-box {
  position: absolute;
  top: 65px;
  right: 10px;
  left: 10px;
  background: #fff;
  border: 1px solid #c89b68;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  padding: 10px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 50;
}

.search-box.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.search-box input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 1rem;
  color: #1a1715;
  background: transparent;
  font-family: 'Poppins', sans-serif;
}

.search-box input::placeholder {
  color: #9b8b7b;
}

/* === Responsive dÃƒÂ¼zenleme === */
@media (min-width: 992px) {
  .search-box {
    display: none;
  }
}

/* ==== ICE COFFEE SECTION ==== */
#icecoffee-left {
  background-image: url("../../images/iceCold-Brew.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 960px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end; /* YazÄ±lar saÄŸda */
  position: relative;
  overflow: hidden;
}

#icecoffee-left-content {
  max-width: 1200px;
  width: 100%;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
}

#icecoffee-left-text h6 {
  color: #c18a54;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 15px;
}

#icecoffee-left-text h1 {
  font-size: 54px;
  font-weight: 700;
  color: #1d1b1b;
  line-height: 1.2;
}

#icecoffee-left-text h1 em {
  font-family: "Playfair Display", serif;
  color: #6b4b2f;
  font-style: italic;
}

#icecoffee-left-text p {
  max-width: 800px;
  color: #444;
  font-size: 18px;
  line-height: 1.7;
  margin: 20px 0 30px;
}

#icecoffee-left-btn {
  display: inline-block;
  background: #1c1c1c;
  color: #fff;
  padding: 14px 34px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

#icecoffee-left-btn:hover {
  background: #c18a54;
  color: #fff;
}

#icecoffee-left-vertical {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  letter-spacing: 4px;
  color: #9c8a7a;
  font-size: 12px;
  font-weight: 600;
}

/* ==== Scroll Reveal Animasyonu ==== */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ==== Mobil GÃ¶rÃ¼nÃ¼m ==== */
@media (max-width: 768px) {
  #icecoffee-left {
    display: flex; /* ArtÄ±k gÃ¶rÃ¼nÃ¼r */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: none; /* Arka plan kaldÄ±rÄ±ldÄ± */
    background-color: #f6f2ec; /* Sade arka plan */
    height: auto;
    padding: 80px 20px;
  }

  #icecoffee-left-content {
    align-items: center;
    text-align: center;
    padding: 40px 20px;
  }

  #icecoffee-left-text h1 {
    font-size: 2rem;
  }

  #icecoffee-left-text p {
    font-size: 1rem;
    max-width: 90%;
  }

  #icecoffee-left-vertical {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-section {
    /* background: url('../../images/amaya-espresso-mobile.jpg') center center / cover no-repeat; */
    min-height: 800px; /* <-- mobilde 2000px yÃ¼ksekliÄŸe ayarla */
    height: auto;
  }
}
/* === GENEL (Masaüstü Varsayılan) === */
#hakkimizda {
  background: #fffaf5;
  color: #3a2b20;
  font-family: "Inter", sans-serif;
  text-align: center;
  padding: 120px 40px;
}

#hakkimizda .container {
  max-width: 1000px;
  margin: 0 auto;
}

#hakkimizda h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #4b2e16;
  margin-bottom: 30px;
  position: relative;
}

#hakkimizda h1::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background-color: #c18a54;
  margin: 15px auto 0;
  border-radius: 2px;
}

#hakkimizda h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #6b4b2f;
  margin-top: 60px;
  margin-bottom: 20px;
}

#hakkimizda p {
  font-size: 1.1rem;
  line-height: 1.9;
  margin: 0 auto 25px;
  color: #4d3a2b;
  max-width: 850px;
}

#hakkimizda .divider {
  width: 100px;
  height: 2px;
  background-color: #e0c4a4;
  margin: 50px auto;
  border-radius: 2px;
}

/* === TABLET (768px - 1023px) === */
@media (max-width: 1023px) and (min-width: 768px) {
  #hakkimizda {
    padding: 100px 30px;
  }

  #hakkimizda h1 {
    font-size: 2.4rem;
  }

  #hakkimizda h2 {
    font-size: 1.6rem;
  }

  #hakkimizda p {
    font-size: 1.05rem;
  }
}

/* === MOBİL (767px ve altı) === */
@media (max-width: 767px) {
  #hakkimizda {
    padding: 80px 20px;
  }

  #hakkimizda h1 {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  #hakkimizda h2 {
    font-size: 1.4rem;
    margin-top: 45px;
  }

  #hakkimizda p {
    font-size: 1rem;
    line-height: 1.7;
  }

  #hakkimizda .divider {
    width: 70px;
    margin: 35px auto;
  }
}
/* ================= DESKTOP DROPDOWN ================= */
.nav-links .dropdown {
    position: relative;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.dropdown-icon {
    font-size: 16px;
    transition: 0.25s ease;
}

.dropdown:hover .dropdown-icon {
    transform: rotate(45deg); /* + işareti × olur */
}

.dropdown-menu {
    position: absolute;
    top: 110%;
    right: 0;
    background: #fff;
    border-radius: 14px;
    padding: 12px 0;
    min-width: 180px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.12);
    display: none;
    z-index: 20;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li a {
    display: block;
    padding: 11px 20px;
    font-size: 14px;
    color: #333;
    transition: 0.2s;
}

.dropdown-menu li a:hover {
    background: #f5f5f5;
    color: #b30000;
}

/* ================= MOBİL DROPDOWN ================= */
.mobile-dropdown {
    border-top: 1px solid #eee;
}

.mobile-dd-header {
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.mobile-dd-icon {
    font-size: 20px;
    transition: 0.25s ease;
}

.mobile-dd-menu {
    display: none;
    padding-left: 15px;
    flex-direction: column;
}

.mobile-dd-menu li a {
    padding: 10px 0;
    font-size: 14px;
}

.mobile-dd-open .mobile-dd-menu {
    display: flex;
}

.mobile-dd-open .mobile-dd-icon {
    transform: rotate(45deg);
}
/* ===== MOBİL AKORDEON ===== */

.mobile-accordion {
  list-style: none;
  border-bottom: 1px solid #eee;
}

.accordion-toggle {
  font-weight: 600;
  width: 100%;
  padding: 14px 0;
  background: none;
  border: none;
  text-align: left;
  font-size: 16px;
  letter-spacing: .5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #ffc107;
}

.accordion-toggle .icon {
  font-size: 20px;
  transition: transform .3s;
}

.accordion-toggle.active .icon {
  transform: rotate(45deg); /* + işareti X oluyor */
}

.accordion-menu {
  display: none;
  padding-left: 15px;
  padding-bottom: 10px;
  flex-direction: column;
  gap: 10px;
}

.accordion-menu li a {
  font-size: 15px;
  color: #444;
}
/* Hero Bölümü Temel */
/* Hero bölüm */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 60px;
    color: #fff;
}

/* Video arkaplan */
.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    pointer-events: none;
}

/* Kristal + karartma efekti */
.hero-overlay-glass {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Kristal efekt */
    backdrop-filter: blur(5px) saturate(60%);

    /* Hafif kararma */
    background: rgba(0, 0, 0, 0.35);

    z-index: -1;
    pointer-events: none;
}

/* Yazılar */
.hero-content {
    position: relative;
    z-index: 10;
    max-width: 600px;
}

/* Mobil tasarım */
@media (max-width: 768px) {
    .hero-section {
        padding: 30px;
        height: 75vh;
    }
    .hero-content h1 {
        font-size: 28px;
        line-height: 1.3;
    }
}
/* === #COLD BREW RIGHT === */
#coldbrew-right2 {
  position: relative;
  width: 100%;
  height: 960px;
  background: url('../../images/Cold-Brew.jpg') center bottom no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}

#coldbrew-right2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

#coldbrew-right2-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  padding: 0 100px 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

#coldbrew-right2-text {
  max-width: 600px;
  text-align: right;
  color: #2a1d13;
}

#coldbrew-right2-text h6 {
  font-size: 0.85rem;
  letter-spacing: 2px;
  color: #c89b68;
  margin-bottom: 12px;
  font-weight: 700;
}

#coldbrew-right2-text h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  color: #1c140f;
  margin-bottom: 70px;
}

#coldbrew-right2-text h1 em {
  color: #4b2e16;
  font-style: italic;
}

#coldbrew-right2-text p {
  color: #5a4b3a;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 25px;
  height: 100px;
  width: 420px;
}

#coldbrew-right2-btn {
  display: inline-block;
  background: #2b1f19;
  color: #fff;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
}

#coldbrew-right2-btn:hover {
  background: #4b2e16;
  color: #fff;
}

#coldbrew-right2-vertical {
  position: absolute;
  right: 0px;
  bottom: 86%;
  transform: translateY(50%) rotate(90deg);
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: #8b8176;
  font-weight: 600;
  z-index: 3;
}
/* === RESPONSIVE === */
@media (max-width: 991px) {
  #coldbrew-right2,
  #coldbrew-left {
    height: auto;
    background-position: center center;
    padding: 100px 0;
  }

  #coldbrew-right2-content,
  #coldbrew-left-content {
    align-items: center !important;
    text-align: center !important;
    padding: 40px 20px;
  }

  #coldbrew-right2-text,
  #coldbrew-left-text {
    text-align: center !important;
  }

  #coldbrew-right2-vertical,
  #coldbrew-left-vertical {
    display: none;
  }
}
/* === #COLD BREW LEFT === */
#coldbrew-left2 {
  position: relative;
  width: 100%;
  height: 960px;
  background: url('../../images/Cold-Brew-left.jpg') center bottom no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
}

#coldbrew-left2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

#coldbrew-left2-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  padding: 0 100px 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

#coldbrew-left2-text {
  max-width: 600px;
  text-align: left;
  color: #2a1d13;
}

#coldbrew-left2-text h6 {
  font-size: 0.85rem;
  letter-spacing: 2px;
  color: #c89b68;
  margin-bottom: 12px;
  font-weight: 700;
}

#coldbrew-left2-text h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  color: #1c140f;
  margin-bottom: 70px;
}

#coldbrew-left2-text h1 em {
  color: #4b2e16;
  font-style: italic;
}

#coldbrew-left2-text p {
  color: #5a4b3a;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 25px;
  height: 100px;
  width: 420px;
}

#coldbrew-left2-btn {
  display: inline-block;
  background: #2b1f19;
  color: #fff;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
}

#coldbrew-left2-btn:hover {
  background: #4b2e16;
  color: #fff;
}

#coldbrew-left2-vertical {
  position: absolute;
  left: 0px;
  bottom: 86%;
  transform: translateY(50%) rotate(-90deg);
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: #8b8176;
  font-weight: 600;
  z-index: 3;
}
@media (max-width: 991px) {
  #coldbrew-left2 {
    height: auto;
    background-position: center center;
    padding: 100px 0;
  }

  #coldbrew-left2-content {
    align-items: center !important;
    text-align: center !important;
    padding: 40px 20px;
  }

  #coldbrew-left2-text {
    text-align: center !important;
  }

  #coldbrew-left2-vertical {
    display: none;
  }
}
