body{
    font-family: 'Jost', sans-serif !important;;
} 

/* ===== HERO CONTAINERCSS START ===== */

.carousel-item {
    position: relative;
}

.carousel-item img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    /* padding: 1rem; */
    border-radius: 0.5rem;
}

.carousel-caption h3 {
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .carousel-item img {
        height: 40vh;
    }
    
    .carousel-caption {
        padding: 0 ;
    }

    .carousel-caption h3 {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .carousel-item img {
        height: 60vh;
    }

    .carousel-caption {
        padding: 0 ;
    }

    .carousel-caption h3 {
        font-size: 15px;
    }
}

/* ===== HERO CONTAINER CSS END ===== */


/* ===== ABOUT SECTION CSS START===== */

#about {
    color: black !important;
}
#about h1 {
    font-size: 2rem;
    font-weight:300;
    letter-spacing: 1px;
    text-align: center;
    color: #c40000 !important;
}

@media (max-width: 768px) {
    #about h1 {
        font-size: 2rem;
        letter-spacing: 0.8px;
        text-shadow: 1px 1px 4px rgba(48, 46, 42, 0.6), 1px 1px 2px rgba(255, 78, 80, 0.7);
    }
}

@media (max-width: 576px) {
    #about h1 {
        font-size: 21px;
        letter-spacing: 0.5px;
        text-shadow: 1px 1px 3px rgba(14, 13, 11, 0.5), 0.5px 0.5px 1px rgba(255, 78, 80, 0.6);
    }
}

#about h2 {
    color: #2E2E2E !important;
}

#about p {
    font-size: 1.1rem;
    line-height: 1.6;
}

#about .btn-primary {
    margin-top: 15px;
}

#btn{
    background-color: #ff4545 !important;
    color: #fff !important;
}

#btn:hover{
    background-color: #000 !important;
    color: #ff4545 !important;
}

/* ===== ABOUT SECTION CSS END ===== */


/* ===== PRODUCT SECTION CSS START ===== */
 
.products-section {
    padding: 40px;
    background-color: #fff !important;
}

.products-section h2 {
    text-align: center;
    color: #2E2E2E !important;
    font-weight: bold;
    margin-bottom: 30px;
}

.owl-carousel .product-card {
    background: #ffffff !important;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 5px;
}

.owl-carousel .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2) !important;
}

.product-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.product-card .product-name {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333 !important;
}

.product-card a{
    text-decoration: none;
}

@media (max-width: 768px) {
    .owl-nav button.owl-prev {
        left: -15px;
    }
      
    .owl-nav button.owl-next {
        right: -15px;
    }
}

/* ===== PRODUCT SECTION CSS END ===== */


/* ===== CTA Section ===== */

#custom-orders {
    color: #ff4545 !important;
    padding: 4rem 1rem;
    text-align: center;
    border-radius: 0.5rem;
}

#custom-orders h2 {
    font-weight: 800;
    font-size: 2.25rem;
    margin-bottom: 1rem;
    color: #ff4545 !important;
}

#custom-orders p {
    font-size: 1.1rem;
    max-width: 720px;
    margin: 0 auto 2rem;
    color:   #000 !important;
}

#custom-orders .btn-dark {
    background-color: #ff4545 !important;
    border-color:#ff4545 !important;
    color: #FAFAFA !important;
    font-weight: 700;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}

#custom-orders .btn-dark:hover {
    background-color: #000 !important;
    border-color: #000 !important; 
    color: #FAFAFA !important;
    box-shadow: 0 6px 15px rgba(55, 71, 79, 0.4) !important;
}

@media (max-width: 768px) {
    h2.fw-bold {
        font-size: 1.75rem;
    }

    #custom-orders h2 {
        font-size: 1.75rem;
    }
}


/* ===== CONTACT US SECTION CSS START===== */
 
#contact {
    color:#000 !important;
}

#contact .form-label {
    color: #000 !important;
}

#contact input,
#contact textarea {
    border: 1px solid  #000 !important;
    color: #000 !important;
}

#contact input:focus,
#contact textarea:focus {
    border-color:  #000 !important;
    box-shadow:  0 8px 20px rgba(17, 17, 17, 0.3) !important;
}

.btn-custom {
    background-color: #ff4545 !important;
    color: #fff !important;
    border: none;
    font-weight: bold;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background-color: #000 !important;
    color:#fff !important;
}

.contact-info-box {
    /* border: 2px solid #ff4545 !important; */
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(85, 83, 83, 0.3) !important;
}

.contact-info-box h5,
.contact-info-box h6 {
    color: #ff4545 !important;
    font-weight: bold;
}

.contact-item {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #000 !important;
  
}
.contact-item a{
    text-decoration: none;
    color: #000 !important;
    margin-left: -5px;
}
.contact-item i {
    color: #ff4545 !important;
    font-size: 18px;
}

/* ===== CONTACT US SECTION CSS END ===== */