* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    box-sizing: border-box;
    --webkit-tap-highlight-color: transparent;
    user-select: none;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

body {
    line-height: 1.6;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

input, textarea, select, button {
    font-family: inherit;
    font-size: 100%;
}

input, textarea, select {
    outline: none;
}

button {
    border: 0;
    background: none;
    cursor: pointer;
}

button:hover {
    background: none;
}

button:focus {
    outline: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input, textarea, select, button {
    -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

select {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance:textfield;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

::-webkit-input-placeholder {
    color: #000;
}

::-ms-expand {
    display: none;
}

textarea {
    overflow: auto;
}

p {
    margin-bottom: 1.5em;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:active {
    outline: none;
}

a:visited {
    color: #000;
}

a:hover, a:active {
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.83em;
}

h6 {
    font-size: 0.67em;
}

p {
    font-size: 1em;
}

blockquote {
    font-size: 1em;
}

address {
    font-size: 1em;
}

cite {
    font-size: 1em;
}

code {
    font-size: 1em;
}

pre {
    font-size: 1em;
}

th {
    font-weight: 400;
}

td, th {
    font-size: 1em;
}

caption {
    font-size: 1em;
}

input, button, select, textarea {
    font-size: 1em;
}

ins, del {
    text-decoration: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000;
    margin: 1em 0;
    padding: 0;
}

@font-face {
    font-family: 'shabnam-light';
    src: url('../fonts/Shabnam-Light-FD.woff2')format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'shabnam-medium';
    src: url('../fonts/Shabnam-Medium-FD.woff2')format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'shabnam-bold';
    src: url('../fonts/Shabnam-Bold-FD.woff2')format('woff2');
    font-weight: normal;
    font-style: normal;
}


:root{
    --main-color: #0059fc;
    --secondary-color: #838383;
    --text-color: #525252;
    --acent-color: #F0F0F1;
    --font-light: 'shabnam-light';
    --font-medium: 'shabnam-medium';
    --font-bold: 'shabnam-bold';
}


*{
    font-family: var(--font-medium);
    color: var(--text-color);
}
body{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 100vh;
}
main{
    flex: 1;
}


/****************************************************
                    DESKTOP HEADER
****************************************************/
#desktop-header{
    display: flex;
    justify-content: center;
    width: 100%;
}
#desktop-header .inner-header{
    width: 1300px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
}
#desktop-header .inner-header .col1{
    width: fit-content;
}
#desktop-header .inner-header .col1 a svg{
    width: 80px;
    height: auto;
    fill: var(--main-color);
}
#desktop-header .inner-header .col2{
    flex: 1;
} 
#desktop-header .inner-header .col2 ul{
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
}
#desktop-header .inner-header .col2 ul li a{
    font-size: 16px;
}

#desktop-header .inner-header .col3{
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 15px;
}
#desktop-header .inner-header .col3 div.social-modal-btn{
    background-color: var(--main-color);
    border-radius: 15px;
    width: fit-content;
    padding: 15px 20px;
    cursor: pointer;
    color: white;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
#desktop-header .inner-header .col3 div.social-modal-btn:hover{
    box-shadow: 0 0 10px #0059fc63;
}
#desktop-header .inner-header .col3 div.call-modal-btn{
    padding: 10px;
    border: solid 1px var(--main-color);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
#desktop-header .inner-header .col3 div.call-modal-btn svg{
    width: 20px;
    height: 20px;
    fill: var(--text-color);
}
.tooltip{
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translate(50%, calc(100% + 10px));
    visibility: hidden;
    transition: all 0.5s ease;
    background-color: black;
    width: fit-content;
    white-space: nowrap;
    padding: 7px 10px;
    border-radius: 10px;
    color: white;
    opacity: 0;
    font-size: 12px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.tooltip.active{
    visibility: visible;
    opacity: 1;
}
.tooltip::before{
    content: '';
    display: block;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translate(50%, -10px);
}


/****************************************************
                    MOBILE HEADER
****************************************************/
#mobile-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
#mobile-header .col1{
    width: fit-content;
}
#mobile-header .col1 div.menu-icon{
    cursor: pointer;
    border: solid 1px var(--main-color);
    border-radius: 15px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mobile-header .col1 div.menu-icon svg{
    width: 30px;
    height: 30px;
    fill: var(--text-color);
}
#mobile-header .col2{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mobile-header .col2 a svg{
    width: 60px;
    height: auto;
    fill: var(--main-color);
}
#mobile-header .col3{
    width: fit-content;
}
#mobile-header .col3 div.call-modal-icon{
    padding: 10px;
    border: solid 1px var(--main-color);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#mobile-header .col3 div.call-modal-icon svg{
    width: 30px;
    height: 30px;
    fill: var(--text-color);
}




/*****************************************************
                    FOOTER
****************************************************/
#main-footer{
    background-color: var(--text-color);
    color: white;
    display: flex;
    justify-content: center;
    border-radius: 20px 20px 0 0;
    border-top: solid 10px var(--secondary-color);
}
   
#main-footer .inner-footer{
    width: 1300px;
    padding: 50px 20px 20px 20px;
}

