.logo {
    max-width: 150px !important;
}

.footer .footer-logo {
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
    max-width: 150px;
}

.footer .justify-content-center {
    justify-content: center;
}

.footer [class*="col-"] {
    padding: 10px 15px;
}

.hero-image {
    background: url('../assets/images/prime-tracker/PT Website image 1.jpg') no-repeat center center;
    background-size: cover;
    height: 300px;
}

.text-center {
    text-align: center !important;
}

.primereason-orange {
    color: #EC5924;
}

.primereason-orange-bg {
    background-color: #EC5924 !important;
}

.float-right {
    float: right !important;
}

.primereason-blue {
    color: #395AA8;
}

.primereason-blue-bg {
    background-color: #75cafa !important;
}

.text-white {
    color: #FFFFFF !important;
}

.hero-text {
    max-width: 300px;
    margin-top: 50px;
}

.hero-image .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.black-bg {
    background-color: #000000;
}

.center-logo {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    padding: 20px 0;
    width: 100%;
    height: auto;
}

/* Make container flex-column on smaller screens */
@media (max-width: 768px) {
    .hero-image .container {
        flex-direction: column;
        padding: 15px;
    }
    
    .hero-text {
        margin-top: 20px;
        max-width: 100%;
        padding: 0 10px;
        text-align: center;
    }
    
    .hero-image {
        height: auto;
        min-height: 350px;
    }
    
    /* Reduce button size on smaller screens */
    .btn-call-to-action {
        font-size: 1.8rem;
        line-height: 2rem;
        padding: 10px 20px;
        margin-top: 15px;
    }
    
    /* Override float-right on smaller screens */
    .float-right {
        float: none !important;
        margin: 0 auto;
        display: block;
    }

    .center-logo {
        max-width: 200px;
    }
}

/* Clock list styling */
.clock-list {
    list-style: none;
    padding-left: 0;
}

.clock-list li {
    position: relative;
    padding-left: 35px;
}

.clock-list li:before {
    font-family: 'Font Awesome 6 Free';
    content: '\f017'; /* Clock icon */
    font-weight: 400; /* Regular weight for outline version */
    position: absolute;
    left: 0;
    top: 0;
    color: black; /* Black outline color */
    font-size: 18px; /* Reduced size from 24px */
}

.list-section {
    /* margin-top: 20px; */
    margin-bottom: 30px;
}

/* Remove padding from all column classes inside list-section */
.list-section [class^="col-"] {
    padding: 20px 0;
}

/* Orange disc styling */
.orange-disc {
    list-style: none;
    padding-left: 0;
}

.orange-disc li {
    position: relative;
    padding-left: 20px;
}

.orange-disc li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #EC5924; /* Prime Reason orange */
}

.p-2 {
    padding: 0.5rem !important;
}

.iframe-video {
    width: 100%;
    height: auto;
    border: none;
    max-width: 1100px;
}
