@charset "utf-8";
/* CSS Document */
* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: 'Montserrat', sans-serif;
      background: #0f172a;
      min-height: 100vh;
      color: #0f172a;
      position: relative;
      overflow-x: hidden;
    }

    .hero-title-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      margin: 8px 0 6px;
    }

    .hero-line {
      height: 2px;
      width: 86px;
      background: #d50606;
      border-radius: 999px;
    }

    .hero-title {
      font-size: clamp(20px, 4vw, 20px);
      font-weight: 700;
      color: #d50606;
    }

    .hero-subtitle {
      font-size: clamp(16px, 3vw, 18px);
      font-weight: 500;
      color: #1d1d1d;
      margin-bottom: 12px;
    }

    .hero-mark {
      color: #d50606;
      font-size: 26px;
      margin-bottom: 18px;
    }

    .page-wrap {
      width: 100%;
      max-width: 460px;
      margin: 0 auto;
      padding: 30px 15px;
    }

    .card {
      background: rgba(255, 255, 255, 0.96);
      border: 1px solid rgba(255, 255, 255, 0.25);
      backdrop-filter: blur(18px);
      border-radius: 28px;
      overflow: hidden;
      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.28);
    }

    .top-section {
      position: relative;
      padding: 36px 28px 26px;
      background: #fff url("../image/icon-bg-pattern-03.png") right bottom no-repeat;
      color: #fff;
      text-align: center;
    }

    .top-section::after {
      content: "";
      position: absolute;
      width: 180px;
      height: 180px;
      background: rgba(255,255,255,0.08);
      border-radius: 50%;
      top: -60px;
      right: -60px;
    }

    .logo-wrap {
      width: 100%;
      margin: 30px 0 auto;
      border-radius: 18px;
      background: rgba(255,255,255,1);
      border: 1px solid rgba(255,255,255,0.18);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 2;
      overflow: hidden;
    }

    .logo-wrap img {
      width: 75%;
      height: 75%;
      object-fit: contain;
    }

    .avatar {
      width: 108px;
      height: 108px;
      border-radius: 50%;
      object-fit: cover;
      border: 4px solid rgba(255,255,255,0.85);
      box-shadow: 0 10px 25px rgba(0,0,0,0.22);
      margin-bottom: 18px;
      position: relative;
      z-index: 2;
      background: rgba(255,255,255,0.2);
    }

    .name {
      font-size: 28px;
      font-weight: 800;
      margin-bottom: 6px;
      position: relative;
      z-index: 2;
    }

    .designation {
      font-size: 15px;
      opacity: 0.9;
      margin-bottom: 12px;
      position: relative;
      z-index: 2;
    }

    .company {
      display: inline-block;
      font-size: 13px;
      font-weight: 600;
      padding: 8px 14px;
      background: rgba(255,255,255,0.12);
      border: 1px solid rgba(255,255,255,0.15);
      border-radius: 999px;
      position: relative;
      z-index: 2;
    }

    .body-section {
      padding: 24px;
    }

    .quick-actions {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
      margin-top: -36px;
      margin-bottom: 24px;
      position: relative;
      z-index: 4;
    }

    .quick-actions a {
      min-height: 60px;
      padding: 10px 6px;
      background: #fff;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 4px;
      text-decoration: none;
      color: #0f172a;
      font-size: 11px;
      font-weight: 700;
      text-align: center;
      box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
      transition: 0.25s ease;
    }

    .quick-actions a strong {
      font-size: 16px;
      line-height: 1;
    }

    .quick-actions a:hover {
      transform: translateY(-4px);
    }

    .section {
      margin-bottom: 24px;
    }

    .section:last-child {
      margin-bottom: 0;
    }

    .section-title {
      font-size: 14px;
      font-weight: 800;
      color: #64748b;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      margin-bottom: 14px;
    }

    .info-list {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .info-item {
      display: flex;
      gap: 14px;
      align-items: flex-start;
      padding: 16px;
      border-radius: 18px;
      background: #f8fafc;
      border: 1px solid #e2e8f0;
    }

    .icon {
      width: 42px;
      height: 42px;
      border-radius: 12px;
      background: linear-gradient(135deg, #fee2e2, #fecaca);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      flex-shrink: 0;
    }

    .info-text small {
      display: block;
      font-size: 12px;
      color: #64748b;
      margin-bottom: 4px;
    }

    .info-text a,
    .info-text span {
      font-size: 15px;
      font-weight: 600;
      color: #0f172a;
      text-decoration: none;
      line-height: 1.5;
      word-break: break-word;
    }

    .buttons {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-bottom: 24px;
    }
.flatpickr-custom-footer {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
     
    }
    .button_large {
      display: grid;
      gap: 12px;
		width: 100%;
    }

    .btn {
      text-decoration: none;
      text-align: center;
      padding: 14px 18px;
      border-radius: 16px;
      font-weight: 700;
      font-size: 14px;
      transition: 0.25s ease;
      border: none;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    .btn-primary {
      background: linear-gradient(135deg, #dc2626, #b91c1c);
      color: #fff;
    }

    .btn-dark {
      background: #0f172a;
      color: #fff;
    }

    .btn:hover {
      transform: translateY(-3px);
    }

    .social-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
    }

    .social-grid a {
      background: #f8fafc;
      border: 1px solid #e2e8f0;
      border-radius: 16px;
      text-decoration: none;
      color: #0f172a;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      min-height: 76px;
      font-size: 12px;
      font-weight: 700;
    }

    .social-grid a strong {
      font-size: 18px;
    }

    .video-box {
      overflow: hidden;
      border-radius: 22px;
      border: 1px solid #e2e8f0;
      background: #000;
      aspect-ratio: 16 / 9;
    }

    .video-box iframe,
    .video-box video {
      width: 100%;
      height: 100%;
      border: 0;
      object-fit: cover;
    }

    .review-box,
    .qr-box,
    .form-box {
      background: linear-gradient(180deg, #ffffff, #f8fafc);
      border: 1px solid #e2e8f0;
      border-radius: 22px;
      padding: 20px;
    }

    .review-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      flex-wrap: wrap;
		background: url("../image/Google_Favicon_2025.svg.webp") no-repeat top -10px left -20px;
    }

    .review-content h4,
    .qr-box h4,
    .form-box h4 {
      font-size: 16px;
      margin-bottom: 8px;
      color: #0f172a;
    }

    .review-content p,
    .qr-box p,
    .form-box p {
      font-size: 13px;
      color: #64748b;
      line-height: 1.6;
    }

    .qr-box {
      text-align: center;
    }

    .qr-box img {
      width: 160px;
      height: 160px;
      object-fit: contain;
      border-radius: 14px;
      background: #fff;
      padding: 8px;
      border: 1px solid #e2e8f0;
      margin: 14px auto;
      display: block;
    }

    .form-grid {
      display: grid;
      gap: 12px;
      margin-top: 16px;
    }

    .form-grid input,
    .form-grid textarea {
      width: 100%;
      border: 1px solid #dbe2ea;
      background: #fff;
      border-radius: 14px;
      padding: 14px 15px;
      font: inherit;
      color: #0f172a;
      outline: none;
    }

    .form-grid textarea {
      resize: vertical;
      min-height: 120px;
    }

    .form-grid input:focus,
    .form-grid textarea:focus {
      border-color: #93c5fd;
      box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.10);
    }

    .footer-note {
      text-align: center;
      font-size: 12px;
      color: #64748b;
      line-height: 1.6;
      padding-top: 4px;
    }

    .enquiry-modal {
      position: fixed;
      inset: 0;
      display: none;
      z-index: 9999;
    }

    .enquiry-modal.active {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }

    .enquiry-overlay {
      position: absolute;
      inset: 0;
      background: rgba(15, 23, 42, 0.72);
      backdrop-filter: blur(4px);
    }

    .enquiry-content {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 420px;
      animation: popupFade 0.3s ease;
    }

    .enquiry-close {
      position: absolute;
      top: 12px;
      right: 14px;
      width: 36px;
      height: 36px;
      border: none;
      background: #fff;
      color: #0f172a;
      font-size: 24px;
      line-height: 1;
      border-radius: 50%;
      cursor: pointer;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      z-index: 3;
    }

    @keyframes popupFade {
      from {
        opacity: 0;
        transform: translateY(30px) scale(0.96);
      }
      to {
        opacity: 1;
        transform: translateY(0) scale(1);
      }
    }

    @media (max-width: 480px) {
      .top-section {
        padding: 32px 20px 24px;
      }

      .body-section {
        padding: 18px;
      }

      .quick-actions,
      .social-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
      }

      .buttons {
        grid-template-columns: 1fr;
      }

      .name {
        font-size: 24px;
      }

      .enquiry-content {
        max-width: 100%;
      }
    }
.map-embed {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.map-embed iframe {
  width: 100%;
  height: 220px;
  border: 0;
}

.form-grid select {
  border: 1px solid #dbe2ea;
  border-radius: 14px;
  padding: 14px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #757575;
}
.mb-1{
	margin-bottom: 10px;
}.mb-2{
	margin-bottom: 20px;
}.mb-3{
	margin-bottom: 30px;
}.mb-4{
	margin-bottom: 40px;
}.mb-5{
	margin-bottom: 50px;
}
.mt-1{
	margin-top: 10px;
}.mt-2{
	margin-top: 20px;
}.mt-3{
	margin-top: 30px;
}.mt-4{
	margin-top: 40px;
}.mt-5{
	margin-top: 50px;
}

.info-list a.info-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  color: inherit;
  transition: 0.25s ease;
}

.info-list a.info-item:hover {
  transform: translateY(-3px);
}
.flatpickr-footer {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-top: 1px solid #e2e8f0;
}

.flatpickr-footer button {
  padding: 6px 12px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 13px;
}

.flatpickr-cancel {
  background: #e5e7eb;
}

.flatpickr-ok {
  background: #dc2626;
  color: #fff;
}
/*custom style*/
.form-message {
  margin-top: 10px;
  font-size: 14px;
  display: none;
}

.form-message.success {
  color: #28a745;
}

.form-message.error {
  color: #dc3545;
}
.btn.loading {
  pointer-events: none;
  opacity: 0.7;
}

.btn.loading::after {
  content: '';
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
.form-message{
  display: none;
}
.scroll_div{
      overflow: scroll;
}