/* Best AMZ Tools — Professional Ecommerce Theme
   Palette: Midnight Navy + Electric Blue + Emerald
*/
:root{
  --bg: #F6F8FB;
  --surface:#FFFFFF;
  --surface-2:#F1F5F9;
  --text:#0B1220;
  --muted:#475569;
  --border:#E5E7EB;

  --navy:#0B1220;
  --navy-2:#0F172A;

  --primary:#2563EB;   /* blue */
  --primary-2:#1D4ED8;
  --accent:#22C55E;    /* green */
  --accent-2:#16A34A;

  --shadow: 0 12px 30px rgba(15, 23, 42, .10);
  --shadow-soft: 0 8px 20px rgba(15, 23, 42, .08);
  --radius: 16px;
}

html,body{height:100%;}
body{
  font-family: "Roboto", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}

a{color: inherit; text-decoration: none;}
a:hover{color: var(--primary); text-decoration: none;}

.navbar{
  padding: 14px 0;
  background: rgba(11, 18, 32, .82);
  backdrop-filter: blur(10px);
}
.navbar .navbar-brand img{ height: 44px; width: auto; }
.navbar-nav .nav-link{
  color: rgba(255,255,255,.92) !important;
  font-weight: 600;
  letter-spacing: .2px;
  padding: .55rem .9rem !important;
  border-radius: 12px;
}
.navbar-nav .nav-link:hover{
  background: rgba(255,255,255,.08);
  color: #fff !important;
}
.navbar-nav .nav-link.active{
  background: rgba(37,99,235,.20);
  color: #fff !important;
}
.navbar-toggler{border:0; outline:0;}
.navbar-dark .navbar-toggler-icon{filter: invert(1);}

.header-cta{ display:flex; align-items:center; gap:12px; }
.header-cta a{ color:#fff; display:flex; align-items:center; gap:8px; font-weight:700; }
.header-cta i{ color: var(--accent); }

.hero{
  position: relative;
  padding: 78px 0 36px;
  background:
    radial-gradient(1200px 600px at 20% -10%, rgba(37,99,235,.35), transparent 60%),
    radial-gradient(900px 500px at 100% 0%, rgba(34,197,94,.25), transparent 55%),
    linear-gradient(180deg, var(--navy), var(--navy-2));
  color:#fff;
}
.hero .hero-card{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 26px;
}
.hero h1{
  font-weight: 900;
  letter-spacing: -.5px;
  line-height: 1.18;
  margin: 0 0 14px;
  font-size: clamp(28px, 3.1vw, 46px);
}
.hero p{ color: rgba(255,255,255,.82); margin: 0 0 18px; font-size: 16px; }
.btn-primary-custom{
  background: var(--primary);
  border: 1px solid var(--primary);
  color:#fff !important;
  border-radius: 14px;
  padding: 11px 18px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(37,99,235,.25);
}
.btn-primary-custom:hover{ background: var(--primary-2); border-color: var(--primary-2); }
.btn-outline-custom{
  background: transparent;
  border: 1px solid rgba(255,255,255,.35);
  color:#fff !important;
  border-radius: 14px;
  padding: 11px 18px;
  font-weight: 800;
}
.btn-outline-custom:hover{ background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.55); }

/* ✅ FIX: previously .hero img {height:auto} was breaking carousel sizing.
   Keep this style only for images inside hero-card (not carousel). */
.hero .hero-card img{
  max-width: 100%;
  height: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.section{ padding: 70px 0; }
.section-title{ font-weight: 900; letter-spacing: -.3px; margin: 0 0 10px; }
.section-subtitle{ color: var(--muted); margin: 0 auto 28px; max-width: 780px; }

.feature-card{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 18px 16px;
  box-shadow: var(--shadow-soft);
  height: 100%;
}
.feature-card .icon{
  width: 44px; height: 44px; border-radius: 14px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(37,99,235,.12); color: var(--primary);
  margin-bottom: 12px; font-size: 18px;
}
.feature-card h5{font-weight: 900; margin: 0 0 6px;}
.feature-card p{margin: 0; color: var(--muted);}

.service-card{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow-soft);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  cursor:pointer;
  height: 100%;
}
.service-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(37,99,235,.35);
}
.service-card img{
  width: 100%;
  height: 120px;
  object-fit: contain;
  border-radius: 14px;
  background: var(--surface-2);
  border: 1px solid #EEF2F7;
}
.service-card img{ display:block; margin-left:auto; margin-right:auto; }
.service-card h6{
  margin: 12px 0 0;
  font-weight: 900;
  text-align: center;
}

