/*
Theme Name: Rutba Indian Kitchen
Theme URI: https://demo.kumbhhost.com/K/rutbaindiankitchen
Author: Kumbh Design
Author URI: https://demo.kumbhhost.com/K/rutbaindiankitchen
Description: A lightweight custom theme built using ACF and custom templates for Rutba Indian Kitchen.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: the-nurturing-hand
*/

/* Load Shippori Mincho from Google Fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&family=Merriweather:wght@300;400;700;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;400&family=Fraunces:wght@700&display=swap');

/* Define the font */
/* @font-face {
    font-family: 'Shippori Mincho';
    src: url('fonts/ShipporiMincho-Regular.woff2') format('woff2'),
        url('fonts/ShipporiMincho-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
} */

/* @font-face {
    font-family: 'Shippori Mincho';
    src: url('fonts/ShipporiMincho-Bold.woff2') format('woff2'),
        url('fonts/ShipporiMincho-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Shippori Mincho', serif;
} */
body {
    font-family: 'Assistant', sans-serif;
    font-weight: 300;
    /* light */
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fraunces', serif !important;
    font-weight: 700;
    /* bold */
}

.container {
    max-width: 1280px;
}

.container_padding {
    padding-top: 8%;
    padding-bottom: 8%;
}

.first-title {
    font-size: 32px;
    font-weight: 800 !important;
    line-height: 30px;
    text-transform: uppercase;
    color: #5C002A;
    padding-left: 3%;
}

.sub-title {
    font-size: 20px;
    font-weight: 500 !important;
    line-height: 24px;
    text-transform: uppercase;
    color: #5C002A;
}

.card-title {
    font-size: 30px;
    font-weight: 500 !important;
    line-height: 30px;
    color: #2F2F2F;
}

.rutba-paragraph {
    font-size: 20px;
    font-weight: 500 !important;
    line-height: 28px;
    /* color: #2F2F2F; */
    color: #545353;
}

.rutba-txt {
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 30px;
    color: #FFFFFF;
}

.banner-heading {
    font-size: 42px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: 'Fraunces', serif !important;
}

.rutba-btn {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Merriweather', serif;
    padding: 10px 24px !important;
    text-decoration: none;
    border-radius: 4px;
}

.rutba-btn:hover {
    background-color: #FFF1D6;
    color: #5C002A;
}

.font-size-16 {
    font-size: 16px;
}

.color-5C002A {
    color: #5C002A !important;
}

.color-2F2F2F {
    color: #2F2F2F !important;
}

.color-FFF1D6 {
    color: #FFF1D6;
}

.color-CB882E {
    color: #CB882E !important;
}

.background-FFF1D6 {
    background-color: #FFF1D6;
}

.background-5C002A {
    background-color: #5C002A;
}

.background-CB882E {
    background-color: #CB882E;
}

.border-right {
    border-right: 1px solid #CB882E;
}

.margin-top-59 {
    margin-top: 59px;
}

.margin-top-4p {
    margin-top: 4%;
}

.margin-top-6p {
    margin-top: 6%;
}

.margin-top-10p {
    margin-top: 10%;
}

.margin-top-13p {
    margin-top: 14% !important;
}

.margin-top-18p {
    margin-top: 18% !important;
}

.margin-top-19p {
    margin-top: 19% !important;
}

.margin-bottom-16 {
    margin-bottom: 16px !important;
}

.hero-buttons {
    margin-top: 12% !important;
}

.width-25 {
    width: 25%;
}

.width-62 {
    width: 62px !important;
}

.width-164 {
    width: 164px;
}

.rutba-btn-bg,
.rutba-btn-pur-bg,
.rutba-btn-yel-bg {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 48px;
    padding: 0 32px;
    font-family: 'Merriweather', serif;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    background: transparent;
    transition: color 0.3s ease;
}

.rutba-btn-bg::before {
    background: url('https://demo.kumbhhost.com/K/rutba-indian-kitchen/wp-content/uploads/2026/01/button-border.svg') no-repeat center;
}

.rutba-btn-pur-bg::before {
    background: url('https://demo.kumbhhost.com/K/rutba-indian-kitchen/wp-content/uploads/2026/01/read-more-pur-bg.svg') no-repeat center;
}

