@font-face {
    font-family: MTNBrighterSans;
    src: url('../fonts/MTNBrighterSans-Regular.ttf') format('truetype')
}

html {
    scroll-behavior: smooth
}

.cursor,
.cursor-ring {
    display: none
}

body.custom-cursor-enabled {
    cursor: none
}

body.custom-cursor-enabled a,
body.custom-cursor-enabled button,
body.custom-cursor-enabled input,
body.custom-cursor-enabled select,
body.custom-cursor-enabled textarea,
body.custom-cursor-enabled label {
    cursor: none !important
}

body.custom-cursor-enabled .cursor {
    width: 12px;
    height: 12px;
    background: var(--pulse, var(--green, #0aa651));
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    transition: transform .15s ease, width .2s, height .2s;
    transform: translate(-50%, -50%);
    display: block
}

body.custom-cursor-enabled .cursor-ring {
    width: 36px;
    height: 36px;
    border: 1.5px solid var(--pulse, var(--green, #0aa651));
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%, -50%);
    transition: all .1s ease;
    opacity: .5;
    display: block
}

body.custom-cursor-enabled:hover .cursor {
    opacity: 1
}

@media (hover:none), (pointer:coarse) {
    body.custom-cursor-enabled {
        cursor: auto
    }

    body.custom-cursor-enabled .cursor,
    body.custom-cursor-enabled .cursor-ring {
        display: none
    }
}

@media (max-width:768px) {
    body {
        font-size: .875rem
    }
}

.heading-1 {
    color: #0aa651 !important;
    font-weight: 400;
    font-family: MTNBrighterSans !important;
    letter-spacing: -1px
}

.responsive-green-button {
    position: relative;
    display: inline-block;
    padding: 12px 25px;
    border: none;
    border-radius: 20px;
    background-color: #fff;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
    min-width: 130px;
    min-height: 35px
}

.responsive-green-button .button-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: #0aa651;
    transition: width .3s ease-in-out;
    z-index: 0;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.responsive-red-button {
    position: relative;
    display: inline-block;
    padding: 12px 25px;
    border: none;
    border-radius: 20px;
    background-color: #fff;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
    min-width: 145px;
    min-height: 45px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.responsive-red-button .button-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background-color: red;
    transition: width .3s ease-in-out;
    z-index: 0;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center
}

.button-fill .button-text {
    font-size: 12px;
    color: #fff;
    transition: color .3s ease-in-out;
    z-index: 1
}

.button-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(0);
    font-size: 16px;
    color: #333;
    transition: transform .3s ease-in-out, color .3s ease-in-out
}

.responsive-green-button:hover .button-icon {
    transform: translateY(-50%) rotate(90deg);
    color: #fff
}

.responsive-green-button:hover .button-fill {
    width: 100%;
    box-shadow: 0 0 20px rgba(10, 166, 80, .424)
}

@media (max-width:768px) {
    .responsive-green-button .responsive-red-button {
        padding: 10px 20px;
        font-size: 14px;
        min-width: 120px;
        min-height: 30px
    }

    .button-fill .button-text {
        font-size: 14px
    }

    .button-icon {
        font-size: 14px
    }
}

@media (max-width:480px) {
    .responsive-green-button .responsive-red-button {
        padding: 8px 15px;
        font-size: 12px;
        min-width: 100px;
        min-height: 40px
    }

    .button-fill .button-text {
        font-size: 12px
    }

    .button-icon {
        font-size: 12px
    }
}

@media (max-width:320px) {
    .responsive-green-button .responsive-green-button {
        padding: 6px 10px;
        font-size: 10px;
        min-width: 80px;
        min-height: 30px
    }

    .button-fill .button-text {
        font-size: 10px
    }

    .button-icon {
        font-size: 10px
    }
}

.button-2 {
    position: relative;
    transition: all .3s ease-in-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    padding-block: .5rem;
    padding-inline: 1.25rem;
    background-color: #0aa651;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 10px;
    font-weight: 700;
    border: 3px solid #0aa651;
    outline: 0;
    overflow: hidden;
    font-size: 15px;
    cursor: pointer
}

.icon {
    width: 24px;
    height: 24px;
    transition: all .3s ease-in-out
}

.button-2:hover {
    transform: scale(1.05);
    border-color: #fff9
}

.button-2:hover .icon {
    transform: translate(4px)
}

.button-2:hover::before {
    animation: shine 1.5s ease-out infinite
}

.button-2::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, .054) 30%, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: .6
}

@keyframes shine {
    0% {
        left: -100px
    }

    60% {
        left: 100%
    }

    to {
        left: 100%
    }
}

.button-1 {
    cursor: pointer;
    position: relative;
    padding: 6px 20px;
    font-size: 12px;
    color: #0aa651;
    border: 2px solid rgba(10, 166, 80, .679);
    border-radius: 34px;
    background-color: transparent;
    font-weight: 600;
    transition: all .3s cubic-bezier(.23, 1, .32, 1);
    overflow: hidden
}

.button-1::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: inherit;
    scale: 0;
    z-index: -1;
    background-color: #0aa651;
    transition: all .6s cubic-bezier(.23, 1, .32, 1)
}

.button-1:hover::before {
    scale: 3
}

.button-1:hover {
    color: #fff;
    scale: 1.1;
    box-shadow: 0 0 20px rgba(10, 166, 80, .424)
}

.button-1:active {
    scale: 1
}

/* Notification Badge Styling */
#notification-badge {
    font-size: 0.65rem;
    padding: 0.25em 0.45em;
    border: 2px solid #fff;
    transform: translate(-30%, -30%) !important;
}

/* Toast Notification Styling */
.naaz-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 350px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-left: 4px solid #0aa651;
    display: none;
    animation: slideInRight 0.5s ease-out;
}

.naaz-toast.urgent { border-left-color: #dc3545; }
.naaz-toast-content { padding: 15px; }
.naaz-toast-title { font-weight: 700; color: #333; margin-bottom: 5px; font-size: 14px; }
.naaz-toast-msg { color: #666; font-size: 13px; margin: 0; }
.naaz-toast-close { 
    position: absolute; 
    top: 5px; 
    right: 10px; 
    cursor: pointer; 
    color: #999;
    font-size: 18px;
}

@keyframes slideInRight {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

