/* ==================================================
   Clevercrow Landing — Consolidated External Styles
   (All inline <style> blocks extracted without HTML/JS changes)
================================================== */

/* ------------------------------
   GLOBAL
------------------------------ */
body {  font-family: 'Manrope', sans-serif; }
h2 { font-size: 2.32rem; font-weight: 300 !important; }
 .navbar { background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1); }
 
 h1 { font-size: 2.82rem; font-weight: 300 !important; }
 /* Headings */
  h2, h3 {
   font-weight: 700;
   
  
 }
 
 
 h4, h5 {
    font-weight: 300;
    letter-spacing: -0.5px;
  }
 

  #pricing li { font-size: 1.12rem; line-height:1.85rem;  }
/* ------------------------------
   HERO (original .hero + used .hero-parallex)
   Note: HTML uses class 'hero-parallex'; keeping both to preserve intent
------------------------------ */
  .hero-parallex {
    position: relative;
    background:
      linear-gradient(135deg, rgba(0, 0, 0, 0.95), rgba(244, 180, 0, 0.4)),
      url('images/banner.jpg') center center / cover no-repeat;
     color: #fff;
    padding: 100px 0;
  }
 
 


 
.btn-mustard { background-color: #f4b400; color: #fff; }
.btn-mustard:hover { background-color: #d99a00; color: #fff; }

/* ------------------------------
   LOGO TICKER
------------------------------ */
.logo-ticker { position: relative; width: 100%; overflow: hidden; }
.logo-track { display: flex; gap: 2rem; animation: ticker 20s linear infinite; }
.logo-track img { height: 60px; object-fit: contain; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-80%); } }
.fade-left, .fade-right { position: absolute; top: 0; width: 100px; height: 100%; pointer-events: none; z-index: 10; }
.fade-left  { left: 0;  background: linear-gradient(to right, #f8f9fa, transparent); }
.fade-right { right: 0; background: linear-gradient(to left,  #f8f9fa, transparent); }

/* ------------------------------
   WHY CHOOSE US — PARTNER HIGHLIGHT
------------------------------ */
.partner-highlight {
  display: flex; flex-direction: column; align-items: center;
  padding: 1rem 2rem; background: rgba(0, 123, 255, 0.05);
  border-radius: 12px; width: 100%; max-width: 250px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.partner-highlight img { max-width: 150px; height: auto; }
.partner-highlight:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); }
.partner-highlight p { margin-top: 0.5rem; font-size: 1.1rem; }

/* ------------------------------
   SERVICES — CARDS
------------------------------ */
.service-card { transition: all 0.3s ease; background: #fff; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0px 6px 20px rgba(0,0,0,0.1); }
.service-card i { background: linear-gradient(135deg, #ffc107, #ff5722); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

/* ------------------------------
   CTA GRADIENT + GLOW BUTTON
------------------------------ */
.cta-gradient { background: linear-gradient(270deg, #1e1e2f, #232946, #3a3f58, #1a1a2e); background-size: 800% 800%; animation: gradientMove 18s ease infinite; }
@keyframes gradientMove { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
.glow-btn { position: relative; transition: all 0.3s ease-in-out; box-shadow: 0 0 10px rgba(255,255,255,0.3); }
.glow-btn:hover { transform: scale(1.05); box-shadow: 0 0 20px rgba(255,255,255,0.6); }
 
/* ------------------------------
   FAQ — MUSTARD THEME
------------------------------ */
.accordion-button:not(.collapsed) { background-color: #ffc107; color: #000; box-shadow: none; }
.accordion-button:focus { border-color: #ffc107; box-shadow: none; }
.accordion-button { font-weight: 500; }

/* ------------------------------
   portfolio (Clevercrow)
------------------------------ */
#portfolio img {
  height: 200px;
  object-fit: cover;
}

#portfolio .card {
  transition: all 0.3s ease;
}

#portfolio .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 1rem 2rem rgba(0,0,0,0.1);
}

 

#portfolio .nav-pills .nav-link.active {
  background-color: #f4b400;
  color: #000;
  border-color: #f4b400;
}

#portfolio .btn-outline-warning {
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

#portfolio .btn-outline-warning:hover {
  background-color: #f4b400;
  color: #000;
}
 
#portfolio .portfolio-item img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
   object-fit: cover;
   object-position: top; /*  This ensures the image is cropped from the top */
   
}
#portfolio .portfolio-item:hover img {
  transform: scale(1.08);
  filter: brightness(60%);
}
#portfolio .portfolio-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}
#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}
#portfolio .portfolio-overlay h6 {
  font-size: 1rem;
  font-weight: 600;
}
#portfolio .portfolio-overlay .btn {
  border-radius: 25px;
  font-weight: 600;
  transition: 0.3s ease;
}
#portfolio .portfolio-overlay .btn:hover {
  background-color: #ffce2e;
}
#portfolio .nav-pills .nav-link {
  border-radius: 50px;
  padding: 8px 18px;
  font-weight: 300;
  color: #000;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: 0.3s;
  margin: 4px;
}
#portfolio .nav-pills .nav-link.active {
  background-color: #f4b400;
  color: #000;
  border-color: #f4b400;
}


.offer-strip {
  background: #ffcc00;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  font-weight: 600;
}

.highlight-card {
  border: 2px solid #ffb400 !important;
}

.bonus-free-box {
  background: linear-gradient(135deg, #fffbe6 0%, #fff0b3 100%);
  border: 2px dashed #ffb400;
  font-size: 15px;
  line-height: 1.6;
  box-shadow: 0 3px 6px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.bonus-free-box:hover {
  transform: scale(1.03);
  background: linear-gradient(135deg, #fff3cd 0%, #ffe599 100%);
}
 
.offer-strip {
  background: #ffcc00;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  font-weight: 600;
}

.highlight-card {
  border: 2px solid #ffb400 !important;
}

.bonus-free-box {
  background: linear-gradient(135deg, #fffbe6 0%, #fff0b3 100%);
  border: 2px dashed #ffb400;
  font-size: 16px;
  line-height: 1.7;
  box-shadow: 0 3px 6px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.bonus-free-box:hover {
  transform: scale(1.03);
  background: linear-gradient(135deg, #fff3cd 0%, #ffe599 100%);
}
 
 
.pricing-card {
  transition: all 0.3s ease;
  border-radius: 20px;
}
.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(255, 179, 0, 0.25);
}

.offer-strip {
  background: #ffcc00;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  font-weight: 600;
}

.highlight-card {
  border: 2px solid #ffb400 !important;
}

.most-popular {
  position: absolute;
  top: -14px;
  right: 20px;
  background: #ffb400;
  color: #000;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 20px;
  font-weight: 700;
  text-transform: uppercase;
  z-index:100;
}

.bonus-free-box {
  background: linear-gradient(135deg, #fff8e1, #ffe9a3);
  border: 2px dashed #ffb400;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  padding: 18px 20px;
  box-shadow: 0 0 12px rgba(255, 180, 0, 0.25);
  position: relative;
  animation: glowPulse 3s infinite;
}
@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 12px rgba(255, 180, 0, 0.25); }
  50% { box-shadow: 0 0 22px rgba(255, 200, 0, 0.5); }
}

.btn-warning {
  background: linear-gradient(90deg, #ffcc00, #ffaa00);
  border: none;
  transition: all 0.3s ease;
  color: #000;
}
.btn-warning:hover {
  background: linear-gradient(90deg, #ffaa00, #ff8800);
  transform: scale(1.05);
}

.ecom-deliverables {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px 25px;
}
 
 