/* /** 

Cafe House Template

http://www.templatemo.com/tm-466-cafe-house


    
COLOR CODES
  Gold: #c79c60;
*/

/** Preloader 
* https://ihatetomatoes.net/create-custom-preloading-screen/
*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(-100%);  /* IE 9 */
            transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(100%);  /* IE 9 */
            transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;  
            transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;  
            transition: all 0.3s 1s ease-out;
}
/* end Preloader */

body { overflow-x: hidden; }
ul { 
  margin: 0; 
  padding: 0;
}
* { font-family: 'Open Sans', sans-serif; }
/* .container { max-width: 960px; } */
.tm-handwriting-font { font-family: 'Damion', cursive; }
.tm-top-header {
  background: black;
  color: white;
}
.tm-site-logo{
    max-width: 180px; 
  width: 30%;
  height: auto;

}
 .tm-site-name {
  vertical-align: bottom;
}
.tm-site-name {
  color: #c79c60;
  display: inline-block;
  font-size: 32px;
  margin: 0 10px;  
}
.tm-logo-container {
   padding: 10px 0; 
  }
.tm-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-transform: uppercase;  
}
.tm-nav li {
  list-style: none;
  float: left;
}
.tm-nav li a {
  color: white;
  display: inline-block;
  padding: 15px 15px 20px 30px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tm-nav li a:hover,
 .tm-nav li a:focus,
 .tm-nav li a.active {  
  color: #c79c60;
  text-decoration: none;
}
.tm-nav li a.active {
  background: url(../img/logo.png) no-repeat, url(../img/nav-underline.png) no-repeat;
  background-size: 20px, 74px 17px;
  background-position: 0% 30%, center bottom;
}
.tm-top-header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-menu-icon { display: none; }
.tm-section { margin-bottom: 60px; }
.tm-section-margin-bottom-0 { margin-bottom: 0; }

/* Welcome */
.tm-welcome-section {
  background: #302f2f;
  text-align: center;
}
.white-text { color: white; }
.blue-text { color: #0066CC; }
.gold-text { color: #c79c60; }
.gray-text { color: #949494; }
.green-text { color: #30A430; }
.tm-welcome-header { font-size: 56px; }
.tm-welcome-header-2 {
  font-family: 'Times New Roman', serif;
  font-size: 62px;
  text-transform: uppercase;
}
.tm-welcome-content {
  margin: 150px auto 350px;
  max-width: 650px;
}
.tm-welcome-description { text-align: justify; }
.tm-welcome-img-container { text-align: right; } 
  /* margin: 40px auto; */

.tm-more-button-welcome {
  position: relative;
  z-index: 10;
  pointer-events: auto;
  margin: 40px auto;
  display: inline-block;
  padding: 14px 38px;
  border-radius: 40px;
  background: linear-gradient(135deg, #c59d5f, #b08d57);
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;

  box-shadow: 0 12px 30px rgba(197, 157, 95, 0.35);

  transition-property: transform, box-shadow;
  transition-duration: 0.65s;
  transition-delay: 0.08s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.tm-more-button-welcome:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 45px rgba(197, 157, 95, 0.55);
}

.tm-more-button-welcome:active {
  transform: scale(0.95);
  transition-duration: 0.15s;
}

.tm-more-button-welcome::before,
.tm-more-button-welcome::after {
  pointer-events: none;
}


html {
  scroll-behavior: smooth;
}

.tm-more-button {  
  display: -webkit-box;  
  display: -webkit-flex;  
  display: -ms-flexbox;  
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/tm-brown-button.png);
  width: 196px;
  height: 46px;  
  text-transform: uppercase;
  font-size: 16px;
  color: #c79c60;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* .tm-more-button:hover, */
.tm-more-button:focus {
  color: white;
  text-decoration: none;
}
.tm-position-relative { position: relative; }
.tm-table-set {
  position: absolute;
  bottom: -100px;
  left: 0;
}
.tm-lights-container {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

/* Main content */
.light-gray-bg { background-color: #ede6d9; }
.tm-main-section { padding-top: 170px; }
.img-thumbnail { padding: 8px; }
.inline-block { display: inline-block; }
.shadow-img {
  background: url(../img/shadow.png) no-repeat center bottom;
  padding-bottom: 7px;
}
.margin-top-30 { margin-top: 30px; }

/* Footer */
.tm-black-bg {
  background-color: #302f2f;
  color: white;
  padding-top: 50px;
}
.header1{
  font-size: 24px;
  color: #3b2b22;
  margin-bottom: 25px;
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.3em;
}
.read-more-content {
  display: none;
  margin-top: 15px;
}

.tm-footer-div-title {
  color: white;
  font-size: 21px;
  font-weight: 700;
}
.tm-footer-nav {
  font-weight: 700;
  text-transform: uppercase;
}
.tm-footer-nav ul { list-style: none; }
.tm-footer-nav li { padding: 15px 0 0 0; }
.tm-footer-nav li a { color: white; }
.tm-footer-nav li a:hover {
  color: #c79c60;
  text-decoration: none;
}
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-60 { margin-bottom: 60px; }
.margin-top-60 { margin-top: 60px; }
.margin-top-15 { margin-top: 15px; }
.copyright-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tm-social-icon {
  background-color: #505050;
  color: white;
  display: inline-block;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  text-align: center;
  padding-top: 4px;
  margin-right: 10px;
}
.tm-social-icon:last-child { margin-right: 0; }
.tm-social-icon:hover,
.tm-social-icon:focus {
  background-color: #BB8232;
  color: white;
}
.tm-social-icons-container { margin-top: 100px; }
.tm-popular-item {
  background: url(../img/popular-item-bg.png) no-repeat;
  background-size: 100% 100%;
  max-width: 294px;
  margin-top: 30px;  
  margin-bottom: 80px;
    padding: 10px;              /* space inside */

}
.tm-popular-item-img {
    width: 100%;                /* fit container */
  height: auto;               /* keep ratio */
  display: block;
  object-fit: contain;        /* prevent cropping */
  margin: 0 auto;             /* center image */

  /* margin-left: 3px;  */
}
.tm-popular-items-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.tm-popular-items-container:last-child { margin-top: 15px; }
.tm-popular-item-description {
  padding: 0 30px 60px;
  position: relative;
  text-align: center;
}
.tm-popular-item-title,
.order-now-link {
  color: rgb(174,174,174);
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.order-now-link {
  font-size: 24px;
  border: 2px solid rgb(174,174,174);
  border-radius: 50%;
  width: 85px;
  height: 85px;
  padding-top: 8px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tm-popular-item:hover { background-image: url(../img/popular-item-bg-hover.png); }
.tm-popular-item:hover .tm-popular-item-title { color: #c79c60; }
.tm-popular-item:hover hr {
  border-color: #c79c60;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tm-popular-item:hover .order-now-link {
  border-color: #c79c60;
  color: #c79c60;
  text-decoration: none;
}
.tm-popular-item-title {
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 0;
}
.tm-popular-item-hr {
  margin-top: 0;
  margin-bottom: 15px;
}
.bigger-first-letter { font-size: 60px; }
.order-now-container {
  width: 100px;
  height: 100px;
  background-color: rgb(82, 76, 76);
  border-radius: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  position: absolute;
  left: 92px;
  bottom: -50px;
}
.tm-about-section {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 60px 0;
}

/* LEFT IMAGE */
.tm-about-image {
  position: relative;
  flex: 1;
}

.tm-about-img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.tm-image-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

/* RIGHT CONTENT */
.tm-about-content {
  flex: 1;
}

.tm-about-title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  margin-bottom: 10px;
}

.tm-about-subtitle {
  font-family: "Poppins", sans-serif;
  color: #1f3c88;
  font-size: 22px;
  margin-bottom: 20px;
}

.tm-about-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #444;
}



.tm-special-item {
  display: inline-block;
  padding: 8px;
  background-color: white;
  max-width: 100%;
}
.tm-special-img-container {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.tm-special-description {
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  background: rgba(0,0,0,0.6);
  width: 100%;
  padding: 12px 10px 5px;
}
.tm-special-title { margin-top: 0; }
.tm-special-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tm-special-container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tm-special-container-lower {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* http://stackoverflow.com/questions/488830/ol-with-numbers-another-color */
ol { counter-reset: item }
ol li { display: block }
ol li:before { 
  content: counter(item) ". "; 
  counter-increment: item;
  color: #c79c60; 
  font-weight: 700;
}
.tm-section-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/*http://stackoverflow.com/questions/1032914/how-to-make-a-div-to-fill-a-remaining-horizontal-space-a-very-simple-but-annoyi*/
.tm-section-header { width: 350px; }
.tm-hr-container {
  width: 100%;
  height: 41px;
}
.tm-hr { border-color: #c79c60; }
.tm-daily-menu-container { overflow: hidden; }

/* Menu */
.tm-side-menu {
  color: white;
  width: 242px;
  padding-top: 7px;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;  
}
.tm-side-menu-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.tm-side-menu li { list-style: none; }
.tm-side-menu li a {
  color: #7c6a51;
  padding: 7px;
  display: block;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tm-side-menu li a:hover,
.tm-side-menu li a.active {
  color: #c79c60;
  text-decoration: none;
}
.tm-product {
  margin-right: 0;
  margin-left: auto;
  max-width: 652px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  padding: 20px;
}
.tm-product-text { max-width: 325px; }
.tm-product-price {
  width: 100px;
  height: 100px;
  background-color: rgb(82, 76, 76);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  position: relative;
}
.tm-product-title {
  margin-top: 0;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tm-product-description {
  margin-bottom: 0;
  text-align: justify;
}
.tm-product-price-link {
  border: 2px solid rgb(174,174,174);
  border-radius: 50%;
  width: 85px;
  height: 85px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  text-align: center;
  padding-top: 7px;
  font-size: 40px;
  color: rgb(174,174,174);
}
.tm-product {
  cursor: pointer;
  margin-bottom: 20px;
}
.tm-product:hover .tm-product-price-link {
  border-color: #c79c60;
  color: #c79c60;
  text-decoration: none;  
}
.tm-product:hover .tm-product-title { color: #c79c60; }
.tm-product-price-currency {
  font-size: 20px;
  position: absolute;
  top: 24px;
  left: 22px;
}
.form-control {
  border-color: #c79c60;
  border-radius: 10px;
}
.form-control:focus { 
  border-color: rgb(136, 93, 33); 
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(199, 156, 96, 0.6); 
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(199, 156, 96, 0.6);
}
button.tm-more-button {
  background-color: transparent;
  border: 0;
  display: block;
  outline: 0;
}
#google-map { 
  height: 350px;
  border: 3px solid #fff;
  border-radius: 10px;
}
.tm-happy-hours {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  margin-top: 60px; 
}

/* IMAGE */
.tm-happy-hours-img-box {
  position: relative;
  flex: 1;
}

.tm-happy-hours-img {
  width: 100%;
  border-radius: 30px;
  display: block;
}

.tm-happy-hours-caption {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

/* TEXT */
.tm-happy-hours-content {
  flex: 1;
}

.tm-happy-hours-title {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  margin-bottom: 15px;
  color: #604237;
    margin-top: 0;       /* IMPORTANT */

}

.tm-happy-hours-subtitle {
  font-size: 24px;
  color: #3a3a3a;
  margin-bottom: 25px;
  font-family: 'Cormorant Garamond',serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.3em;
}
.tm-happy-divider{
   width: 120px;
  height: 2px;
  background: #604237;
  margin: 25px 0 40px; /* bottom gap increased */

}

.tm-happy-hours-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 22px;

}
.tm-footer-image {
  width: 50%;
  max-width: 300px;  
  height: auto;
  display: block;
  margin-top: 15px;
}
.tm-footer-image {
  margin: 15px auto 0;
}
.about-container {
    display: flex;
    gap: 40px;
    padding: 50px;
    align-items: center;
}

/* LEFT TEXT */
.about-text {
    flex: 1;
}

.about-text h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a2b6d;
}

.about-text p {
    line-height: 1.7;
    font-size: 16px;
}

/* RIGHT IMAGE SECTION */
.about-images {
    flex: 1;
    display: flex;
    gap: 20px;
}

/* BIG IMAGE */
.image-large img {
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 20px;
}

/* SMALL IMAGES */
.image-small-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.image-small-group img {
    width: 166px;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
}

/* GALLERY SECTION */

/* BACKGROUND IMAGE */
.gallery-bg {
    background-image: url("../img/brownbg.jpg"); /* <-- YOUR IMAGE */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 40px;
}

/* DARK OVERLAY FOR READABILITY */
.gallery-content {
    background: rgba(0, 0, 0, 0.45);
    padding: 60px;
}

/* TITLE */
.gallery-title {
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-family: serif;
}

.gallery-divider {
    width: 120px;
    height: 2px;
    background: orange;
    margin: 15px auto 40px;
    position: relative;
}

.gallery-divider::before {
    content: "✿";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    color: orange;
}

/* IMAGE GRID */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 2px solid orange;
}

.gallery-grid img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border: 1px solid orange;
}

.gallery-item {
    border: 1px solid #f5a623;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}



.divider span {
    display: inline-block;
    width: 120px;
    height: 2px;
    background: #f5a623;
    position: relative;
}

.divider span::before {
    content: "✿";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    color: #f5a623;
    font-size: 18px;
}


.story-content {
  margin-top: 50px;
  text-align: center;
}

/* Sub heading spacing */
.sub-heading {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c97a00;
  margin-bottom: 10px;
}

/* Main heading spacing */
.main-heading {
  font-size: 34px;
  margin-bottom: 25px;
  font-family: auto;
}

/* Paragraph spacing */
.story-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #555;
  text-align: justify;
}


/* Amenities Section */
.shop-amenities-section {
  padding-bottom: 80px;
}

.amenities-container {
  text-align: center;
  margin-top: 50px;
}

.amenities-title {
  font-size: 36px;
  font-weight: 600;
  color: #1f2b5b;
  margin-bottom: 30px;
  font-family: auto;
}

.amenities-list {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.amenity-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #333;
}

.amenity-item i {
  font-size: 22px;
  color: #ff7a00;
}

/* Quote Section */
.quote-section {
  position: relative;
  margin-top: 120px;
  text-align: center;
}

.quote-content {
  position: relative;
  z-index: 2;
}

.quote-text {
  font-size: 22px;
  color: #1f2b5b;
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: 'Times New Roman', Times, serif;
}

.quote-author {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
}

.quote-img {
  width: 60px;
  border-radius: 50%;
}

/* Background circles */
.quote-circle {
  position: absolute;
  width: 260px;
  height: 260px;
  background: rgba(255, 200, 160, 0.2);
  border-radius: 50%;
  top: -60px;
  left: 50%;
  transform: translateX(-120%);
}

.quote-circle.light {
  transform: translateX(10%);
}
.amenity-item i {
  font-size: 22px;
  color: #ff7a00;
}

.luxury-rect-frame {
  position: relative;
  padding: 10px;
  background: linear-gradient(
    135deg,
    #1b1b1b,
    #c9a44c,
    #1b1b1b
  );
  border-radius: 16px;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.35),
    0 6px 15px rgba(201, 164, 76, 0.35);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.luxury-rect-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
  filter: contrast(1.05) saturate(1.1);
  transition: transform 0.45s ease;
}

/* Subtle highlight overlay */
.luxury-rect-frame::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 12px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.15),
    transparent 50%
  );
  pointer-events: none;
}

/* Premium hover */
.luxury-rect-frame:hover {
  transform: translateY(-10px);
  box-shadow:
    0 28px 55px rgba(0, 0, 0, 0.45),
    0 10px 25px rgba(201, 164, 76, 0.55);
}

.luxury-rect-frame:hover .luxury-rect-img {
  transform: scale(1.04);
}

/* ===============================
   GLOBAL RESPONSIVE FIX
================================ */
img {
  max-width: 100%;
  height: auto;
}

/* ===============================
   FULL WIDTH PREMIUM BACKGROUND
================================ */

/* ===============================
   MENU LEFT LIST
================================ */
.tm-menu-left {
  padding: 40px;
}

.tm-menu-list {
  list-style: none;
  padding: 0;
}

.tm-menu-list li {
  padding: 12px 0;
  color: #d4af37; /* royal gold */
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}

.tm-menu-list li.active,
.tm-menu-list li:hover {
  color: #fff;
  font-weight: 600;
}

/* ===============================
   MENU ITEM CARD
================================ */
.tm-menu-item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 22px;
  margin-bottom: 25px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  border-radius: 50px;
}

.tm-menu-img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  margin-right: 20px;
}

.tm-menu-content {
  flex: 1;
}

.tm-menu-content h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.tm-menu-content p {
  margin: 0;
  color: #666;
  line-height: 1.5;
  font-family:Georgia, 'Times New Roman', Times, serif;
}

.tm-price-circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 3px solid #888;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #555;
}

/* SECTION */
.tea-section {
  padding: 80px 40px;
  background: #fff;

}
.vadai-section{
  padding: 80px 40px;
  background: #fff;
margin-top: 50px;
margin-bottom: 100px;
}

.tea-container {
  display: flex;
  gap: 50px;
  align-items: center;
}

/* LEFT IMAGE */
.tea-image {
  flex: 1;
  animation: fadeLeft 1s ease forwards;
}

.tea-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 22px;
  box-shadow: 0 25px 40px rgba(0,0,0,0.2);
}

/* RIGHT CONTENT */
.tea-content {
  flex: 1.2;
  animation: fadeRight 1s ease forwards;
}

.tea-title {
  font-size: 42px;
  font-family: serif;
  text-align: center;
}

.tea-divider {
  width: 120px;
  height: 2px;
  background: #000;
  margin: 15px auto 40px;
  position: relative;
}

.tea-divider::before {
  content: "❦";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 8px;
}

/* MENU ITEMS */
.tea-item {
  margin-bottom: 35px;
  animation: fadeUp 0.8s ease forwards;
}

.tea-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tea-header h3 {
  font-size: 24px;
  font-family: serif;
}

.tea-header span {
  font-size: 20px;
  font-weight: 500;
}

.tea-item p {
  margin-top: 10px;
  color: #555;
  line-height: 1.6;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  font-style: italic;
}

/* ANIMATIONS */
@keyframes fadeLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes fadeRight {
  from { opacity: 0; transform: translateX(40px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .tea-container {
    flex-direction: column;
    text-align: center;
  }

  .tea-header {
    flex-direction: column;
    gap: 8px;
  }

  .tea-header span {
    font-size: 18px;
  }

  .tea-image img {
    max-width: 100%;
  }
}

* {
  box-sizing: border-box;
  font-family: 'Georgia', serif;
}

.menu-section {
  padding: 90px 8%;
  background: #fff;
  margin-top: 50px;
}

.menu-container {
  display: flex;
  gap: 70px;
  align-items: center;
}

/* LEFT CONTENT */
.menu-text {
  flex: 1;
}

.menu-text h2 {
  font-size: 40px;
  margin-bottom: 15px;
}

.divider {
  display: inline-block;
  width: 120px;
  height: 3px;
  background: #333;
  margin-bottom: 35px;
}

.menu-item {
  margin-bottom: 25px;
}

.title-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-price h3 {
  font-size: 24px;
}

.title-price span {
  font-size: 22px;
  transition: color 0.3s ease;
}

/* Price hover */
.menu-item:hover .title-price span {
  color: #b87333;
}

.menu-item p {
  font-style: italic;
  line-height: 1.7;
  margin-top: 10px;
  color: #444;
}

hr {
  border: none;
  border-top: 1px dashed #ccc;
  margin: 30px 0;
}

/* RIGHT IMAGE */
.menu-image {
  flex: 1;
}

.menu-image img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.25);
  transition: transform 0.4s ease;
}

.menu-image img:hover {
  transform: scale(1.03);
}

/* ANIMATIONS */
.fade-left {
  animation: slideLeft 1.2s ease forwards;
}

.fade-right {
  animation: slideRight 1.2s ease forwards;
}

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .menu-container {
    flex-direction: column;
    gap: 40px;
  }

  .menu-text h2 {
    font-size: 32px;
  }

  .menu-section {
    padding: 70px 6%;
  }
}

* {
  box-sizing: border-box;
  font-family: 'Georgia', serif;
}

.location-section {
  padding: 90px 8%;
  background: #fff;
}

.location-container {
  display: flex;
  align-items: center;
  gap: 80px;
}

/* LEFT CONTENT */
.location-text {
  flex: 1;
}

.location-text h2 {
  font-size: 36px;
  color: #1f3c88;
  margin-bottom: 25px;
}

.location-list {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
}

.location-list li {
  font-size: 20px;
  margin-bottom: 15px;
  padding-left: 28px;
  position: relative;
}

.location-list li::before {
  content: "📍";
  position: absolute;
  left: 0;
}

.ornament {
  display: inline-block;
  width: 120px;
  height: 3px;
  background: #333;
  margin: 30px 0;
}

.contact-btn {
  padding: 14px 40px;
  font-size: 16px;
  border: none;
  border-radius: 40px;
  background: #ff7a00;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-btn:hover {
  background: #e66a00;
  transform: translateY(-2px);
}

/* RIGHT IMAGE */
.location-image {
  flex: 1;
}

.image-wrapper {
  background: url("bg-tea.jpg") center/cover no-repeat;
  padding: 40px;
  border-radius: 30px;
}

.image-wrapper img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}

/* ANIMATIONS */
.fade-left {
  animation: slideLeft 1.2s ease forwards;
}

.fade-right {
  animation: slideRight 1.2s ease forwards;
}

/* ===== PREMIUM ANIMATION BASE ===== */
[data-animate] {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

[data-animate].active {
  opacity: 1;
  transform: translateY(0);
}

/* LEFT & RIGHT VARIANTS */
[data-animate="left"] {
  transform: translateX(-60px);
}

[data-animate="right"] {
  transform: translateX(60px);
}

[data-animate="zoom"] {
  transform: scale(0.9);
}

/* ROYAL EASING */
[data-animate].active {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
[data-animate].active {
  transition-delay: 0.15s;
}


.tm-banner-slider {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;

}

.tm-banner-slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.tm-banner-slider .slide.active {
  opacity: 1;
}
.tm-more-button {
  transition: all 0.4s ease;
}

.tm-more-button:hover {
  background: #c59d5f;
  color: #fff;
  transform: translateY(-2px);
}
img {
  transition: transform 0.6s ease;
}

img:hover {
  transform: scale(1.04);
}



/* new index section */

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #f8f4ee;
}


/* HEADER */
.tm-section-header-container {
  text-align: center;
  margin-bottom: 50px;
}

/* .tm-section-header {
  font-size: 34px;
  color: #8b6b2e;
  margin-bottom: 8px;
} */

.tm-logo-below {
  width: 55px;
  display: block;
  margin: 10px auto 15px;
}


/* GRID */
.tm-popular-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

/* CARD */
.tm-popular-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.tm-popular-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.tm-popular-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* CONTENT */
.tm-card-content {
  padding: 22px;
  text-align: center;
}

.tm-card-content h3 {
  font-size: 22px;
  color: #5a3e1b;
  margin-bottom: 10px;
}

.tm-card-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* BUTTON */
.tm-price-btn {
  display: inline-block;
  padding: 10px 24px;
  background: #5a3e1b;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-size: 14px;
  transition: background 0.3s ease;
}

.tm-price-btn:hover {
  background: #8b6b2e;
}


.tm-bg-design {
  width: 100%;
  height: 300px; /* adjust based on image height */
  background-image: url("../img/coffeeseeds.png"); /* your PNG */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  padding-right: 60px;
    opacity: 0.6;

  margin: -40px 0; /* pulls sections closer like your screenshot */
}


.welcome-bg {
  position: relative;
  padding: 60px 30px;
  border-radius: 10px;
  overflow: hidden;
}

.welcome-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/coffeeseeds.png") no-repeat center;
  background-size: 60%;   /* looks like placed PNG */
  opacity: 1;          /* adjust: 0.08 – 0.2 */
  z-index: 1;
  pointer-events: none;

}

/* Content stays above image */
.welcome-bg * {
  position: relative;
  z-index: 2;
  
}



@media (max-width: 768px) {
  .welcome-bg {
    padding: 40px 20px;
    background-position: center;
  }
}


@media (max-width: 768px) {
  .tm-bg-design {
    height: 150px;
    background-size: contain;
    margin: 0;
  }
}



/* RESPONSIVE */
@media (max-width: 480px) {
  .tm-section-header {
    font-size: 26px;
  }

  .tm-popular-card img {
    height: 180px;
  }
}


@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .location-container {
    flex-direction: column;
    gap: 50px;
  }

  .location-text h2 {
    font-size: 30px;
  }

  .location-list li {
    font-size: 18px;
  }

  .image-wrapper {
    padding: 25px;
  }
}