.rutba-btn-yel-bg::before {
    background: url('https://demo.kumbhhost.com/K/rutba-indian-kitchen/wp-content/uploads/2026/01/read-more-yel-bg.svg') no-repeat center;
}

/* Border Image */
.rutba-btn-bg::before,
.rutba-btn-pur-bg::before,
.rutba-btn-yel-bg::before {
    content: "";
    position: absolute;
    inset: -6px;
    background-size: contain;
    pointer-events: none;
    /* z-index: 3; */
}

/* Hover Background Layer */
.rutba-btn-bg::after,
.rutba-btn-pur-bg::after,
.rutba-btn-yel-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background-color: #c89b3c; */
    /* GOLD */
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    border-radius: 8px;

}

/* Text Layer */
.rutba-btn-bg span,
.rutba-btn-pur-bg span,
.rutba-btn-yel-bg span {
    position: relative;
    /* z-index: 5; */
    white-space: nowrap;
}

/* HOVER */
.rutba-btn-bg:hover::after {
    opacity: 1;
}

.rutba-btn-bg:hover {
    color: #fff;
}

/* Menu toggle icon */
.menu-toggle-btn {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.mobile-menu li {
    margin-bottom: 3px;
    padding: 8px;
    border-bottom: unset;
}

.mobile-menu li a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
}

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

/* Optional: Header alignment */
.head_menu .icon-item {
    text-align: center;
    padding: 0 15px;
}

.rotate-180 {
    transform: rotate(180deg);
}

a {
    text-decoration: none;
}

/* ========== Gallery ===================== */

.gallery-section img {
    object-fit: cover;
    width: 100%;
}

.gallery-section .col-md-4 img {
    min-height: 220px;
}

.gallery-section .col-md-4.d-flex img {
    min-height: 480px;
}

.gallery-section h2 {
    letter-spacing: 2px;
    font-weight: 600;
}

/* ========== Gallery ===================== */

/* =================== Review ==================== */
/* Section */
.guest-reviews-section {
    background-color: #fff3dc;
}

/* Title */
.section-title {
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    color: #7b1c2f;
    letter-spacing: 1px;
}


/* Review Card */
.review-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 24px;
    height: 100%;
}

/* Stars */
.stars {
    color: #5C002A;
    font-size: 20px;
}

/* Date */
.review-date {
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 24px;
    color: #717171;
}

.review-txt {
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 24px;
    color: #2F2F2F;
}

/* Avatar */
.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-review-section [class*="ReviewList"] {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
}

/* ===================================
   GOOGLE REVIEWS - SHOW 3 PER SCREEN
=================================== */

.google-review-section [class*="ReviewList"] {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 25px !important;
    overflow: hidden !important;
}

/* Each Review Card Width */
.google-review-section [class*="ReviewItem"] {
    flex: 0 0 calc(33.333% - 20px) !important;
    max-width: calc(33.333% - 20px) !important;
}


/* ================================
   RESPONSIVE
================================ */

