.hero{
  width:100%;
  margin:0;          /* remove spacing */
  padding:0;         /* remove padding */
  max-width:100%;    /* full width */
}

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

  border-radius:0;   
  box-shadow:none;  
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 15px;
  max-width: 600px;
}

.hero p {
  max-width: 520px;
  opacity: .95;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* BUTTON */
.hero .btn {
  background: linear-gradient(135deg,#4f46e5,#2563eb);
  padding: 14px 26px;
  font-size: 15px;
}

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


.hero h1{
  font-size:28px;
}

.hero-overlay{
  text-align:center;
}

}
/* TABLE */
.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th {
  text-align: left;
  padding: 12px;
  font-size: 13px;
  color: #64748b;
  border-bottom: 1px solid #eee;
}

.admin-table td {
  padding: 12px;
  border-bottom: 1px solid #f1f5f9;
}

/* IMAGE */
.table-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

/* BUTTONS */
.btn.small {
  padding: 6px 10px;
  font-size: 12px;
}

.btn.danger {
  background: #ef4444;
}

.btn.danger:hover {
  background: #dc2626;
}

/* TOGGLE SWITCH */
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 22px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  background-color: #e5e7eb;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .3s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: .3s;
}

input:checked + .slider {
  background: linear-gradient(135deg,#4f46e5,#2563eb);
}

input:checked + .slider:before {
  transform: translateX(20px);
}
iframe {
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.verify-card.success {
  border: 1px solid #dcfce7;
  background: #f0fdf4;
}

.verify-card.success {
  border: 1px solid #dcfce7;
  background: #f0fdf4;
}

.certificate-box {
  margin-top: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
}

.cert-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f1f5f9;
}

.cert-row:last-child {
  border-bottom: none;
}

.cert-row span {
  color: #64748b;
  font-size: 14px;
}

.cert-row strong {
  font-size: 14px;
  color: #0f172a;
}

.verify-warning {
  margin-top: 20px;
  padding: 12px;
  background: #fef3c7;
  color: #92400e;
  border-radius: 8px;
  font-size: 13px;
}

/* AUTH BADGE */
.verify-badge {
  display: inline-block;
  background: #dcfce7;
  color: #166534;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 600;
}

/* ROWS */
.verify-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
}

.verify-row span {
  color: #64748b;
}

.verify-row strong {
  color: #0f172a;
}

/* WARNING */
.verify-warning {
  margin-top: 20px;
  padding: 12px;
  background: #fef2f2;
  color: #b91c1c;
  border-radius: 8px;
  font-size: 13px;
  border: 1px solid #fecaca;
}

.verify-card.success {
  border-left: 4px solid #22c55e;
}

/* ================= VERIFY PAGE ================= */

.verify-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
}

/* CARD */
.verify-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #eee;
  max-width: 420px;
  width: 100%;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

/* TITLE */
.verify-card h2 {
  margin-bottom: 10px;
}

/* SUBTEXT */
.verify-sub {
  color: #64748b;
  font-size: 14px;
  margin-bottom: 20px;
}

/* INPUTS */
.verify-card input {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.verify-card input:focus {
  outline: none;
  border-color: #4f46e5;
}

/* INFO BOX */
.verify-info {
  margin-top: 15px;
  padding: 12px;
  background: #f1f5f9;
  border-radius: 8px;
  font-size: 14px;
}

/* STATES */
.verify-card.error {
  border-left: 4px solid #ef4444;
}

.verify-card.pending {
  border-left: 4px solid #f59e0b;
}

/* SOCIAL ICONS UPGRADE */
.socials a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  background: rgba(255,255,255,0.05);
  color: #cbd5f5;

  border-radius: 10px;
  transition: 0.3s;
}

/* ICON SIZE */
.socials svg {
  width: 18px;
  height: 18px;
}

/* HOVER EFFECT */
.socials a:hover {
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  color: #fff;
  transform: translateY(-3px);
}
/* ================= PREMIUM FOOTER ================= */

