/* =============================================
   GSS — Green Solution System
   Portfolio Website Stylesheet
   ============================================= */

:root {
  --primary: #0a1628;
  --primary-mid: #0f2044;
  --primary-light: #152c5a;
  --accent: #c8a84b;
  --accent-hover: #d4b85e;
  --accent-dark: #a8882e;
  --success: #2ecc71;
  --warning: #f39c12;
  --error: #e74c3c;
  --neutral-100: #f8f9fa;
  --neutral-200: #eef0f3;
  --neutral-300: #dee2e6;
  --neutral-500: #6c757d;
  --neutral-700: #343a40;
  --neutral-900: #0d0d0d;
  --text-primary: #1a1a2e;
  --text-muted: #6c757d;
  --white: #ffffff;

  --font-body: "Inter", sans-serif;
  --font-heading: "Playfair Display", serif;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.18);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--text-primary);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── Typography Helpers ── */
.text-accent {
  color: #47a33f !important;
}
.section-pad {
  padding: 96px 0;
}

/* ── Color helpers ── */
.bg-light-gray {
  background: var(--neutral-100);
}
.bg-dark-section {
  background: var(--primary);
}

/* =============================================
   NAVBAR
   ============================================= */
#mainNav {
  background: rgba(10, 22, 40, 0.97);
  padding: 14px 0;
  transition: var(--transition);
  z-index: 1050;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

#mainNav.scrolled {
  padding: 8px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.brand-logo {
  width: 48px;
  height: 48px;
  background: var(--accent);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -1px;
  flex-shrink: 0;
}
.brand-logo.sm {
  width: 38px;
  height: 38px;
  font-size: 11px;
}
.logo-g {
  color: var(--primary);
}
.logo-s,
.logo-s2 {
  color: var(--primary-light);
}

.brand-name {
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
  line-height: 1.2;
}
.brand-name.sm {
  font-size: 13px;
}
.brand-tagline {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding: 8px 14px !important;
  position: relative;
  transition: var(--transition);
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transition: var(--transition);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--accent) !important;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.btn-accent {
  background: var(--accent);
  color: var(--primary) !important;
  border: 2px solid var(--accent);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.btn-accent:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200, 168, 75, 0.4);
}

.btn-dark-primary {
  background: var(--primary);
  color: var(--white) !important;
  border: 2px solid var(--primary);
  font-weight: 700;
  font-size: 13px;
  padding: 12px 28px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.btn-dark-primary:hover {
  background: var(--primary-light);
  border-color: var(--accent);
  transform: translateY(-2px);
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}
.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%28255,255,255,0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* =============================================
   HERO
   ============================================= */
.hero-section {
  position: relative;
  background: linear-gradient(
    135deg,
    var(--primary) 0%,
    #0d1f3c 60%,
    #1a2a4a 100%
  );
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.pexels.com/photos/1181406/pexels-photo-1181406.jpeg?auto=compress&cs=tinysrgb&w=1400")
    center/cover no-repeat;
  opacity: 0.08;
}

.hero-section::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(
    ellipse,
    rgba(200, 168, 75, 0.06) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(10, 22, 40, 0.95) 0%,
    rgba(10, 22, 40, 0.5) 60%,
    transparent 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.eyebrow-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: var(--accent);
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 520px;
  margin-bottom: 36px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 56px;
}

.hero-logo-wrap {
  position: relative;
  z-index: 2;
}
.hero-logo-img {
  /* width: 340px; */
  max-width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(200, 168, 75, 0.2);
}

/* Stats Bar */
.stats-bar {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  backdrop-filter: blur(10px);
  margin-bottom: 40px;
  overflow: hidden;
}

.stat-item {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transition: var(--transition);
}
.stat-item:last-child {
  border-right: none;
}
.stat-item:hover {
  background: rgba(200, 168, 75, 0.08);
}

.stat-icon {
  font-size: 1.6rem;
  color: var(--accent);
  margin-bottom: 8px;
}

.stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.5px;
}

/* =============================================
   SERVICE BAR
   ============================================= */
.service-bar {
  background: var(--primary-light);
}

.service-bar-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  cursor: default;
  transition: var(--transition);
}
.service-bar-item:last-child {
  border-right: none;
}
.service-bar-item:hover {
  background: rgba(200, 168, 75, 0.1);
}

