
/* Reset and Base Styles */
:root {
    --accent-color: rgb(149, 125, 0);
    --secondary-color: #8b5cf6;
    --background-color: #0a0a0a;
    --text-color: #ffffff;
    --subtext-color: #cccccc;
    
    --hover-shadow: rgba(99, 102, 241, 0.4);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
    background-attachment: fixed;
    height: 100vh;
     background-color: #0b0c23bf;
    overflow-x: hidden;
     background-image: url(../images/bg-top.avif);
    background-position: center;
    background-size: cover;
    
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
}

/* Typography Responsive Scaling */
h1 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
}

h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
}

h3 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 600;
}

h4 {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 600;
}

p {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: #cccccc;
    margin-bottom: 1.5rem;
}

/* Header Styles */
.main-header {
    background-color: #0b0c23bf;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1000;
    backdrop-filter: blur(10px);
}


.logo-img {
    max-height: 50px;
    width: auto;
}

/* Hero Section */
.hero-section {
   
    text-align: center;
    margin-top: -100px;
    position: relative;
    min-height: 100vh;
    padding: 4rem 0 6rem;
    padding-top: 150px;
    position: relative;
    background-image: url(../images/hero.avif);
    background-size: cover;
    background-position: center;
}
.hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0b0c23cc;
    z-index: 1;
  }
.image {
  height: 100%;
  max-width: 100%;
  border-radius: 8px;
}
.image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}
.content-main.right {
  padding-left: 20px;
}
.content-main.left {
  padding-right: 20px;
}
.hero-section .hero-content {
  position: relative;
  z-index: 2;
}
.hero-title {
    color: #ab8787;
    font-size: 45px;
    margin-bottom: 24px;
   
   
    text-align: left;
        font-family: "Prompt", sans-serif;
    
}
.container {
  max-width: 1040px !important;
}
.container.lg {
  max-width: 1340px !important;
}
.hero-subtitle {
    color: #ab8787;
    font-size: 38px;
    margin-bottom: 24px;
   
   
    text-align: left;
     font-family: "Prompt", sans-serif;
}

.hero-description {
    color: rgb(218, 216, 233);
    font-size: 24px;
   text-align: left;
    margin-bottom: 36px;
}
.button {
  padding: 1rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  border: none;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: var(--accent-color);
  color: white;
  font-family: "Mukta", sans-serif;
}
.btn-main {
    display: inline-block;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    border: none;
    margin-bottom: 2rem;
}

.btn-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(99, 102, 241, 0.4);
    color: #ffffff;
    text-decoration: none;
}

.contact-info {
    color: #888888;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    margin-top: 2rem;
}
.contact-info .item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.contact-info a {
    color: rgb(218, 216, 233);
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
.contact-info a.phone {
  color: rgb(221, 96, 96);
  text-decoration: underline;
}
.contact-info a:hover {
    color: rgb(218, 216, 233);
    
}

/* Section Styles */
.about-section,
.services-section,
.core-services-section,
.testimonials-section,
.how-it-works-section,
.cta-section {
      background: #0b0c23bf;
      backdrop-filter: blur(20px);
    padding: 5rem 0;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 12px;
     margin-bottom: 2rem;
}
.section-header.mb-2 {
  margin-bottom: 16px;
}
.emoji-icon {
    font-size: 4rem;
   
    display: block;
}

.section-title {
    color: rgb(171, 135, 135);
   
    font-size: 42px;
    font-weight: bold;
}

.section-text {
    color: rgb(218, 216, 233);
    font-size: 24px;
    line-height: 1.6;
    margin: 0 auto 2rem;
   
}

/* Service Sections */
.restaurant-section,
.grocery-section {
    padding: 4rem 0;
    border-top: 1px solid #222222;
}
.restaurant-section {
  background-image: url(../images/res.avif);
  background-position: center;
  background-size: cover;
  position: relative;
}
.restaurant-section .content {
  position: relative;
  border: 1px solid #dfdfe0;
  border-radius: 16px;
  z-index: 2;
   background: #0b0c23bf;
      backdrop-filter: blur(20px);
      padding: 48px;
}
.restaurant-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0b0c23cc;
    z-index: 1;
  }


.service-content .emoji-icon {
    font-size: 3rem;
   
}



.service-subtitle {
    color: #888888;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 2rem;
}

.service-list {
    padding-left: 0;
}
.gro-item {
margin-bottom: 24px;
}
.gro-item .title {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 12px;
    font-size: 24px;
    color: rgb(218, 216, 233);
}
.gro-item .title .icon{
width: 40px;
height: 40px;
border-radius: 8px;
background-color: #822f2f;
display: flex;
justify-content: center;
padding: 16px;
align-items: center;
}
.gro-item p {
    color: rgb(218, 216, 233);
    font-size: 18px;
    line-height: 1.6; 
    margin-bottom: 0;
}
.service-item {
    background-color: #0b0c23bf;
    padding: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 15px;
    border: 1px solid var(--accent-color);
    border-left: 8px solid var(--accent-color);
    transition: all 0.3s ease;
}

.service-item:hover {
    background-color: #0a0b28bf;
    transform: translateX(10px);
}

