
.desktop-header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100% !important;
    z-index: 99999 !important;
    background: #ffffff !important;
}

.mobile-header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100% !important;
    z-index: 99999 !important;
    background: #ffffff !important;
}

.shrink-box {
    width: 80%;
    height: 80%;
}

.header-button span,
.header-button a {
  font-weight: 700 !important;
}

body {
    padding-top: 100px; /* change to your exact header height */
}

.banner-style {
    padding-top: 40px; /* change to your exact header height */
}


.icon-btn {
    background-color: #7d1d99 !important;
    border-radius: 50% !important;   /* keeps circular style */
    padding: 7px !important;        /* increased button size */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;

    /* optional: smooth hover transition */
    transition: background-color 0.2s ease, transform 0.2s ease;
}

/* increase icon size */
.icon-btn i,
.icon-btn svg {
    font-size: 24px !important;
    width: 22px;
    height: 22px;
}

.icon-btn:hover,
.icon-btn:active {
    background-color: #ca524a !important;
    transform: scale(1.08); /* slightly enlarges on hover */
}

