
/*
=====================================================
MIR RABBY OFFICIAL
Version 2026 Edition

CSS Reset
Human Rights • Social Service • Public Affairs
=====================================================
*/

/* =========================================
   UNIVERSAL RESET
========================================= */

*,
*::before,
*::after{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

/* =========================================
   HTML
========================================= */

html{
    font-size:16px;
    -webkit-text-size-adjust:100%;
    scroll-behavior:smooth;
}

/* =========================================
   BODY
========================================= */

body{
    min-height:100vh;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

/* =========================================
   MEDIA
========================================= */

img,
picture,
svg,
video,
canvas{
    display:block;
    max-width:100%;
}

/* =========================================
   FORM ELEMENTS
========================================= */

input,
button,
textarea,
select{
    font:inherit;
    border:none;
    outline:none;
    background:none;
}

button{
    cursor:pointer;
}

textarea{
    resize:vertical;
}

/* =========================================
   LINKS
========================================= */

a{
    color:inherit;
    text-decoration:none;
}

/* =========================================
   LISTS
========================================= */

ul,
ol{
    list-style:none;
}

/* =========================================
   TABLE
========================================= */

table{
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
}

/* =========================================
   HEADINGS
========================================= */

h1,
h2,
h3,
h4,
h5,
h6{
    font-size:inherit;
    font-weight:inherit;
}

/* =========================================
   PARAGRAPH
========================================= */

p{
    overflow-wrap:break-word;
}

/* =========================================
   HR
========================================= */

hr{
    border:none;
}

/* =========================================
   IFRAME
========================================= */

iframe{
    border:0;
}

/* =========================================
   SELECTION
========================================= */

::selection{
    background:#0B5D3B;
    color:#ffffff;
}

/* =========================================
   SCROLLBAR
========================================= */

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-track{
    background:#f1f5f9;
}

::-webkit-scrollbar-thumb{
    background:#0B5D3B;
    border-radius:50px;
}

::-webkit-scrollbar-thumb:hover{
    background:#08472D;
}