/* GRADIENT TOP BORDER */
.footer-top-border {
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #2563eb, #4f46e5, #9333ea);
  margin-bottom: 40px;
  border-radius: 2px;
}

/* LOGO */
.footer-logo {
  height: 45px;
  margin-bottom: 15px;
}

/* SOCIAL ICONS */
.socials {
  margin-top: 15px;
  display: flex;
  gap: 12px;
}

.socials a {
  font-size: 20px;
  text-decoration: none;
  background: rgba(255,255,255,0.05);
  padding: 8px 10px;
  border-radius: 8px;
  transition: 0.3s;
}

.socials a:hover {
  background: #2563eb;
  transform: translateY(-3px);
}

.footer {
  background: #0f172a;
  color: #cbd5f5;
  padding: 60px 40px 20px;
}

/* GRID */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 40px;
  max-width: 1100px;
  margin: auto;
}

/* COLUMN */
.footer-col h3 {
  color: #fff;
  margin-bottom: 10px;
}

.footer-col h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
}

/* TEXT */
.footer-col p {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.6;
}

/* LINKS */
.footer-col a {
  display: block;
  color: #94a3b8;
  text-decoration: none;
  margin-bottom: 6px;
  font-size: 14px;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #fff;
}

/* BOTTOM BAR */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 40px;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #64748b;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer {
    padding: 40px 20px;
  }
}

/* ================= POLICY PAGES ================= */

.policy-wrapper {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
}

/* TITLE */
.policy-wrapper h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

/* UPDATED TEXT */
.last-updated {
  color: #64748b;
  font-size: 13px;
  margin-bottom: 30px;
}

/* SECTION */
.policy-section {
  margin-bottom: 30px;
}

.policy-section h2 {
  font-size: 18px;
  margin-bottom: 8px;
}

.policy-section p {
  color: #475569;
  line-height: 1.7;
  font-size: 14px;
}

/* LIST */
.policy-section ul {
  margin-top: 10px;
  padding-left: 20px;
}

.policy-section li {
  margin-bottom: 6px;
  font-size: 14px;
  color: #475569;
}

/* ================= ABOUT PAGE ================= */

.about-wrapper {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
}

/* HERO */
.about-hero {
  text-align: center;
  margin-bottom: 50px;
}

.about-hero h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.about-hero p {
  color: #64748b;
  max-width: 600px;
  margin: auto;
}

/* SECTION */
.about-section {
  margin-bottom: 40px;
}

.about-section h2 {
  margin-bottom: 10px;
}

.about-section p {
  color: #475569;
  line-height: 1.7;
}

/* GRID */
.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
  gap: 20px;
  margin: 40px 0;
}

/* CARD */
.about-card {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #eee;
  text-align: center;
  transition: 0.3s;
}

.about-card .icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.about-card h3 {
  margin-bottom: 8px;
}

.about-card p {
  font-size: 14px;
  color: #64748b;
}

.about-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

/* CONTACT BLOCK */
.about-contact {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #eee;
  margin-top: 30px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .about-hero h1 {
    font-size: 26px;
  }
}

/* ================= CONTACT PAGE ================= */

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1100px;
  margin: 60px auto;
  padding: 20px;
}

/* LEFT */
.contact-info h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.contact-info p {
  color: #64748b;
  margin-bottom: 20px;
}

