.input-group>.form-select,
.input-group>.form-control,
.input-group>.btn {
    height: 50px;
}

.input-group>.form-select {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* Custom Primary Button Color */
.btn-primary {
    background-color: #0b1656;
    border-color: #0b1656;
}

.btn-primary:hover {
    background-color: #091248;
    border-color: #091248;
}

.btn-primary:focus,
.btn-primary:active {
    background-color: #070f3c;
    border-color: #070f3c;
    box-shadow: 0 0 0 0.25rem rgba(11, 22, 86, 0.4);
}

/* Show dropdown on hover for desktop */
@media (min-width: 992px) {
    .navbar .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .navbar .dropdown-menu {
        border-top: 3px solid #0b1656;
    }
}

/* Optional: smooth transition */
.dropdown-menu {
    transition: all 0.2s ease-in-out;
}

body {
    font-family: "Roboto", sans-serif;
}

.nav-link {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px !important;
}

/* Add spacing between menu items */
.navbar-nav .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

@media (min-width: 992px) {
    .navbar-nav .nav-link {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
}

/* Default banner height: 200px */
#heroCarousel .carousel-item img {
    margin-top: 1px;
    height: 300px;
    object-fit: cover;
}

/* On medium screens and up (≥768px), use taller banners */
@media (min-width: 768px) {
    #heroCarousel .carousel-item img {
        height: 400px;
    }
}

/* Keep overlay content vertically centered */
#heroCarousel .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

.product-card {
    transition: all 0.4s ease;
}

.product-card.hide {
    display: none !important;
}

.product-card .card-img-top {
    height: 150px !important;
}

.btn-outline-primary.active, .btn-outline-primary:hover {
    background-color: #091248;
    border-color: #091248;
}

.btn-outline-primary {
    border-color: #091248;
    color: #091248;
}

.text-primary {
    color: #ff7e02 !important
}

.card-text {
    text-align: justify;
    font-size: 13px;
}

.text-muted {
    text-align: justify;
}

p {
    color: #000 !important;
}
.btn.btn-square {
    color: #7F8499;
    border: 1px solid #7F8499;
}

.btn.btn-square:hover {
    color: var(--light);
    border-color: var(--primary);
}

a {
  text-decoration: none;
  color: #091248;
}