/* Tablet → 2 reviews */
@media(max-width:992px) {
    .google-review-section [class*="ReviewItem"] {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

/* Mobile → 1 review */
@media(max-width:576px) {
    .google-review-section [class*="ReviewItem"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.fyEOvc {
    max-width: unset !important;
    margin-top: 30px !important;
}

/* =================== Review ==================== */




.section_header li.menu-item.current-menu-item a {
    color: #006837 !important;
    border-bottom: 2px solid #006837;
    padding-bottom: 6px;
}

.section_header li.menu-item:hover a,
.section_header li.menu-item.current_page_parent a {
    color: #006837 !important;
}

.dropdown-caret {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.section_header li.menu-item a,
.section_header ul.dropdown-menu li.menu-item a,
.section_header ul.dropdown-menu li.menu-item.current-menu-item a,
.section_header ul.dropdown-menu li.menu-item:hover a,
.product-categories h1 {
    white-space: nowrap !important;
    font-size: 16px;
    text-decoration: none;
    /*     text-transform: uppercase; */
    color: #000000 !important;
}

.section_header ul.dropdown-menu li.menu-item.current-menu-item a {
    color: #006837 !important;
}

.section_header ul.dropdown-menu li.menu-item a:hover {
    color: #006837 !important;
    border-bottom: 2px solid #006837;
}

.section_header li.menu-item {
    padding: 10px 18px;
}

.section-occupational-service,
.contact-us-div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section_order_banner,
.section_reservation_banner,
.section_career_banner,
.section_contact_banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 196px 0;
}

.footer-logo-bg {
    background-image: url('https://demo.kumbhhost.com/K/rutba-indian-kitchen/wp-content/uploads/2026/01/footer-bg.svg');
    padding: 3% 0;
}

#demo {
    position: relative;
}

.carousel-item {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}

.hero-content {
    position: absolute;
    inset: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}

/* .carousel-fade .carousel-item {
    transition: opacity 0.2s ease-in-out;
} */

/* Background images */
/* .item1 {
    background-image: url('https://demo.kumbhhost.com/K/rutba-indian-kitchen/wp-content/uploads/2026/01/rutba-indian-kitchen.webp');
}

.item2 {
    background-image: url('https://demo.kumbhhost.com/K/rutba-indian-kitchen/wp-content/uploads/2026/01/rutba-indian-kitchen-1.webp');
} */

/* Ensure carousel has a base background */
.carousel {
    background-color: #1c1c1c;
    ;
    /* or your dominant banner color */
}

/* Full-height slides */
.carousel-item {
    position: relative;
    min-height: 100vh;
    /* adjust as needed */
}

/* Background layer */
.carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    will-change: opacity;
}

/* Active slide visible */
.carousel-item.active::before {
    opacity: 1;
}

/* Images */
.item1::before {
    background-image: url("https://demo.kumbhhost.com/K/rutba-indian-kitchen/wp-content/uploads/2026/01/rutba-indian-kitchen.webp");
}

.item2::before {
    background-image: url("https://demo.kumbhhost.com/K/rutba-indian-kitchen/wp-content/uploads/2026/02/a-celebration-of-indian-taste-Tradition.webp");
}

.contact-us-div {
    background-image: url("https://demo.kumbhhost.com/K/rutba-indian-kitchen/wp-content/uploads/2026/02/contact-us.webp");
}

.section-story {
    background-image: url('https://demo.kumbhhost.com/K/rutba-indian-kitchen/wp-content/uploads/2026/01/our-story.webp');
}

.section-gallery {
    background-image: url('https://demo.kumbhhost.com/K/rutba-indian-kitchen/wp-content/uploads/2026/01/bg-yellow.png');
}

.get-in-touch {
    background-image: url('https://demo.kumbhhost.com/K/rutba-indian-kitchen/wp-content/uploads/2025/12/ready-to-book-a-session.webp');
}

.section_order_banner {
    background-image: url('https://demo.kumbhhost.com/K/rutba-indian-kitchen/wp-content/uploads/2026/01/order-online.webp');
}

.section_reservation_banner {
    background-image: url('https://demo.kumbhhost.com/K/rutba-indian-kitchen/wp-content/uploads/2026/01/reservation.webp');
}

.section_career_banner {
    background-image: url('https://demo.kumbhhost.com/K/rutba-indian-kitchen/wp-content/uploads/2026/01/career.webp');
}

.section_contact_banner {
    background-image: url('https://demo.kumbhhost.com/K/rutba-indian-kitchen/wp-content/uploads/2026/01/contact-us.webp');
}

.section-food,
.section-story1,
.section-review,
.section-reservation,
.section-order-online,
.section-career,
.section-contactUs,
.section-look,
.section-terms-conditions {
    background-image: url('https://demo.kumbhhost.com/K/rutba-indian-kitchen/wp-content/uploads/2026/01/bg-yellow.png');
}

.carousel-indicators button {
    padding: 5px 6px !important;
    border-radius: 50%;
    background-color: #CB882E !important;
    width: 0px !important;
    height: 1px !important;
    bottom: -64px !important;
    position: relative;
}

.shrink .custom-logo {
    width: 70%;
}

.neuro_icon {
    width: 42%;
}

.footer-links-top .menu-item a {
    color: #444444;
    text-decoration: none;
}

.footer-links-top .menu-item {
    padding-bottom: 10px;
}

.ms_icon {
    margin-top: -86px;
}

.ms_card {
    padding: 0 58px 58px !important;
}

.memb_img {
    z-index: 1;
    position: relative;
}

.memb_icon {
    padding-left: 32%;
    margin-top: -26%;
}

.vaccancy-contain {
    padding: 0% 10%;
}

.accordion-button {
    background: #f5f5f5;
    border-radius: 6px;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: #0f5132;
    background: #f5f5f5;
    box-shadow: none;
}

.accordion-item {
    border-radius: 8px;
    overflow: hidden;
}

.accordion-button::after {
    background-image: none;
    content: '+';
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background: #006837;
    border-radius: 4px;
    padding: 0px 10px 10px 5px;
}

.accordion-button:not(.collapsed)::after {
    content: '−';
    background-image: none;
}

.padding-top-bottom {
    padding: 7px 12px;
}

.section_header {
    z-index: 10;
    position: relative;
}

.gallery-section {
    background: #6b0036;
    /* maroon */
}

.gallery-title {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
}

.gallery-title::after {
    content: "";
    width: 70px;
    height: 2px;
    background: #d4af37;
    display: block;
    margin: 12px auto 0;
}

.gallery-card {
    border-radius: 14px;
    overflow: hidden;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-card:hover img {
    transform: scale(1.08);
}

#reservation a {
    color: #2F2F2F;
}

.head_menu .head_icon:hover .rutba-txt {
    color: #CB882E;
}

.hero-section {
    min-height: 100vh;
    /* or 600px */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.food-item-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
}

.food-item:hover .food-item-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.offcanvas.offcanvas-end {
    width: 26vw !important;
}

/* =========== HEADER MENU  =============== */
.order-online-canvas {
    width: 100vw !important;
}

/* OFFCANVAS BASE */
.rutba-menu {
    width: 100vw !important;
    background-color: #5C002A;
    /* deep red */
    color: #f6efe6;
}

/* HEADER */
.menu-logo {
    font-family: serif;
    font-size: 22px;
    letter-spacing: 2px;
    color: #f6efe6;
}

.menu-close {
    background: none;
    border: 1px solid #f6efe6;
    color: #f6efe6;
    font-size: 18px;
    padding: 6px 12px;
    border-radius: 6px;
}

/* MENU ITEMS */
.rutba-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rutba-nav li {
    margin: 14px 0;
}

.rutba-nav a {
    font-family: serif;
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #f6efe6;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.rutba-nav a:hover {
    opacity: 0.7;
}

/* FOOTER */
.menu-footer {
    padding-bottom: 40px;
}

.reservation-btn {
    border: 1px solid #f6efe6;
    color: #f6efe6;
    padding: 12px 28px;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: transparent;
}

.reservation-btn:hover {
    background: #f6efe6;
    color: #7b0d12;
}

/* Offcanvas menu */
.mobile-menu li {
    margin-bottom: 3px;
    padding: 8px;
    border-bottom: unset;
}

.mobile-menu li a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
}

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

.icon-menu li {
    margin-bottom: 3px;
    padding: 8px;
}

/* =========== HEADER MENU  =============== */

/* =========== ORDER ONLINE OFFCANVAS =========== */
.offcanvas.offcanvas-end.order-online-canvas {
    height: 100vh !important;
    width: 100vw !important;
    background: #FFF1D6;
}

.order-title {
    font-family: serif;
    font-size: 36px;
    margin-top: 20px;
    color: #000;
}

/* Cards */
.order-card {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
}

.order-card img {
    width: 100%;
    /* height: 420px; */
    object-fit: cover;
}

.order-card span {
    display: block;
    background: #5C002A;
    color: #fff;
    padding: 16px 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Hover */
.order-card:hover span {
    background: #630831;
}

.order-online-canvas .menu-close {
    border: 1px solid #5C002A;
    color: #5C002A;
}

/* =========== ORDER ONLINE OFFCANVAS =========== */

.contact-us-div .icon.facebook {
    padding: 24px 22px 14px 22px;
}

.contact-us-div .icon.instagram {
    padding: 24px 18px 14px 18px;
}

.contact-us-div .fa-facebook-f,
.contact-us-div .fa-instagram {
    font-size: 32px;
}



/* ================ BOTTOM LINE DESIGN ================ */

.decorative-line {
    position: relative;
    width: 100%;
    /* line length */
    height: 1px;
    margin-top: 28px;
    background-color: #CB882E;
    /* gold line color */
}

/* diamond shape */
.decorative-line::before,
.decorative-line::after {
    content: "";
    position: absolute;
    left: 0px;
    /* diamond position */
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #CB882E;
    transform: translateY(-50%) rotate(45deg);
}

.decorative-line::after {
    right: 0px !important;
    left: unset !important;
}

/* ================ BOTTOM LINE DESIGN ================ */

.justify-items-end {
    justify-items: end;
}













.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-26 {
    font-size: 26px;
}

.font-18s-22l {
    font-size: 18px;
    line-height: 22px;
    color: #4E4E4E !important;
}

.font-18s-24l {
    font-size: 18px;
    line-height: 24px;
}

.font-18s-26l {
    font-size: 18px;
    line-height: 26px;
    color: #4E4E4E !important;
}

.font-18s-30l {
    font-size: 18px;
    line-height: 30px;
    color: #4E4E4E !important;
}

.font-22s-26l {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #4E4E4E !important;
}

.line-height-22 {
    line-height: 22px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-40 {
    line-height: 40px;
}

.line-height-32 {
    line-height: 32px;
}

.border-radius-8 {
    border-radius: 8px;
}

.font-weight-600 {
    font-weight: 600;
}

.border-bottom-right {
    border-right: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}

.border_bottom {
    border-bottom: 1px solid #F0F0F0;
}

.border_right {
    border-right: 1px solid #FFFFFF;
}

.color-para {
    color: #4E4E4E !important;
}

.color-blue {
    color: #003169 !important;
}

.color-green {
    color: #A6CC38 !important;
}

.color-red {
    color: #EC1D25 !important;
}

.color-white {
    color: #FFFFFF !important;
}

.color-off-white {
    color: #F5F9FF !important;
}

.background-blue {
    background-color: #003169;
}

.background-green {
    background-color: #A6CC38;
}

.background-gray {
    background-color: #ABBFD3;
}

.background-white {
    background-color: #ffffff;
}

.background-off-white {
    background-color: #F5F9FF;
}

.margin-left-2p {
    margin-left: 2%;
}

.margin-right-2p {
    margin-right: 2%;
}

.margin-top-8p {
    margin-top: 8%;
}

.padding-left-3p {
    padding-left: 3%;
}

.padding-left-5p {
    padding-left: 5%;
}

.padding-bottom-5p {
    padding-bottom: 5% !important;
}

.padding-bottom-14p {
    padding-bottom: 14% !important;
}

.padding-bottom-28p {
    padding-bottom: 28% !important;
}

.padding_10 {
    padding: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-26 {
    padding-bottom: 26px;
}

.main-header .icon.facebook,
.section_footer .icon.facebook {
    padding: 5px 10px;
}

.main-header .icon,
.section_footer .icon {
    padding: 5px 8px;
    font-size: 12px;
}

.section_header ul.dropdown-menu li.menu-item-object-post.current-menu-item a .email_inquiry {
    position: relative;
    left: 4px;
    padding: 8px;
}

.email_inquiry_div {
    height: 96px;
    padding-left: 10px;
}

.email_inquiry_img {
    padding: 10px 3px 10px 12px;
}


.width-10p {
    width: 10%;
}

.width-35p {
    width: 35%;
}

.height-70px {
    height: 70px;
}

.slider-div {
    /* margin-top: -22px; */
    z-index: 0;
    /* height: 684px; */
}

.slider-div .carousel-item {
    height: 684px;
    align-content: center;
    text-align: center;
    padding-top: 130px;
}

/* .carousel-item p.banner-heading {
    font-size: 70px;
    font-family: 'Roboto slab';
    line-height: 90px;
} */

/* .carousel-item p.banner-para {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 35px;
} */

/* a.btn {
    color: #003169;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding: 10px 24px !important;
}

a.btn:hover {
    background-color: #A6CC38 !important;
} */


.item1,
.item2,
.item13,
.section_footer,
.section-product-cat,
.section_facility,
.section-quality-cat,
.section_quote .container,
.facity_2,
.facity_1,
.facity_3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.fixed-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
    /* or your theme background */
    /* padding: 10px 0; */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.ft-location {
    padding: 6px 12px !important;
}

.ft-phone,
.ft-contact {
    padding: 6px 10px !important;
}

.btn.tnh-btn {
    border: unset !important;
}


/* Form Background */
.wpcf7 form {
    padding: 30px;
    border-radius: 8px;
    }
    
    /* All inputs */
    .wpcf7 input,
    .wpcf7 select,
    .wpcf7 textarea {
    /* margin-top: 20px; */
    width: 100%;
    padding: 14px;
    border: 1px solid #7a1f2b;
    border-radius: 6px;
    background: #fff;
    font-size: 15px;
    box-sizing: border-box;
    }
    
    /* Two column row */
    .row-2 {
        gap: 20px;
    }
    .wpcf7-validates-as-email{
        margin-top: 20px;
    }
    .wpcf7 input[type="submit"]{
        padding: 14px;
    }
    .row-2 input {
    width: 100%;
    }
    
    /* Textarea height */
    .wpcf7 textarea {
    height: 120px;
    resize: none;
    }
    
    /* Submit button */
    .wpcf7 input[type="submit"] {
    width: 100%;
    color: #5C002A;
    border: 1px solid #5C002A;
    padding: 14px 25px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 15px;
    background: #5C002A;
    color: #fff;
    }
    
    /* .wpcf7 input[type="submit"]:hover {
    background: #5C002A;
    color: #fff;
    } */

/* =========== Hover Animation =============== */

/* Slide-up Effect */
.slide-up {
    transform: translateY(20%);
    opacity: 0;
    transition: transform 2s ease-out, opacity 2s ease-out;
}

.slide-up.visible {
    transform: translateY(0);
    opacity: 1;
}

.slide-down {
    transform: translateY(-80%);
    opacity: 0;
    transition: transform 2s ease-out, opacity 2s ease-out;
}

.shrink {
    transform: translateY(140px);
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
    margin-top: -140px;
}

.shrink {
    max-width: 100% !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    background-color: #5C002A;
}

.slide-down.visible {
    transform: translateY(0);
    opacity: 1;
}

/* Slide Left Effect */
.slide-left {
    transform: translateX(10%);
    /* Start from the right */
    opacity: 0;
    transition: transform 2s ease-out, opacity 2s ease-out;
}

.slide-left.visible {
    transform: translateX(0);
    opacity: 1;
}

/* Slide Right Effect */
.slide-right {
    transform: translateX(-20%);
    opacity: 0;
    transition: transform 2s ease-out, opacity 2s ease-out;
}

.slide-right.visible {
    transform: translateX(0);
    opacity: 1;
}


/* Zoom-in Effect */
.zoom-in {
    transform: scale(0.5);
    opacity: 0;
    transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}

.zoom-in.visible {
    transform: scale(1);
    opacity: 1;
}

/* Common class for zoom effect */
.zoom-in-card,
.zoom-out-card,
.section-product-category .row .col-md-4 img {
    position: relative;
    overflow: hidden;
    /* Prevents content from overflowing during zoom */
    transition: transform 5s ease-in-out, box-shadow 5s ease-in-out;
    /* Smooth transition */
}

/* Hover effect */
.zoom-in-card:hover {
    transform: scale(1.05);
    /* Zoom in the card by 5% */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    /* Optional shadow to make it more interactive */
}

.zoom-out-card:hover {
    transform: scale(0.9);
    /* Zoom in the card by 5% */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    /* Optional shadow to make it more interactive */
}

.section-product-category .row .col-md-4:hover img {
    transform: scale(0.9);
    /* Zoom in the card by 5% */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    /* Optional shadow to make it more interactive */
}

/* Common class for slide right effect */
.slide-right-card,
.slide-left-card,
.slide-up-card,
.slide-down-card {
    position: relative;
    transition: transform 1s ease-in-out;
    /* Smooth slide transition */
}

/* Hover effect: Slide right */
.slide-right-card:hover {
    transform: translateX(10px);
    /* Move the element 10px to the right */
}

/* Hover effect: Slide left */
.slide-left-card:hover {
    transform: translateX(-10px);
    /* Move the element 10px to the left */
}

/* Hover effect: Slide up */
.slide-up-card:hover {
    transform: translateY(-10px);
    /* Move the element 10px upwards */
}

/* Hover effect: Slide down */
.slide-down-card:hover {
    transform: translateY(10px);
    /* Move the element 10px downwards */
}

.navbar .dropdown-toggle::after {
    margin-left: 0.3em;
    vertical-align: middle;
}

.key-differ-div img {
    width: 70px;
}

.mission_vision_div .embed-responsive-item {
    border-radius: 8px 8px 0px 0px;
}

.masonry-gallery {
    column-count: 3;
    column-gap: 20px;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.masonry-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}