.contact-box {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

/* FORM */
.contact-form {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #eee;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #4f46e5;
}

/* FULL BUTTON */
.btn.full {
  width: 100%;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
}

.product-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

/* TOP LAYOUT */
.product-container {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  margin-bottom: 50px;
}

/* IMAGE */
.product-image {
  flex: 0 0 420px;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #eee;
}

.product-img {
  max-width: 100%;
  max-height: 380px;
  object-fit: contain;
  margin: auto;
}

/* INFO */
.product-info {
  flex: 1;
}

/* TITLE */
.product-title {
  font-size: 28px;
  margin: 10px 0;
}

/* SHORT DESC */
.short-desc {
  color: #64748b;
  margin-bottom: 15px;
}

/* HIGHLIGHTS */
.highlights {
  margin: 15px 0;
  padding-left: 0;
  list-style: none;
}

.highlights li {
  margin-bottom: 8px;
  font-size: 14px;
}

/* BUTTON FULL */
.btn.full {
  width: 100%;
  margin-top: 20px;
}

/* DETAILS SECTION */
.product-details {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #eee;
}

.product-details h2 {
  margin-bottom: 15px;
}

.description {
  line-height: 1.7;
  color: #334155;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .product-container {
    flex-direction: column;
  }

  .product-image {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* GLOBAL IMAGE SAFETY */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* BODY */
body {
  font-family: Inter, Arial, sans-serif;
  background: #f8fafc;
  color: #0f172a;
}

/* HEADER */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.7);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
}


.logo img {
  height: 48px;   /* 🔥 bigger logo */
  transition: 0.3s;
}

.logo img:hover {
  transform: scale(1.05);
}

.nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav a {
  text-decoration: none;
  color: #334155;
  font-weight: 500;
  position: relative;
  font-size: 15px;
}

/* UNDERLINE HOVER */
.nav a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #2563eb;
  left: 0;
  bottom: -5px;
  transition: 0.3s;
}

.header.scrolled {
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}




.hero h1 {
  font-size: 48px;
  margin-bottom: 15px;
}

.hero p {
  color: #64748b;
  max-width: 600px;
  margin: auto;
}

/* BUTTON */
.btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 18px;
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.big {
  padding: 14px;
  font-size: 15px;
}

/* CONTAINER */
.container {
  padding: 60px 40px;
}

/* GRID */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
}

/* ================= PRODUCT PAGE ================= */

/* FORCE PRODUCT IMAGE FIX */
.product-container .product-image img {
  max-width: 400px !important;
  max-height: 400px !important;
  width: 100% !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  display: block !important;
}

/* FORCE IMAGE SIZE */
.product-image img {
  width: 100% !important;
  max-width: 420px !important;
  max-height: 420px !important;
  object-fit: contain !important;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.product-info {
  flex: 1;
}

/* BADGE */
.badge {
  display: inline-block;
  background: #eef2ff;
  color: #4f46e5;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  margin-bottom: 15px;
}

/* TITLE */
.product-info h1 {
  font-size: 32px;
  margin-bottom: 15px;
}

/* SHORT DESC */
.short-desc {
  font-size: 15px;
  color: #64748b;
  margin-bottom: 20px;
}

/* DIVIDER */
.divider {
  height: 1px;
  background: #e5e7eb;
  margin: 20px 0;
}

/* DESCRIPTION */
.description {
  line-height: 1.7;
  color: #334155;
  font-size: 14px;
}

/* ================= PRODUCT CARDS ================= */

.card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

.card p {
  font-size: 13px;
  color: #64748b;
  flex: 1;
}

.card .btn {
  margin-top: 10px;
  width: 100%;
}

/* ================= FEATURE CARDS ================= */

.feature-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #eee;
  text-align: center;
}

.feature-card div {
  display: inline-block;
  background: #eef2ff;
  padding: 12px;
  border-radius: 12px;
}

.feature-card h3 {
  margin-bottom: 10px;
}

.feature-card p {
  color: #64748b;
}

/* FOOTER */
.footer {
  background: #0f172a;
  color: #cbd5f5;
  padding: 50px 40px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 900px) {
  .product-container {
    flex-direction: column;
    text-align: center;
  }

  .product-image {
    flex: none;
  }
}

@media (max-width: 768px) {
  .header {
    flex-direction: column;
  }

  .hero h1 {
    font-size: 28px;
  }

  .container {
    padding: 30px 15px;
  }
}