
body {
    margin: 0 !important;
    color: #323232;
    font-family: 'Poppins', sans-serif;
}

.small-icon {
    height: 30px;
    width: 30px;
}

a {
    color: #323232;
}

.space-evenly {
    justify-content: space-evenly;
}

.space-between {
    justify-content: space-between;
    width: 100%;
}

.pd-20px {
    padding: 20px;
}

.bg-extra-dark-grey {
    background-color: #232323;
}

a:hover {
    color: goldenrod !important;
}

.w-40px {
    width: 40px;
}

.text-tussock {
    color: #BF8C4C;
}

.text-dark-beige {
    color: #E9D6C1;
}

.margin-65px-bottom {
    margin-bottom: 65px;
}

.margin-15px-right {
    margin-right: 15px;
}

.margin-25px-right {
    margin-right: 25px;
}

.line-height-65px {
    line-height: 65px;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.z-index-1 {
    z-index: 1;
}

.ms-auto {
    margin-left: auto !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.position-absolute {
    position: absolute !important;
}

.d-flex {
    display: flex !important;
}

.w-750px {
    width: 750px;
}

.right-0px {
    right: 0;
}

.bottom-0px {
    bottom: 0;
}

.h-100 {
    height: 100% !important;
}

.padding-5-rem-lr {
    padding-left: 5rem;
    padding-right: 5rem;
}

.padding-3-rem-tb {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.h-50 {
    height: 50px;
}

.w-50 {
    width: 50px;
}

/* Lighbox style fixes */
.lightbox .lb-close {
    top: 10px !important; /* Adjust this value as needed */
    right: 10px !important; /* Adjust this value as needed */
    bottom: auto !important;
}

.lightbox .lb-overlay {
    height: 100vh !important;
    overflow-y: hidden !important; /* prevent vertical scrolling */
}

.lightbox .lb-image {
    border: none !important;
}

.lightbox .lb-image {
    height: 50vh !important; /* Adjust this value as needed */
    width: auto !important;
}

#lightbox {
    top: 1000px !important;
}

a.bg-gradient, .bg-gradient {
    /* background-image: linear-gradient(to right top,#0039e3,#4132e0,#5e28dd,#741bd9,#8600d4) !important; */
    /* background-image: linear-gradient(to right top, #0A2A30, #1B4B5B, #2D6C86, #3F8DB1, #50AEDC) !important; */
    background-color: #ff4e00;
    background-image: linear-gradient(315deg, #ff4e00 0%, #ec9f05 74%);
}

.box-shadow {
    box-shadow: 0 0 30px rgba(0,0,0,.08);
}

.box-shadow-img {
    box-shadow: 30px 30px 30px rgba(0,0,0,.1);
}

.text-align-center {
    text-align: center;
}

.bottom-box-shadow {
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1199px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px !important;
    }
}

.text-black {
    color: #323232 !important;
}

.justify-content-space-between {
    justify-content: space-between;
}

.text-align-right {
    text-align: right;
}

@media (max-width: 767.98px) {

    .text-align-right {
        text-align: left;
    }
}