@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;500;600;700&display=swap');

* {
  font-family: 'Source Sans 3', sans-serif;
}

        .hero-section {
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          padding: 60px 0;
          overflow: hidden;
        }

        .hero-content {
          position: relative;
          z-index: 2;
          max-width: 1000px;
        }

        .gradient-text {
          background: linear-gradient(90deg,
              #3b82f6 0%,
              #8b5cf6 50%,
              #ef4444 100%);

          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }

        .hero-subtitle {
          max-width: 760px;
          margin: auto;
          font-size: 1.15rem;
          line-height: 1.8;
          color: #5b6475;
          font-weight: 400;
        }

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

        .btn-outline-custom {
          border: 1.5px solid #dbe3f1;
          background: white;
          color: #0f172a;
          padding: 15px 34px;
          border-radius: 14px;
          font-weight: 600;
          transition: all 0.3s ease;
        }

        .btn-outline-custom:hover {
          background: #f1f5f9;
          transform: translateY(-2px);
        }

        .btn-primary-custom {
          border: none;
          padding: 15px 36px;
          border-radius: 14px;
          font-weight: 700;
          color: white;
          background: linear-gradient(135deg,
              #2563eb 0%,
              #7c3aed 100%);
        }


.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}


.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  text-align: center;
}

.logo {
  width:200px;
}

.main-logo-heading {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #475569;
  margin-top:8px;
}

.hero-title {
  font-size: 70px;
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -3px;
  margin-bottom: 30px;
}

.gradient-text {
  background: linear-gradient(90deg,
      #3b82f6 0%,
      #8b5cf6 50%,
      #ef4444 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  max-width: 760px;
  margin: auto;
  font-size: 1.15rem;
  line-height: 1.8;
  color: #5b6475;
  font-weight: 400;
}

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

.btn-explore-home {
  border: 1.5px solid #dbe3f1;
  background: white;
  color: #0276EB;
  padding: 15px 34px;
  font-weight: 600;
}


.btn-primary-custom {
  border: none;
  padding: 15px 36px;
  font-weight: 700;
  color: white;
  background: #0276EB
}



.trust-strip {
  margin-top: 90px;
  padding-top: 35px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.trust-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 28px;
}

.trust-logos span {
  color: #94a3b8;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
}



.section-label {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #2563eb, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-block: 20px;
}


.main-content {
  z-index: 1;
  position: relative;
  margin-left: 240px;
  padding: 0px 28px;
}

.main-title {
  font-size: 48px;
  font-weight: 500;
  margin: 0px 0px 15px;
  line-height: 1.1;
}

.main-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1%;

}

.sidebar-aside {
  position: initial;
  min-height: auto;
  padding: 0;

}

.sidebar-aside .logo-flex {
  padding: 0;
}

@media(min-width: 768px) {
  .sidebar-aside {
    width: 100%;
    min-height: 100vh;
    border-right: 1px solid rgba(15, 23, 42, 0.06);
    padding: 0px 25px;
    position: fixed;
    top: 0;
    left: 0;
  }

  .sidebar-aside .logo-flex {
    padding-block: 20px;
  }

}

@media(max-width: 768px) {
  .main-content {
    padding: 0px !important;
  }

  .main-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
  }

  .main-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

  }

  .section-label {
    font-size: 18px;
  }

  .hero-title {
	  font-size: 48px;
    letter-spacing: -2px;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-buttons .btn {
    width: 100%;
  }

  .logo {
    width: 180px;
  }

}


.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}



.menu a {
  text-decoration: none;
  color: #6b7280;
  font-size: 19px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}


.menu a:hover {
  color: #111827;
}

.menu .active {
  color: #111827;
  font-weight: 600;
}

.menu .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.5px solid #cbd5e1;
}

.menu .active .dot {
  background: #111827;
  border-color: #111827;
}

.theme-switch {
  position: absolute;
  bottom: 0px;
  left: 28px;
  display: flex;
  padding-left: 29px;
}

.theme-switch span {
  font-size: 15px;
  color: #6b7280;
  margin: auto;
}

.toggle-box {
  width: 92px;
  height: 38px;
  background: white;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  margin-top: 10px;
}

.toggle-circle {
  width: 34px;
  height: 26px;
  border-radius: 999px;
  background: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
}
.home .sidebar-aside{
    display:none!important;
}

.sidebar-aside .nav-link:focus {
  display: none;
}


.offcanvas {
  width: 100% !important;
}

.offcanvas-body {
  padding: 0;
}

.offcanvas .theme-switch {}

.offcanvas-body .menu a {
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #1C1C1E;
  line-height: 2;
}

.offcanvas-body .dot {
  display: none;
}

@media(max-width:767px) {
  menu .dot {
    display: none;
  }
	.hero-section{
		padding-top:25px;
	}

  .main-content {
    margin-left: 0px !important;
    ;
  }
}
