﻿@font-face {
    font-family: 'poppins-regular';
    src: url('poppins-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Lusail-Regular';
    src: url('Lusail-Regular.otf') format('truetype');
}
@font-face {
    font-family: 'Lusail-Medium';
    src: url('Lusail-Medium.otf') format('truetype');
}
@font-face {
    font-family: 'Lusail-Light';
    src: url('Lusail-Light.otf') format('truetype');
}
@font-face {
    font-family: 'Lusail-Bold';
    src: url('Lusail-Bold.otf') format('truetype');
}


/* base direction-aware setup */
body {
    margin: 0 auto;
    padding: 0;
    font-family: Lusail-Regular;
}

/* LTR */
html[dir="ltr"] body {
    direction: ltr;
    text-align: left;
}

/* RTL */
html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

/* NAVBAR & LAYOUT */

.navbar {
    width: 80%;
    top: 50px !important;
    margin-inline: auto;
    padding-inline: 30px;
    min-height: 68px;
    border-radius: 43px;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0px 19.9948px 16.6623px -5.71279px rgba(36, 52, 67, 0.15);
    opacity: 0.85;
}

.container {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto;
    padding: 0;
}

/* HEADER BACKGROUNDS */

.header {
    background-image: url('../../img/msarheader.webp?v=102sd');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top -104px right -44px;
    height: 970px;
    width: 100%;
}

html[dir="rtl"] .header {
    background-position: top -200px right;
}

.headerInnerPage {
    background-image: url('../../img/About.webp?v=102sd');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top -104px right -44px;
    height: 970px;
    width: 100%;
}

html[dir="rtl"] .headerInnerPage {
    background-position: top -200px right;
}



.headerAbout {
    background-image: url(../../img/About.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top -198px left;
    height: 750px;
    width: 100%;
}

.headerContact {
    background-image: url(../../img/About.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top -198px left;
    height: 750px;
    width: 100%;
}


html[dir="rtl"] .headerAbout {
    background-position: top -198px right;
}

.headerOurServices{
    background-image: url(../../img/About.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top -198px left;
    height: 750px;
    width: 100%;
}

.headerShadow {
    position: absolute;
    inline-size: 100%;
    block-size: 632.22px;
    inset-block-start: 0;
    inset-inline-start: 0;
    background: linear-gradient(180deg, #2C2C2C 0%, rgba(126, 112, 116, 0) 100%);
    opacity: 0.63;
}

/* BRAND & NAV LINKS */

.navbar-brand img {
    inline-size: 90px;
    block-size: 33px;
}

.navbar-brand {
    margin-inline-end: 3rem;
}

.dropdown-menu,
.nav-link {
    font-size: 17px !important;
    transition: all .5s;
    font-family: 'Lusail-Regular';
    margin-right: 15px;
}

/* EMPLOYEE LOGIN BUTTON */

.EmpLog {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-block: 12px;
    padding-inline: 15px;
    border: 1px solid #8A1739;
    border-radius: 29px;
    color: #8A1739 !important;
    margin-inline: 10px;
    text-decoration: none;
    transition: all .5s;
    font-size: 12px;
}

    .EmpLog:hover {
        text-decoration: none;
        opacity: 0.8;
        transition: all .5s;
    }

/* GET STARTED BUTTON */

.startPol {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-block: 12px;
    padding-inline: 30px;
    gap: 9.52px;
    background: #8A1739;
    border-radius: 29px;
    flex: none;
    flex-grow: 0;
    color: #fff;
    text-decoration: none;
    transition: all .5s;
    font-size: 17px;
}

    .startPol:hover {
        text-decoration: none;
        opacity: 0.8;
        transition: all .5s;
        color: #fff;
    }

/* HEADER TEXT & CTA */

.headerTitle {
    padding-block-start: 10%;
    text-align: center;
    font-style: normal;
    font-weight: 100;
    font-size: 45px;
    line-height: 50px;
    color: #FFFFFF;
    text-shadow: 0px 1.90426px 5.0463px rgba(0, 0, 0, 0.16);
    position: relative;
    inset-block-end: 20px;
    font-family: Lusail-Light !important;
}
.headerSubTitle {
    padding-block-start: 2%;
    text-align: center;
    font-size: 52px;
    line-height: 0px;
    color: #FFFFFF;
    text-shadow: 0px 1.90426px 5.0463px rgba(0, 0, 0, 0.16);
    position: relative;
    inset-block-end: 20px;
    font-family: 'Lusail-Bold' !important;
}


/* Create Policy button */
.cPolicy {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-block: 10px;
    padding-inline: 20px;
    gap: 17px;
    position: absolute;
    margin-top: 40px;
    /*inset-inline-start: calc(50% - 149px / 2 - 31px);*/
    background: #FFFFFF;
    box-shadow: 0px 14.69px 13.4659px rgba(36, 52, 67, 0.05);
    border-radius: 60px;
    color: #8A1739;
    text-decoration: none;
    transition: all .5s;
    font-family: 'Lusail-Medium';
    font-size: 21px;
    left:47%;
    cursor:pointer;
}

html[dir="rtl"] .cPolicy {
    left: 46%;
    /*    inset-inline-start: auto;
  inset-inline-end: calc(50% - 160.62px/2 - -30.08px);
*/
}

/* Download App button */
.dApp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-block: 10px;
    padding-inline: 20px;
    gap: 12.24px;
    position: absolute;
    inline-size: 182.62px;
    block-size: 46.14px;
    inset-block-start: 294px;
    inset-inline-start: calc(50% - 182.62px/2 + 94.47px);
    background: #FFFFFF;
    box-shadow: 0px 14.69px 13.4659px rgba(36, 52, 67, 0.05);
    border-radius: 59px;
    color: #8A1739;
    text-decoration: none;
    transition: all .5s;
}

html[dir="rtl"] .dApp {
    inset-inline-start: auto;
    inset-inline-end: calc(50% - 182.62px/2 + 94.47px);
}

.cPolicy:hover,
.dApp:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: all .5s;
    color: #8A1739;
}

/* SECTION LAYOUTS */

.sectioninfoAbout,
.sectioninfo {
    max-width: 80%;
    margin-inline: auto;
    padding-inline: 20px;
}

.sectioninfoAbout {
    padding-block-end: 120px;
}

.sectioninfo {
    padding-block-start: 43px;
    padding-block-end: 120px;
}

/* Info side images */

.sectionInfoL {
    inline-size: 415px;
    block-size: 415px;
    background-image: url('../../img/infol.png');
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
}

.sectionInfoR {
    background-image: url('../../img/infoR.png');
    background-repeat: no-repeat;
    background-size: revert;
    border-radius: 10px;
    background-position: bottom right;
}

html[dir="rtl"] .sectionInfoR {
    background-position: bottom left -25px;
}

/* TEXT STYLES */

.infoH {
    font-family: 'Lusail-Regular';
    font-size: 54px;
    line-height: 63px;
    color: #3C3C3C;
    width:80%;
}

.infoP {
    font-family: Lusail-Light;
    font-size: 22px;
    line-height: 34px;
    color: #3C3C3C;
    width: 68%;
}

.ulTitle {
    font-family: 'Lusail-Medium';
    font-size: 37px;
    color: #3C3C3C;
}

/* STEPS LIST */

.ul {
    padding: 0;
    margin: 0;
}

ul li {
    vertical-align: middle;
    text-align: start;
}

 

 

.ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .ul li {
        display: flex;
        align-items: start;
        justify-content: start;
        gap: 0px;
        padding: 0px 0;
        list-style: none;
    }

.icon {
    display: inline-block;
    width: 30px;
    height: 35px;
    background-repeat: no-repeat;
    font-family: Lusail-Regular;
    margin-top: 6px;
}
.text {
    font-family: Lusail-Regular;
    font-size: 26px;
}

/* Example icon background for demo; replace with your actual icons */
.first.icon {
    background-image: url('../../img/step1.png');
}

.second.icon {
    background-image: url('../../img/second.png');
}

.third.icon {
    background-image: url('../../img/third.png');
}



/* MOBILE SECTION */

.mobilesection {
    block-size: 536px;
    background-color: #8A1739;
    background: url('../../img/mobileTR.png') no-repeat top right, url('../../img/mobileL.png') no-repeat center left, #8A1739;
    vertical-align: middle;
}

html[dir="rtl"] .mobilesection {
     background: url(../../img/mobileTR.png) no-repeat top right, url(../../img/mobileL.png) no-repeat center left, #8A1739;
    transform: scaleX(-1);
}

    .appDesc {
    display: block;
    padding-block-start: 57px;
    color: #fff;
    font-family: Lusail-Light;
    font-size: 101px;
    inline-size: 78%;
    width: 50%;
    line-height: 1;
    margin-top:20px;
}
 
.appDesc>span {
     padding-block-start: 0;
    color: #fff;
    font-family: Lusail-Medium;
    font-size: 101px;
    display: inline;
    font-weight:bolder
 }

.appP {
    font-family: Lusail-Light;
    font-size: 46px;
    color: #FFFFFF;
    inline-size: 100%;
    /*width: 55%;*/


} 
.rowwithoutmarg {
    margin-inline: 0 !important;
}
html[dir="rtl"] .rowwithoutmarg {
    transform: scaleX(-1);
}
.sectionwidth {
    max-width: 80%;
    margin-inline: auto;
}

.mobileappimg {
    position: relative;
    inset-block-start: -10%;
}

 
.Applinks a {
    padding-inline-end: 20px;
    padding-block-end: 20px;
}

html[dir="rtl"] .Applinks a {
    padding-inline-start: 20px;
    padding-inline-end: 0;
}

/* MAP SECTION */

.sectionMap {
    inline-size: 600px;
    block-size: 600px;
    background-image: url('../../img/qatarMap.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    color: #3C3C3C;
    background-position: center left -40px;
}

.MapH {
    font-family: Lusail-Light;
    font-style: normal;
    font-size: 90px;
    color: #3C3C3C;
    margin-top: 28%;
    width: 80%;
    line-height: 90px;
}

    .MapH > span {
        font-size: 90px;
        font-family: Lusail-Medium;
        color: #8A1739;
        font-weight:bolder;
    }

.MapP {
    font-family: Lusail-Light;
    font-size: 49px;
    color: #3C3C3C;
    margin-top: 28%;
    width: 87%;
    padding-left: 106px;
    line-height: 70px;
}

.QatarColor {
    color: #8A1739;
    font-weight: 700;
}

/* PLAN SECTION */

.sectionPlan {
    margin-inline: auto;
    padding-inline: 20px;
    padding-block-start: 120px;
    padding-block-end: 120px;
    background-color: #EAEAEA;
}

.sectionPlanDiv {
    width: 80%;
    margin-inline: auto;
}

/* PRICE SECTION */

.planTitle {
    display: block;
    inline-size: 100%;
    text-align: center;
    font-size: 52px;
    font-weight: 100;
    color: #000;
}

.carousel {
    padding: 100px;
}

.pricing-card {
    border-radius: 36px;
    border: 1px solid #8A1739;
    background-color: #fff;
    padding-block: 24px;
    padding-inline: 20px;
    inline-size: 346px;
    block-size: 535.67px;
}

    .pricing-card.highlight {
        background-color: #8A1538;
        color: #ffffff;
        border-color: #8A1538;
    }

.plan-type {
    inline-size: 94px;
    block-size: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #8A1739;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-top:15px;
}

.pricing-card.highlight .plan-type {
    color: #f3d4e1;
}

.plan-title {
    block-size: 27px;
    font-family: Lusail-Bold;
    font-size: 27px;
    color: #000000;
    order: 1;
    flex-grow: 0;
    margin-block-start: 10px;
    margin-block-end: 20px;
    text-transform: uppercase;
}

.pricing-icon {
    inline-size: 60px;
    block-size: 60px;
    border-radius: 50%;
    background-color: #f3f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    margin-block-end: 20px;
    font-size: 1.4rem;
    color: #555;
}

.pricing-card.highlight .pricing-icon {
    background-color: #ffffff;
    color: #8A1538;
}

.pricing-list {
    list-style: none;
    padding-inline-start: 0;
    margin-block-end: 24px;
    font-size: 0.9rem;
}

    .pricing-list li {
        margin-block-end: 8px;
        display: flex;
        align-items: center;
        gap: 8px;
        color: #444;
    }

.pricing-card.highlight .pricing-list li {
    color: #ffffff;
}

.pricing-list i {
    font-size: 0.85rem;
    color: #8A1538;
}

.pricing-card.highlight .pricing-list i {
    color: #ffffff;
}

.pricing-btn {
    border-radius: 999px;
    padding-block: 8px;
    padding-inline: 22px;
    font-size: 0.9rem;
    border: none;
    margin-top:15px
}

.pricing-card.highlight .pricing-btn {
    background-color: #ffffff;
    color: #8A1538;
}

.pricing-card:not(.highlight) .pricing-btn {
    background-color: #8A1538;
    color: #ffffff;
}

.carousel-item .row {
    max-width: 85% !important;
    margin-inline: auto !important;
}

/* PRICE LIST */

.ulPrice {
    margin-left: 5px;
    padding-left: 5px;
}

    .ulPrice li {
        font-family: Lusail-Light;
        font-size: 18px;
        line-height: 150%;
        color: #000000;
        list-style: none;
        background-repeat: no-repeat;
        background-image: url('../../img/planLi.png');
        background-size: contain;
        background-position:left;
        padding-left:40px;
        margin-top:15px;
    }
        
        .ulPrice li b {
            font-family: Lusail-Bold;
        }
        /* WHITE COLOR HELPERS */
        .whiteColor li {
            list-style: none;
        }

    .whiteColor,
    .whiteColor li a {
        color: #fff !important;
    }

.white,
.white li {
    color: #fff !important;
}

    .white li {
        list-style: none;
        background-image: url('../../img/planLi-w.png');
    }

/* FOOTER */

.footer {
    inline-size: 100%;
    background-color: #3C3C3C;
    min-height: 200px;
}

.footerDiv {
    max-width: 80% !important;
    margin-inline: auto;
    padding-inline: 20px;
    padding-block-end: 20px;
}

.footerLogo {
    display: block;
    margin-block-end: 30px;
}

.footerSpan {
    font-family: 'Lusail-Medium';
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    opacity: 0.6;
}

.footerTop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-block: 30px;
    padding-inline: 91px;
    width: 80%;
    block-size: 160px;
    background: url('../../img/footerTop.png') no-repeat top right,#8A1739;
    border-radius: 16px;
    margin-inline: auto;
    position: relative;
    inset-block-start: -100px;
}
 
 
.FooterParagraph {
    inline-size: 80%;
    color: #fff;
    font-size: 18px;
    font-family: 'Lusail-Regular';
}

.Copyright p {
    width: 80%;
    background-color: #3C3C3C;
    min-height: 200px;
    margin-inline: auto;
    color: #c0c0c0 !important;
}

.hrline {
    width: 80%;
    background-color: #fff;
}

 
html[dir="rtl"] .ml-auto {
    margin-left: unset !important;
    margin-right: auto !important;
}


 
.collapse.show {
    display: block !important;
}


.ull {
    list-style: none;
    padding: 0;
}

.lii {
    display: flex;
    align-items: center; /* Vertically centers icon and text */
    margin-bottom: 12px;
}

.icon {
    margin-right: 8px; /* Space between icon and text */
    font-size: 1.5em; /* Adjust icon size if needed */
}
.FooterHeader
{
    font-size:36px;
    font-family:Lusail-Light;

}
html[dir="rtl"] .footerTop {
    background: url(../../img/footerTopR.png) no-repeat top left, #8A1739;
    block-size: 154px;
}
 
.getconsultationbtn {
    font-size: 24px;
    font-family: Lusail-Medium;
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    vertical-align:-7px !important;
}
.footerSpan > h4 {
    opacity: 0.6;
    font-size: 18px;
    font-family: 'Lusail-Medium';
}

.footerSpan > ul> li>a{
    opacity: 1;
    font-size: 21px;
    font-family: Lusail-Regular;
}
.DropdownLanguage {
    padding-left: 35px !important;
    padding-right: 35px !important;
    border: 1px solid #8A1739;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 12px;
    border-radius: 39px;
    color: #8a1739 !important;
    font-size: 17px !important;
    font-family: Lusail-Medium;
    background: #fff !important;
    opacity: 1;
    text-align: center;
    padding-bottom: 7px;
    min-height: 50px;
}
.dropdown-toggle::after {
margin-left:10px;
}
html[dir="rtl"] .pl-0 {
    padding-right: 0;
}

html[dir="rtl"]  .ulPrice li {
    background-size: contain;
    background-position: right;
    padding-right: 40px;
    margin-top: 15px;
}

html[dir="rtl"] .ulPrice {
    margin-right: 5px;
    padding-right: 5px;
}
html[dir="rtl"] .infoH {
    width:90%;
}
html[dir="rtl"] .icon {
    margin-left: 8px;
}
html[dir="rtl"] .appDesc {
    width: 68%
}
html[dir="rtl"] .sectionMap {
    background-position: center right -120px;
}
html[dir="rtl"] .MapP {
    padding-right: 106px;
    width: 120%;
    line-height: normal;
    padding-left: 0px;
    margin-top: 37%;
}
html[dir="rtl"] .MapH {
    line-height:normal
}
html[dir="rtl"] .dropdown-menu,
.nav-link {
    margin-left: 15px;
}
html[dir="rtl"] .DropdownLanguage{
padding-left: 23px !important;
}
html[dir="rtl"] .dropdown-toggle::after {
    margin-right: 10px;
}
html[dir="rtl"] .startPol {
    padding-left: 40px;
    padding-right: 40px;
}