@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html,body{
    width:100%;
    height:100%;
}
body{
    font-size:13px;
    font-family: "Lato", sans-serif;
    color:var(--text-color);
}
@media only screen and (min-width:1440px){
    body{
        font-size:16px;
    }
}
a{
    color:var(--text-color);
    text-decoration: none;
    transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
}
a:hover{
    color:var(--text-color-2);
}

p{margin-bottom:10px;}

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

/*--- HEADER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
header{position: absolute;top:20px;width:100%;z-index:9;}
header .container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background: #FFFFFF 0% 0% no-repeat padding-box;border-radius:27px;padding:10px 50px;}
header .logo{max-width:210px;flex:0 0 210px;}
header .logo img{max-width:100%;height:auto;}
header .menu{max-width:calc(100% - 210px);flex:0 0 calc(100% - 210px);position:relative;}
header .menu .menu-bar{display:none;}
header .menu>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;justify-content:space-around;}
header .menu>ul>li>a{display:block;font-size:1.18em;color:#001740;}
header .menu>ul>li>a:hover{color:#00CCFF;}

@media only screen and (max-width:991px){
    header .container{flex-direction:column;justify-content:unset;align-items:unset;display:block;padding:15px;margin:0 15px;max-width:calc(100% - 30px);}

    header .logo{max-width:100%;flex:0 0 100%;}
    header .logo img{display:block;margin:0 auto;}
    header .menu{max-width:100%;flex:0 0 100%;}
    header .menu .menu-bar{display:block;background:#5674a9;color:#fff;padding:10px;font-size:1.2em;border-radius:5px;}
    header .menu>ul{display:none;flex-direction:unset;justify-content:unset;position:absolute;left:0;width:100%;background:rgba(37, 99, 235, .9);padding:10px;}
    header .menu>ul>li>a{line-height:40px;border-bottom:1px solid #fff;padding:0 10px;color:#fff;}
    header .menu>ul>li:last-child>a{border:0;}
}


/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider .swiper-slide{position:relative;}
.slider .swiper-slide img{width:100%;height:auto;min-height:100vh;object-fit:cover;}
.slider .swiper-slide .text{width:100%;height:100%;position:absolute;top:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.slider .swiper-slide .text h2{font-size:5.93em;font-weight:900;color:#fff;padding:0 30%;text-align:center;}

.slider .slider-list{position:absolute;bottom:0;left:0;width:100%;z-index:9;}
.slider .slider-list .container{display:flex;flex-direction:row;}
.slider .slider-list .container>div{flex-grow:1;}
.slider .slider-list .container>div>img{display:block;margin:0 auto 20px auto;max-width:100%;height:auto;width:45px;height:45px;object-fit:contain;}
.slider .slider-list .container>div>h3{font-size:3em;font-weight:900;color:#AEB2B5;text-align:center;}
.slider .slider-list .container>div>span{display:block;color:#AEB2B5;text-align:center;font-size:0.81em;}

@media only screen and (max-width:991px){
    .slider .swiper-slide .text h2{font-size:3em;padding:0 10%;}
}

/*--- M1 --------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:50px 0;background:linear-gradient(to bottom,#14294E,transparent);}
.m1 .title{margin-bottom:50px;}
.m1 .title h2{font-size:1.68em;color:#00CCFF;text-transform:uppercase;}

.m1 .box-1{margin-bottom:90px;display:flex;flex-direction:column;justify-content:center;}
.m1 .box-1 h3{font-size:2.87em;font-weight:900;color:#fff;}
.m1 .box-1 p{color:#fff;font-size:1.06em;}

.m1 .box-2{position:relative;margin-bottom:50px;border-radius:30px;overflow:hidden;}
.m1 .box-2 img{width:100%;height:auto;}
.m1 .box-2 .mask{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:30px;gap:30px;}
.m1 .box-2 .mask h3{font-size:1.87em;font-weight:900;color:#fff;text-align:center;}
.m1 .box-2 .mask span{text-align: center;font: italic normal 300 21px/35px Lato;letter-spacing: 0.32px;color: #FFFFFF;line-height:1.2;min-height:2.4em;}

.m1 .box-3{color:#fff;text-align:right;margin-bottom:50px;position:relative;}
.m1 .box-3:before{content:'';width:5px;height:80%;top:10%;background:#00CCFF;position:absolute;right:-12.5px;border-radius:5px;}
.m1 .box-4{color:#fff;display:flex;margin-bottom:50px;}

@media only screen and (max-width:991px){
    .m1 .box-3{text-align:center;}
    .m1 .box-3:before{left:0;right:0;margin:0 auto;bottom:-30px;width:50%;height:5px;top:unset;}
    .m1 .box-4{text-align:center;}
}

.m1 .all{margin-bottom:50px;}
.m1 .all a{display:block;width:fit-content;margin:0 auto;}

.m1 .title2{margin-bottom:50px;text-align:center;margin-top:50px;}
.m1 .title2 h2{font-size:2.06em;color:#00CCFF;font-weight:700;text-transform:uppercase;}
.m1 .title2 p{font-size:1.68em;font-weight:500;color:#fff;}

.service-box{margin-bottom:50px;}
.service-box .img{position:relative;overflow:hidden;}
.service-box .img img{width:100%;height:360px;object-fit:cover;}
.service-box .img .mask{position:absolute;top:-100%;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:rgba(11, 11, 11, .6);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.service-box:hover .img .mask{top:0;}
.service-box .img .mask a{display:block;width:fit-content;color:#FFFFFF;border:1px solid #fff;padding:0 40px;line-height:44px;opacity:.6;}
.service-box .content{padding:20px;position:relative;}
.service-box .content:before{content:'';width:60%;height:15px;position:absolute;top:-7.5px;background:#00CCFF;left:0;}
.service-box .content h3{font-size:1.37em;color:#14294E;font-weight:700;line-height:1.3;min-height:2.6em;text-transform:uppercase;}

/*--- M2 --------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{overflow:hidden;}
.m2 .title{margin-bottom:50px;text-align:center;margin-top:50px;}
.m2 .title h2{font-size:2.06em;font-weight:700;text-transform:uppercase;color:#14294E;}
.m2 .title p{font-size:1.68em;font-weight:500;color:#555555;}

.m2 .map{margin-bottom:50px;position:relative;}
.m2 .map img{width:100%;height:auto;}

.m2 .text{position:absolute;top:50px;right:60%;padding:30px 0 10px 0;}
.m2 .text:before{content:'';position:absolute;top:0;right:0;width:400%;height:100%;background: #14294E 0% 0% no-repeat padding-box;mix-blend-mode: hard-light;}
.m2 .text>*{position:relative;z-index:9;}
.m2 .text p{font-size:1.06em;color:#fff;margin-bottom:20px;font-weight:400;}
.m2 .text strong{display:block;font-size:1.06em;color:#fff;margin-bottom:20px;}

@media only screen and (max-width:767px){
    .m2 .text{position:relative;right:0;margin-bottom:50px;top:0;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .m2 .text{top:0;}
}

/*--- M3 --------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:100px 0;background:url('../images/m3-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m3 .box h3{font-size:3.12em;font-weight:700;color:#fff;}
.m3 .box p{color:#fff;font-size:1.06em;margin-bottom:50px;}
.m3 .box .contact{list-style:none;margin:0;padding:0;}
.m3 .box .contact>li{display:flex;flex-direction:row;align-items:center;gap:20px;margin-bottom:20px;color:#fff;font-size:1.06em;}

.m3 .box .social-media{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:20px;}

/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:100px 0 50px 0;background:var(--bg-color);color:#303A4C;}
footer a{color:#303A4C;}
footer h3{font-size:18px;font-weight:700;margin-bottom:20px;text-transform:uppercase;}
footer .logo{margin-bottom:50px;}
footer .logo img{max-width:100%;height:auto;transform:translate(0,-50%);}
footer .list{margin-bottom:50px;}
footer .list>ul{list-style:none;margin:0;padding:0;}
footer .list>ul>li{display:flex;align-items:center;margin-bottom:20px;}
footer .list>ul>li>i{margin-right:10px;}
footer .list>ul>li>span,footer .list>ul>li>a{display:inline-block;font-size:.9em;line-height:1;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
footer .list>ul>li>span:hover,footer .list>ul>li>a:hover{padding-left:5px;}

footer .images{margin-bottom:50px;}
footer .images>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:15px;flex-wrap:wrap;}
footer .images>ul>li{flex:0 0 calc(33.33% - 15px);max-width:calc(33.33% - 15px);}
footer .images>ul>li>img{width:100%;height:130px;object-fit:cover;}

footer .workhour{margin-bottom:50px;}
footer .map{margin-bottom:50px;}
footer .map>iframe{width:100%;height:250px;}
footer .copyright{margin-bottom:5px;font-size:11px;text-align:center;padding-top:25px;}
footer .swa{margin-bottom:50px;text-align:center;}
footer .swa>a>img{display:block;width:50px;height:50px;margin:0 auto;opacity:.95;}
footer .contracts{margin-bottom:50px;display:flex;flex-wrap:wrap;justify-content:center;}
footer .contracts a{display:inline-block;padding:0 10px;font-size:.8em;margin:0 0 5px 0;}

/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page .page-head{padding:250px 0 35px 0;background:var(--bg-color);}
.page .page-head h1{font-size:2.5em;font-weight:600;margin-bottom:25px;}
.page .page-head p{font-size:1.3em;font-weight:200;margin-bottom:25px;}
.page .page-head .breadcrumb{font-size:.8em;}
.page .page-body{padding:50px 0 20px 0;}
.page .page-foot{padding:50px 0 20px 0;background:var(--bg-color);margin-bottom:50px;}
.page .page-form{margin-bottom:50px;}

.color-white{color:#fff;}

/*--- COOKIE-POLICY -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.cookie-accept {position:fixed;bottom:-100%;left:0;right:0;width:100%;z-index:99;border:1px solid #ddd;background:#fff;display:flex;justify-content:center;align-items:center;transition:bottom 1s ease-in-out;-webkit-transition:bottom 1s ease-in-out;-moz-transition:bottom 1s ease-in-out;-o-transition:bottom 1s ease-in-out;padding:20px;}
.cookie-accept.active {bottom:0;}
.cookie-accept .close {position:absolute;right:15px;top:-15px;width:30px;height:30px;border:1px solid #ddd;line-height:30px;text-align:center;font-size:1.5em;background:#fff;}
.cookie-accept .icon {text-align: center;}
.cookie-accept .icon i {font-size:4em;}
.cookie-accept .content {padding:1.5em;}
.cookie-accept .content strong {display:block;font-size:1.5em;line-height:1;margin-bottom:10px;}
.cookie-accept .content p {font-size:1.1em;font-weight:200;margin:0;}
.cookie-accept .buttons ul {list-style:none;margin:0;padding:0;display:flex;gap:10px;}
.cookie-accept .buttons ul > li {flex:1 1 auto;}
.cookie-accept .buttons ul > li > a{display:flex;padding:10px 20px;background:#aaa;color:#fff;text-align:center;text-decoration:none;align-items:center;height:100%;}
@media only screen and (max-width: 767px) {
    .cookie-accept {flex-direction: column;}
}
/*--- FORM --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.form-group{margin-bottom:20px;}
.form-group label{display:block;font-size:1em;font-weight:700;margin-bottom:5px;}
.form-group .form-control{min-height:45px;border:0;border:1px solid #eee;font-size:1em;}
.form-group .form-control::placeholder{font-size:1em;}
.form-group input[type="checkbox"]{width:25px;height:25px;}
.form-checkbox-group{display:flex;line-height: 25px;}
.form-checkbox-group>input{accent-color:var(--primary-color);}
.form-checkbox-group a{padding-left:15px;}
.form-group button{background-color:var(--primary-color);color:#fff;font-size:1em;}
.form-group button:hover{background-color:var(--secondary-color);color:#fff;}
/*rating*/
.stars {width:100%;text-align: center;border:1px solid #eee;border-radius:5px;overflow: hidden;display: flex;justify-content: center;flex-direction: row-reverse;margin-bottom:20px;}
.stars-focus{box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);}
input.star {display: none;}
label.star {margin:0;padding: 0 5px;font-size: 30px;color: #ddd;transition: all .2s;}
input.star:checked ~ label.star:before {content: '\f005';color: #FD4;transition: all .25s;font-weight: 900;}
input.star-5:checked ~ label.star:before {color: #FE7;}
input.star-1:checked ~ label.star:before {color: #F62;}
input.star-2:hover ~ label.star-1 {color: #F62;}
input.star-3:hover ~ label.star-1, input.star-3:hover ~ label.star-2 { color: #F62; }
input.star-4:hover ~ label.star-1, input.star-4:hover ~ label.star-2, input.star-4:hover ~ label.star-3 { color: #F62; }
input.star-5:hover ~ label.star-1, input.star-5:hover ~ label.star-2, input.star-5:hover ~ label.star-3, input.star-5:hover ~ label.star-4 {color: #F62;}
label.star:hover {color: #ffa300;}
label.star:before {content: '\f005';font-family: 'Font Awesome 5 Free';font-weight: 400;}
/*security-input*/
.security-group{margin-bottom:20px;position:relative;}
.security-group label{display: block;font-size:14px;font-weight:700;margin-bottom:5px;}
.security-group .img{position:absolute;bottom:0;left:0;}
.security-group .img img{min-height:45px;}
.security-group .img button{border:0;min-height:45px;min-width:45px;margin:0;background:transparent;}
.security-group input{text-indent:175px;min-height:45px;min-height:45px;border:1px solid #eee;font-size:1em;}
/*--- LOADING ---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#loading{width:100%;height:100vh;position:fixed;top:0;left:0;background:rgba(0,0,0,.7);z-index:9999999;display:flex;flex-direction:column;justify-content:center;align-items:center;}
@keyframes spin{to{transform: rotate(360deg);}from{transform: rotate(0);}}
#loading:before{content:'\f110';color:#fff;font-family: 'Font Awesome 6 Free';font-weight:900;animation: spin infinite 1s linear;}
/*--- NO-CONTENT --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.no-content{padding:40px 20px;border:1px dashed #eee;border-radius:10px;text-align:center;margin-bottom:30px;}
.no-content>i{font-size:30px;margin-bottom:15px;color:#aaa;}
.no-content>p{font-size:18px;padding:0;margin:0;font-weight:200;}
/*--- HEMEN ARA - WHATSAPP --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@-webkit-keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}
@keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}

.fixed-button{position:fixed;bottom:15px;left:15px;display:flex;flex-direction:column;gap:15px;display:none;}
.fixed-button>a{height:40px;width:40px;text-align: center;border-radius:80px;z-index: 999;color: white;position:relative;}
.fixed-button>a>i{line-height:40px;font-size:25px;}
.fixed-button>a .ripple{position: absolute;width:120px;height:120px;z-index: -1;left: 50%;top: 50%;opacity: 0;margin: -60px 0 0 -60px;border-radius:80px;-webkit-animation: ripple 1.8s infinite;animation: ripple 1.8s infinite;}
.fixed-button>a .ripple:nth-child(2) {animation-delay: .3s;-webkit-animation-delay: .3s;}
.fixed-button>a .ripple:nth-child(3) {animation-delay: .6s;-webkit-animation-delay: .6s;}

.whatsAppBg{background-color: #068404 !important;background-image: linear-gradient(90deg, #068404, #0ba909);}
.hemenAraBg {background-color: #004080 !important;background-image: linear-gradient(90deg, #004080, #0073e6);}


/* Modal Overlay */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

.modal-overlay.show {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal Content */
.modal-content {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 0;
    max-width: 450px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.4s ease;
    overflow: hidden;
}

.modal-content.access-denied {
    background: linear-gradient(135deg, #f5576c 0%, #f093fb 100%);
}

/* Modal Header */
.modal-header {
    background: white;
    padding: 30px;
    text-align: center;
}
.modal-header img{display:block;margin:0 auto;}

.health-worker-icon,
.warning-icon {
    width: 100px;
    height: 100px;
    animation: bounce 2s infinite;
}

/* Modal Body */
.modal-body {
    padding: 30px;
    text-align: center;
    color: white;
}

.modal-body h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;
}

.modal-question {
    font-size: 18px;
    margin-bottom: 10px;
    opacity: 0.95;
}

.modal-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffd700;
}

/* Buttons */
.button-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 25px;
}

.btn {
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-primary {
    background: white;
    color: #667eea;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    background: #f0f0f0;
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

/* Modal Footer */
.modal-footer {
    background: rgba(0, 0, 0, 0.2);
    padding: 15px;
    text-align: center;
}

.disclaimer {
    color: white;
    font-size: 12px;
    margin: 0;
    opacity: 0.8;
}

.redirect-message {
    color: white;
    font-size: 16px;
    margin-top: 20px;
    opacity: 0.9;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Responsive Design */
@media (max-width: 480px) {
    .modal-content {
        width: 95%;
        margin: 10px;
    }
    
    .button-group {
        flex-direction: column;
    }
    
    .btn {
        width: 100%;
        justify-content: center;
    }
    
    .modal-body h2 {
        font-size: 24px;
    }
    
    .modal-question,
    .modal-subtitle {
        font-size: 16px;
    }
}

/* Body Blur Effect */
body.modal-active {
    overflow: hidden;
}

body.modal-active > *:not(.modal-overlay) {
    filter: blur(5px);
    pointer-events: none;
}