/* ===============================
   TABLET (≤ 991px)
================================ */
@media (max-width: 991px) {

  .tm-menu-left {
    padding: 30px;
  }

  .tm-menu-item {
    flex-direction: row;
  }

  .tm-menu-img {
    width: 90px;
    height: 90px;
  }

  .tm-price-circle {
    width: 55px;
    height: 55px;
    font-size: 14px;
  }
}

/* ===============================
   MOBILE (≤ 767px)
================================ */
@media (max-width: 767px) {

  /* Stack menu vertically */
  .tm-menu-left {
    margin-bottom: 30px;
    text-align: center;
  }

  .tm-menu-list li {
    display: inline-block;
    padding: 8px 12px;
    font-size: 13px;
  }

  .tm-menu-item {
    flex-direction: column;
    text-align: center;
  }

  .tm-menu-img {
    margin: 0 0 15px;
    width: 100%;
    height: 180px;
  }

  .tm-price-circle {
    margin-top: 15px;
  }
}

/* ===============================
   SMALL MOBILE (≤ 480px)
================================ */
@media (max-width: 480px) {

  .tm-menu-section-bg {
    padding: 60px 0;
  }

  .tm-menu-content h3 {
    font-size: 18px;
  }

  .tm-menu-content p {
    font-size: 14px;
  }
}