/*** row1 ***/
#main-footer .inner-footer .row1{
    text-align: center;
    margin-bottom: 50px;
}
#main-footer .inner-footer .row1 h2{
    color: white;
    font-size: 25px;
    font-family: var(--font-bold);
    font-weight: 900;
}
#main-footer .inner-footer .row1 ul{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
#main-footer .inner-footer .row1 ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}
#main-footer .inner-footer .row1 ul li a:hover{
    transform: translateY(-5px);
}
#main-footer .inner-footer .row1 ul li a svg{
    width: 35px;
    height: 35px;
    fill: white;
}

/** row2 **/
#main-footer .inner-footer .row2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
}
#main-footer .inner-footer .row2 .col1{
    width: 25%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
    padding: 10px 20px;
    border-left: solid 2px gray;
}
#main-footer .inner-footer .row2 .col1 h2{
    color: white;
    font-size: 20px;
    font-family: var(--font-bold);
    font-weight: 900;
}
#main-footer .inner-footer .row2 .col1 .site-logo{
    text-align: center;
}
#main-footer .inner-footer .row2 .col1 .site-logo svg{
    width: 100px;
    height: auto;
    fill: var(--acent-color);
}
#main-footer .inner-footer .row2 .col1 p.text{
    text-align: justify;
    line-height: 1.5;
    color: var(--acent-color);
}
#main-footer .inner-footer .row2 .col2{
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
    border-left: solid 2px gray;
}
#main-footer .inner-footer .row2 .col2 h2{
    color: white;
    font-size: 20px;
    font-family: var(--font-bold);
    font-weight: 900;
}
#main-footer .inner-footer .row2 .col2 ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#main-footer .inner-footer .row2 .col2 ul li a{
    color: rgb(197, 197, 197);
    transition: all 0.3s ease;
    font-family: var(--font-light);
    font-size: 15px;
    display: block;
}
#main-footer .inner-footer .row2 .col2 ul li a:hover{
    color: white;
    transform: translateX(10px);
}
#main-footer .inner-footer .row2 .col3{
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
}
#main-footer .inner-footer .row2 .col3 h2{
    color: white;
    font-size: 20px;
    font-family: var(--font-bold);
    font-weight: 900;
}
#main-footer .inner-footer .row2 .col3 ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#main-footer .inner-footer .row2 .col3 ul li a{
    transition: all 0.3s ease;
    font-family: var(--font-light);
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}
#main-footer .inner-footer .row2 .col3 ul li a:hover{
    transform: scale(1.2) translateX(-20px);
}
#main-footer .inner-footer .row2 .col3 ul li a div.contact-text{
    color: rgb(197, 197, 197);
    direction: ltr;
}
#main-footer .inner-footer .row2 .col3 ul li a div.contact-text.address{
    direction: rtl;
}
#main-footer .inner-footer .row2 .col3 ul li a svg{
    width: 20px;
    height: 20px;
    fill: white;
}

/** row3 **/
#main-footer .inner-footer .row3{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}
#main-footer .inner-footer .row3 .copyright{
    width: fit-content;
    color: white;
    font-family: var(--font-light);
    font-size: 15px;
    padding: 20px 20px;
    border-radius: 15px;
    background-color: black;
    display: block;
    width: 100%;
    text-align: center
}
#main-footer .inner-footer .row3 .developed{
    width: 100%;
    text-align: center;
    color: white;
    font-family: var(--font-light);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#main-footer .inner-footer .row3 .developed svg{
    width: 80px;
    height: auto;
    fill: white;
}



/****************************************
************* breadcrumb *************
****************************************/
.breadcrumb {
    font-size: 14px;
    color: #555;
}
.breadcrumb a {
    color: #0073aa;
    text-decoration: none;
    transition: color 0.2s;
}
.breadcrumb a:hover {
    color: #005177;
}
.breadcrumb .sep {
    margin: 0 5px;
    color: #999;
}














/********************** Responsive *********************/
@media(max-width: 770px){
#main-footer .inner-footer .row2{
    flex-wrap: wrap !important;
}
#main-footer .inner-footer .row2 .col1{
    width: 70% !important;
    border: none !important;
}
#main-footer .inner-footer .row2 .col2,
#main-footer .inner-footer .row2 .col3{
    width: 45% !important;
    border: none;
}





}

@media(max-width: 460px){
#main-footer .inner-footer .row1 h2{
    font-size: 20px;
    line-height: 1.5;
}
#main-footer .inner-footer .row2{
    row-gap: 30px !important;
}
#main-footer .inner-footer .row2 .col1{
    width: 100% !important;
    padding: 0 !important;
}
#main-footer .inner-footer .row2 .col2,
#main-footer .inner-footer .row2 .col3{
    width: 100% !important;

}
#main-footer .inner-footer .row3{
    flex-direction: column;
    gap: 20px;
}
#main-footer .inner-footer .row3 .copyright{
    line-height: 1.5;
    font-size: 13px;
    text-align: center;
}

}




/******************************
preloader
******************************/
 @keyframes pulse {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      50% {
        transform: scale(1.3);
        opacity: 0.6;
      }
      100% {
        transform: scale(1);
        opacity: 1;
      }
    }

#preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.561);
    backdrop-filter: blur(30px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.7s ease;
}

#preloader svg{
    width: 150px;
    height: 150px;
    fill: var(--main-color);
    animation: pulse 1s linear infinite;
}