.service-bar-item > i {
  font-size: 1.6rem;
  color: var(--accent);
  flex-shrink: 0;
}
.sb-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
}
.sb-sub {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

/* =============================================
   SECTION COMMON
   ============================================= */
.section-eyebrow {
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.section-eyebrow.light {
  color: var(--accent);
}

.eyebrow-line-h {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: var(--accent);
}
.eyebrow-line-h.light {
  background: var(--accent);
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 16px;
}
.section-title.light {
  color: var(--white);
}

.section-body {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.75;
}
.section-body.light {
  color: rgba(255, 255, 255, 0.65);
}

/* =============================================
   ABOUT
   ============================================= */
.about-img-wrap {
  position: relative;
  display: inline-block;
}

.about-img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.about-badge {
  position: absolute;
  bottom: 28px;
  right: -20px;
  background: var(--accent);
  color: var(--primary);
  border-radius: var(--radius-md);
  padding: 16px 24px;
  text-align: center;
  box-shadow: var(--shadow-md);
}
.badge-num {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}
.badge-txt {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.about-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
}
.about-feature i {
  font-size: 16px;
}

/* =============================================
   CERTIFICATIONS
   ============================================= */
.cert-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(200, 168, 75, 0.2);
  border-radius: var(--radius-md);
  padding: 20px 12px;
  text-align: center;
  transition: var(--transition);
  cursor: default;
}

.cert-card:hover {
  background: rgba(200, 168, 75, 0.12);
  border-color: var(--accent);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(200, 168, 75, 0.15);
}

.cert-icon {
  font-size: 1.8rem;
  color: var(--accent);
  margin-bottom: 8px;
  display: block;
}

.cert-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
}

.cert-sub {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 2px;
}

/* =============================================
   SERVICES CARDS
   ============================================= */
.service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  height: 100%;
  border: 1px solid var(--neutral-300);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--neutral-300);
  transition: var(--transition);
}

.service-card:hover::before,
.service-card.featured::before {
  background: var(--accent);
}

.service-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
  border-color: rgba(200, 168, 75, 0.3);
}

.service-card.featured {
  background: var(--primary);
  border-color: var(--primary);
}

.svc-icon-wrap {
  width: 64px;
  height: 64px;
  background: var(--neutral-100);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--accent);
  margin-bottom: 20px;
  transition: var(--transition);
}

.svc-icon-wrap.featured,
.service-card:hover .svc-icon-wrap {
  background: rgba(200, 168, 75, 0.15);
}

.svc-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
}
.service-card.featured .svc-title {
  color: var(--white);
}

.svc-desc {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 20px;
  line-height: 1.65;
}
.service-card.featured .svc-desc {
  color: rgba(255, 255, 255, 0.65);
}

.svc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.svc-list li {
  font-size: 13px;
  color: var(--text-muted);
  display: flex;
  align-items: flex-start;
  gap: 4px;
  padding: 3px 0;
}
.service-card.featured .svc-list li {
  color: rgba(255, 255, 255, 0.6);
}
.svc-list li i {
  color: var(--accent);
  font-size: 18px;
  flex-shrink: 0;
  margin-top: -1px;
}

/* =============================================
   CEO / MISSION
   ============================================= */
.ceo-section {
  background: var(--white);
}

.ceo-img-wrap {
  position: relative;
}

.ceo-img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  width: 100%;
  height: 537px;
  object-fit: cover;
}

.ceo-name-card {
  position: absolute;
  bottom: 28px;
  left: -20px;
  background: var(--primary);
  border: 1px solid rgba(200, 168, 75, 0.3);
  border-radius: var(--radius-md);
  padding: 16px 24px;
  box-shadow: var(--shadow-md);
}
.ceo-name {
  font-weight: 700;
  font-size: 15px;
  color: var(--white);
}
.ceo-pos {
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.ceo-sig {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 18px;
  color: var(--accent);
}

.mission-box {
  background: var(--neutral-100);
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid var(--neutral-300);
  height: 100%;
}

.mb-title {
  font-weight: 700;
  font-size: 15px;
  color: var(--text-primary);
  margin-bottom: 14px;
}

.mb-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mb-list li {
  font-size: 13px;
  color: var(--text-muted);
  padding: 4px 0;
  padding-left: 14px;
  position: relative;
}
.mb-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

/* =============================================
   TEAM
   ============================================= */
.team-card {
  text-align: center;
  transition: var(--transition);
}

.team-card:hover {
  transform: translateY(-6px);
}

.team-avatar {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 14px;
  aspect-ratio: 3/4;
}

.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.svc-avatar img {
  width: 100%;
  /*height: 52%;
  object-fit: cover;
  transition: var(--transition); */
  /* height: 164px; */

  height: 50%;
  background: var(--neutral-100);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: var(--transition);
}

.cert-avatar img {
  height: 164px !important;
}

.team-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 22, 40, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}
.team-overlay i {
  font-size: 2rem;
  color: var(--accent);
}

