body {
    font-family: "Poppins", sans-serif;
    background-color: #F9F9F9;
}

/* Header */
.navbar-brand img {
    height: 40px;
}
.nav-item{
    margin: 0px 6px;
}
.nav-item a:hover {
    color: #0D92F4;
}
.navbar-nav {
    text-align: center;
}

/* Hero Section */
.hero-section {
    background-color: #FFC844;
    padding: 48px 24px;
    position: relative;
    overflow: hidden;
}

.timer-box {
    color: white;
    background-color: #8B6F2C;
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
    text-align: center;
}
.timer-box span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

.timer-box span::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    border-radius: 2px;
}
.app-promo {
    background-image: url('img/hero_img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 48px 0;
    color: white;
}
.app-btn {
    background-color: #ffffff;
    color: rgb(36, 36, 36);
    border-radius: 6px;
    padding: 6px 12px;
    margin: 5px;
    gap: 4px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    transition: transform 0.3s ease;
    border: 1px solid #313030;
}
.app-btn:hover {
    transform: scale(1.1);
}
.app-btn-apple {
    background-color: #202020;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    padding: 6px 12px;
    margin: 5px;
    gap: 4px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.app-btn-apple:hover {
    transform: scale(1.1);
}
.featured-card {
    transition: transform 0.3s ease-in-out;
}

.featured-card:hover {
    transform: scale(1.05);
}

.option-card {
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 350px;
}
.option-card img {
    width: 100px;
    height: Auto;
    margin-bottom: 10px;
}
.feature-card {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 300px;
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    text-align: center;

}
.feature-card img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

/* About Section */
.about-section, .why-us, .priorty{
    padding: 40px 0;
}

/* .tez-option {
    padding: 40px 0;
} */

h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 3px;
    background-color: #FFC844;
    border-radius: 2px;
}

.highlight {
    color: #0D92F4;
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Testimonials */
.testimonial-section {
    padding: 40px 0;
    background-color: #f8f9fa;
}
.testimonial-card {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}
.testimonial-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

/* Footer */
footer {
    background-color: #ffffff;
    padding: 24px 24px;
    border-top: 1px solid #dee2e6;
}
footer h5 {
    font-weight: 600;
}
footer ul {
    list-style: none;
    padding-left: 0;
}
footer ul li {
    margin-bottom: 10px;
}
footer ul li a {
    color: #221515;
    text-decoration: none;
}
footer ul li a:hover {
    color: #0D92F4;
    text-decoration: underline;
}
.footer-app-btn {
    display: inline-block;
    margin-bottom: 10px;
}
.footer-app-btn img {
    height: 40px;
}
.social-links a {
    display: inline-block;
    height: 36px;
    margin-right: 10px;
    transition: all 0.3s;
}

.user-btn {
    width: 210px;
}
.captain-btn{
    width: 230px;
}

.hero-about,
.hero_safety,
.hero_contact {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
}


.contact-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    background-color: #E8F6FF;
    width: 50%;
}
.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #333;
}
.form-control {
    height: 45px;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    border: 1px solid #ddd;
}
.submit-btn {
    background-color: #0D92F4;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    width: 100%;
    transition: all 0.3s;
}

.hero-about, .hero_safety, .hero_contact {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 75vh;
    display: flex;
    align-items: center;
    padding-left: 100px;
}

.hero-about {
    background: url('img/Website-AboutUs\ 2.svg') no-repeat;
    background-position: right;
}

.hero_safety {
    background: url('img/Website-Safety\ 2.svg') no-repeat;
    background-position: right;
}

.hero_contact {
    background: url('img/Website-ContactUs\ 2.svg') no-repeat;
    background-position: right;
}

.hero-about h1, .hero_safety h1, .hero_contact h1 {
    font-size: 48px;
    font-weight: bold;
    color: white; }
.hero .hero-content {
    position: relative;
    z-index: 2;
  }
.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    z-index: 1;
  }

#comment{
    height: 100px;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .navbar-toggler {
        width: 50px;
    }
    
    
    .title {
        text-align: center;
    }
    .timer-box{
        font-size: 12px;
        padding: 12px;
        margin: 12px;
    }
    .app-promo {
        text-align: center;
        background-image: none;
        color: #221515;
    }
    .hero-about{
        height: 35vh;
    }
    .hero_safety{
        height: 35vh;
    }
    .hero_contact {
        height: 35vh;
    }
    .countdown-box {
        width: 45px;
        height: 45px;
        font-size: 0.9rem;
    }
    .icons {
        display: none;
    }
    .phone-mockup {
        max-width: 200px;
        margin: 0 auto 30px;
    }
    .safety-card {
        height: fit-content;
        flex-direction: column;
        text-align: center;
        padding: 24px 12px;
    }
    .safety-icon {
        margin: 0 auto 15px;
    }
    .f-our,
    .for-cap {
        font-size: 1.5rem;
    }
    .testimonial-img {
        margin-right: 10px;
    }
    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100%;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h2::after {
        display: none;
    }
    .form-img {
        display: none;
    }
    .social-icons {
        display: none;
    }
    #downloadapp {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    h3 {
        font-size: 1.5rem;
    }
    .testimonial-section .card {
        margin-bottom: 20px;
    }
    .hero-about, .hero_safety, .hero_contact {
        padding-top: 24px;
        background-size: cover;
        background-position: right;
        flex-direction: column;
        text-align: center;
        padding-left: 0;
    }
    .hero-about h1, .hero_safety h1, .hero_contact h1 {
        font-size: 32px;
    }
    .contact-card{
        width: 100% !important;
    }

    .row.justify-content-between > .col-md-5 {
        flex-direction: column !important;
        width: 100%;
        padding: 0px 16px;
        justify-content: flex-start !important;
        gap: 12px;
    }
    .list-1{
        margin: 0px;
    }
   
}
@media (min-width: 540px) and (max-width: 1025px) { /* Adjust for tablet screens */
    /* Hero Section */


.timer-box {
    color: white;
    background-color: #8B6F2C;
    padding: 12px;
    border-radius: 10px;
    margin: 6px;
    text-align: center;
}
.timer-box span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.contact-card{
    width: 100% !important;
}
    .hero-section {
        padding: 50px 0;
    }
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-about, .hero_safety, .hero_contact {
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        height: 30vh;
        display: flex;
        align-items: center;
        padding-left: 100px;
    }
    .row.justify-content-between {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .row.justify-content-between > .col-md-2 {
        width: 100%;
        margin-bottom: 20px;
        justify-content: flex-start !important;
    }

    .row.justify-content-between > .col-md-5 {
        display: flex;
        justify-content: flex-start !important;
        width: 100%;
        padding: 0px 16px;
        gap: 24px;
    }
    .links{
        justify-content: flex-start !important;
    }
}

.profile-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
  }

