/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins.ttf);
}

 #bf-festival-dropdown{
    margin: 50px;
}
 #bf-festival{
    min-width: 100px;
 }
 #pages{
    min-width: 10%;
    margin-top: 2%;
 }
 .bf-alert{
     margin-top: 2%;
     display: none;
 }
 #bf-font-family{
     min-width:10%;
 }
 #bf-header{
     background-color: white;
    text-align: center;
    min-height: 50px;
    font-size: 30px;
    color: black;
    font-family: sans-serif;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
 }
 #boom-fest-icon{
     height:50px;
     padding-top:5px;
     padding-bottom:5px;
 }
 #bf-body {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.bf-body-child {
    width: 100%;
    max-width: 712px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 5px;
    margin-left: 30px;
    padding: 25px;
}

input[type=checkbox] {
    margin: 0;
}

form#bf-festival-dropdown {
    margin: 0;
}

#bf-festive-checkbox {
    margin: 20px 0;
}

.ib-form-sec {
    margin-bottom: 5px;
}

.ib-form-sec #pages {
    width: 100%;
    max-width: 150px;
}

.bf-body-child {
    font-family: 'Poppins', sans-serif;
    margin-left: 0;
    box-shadow: none;
    background-color: #f1f1f1;
    margin: 50px 0;
}

.bf-body-child form#bf-festival-dropdown {
    display: flex;
    flex-direction: column;
}

.bf-body-child form#bf-festival-dropdown select#bf-festival, 
.ib-form-sec:nth-child(4) select#bf-font-family {
    margin-top: 10px;
    padding: 6px 16px;
    border-radius: 0;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 5px;
    min-width: 100%;
}

input[type=checkbox], input[type=radio] {
    border: 1px solid #000;
}

.bf-body-child label {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

form#bf-festive-new-year input[type="submit"] {
    padding: 7px 20px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #d82c2c;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 7px;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

form#bf-festive-new-year input[type="submit"]:hover {
    color: #fff;
    background-color: transparent;
    border: 2px solid #d82c2c;
    color: #d82c2c;

}

.ib-form-sec {
    position: relative;
}

.ib-form-sec input[type="checkbox"] {
    position: absolute;
    right: 0;
    top: 3px;
    border-radius: 0;
    background: transparent;
}

.ib-form-sec:nth-child(4), .ib-form-sec:nth-child(5) {
    display: flex;
    flex-direction: column;
}

.ib-form-sec:nth-child(5) label {
    margin: 15px 0 10px 0;
}

#bf-festival-dropdown select{
    background-color: transparent !important;
    max-width: 700px !important;
    background-image: none !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    padding: 6px 13px !important;
    border-radius: 7px;
}
.ib-form-sec select {
    margin-bottom: 15px;
    max-width: 700px !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    padding: 6px 13px !important;
    border-radius: 7px;
}
.chosen-container-multi .chosen-choices {
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    padding: 6px 13px !important;
    border-radius: 7px;
}

div.chosen-container {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.ib-form-sec:nth-child(4) label {
    margin-bottom: 0;
}

div#bf-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    gap: 15px;
}

div#bf-header img#boom-fest-icon {
    height: 75px;
}

#wpfooter {
    position: relative;
}

.wp-core-ui select:focus {
    box-shadow: none;
}

.alert.alert-success.alert-dismissible {
    position: relative;
    z-index: 100;
    width: 57% !important;
    margin: 0 auto;
    top: 50px;
    margin-bottom: 50px!important;
}

.notification{
	animation: reveal 1 2s;
}

@keyframes reveal{
	0%{
		transform: translate(0px, -50px);
	}
	100%{
		transform: translate(0px, 0px);
	}
}

@media (max-width:782px) {
    .auto-fold #wpcontent {
        padding-left: 0 !important;
    }

    .bf-body-child {
        margin-bottom: 0;
    }
}

/* our product css */

.products-container-ib {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
    /* justify-content: space-between; */
}

.product-card-ib {
    flex: 1 1 calc(26% - 20px);
    /* Adjusts card width */
    max-width: 200px;
    text-align: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

.product-card-ib img {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
    margin-bottom: 10px;
    cursor: pointer;
}

.product-card-ib h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}



.product-card-ib:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Remove focus outline for images inside links */
.product-card-ib a {
    outline: none;
    /* Removes default outline for the link */
    border: none;
    /* Ensures no border is applied */
}

.product-card-ib a img {
    outline: none;
    /* Ensures no outline is applied to the image */
    border: none;
    /* Ensures no border is applied to the image */
}

/* Override focus styles completely */
.product-card-ib a:focus,
.product-card-ib a img:focus {
    outline: none !important;
    /* Forcefully removes any focus styles */
    border: none !important;
    box-shadow: none !important;
    /* Removes box shadows if applied */
}