/* ========================================================================
   UTILITY CLASSES
   ======================================================================== */

.d-block {
    display: block;
} 

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.top-0 {
    top: 0;
}

.bot-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.h-full {
    height: 100%;
}

.h--24 {
    height: 24px;
}

.pointer-events-none {
    pointer-events: none;
}


/* Typography Utilities */
.fz--10 { font-size: 10px; }

.fz--12 {
    font-size: 12px;
}

.fz--13 {
    font-size: 13px;
}

.fz--16 {
    font-size: 16px;
}

.fz--18 {
    font-size: 18px;
}

.fz--20 {
    font-size: 20px;
}

.fz--22 {
    font-size: 22px;
}

.fz--24 {
    font-size: 24px;
}

.fz--30 {
    font-size: 30px;
}

.fz--40 {
    font-size: 40px;
}

.fw--100 {
    font-weight: 100;
}

.fw--500 {
    font-weight: 500;
}

.fw--600 {
    font-weight: 600;
}

.fw--700 {
    font-weight: 700;
}


.fw--bold {
    font-weight: bold;
}

.fw--normal {
    font-weight: normal;
}

.flex {
    display: flex;
}

.flex--between {
    justify-content: space-between;
}

.flex--start {
    justify-content: flex-start;
}

.flex--end {
    justify-content: flex-end;
}

.flex--center {
    justify-content: center;
}

.flex--align-start {
    align-items: flex-start;
}

.flex--align-center {
    align-items: center;
}

.flex--aligntop {
    align-items: flex-start;
}

.flex--alignbottom {
    align-items: flex-end;
}

.flex--alignstretch {
    align-items: stretch;
}

.flex--baseline {
    align-items: baseline;
}

.flex__direction--column {
    flex-direction: column;
}

.flex__direction--row--reverse {
    flex-direction: row-reverse;
}

.flex--stretch {
    align-items: stretch;
}


.img-max {
    width: 100%;
}

.img-circle {
    border-radius: 100%;
}

.img-rounded-15 {
    border-radius: 15px;
}

.img-rounded-10 {
    border-radius: 10px;
}

.img-rounded-5 {
    border-radius: 5px;
}

.img-rounded-20 {
    border-radius: 20px;
}

.img-rounded--30 {
    border-radius: 30px;
}

.radius--5 {
    border-radius: 5px;
}

.radius--12 {
    border-radius: 12px;
}

.radius--14 {
    border-radius: 14px;
}

.radius--full {
    border-radius: 100%;
}

.flex--wrap {
    flex-wrap: wrap;
}


.w--24 {
    width: 24px;
}


/* Margin */
.mt--0 {
    margin-top: 0 !important;
}

.mt--5 {
    margin-top: 5px;
}

.mt--10 {
    margin-top: 10px;
}

.mt--15 {
    margin-top: 15px;
}

.mt--20 {
    margin-top: 20px;
}

.mt--25 {
    margin-top: 25px;
}

.mt--30 {
    margin-top: 30px;
}

.mt--40 {
    margin-top: 40px;
}


.mt--50 {
    margin-top: 50px;
}

.mt--60 {
    margin-top: 60px;
}

.mt--70 {
    margin-top: 70px;
}


.mt--80 {
    margin-top: 80px;
}


.mt--90 {
    margin-top: 90px;
}


.mt--120 {
    margin-top: 120px;
}


@media (max-width: 767px) {
    .mt__mb--0 {
        margin: 0 !important;
    }
    .mt__mb--10 {
        margin-top: 10px;
    }
    .mt__mb--20 {
        margin-top: 20px;
    }
}
å
.mb__minus--20 {
    margin-bottom: -20px;
    z-index: 90;
}

.mb--20 {
    margin-bottom: 20px;
}

.mb--40 {
    margin-bottom: 40px;
}

.mb--70 {
    margin-bottom: 70px;
}

.mb--10 {
    margin-bottom: 10px;
}

.mb--30 {
    margin-bottom: 30px;
}

.mr--5 {
    margin-right: 5px;
}

.mr--10 {
    margin-right: 10px;
}

.mr--15 {
    margin-right: 15px;
}

.mr--20 {
    margin-right: 20px;
}

.ml--10 {
    margin-left: 10px;
}

.ml--15 {
    margin-left: 15px;
}

.ml--20 {
    margin-left: 20px;
}

.ml--25 {
    margin-left: 25px;
}

.ml--30 {
    margin-left: 30px;
}

.ml__mb--0 {
    margin-left: 0;
}

/* Grid */
.grid--10 {
    width: 10%;
}

.grid--15 {
    width: 15%;
}

.grid--20 {
    width: 20%;
}

.grid--25 {
    width: 25%;
}

.grid--28 {
    width: 28%;
}

.grid--30 {
    width: 30%;
}

.grid--33 {
    width: 33%;
}

.grid--35 {
    width: 35%;
}

.grid--40 {
    width: 40%;
}