.service-item h4 {
    color: #ffffff;
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.service-item p {
    color: #cccccc;
    margin-bottom: 0;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

/* Core Services */
.core-services-section {
    background: #0b0c23bf;
      backdrop-filter: blur(20px);
      padding: 80px 0px;
}

.core-service-item {
    background-color: #691616;
    padding: 2rem;
    border-radius: 15px;
    text-align: left;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #d43636;
}
.core-service-item .icon {
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #d43636;
  margin-bottom: 24px;
}
.core-service-item:hover {
    background-color: #691616;
    transform: translateY(-5px);
    border-color: #6366f1;
}

.core-service-item h4 {
    color: rgb(218, 216, 233);
    font-size: 24px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.core-service-item p {
    color: rgb(218, 216, 233);
    margin-bottom: 0;
    font-size: 18px;
}

/* Testimonials */
.testimonials-section,.choose-section,
.how-it-works-section  {
   background: #0b0c23bf;
      backdrop-filter: blur(20px);
      padding: 80px 0px;
}
.how-it-works-item {
  margin-bottom: 32px;
}
.how-it-works-item .number {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 3px solid #822f2f;
  color: rgb(218, 216, 233);
}
.how-it-works-item .title {
    color: rgb(218, 216, 233);
    font-size: 24px;
    margin-bottom: 1rem;
    font-weight: 600;
}
.how-it-works-item p {
    color: rgb(218, 216, 233);
    margin-bottom: 0;
    font-size: 18px;
}
.choose-item {
  padding: 32px;
  border-radius: 16px;
  border: 2px solid #822f2f;
  background-color: #0b0c23bf;
  margin-bottom: 24px;
}
.choose-item .title {
    color: rgb(218, 216, 233);
    display: flex;
    align-items: center;
    font-size: 24px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.choose-item p {
    color: rgb(218, 216, 233);
    margin-bottom: 0;
    font-size: 18px;
}
.testimonials-section {
     background: #0b0c23bf;
      backdrop-filter: blur(20px);
      padding: 80px 0px;
    transition: all 0.3s ease;
}

.testimonial-item:hover {
    background-color: #1a1a1a;
    transform: translateY(-5px);
    border-color: #6366f1;
}

.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1.5rem;
}

.testimonial-item blockquote {
    color: #ffffff;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-style: italic;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.testimonial-item cite {
    color: #888888;
    font-size: clamp(0.9rem, 2vw, 1rem);
    font-style: normal;
}



.step-item {
    text-align: center;
    padding: 2rem 1rem;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
}

.step-item h4 {
    color: #ffffff;
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    margin-bottom: 1rem;
    font-weight: 600;
}

.step-item p {
    color: #cccccc;
    margin-bottom: 0;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

/* CTA Section */
.cta-section {
    background: #a95b95;
    padding: 5rem 0;
    color: #ffffff;
}
.cta-section .inner {
  border-radius: 16px;
  border: 2px solid #dfdfe0;
  background-color: #3c1c46;
  padding: 48px;
}
.cta-section .section-title {
    color: #ffffff;
}

.cta-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 40px;
   
    text-align: left;
    margin: 0 auto 3rem;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
   
    gap: 1rem;
   
}
.cta-line {
    width: 100%;
    height: 8px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 2rem 0;
}
.cta-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  margin-bottom: 16px;
}
.cta-link a {
  font-size: 20px;
  color: #d43636;
  text-decoration: underline;
  font-weight: 700;
}
.cta-button {
    background-color: #d43636;
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #d43636;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

.cta-button:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
}
.cta-button.email{
  background-color: #3c1c46;
  border: 2px solid #d43636;
}
/* Footer */
.main-footer {
    background-color: #111111;
    padding: 3rem 0 1rem;
    border-top: 1px solid #222222;
}

.footer-text {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
    font-size: clamp(1rem, 2vw, 1.125rem);
}

.footer-btn {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    margin-left: 0.5rem;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.footer-btn:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
}

.made-with {
    color: #666666;
    font-size: 0.8rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        padding: 3rem 0 4rem;
        padding-top: 120px;
        min-height: 50vh;
    }
    .hero-title {
      font-size: 32px;
    }
    .about-section, .services-section, .core-services-section, .testimonials-section, .how-it-works-section, .cta-section{
      padding: 3rem 0rem;
    }
    .content-main.right {
      padding-left: 0px;
    }
    .content-main.left {
      padding-right: 0px;
    }
    .restaurant-section .content {
      padding: 20px;
    }
    .section-text {
      font-size: 16px;
    }
    .hero-subtitle {
      font-size: 24px;
    }
    .section-title {
      font-size: 24px;
    }
    .container{
      padding: 0px 24px !important;
    }
    .cta-section .inner {
      padding: 24px;
    }
    .cta-text {
      font-size: 20px;
    }
    .how-it-works-item .title {
      font-size: 20px;
    }
    .choose-item .title {
      font-size: 18px;
    }
    .service-subtitle {
      font-size: 18px;
    }
    .hero-description {
      font-size: 16px;
    }
    .service-content {
        text-align: center;
        padding-right: 0;
        margin-bottom: 3rem;
    }
    
    .service-content .emoji-icon {
        text-align: center;
    }
    
    .service-item {
        margin-bottom: 1rem;
    }
    
    .service-item:hover {
        transform: none;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-button {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
    
    .contact-info {
        font-size: 0.9rem;
    }
    
    .footer-btn {
        display: block;
        margin: 0.5rem 0;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .hero-img {
        max-width: 150px;
    }
    
    .service-item,
    .core-service-item,
    .testimonial-item {
        padding: 1.5rem;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
    
    .emoji-icon {
        font-size: 3rem;
    }
    
    .contact-info {
        padding: 0 1rem;
        word-break: break-word;
    }
}

/* Animation Enhancements */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Smooth scrolling offset */
html {
    scroll-padding-top: 100px;
}

/* Loading states */
.loading {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}

/* Focus states for accessibility */
.btn-main:focus,
.cta-button:focus,
.footer-btn:focus {
    outline: 2px solid #8b5cf6;
    outline-offset: 2px;
}