.pricing{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow:hidden;
  box-shadow: var(--shadow-soft);
  height: 100%;
}
.pricing .head{
  padding: 18px;
  background: linear-gradient(135deg, rgba(37,99,235,.10), rgba(34,197,94,.10));
  border-bottom: 1px solid var(--border);
}
.pricing .plan{font-weight: 900; margin: 0;}
.pricing .price{font-weight: 900; font-size: 34px; margin: 6px 0 0; color: var(--primary);}
.pricing .body{padding: 18px;}
.pricing ul{margin: 0; padding-left: 18px; color: var(--muted);}
.pricing .cta{padding: 0 18px 18px;}
.pricing.featured{
  border-color: rgba(37,99,235,.45);
  box-shadow: 0 18px 45px rgba(37,99,235,.12);
  transform: translateY(-4px);
}

.about-box{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-soft);
}
.badge-soft{
  display:inline-flex; align-items:center; gap:8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(34,197,94,.12);
  color: var(--accent-2);
  font-weight: 800;
  font-size: 13px;
}

.form-card{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-soft);
}
.form-control{
  border-radius: 14px !important;
  border-color: #DDE3EA !important;
  padding: 12px 14px !important;
}
.form-control:focus{
  border-color: rgba(37,99,235,.60) !important;
  box-shadow: 0 0 0 4px rgba(37,99,235,.12) !important;
}
.btn-send{ border-radius: 14px; padding: 12px 18px; font-weight: 900; }

.footer{
  background: var(--navy);
  color: rgba(255,255,255,.86);
  padding: 24px 0;
  margin-top: 40px;
}
.footer a{color: var(--accent);}
.footer small{color: rgba(255,255,255,.60);}

.float-button{
  text-decoration:none;
  position:fixed;
  padding:10px 15px;
  bottom: 20px;
  left:24px;
  color:#fff;
  background-color:#25D366;
  border-radius:25px 30px 5px 25px;
  z-index:10005;
  font-family:Arial,sans-serif;
  font-size:17px;
  box-shadow: 1px 2px 5px 2px rgba(30,30,30,.3);
  transition: all .25s ease-out;
  display:flex;
  align-items:center;
  gap:8px;
}
.float-button:hover{ background:#000; color:#fff; }
.float-button i{ font-size:20px; }

@media (max-width:545px){
  .float-button{
    bottom: 12px;
    left:12px;
    padding:10px;
    border-radius:20px 20px 5px 20px;
  }
  .float-button span{ display:none; }
  .float-button i{ font-size:22px; }
}


/* ===== HERO CAROUSEL (FULL IMAGE / NO CROP / TRANSPARENT / SMOOTH) ===== */

#heroCarousel{
  width: 100%;
}

#heroCarousel .carousel-inner{
  border-radius: 16px;
  overflow: hidden;
  background: transparent !important; /* ✅ transparent when image smaller */
}

/* Big, responsive height */
#heroCarousel .carousel-item{
  height: clamp(360px, 62vh, 620px);
  background: transparent !important;
}

/* Full image (NO CROP) */
#heroCarousel .carousel-item img,
#heroCarousel .hero-slide-img{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;        /* ✅ NO CROP */
  background: transparent !important;    /* ✅ transparent */
  display: block;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Mobile height */
@media (max-width: 576px){
  #heroCarousel .carousel-item{
    height: clamp(280px, 48vh, 460px);
  }
}


/* ===== Extra polish (2026) ===== */
html{ scroll-behavior:smooth; }
:focus-visible{
  outline: 3px solid rgba(37,99,235,.45);
  outline-offset: 2px;
  border-radius: 10px;
}
::selection{ background: rgba(37,99,235,.28); }

.navbar{
  transition: background .2s ease, box-shadow .2s ease;
}
.navbar.navbar-scrolled{
  background: rgba(11, 18, 32, .92);
  box-shadow: 0 10px 30px rgba(2, 6, 23, .28);
}

.card, .feature-card, .service-card, .pricing-card{
  transition: transform .18s ease, box-shadow .18s ease;
}
.feature-card:hover, .service-card:hover, .pricing-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .14);
}

.form-control, .form-select{
  border-radius: 14px !important;
  border-color: var(--border) !important;
  padding: .75rem 1rem !important;
}
.form-control:focus, .form-select:focus{
  box-shadow: 0 0 0 .25rem rgba(37,99,235,.18) !important;
  border-color: rgba(37,99,235,.55) !important;
}

.btn{
  border-radius: 14px !important;
}
.btn:active{
  transform: translateY(1px);
}
