.elementor-4734 .elementor-element.elementor-element-1d7684f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4734 .elementor-element.elementor-element-1d7684f.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4734 .elementor-element.elementor-element-ada0b6b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4734 .elementor-element.elementor-element-78f779f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4734 .elementor-element.elementor-element-6008b36{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4734 .elementor-element.elementor-element-0f63aad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-4734 .elementor-element.elementor-element-1d7684f{--width:89.413%;}}/* Start custom CSS for html, class: .elementor-element-daad911 *//* Load a traditional Hindi font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Tiro+Devanagari+Hindi:wght@400;700&display=swap');

/* Parent container namespace to avoid affecting other elements */
.my-slider-section {
    position: relative;
    width: 100%; /* Full width */
    height: 100vh; /* Full viewport height */
    overflow: hidden; /* Prevent scrolling from showing overflow */
}

/* Sliding background effect inside the specific section */
.my-slider-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Places the background behind the text */
    animation: slide-bg 15s linear infinite; /* Smooth sliding effect across images */
    background-size: cover; /* Ensure images cover the screen */
    background-position: center; /* Center the images */
}

/* Keyframes for sliding background images */
@keyframes slide-bg {
    0% {
        background-image: url('https://srisrijikripa.com/wp-content/uploads/2025/01/mithai_Banner.webp');
    }
    33% {
        background-image: url('https://srisrijikripa.com/wp-content/uploads/2025/01/pexels-lara-jameson-8887011-scaled.jpg');
    }
    66% {
        background-image: url('https://srisrijikripa.com/wp-content/uploads/2025/01/pexels-tamanna-rumee-52377920-7986618-scaled.jpg');
    }
    100% {
        background-image: url('https://srisrijikripa.com/wp-content/uploads/2025/01/mithai_Banner.webp');
    }
}

/* Styling for the text box inside the specific section */
.my-slider-section .welcome-container {
    font-family: 'Tiro Devanagari Hindi', serif; /* Traditional Hindi font */
    font-size: 2.5rem; /* Large text size */
    font-weight: bold; /* Bold text */
    color: #c69500; /* White text color for contrast */
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); /* Shadow for better visibility */
    padding: 20px 40px; /* Add padding for better spacing */
    border-radius: 10px; /* Smooth rounded corners */
    border: 2px solid #c69500; /* Gold-colored border for a royal look */
    background: rgba(0, 0, 0, 0.6); /* Transparent black background for emphasis */
    text-align: center; /* Center-align text */
    position: absolute; /* Position for flexibility */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust position to be fully centered */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); /* Elegant shadow for text box */
    z-index: 1; /* Keeps the text above the background */
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
    .my-slider-section .welcome-container {
        font-size: 1.8rem; /* Reduce font size for smaller screens */
        padding: 15px 30px; /* Adjust padding for better fit */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81ef3a1 */.sattvic-description {
    font-family: 'Georgia', serif; /* Elegant traditional font */
    font-size: 18px;
    line-height: 1.8;
    color: #4a3f35; /* Earthy tone for text */
    text-align: justify; /* Neat text alignment */
    background-color: #fdf5e6; /* Soft beige background */
    padding: 20px;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for elegance */
    border: 2px solid #e1c699; /* Border to add a traditional touch */
}

.sattvic-description p {
    margin-bottom: 15px; /* Add spacing between paragraphs */
}

.sattvic-description p:first-of-type {
    font-size: 20px; /* Slightly larger font for the first paragraph */
    font-weight: bold; /* Bold for emphasis */
    color: #8b4513; /* Deep earthy color */
}

@media (max-width: 768px) {
    .sattvic-description {
        font-size: 16px; /* Adjust font size for smaller screens */
        padding: 15px; /* Reduce padding */
    }

    .sattvic-description p:first-of-type {
        font-size: 18px; /* Adjust first paragraph font size */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8959454 *//* Scoped Premium Menu Container */
#sattvic-premium-menu .premium-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    background-color: #fdf5e6; /* Soft beige background */
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

/* Individual Menu Item */
#sattvic-premium-menu .menu-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background-color: #fff;
    border: 2px solid #e1c699; /* Traditional border color */
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#sattvic-premium-menu .menu-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Food Image */
#sattvic-premium-menu .menu-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #e1c699;
}

/* Food Details */
#sattvic-premium-menu .menu-details {
    flex: 1;
}

#sattvic-premium-menu .menu-details h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #8b4513; /* Deep earthy color */
    font-family: 'Georgia', serif;
    margin-bottom: 5px;
}

#sattvic-premium-menu .menu-details p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #4a3f35; /* Soft brown for text */
    font-family: Arial, sans-serif;
}

/* Responsive Design */
@media (max-width: 768px) {
    #sattvic-premium-menu .menu-item {
        flex-direction: column;
        text-align: center;
    }

    #sattvic-premium-menu .menu-item img {
        width: 80px;
        height: 80px;
    }

    #sattvic-premium-menu .menu-details h3 {
        font-size: 18px;
    }

    #sattvic-premium-menu .menu-details p {
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76b6306 *//* Sava Mani Widget Styles */
.sava-mani-widget {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fff8e1, #ffe0b2); /* Warm beige gradient background */
    border: 2px solid #c69500; /* Gold border for a traditional look */
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 900px;
    margin: 20px auto;
    overflow: hidden;
}

/* Content Section */
.sava-mani-widget .content {
    flex: 1;
    padding: 15px;
    font-family: 'Tiro Devanagari Hindi', serif;
    color: #4a2c00; /* Deep brown text color */
    text-align: left;
}

.sava-mani-widget .content h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #c69500; /* Gold text for heading */
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}

.sava-mani-widget .content p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Image Section */
.sava-mani-widget .image-container {
    flex: 1;
    text-align: center;
    padding: 15px;
}

.sava-mani-widget .image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .sava-mani-widget {
        flex-direction: column;
    }

    .sava-mani-widget .content {
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6ce321 */.contact-widget {
  background-color: #f5e6d3; /* Warm beige */
  color: #4a2f16; /* Dark brown for text for better contrast */
  border: 2px solid #c69500; /* Border matches headline */
  border-radius: 12px;
  padding: 20px;
  width: 100%; /* Full width of the container */
  max-width: 400px; /* Optional: Set a max width for better appearance */
  margin: 10px auto; /* Center align on all devices */
  text-align: center;
  box-sizing: border-box; /* Include padding and border in width/height */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-family: 'Arial', sans-serif;
}

.contact-widget h2 {
  color: #c69500; /* Gold tone */
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.contact-widget p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.contact-widget .order-info {
  font-weight: bold;
  color: #7d4f19; /* Slightly darker gold-brown */
}

.contact-widget .service {
  font-style: italic;
  color: #4a2f16; /* Matches text color */
}

.contact-widget strong {
  color: #c69500;
  font-size: 1.1rem;
}

/* Mobile-Friendly Adjustments */
@media (max-width: 768px) {
  .contact-widget {
    padding: 15px; /* Reduce padding for smaller screens */
    font-size: 0.9rem; /* Slightly smaller font size */
  }

  .contact-widget h2 {
    font-size: 1.5rem; /* Adjust headline size */
  }

  .contact-widget p {
    font-size: 0.95rem;
  }
}/* End custom CSS */