* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "BarberChop";
  src: url(./assets/fonts/barber_chop/BarberChop.otf);
}
@font-face {
  font-family: "TiroKannada-Regular";
  src: url(./assets/fonts/tiro-kannada/TiroKannada-Regular.ttf);
}
@font-face {
  font-family: "TiroKannada-Italic";
  src: url(./assets/fonts/tiro-kannada/TiroKannada-Italic.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "TiroKannada-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BarberChop";
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}

section {
  padding: 70px 0;
  overflow: hidden;
}

.container {
  max-width: 100% !important;
}

a {
  text-decoration: none;
  color: inherit;
}

.SectionTitle {
  margin-bottom: 30px;
}
.SectionTitle h3 {
  font-size: 52px;
  color: #943E25;
}
.SectionTitle p {
  font-size: 16px;
  color: #943E25;
  line-height: 1.7;
}

.web-button {
  text-align: center;
  display: block;
}

.btn-book {
  display: inline;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}
.btn-book:hover {
  background: #fff;
  color: #000;
}

#benne-dosa-section {
  background-color: #FFFFE3;
  padding: 40px 0;
}
#benne-dosa-section .benne-wrapper {
  background: url(https://vaanirestaurant.com/wp-content/uploads/2026/05/hero-beenee.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 100vh;
  overflow: hidden;
}
#benne-dosa-section .benne-wrapper .benne-header-logo {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFE3;
  padding: 10px 25px;
  border-radius: 6px;
  z-index: 10;
  width: auto;
}
#benne-dosa-section .benne-wrapper .benne-header-logo img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
#benne-dosa-section .benne-content {
  padding: 60px 50px;
}
#benne-dosa-section .benne-content .SectionTitle {
  margin-bottom: 35px;
  text-align: center;
}
#benne-dosa-section .benne-content .SectionTitle h3 {
  font-size: 75px;
  position: relative;
  display: inline-block;
  color: #FFFFE3;
  text-align: center;
  margin-bottom: 22px;
}
#benne-dosa-section .benne-content {
  /* LEFT LINE */
}
#benne-dosa-section .benne-content .SectionTitle h3::before {
  content: "";
  position: absolute;
  top: 48%;
  left: -30%;
  /* adjust spacing */
  transform: translateY(-48%);
  width: 100px;
  /* line width */
  height: 100%;
  /* line height */
  background: url("./assets/images/line.svg") no-repeat center;
  background-size: contain;
}
#benne-dosa-section .benne-content {
  /* RIGHT LINE */
}
#benne-dosa-section .benne-content .SectionTitle h3::after {
  content: "";
  position: absolute;
  top: 48%;
  right: -30%;
  /* adjust spacing */
  transform: translateY(-48%);
  width: 100px;
  height: 100%;
  background: url("./assets/images/line.svg") no-repeat center;
  background-size: contain;
}
#benne-dosa-section .benne-content .subtitle {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #FFFFE3;
}
#benne-dosa-section .benne-content p {
  color: #FFFFE3;
  margin-bottom: 30px;
}
#benne-dosa-section .benne-image {
  height: 100%;
}
#benne-dosa-section .benne-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#no-nonstick-section {
  background-color: #FFFFE3;
  padding: 40px 0;
}
#no-nonstick-section .nonstick-content .SectionTitle h3 {
  position: relative;
  display: inline-block;
  padding-left: 130px;
  text-align: center;
  color: #20382B;
  /* space for icon */
}
#no-nonstick-section .nonstick-content .SectionTitle .desc {
  color: rgba(32, 56, 43, 0.8);
  padding-left: 42px;
}
#no-nonstick-section .nonstick-content .SectionTitle h3::after {
  content: "";
  position: absolute;
  left: -10%;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 200px;
  background: url("./assets/images/vector.svg") no-repeat center;
  background-size: contain;
}
#no-nonstick-section .nonstick-image {
  text-align: right;
}
#no-nonstick-section .nonstick-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