/* Mobile responsive */
@media (max-width: 768px) {
  .luxury-rect-img {
    height: 240px;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .amenities-title {
    font-size: 26px;
  }

  .amenities-list {
    gap: 25px;
  }

  .quote-text {
    font-size: 18px;
  }

  .quote-circle {
    width: 180px;
    height: 180px;
  }
}


/* 📱 Mobile responsiveness */
@media (max-width: 768px) {
  .main-heading {
    font-size: 26px;
  }

  .story-content {
    margin-top: 35px;
    padding: 0 15px;
  }
}


@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}



@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
    }

    .about-images {
        flex-direction: column;
    }

    .image-small-group {
        flex-direction: row;
        justify-content: center;
    }

    .image-small-group img {
        width: 45%;
    }
}

@media (max-width: 768px) {
  .tm-footer-image {
    max-width: 220px;
  }
}

@media (max-width: 768px) {
  .tm-happy-hours {
    flex-direction: column;
  }

  .tm-happy-hours-title {
    font-size: 30px;
  }

  .tm-happy-hours-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .tm-about-section {
    flex-direction: column;
  }

  .tm-about-title {
    font-size: 28px;
  }

  .tm-about-subtitle {
    font-size: 18px;
  }
}


@media screen and (max-width: 991px) {
  .tm-welcome-content { margin-bottom: 250px; }
  .tm-main-section { padding-top: 200px; }
  .light { 
    width: 240px; 
    height: auto;
  }
  .tm-footer-div { margin-bottom: 40px; 
  text-align: center; }
  .tm-special-container { display: block; }
  .tm-special-container-left { margin-bottom: 15px; }
  .tm-special-container-lower {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 15px;
  }
  .tm-special-container-lower .tm-special-item { margin-right: 10px; }
  .tm-special-container-lower .tm-special-item:last-child { margin-right: 0; }
  .tm-product { margin-left: 0; }
  .tm-daily-menu-img { margin-bottom: 30px; }
  #google-map { margin-top: 50px; }
}

