@media (min-width: 992px) {
    .header .top-bar {
        padding-block: 0.5rem;
    }
}
.header .top-bar__inner {
    grid-template-columns: 1fr auto !important;
    gap: 1.5rem;
}
.header .top-bar__left {
    gap: 1.5rem;
}


.open-search {
    position: relative;
    flex: 1;
    width: 100%;
    margin: 0 2rem;
    display: none
}

@media (min-width: 768px) {
    .open-search {
        display:block
    }
}

.open-search-form {
    background-color: #f3f4f6;
    border: solid 1px transparent;
    border-radius: 40px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0;
    flex: 1;
    transition: all 0.1s ease
}

.open-search-form:focus,.open-search-form:focus-within {
    border-radius: 40px;
    border-color: #dddddd;
    outline: none;
    transition: all 0.1s ease
}

.open-search-form-select,.open-search-form .btn-select {
    background-color: transparent;
    color: currentColor;
    border: none;
    border-radius: 0;
    border-right: solid 1px #c4c4c4;
    min-width: 100px;
    padding: 0.5rem 1rem;
    text-align: start;
    margin: 0;
    height: 1.5rem;
    line-height: 1.4;
    font-weight: 500
}

.open-search-form-select:focus,.open-search-form-select:hover,.open-search-form .btn-select:focus,.open-search-form .btn-select:hover {
    box-shadow: none;
    transition: 0.3s all ease-in-out;
    outline: none;
    transition: all 0.2s ease
}

.open-search-form-select:focus-visible,.open-search-form .btn-select:focus-visible {
    outline-offset: 0px;
    outline: none;
    transition: all 0.2s ease
}

.open-search-input {
    flex: 1;
    background-color: transparent !important;
    color: currentColor;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 1rem;
    padding-right: 3.5rem;
    font-size: 0.85rem;
    background-repeat: no-repeat;
    background-size: 16px;
    height: 2.5rem;
    width: 100%;
    margin: 0;
    transition: all 0.2s ease;
    -webkit-appearance: search-cancel-button
}

.open-search-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1.25em;
    width: 1.25em;
    border-radius: 50em;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z'/%3E%3C/svg%3E") no-repeat 50% 50%;
    background-size: contain
}

.open-search-input::-webkit-search-cancel-button:hover {
    cursor: pointer;
    border-color: #000
}

.open-search-input:hover {
    border-color: #000;
    box-shadow: none
}

.open-search-input:focus {
    box-shadow: none;
    transition: 0.3s all ease-in-out;
    outline: none;
    transition: all 0.2s ease
}

.open-search-input:focus-visible {
    outline-offset: 0px;
    outline: none;
    transition: all 0.2s ease
}

.open-search-btn {
    background-color: var(--secondary-color);
    color: var(--secondary-color-inverse);
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    border: none;
    border-radius: 30px;
    padding: 0 0.6rem;
    width: 3rem;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out
}

.open-search-btn:hover {
    background: linear-gradient(to right, #E61E4D 0%, #E31C5F 50%, #D70466 100%);
    color: #fff
}

.open-search .dropdown-menu-browse {
    padding: 1rem
}

.open-search .search-suggestions {
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.3),0 2px 6px 2px rgba(60,64,67,0.15);
    border-radius: 12px;
    position: absolute;
    z-index: 1000;
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
    font-size: 0.8rem;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 1rem;
    padding: 10px;
    text-align: left
}

.main-search {
    padding: 10px 0;
    margin-left: auto
}
/********Footer CSS*******/
.footer {
    background-color: white;
    padding: 60px 40px 30px;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (min-width: 768px) {
    .footer-content {
        flex-direction: row;
        align-items: flex-start;
    }
}

/* Left Section - Green Box */
.footer-brand {
    background-color: #a8d5ba;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    flex: 0 0 auto;
}

@media (min-width: 768px) {
    .footer-brand {
        flex: 0 0 33.333%;
        max-width: 400px;
    }
}

.pineapple-image {
    width: 150px;
    height: auto;
    margin: 0 auto 30px;
    display: block;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.social-icon {
    width: 24px;
    height: 24px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.social-icon:hover {
    opacity: 1;
}

/* Right Section - Links Columns */
.footer-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    flex: 1;
}

@media (min-width: 768px) {
    .footer-links {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column-heading {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.footer-link {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    margin-bottom: 12px;
    transition: color 0.3s;
}

.footer-link:hover {
    color: #1976d2;
}

/* Bottom Section - Copyright */
.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright,.tech-partner {
    font-size: 12px;
    color: #666;
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    z-index: 99999;
}

.scroll-to-top:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.scroll-to-top-icon {
    width: 16px;
    height: 16px;
    fill: #333;
}

.scroll-to-top-text {
    font-size: 11px;
    color: #333;
    font-weight: 500;
}

@media (max-width: 767px) {
    .footer {
        padding: 40px 20px 20px;
    }

    .footer-brand {
        padding: 30px 20px;
    }

    .pineapple-image {
        width: 120px;
    }

    .scroll-to-top {
        bottom: 20px;
        right: 20px;
    }
}a.footer-link:hover {
    color: var(--brand-color);
}
footer#footer {
    padding-bottom: 3rem !important;
}
.industry-carousal-icon {
    width: 120px;   /* or % */
    object-fit: contain;
    display: block;
}