#butterSection {
  background-color: #FFFFE3;
  padding: 40px 0 0;
}
#butterSection .bannerBox {
  background: url(https://vaanirestaurant.com/wp-content/uploads/2026/05/Frame-benne.png) no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  min-height: 630px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#butterSection .SectionTitle {
  padding: 80px 20px 40px;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
#butterSection .SectionTitle h3 {
  color: #FFF6DC;
  line-height: 1.2;
  margin-bottom: 20px;
}
#butterSection .SectionTitle p {
  color: #FFF6DC;
  margin-bottom: 25px;
}
#butterSection .SectionTitle .btn-book {
  border: 1px solid #fff;
  color: #fff;
}
#butterSection .SectionTitle .btn-book:hover {
  background: #fff;
  color: #000;
}

#traditionSection {
  background-color: #FFFFE3;
  padding: 0 0 60px;
}
#traditionSection .bannerBox {
  background: url("./assets/images/leaf-banner.png") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  overflow: hidden;
  padding: 60px 40px;
}
#traditionSection .imageBox {
  text-align: center;
}
#traditionSection .imageBox img {
  width: 100%;
  max-width: 500px;
}
#traditionSection .contentBox {
  color: #FFF6DC;
}
#traditionSection .contentBox .SectionTitle {
  text-align: left;
  margin-bottom: 20px;
}
#traditionSection .contentBox .SectionTitle h3 {
  color: #FFF6DC;
  text-align: end;
  padding-right: 80px;
  position: relative;
  line-height: 1.2;
}
#traditionSection .contentBox .SectionTitle p {
  color: rgba(255, 255, 227, 0.8);
  text-align: end;
}
#traditionSection .contentBox .SectionTitle h3::after {
  content: "";
  position: absolute;
  right: -6%;
  top: 60%;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  background: url("./assets/images/vector-white.svg") no-repeat center;
  background-size: contain;
}

#crunchSection {
  background: #FFFFE3;
  padding: 40px 0;
}
#crunchSection .SectionTitle {
  text-align: center;
}
#crunchSection .SectionTitle h3 {
  color: #20382B;
}
#crunchSection .crunch-slider {
  margin-top: 40px;
}
#crunchSection .item {
  width: 520px;
}
#crunchSection .cardBox {
  display: flex;
  gap: 20px;
}
#crunchSection .imgBox img {
  width: 280px;
  border-radius: 10px;
}
#crunchSection .textBox {
  padding-top: 12px;
}
#crunchSection .textBox h4 {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 24px;
  color: #20382B;
  font-family: "TiroKannada-Regular";
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #20382B;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
#crunchSection .textBox ul {
  padding-left: 18px;
}
#crunchSection .textBox ul li {
  font-size: 16px;
  margin-bottom: 15px;
  color: #20382B;
  position: relative;
  list-style: none;
}
#crunchSection .textBox ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(./assets/images/circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 4px;
}
#crunchSection .slider-nav {
  text-align: center;
  margin-top: 20px;
}
#crunchSection .slider-nav .prevBtn {
  background: none;
  border: none;
  width: 50px;
  margin: 0 10px;
  cursor: pointer;
}
#crunchSection .slider-nav .nextBtn {
  background: none;
  border: none;
  width: 50px;
  margin: 0 10px;
  cursor: pointer;
}

#experienceSection {
  background: #FFFFE3;
  padding: 40px 0;
}
#experienceSection .experienceRow {
  position: relative;
}
#experienceSection .imageBox {
  position: relative;
  z-index: 1;
}
#experienceSection .imageBox img {
  width: 100%;
  border-radius: 10px;
}
#experienceSection .contentBox {
  background: #9A4328;
  padding: 40px 50px;
  border-radius: 10px;
  color: #FFF6DC;
  /* OVERLAP EFFECT */
  margin-left: -45px;
  position: relative;
}
#experienceSection .contentBox .SectionTitle {
  text-align: left;
}
#experienceSection .contentBox .SectionTitle h3 {
  position: relative;
  padding-left: 120px;
  color: #FFFFE3;
  text-align: left;
  /* space for icon */
}
#experienceSection .contentBox .SectionTitle p {
  color: #FFFFE3;
  margin-bottom: 20px;
  padding-left: 30px;
}
#experienceSection .contentBox .SectionTitle h3::after {
  content: "";
  position: absolute;
  left: -14%;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  height: 180px;
  background: url("./assets/images/vector-1.svg") no-repeat center;
  background-size: contain;
}
#experienceSection .contentBox .web-button {
  text-align: start;
  padding-left: 30px;
}
#experienceSection .contentBox .btn-book {
  border: 1px solid #fff;
  color: #fff;
}

