/* ----------------------------
   Subiksha Caterings - style
   ---------------------------- */

/* Reset */
* { box-sizing: border-box; margin: 0; padding: 0; }
html,body { height: 100%; }
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  background: url("img/Mask Group 2.svg") no-repeat center center fixed;
  background-size: cover;
  line-height: 1.45;
}

/* Container */
.container { max-width: 1100px; margin: 0 auto; padding: 22px; }

/* Header */
/* ===== HEADER SECTION ===== */
.site-header {
  background: #ffffff;               /* White background */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 40px;
}

/* Brand section (logo + name) */
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-top {
  font-weight: 600;    /* Light Bold */
  font-size: 18px;
  color: #2f6530;
  letter-spacing: 1px;
  text-transform: uppercase;
}


.brand-sub {
  font-weight: 500;    /* Slightly lighter */
  font-size: 14px;
  color: #7b4438;
  margin-top: 2px;
  text-transform: uppercase;
}
.brand-full {
  font-size: 24px;      /* adjust as needed */
  font-weight: 700;     /* BOLD */
  color: #2f6530;       /* same green you use in header, optional */
  text-transform: uppercase; /* optional: makes the text CAPS */
  letter-spacing: 1px;  /* optional: adds spacing for premium look */
}


/* Navigation section */
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav .nav-link {
  text-decoration: none;
  color: #3a3a3a;
  font-weight: 700;              /* Bold text */
  font-size: 16px;
  text-transform: capitalize;
  transition: color 0.3s ease;
}

.main-nav .nav-link:hover {
  color: #2f6530;                /* Green hover */
}

/* Hero Section */
/* HERO SECTION */
.title-text,
.title-line {
  display: inline-block;
  vertical-align: middle; /* keep them aligned */
  margin: 0;              /* remove the gap */
  padding: 0;
}

.title-line {
  margin-left: 6px; /* optional small space — remove if you want 0 gap */
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh; /* full screen height */
  overflow: hidden;
}

/* ✅ border part Fullscreen green SVG background */
.hero-bg {
  position: absolute;
  top: 50px; /* adjust this value to move up/down */
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}

/* HERO CONTENT */
.hero-content {
  position: relative;
  z-index: 2; /* on top of the background */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 5%;
  color: #fff; /* text stands out on green */
}

.hero-left {
  flex: 1;
  max-width: 600px;
}



.hero-right img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2; /* ensures hero image stays on top */
}

.hero-title {
  font-family: 'Number Five Smooth', serif;
  font-size: 70px;
  line-height: 100px;
  color: #7B4438;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 20px;
}
.hero-title img.title-line {
  width: 100%;
  max-width: 100vw;
  height: auto;
  filter: brightness(0) saturate(100%) contrast(200%);
  display: inline-block;
  vertical-align: middle;

  /* ✅ Move upward */
  margin-top: -75px; /* change value as needed */
  transform: translateY(-12px); /* gentle lift */
}


.hero-title .hero-brand,
.hero-title .hero-sub {
  text-align: left;
  font: normal normal normal 50px/50px "Number Five Smooth", serif;
  letter-spacing: 0px;
  color: #7B4438;
  opacity: 1;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
}

/* Move brand line upward */
.hero-title .hero-brand {
  margin-top: -65px; 
}


