html, body {
    height: 100%;
    margin: 0;
}
/* .wrapper {
    min-height: 100%;
    position: relative;
    padding-bottom: 15%; 
} */

.content {
    padding-bottom: 60px; /* Footer height */
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Footer height */
}

.btn-width-dynamic{
    width: 15% !important;
}

.header-container{
    background: #FFF3E4;
    padding: 0rem 3rem;
}
/* Override text color */
.text-primary {
    color: #1D2E5E !important;
}

/* Override primary button */
.btn-primary {
    color: #fff !important;
    background-color: #1D2E5E !important;
    border-color: #1D2E5E !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #16244B !important; /* Darker shade on hover */
    border-color: #16244B !important;
}

/* Override outline-primary button */
.btn-outline-primary {
    color: #1D2E5E !important;
    border-color: #1D2E5E !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: #1D2E5E !important;
    color: #fff !important;
    border-color: #1D2E5E !important;
}
.product-container{
    background: #FFF3E4;
    border-radius: 10px;
    border: 1px solid #EDEDED;
}
.c-pointer{
      cursor: pointer;
}


/*************
*HOMEPAGE CSS
*************/
.rounded-container {
    height: 550px;
    overflow: hidden;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
    background: #FFF3E4; /* fallback background if no image */
    position: relative
}

.rounded-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homepage-banner-title{
    padding-top: 50px;
    width: 50%;
    font-size: 48px;
    margin: 0px 50px 20px;
}
.homepage-banner-subtitle{
    width: 50%;
    margin: 0px 50px 20px;
    font-size: 20px;
}
.banner-btn-lg{
    display: block;
}
.banner-btn-sm{
    display: none;
}
.img-main-char{
    position: absolute;
    left: 55%;
    bottom: 0;
    width: auto !important;
    height: auto !important;
}




/*************
*MEDUIM SIZE 993px
***************/ 
@media (max-width: 1097px) {
    .btn-width-dynamic{
        width: fit-content !important;
    }
    .rounded-container {
        height: fit-content;
        overflow: hidden;
        border-bottom-left-radius: 50% 20%;
        border-bottom-right-radius: 50% 20%;
        background: #FFF3E4; /* fallback background if no image */
        position: relative
    }
    .homepage-banner-title{
        padding-top: 50px;
        width: 50%;
        font-size: 30px;
        margin: 0px 20px 20px;
    }
    .homepage-banner-subtitle{
        font-size: 16px;
        margin: 0px 20px 10px;
    }
    .banner-btn-lg{
        margin: 0px 0px 70px 20px !important;
    }
    .img-main-char{
        width: 35% !important;
        height: auto !important;
    }
}

/*************
*SMALL SIZE
***************/ 
@media (max-width: 600px) {
    .header-container{
        background: #FFF3E4;
        padding: 0rem 1rem;
    }
    .rounded-container {
        height: fit-content;
        overflow: hidden;
        border-bottom-left-radius: 50% 20%;
        border-bottom-right-radius: 50% 20%;
        background: #FFF3E4; /* fallback background if no image */
        position: relative
    }
    .homepage-banner-title{
        padding-top: 30px;
        width: 95%;
        font-size: 18px;
        margin: 0px auto;
        text-align: center;
        margin-bottom: 5%;
        margin-top: 10px !important;
    }
    .homepage-banner-subtitle{
        font-size: 12px;
        margin: 0px auto;
        width: 80%;
        text-align: center;
    }
    .banner-btn-lg{
        display: none;
    }
    .banner-btn-sm{
        display: block;
        text-align: center;
        margin-top: 15px !important;
        margin-bottom: 20px !important;
    }
    .banner-btn-sm button{
        width: 40% !important;
    }
    .img-main-char{
        width: 68% !important;
        height: auto !important;
        position: unset;
        margin: 0 10%;
    }
    .wrapper {
        padding-bottom: 20% !important;
    }
}
