/* 🌱 Green Business Tools Hero Section */
.gbt-hero-section {
  background: linear-gradient(to bottom, #f8fff9 0%, #e9f8ef 100%);
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.gbt-hero-section .container {
  max-width: 900px;
}

.gbt-hero-image-box {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.gbt-hero-image-box:hover {
  transform: scale(1.03);
}

.gbt-hero-section img {
  max-height: 300px;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}

.gbt-hero-section h1 {
  font-size: 2.8rem;
  line-height: 1.2;
}

.gbt-hero-section p.lead {
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .gbt-hero-section h1 {
    font-size: 2rem;
  }

  .gbt-hero-section img {
    max-height: 220px;
  }
}








/* 🎓 UK Education Section Styling */
.uk-education-section {
  background-color: #ffffff;
  border-top: 6px solid #e9f5ee;
  border-bottom: 6px solid #e9f5ee;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 5;
}

.uk-education-section .uk-education-image-box {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.uk-education-section .uk-education-image-box:hover {
  transform: scale(1.03);
}

.uk-education-section img {
  max-height: 280px;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

/* Separation between next sections */
.uk-education-section + section {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 5px solid #f8f9fa;
}





/* 🎨 Create Your Digital Menu Section */
.signup-section {
  background: #f8fff9;
  border-top: 2px solid #c9f0d3;
}

.signup-btn {
  background-color: #28a745; /* Bright green */
  color: #fff;
  font-size: 1.3rem;
  border-radius: 40px;
  padding: 12px 40px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(40, 167, 69, 0.25);
}

.signup-btn:hover {
  background-color: #218838; /* Darker green hover */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(40, 167, 69, 0.4);
}






/* =========================================================
   REQUEST SERVICE PAGE STYLING
   ========================================================= */
.requestservice-card {
  max-width: 600px;
  border: none;
  border-radius: 15px;
  background: #ffffff;
}

.requestservice-card h4 {
  color: #198754;
  font-weight: 600;
}

.requestservice-card .form-control {
  border-radius: 8px;
  border: 1px solid #ced4da;
  transition: all 0.25s ease-in-out;
  box-shadow: none;
}

.requestservice-card .form-control:focus {
  border-color: #198754;
  box-shadow: 0 0 6px rgba(25, 135, 84, 0.3);
}

.requestservice-card button {
  border-radius: 8px;
  font-weight: 600;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.requestservice-card button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(25, 135, 84, 0.3);
}

/* ✅ Mobile responsiveness */
@media (max-width: 768px) {
  .requestservice-card {
    max-width: 90%;
    padding: 1.5rem;
  }

  .requestservice-card .form-control {
    width: 100%;
  }

  .requestservice-card button {
    width: 100%;
  }

  h1 {
    font-size: 1.7rem;
  }

  p {
    font-size: 0.95rem;
  }
}



/* =========================================================
   IT SERVICES & SUPPORT STYLING
   ========================================================= */
.itservice-detail-img {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.itservice-detail-img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.itverify-card {
  max-width: 600px;
  border: none;
  border-radius: 15px;
  background: #ffffff;
}

.itverify-card .form-control {
  border-radius: 8px;
  border: 1px solid #ced4da;
  transition: all 0.25s ease-in-out;
}

.itverify-card .form-control:focus {
  border-color: #198754;
  box-shadow: 0 0 6px rgba(25, 135, 84, 0.3);
}

.itverify-card button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(25, 135, 84, 0.3);
}

@media (max-width: 768px) {
  .itverify-card {
    max-width: 90%;
    padding: 1.5rem;
  }

  .itservice-detail-img {
    width: 100%;
  }
}



/* =========================================================
   DRY CLEANING INFORMATION PAGE STYLING
   ========================================================= */
.dryclean-detail-img {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.dryclean-detail-img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.card {
  border-radius: 12px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  .card {
    padding: 1rem;
  }
}


/* =========================================================
   MULTI-LANGUAGE DIGITAL MENU PAGE STYLING
   ========================================================= */
.digital-menu-detail-img {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.digital-menu-detail-img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.card {
  border-radius: 12px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  .card {
    padding: 1rem;
  }
}


/* =========================================================
   DRY CLEANING CONFIRMATION PAGE STYLING
   ========================================================= */
.dryconfirm-card {
  max-width: 600px;
  border: none;
  border-radius: 15px;
  background: #ffffff;
}

.dryconfirm-card h5 {
  color: #0d6efd;
  font-weight: 600;
}

.dryconfirm-form .form-control {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #ced4da;
  box-shadow: none;
  transition: all 0.25s ease-in-out;
}

.dryconfirm-form .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 6px rgba(13, 110, 253, 0.3);
}

.dryconfirm-form textarea {
  resize: none;
}

.dryconfirm-form button {
  border-radius: 8px;
  font-weight: 600;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.dryconfirm-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(25, 135, 84, 0.3);
}

/* ✅ Mobile responsiveness */
@media (max-width: 768px) {
  .dryconfirm-card {
    max-width: 90%;
    padding: 1.5rem;
  }

  .dryconfirm-form .form-control {
    width: 100%;
  }

  .dryconfirm-form button {
    width: 100%;
  }

  h2 {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.95rem;
  }
}



/* =========================================================
   DRY CLEANING REQUEST PAGE STYLING
   ========================================================= */
.dryclean-card {
  max-width: 600px;
  border: none;
  border-radius: 15px;
  background: #ffffff;
}

.dryclean-card h4 {
  color: #0d6efd;
  font-weight: 600;
}

.dryclean-card .form-control {
  border-radius: 8px;
  border: 1px solid #ced4da;
  box-shadow: none;
  transition: all 0.25s ease-in-out;
}

.dryclean-card .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 6px rgba(13, 110, 253, 0.3);
}

.dryclean-card button {
  border-radius: 8px;
  font-weight: 600;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.dryclean-card button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

/* ✅ Mobile responsiveness */
@media (max-width: 768px) {
  .dryclean-card {
    max-width: 90%;
    padding: 1.5rem;
  }

  .dryclean-card .form-control {
    width: 100%;
  }

  .dryclean-card button {
    width: 100%;
  }

  h2 {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.95rem;
  }
}



/* =========================================================
   NANNY CONFIRMATION FORM STYLING
   ========================================================= */
.nanny-confirm-card {
  max-width: 600px;
  border: none;
  border-radius: 15px;
  background: #ffffff;
}

.nanny-confirm-card h5 {
  color: #198754;
  font-weight: 600;
}

.nanny-confirm-form .form-control {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #ced4da;
  box-shadow: none;
  transition: all 0.25s ease-in-out;
}

.nanny-confirm-form .form-control:focus {
  border-color: #198754;
  box-shadow: 0 0 6px rgba(25, 135, 84, 0.3);
}

.nanny-confirm-form textarea {
  resize: none;
}

.nanny-confirm-form button {
  border-radius: 8px;
  font-weight: 600;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.nanny-confirm-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(25, 135, 84, 0.3);
}

/* ✅ Mobile optimization */
@media (max-width: 768px) {
  .nanny-confirm-card {
    max-width: 90%;
    padding: 1.5rem;
  }

  .nanny-confirm-form .form-control {
    width: 100%;
  }

  .nanny-confirm-form button {
    width: 100%;
  }

  h2 {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.95rem;
  }
}



/* =========================================================
   NANNY REQUEST PAGE STYLING
   ========================================================= */
.nanny-request-card {
  max-width: 600px;
  border: none;
  border-radius: 15px;
  background: #ffffff;
}

.nanny-request-card h4 {
  color: #198754;
  font-weight: 600;
}

.nanny-request-card .form-control {
  border-radius: 8px;
  border: 1px solid #ced4da;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

.nanny-request-card .form-control:focus {
  border-color: #198754;
  box-shadow: 0 0 5px rgba(25, 135, 84, 0.3);
}

.nanny-request-card button {
  border-radius: 8px;
  font-weight: 600;
}

.nanny-request-card button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(25, 135, 84, 0.3);
}

/* ✅ Mobile adjustments */
@media (max-width: 768px) {
  .nanny-request-card {
    max-width: 90%;
    padding: 1.5rem;
  }

  .nanny-request-card h4 {
    font-size: 1.2rem;
  }

  .nanny-request-card button {
    width: 100%;
  }
}


/* =========================================================
   CONFIRM MENU EMAIL PAGE STYLING
   ========================================================= */
.confirm-form-card {
  max-width: 600px;
  border: none;
  border-radius: 15px;
  background: #ffffff;
}

.confirm-form-card h4 {
  color: #198754;
  font-weight: 600;
}

.confirm-form-card .form-label {
  color: #212529;
  font-size: 0.95rem;
}

.confirm-form-card .form-control {
  border-radius: 8px;
  border: 1px solid #ced4da;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

.confirm-form-card .form-control:focus {
  border-color: #198754;
  box-shadow: 0 0 5px rgba(25, 135, 84, 0.3);
}

.confirm-form-card button {
  border-radius: 8px;
  font-weight: 600;
}

.confirm-form-card button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(25, 135, 84, 0.3);
}

/* ✅ Mobile adjustments */
@media (max-width: 768px) {
  .confirm-form-card {
    max-width: 90%;
    padding: 1.5rem;
  }

  .confirm-form-card h4 {
    font-size: 1.2rem;
  }

  .confirm-form-card button {
    width: 100%;
  }
}



/* =========================================================
   MENU REQUEST PAGE STYLING
   ========================================================= */
.card {
  border-radius: 12px;
  border: none;
}

.card ul {
  list-style: none;
  padding-left: 0;
}

.card ul li::before {
  content: "✅ ";
  color: #198754;
}

.card ul li {
  margin-bottom: 0.5rem;
}

.btn-primary {
  background-color: #198754;
  border-color: #198754;
}

.btn-primary:hover {
  background-color: #145c32;
  border-color: #145c32;
}


/* =========================================================
   HERO IMAGE STYLING
   ========================================================= */
.hero-banner {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hero-banner:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.hero-section {
  background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
  color: #212529;
}


/* =========================================================
   HERO SECTION & LOGO STYLING
   ========================================================= */
.hero-section {
  background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
  color: #212529;
}

.hero-logo {
  max-width: 180px;
  height: auto;
  border: 3px solid #198754;
  border-radius: 50%;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hero-logo:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .hero-logo {
    max-width: 140px;
  }
  .hero-section h1 {
    font-size: 1.8rem;
  }
  .hero-section p {
    font-size: 1rem;
  }
}

/* =========================================================
   CONTACT SECTION STYLING
   ========================================================= */
.contact-section {
  background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  color: #212529;
  padding: 4rem 1rem;
}

.contact-section h2 {
  color: #198754;
  font-weight: 700;
  text-transform: none;
}

.contact-section p {
  font-size: 1rem;
  color: #495057;
}

.contact-btn {
  min-width: 220px;
  transition: all 0.3s ease;
}

.contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* ✅ Mobile adjustments */
@media (max-width: 768px) {
  .contact-section {
    padding: 2.5rem 1rem;
  }

  .contact-section h2 {
    font-size: 1.5rem;
  }

  .contact-btn {
    min-width: 180px;
    font-size: 0.95rem;
  }
}


/* =========================================================
   IT SERVICE IMAGE STYLING
   ========================================================= */
.itservice-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.itservice-img:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .itservice-img {
    margin-bottom: 1rem;
  }
}


/* =========================================================
   DRY CLEANING IMAGE STYLING
   ========================================================= */
.dryclean-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dryclean-img:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .dryclean-img {
    margin-top: 1rem;
  }
}


/* =========================================================
   NANNY AGENCY IMAGES
   ========================================================= */
.nanny-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nanny-img:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 25px rgba(0,0,0,0.25);
}

@media (max-width: 768px) {
  .nanny-img {
    margin-top: 0.5rem;
  }
}


/* =========================================================
   DIGITAL MENU IMAGE RESPONSIVENESS
   ========================================================= */
.digital-menu-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.digital-menu-img:hover {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .digital-menu-img {
    margin-top: 1rem;
  }
}

/* =========================================================
   🌱 Green Business Tools - Global Site Styles
   ========================================================= */

/* ✅ Base layout setup */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* ✅ Flexbox layout to push footer to bottom naturally */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Segoe UI", Arial, sans-serif;
  background-color: #dfffe0; /* light green */
  color: #212529;
}

/* ✅ Main fills the space between header and footer */
main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

/* =========================================================
   FOOTER STYLING
   ========================================================= */

/* ✅ Footer stays at bottom when page is short and scrolls naturally when long */
footer {
  margin-top: auto;
  width: 100%;
  background-color: #f8f9fa;
  color: #6c757d;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #dee2e6;
  font-size: 0.95rem;
  line-height: 1.6;
  position: relative;
  z-index: 10;
}

/* ✅ Override unwanted scoped Razor footer styles */
footer,
.footer {
  position: static !important;
  bottom: auto !important;
  line-height: normal !important;
}

/* ✅ Responsive footer text */
@media (max-width: 576px) {
  footer {
    font-size: 0.85rem;
    padding: 15px 8px;
  }
}

/* =========================================================
   HEADINGS
   ========================================================= */
h1, h2, h3 {
  color: #198754; /* GBT green */
  font-weight: bold;
  text-align: center;
}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

button, .btn {
  min-height: 44px;
  min-width: 44px;
  border-radius: 6px;
}

/* =========================================================
   CONTAINERS AND SECTIONS
   ========================================================= */
.container {
  padding-left: 15px;
  padding-right: 15px;
}

section {
  padding: 2rem 1rem;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  section {
    padding: 3rem 2rem;
  }
}

/* =========================================================
   IMAGES AND MEDIA
   ========================================================= */
img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* =========================================================
   NAVIGATION
   ========================================================= */
.navbar {
  flex-wrap: wrap;
  justify-content: center;
}

/* =========================================================
   TEXT SCALING (MOBILE)
   ========================================================= */
@media (max-width: 576px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  p {
    font-size: 0.95rem;
  }
}

/* =========================================================
   END OF FILE
   ========================================================= */