@media screen and (max-width: 767px) {
  .tm-nav { display: none; }
  .tm-nav li a { padding-left: 35px; }
  .tm-logo-container { margin-left: 15px; }  
  .mobile-menu-icon {
    display: block;
    cursor: pointer;
    color: #c79c60;
    font-size: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(0,0,0,0.6);
    padding: 6px 15px;
    z-index: 1000;
  }
  .tm-nav {
    height: auto;
    position: absolute;
    z-index: 1000;
    top: 69px;
    right: 15px;
    background-color: rgba(0,0,0,0.7);
  }
  .tm-nav li { float: none; }
  .tm-nav li a {
     display: block;
     padding-bottom: 15px;
     margin-bottom: 5px;
  }
  .tm-nav li a.active { background-position: 7% 30%, 40% bottom; }
  .light-1, .light-2 { display: none; }
  .tm-lights-container { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .tm-welcome-header { font-size: 40px; }
  .tm-welcome-img-container { 
    margin-top: 30px;
    text-align: left; 
  }
  .tm-header-line { width: 44px; }
  .tm-main-section { padding-top: 130px; }
  .tm-section-header-container { 
    -webkit-box-align: start; 
    -webkit-align-items: flex-start; 
        -ms-flex-align: start; 
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; 
  }
}

@media screen and (max-width: 650px) {
  .tm-welcome-content {  margin-bottom: 190px; }
  .tm-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tm-product-text {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .tm-product-description { text-align: center; }
}

@media screen and (max-width: 550px) {
  .tm-welcome-content { margin-bottom: 130px; }
}

@media screen and (max-width: 450px) {
  .tm-welcome-content { margin-bottom: 90px; }
}

@media screen and (max-width: 370px) {
  .tm-welcome-content { margin-bottom: 60px; }
}
