/* === Global === */
body {
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
  color: #333;
}

/* === Navbar === */
.custom-navbar {
  background: transparent;
  padding: 20px 0;
  transition: all 0.4s ease-in-out;
}

.custom-navbar.scrolled {
  background-color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.custom-navbar .nav-link {
  color: #fff !important;
  font-weight: 500;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.custom-navbar.scrolled .nav-link {
  color: #007bff !important;
}

.custom-navbar.scrolled .navbar-brand {
  color: #007bff !important;
}

.custom-navbar .btn-contact {
  background: #fff;
  color: #007bff !important;
  border-radius: 25px;
  font-weight: 500;
  padding: 6px 16px;
  transition: all 0.3s;
}

.custom-navbar.scrolled .btn-contact {
  background: #007bff;
  color: #fff !important;
}

/* === Hero Section === */
.hero {
  background: linear-gradient(135deg, #2196f3 0%, #1e88e5 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.hero-container {
  width: 100%;
}

.hero-text {
  padding: 80px 40px;
}

.hero-intro {
  background: #fff;
  color: #007bff;
  padding: 6px 14px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
}

.hero-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 20px;
}

.hero-title .highlight-name {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.hero-subtitle {
  font-size: 1rem;
  color: #e3f2fd;
  margin-top: 15px;
  line-height: 1.6;
  max-width: 600px;
}

.hero-buttons {
  margin-top: 25px;
}

.btn-hero {
  border-radius: 25px;
  padding: 10px 20px;
  margin-right: 10px;
  font-weight: 600;
}

.hero-image {
  background: transparent;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero-img {
  max-width: 100%;
  height: auto;
  position: relative;
  bottom: 0;
}

/* === Credibility Snapshot Section === */
.credibility-section {
  background-color: #f8f9fa;
  color: #333;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 20px;
}

.section-desc {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.section-headline {
  font-size: 1.3rem;
  font-weight: 600;
  color: #004085;
  margin-bottom: 25px;
}

.proof-points {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.proof-points li {
  font-size: 1rem;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #333;
  display: flex;
  align-items: start;
}

.proof-points i {
  color: #007bff;
  margin-right: 10px;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* Make proof points center on smaller screens */
@media (max-width: 767px) {
  .proof-points {
    text-align: left;
    padding-left: 20px;
  }
}

/* === Client Value Proposition Section === */
.value-section {
  background-color: #e9ecef;
  color: #333;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 20px;
}

.section-desc {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.section-headline {
  font-size: 1.3rem;
  font-weight: 600;
  color: #004085;
  margin-bottom: 25px;
}

.subhead {
  font-size: 1.1rem;
  font-weight: 600;
  color: #007bff;
  margin-bottom: 10px;
}

.proof-points {
  text-align: left;
}

.proof-points li {
  font-size: 1rem;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #333;
  display: flex;
  align-items: start;
}

.proof-points i {
  color: #007bff;
  margin-right: 10px;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* Alternate background for next sections automatically */
.bg-gray {
  background-color: #f1f3f5 !important;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .proof-points {
    padding-left: 15px;
  }
  .subhead {
    text-align: center;
  }
}

/* === What I Build and Lead Section === */
.build-section {
  background-color: #ffffff;
  color: #333;
}

.build-section .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 20px;
}

.build-section .section-desc {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.build-section .section-headline {
  font-size: 1.3rem;
  font-weight: 600;
  color: #004085;
  margin-bottom: 30px;
}

.subhead {
  font-size: 1.1rem;
  font-weight: 600;
  color: #007bff;
  margin-bottom: 10px;
}

.proof-points {
  text-align: left;
}

.proof-points li {
  font-size: 1rem;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #333;
  display: flex;
  align-items: start;
}

.proof-points i {
  color: #007bff;
  margin-right: 10px;
  font-size: 1.1rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .proof-points {
    padding-left: 15px;
  }
  .subhead {
    text-align: center;
  }
}

/* === Signature Wins Section === */
.wins-section {
  background-color: #f8f9fa;
  color: #333;
}

.wins-section .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 20px;
}

.wins-section .section-desc {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.wins-section .section-headline {
  font-size: 1.3rem;
  font-weight: 600;
  color: #004085;
  margin-bottom: 30px;
}

.wins-section .proof-points {
  max-width: 850px;
}

.wins-section .proof-points li {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #333;
  display: flex;
  align-items: start;
}

.wins-section .proof-points i {
  color: #007bff;
  margin-right: 10px;
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
  .wins-section .proof-points {
    padding-left: 15px;
  }
}

/* === Why Clients Choose Me Section === */
.whyme-section {
  background-color: #ffffff;
  color: #333;
}

.whyme-section .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 20px;
}

.whyme-section .section-desc {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.whyme-section .section-headline {
  font-size: 1.3rem;
  font-weight: 600;
  color: #004085;
  margin-bottom: 30px;
}

.whyme-section .proof-points {
  text-align: left;
  margin-bottom: 30px;
}

.whyme-section .proof-points li {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #333;
  display: flex;
  align-items: start;
}

.whyme-section .proof-points i {
  color: #007bff;
  margin-right: 10px;
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* Value box on the right */
.value-box {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.value-box .subhead {
  font-size: 1.1rem;
  font-weight: 600;
  color: #007bff;
}

.value-text {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .proof-points {
    padding-left: 15px;
  }
  .value-box {
    margin-top: 20px;
  }
}

/* === Engagement Models Section === */
.engage-section {
  background-color: #f8f9fa;
  color: #333;
}

.engage-section .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 20px;
}

.engage-section .section-desc {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.engage-section .section-headline {
  font-size: 1.3rem;
  font-weight: 600;
  color: #004085;
  margin-bottom: 40px;
}

/* Engagement Model Cards */
.engage-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease-in-out;
}

.engage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.engage-card .icon i {
  font-size: 2rem;
  color: #007bff;
}

.engage-card .model-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #007bff;
}

.engage-card .duration {
  font-size: 0.95rem;
  color: #666;
}

.engage-card .proof-points {
  margin-top: 10px;
}

.engage-card .proof-points li {
  font-size: 0.95rem;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #333;
  display: flex;
  align-items: start;
}

.engage-card .proof-points i {
  color: #007bff;
  margin-right: 10px;
  font-size: 1rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .engage-card {
    margin-bottom: 20px;
  }
}

/* === Social Proof and Authority Section === */
.proof-section {
  background-color: #ffffff;
  color: #333;
}

.proof-section .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 20px;
}

.proof-section .section-desc {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.proof-section .section-headline {
  font-size: 1.3rem;
  font-weight: 600;
  color: #004085;
  margin-bottom: 30px;
}

.proof-section .subhead {
  font-size: 1.1rem;
  font-weight: 600;
  color: #007bff;
  margin-bottom: 10px;
}

.proof-points {
  text-align: left;
}

.proof-points li {
  font-size: 1rem;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #333;
  display: flex;
  align-items: start;
}

.proof-points i {
  color: #007bff;
  margin-right: 10px;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* Scarcity Box */
.proof-box {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.proof-box .subhead {
  color: #dc3545;
}

.proof-box .value-text {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .proof-points {
    padding-left: 15px;
  }
  .proof-box {
    margin-top: 20px;
  }
}

/* === Fast Facts Section === */
.facts-section {
  background-color: #f8f9fa;
  color: #333;
}

.facts-section .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 20px;
}

.facts-section .section-desc {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.facts-section .section-headline {
  font-size: 1.3rem;
  font-weight: 600;
  color: #004085;
  margin-bottom: 40px;
}

.facts-list {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin: 0 auto;
  max-width: 800px;
}

.facts-list li {
  display: flex;
  align-items: start;
  margin-bottom: 12px;
}

.facts-list i {
  color: #007bff;
  margin-right: 12px;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.facts-list strong {
  color: #007bff;
  margin-right: 5px;
  font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .facts-list {
    padding-left: 10px;
  }
  .facts-list li {
    flex-direction: column;
    margin-bottom: 15px;
  }
}

/* === Trust and Delivery Section === */
.trust-section {
  background-color: #ffffff;
  color: #333;
}

.trust-section .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 20px;
}

.trust-section .section-desc {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.trust-section .section-headline {
  font-size: 1.3rem;
  font-weight: 600;
  color: #004085;
  margin-bottom: 30px;
}

.trust-section .proof-points {
  text-align: left;
}

.trust-section .proof-points li {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #333;
  display: flex;
  align-items: start;
}

.trust-section .proof-points i {
  color: #007bff;
  margin-right: 10px;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* Highlight Box (Right Column) */
.trust-box {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.trust-box .subhead {
  font-size: 1.1rem;
  font-weight: 600;
  color: #007bff;
}

.trust-box .value-text {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .proof-points {
    padding-left: 15px;
  }
  .trust-box {
    margin-top: 20px;
  }
}

/* === Calls to Action Section === */
.cta-section {
  background-color: #f8f9fa;
  color: #333;
}

.cta-section .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 20px;
}

.cta-section .section-desc {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.cta-section .section-headline {
  font-size: 1.3rem;
  font-weight: 600;
  color: #004085;
  margin-bottom: 40px;
}

/* CTA Boxes */
.cta-box {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.cta-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.cta-box .subhead {
  font-size: 1.1rem;
  font-weight: 600;
  color: #007bff;
}

.cta-box .proof-points {
  margin-top: 15px;
}

.cta-box .proof-points li {
  font-size: 0.95rem;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #333;
  display: flex;
  align-items: start;
}

.cta-box .proof-points i {
  color: #007bff;
  margin-right: 10px;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* CTA Buttons */
.btn-hero {
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-hero:hover {
  transform: scale(1.03);
}

@media (max-width: 767px) {
  .cta-box {
    margin-bottom: 20px;
  }
}

/* === Responsive === */
@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }

  .hero-text {
    padding: 60px 20px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-img {
    margin-top: 30px;
    width: 80%;
  }
}

/* Navbar Toggler (Mobile) */
.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 6px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Remove border & focus glow on icon */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.9%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Optional: reduce icon spacing for a cleaner look */
@media (max-width: 991px) {
  .navbar-toggler {
    margin-right: 8px;
  }
}

/* === Navbar Responsive Rules === */

/* MOBILE & TABLET (≤991px) */
@media (max-width: 991px) {

  /* Navbar background always white on small screens */
  .custom-navbar {
    background-color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }

  /* Navbar brand and links turn blue for visibility */
  .custom-navbar .navbar-brand,
  .custom-navbar .nav-link {
    color: #007bff !important;
  }

  /* Dropdown menu area background white */
  .custom-navbar .navbar-collapse {
    background-color: #ffffff !important;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  /* Nav links inside dropdown */
  .custom-navbar .nav-link {
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    transition: background 0.3s ease;
  }

  .custom-navbar .nav-link:hover {
    background-color: #f1f3f5;
  }

  /* Black hamburger icon */
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.9%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

  .navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }
}

/* DESKTOP (≥992px) */
@media (min-width: 992px) {
  /* Transparent on top, white on scroll */
  .custom-navbar {
    background: transparent;
    box-shadow: none;
  }

  .custom-navbar.scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  /* Keep brand and links white on hero */
  .custom-navbar .navbar-brand,
  .custom-navbar .nav-link {
    color: #ffffff !important;
  }

  /* When scrolled, text becomes blue */
  .custom-navbar.scrolled .navbar-brand,
  .custom-navbar.scrolled .nav-link {
    color: #007bff !important;
  }
}

/* === Responsive Hero Section Adjustment === */

/* Mobile & Tablet (≤991px): Add top padding to hero section */
@media (max-width: 991px) {
  .hero {
    padding-top: 80px; /* adjust between 70–100px depending on navbar height */
  }
}

/* Desktop (≥992px): No padding (keep hero full height) */
@media (min-width: 992px) {
  .hero {
    padding-top: 0;
  }
}

/* === FIX: Remove White Gap Between Navbar and Hero on Mobile === */

/* Ensure no spacing issues on body or html */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Navbar fix on small screens */
.custom-navbar {
  margin: 0;
  border: none;
  border-bottom: none !important;
}

/* Remove bottom shadow or faint border that creates the white line */
@media (max-width: 991px) {
  .custom-navbar {
    background-color: #ffffff !important;
    box-shadow: none !important;
    border-bottom: none !important;
  }

  /* Hero section touches navbar edge */
  .hero {
    margin-top: 0 !important;
    padding-top: 90px !important; /* Adjust based on navbar height */
  }
}

/* Desktop hero unaffected */
@media (min-width: 992px) {
  .hero {
    padding-top: 0 !important;
  }
}


