/* Hero Section Styles */
.hero-custom-height {
    height: 750px;
}

@media screen and (max-width: 1024px) {
    .hero-custom-height {
        height: 700px;
    }
}

.abim-hero-section .hero-custom-height {
    height: 100vh;
}

.abim-hero-section .hero-custom-height > div {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.abim-hero-section .flex-col img {
    min-width: 120px !important;
}

/* Banner Head Styles */
.banner_head {
    position: relative;
    padding: 6rem 1rem;
}

@media (min-width: 1024px) {
    .banner_head {
        padding: 6rem 1.5rem;
    }
}

.banner_head .bg_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Text Styles */
.abim-hero-section .top-headline {
    width: fit-content;
    margin-bottom: 0.25rem;
}

.abim-hero-section h2.h2 {
    width: fit-content;
    margin-bottom: 1.25rem;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .abim-hero-section h2.h2 {
        font-size: 1.875rem;
    }
}

.abim-hero-section .prose {
    max-width: 42rem;
    color: #374151;
}

.abim-hero-section .prose p {
    font-size: 1.125rem;
    line-height: 1.75;
}

@media (min-width: 1024px) {
    .abim-hero-section .prose p {
        font-size: 1.125rem;
        line-height: 1.75;
    }
}

/* Button Styles */
.abim-hero-section .ui-button {
    display: flex;
    justify-content: center;
    user-select: none;
    width: fit-content;
    padding: 0.875rem 2rem;
    border-radius: 0.375rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.abim-hero-section .ui-button[primary] {
    background-color: #122e38;
    color: #fff;
    border: 2px solid #122e38;
}

.abim-hero-section .ui-button[primary]:hover {
    background-color: #0a1f26;
    border-color: #0a1f26;
}

.abim-hero-section .ui-button[secondary] {
    background-color: transparent;
    color: #122e38;
    border: 2px solid #122e38;
}

.abim-hero-section .ui-button[secondary]:hover {
    background: #fff;
    color: #122e38;
}

/* Button Container */
.abim-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    margin-top: 3.5rem;
    z-index: 10;
    position: relative;
}

/* Content Container */
.abim-hero-content {
    z-index: 10;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Background */
.bg-gray-100 {
    background-color: #f3f4f6;
}

.text-white-h h1,
.text-white-h h2 {
    color: #ffffff;
}

.text-white-p p {
    color: #ffffff;
}
.shopify-section .h2{
    font-size: 36px;
}

#footer {
    display: none;
}