html{
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
}
body{
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
a{
    text-decoration: none;
}
a:not(.btn):hover{
    text-decoration: underline;
}
.btn{
    font-weight: 500;
    padding-inline: 2rem !important;
    font-size: 1rem !important;
}
.btn-lg{
    padding-block: 0.75rem !important;
}
.btn-s-primary{
    color: var(--white) !important;
    border: 1px solid var(--primary) !important;
    background-color: var(--primary) !important;
}
.btn-disabled, button[disabled] {
    opacity: 0.35;
    user-select: none;
    cursor: not-allowed;
    pointer-events: none;
}
.btn-s-outline-primary,.btn-s-outline-primary-2{
    color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}
.btn-s-outline-primary-2{
    background-color: var(--light) !important;
}
.navbar .nav-item{
    margin-left: 1.5rem;
}
.navbar{
    border-bottom: 1px solid #EDEEEE;
}
.navbar *{
    position: relative;
    z-index: 10;
}
.navbar .nav-link:not(.btn){
    color: var(--dark-1);
}

.home-slider{
    position: relative;
}
.home-slider *{
    position: relative;
    z-index: 10;
}

.home-slider::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 270px;
    left: 0;
    bottom: 20px;
    background: var(--converter-shade);
}

.home-slider::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #ffffff66;
    backdrop-filter: blur(30px);
}
.home-slider p{
    margin: 1.5rem 0 2.5rem;
    line-height: 2;
}
.text-s-primary{
    color: var(--primary) !important;
}
.home-slider h1{
    font-weight: 700;
    color: var(--dark-1);
    /*font-size: 3rem;*/
    font-weight: 800;
}
.home-img-box{
    width: 602px;
    max-width: 100%;
    /* overflow: hidden; */
    position: relative;
}
.home-slider-img{
    border-radius: var(--br);
    object-position: right;
    object-fit: cover;
    aspect-ratio: 5/4;
    display: block;
    max-width: calc(100% - 5rem);
    margin: 0 auto;
}
.files-icons{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap:1rem;
    z-index: 100;
}
.files-icons.left{
    bottom: 2rem;
    left: 0;
}
.files-icons.right{
    top: 2rem;
    right: 0;
}
.file-icon{
    height: 5.25rem;
    width: 5.25rem;
    background-color: var(--white);
    box-shadow: 0px 1px 14px 0px #88888840;
    border-radius: 50%;
    padding: 1rem;
}
.file-icon img{
    width: 100%;
}
.custom-dropdown{
    margin-top: 1rem;
    display: block;
    max-width: 80%;
    border-radius: var(--br-sm);
    border: 1px solid var(--footer-input-border);
    color: #FFFFFFCC;
    padding: 0.75rem;
    position: relative;
}
.custom-dropdown.d-menu::before{
    content: '';
    height: 0.6rem;
    width: 0.6rem;
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--white);
    display: flex;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
}
.d-country-flag .nav-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.d-country-flag .country-flag-img{
    width: 30px;
}
.d-country-flag .country-flag-img img{
    width: 100%;
    object-fit: contain;
}
h1,h2,h3,h4,h5,h6{
    color: var(--dark-2) !important;
}
h1,h2{
    font-weight: bold;
}

