html *
{

}

html, body {
    overflow-x: hidden !important; /* Stops vertical scroll bugs */
}

body {
    background: WhiteSmoke !important;
    font-size: 1.1rem; /* adjust the global font size */
}

.table td {
    word-break: break-word;      /* older support */
    overflow-wrap: anywhere;     /* modern + better */
}

.wrap-normal {
    word-break: normal !important;
    overflow-wrap: normal !important;
}

@media (orientation: portrait) {

    html, body {
        overflow-x: hidden !important;
    }

    body {
        background: WhiteSmoke !important;
    }

    h-big {

        font-size: 40px !important;
        line-height: 1.1; /* Adjust this value to reduce the spacing between lines */
    }

    h-maintenance {

        font-size: 40px !important;
        line-height: 1.1; /* Adjust this value to reduce the spacing between lines */
    }

    .landing-text {

        font-size: 1.2rem !important;
        font-style: normal;
        font-weight: 600;
        line-height: 184%;
    }

    .landing-text-sm {

        font-size: 1.2rem !important;
        font-style: normal;
        font-weight: 600;
        line-height: 184%;
    }

    .app-panel {
        margin-top: 0 !important;
        padding-right: 12px !important;
        padding-left: 12px !important;
        padding-top: 15px !important;

    }

    .no-margin-top-mobile {
        margin-top: 0 !important;
    }

    .pwif-img {
        width: 35% !important;
    }

    .mobile-nav {
        padding-left: 10px !important;
    }

    [class^="col-"] {
        padding-right: 9px !important;
        padding-left: 9px !important;
    }

    .card-body {
        padding-left: 15px !important;
    }

    .navbar-nav .btn {
        display: block;        /* makes them full-width inside the menu */
        width: 60%;
        margin-bottom: 0.5rem; /* spacing between buttons */
    }

}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.rounded-box {
    border: 1px solid #ccc; /* Grey outline */
    border-radius: 19px; /* Rounded edges */
    padding: 10px; /* Padding for content */
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Center vertically */
    margin-bottom: 8px; /* Small gap between elements */
    color: black; /* Change the text color */
    text-decoration: none; /* Remove underline */
}

.arrow {
    margin-left: auto; /* Align the arrow to the right */
}

h1, h2, h3, h4 {
    color: #003366 !important;
}

h6 {
    font-size: 1.1rem;
    font-weight: 600;
}

h-big, h-maintenance {
    color: #003366 !important;
    font-size: 60px;
    line-height: 1.1; /* Adjust this value to reduce the spacing between lines */
}

h-med {
    color: #003366 !important;
    font-size: 50px;
    line-height: 1.1; /* Adjust this value to reduce the spacing between lines */
}

h-sm {
    color: #003366 !important;
    font-size: 23px;
}

.btn-orange {
    background-color: #ee6c4d;
    color: #fff; /* text color */
}

.btn-orange:hover {
    background-color: #d55a3d; /* slightly darker */
    color: #fff; /* keep text white */
}

.text-orange {
    color: #ee6c4d;
}

.text- {
    color: #ee6c4d;
}

.light-blue-div {
    background-color: #e7f1f7;
}

.white-div {
    background-color: #FFFFFF;
}

.grey-div {
    background-color: #F6F7F7;
}

@media (min-width: 768px) { /* Apply styles for medium and larger screens */
    .landing-custom-padding {
        padding-top: 3rem; /* Top padding */
        padding-bottom: 3rem; /* Bottom padding */
        padding-left: 5rem; /* Left padding */
        padding-right: 5rem; /* Right padding */
    }
}

@media (max-width: 767px) { /* Apply styles for small screens */
    .landing-custom-padding {
        padding-top: 1.5rem; /* Top padding */
        padding-bottom: 1.5rem; /* Bottom padding */
        padding-left: 1.5rem; /* Left padding */
        padding-right: 1.5rem; /* Right padding */
    }
}

.landing-text {
    color: #072047;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 184%;
}

.landing-text-sm {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 184%;
}