.grid--45 {
    width: 45%;
}

.grid--50 {
    width: 50%;
}

.grid--55 {
    width: 55%;
}

.grid--48 {
    width: 48%;
}

.grid--60 {
    width: 60%;
}

.grid--65 {
    width: 65%;
}

.grid--70 {
    width: 70%;
}

.grid--75 {
    width: 75%;
}

.grid--80 {
    width: 80%;
}

.grid--85 {
    width: 85%;
}

.grid--100 {
    width: 100%;
}

.border-top--1 {
    border-top: 1px solid #DCDCE4;
    padding-top: 25px;
}

.border-bottom--1 {
    border-bottom: 1px solid #DCDCE4;
    padding-bottom: 25px;
}

.border {
    border: 1px solid #DCDCE4;
}


.text--center {
    text-align: center;
}

.text--left {
    text-align: left !important;
}

.text--right {
    text-align: right;
}

.text--justify {
    text-align: justify;
}


.bg--gradiant-blue {
    background: linear-gradient(102deg, rgb(255, 253, 253) 1.64%, rgb(235, 242, 255) 101.72%);
}


.bg--white {
    background: #fff;
}

.bg--grey {
    background: #f6f6f7;
}

.bg--black {
    background: #000000;
}

.bg--blue {
    background: #E3EEFF;
}

.bg--blue--light {
    background: #dbe7ee;
}

.bg--blue--light:hover {
    background: #124ba0;
}

.bg--yellow {
    background: #FEF0D8;
}

.bg--dark {
    background: rgb(27, 36, 50);
}

.p--10 {
    padding: 10px;
}

.p--20 {
    padding: 20px;
}

.p--30 {
    padding: 30px;
}

.p--25 {
    padding: 25px;
}

.p--40 {
    padding: 40px;
}

.p--50 {
    padding: 50px;
}

.p-r--30 {
    padding-right: 30px;
}

.p-l--20 {
    padding-left: 20px;
}

.p-l--30 {
    padding-left: 30px;
}

.p-l--40 {
    padding-left: 40px;
}

.px--10 {
    padding: 0 10px;
}

.px--20 {
    padding: 0 20px;
}

.py--20 {
    padding: 20px 0;
}

.py--50 {
    padding: 50px 0;
}

.py--30 {
    padding: 30px 0;
}

.px--50 {
    padding: 0 50px;
}

.pt--10 {
    padding-top: 10px;
}

.pt--20 {
    padding-top: 20px;
}

/* LINE HEIGHT */

.line--1 {
    line-height: 1;
}

.line--15 {
    line-height: 1.5;
}


.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.overflow--hidden {
    overflow: hidden;
}

.overflow--x {
    overflow-x: auto;
    white-space: nowrap;
}

.grid {
    display: grid;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gap-4 {
    gap: 1rem;
}

.gap--15 {
    gap: 15px;
}

.gap--20 {
    gap: 20px;
}

.shadow--thin {
    box-shadow: 0 4px 20px 0 rgba(20, 20, 20, 0.10);
backdrop-filter: blur(24px);
}

.badget {
    border-radius: 20px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
}

.badget--grey {
    background-color: rgba(20, 20, 20, 0.1);
}

.badget--blue {
    background-color: rgb(227, 238, 255);
}

.list-disc {
    list-style: disc !important;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .flex__mb {
        display: flex;
    }
    .flex__mb--none {
        display: block !important;
    }
    .flex__mb--between {
        justify-content: space-between;
    }
    .flex__mb--center {
        justify-content: center;
    }

    .flex__mb--end {
        justify-content: flex-end;
    }
    .flex__mb--wrap {
        flex-wrap: wrap;
    }
    .flex__mb--center {
        justify-content: center;
    }
    .flex--column-reverse--mb {
        flex-direction: column-reverse;
    }
    .flex__direction--column--mb {
        flex-direction: column;
    }
    
    .grid__mb--100 {
        width: 100% !important;
    }
    .grid__mb--50 {
        width: 50%;
    }
    .grid__mb--25 {
        width: 25%;
    }
    .grid__mb--45 {
        width: 45%;
    }

    .text__mb--center {
        text-align: center !important;
    }
    
    .px__mb--20 {
        padding: 30px 20px;
    }

    .d__mb--block {
        display: block !important;
    }

    .h__mb--10 {
        height: 100px;
    }

    .mt__mb--30 {
        margin-top: 30px;
    }
    .relative__mb {
        position: relative;
        top: inherit !important;
        left: inherit !important;
        right: inherit !important;
        bottom: inherit !important;
        transform: none !important;
    }

    .flex-box__mb--start {
        justify-content: flex-start !important;
    }
    .badget {
        font-size: 10px;
    }
    .fz__mb--10 {
        font-size: 10px;
    }
}

/* Social icon hover effect */
.social-icon-link {
    background-color: #141414;
    transition: background-color 0.3s ease;
}

.social-icon-link:hover {
    background-color: #FF3F05;
}