#contactSection {
  background: #FFFFE3;
  padding: 40px 0;
}
#contactSection .mainBox {
  background: url("./assets/images/contactbanner.png") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  padding: 40px;
}
#contactSection .cardBox {
  background: url("./assets/images/address-banner.png") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  color: #20382B;
  height: 100%;
}
#contactSection .cardBox h4 {
  font-size: 32px;
  margin-bottom: 15px;
}
#contactSection .cardBox p {
  font-size: 16px;
  margin: 0 auto 30px;
  max-width: 380px;
  position: relative;
  padding-bottom: 20px;
}
#contactSection .cardBox p::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  /* control line width */
  height: 1px;
  /* thickness */
  background: rgba(32, 56, 43, 0.6);
  /* line color */
}
#contactSection .cardBox .form-desc::after {
  content: none;
}
#contactSection .cardBox .form-desc {
  padding-bottom: 0;
}
#contactSection .socialIcons {
  margin-top: 20px;
}
#contactSection .socialIcons a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 35px;
  margin: 0 5px;
  text-decoration: none;
}
#contactSection form {
  margin-top: 15px;
}
#contactSection form input,
#contactSection form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 25px;
  border: 1px solid rgba(178, 33, 44, 0.6);
  background: #FFFFE3;
  font-size: 14px;
}
#contactSection form textarea {
  height: 100px;
  resize: none;
}
#contactSection form button {
  position: relative;
  background: url("./assets/images/button-bg.png") no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  padding: 14px 40px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  border: 2px solid transparent;
  /* keep space reserved */
  display: inline-block;
  transition: all 0.3s ease;
}
#contactSection form button:hover {
  background: url(./assets/images/border-texture.png) no-repeat center;
  background-size: 100% 100%;
  /* remove bg */
  color: #B3262E;
  border: 2px solid transparent;
}

#faqSection {
  background: #FFFFE3;
  padding: 40px 0;
}
#faqSection .SectionTitle {
  text-align: center;
}
#faqSection .accordion {
  max-width: 835px;
  margin: 0 auto;
}
#faqSection .accordion-item {
  border: 1px solid #943E25;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
  background: transparent;
}
#faqSection .accordion-button {
  background: transparent;
  color: #2F3E2F;
  font-size: 20px;
  font-family: "TiroKannada-Regular";
  padding: 15px 20px;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 227, 0.2);
}
#faqSection .accordion-button::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("./assets/images/plus.svg") no-repeat center;
  background-size: contain;
  transform: none;
}
#faqSection {
  /* ACTIVE ITEM */
}
#faqSection .accordion-button:not(.collapsed) {
  background: #9A4328;
  color: #FFFFE3;
}
#faqSection .accordion-button:not(.collapsed)::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("./assets/images/minus.svg") no-repeat center;
  background-size: contain;
  transform: none;
}
#faqSection .accordion-body {
  font-size: 16px;
  color: #FFFFE3;
  background: #943E25;
  line-height: 1.6;
}

#footerSection {
  background: #FFFFE3;
  padding: 30px 0;
}
#footerSection .footerBar {
  background: #9A4328;
  border-radius: 10px;
  padding: 10px 20px;
  position: relative;
}
#footerSection p {
  color: #FFFFE3;
  font-size: 16px;
  margin: 0;
}
#footerSection .footerLogo {
  display: inline-block;
  border-radius: 6px;
}
#footerSection .footerLogo img {
  height: 80px;
}
#footerSection {
  /* MOBILE */
}
@media (max-width: 991px) {
  #footerSection .row {
    text-align: center;
  }
  #footerSection .col-lg-4 {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=Lander.css.map */