.no-top-padding {
    padding-top: 0 !important;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

.no-right-padding {
    padding-right: 0 !important;
}

.no-padding-left-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-outline {
    outline: none !important;
}

.manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.no-margin-left-right {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

h1 {
  font-size: 60px;
}

.app-panel {
    background-color: #ffffff;
    outline-style: solid;
    outline-color: #d3d3d3;
    outline-width: thin;
    outline-offset: -1px; /*Add this to stop navbar overlapping with app panel*/
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
    min-height: 600px;
}

.rounded-left {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.rounded-right {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.text-nowrap {
    white-space: nowrap;
}

.text-justify {
    text-align:justify
}

.alert {
   width:100%;
   /* margin-bottom: 0;
   outline-style: solid;
   outline-color: #d3d3d3;
   outline-width: thin; */
   border-radius: 50;
   margin-top: 1rem;
}

.login-img
{
    width: 100%;
    border-radius: 4px;
}

.welcome2
{
    position: relative;
    top: 20px;
}

.bacp-img
{
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.logo-img
{
    width: 30px;
    height: 30px;
    margin-top: -7px;
}

.logo-img2
{
    width: 55px;
    height: 30px;
    margin-top: -7px;
}

.news-img
{
    width: 100%;
}

.panel
{
    box-shadow: 1px 1px 1px 1px #d3d3d3;
}

@media (orientation:landscape) {
    .hide-on-landscape {
        display: none;
    }
}

@media (orientation:portrait) {
    .hide-on-portrait {
        display: none !important;
    }
    .nav-item {
        margin-left: 0 !important;
    }
}

.footer-info {
  text-align: center;
}

.footer-info li {
  display: inline-block;
  padding-left:25px;
  padding-right:25px;
  padding-top:13px;
}

.error-cross {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.center-block {
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

.invalid-feedback {
    display: initial
}

input[id="price"] {
    width: 340px;
}

.nav-approvals-badge {
  font-size: 0.65rem;
}

.money-badge{
   position:relative;
   top: -8px;
   left: -7px;
}

.btn{
    margin-bottom:5px;
}

label[for="text"]
{
    display:none;
}

.noDecoration, a:link, a:visited {
    text-decoration: none;
}

.navbar {

    background: white;
    outline-style: solid;
    outline-color: #d3d3d3;
    outline-width: thin;
    z-index:1; /*Add this to stop navbar overlapping with app panel*/

}

.navbar-brand
{
  font-size: x-large;
  color: #003366 !important;
  padding-top: 10px;
}

.card-body-no-bottom {
    padding-bottom: 0 !important;
}

.email {
  word-break: break-all;
}

.right-align {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.analytics-title {
  text-decoration: none;
  color: black;
}

.level-cards .row {
    display: flex;
}

.level-cards .col-md-6 {
    display: flex;
    flex-direction: column;
}

.level-cards .card {
    flex: 1;
}

.no-top-margin {
  margin-top: 0;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.social-icons {
  display: inline-block;
  float: right;
}

.social-icons i {
  font-size: 24px; /* You can change this value to make the icons larger or smaller */
  margin-right: 5px; /* You can adjust the margin-right to control the space between the icons */
}

.card-img-top {
  object-fit: cover; /* This property scales the image to cover the entire card while maintaining its aspect ratio */
  max-height: 100%; /* Ensure the image doesn't overflow the card vertically */
}

.tooltip {
    pointer-events: none;
}

/* styles.css */

/* Set the width of the dropdown button for will-menu */
.will-menu-toggle {
    min-width: 100%;
    text-align: left; /* Align text to the left */
    position: relative; /* Ensure the button is a positioned parent */
}

/* Align the toggle arrow to the right for will-menu */
.will-menu-toggle::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px; /* Adjust as needed */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

/* Set the width of the dropdown menu for will-menu */
.will-menu {
    min-width: 100%;
}

.sticky-side-menu {
    position: sticky;
    top: 0;
    overflow-y: auto;
}

#sidebarMenu ul.nav {
    padding-left: 1.5rem; /* Add some padding to the left for alignment */
    margin-left: 0;     /* Keep margin at 0 to avoid extra spacing */
    list-style: none;   /* Remove list markers */
}

#pending_trustees_table td {
    overflow-wrap: anywhere;
}

/* Flip SVG horizontally (left-right) */
.flip-horizontal {
    transform: scaleX(-1);
    transform-origin: center;
}

/* flip vertically (top-bottom) */
.flip-vertical {
    transform: scaleY(-1);
    transform-origin: center;
}

/* more margin for forms in BS5 */
/* Space between questions (field groups) */
form .form-group {
    margin-bottom: 1.5rem; /* space between questions */
}

/* Labels sit above inputs with a minimal gap */
form .form-group label {
    display: block;
    margin-bottom: 0.25rem; /* small gap between label and input */
}

/* Radios/checkboxes: stacked without extra spacing */
form .form-check {
    display: block;
    margin: 0;  /* remove extra gap between options */
}

/* Select dropdowns: no extra gap, sits right under label */
.form-group select.form-select {
    margin-top: 0; /* prevents extra gap above the dropdown */
    display: inline-block; /* optional: keep the width you want */
    width: auto;           /* optional: keep narrow dropdown */
}

.video-thumbnail {
    border-radius: 12px; /* Adjust to taste */
    overflow: hidden;    /* Ensures the video/image doesn’t spill outside rounded edges */
    display: block;      /* Makes the image behave consistently */
    width: 100%;         /* Optional: makes it responsive */
    height: auto;        /* Keeps aspect ratio */
}



.hero-row {
    min-height: 70vh; /* makes it feel like a proper hero */
}

.hero-text {
    padding: 8rem 7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