.team-card:hover .team-overlay {
  opacity: 1;
}
.team-card:hover .team-avatar img {
  transform: scale(1.06);
}

.team-card.ceo-card .team-avatar {
  border: 3px solid var(--accent);
}

.team-name {
  font-weight: 700;
  font-size: 13px;
  color: var(--white);
  line-height: 1.3;
}
.team-pos {
  font-size: 11px;
  color: var(--accent);
  margin-top: 3px;
  letter-spacing: 0.3px;
}

/* =============================================
   CONTACT
   ============================================= */
.contact-info-list {
  margin-top: 8px;
}

.ci-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--neutral-300);
}
.ci-item:last-child {
  border-bottom: none;
}

.ci-icon {
  width: 44px;
  height: 44px;
  background: var(--primary);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 1rem;
  flex-shrink: 0;
}

.ci-label {
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.ci-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin-top: 2px;
}

.contact-form-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--neutral-300);
}

.form-title {
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--text-primary);
  margin-bottom: 24px;
}

.gss-input {
  border: 1.5px solid var(--neutral-300);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-size: 14px;
  color: var(--text-primary);
  background: var(--neutral-100);
  transition: var(--transition);
}
.gss-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(200, 168, 75, 0.15);
  background: var(--white);
  outline: none;
}

.form-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 6px;
}

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background: var(--primary);
  padding: 64px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  margin-bottom: 20px;
}

.social-links {
  display: flex;
  gap: 10px;
}
.social-btn {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  text-decoration: none;
  transition: var(--transition);
}
.social-btn:hover {
  background: var(--accent);
  color: var(--primary);
}

.footer-heading {
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 8px;
}
.footer-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: var(--transition);
}
.footer-links a:hover {
  color: var(--accent);
  padding-left: 4px;
}

.footer-certs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.footer-certs span {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--transition);
}
.footer-certs span:hover {
  background: rgba(200, 168, 75, 0.15);
  color: var(--accent);
  border-color: var(--accent);
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact li {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.footer-contact i {
  color: var(--accent);
  font-size: 14px;
  flex-shrink: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 48px;
  padding: 20px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}
.text-muted-footer {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
}

/* =============================================
   BACK TO TOP
   ============================================= */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: var(--accent);
  color: var(--primary);
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(200, 168, 75, 0.4);
  z-index: 999;
  transition: var(--transition);
}
.back-to-top:hover {
  background: var(--accent-hover);
  transform: translateY(-3px);
}
.back-to-top.show {
  display: flex;
}

/* =============================================
   TOAST
   ============================================= */
.gss-toast {
  position: fixed;
  bottom: 90px;
  right: 30px;
  background: var(--primary);
  color: var(--white);
  padding: 14px 24px;
  border-radius: var(--radius-md);
  border-left: 4px solid var(--accent);
  font-size: 14px;
  font-weight: 500;
  box-shadow: var(--shadow-lg);
  z-index: 9999;
  opacity: 0;
  transform: translateX(40px);
  transition: var(--transition);
}
.gss-toast.show {
  opacity: 1;
  transform: translateX(0);
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 991.98px) {
  .section-pad {
    padding: 64px 0;
  }
  .hero-section {
    min-height: auto;
    padding: 120px 0 60px;
  }
  .about-badge {
    right: 0;
  }
  .ceo-name-card {
    left: 0;
  }
  .service-bar-item {
    padding: 16px 12px;
  }
  .contact-form-card {
    padding: 28px 20px;
  }
}

@media (max-width: 767.98px) {
  .section-pad {
    padding: 48px 0;
  }
  .hero-title {
    font-size: 2rem;
  }
  .stats-bar .stat-item {
    padding: 20px 12px;
  }
  .stat-number {
    font-size: 1.5rem;
  }
  .service-bar-item {
    flex-direction: column;
    text-align: center;
    gap: 6px;
    padding: 16px 8px;
  }
  .service-bar-item > i {
    font-size: 1.3rem;
  }
  .about-img,
  .ceo-img {
    height: 395px;
  }
  .about-badge,
  .ceo-name-card {
    position: static;
    margin-top: 16px;
    display: inline-block;
  }
}

/* //////////// */

.brand-logo-img {
  width: 200px;
  height: 60px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .brand-logo-img {
    width: 200px;
    height: 45px;
  }

  .min-vh-100 {
    min-height: 10vh !important;
  }

  .navbar > .container {
    justify-content: flex-start;
  }
  .navbar-toggler {
    margin-left: 19%;
  }
}