.btn.btn-primary {
  background-color: #2f6530;
  color: #fff;
  padding: 12px 32px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn.btn-primary:hover {
  background-color: #3d8e43;
}

/* Hero Right Wrapper */
.hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* Hero Right Image */
.hero-right img {
  width: 65%;            /* Make it larger */
  max-width: none;
  height: auto;
  object-fit: contain;
  display: block;

  /* ↓ Increase size + shift downward */
  transform: scale(3) translateY(45px);
  transform-origin: center;

  opacity: 1;
  background: none;
}



/* buttons */
.btn { display:inline-block; text-decoration:none; border:none; cursor:pointer; border-radius:40px; padding:11px 20px; }
.btn-primary {
  background: linear-gradient(180deg, #3B792E 0%, #1E3D17 100%);
  color: #ffffff;
  font-weight:700;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* hero image */
.hero-right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-right img {
  margin-right: 160px; /* adjust value as needed */
}

.hero-border {
  position: absolute;
  width: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%); /* move more upward */
  z-index: 0;
}
.hero-small-img {
  width: 100%;       /* Fill the hero-left width */
  height: auto;      /* Keep proportions perfect */
  display: block;
  margin: 1px;    /* Nice spacing above & below */
  object-fit: contain;
}

.hero-image-wrapper {
  position: relative;    /* enables overlay */
  width: 100%;
  height: auto;
  display: inline-block;
}

.hero-small-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ✅ Button positioned on top of image */
.hero-overlay-btn {
  position: absolute;
  bottom: 230px;           /* move up/down (adjust as you want) */
  left: 15%;
  transform: translateX(-50%);
  padding: 12px 32px;
  border-radius: 8px;
  background-color: #3d8e43;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}


.hero-img {
  position: relative;
  z-index: 1;       /* stays in front */
  width: 420px;     /* adjust based on design */
  height: auto;
}

.hero-right { width:440px; flex:0 0 340px; }
.hero-right img { width:60%; border-radius:14px;  object-fit:cover; }
.section-title {
  display: inline-block;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #7B4438;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  left: 50%;
  transform: translateX(-50%); /* ✅ Centers the inline-block horizontally */
}
.see-more-container {
  text-align: center;
  margin-top: 25px;
}

.see-more-btn {
  display: inline-block;
  padding: 10px 28px;
  background-color: #3B792E; /* Change to your theme color */
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.see-more-btn:hover {
  background-color: #3B792E;
}

/* Decorative underline */
.section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #2F6530;
  margin: 12px auto 0;
  border-radius: 2px;
}


/* Services grid */
.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.service-card { background:#fff; padding:18px; border-radius:12px; box-shadow:0 6px 20px rgba(0,0,0,0.06); text-align:center; }
.service-icon { width:72px; height:72px; object-fit:contain; margin-bottom:12px; }
.service-card h3 { color:#2f6530; margin-bottom:8px; }
.service-desc { color:#5d5147; font-size:14px; }
.service-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
/* Products grid */
.products-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.product-card { background:#fff; padding:14px; border-radius:12px;  text-align:center; }
.product-card img {
  width: auto;             /* keeps original proportions */
  height: 160px;           /* fixed height */
  object-fit: contain;     /* ✅ shows the whole image without cropping */
  border-radius: 12px;
  display: block;}


/* Enquiry */
.enquiry-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  background: #f8f8f8;
}

.enquiry-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 40px;
  max-width: 1100px;
  width: 100%;
}

.enquiry-illustration {
  flex: 1;
  display: flex;
  justify-content: center;
}

.enquiry-illustration img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.enquiry-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-title {
  text-align: center;
  font-size: 26px;
  color: #2F6530;
  margin-bottom: 10px;
}

.label-text {
  font-size: 14px;
  color: #5d5147;
  margin-bottom: 4px;
}

.enquiry-form input[type="text"],
.enquiry-form textarea {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
}

.enquiry-form textarea {
  min-height: 190px;
  resize: vertical;
}

.submit-btn {
  align-self: center;
  background: #2F6530;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background: #3a7a3b;
}

/* Responsive */
@media (max-width: 768px) {
  .enquiry-wrap {
    flex-direction: column;
  }
  .enquiry-illustration img {
    max-width: 100%;
  }
}


/* Footer */
.site-footer { margin-top: 50px; }

.footer-inner {
  background: linear-gradient(180deg, #f2efe9, #ffded6);
  border-radius: 12px;
  padding: 32px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}

.footer-left { display:flex; gap:12px; align-items:flex-start; }
.footer-logo { width:100px; height:60px; object-fit:cover; border-radius:8px; }
.footer-title { font-weight:800; color:#2f6530; }
.footer-sub { color:#7b6b62; font-size:13px; max-width:320px; margin-top:6px; }

.footer-middle h4, .footer-right h4 { margin-bottom:8px; color:#2f6530; }
.footer-links { display:flex; flex-direction:column; gap:6px; }
.footer-links a { color:#6b4a3b; text-decoration:none; }
.contact-details { color:#5a4b42; font-size:14px; line-height:1.6; }

/* COPYRIGHT INSIDE BOX */
.copyright {
  width: 100%;
  text-align: center;
  margin-top: 24px;
  padding: 14px 0;
  background: #7B4438;
  color: #ffffff;
  font-size: 14px;
  border-top: none;        /* remove the thin separator line */
  ; /* curve bottom to match box */
}


/* Responsive */
@media (max-width:980px) {
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .products-grid { grid-template-columns:repeat(2,1fr); }
  .hero-inner { flex-direction:column-reverse; align-items:center; text-align:center; }
  .hero-right { width:80%; }
  .enquiry-wrap { flex-direction:column; align-items:center; }
  .enquiry-illustration img { width:80%; }
}

@media (max-width:520px) {
  .main-nav { display:none; }
  .products-grid { grid-template-columns:1fr; }
  .services-grid { grid-template-columns:1fr; }
  .brand-full { display:none; }
  .hero-title { font-size:20px; }
  .hero-brand { font-size:18px; }
}
/* -------------------- TABLET (max-width: 992px) -------------------- */
@media (max-width: 992px) {

  .header-inner {
    padding: 12px 20px;
  }

  .hero-content {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 30px;
  }

  .hero-left {
    max-width: 100%;
  }

  .hero-title {
    font-size: 48px;
    line-height: 70px;
    margin-bottom: 10px;
    text-align: center;
  }

  .hero-right img {
    transform: scale(1.8) translateY(0);
    margin-right: 0;
  }

  .services-grid,
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* -------------------- MOBILE (max-width: 768px) -------------------- */
@media (max-width: 768px) {

  .brand-full {
    display: none;
  }

  .main-nav {
    display: none; /* hide nav – menu button can be added later */
  }

  .hero-title {
    font-size: 36px;
    line-height: 48px;
  }

  .hero-right img {
    width: 75%;
    transform: scale(1.4) translateY(10px);
  }

  .services-grid,
  .products-grid {
    grid-template-columns: 1fr; /* ✅ Single Column */
  }

  .enquiry-wrap {
    flex-direction: column;
    padding: 30px 20px;
  }
}

/* -------------------- SMALL MOBILE (max-width: 480px) -------------------- */
@media (max-width: 480px) {

  .hero-title {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-right img {
    width: 90%;
    transform: scale(1.2) translateY(10px);
  }

  .submit-btn,
  .btn-primary {
    padding: 10px 22px;
    font-size: 14px;
  }
}
/* ================== FIX HERO LAYOUT (ALWAYS LEFT | RIGHT) ================== */

/* Desktop - already fine, no change needed */


/* === CLEAN & FIXED HERO LAYOUT === */

.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 5%;
}

.hero-left {
  flex: 1;
}

.hero-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.hero-right img {
  width: 300px;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 12px;
}

/* --- Responsive: Tablet --- */
@media (max-width: 992px) {
  .hero-content {
    gap: 20px;
  }

  .hero-right img {
    width: 240px;
  }
}

/* --- Responsive: Mobile --- */
@media (max-width: 768px) {
  .hero-content {
    flex-direction: row;       /* keep side-by-side */
    align-items: center;
    gap: 14px;
  }

  .hero-left {
    flex: 1.2;
  }

  .hero-right img {
    width: 150px;              /* small but visible */
  }

  .hero-title {
    font-size: 26px;
    line-height: 34px;
  }
}

/* --- Very Small Phones --- */
@media (max-width: 480px) {
  .hero-content {
    gap: 6px;
  }

  .hero-right img {
    width: 110px;
  }

  .hero-title {
    font-size: 22px;
    line-height: 28px;
  }
}
/* Hamburger Button */
.hamburger {
  display: none;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  color: #2f6530;
}

/* Show hamburger & hide nav on mobile */
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
  .main-nav {
    display: none;
    flex-direction: column;
    background: #ffffff;
    position: absolute;
    top: 70px;
    right: 20px;
    width: 180px;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  }
  .main-nav.show {
    display: flex;
  }
  .main-nav .nav-link {
    padding: 10px 0;
    text-align: right;
  }
}
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.brand .logo {
  height: 42px;          /* adjust if needed */
  width: auto;
}

.brand-full {
  font-size: 20px;
  font-weight: 600;
  color: #2f6530;        /* your brand color */
  white-space: nowrap;   /* ✅ prevents text from vanishing */
}
@media (max-width: 768px) {
  .header-inner {
    justify-content: space-between;
  }

  .brand-full {
    display: inline-block;   /* ✅ make sure it shows */
    font-size: 18px;
  }
}
.see-more-container {
  text-align: center;
  margin-top: 25px;
}

.see-more-btn {
  display: inline-block;
  padding: 10px 28px;
  background-color: #2f6530;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.see-more-btn:hover {
  background-color: #2f6530;
}

/* ✅ Mobile: same layout, just proper spacing */
@media (max-width: 600px) {
  .see-more-container {
    margin-top: 18px;
  }

  .see-more-btn {
    padding: 10px 28px;   /* Keep same size */
    font-size: 15px;      /* Keep readable */
  }
}
/* Hero Image Wrapper */
.hero-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-small-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* keep good look */
}

/* Button on top of image */
.hero-overlay-btn {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 26px;
  background: #45a049;
  border: none;
  color: white;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.hero-overlay-btn:hover {
  background: #3d8e43;
}

/* ✅ MOBILE VIEW FIX */
@media (max-width: 600px) {

  .hero-small-img {
    width: 100%;
    height: auto;
    object-fit: contain; /* ensures full image is visible */
  }

  /* Button Position on Mobile */
 .hero-overlay-btn {
  position: absolute;
  bottom: 60px;
  left: 19%;
  transform: translateX(-50%);
  padding: 5px 14px;     /* ✅ Smaller button */
  border-radius: 4px;
  background-color: #3d8e43;
  color: #fff;
  font-weight: 900;
  font-size: 7px;       /* ✅ Smaller text */
  border: none;
  cursor: pointer;
}
}/* ✅ Desktop / Laptop Button Style (No change) */
.hero-overlay-btn {
  position: absolute;
  bottom: 230px;
  left: 17%;
  transform: translateX(-50%);
  padding: 12px 32px;
  border-radius: 8px;
  background-color: #3d8e43;
  color: #fff;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

/* ✅ Mobile Button Style (Smaller + Clean) */
@media (max-width: 600px) {
  .hero-overlay-btn {
    bottom: 50px;            /* move slightly up/down */
    left: 25%;
    transform: translateX(-50%);
    padding: 4px 10px;       /* ✅ smaller button */
    border-radius: 3px;      /* ✅ sharper / small look */
    background-color: #3d8e43;
    color: #fff;
    font-weight: 500;
    font-size: 9px;         /* ✅ readable small */
  }
}
