html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html, body {
    position: relative;
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
custom-header {
    background: linear-gradient(to right, #f44336, #4caf50);
    -webkit-background-clip: text;
    color: transparent;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .angled-right-section {
        clip-path: none; /* Remove slant on mobile */
        border-radius: 8px;
    }
}
.custom-text-color {
    color:#141d2b;
}