footer{
    background-color: var(--footer-bg);
}
footer h3{
    font-size: 1.25rem;
    color: var(--white) !important;
}
.footer-ul{
    list-style: none;
    padding-bottom: 0;
    padding-left: 0;
}
.footer-ul li{
    line-height: 2.5;
}
.footer-ul a{
    color: var(--footer-light);
    font-size: 0.95rem;
}
.footer-line{
    color: #37435599 !important;
    opacity: 1 !important;
}
footer p{
    color: #FFFFFFCC;
}
.s-card{
    border: 1px solid #D1D1D14D;
    border-radius: 9px;
    padding: 1.5rem;
    font-weight: 300;
    line-height: 1.9;
    color: #352E44CC;
}
.s-card p{
    margin-bottom: 0;
}
.s-card h3{
    font-size: 1.5rem;
}
.s-card-flex{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.s-card-flex img{
    width: 2rem;
}
.s-card-flex .fi{
    width: 2rem;
    font-size: 1.7rem;
    height: 32px;
}
.s-card-flex h3{
    margin-bottom: 0;
    font-size: 1.25rem;
}
.web-hr{
    color: #98989826;
    opacity: 1;
}
.lh-17{
    line-height: 1.76;
}
p{
    line-height: 30px;
    /* color: #352E44CC; */
    color: var(--dark-1);
}
.s-rounded{
    border-radius: var(--br);
}
.bg-c-gradient{
    background-image: linear-gradient(to top, #EFE7FF 44.63%, rgba(248, 244, 255, 0.4) 83.86%, rgba(255, 255, 255, 0) 99.05%);
    background-color: #EEE6FFE5;
    background-blend-mode: multiply;
    display: block;
    border-radius: var(--br) 0 0 var(--br);
    padding: 3rem;
}
.get-it-on-mobile{
    overflow: hidden;
    border-radius: 0 var(--br) var(--br) 0;
}
.get-it-on-mobile img{
    object-fit: cover;
    object-position: left;
    height: 100%;
}
.min-500{
    height: 515px;
}
.dropdown-item{
    background-color: transparent !important;
}
.dropdown-link-flex{
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0;
}
.dropdown-menu{
    border: none !important;
    padding: 1rem !important;
    border-radius: 0 0 10px 10px !important;
    width: 600px;
    columns: 2;
}
.dropdown-link-icon{
    height: 1.75rem;
    width: 1.75rem;
    padding: 5px;
    background-color: #F4EBFF;
    outline: 5px solid #F9F5FF66;
    outline-offset: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
}
.dropdown-link-icon::before{
    content: '';
    inset: -5px;
    background-color: #F9F5FF;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}
.dropdown-link-icon img{
    width: 100%;
    object-fit: contain;
}
.dropdown .nav-link{
    position: relative;
    padding-right: 1.5rem !important;
}
.dropdown .nav-link::before{
    content: '';
    height: 0.5rem;
    width: 0.5rem;
    position: absolute;
    border-left: 1px solid var(--dark-1);
    border-bottom: 1px solid var(--dark-1);
    transform: translateY(-50%) rotate(-45deg);
    right: 0;
    top: calc(50% - 0.125rem);
    background-color: var(--white) !important;
    background-color: transparent !important;
}
.dropdown-menu{
    z-index: 100;
}
.dropdown-menu.show::before{
    content: '';
    height: 100vh;
    width: 100vw;
    background-color: #0004;
    backdrop-filter: blur(10px);
    position: fixed;
    left: 0;
    top: 68px;
    z-index: -1;
}
.dropdown-menu.show{
    overflow: hidden;
}
.dropdown-menu.show *{
    position: relative;
    z-index: 10000;
}
.dropdown-menu.show::after{
    content: '';
    z-index: 100;
    background-color: var(--white) !important;
    inset: 0;
    position: absolute;
}
.navbar{
    z-index: 1000;
}
.hide-on-mobile{
    display: none;
}
.close-mobile-menu{
    display: none;
}
.dropbox,.dropbox-one-file{
    border-radius: 10px;
    border: 1px dashed var(--primary);
    background-color: var(--white);
    margin-top: 2rem;
    padding: 3rem 2rem 2rem;
}
.dropbox{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}
.dropbox span{
    display: block;
    margin-top: 0.75rem;
}
.fw-100{
    font-weight: 100;
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
}
.fw-900{
    font-weight: 900;
}
.fancy-icon{
    height: 3.5rem;
    width: 3.5rem;
    padding: 8px;
    background-color: #F4EBFF;
    outline: 8px solid #F9F5FF;
    outline-offset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
}

.fancy-icon img{
    width: calc(100% - 8px);
    object-fit: contain;
}
.fancy-icon-flex{
    gap: 1.5rem;
}
.fancy-icon-flex h3{
    width: calc(100% - 5rem);
}
.fi-sm{
    height: 2.5rem;
    width: 2.5rem;
    padding: 4px;
    outline: 6px solid #F9F5FF;
}
.why-c-f-icon{
    margin: 0 0 0.75rem 0.25rem;
}
h3{
    font-size: 1.25rem;
}
.uploaded-image{
    width: 90%;
}
.s-card hr{
    color: #98989826;
    opacity: 1;
}
.bread-crumbs{
    list-style: none;
    display: flex;
    gap: 2rem;
    padding-left: 0;
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 2.5rem;
}
.bread-crumbs li{
    margin-right: 0.25rem;
    position: relative;
    margin-bottom: 0;
    line-height: 1;
    color: #5f6368;
    font-size: 13px;
}
.bread-crumbs li::before{
    content: '';
    height: 0.35rem;
    width: 0.35rem;
    position: absolute;
    right: -1.25rem;
    top: calc(50% - 0.125rem);
    border-bottom: 2px solid #5f6368;
    border-right: 2px solid #5f6368;
    transform: rotate(-45deg) translateY(-50%);
}
.bread-crumbs li:last-of-type:before{
    display: none;
}
.bread-crumbs a{
    color: #5f6368;
}
.bread-crumbs a:hover{
    color: var(--primary);
}
.s-primary-underline{
    font-weight: 600;
    text-decoration: underline;
}
.convert-page-flex{
    display: flex;
    gap:1rem;
    align-items: center;
    margin-bottom: 0.75rem;
}
.cof-title{
    width: calc(100% - 6rem);
}
.convert-page-flex h2{
    font-size: 1.5rem;
    margin-bottom: 0;
}
.cof-icon{
    width: 5rem;
    color: var(--primary);
    border-radius: var(--br-sm);
    border: 1px solid var(--primary);
    line-height: 1;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}
.hiw-container{
    padding-left: 4rem;
    margin-top: 2rem;
}
.hiw-card{
    position: relative;
    padding-bottom: 3rem;
}
.hiw-card::before{
    content: '';
    height: 100%;
    width: 0;
    border-left: 1px dashed var(--primary);
    position: absolute;
    top: 1px;
    left: calc(-1 * 3.5rem  + 7px)
}
.hiw-card:last-of-type::before{
    display: none;
}
.hiw-card:last-of-type{
    padding-bottom: 0;
}
.hiw-step{
    color: var(--primary) !important;
    position: relative;
    font-size: 1.25rem;
    font-weight: 500 !important;
}
.hiw-step::before{
    content: '';
    height: 14px;
    width: 14px;
    background-color: #E8DBFF;
    outline: 4px solid var(--primary);
    position: absolute;
    left: -3.5rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.definition-image-box{
    width: 100%;
}
.definition-image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.dpf-socials{
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}
.dpf-socials a{
    height: 1.5rem;
    width: 1.5rem;
}
.dpf-socials a img{
    height: 100%;
    width: 100%;
}
.text-s-dark{
    color: var(--dark-2) !important;
}
.text-underline{
    text-decoration: underline;
}
.dfp-container p{
    margin: unset;
}
.lh-2{
    line-height: 2;
}
.lh-2 li{
    line-height: 2.5;
}
.definition-page-sidebar-img{
    width: 100%;
    margin-bottom: 2rem;
}
.definition-page-sidebar-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
.definition-page-card{
    background-color: var(--white);
    border-radius: var(--br-sm);
    padding: 1rem;
}
.definition-page-card-header{
    border-bottom: 1px solid #EDEEEE;
    margin: 0 -1rem 1rem 0;
}
.definition-page-card-header h3{
    font-size: 1.5rem;
    font-weight: 800;
}
.s-table-of-content .definition-page-card-header h3{
    font-size: 1.25rem;
    font-weight: 500;
}
.definition-page-ul{
    padding-left: 1.5rem;
}
.definition-page-ul i{
    margin-left: -1.5rem;
}
.dpf-content:has(.table-of-content-collapse.show) .table-of-content-show-text,
.dpf-content:has(.table-of-content-collapse.collapsing) .table-of-content-show-text{
    display: none;
}
footer .dropdown .nav-link{
    padding-right: unset !important;
}
footer .dropdown .nav-link::before{
    display: none;
}
footer .dropdown-menu{
    columns: 1 !important;
    width: 100% !important;
    left: -0.75rem !important;
    top: 0.5rem !important;
    border-radius: var(--br-sm);
    border: 1px solid var(--footer-input-border);
    background-color: var(--dark-2) !important;
    padding: 1rem !important;
}
footer .dropdown-menu .dropdown-item{
    color: var(--footer-light) !important;
}
footer .dropdown-menu.show::after,footer .dropdown-menu.show::before{
    display: none;
}
.lc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lc-1{
    -webkit-line-clamp: 1;
}
.lc-2{
    -webkit-line-clamp: 2;
}
.lc-3{
    -webkit-line-clamp: 3;
}
.lc-4{
    -webkit-line-clamp: 4;
}
.lc-5{
    -webkit-line-clamp: 5;
}
.lc-6{
    -webkit-line-clamp: 6;
}
h3.text-s-primary{
    color: var(--primary) !important;
    font-weight: 500 !important;
}
.site-c-table{
    border: 1px solid #D1D1D166 !important;
    background-color: var(--white);
    border-radius: 10px;
    color: #352E44B2 !important;
}
.custom-td{
    padding: 1rem 1.25rem;
    border-right: 1px solid #D1D1D166 !important;
    border-bottom: 1px solid #D1D1D166 !important;
    height: 100%;
    width: 100%;
}
.site-c-table .col-lg-5:last-of-type .custom-td{
    border-right: none !important;
}
table th{
    color: var(--primary) !important;
}
table th,table td{
    padding: 0.75rem 1rem !important;
}
table td{
    color: #352E44B2 !important;
}
.site-c-table .row:last-of-type .col-6 .custom-td{
    border-bottom: none !important;
}
.dropbox-one-file{
    text-align: left !important;
    padding: 0.75rem 0;
    font-size: 14px;
    color: #352E44CC;
}
.dropbox-one-file small{
    font-size: 12px;
}
.dropbox-header,.dropbox-body,.dropbox-footer{
    padding: 0.75rem;
}
.dropbox-header{
    border-bottom: 1px solid #7B3FAB1A;
    padding-top: 0;
}
.dropbox-footer{
    border-top: 1px solid #7B3FAB1A;
    padding-bottom: 0;
}
.dropbox-one-file select{
    background-color: #DECDFF;
    border: none;
    outline: none;
    padding: 0.5rem;
    border-radius: var(--br-sm);
    width: max-content !important;
}
.upload-status{
    position: relative;
    padding-left: 1rem;
}

.upload-status.show-dot::before{
    content: '';
    height: 0.5rem;
    width: 0.5rem;
    background-color: currentColor;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}
.convert-arrows{
    width: 100%;
    aspect-ratio: 1/1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.convert-arrows img{
    width: 50%;
}
.modal-search-form{
    position: relative;
    width: 100%;
}
.modal-search-form button{
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.125rem;
    line-height: 0;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent !important;
    color: var(--dark-2);
}
.modal-search-form input{
    height: 100%;
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 3rem;
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #1B004E22;
    border-radius: var(--br-sm);
}
.converted-img-modal-card{
    background: #E8DBFF;
    padding: 0.5rem 0.5rem 0.5rem 0.3rem;
    border-radius: 0.25rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.imc-img{
    width: 2rem;
}
.imc-content{
    width: calc(100% - 2.5rem);
}
.converted-img-modal-card.cim-inactive{
    opacity: 0.6;
    background: #F3ECFF;
}
.s-card.definition-page-card ul{
    list-style: none;
    margin-left: 0 !important;
    padding-left: 0;
}
.s-card.definition-page-card ul.ps-3{
    padding-left: 0 !important;
}
.s-card.definition-page-card ul li{
    margin-left: 0;
    padding-left: 0;
}
.guides-card{
    position: relative;
    margin: 1rem 0;
}
.guides-card-img{
    /* height: 240px; */
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 1rem;
    position: relative;
}
.guides-card-img::before{
    content: '';
    inset: 0;
    background-color: #1A161788;
    position: absolute;
    transition: 0.5s ease all;
    opacity: 0;
    z-index: 1;
}
.read-more-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s ease all;
    z-index: 2;
}
.guides-card:hover .guides-card-img::before,
.guides-card:hover .read-more-btn{
    opacity: 1;
}
.guides-card a{
    color: var(--c-black);
}
.guides-card-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s ease all;
    display: block;
}
.guides-card:hover .guides-card-img img{
    transform: scale(1.1);
}
.gc-category{
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    color: var(--c-black);
}
.gc-title{
    font-size: 1.25rem;
}
/* ul:has(.advantages-list-style,.disadvantages-list-style){
    list-style: none;
    padding-left: 0;
    padding-bottom: 0;
}
.advantages-list-style,.disadvantages-list-style{
    margin-left: 1rem;
    padding-left: 1rem;
    line-height: 2;
}
.advantages-list-style::marker,.disadvantages-list-style::marker{
    font-family: bootstrap-icons !important;
    font-size: 0.85rem !important;
    position: absolute;
    left: 0.5rem;
    top: 0.75rem !important;
}
.advantages-list-style::marker{
    content: "\f26a";
    color: rgb(25 135 84);
}
.disadvantages-list-style::marker{
    content: "\f622";
    color: rgb(220 53 69);
} */

ul.advantages-list-style,ul.disadvantages-list-style{
    list-style: none;
    padding-left: 0;
    padding-bottom: 0;
}
ul.advantages-list-style li,ul.disadvantages-list-style li{
    margin-left: 1rem;
    padding-left: 1rem;
    line-height: 2;
}
ul.advantages-list-style li::marker, ul.disadvantages-list-style li::marker{
    font-family: bootstrap-icons !important;
    font-size: 0.85rem !important;
    position: absolute;
    left: 0.5rem;
    top: 0.75rem !important;
}
ul.advantages-list-style li::marker{
    content: "\f26a";
    color: rgb(25 135 84);
}
ul.disadvantages-list-style li::marker{
    content: "\f622";
    color: rgb(220 53 69);
}
.accordion-item{
    padding: 0.85rem 0 0.85rem 2.25rem;
    border-bottom: 1px solid #1B004E66;
}
.accordion-item:last-of-type{
    padding-bottom: 0;
    border-bottom: none;
}
.faq-no{
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    left: -2.25rem;
    color: var(--white);
    background-color: var(--primary);
    font-size: 0.8rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: flex;
}
.accordion-button{
    font-size: 1.125rem;
    display: flex;
    font-weight: 500;
    color: var(--footer-bg);
    position: relative;
    gap: 1rem;
    align-items: center;
}
.accordion-button::before{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: monospace;
}
.accordion-button:not(.collapsed)::before{
    content: '\2212';
}
.accordion-button.collapsed::before{
    content: '\002B';
}
.blog-hero-section{
    background-image: url('../img/bg-bg.jpg');
    /* background-color: var(--footer-bg); */
    /* background-blend-mode: multiply; */
    background-position: center;
    background-size: cover;
    color: var(--white);
    position: relative;
}
.blog-hero-section *{
    position: relative;
}
.blog-hero-section::before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--footer-bg);
    opacity: 0.85;
}
.blog-hero-section h1, .blog-hero-section p{
    color: var(--white) !important;
}
.categorization-tabs{
    gap: 1rem;
    display: flex;
    flex-wrap: nowrap;
    /* overflow-y: hidden;
    overflow-x: auto; */
    list-style: none;
    margin-bottom: 0.75rem;
    margin-left: 0;
    padding-left: 0;
}
.categorization-tabs{
    padding: 0.125rem 0;
}
.categorization-tabs a{
    border: 1px solid #13023233;
    color: #666;
    padding: 0.5rem 0.75rem;
    display: inline-block;
    border-radius: var(--br-sm);
    white-space: nowrap;
    text-decoration: none !important;
}
.categorization-tabs a:hover, .categorization-tabs .active a{
    background-color: #1B004E33 !important;
    color: var(--footer-bg) !important;
    border-color: var(--footer-bg) !important;
}
.new-articles-card{
    border-radius: var(--br-sm);
    border: 1px solid #7933FF44;
    overflow: hidden;
    transition: 0.5s ease all;
}
.new-articles-card a{
    text-decoration: none;
}
.nac-img{
    min-height: 200px;
    border-bottom: 1px solid #7933FF44;
    background-color: #7933FF22;
}
.nac-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.nac-content small a{
    font-weight: 500;
    color: var(--primary);
}
.nac-content{
    padding: 1.25rem 1.5rem;
}
.nac-content p{
    line-height: 1.6;
    font-weight: 500;
    padding: 0 !important;
}
.nac-content p a{
    color: var(--footer-bg);
    text-decoration: none !important;
}
.new-articles-card:hover{
    border-color: var(--primary);
    box-shadow: 0 0 20px #13023244;
    transform: translateY(-2px);
}
.pagination-numbers {
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.pagination-numbers li a,.pagination-links {
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--br-sm);
    color: var(--dark-1);
    text-decoration: none !important;
    background-color: #7933FF22;
}

.pagination-numbers li.active a,.pagination-numbers li a:hover {
    background-color: var(--primary);
    color: var(--white)
}

.pagination-ellipsis {
    letter-spacing: 2px;
    color: var(--dark)
}

.pagination-links:hover {
    background-color: var(--primary)
}

@media screen and (min-width:768px) {
    .cof-content{
        padding-left: 6rem;
    }
    .fs-lg-5{
        font-size: 1.5rem;
    }
    .definition-page-flex{
        display: flex;
        gap: 1rem;
    }
    .dpf-socials{
        width: 2.5rem;
        flex-direction: column;
        border-right: 1px solid #98989826;
        /* padding-right: 1rem; */
    }
    .dpf-content{
        width: calc(100% - 3.5rem);
        padding-top: 0.75rem;
    }
    .f-md-14{
        font-size: 14px;
    }
    .definition-slider.home-slider::before{
        bottom: unset;
        top: 600px;
    }
    .dfp-container{
        padding-left: 3.5rem;
    }
    .definition-image-box{
        /*height: 400px;*/
    }
    .definition-page-sidebar-img{
        height: 380px;
    }
    .site-c-table .row:last-of-type .custom-td{
        border-bottom: none !important;
    }
}
@media screen and (max-width:767px) {
    body{
        font-size: 14px;
    }
    .btn{
        font-size: 14px !important;
    }
    .navbar-collapse.collapse,.navbar-collapse.collapsing{
        height: 100vh !important;
        padding-right: 1rem;
        position: fixed !important;
        display: block;
        width: 300px;
        max-width: 100%;
        top: 0;
        background-color: var(--white);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: 0.25s ease left;
        transform-origin: left;
        left: -100%;
        z-index: 15;
        box-shadow: 0 0 10px #0002;
    }
    .convert-arrows img{
        transform: rotate(90deg);
    }
    .dropdown-menu{
        box-shadow: none !important;
        padding: 0 !important;
        box-shadow: none;
        border:none !important;
        border-radius: 0 !important;
        background-color: transparent;
    }
    .dropdown-item{
        padding-inline: 0 !important;
        color: var(--dark-1) !important;
        font-size: 0.9rem !important;
    }
    .navbar-collapse .btn{
        margin-bottom: 0.5rem;
    }
    .navbar-collapse.collapsing{
        left: -50%;
        transition: none;
    }
    .navbar-collapse.show,.navbar-collapse.collapsing{
        left: 0;
    }
    .navbar-toggler{
        border: none;
        box-shadow: none !important;
        outline: none;
        position: relative;
    }
    .close-mobile-menu{
        height: 2rem;
        width: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        line-height: 1;
        background-color: transparent;
        box-shadow: none;
        border: none;
        outline: none;
        color: var(--dark-1);
        font-weight: 200 !important;
        position: absolute;
        right: 0.25rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }
    .home-slider h1{
        /*font-size: 2rem;*/
        margin-top: 2rem;
    }
    .home-img-box{
        margin-top: 2rem;
    }
    .file-icon{
        height: 3rem;
        width: 3rem;
        padding: 0.5rem;
    }
    .files-icons.left{
        bottom: -0.5rem;
    }
    .files-icons.right{
        top: -0.5rem;
    }
    .home-slider-img{
        max-width: calc(100% - 3rem);
    }
    .s-card{
        margin: 0.5rem 0;
    }
    .dropdown-menu{
        columns: 1;
    }
    .dropdown-menu.show::before{
        display: none;
    }
    .dropdown-menu{
        padding: unset !important;
        border-radius: 0 !important;
        width: unset !important;
        columns: 1;
    }
    .dropdown-link-flex{
        margin: 0.5rem 0;
    }
    .dropdown-menu.show::after,.dropdown-menu.show::before{
        display: none;
    }
    .dropdown-link-icon{
        height: 1.5rem;
        width: 1.5rem;
        margin-left: 10px;
    }
    .hide-on-mobile{
        display: block;
        padding: 1rem 1.5rem;
        border-bottom: 1px solid #EDEEEE;
        margin-right: -1.25rem;
    }
    .dropdown-link-text{
        font-size: 14px;
    }
    .min-500{
        height: unset !important;
    }
    .bg-c-gradient{
        border-radius: 0 0 0 0;
        padding: 1rem;
    }
    .get-it-on-mobile{
        border-radius: 0 0 0 0;
    }
    .uploaded-image{
        width: 100%;
    }
    .fancy-icon-flex{
        margin-bottom: 1.5rem;
    }
    .font-mobile-12,.bread-crumbs,.bread-crumbs li,.bread-crumbs a{
        font-size: 12px !important;
    }
    .bread-crumbs{
        gap: 1rem;
    }
    .bread-crumbs li::before{
        right: -0.75rem;
    }
    .hiw-container{
        padding-left: 2.25rem;
    }
    .hiw-card{
        padding-bottom: 1rem;
    }
    .hiw-card::before{
        left: calc(-1 * 2rem  + 5px);
        top: 2px;
    }
    .hiw-card:last-of-type::before{
        display: none;
    }
    .hiw-step{
        font-size: 1.125rem;
    }
    .hiw-step::before{
        height: 10px;
        width: 10px;
        left: -2rem;
    }
    .my-5.web-hr{
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
    .dpf-socials{
        margin-bottom: 0.5rem;
    }
    .dpf-socials a{
        height: 1.25rem;
        width: 1.25rem;
    }
    .custom-td{
        font-size: 12px;
    }
    .c-td-title{
        position: relative;
        color: var(--dark-2);
        font-size: 14px;
    }

    .c-td-title::before{
        content: '';
        background-color: var(--white);
        width: 1.25rem;
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 2px;
    }
    .dropbox-header{
        display: none;
    }
    .convert-complete small::before{
        content: '(';
    }
    .convert-complete small::after{
        content: ')';
    }
    .dropbox-body{
        padding-top: 0;
    }
    .convert-complete{
        padding-left: 2rem !important;
    }
    .w-unset{
        width: 0;
        padding: 0;
    }
    .ms-n3{
        margin-left: -1.25rem !important;

    }
    .text-muted-sm{
        opacity: 0.7;
    }
    .convert-complete select{
        -webkit-appearance: none;
    }
    .definition-page-sidebar-img{
        height: 336px;
        width: 280px;
        max-width: 100%;
    }
}

p > a {
    color: var(--primary);
}

.default-page-content,.page-content img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.default-page-content p img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
figure img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.h2-center > h2{
    text-align: center;
}

.intro-text p {
    margin: 0 !important;
}
