/* ===== RESET & BASE STYLES ===== */
* {
    box-sizing: border-box;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    position: relative;
    background: #1f2e35;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

/* ===== SAFARI SPECIFIC FIXES ===== */
/* Targets Safari on Mac only */
@media not all and (min-resolution:.001dpcm) {

    html {
        height: 100%;
    }

    body {
        height: 100%;
        min-height: 100%;
    }

    /* Fix for flexbox in Safari */
    .row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    /* Force heights for specific containers */
    .h-500px {
        height: 500px !important;
    }

    .h-450px {
        height: 450px !important;
    }

    .h-300px {
        height: 300px !important;
    }

    .h-730px {
        height: 730px !important;
    }

    .h-550px {
        height: 550px !important;
    }

    .h-400px {
        height: 400px !important;
    }

    .h-350px {
        height: 350px !important;
    }

    .h-200px {
        height: 200px !important;
    }

    .h-100px {
        height: 100px !important;
    }

    .h-85px {
        height: 85px !important;
    }

    .h-45px {
        height: 45px !important;
    }

    .h-30px {
        height: 30px !important;
    }

    .h-20px {
        height: 20px !important;
    }

    .h-15px {
        height: 15px !important;
    }
}


/* Safari text size adjustment */
html,
body {
    width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

/* ===== MAIN CONTAINER ===== */
.BackgroundBody {
    background: linear-gradient(135deg, #0f7c3ba9, #9b7a1e81, #fc6b0378);
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    min-height: 100vh;
    position: relative;
}

/* ===== TYPOGRAPHY ===== */
p {
    margin-bottom: 0 !important;
}

h1 {
    text-align: center;
    color: #8bd22c;
}

.serif {
    font-family: "Times New Roman", Times, serif !important;
}

.fs-40 {
    font-size: 45px;
    line-height: 1.1;
    font-weight: 550;
}

.fs-13px {
    font-size: 13px;
}

.fs-oblique {
    font-style: oblique !important;
}

/* ===== HEIGHT UTILITIES ===== */
.h-20px {
    height: 20px;
}

.h-30px {
    height: 30px;
}

.h-45px {
    height: 45px;
}

.h-50px {
    height: 50px;
}

.h-60px {
    height: 60px;
}
.h-70px {
    height: 70px;
}
.h-85px {
    height: 85px;
}

.h-90 {
    height: 90% !important;
}

.h-100px {
    height: 100px;
}

.h-150px {
    height: 150px;
}

.h-200px {
    height: 200px;
}

.h-300px {
    height: 300px;
}

.h-350px {
    height: 350px;
}

.h-400px {
    height: 400px;
}

.h-450px {
    height: 450px;
}

.h-500px {
    height: 500px;
}

.h-550px {
    height: 550px;
}

.h-650px {
    height: 650px;
}

.h-730px {
    height: 730px;
}

.h-100vh {
    height: 100vh;
}

.h-2px {
    height: 2px;
}

.h-15px {
    height: 15px;
}

.h-auto {
    height: auto;
}

/* ===== WIDTH UTILITIES ===== */
.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90%;
}

.w-100px {
    width: 100px !important;
}

.w-200px {
    width: 200px !important;
}

.w-500px {
    width: 500px;
}

/* ===== FLEXBOX & CENTERING ===== */
.center-elements {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ===== NAVBAR STYLES ===== */
.mckNavbar {
    height: 83px;
    background: white;
}

.mckNavbar a {
    text-decoration: none;
}

.mckNavbar a img {
    display: block;
}

.navPageList {
    margin-right: 50px;
}

/* ===== NAVIGATION DROPDOWN ===== */
.navDropdownText {
    font-size: 14.5px;
    font-weight: 350;
    text-decoration: none !important;
    color: black !important;
}

.navDropdownDiv:hover {
    color: #ef711d !important;
    box-shadow: 0 3px 0 0 #ef711d;
}

.navDropdownText.active {
    color: #ef711d !important;
}

.navDropdownDiv.active {
    border-bottom: 3px solid #ef711d;
}

.navDropdownDiv {
    box-shadow: 0 3px 0 0 transparent;
    cursor: pointer;
}

.navDropdownDiv a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.dropdownArrow {
    transition: transform 0.3s ease;
}

.navDropdownDiv:hover .dropdownArrow {
    transform: rotateX(180deg);
}

/* ===== OFF CANVAS ===== */
.offcanvas .offcanvas-body ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.offcanvas .offcanvas-body ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.offcanvas .offcanvas-body .nav-link {
    padding-left: 0 !important;
}

.offcanvas .offcanvas-body .nav-link:focus,
.offcanvas .offcanvas-body .nav-link:active {
    outline: none !important;
    box-shadow: none !important;
}

.offcanvas .offcanvas-body li::before {
    content: none !important;
}

.offcanvas .nav-link {
    color: black !important;
}

.offcanvas .nav-link:hover {
    color: #ff6600 !important;
}

.offcanvas-top {
    transform: none !important;
    opacity: 0;
}

.offcanvas-top.show {
    opacity: 1;
}

/* ===== LINKS ===== */
.linkOnHover {
    color: black;
    text-decoration: none;
}

.linkOnHover:hover {
    color: #ef711d;
}

.linkTextDecorationOnHover:hover {
    color: #ef711d;
    text-decoration: underline !important;
}

.linkTextDecorationOnHover {
    text-decoration: none !important;
    color: black;
}

/* ===== BUTTONS & INTERACTIVE ELEMENTS ===== */
.btn-cursor {
    cursor: pointer !important;
}

.arrowDiv {
    height: 75px !important;
    width: 75px !important;
    border-radius: 75px;
    background: #727a895b;
    transition: all 0.5s ease-in-out;
}

.arrowDiv:hover {
    background: #0f7c3b;
    margin-bottom: 10px !important;
}

.blackBorderHover {
    border: 1px solid black;
}

.blackBorderHover:hover {
    border: 1.4px solid #ef711d !important;
}

.blackBorderHover:focus-within {
    border: 2px solid #ef711d !important;
}

/* ===== COLORS ===== */
.text-orange {
    color: #ef711d;
}

.greenText {
    color: #0f7c3b;
}

.orangeText {
    color: #4b2b01;
}

.bg-orange {
    background-color: #ef711d !important;
}
.bg-faded{
    background-color: rgba(0, 0, 0, 0.447);
}
.bg-grey {
    background-color: #F2F0EB;
}

.bg-lightGreen {
    background-color: #91b184;
}

.bgShadow {
    box-shadow: 10px 10px 10px rgba(39, 39, 39, 0.573);
}

/* ===== GRADIENTS ===== */
.orangeGradient-bg {
    background: linear-gradient(45deg, #5f3702, #824c00, #f7a444);
}

.darkOrangeBG {
    background: linear-gradient(to bottom, #b6966b, #4e2e05);
}

.darkGreenBG {
    background: linear-gradient(to bottom, #408741, #c2efc5);
}

/* ===== ANIMATIONS ===== */
.divAnimation {
    overflow: hidden;
    transition: transform 1s ease-in-out !important;
    transform-origin: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.divAnimation:hover {
    transform: scale(0.95) !important;
}

.backgroundImageAnimation {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 1s ease-in-out;
    box-shadow: 50px 50px 1500px rgba(0, 0, 0, 0.7) inset;
    position: absolute;
    top: 0;
    left: 0;
}

.divAnimation:hover .backgroundImageAnimation {
    transform: scale(1.1);
}

.fade-in {
    opacity: 0;
    animation: fadeIn 1.2s ease forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.fade-down {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 0.6s ease;
}

.fade-down.show {
    opacity: 1;
    transform: translateY(0);
}

.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}

@keyframes slideLeftToRight {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.slide-right {
    animation: slideLeftToRight 0.6s ease forwards;
}

/* ===== TABLES ===== */
table {
    text-align: center;
    margin-bottom: 0 !important;
}

th,
td {
    border: 1px solid #9aa5a8 !important;
    padding: 7px !important;
}

th {
    background-color: #243942 !important;
}

.left {
    text-align: left;
    padding-left: 7px !important;
}

.highlight {
    font-size: 20px;
    font-weight: bold;
}

.red {
    color: red;
    font-weight: bold;
    font-size: 18px;
}

/* ===== CAROUSEL ===== */
.carouselItem {
    height: 400px !important;
    width: 600px !important;
}

.carousel-item video {
    height: 500px;
    width: 100%;
    object-fit: contain;
}

.carousel-indicators button {
    opacity: 1 !important;
}

.custom-indicators {
    position: absolute;
    margin-bottom: -50px !important;
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.custom-indicators button {
    background: none;
    border: none;
    text-indent: 0 !important;
    opacity: 1;
    width: 200px !important;
    text-align: left;
    padding: 0;
}

.indicator-line {
    height: 7px;
    background-color: #ffffff !important;
    border-radius: 5px;
    margin-bottom: 12px;
    opacity: 1 !important;
    transition: background-color 0.3s ease;
}

.indicator-text {
    color: white !important;
    font-size: 13px;
}

.custom-indicators .active .indicator-line {
    background-color: #f7a444 !important;
}

/* ===== IMAGES & MEDIA ===== */
.imageFit {
    background-repeat: no-repeat;
    background-size: cover;
}

.img-fit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

video {
    box-shadow: none !important;
}

.video-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== CARDS & OPPORTUNITY SECTIONS ===== */
.opportunityCard {
    background: transparent;
    transition: background-color 0.5s ease;
}

.opportunityCard:hover {
    background-color: white;
    border-radius: 12px;
}

.text-white-black {
    color: white !important;
}

.opportunityCard:hover .text-white-black {
    color: black !important;
}

/* ===== REVIEWS ===== */
.reviews {
    max-width: 900px;
    margin: auto;
    background: linear-gradient(135deg, #2e1a00, #7a4a00, #e89c3d);
}

/* ===== TEAM MEMBERS ===== */
.teamMembersImageHover {
    transition: all 1s ease-in-out;
}

.teamMembersImageHover:hover {
    box-shadow: 0px -100px 100px 0px rgba(0, 0, 0, 0.4) inset !important;
}

.teamMembersImageHover:hover .teamMembersText {
    visibility: visible;
}

.teamMembersText {
    visibility: hidden;
}

/* ===== FORMS ===== */
input:focus {
    outline: none;
    border: none;
}

.inputOrangeBorder:focus {
    outline: #ef711d;
    border: 1px solid #ef711d;
}

/* ===== MODAL ===== */
.WhiteCloseBtn {
    filter: invert(1);
}

.modal-xl {
    width: 60% !important;
}

/* ===== AUDIO PLAYER ===== */
.audio-player {
    display: flex;
    align-items: center;
    gap: 10px;
}

#progressBar {
    height: 2px;
    accent-color: #ef711d;
}

.musicApps {
    height: 35px;
    width: 35px !important;
    background-color: black;
    border-radius: 35px;
}

.musicApps:hover {
    background-color: #ef711d;
    margin-bottom: 2px !important;
    box-shadow: 1px 0px 6px grey;
}

/* ===== WAVE ANIMATION ===== */
.wave.active span {
    animation-play-state: running;
}

.wave span:nth-child(1) {
    animation-delay: 0s;
}

.wave span:nth-child(2) {
    animation-delay: 0.2s;
}

.wave span:nth-child(3) {
    animation-delay: 0.4s;
}

.wave span:nth-child(4) {
    animation-delay: 0.6s;
}

.wave span:nth-child(5) {
    animation-delay: 0.8s;
}

/* ===== SOCIAL MEDIA ===== */
.socialMediaDiv {
    transition: all 0.2s ease-in-out;
    transform-origin: center;
    width: 100%;
    height: 40px;
    border: 1px solid black;
}

.socialMediaDiv:hover {
    margin-bottom: 2px !important;
    background: white;
}

/* ===== CONTACT SECTION ===== */
.contact-section {
    padding: 60px 5%;
}

.left-section {
    flex: 1;
}

.left-section h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #555;
}

.right-section {
    flex: 1;
}

.right-section h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #555;
}

.info-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}

.icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
}

.orange {
    background: #f68b1f;
}

.blue {
    background: #3c63b8;
}

.info-box h4 {
    color: #f68b1f;
    margin-bottom: 6px;
}

.info-box p {
    color: #555;
    font-size: 18px;
}

.link {
    color: #3c63b8;
    cursor: pointer;
}

hr {
    border: none;
    height: 1px;
    background: #ddd;
    margin: 20px 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* .form-row {
    display: flex;
    gap: 20px;
} */

/* .form-row input,
.form-row select {
    flex: 1;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    outline: none;
    background: #f9f9f9;
    transition: 0.3s ease;
} */
/* 
.form-row input:focus,
.form-row select:focus {
    border-color: #f68b1f;
    background: #fff;
} */

.info-card {
    background: #FFFFFF;
    padding: 30px 40px;
    max-width: 800px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 20px 0;
}

.icon-box {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
}

.address-icon {
    background: linear-gradient(135deg, #f68b1f 50%, #3c63b8 50%);
    border-radius: 50%;
}

.info-content h4 {
    font-size: 22px;
    color: #f68b1f;
    margin-bottom: 8px;
    font-weight: 600;
}

.info-content p {
    font-size: 20px;
    color: #555;
}

/* ===== INQUIRY DIV ===== */
.inquiryDiv {
    height: 300px;
    overflow: hidden;
}

/* ===== CUSTOM CLASSES ===== */
.by-leverage {
    font-style: italic;
    font-size: 24px;
}

.custom-radius {
    border-radius: 12px;
    overflow: hidden;
    padding: 8px;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

.boldHr {
    height: 1px !important;
    background-color: black;
}

.boxShadow {
    box-shadow: 2px 2px 100px rgba(0, 0, 0, 0.144);
}

.dropdownMenu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.25s ease;
}

/* ===== MEDIA QUERIES ===== */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .inquiryDiv {
        height: 400px;
    }

    .fs-13px {
        font-size: 12px;
    }

    .h-500px,
    .h-450px,
    .h-300px,
    .h-730px {
        height: auto !important;
        min-height: 300px;
    }
    .QRImage{
        height: 80px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .inquiryDiv {
        height: 300px;
    }

    .my-px-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .QRImage{
        height: 90px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .inquiryDiv {
        height: 300px;
    }

    .px-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .my-px-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .QRImage{
        height: 100px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .inquiryDiv {
        height: 300px;
    }

    .my-px-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    /* .news-card {
        width: 100%;
        max-width: 500px;
    } */
    .QRImage{
        height: 100px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .inquiryDiv {
        height: 300px;
    }

    .my-px-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    h1 {
        font-size: 2rem !important;
    }
    .QRImage{
        height: 150px;
    }
}

/* Extra small height fix */
@media only screen and (max-width: 300px) {
    p {
        font-size: 12px !important;
    }

    h1 {
        font-size: 25px !important;
    }
    .QRImage{
        height: 80px;
    }
}

/* Safari carousel fix */
.carousel-item {
    height: 100%;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Bootstrap column fixes */
[class*="col-"] {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}