@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap");

.food-munch-logo {
    width: 80px;
    height: 70px;
    border-radius: 50px;
}

#navItem1 {
    color: #323f4b;
    font-family: "Montserrat";
}

#navItem2 {
    color: #323f4b;
    font-family: "Montserrat";
}

#navItem3 {
    color: #323f4b;
    font-family: "Montserrat";
}

#navItem4 {
    color: #323f4b;
    font-family: "Montserrat";
}

.banner-section-bg-container {
    /* background-image: url("./images/smda/VAGGEYAKARA_BANNER.jpg");
    height: 100vh;
    width: 99vw;
    background-size: 100%;
    background-repeat: no-repeat; */
    margin-top: 80px;
}

.banner-heading {
    color: white;
    font-family: "Montserrat";
    font-size: 45px;
    font-weight: 300;
}

.banner-caption {
    color: #f5f7fa;
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 300;
}

.custom-button {
    color: white;
    background-image: linear-gradient(#d0b200, #a58d00);
    width: 130px;
    height: 45px;
    border-width: 0;
    border-radius: 8px;
    margin-right: 10px;
}

.custom-outline-button {
    color: #d0b200;
    background-color: transparent;
    width: 130px;
    height: 45px;
    border-style: solid;
    border-width: 1px;
    border-color: #d0b200;
    border-radius: 8px;
}
.invitation-section {
    background-color: #cacaca;
    background-image: url("./images/smda/body-back.png");
    background-size: cover;
    background-repeat: repeat;
}
.wcu-section {
    background-color: #cacaca;
    background-image: url("./images/smda/body-back.png");
    background-size: cover;
    background-repeat: repeat;
    min-height: 100vh;
    height: auto;
}

.wcu-section-heading {
    color: #183b56;
    font-family: "Montserrat";
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}
.wcu-section-heading::before{
    content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background:  #0056b3;
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
}
.wcu-section-heading::after{
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #0056b3;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.wcu-section-description {
    color: #000000;
    font-family: "Montserrat";
    font-size: 16px;
}

.wcu-card {
    text-align: center;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #e5eaf4;
    border-radius: 16px;
}

.wcu-card-image {
    width: 87px;
    height: 90px;
}

.wcu-card-title {
    color: #323f4b;
    font-family: "Montserrat";
    font-size: 22px;
    font-weight: 500;
}

.wcu-card-description {
    /* color: #7b8794; */
    color: #000000;
    font-family: "Montserrat";
    font-size: 16px;
}

.offers {
    color: #323f4b;
    font-style: italic;
    font-weight: 600;
}
 
.explore-menu-section {
    background-color: #f8f0e9;
    border-top: 4px dashed #f3b152;
}

.menu-section-heading {
    color: #183b56;
    font-family: "Montserrat";
    font-size: 28px;
    font-weight: 700;
}

.menu-item-image {
    border-radius: 16px;
}

.menu-card-title {
    color: #323f4b;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 500;
}

.menu-item-link {
    color: #555555;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 0px;
}

.team-heads-card, .essence-item-card {
    border-radius: 16px;
}
.menu-item-card{
    border-radius: 16px;
    border-left:7px solid #7c3848;
    word-break: break-word;
}
.healthy-food-section {
    background-color: #f9fbfe;
}

.healthy-food-section-img {
    width: 270px;
}

.healthy-food-section-heading {
    color: #183b56;
    font-family: "Montserrat";
    font-size: 28px;
    font-weight: 700;
}

.healthy-food-section-description {
    color: #5a7184;
    font-family: "Montserrat";
    font-size: 16px;
}

.delivery-and-payment-section {
    background-color: #fbf7f3;
}

.delivery-and-payment-section-img {
    width: 270px;
}

.delivery-and-payment-section-heading {
    color: #183b56;
    font-family: "Montserrat";
    font-size: 28px;
    font-weight: 700;
}

.delivery-and-payment-section-description {
    color: #3a3a3a;
    font-family: "sans-serif";
    font-size: 16px;
    background-color: #b3b3b3;
    font-weight: bold;
}

.payment-card-img {
    width: 50px;
    height: 50px;
    margin-right: 28px;
}

.thanking-customers-section {
    background-image: radial-gradient(#fff8db, #fae38c);
}

.thanking-customers-section-heading {
    color: #183b56;
    font-family: "Montserrat";
    font-size: 28px;
    font-weight: 700;
}

.thanking-customers-section-description {
    color: #5a7184;
    font-family: "Montserrat";
    font-size: 16px;
}

.thanking-customers-section-img {
    width: 270px;
    margin-bottom: 20px;
}

.thanking-customers-section-modal-title {
    color: #d0b200;
    font-weight: 800;
}

.follow-us-section {
    background-color: #f1d6cb8f;
    height: 200px;
}
.donation-us-section {
    background-color: #f2f2f2;
}

.follow-us-section-heading {
    text-align: center;
    color: #183b56;
    font-family: "Montserrat";
    font-size: 28px;
    font-weight: 700;
}

.follow-us-icon-container {
    background-color: #faf7e8;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin: 15px;
    padding-top: 22px;
    padding-bottom: 14px;
    padding-right: 16px;
    padding-left: 22px;
}

.icon {
    color: #d0b200;
    font-size: 35px;
}

.footer-section {
    background-color: #0d2436;
}

.footer-section-mail-id {
    color: #959ead;
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 16px;
    /* margin-top: 20px; */
}

.footer-section-address {
    color: #959ead;
    font-family: "Montserrat";
    font-size: 14px;
}
.violin-pic {
    height: 200px;
    width: max-content;
}
.smdaSpan{
    color:red;
    font-weight: bold;

}
.listCls{
    list-style-type:circle;
    text-align: left;
}
.mentor-img{
    width:220px;
    height: 250px;
}
  #scrollTopBtn {
    display: none; /* hidden by default */
    position: fixed;
    bottom: 90px;
    right: 16px;
    z-index: 99;
    background-color: #ff0000;
    color: white;
    border: none;
    outline: none;
    padding: 12px 16px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  #scrollTopBtn:hover {
    background-color: #0056b3;
    transform: scale(1.1);
  }
  .team-dtls{
    background:#ac8449;
    text-align: center;
    border-radius: 0 0 16px 16px;
}
.team-card-title{
    color:#ffffff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing:1px;
}
.team-item-link{
    font-weight: bold;
    font-size: 16px;
}
.bnk-dtls-div{
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #00000080;
}
.bnk-title{
    background: #0067bd;
    /* width: 180px; */
    border-radius: 10px;
    padding: 3px 10px;
    box-shadow: 3px 2px 3px #00000080;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: yellow;
}
.bnk-lbl{
    width:150px;
    display: inline-block;
    text-align: left;
    font-size:18px; 
}