.tg-header__area{
    background: #ffffff;
    border-bottom: 1px solid #EEEEEE;
}
.tg-header__top-info img{
    width: 12px;
    height: auto;
}
.dc-template section.breadcrumb__area.breadcrumb__bg{
    padding: 80px 0px;
}
.dc-template .breadcrumb__content h2.title{
    color:#ffffff;
}
.dc-template .about-dd-panel{
    min-width: 350px;
}
.dc-template nav ol.breadcrumb {
    margin: 30px 0;
}
.dc-template h2 {
    margin: 30px 0px;
}
.dc-template button:hover{
    color:#ffffff;

}
.moph-link-title .moph-link:hover {
    background: #e9e9e9;
    transform: translateY(-1px);
}
a.dc-back-link{
color:#18324c;
    font-size: 12px;
    font-weight: bold;
}
.moph-link-title .moph-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    background: #f3f3f3;
    border-radius: 8px;
    text-decoration: none;
    color: #111;
    margin-bottom: 10px;
    transition: 0.15s ease-in-out;
}
.dc-template  section.breadcrumb__area.breadcrumb__bg {
    padding: 80px 0px;
}
.container {
    max-width: 80%;
    margin: 0 auto;
}
.footer__social-two .list-wrap li a {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: var(--primary-color);
    display: flex;
    font-size: 10px;
    height: 24px;
    padding: 4px;
    justify-content: center;
    width: 24px;
}
.btn {
    align-items: center;
    background: var(--tg-theme-primary) none repeat scroll 0 0;
    border: none;
    border-radius: 50px;
    color: var(--tg-color-white-default);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    overflow: hidden;
    padding: 10px 24px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all .3s ease-out 0s;
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1;
}
.lang-switcher.btn:after,.tg-header__top  .btn:after{
    content: ' ';
}
.tg-header__top  .btn{
    background: var(--tg-color-white-default) none repeat scroll 0 0;
    border: none;
    border-radius: 50px;
    color: var(--tg-theme-primary );
}

.tg-header__top .btns-list.list-wrap {
    /*justify-content: flex-end;*/
    /*float: left;*/

    display: flex;
    gap: 12px;
}
a.btn.lang-switcher {
    background: var(--tg-theme-primary) none repeat scroll 0 0;
    border: none;
    border-radius: 50px;
    border: 1px solid var(--tg-color-white-default  );
    color: var(--tg-color-white-default  );
}
.btn:focus-visible, .btn:hover {
    background: var(--tg-color-white-default );
    color: var(--tg-color-white-default);
    border: 1px solid var(--tg-color-white-default  );
}
.btn:before {
    background: var(--tg-theme-primary);

}
.tgmenu__action ul .offCanvas-menu .menu-tigger {
    align-items: center;
    background: var(--tg-color-white-default);
    border-radius: 10px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .2);
}

 .footer-area .offCanvas__social-icon a{
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: var(--primary-color);
    /* display: flex; */
    font-size: 10px;
    height: 36px;
    padding: 6px;
    justify-content: center;
    width: 36px;
    background: #163048;
    color: var(--tg-color-white-default);

}.footer-bottom {

     border-top: 0px solid var(--tg-border-1);
     padding: 35px 0;
 }
.offCanvas__social-icon a {

    margin-inline-end: 6px;
}ul.footer-link-list {
     list-style: none;
 }
.moph-emergency-map {
    width: 100%;
    height: 100%;
    min-height: 320px;
}
.moph-emergency-map iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
    display: block;
}

.moph-emergency-boxes {
    background: #3DB4C4;
    padding: 60px 60px;
    height: 100%;
    min-height: 320px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.moph-emergency-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: center;
}

.moph-emergency-card {
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 10px;
    padding: 32px 16px;
    text-align: center;
}

.moph-emergency-card-label {
    font-size: 16px;
    opacity: .95;
    margin-bottom: 6px;
}

.moph-emergency-card-number {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}
.footer-top {
    padding: 90px 0 70px;
}
.moph-emergency-helplines .row .col-lg-6 {
    padding-left: 0px;
    padding-right: 0px;
}
.moph-emergency-box{
    width: 80%;
    margin: 0 auto;
}
.moph-app-download {
    padding:0px;
    color: #fff;

}
.moph-app-download__title {
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 12px;
    color: #fff;
}
.moph-app-download__title span {
    font-weight: 500;
    margin-bottom: 36px;
}
.moph-app-download__desc {
    max-width: 90%;
    opacity: .95;
    margin-bottom: 16px;
}
.moph-app-download__buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}
.moph-app-download__badge {
    height: 42px;
    width: auto;
    display: inline-block;
}
.moph-app-download__image img {
    max-height: 280px;
    object-fit: contain;
}
.moph-app-download__content,.moph-app-download__content h3,.moph-app-download__content p {
    color:#fff;
}
.moph-app-download__content{
    padding: 110px 0px;
}

.moph-app-download{
    background:#24A7B0;
    overflow:hidden;
}

/* خليك محدد ارتفاع للسكشن/الرو (عشان bottom:0 يشتغل صح) */
.moph-app-download .row{
    min-height: 360px; /* عدّلها حسب تصميمك */
}

/* عمود الصورة */
.moph-app-download__media{
    position: relative;
    min-height: 360px; /* نفس ارتفاع الرو */
}

/* الصورة نفسها: تثبيت من الأسفل */
.moph-app-download__phone{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-height: 100%;
    width: auto;
    display: block;
    max-width: 300px;
    width: 75%;
}

/* محتوى النص: هنا حطينا الـ padding بدل ما يكون على السكشن */
.moph-app-download__content{
    height: 100%;
    padding: 110px 90px;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right; /* RTL */
    color:#fff;
}
.moph-services-slider .container{
    overflow: hidden;
}
.moph-app-download__title{
    color:#fff;
    font-weight:800;
    line-height:1.15;
    margin:0 0 12px;
}

.moph-app-download__title span{
    font-weight:700;
}

.moph-app-download__desc{
    max-width: 680px;
    opacity:.95;
    margin-bottom: 18px;
}

.moph-app-download__buttons{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    justify-content: flex-start;
}

.moph-app-download__buttons img{
    height: 44px;
    width: auto;
    display:block;
}
.moph-services-slider__head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:16px;
}

.moph-services-slider__title{
    font-weight:700;
    margin:0;
    color:#163048;
    margin-bottom: 20px;
    font-size: 2.2rem;
}


.moph-services-slider__nav{
    display:flex;
    gap:10px;
    direction: ltr;
}

.moph-services-slider__btn{
    width:34px;
    height:34px;
    border-radius:50%;
    border:1px solid #e9e9e9;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.moph-service-card{
    display:block;
    background:#fff;
    border:1px solid #ececec;
    border-radius:10px;
    padding:18px 16px;
    height:100%;
    text-decoration:none;
    transition:.15s;
    padding: 32px 20px;
}

.moph-service-card:hover{
    border-color:#2bb3bd;
    background:#2bb3bd;
    color:#fff;
}

.moph-service-card__icon{
    width:100px;
    height:100px;
    border-radius:50%;
    background:#eef6f7;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:12px;
}

.moph-service-card:hover .moph-service-card__icon{
    background: rgba(255,255,255,.2);
}

.moph-service-card__icon img{
    max-width:50px;
    max-height:50px;
    display:block;
}

.moph-service-card__name{
    margin:0 0 8px;
    font-size:20px;
    font-weight:700;
    color:#163048;
}

.moph-service-card__desc{
    font-size:16px;
    opacity:.85;
    color:#163048;
}

.shortcode-highlights .highlight-date{
    font-size: 12px;
    opacity: .75;
}

.shortcode-highlights .highlight-title a{
    color: #0b1f2a;
    font-weight: 700;
}

.shortcode-highlights .highlight-excerpt{
    font-size: 16px;
    opacity: .75;
    line-height: 1.6;
}
.shortcode-highlights .highlight-side-card{
    align-items: center;
}
section.shortcode-highlights {
    padding: 80px 0px;
}
.highlight-side-thumb {
   width: 55%;
}
.highlight-side-body{
    width: 44%;
}
.shortcode-highlights .highlight-side-title{
    color: #0b1f2a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

/* Make all columns equal height */
.shortcode-highlights .row {
    align-items: stretch;
}

/* Main image takes full height */
.highlight-featured-image{
    display:block;
    height:100%;
    border-radius:16px;
    overflow:hidden;
}
.highlight-featured-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Side stack = same height as main image */
.highlight-side-stack{
    display:flex;
    flex-direction:column;
    gap:14px;
    height:100%;
}

/* Each side card takes 50% height */
.highlight-side-card{
    flex:1;                 /* <-- makes each item half height */
    min-height:0;
    display:flex;
    gap:12px;
    align-items:stretch;
    text-decoration:none;
}
a.moph-service-card:hover .moph-service-card__name,a.moph-service-card:hover  .moph-service-card__desc {
    color: #fff;
}
/* Side image fills full card height */
.highlight-side-thumb{
    /*width: 170px;           !* adjust *!*/
    height: 100%;
    flex-shrink:0;
    border-radius:14px;
    overflow:hidden;
}
.highlight-side-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Text block */
.highlight-side-body{
    display:flex;
    align-items:center;
}

/* Prevent text from expanding height */
.highlight-side-title{
    font-size:13px;
    font-weight:700;
    line-height:1.4;
    color:#0b1f2a;

    display:-webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow:hidden;
}
.moph-quick-links{
    padding: 0;
}

.moph-quick-links__grid{
    display: grid;
    grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr));
}
.moph-quick-links__item a:hover {
    color:#f2f2f2;
}
.moph-quick-links__item{
    color: #fff;
    padding: 25px 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    position: relative;
    opacity: .95;
}

.moph-quick-links__item:not(:last-child)::after{
    content:"";
    position:absolute;
    top: 1px;
    bottom: 1px;
    right: 0;
    width: 1px;
    background: rgba(255,255,255,.25);
}

.moph-quick-links__icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size: 16px;
    opacity: .9;
}

.moph-quick-links__text{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .1px;
    white-space: nowrap;
}

.moph-quick-links__item:hover{
    opacity: 1;
}

.moph-quick-links__icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width: 30px;
    height:auto;
    flex-shrink: 0;
}
a:hover .moph-quick-links__text{
    color:#f3f3f3;
}
.moph-quick-links__icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display:block;
}
.slider__single.swiper-slide-active .slider__content .btn:after{
    content: " ";
    font-size: 0px;
}
.slider__nav {
    position: absolute;
    bottom: -80px;
    left: 0px;
}
.moph-health-accordion{ background:#f6f7f7; overflow:hidden; }

.moph-health-accordion__left{
    position: relative;
    min-height: 360px;
    height: 100%;
    background-size: cover;
    /*background-position: center;*/
    background-position: -1px;
}
.moph-health-accordion__left h3.moph-health-accordion__left-title{
    font-size: 36px;
}
.moph-health-accordion__overlay{
    position:absolute; inset:0;
    /*background: linear-gradient(90deg, rgba(0,0,0,.45), rgba(0,0,0,0));*/
}

.moph-health-accordion__left-title{
    position:absolute;
    left: 40px;
    top: 10vh;
    color:#fff;
    font-weight:800;
    margin:0;
    z-index:2;
}

.moph-health-accordion__right{
    height: 100%;
    padding: 40px 50px;
    display:flex;
    align-items:center;
}

/* accordion styling */
.moph-acc-item{
    border: 0;

    background: transparent;
}

.moph-acc-btn{
    background: transparent !important;
    box-shadow: none !important;
    font-weight: 700;
    color:#0b1f2a;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.moph-acc-body{
    padding: 0 0 18px 0;
    color: #6b7785;
    line-height: 1.7;
}

/* make arrow like design */
.accordion-button::after{
    transform: rotate(0deg);
}
.accordion-button:not(.collapsed)::after{
    transform: rotate(180deg);
}

/* RTL */
[dir="rtl"] .moph-health-accordion__left-title{
    left:auto;
    right:40px;
}
.ae-anno-announcement-wrapper.ae-anno-announcement--dismissible{
    background: #24A7B0;

}

/* OFFCANVAS PANEL */
.menu_sidebar.offCanvas__info{
    position: fixed;
    top: 0;
    right: 0;
    width: 390px;          /* عدّل العرض حسب رغبتك */
    max-width: 90vw;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    padding: 70px 30px 40px;  /* top for close button space */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  /* menu centered vertically */
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all .25s ease;
}

/* show */
.menu_sidebar.offCanvas__info.active{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* CLOSE BUTTON TOP RIGHT */
.menu_sidebar .offCanvas__close-icon{
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
}

.menu_sidebar .offCanvas__close-icon button{
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    color: #222;
    cursor: pointer;
}

/* MENU WRAPPER (you used col-md-2 -> make it full width) */
.menu_sidebar .offCanvas__info .col-md-2{
    width: 100%;
    max-width: 320px;
    flex: 1; /* take space so social can stick bottom */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* MENU LIST */
.menu_sidebar .sidebar-link-list{
    list-style: none;
    margin: 0;
    /*margin-top: 12vh;*/
    padding: 0;
    width: 100%;
    text-align: left;
}

.menu_sidebar .sidebar-link-list li{
    margin: 0;
    padding: 0;
}

.menu_sidebar .sidebar-link-list li + li{
    margin-top: 18px; /* spacing between links */
}

.menu_sidebar .sidebar-link-list a{
    display: inline-block;
    text-decoration: none;
    color: #2b3a4a;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    transition: color .2s ease;
}

.menu_sidebar .sidebar-link-list a:hover{
    color: #0b1f2a;
}

/* SOCIAL ICONS BOTTOM CENTER */
.menu_sidebar .offCanvas__social-icon{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: auto;     /* stick to bottom */
    padding-top: 20px;
    margin-top: 22vh;
}

.menu_sidebar .offCanvas__social-icon a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0b1f2a;  /* dark circle like screenshot */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: opacity .2s ease, transform .2s ease;
}

.menu_sidebar .offCanvas__social-icon a:hover{
    opacity: .9;
    transform: translateY(-1px);
}

/* make svg white and smaller */
.menu_sidebar .offCanvas__social-icon svg{
    width: 18px;
    height: 18px;
    /*stroke: currentColor;*/
    /*fill: currentColor;*/
}

/* RTL support (close button top left instead of right) */
[dir="rtl"] .offCanvas__close-icon{
    right: auto;
    left: 18px;
}

.menu_sidebar.active .col-md-2{
    width: 99%;
}
.accordion-button:not(.collapsed){
    color: #163048;
}
.tg-header__top-info li:nth-child(2) > svg{
    display: none !important;
}
.accordion-collapse {
    background-color: transparent;
    border: 0;
}
.moph-health-accordion{
    /*padding: 120px 0px;*/
    color: var(--heading-color) ;
}
.accordion-collapse .accordion-body{
    color: var(--text-color) ;
    padding: 8px 2px 25px;
}
.moph-health-accordion__right{
    padding: 16vh 50px;
}
.accordion-button:after{
    right: 20px;
    left:auto;
}
ul.navigation li:hover div.sub-menu {
    left: unset;
    right: 0;
    display: block;
    opacity: 1;
    width: 100%;
    padding: 2% 10%;
    position: absolute;
    left: 0;
}
.tgmenu__navbar-wrap>ul>li a {
    padding: 0px 0px 15px 0;
    color: #163048;
}
.tgmenu__navbar-wrap>ul>li.active a, .tgmenu__navbar-wrap>ul>li:hover a{
    color: #163048!important;
}
.tg-header__top  .footer__social-two {
    margin-top: 6px;
}
.sub-menu2 li a{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.contact-info-value.last a {
    text-decoration: underline;
}
.scroll__top.scroll-to-target{
    display: none;
}
.sub-menu h3{
    margin-bottom: 30px;
}
ul.sub-menu2 {
    list-style: none;
    padding: 0px;
}
.tg-header__area{
    position: relative;
}
ul.sub-menu2 li{
    padding: 2px;
}
.tgmenu__navbar-wrap>ul>li{
    position: inherit;    padding: 25px 0px;
}

.sub-menu-cols{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 80px; /* space between columns */
}
.tgmenu__main-menu li.menu-item-has-children>a:before{
    opacity:0;
}
.sub-menu-cols > ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.accordion-item .accordion-button:not(.collapsed):after {
    background-color: transparent;
    background-image: url( /storage/general/arrow-up.png) !important;
}

.accordion-item .accordion-button.collapsed:after, .accordion-item .accordion-button:after {
    background-image: url(/storage/general/arrow-down.png) !important;
    background-color: transparent;
}
.moph-health-accordion__right {
    width:100%;
    padding-right: 10%;
}
.accordion-button, .accordion-button:hover {
    color: #163048;
}
/*.moph-health-accordion__left::after{*/
    /*content: "";*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*width: 180px;              !* زِد/قلّل حسب اللي بدك ياه *!*/
    /*height: 100%;*/
    /*background: linear-gradient(to right, rgba(255,255,255,0), #fff);*/
/*}*/
/*[dir="rtl"]  .moph-health-accordion__left::after{*/
    /*top: 0;*/
    /*right: auto;left:0;*/
/*}*/
.moph-resources { padding: 70px 0; }
.moph-resources__heading { font-size: 28px; font-weight: 700; margin: 0 0 18px; }

.moph-resource-card{
    display:block;
    height:220px;
    border-radius:10px;
    background-size:cover;
    background-position:center;
    overflow:hidden;
    position:relative;
    text-decoration:none;
}

.moph-resource-card__overlay{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px;
    background:rgba(0,0,0,.35);
}

.moph-resource-card__title{
    color:#fff;
    margin:0 0 6px;
    font-size:24px;
    font-weight:700;
}

.moph-resource-card__desc{
    color:#fff;
    opacity:.9;
    margin:0;
    font-size:14px;
    line-height:1.35;
    max-width:260px;
    font-family: "Cairo", sans-serif;
}

.moph-resource-card__arrow{
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    margin-left: 12px;
}

.moph-resource-card:hover .moph-resource-card__overlay{ background:rgba(0,0,0,.45); }

.moph-resources__swiper .swiper-button-prev,
.moph-resources__swiper .swiper-button-next{
    width:38px;
    height:38px;
}
.moph-resources__swiper .swiper-button-prev:after,
.moph-resources__swiper .swiper-button-next:after{
    font-size:16px;
}
.moph-projects { padding: 70px 0; }
.moph-projects__head { display:flex; align-items:center; justify-content:space-between; gap:8px; margin-bottom:14px; }
.moph-projects__title {  font-weight: 800;
    font-size: 30px;
    margin-bottom: 30px;}
.moph-projects__viewall {
    font-size: 12px; padding: 6px 12px; border: 1px solid rgba(0,0,0,.08);
    border-radius: 999px; text-decoration: none;color:var(--text-color);
}
.moph-projects__closed .moph-projects__icon-img,
.moph-projects__item:not(.is-active) .moph-projects__icon-img {
    filter: brightness(0) invert(1);
}
.btn.btn-sm.btn-light{
    font-size: 12px;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 999px;
    text-decoration: none;
    color: var(--text-color);
    background: transparent;
}
.btn.btn-sm.btn-light:hover{
    color:#fff;
}
.shortcode-highlights .btn.btn-sm.btn-light:after, .btn.btn-sm.btn-light:after {
    content: "";
}
.moph-quick-links__item:hover{
    color: #f3f3f3;
}
.moph-projects__accordion{
    display:flex;
    gap:6px;
    align-items:stretch;
    min-height: 190px;
}

.moph-projects__item{
    flex: 1;
    border-radius: 10px;
    overflow:hidden;
    cursor:pointer;
    background: var(--moph-green, #0B6B3E);
    transition: flex .25s ease;
    display:flex;
    min-height: 40vh;
}

.moph-projects__item.is-active{
    flex: 3;
    background:#f2f4f5;
    cursor:default;
}

/* CLOSED */
.moph-projects__closed{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding: 20px 55px;
    text-align:center;
}

.moph-projects__icon{ font-size: 34px; margin-bottom: 10px; display:flex; align-items:center; justify-content:center; }
.moph-projects__icon-img{ width:60px; height:60px; object-fit:contain; }
.moph-projects__icon--white i{ color:#fff; }

.moph-projects__name{ font-size: 20px;line-height: 1.3; font-weight: 800; margin: 0; color:#0b2239; }
.moph-projects__name--white{ color:#fff; }

/* OPEN */
.moph-projects__open{ display:none; width:100%; }
.moph-projects__item.is-active .moph-projects__open{ display:flex; }
.moph-projects__item.is-active .moph-projects__closed{ display:none; }

.moph-projects__media{
    width: 48%;
    background-size: cover;
    background-position:center;
}

.moph-projects__body{
    flex:1;
    padding:18px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.moph-projects__desc{
    font-size: 14px;
    line-height: 1.4;
    margin: 5px 0 12px;
    color: rgba(11,34,57,.75);
    max-width: 250px;
    font-family: "Cairo", sans-serif;

}

.moph-projects__btn{
    display:inline-block;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.12);
    color:#0b2239;
    background:transparent;
    font-weight: bold;
    text-decoration:none;
}
.sub-menu h3{
    color:#163048;
    font-size: 32px;
}
.is-hidden{
    display: none;
}
.menu-item-has-children.submenu-closed > .sub-menu {
    display: none !important;
}
.slider__content .title{
    font-size: 36px;
}
 .tgmenu__main-menu li.menu-item-has-children>a:before{
     content:"";
     display: none;
 }
.tgmenu__navbar-wrap>ul>li .sub-menu{
    border-radius: 0px;
}
.app-forms .fb-form-style-default .fb-form {

    width: 75%;

    box-shadow: 0 0 0 0;

}

.app-forms .fb-form-style-default .fb-form-submit{
    border-top:0px!important;
}
.app-forms .fb-form-style-default  .fb-btn--primary,.app-forms  .fb-form-container .fb-form-submit-btn,.app-forms  .fb-form-container .fb-wizard-next {
    background: var(--primary-color);
    box-shadow: 0 4px 14px 0 rgba(99, 102, 241, .4);
    color: #fff;
    font-size: 14px;
    min-width: 200px;
    font-weight: 700;
}
.breadcrumb__content .title {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 700;
}
section.breadcrumb__area.breadcrumb__bg{
    padding: 45px 0 35px;
}
.app-forms .fb-form-style-default .fb-form-field-section_title label{
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700;
}
.app-forms .fb-form-style-default .fb-form-field-sectionTitle .form-label{
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700;
}
.fb-form-container.fb-form-size-full.fb-form-alignment-end.fb-form-style-default {
    padding-bottom: 100px;
}
.app-forms .fb-form-style-default  .fb-form{
    padding:32px 0px ;
}

.app-forms .fb-form-style-default .form-control, .app-forms .fb-form-style-default .form-select {
    border-radius: 22px;
    text-align: right;
}
.about-template section.breadcrumb__area.breadcrumb__bg{
    padding: 80px 0px;
}
.breadcrumb__content h2.title{
    color:#ffffff;
}
.about-dd-panel{
    min-width: 350px;
}
nav ol.breadcrumb {
    margin: 30px 0;
}
.about-template h2 {
    margin: 30px 0px;
}
.about-template button:hover{
color:#ffffff;
}
.app-forms .breadcrumb__content h2.title{
    color: var(--tg-heading-color);
}

.about-template .about-content-wrap{
    position: relative;
    margin-top: 16px;
}

/* الحالة المقفولة */
.about-template .about-content.is-collapsed{
    max-height: 100vh;
    overflow: hidden;
}

/* تأثير التدرّج أسفل المحتوى */
.about-template .about-content-fade{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 52px; /* فوق الزر */
    height: 120px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

/* مكان الزر */
.about-template .about-content-actions{
    margin-top: 30px;text-align: center;
    margin-bottom: 50px;
}

.about-template .about-content-actions .btn{
background: transparent;
    border: 1px solid var(--tg-theme-primary);
    color:#000;

}
.about-template .about-content-actions .btn:after{
    content:'';
}
.about-dd {
    width: 100%;
    max-width: 350px;
    position: relative;
    z-index: 999;
}
.about-dd-btn {
    width: 100%;
    background: #006838;
    color: #fff;
    border: 0;
    border-radius: 6px;
    padding: 14px 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-dd-panel {
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    margin-top: 0px;
    position: absolute;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}
.about-l1 {
    background: #EDEDED;
}
.about-l1 a {
    display: block;
    padding: 12px 14px;
    color: #111;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
@media (max-width: 1600px){
.container {
    max-width: 88%;
    margin: 0 auto;
}
    .swiper-container-fade .swiper-slide {
        min-height: 90vh;
    }
    .tgmenu__navbar-wrap>ul>li a {

        font-size: 14px;

    }

}
@media (max-width: 1400px){
    .swiper-container-fade .swiper-slide {
        min-height: 80vh;
    }
.container {
    max-width: 86%;
}
    body[dir=rtl] .tgmenu__navbar-wrap ul.navigation {
        margin: 0 65px 0 0;
    }
    .tg-header__top-info li{
        font-size: 13px;
    }
    .btns-list li.header-btn{
        font-size: 13px;
    }
    .tg-header__top .btn{
        font-size: 13px;
    }
}
@media (max-width: 1366px){
    .moph-emergency-card-label {
        font-size: 14px;

    }
    .tgmenu__nav .logo img{
        max-height: 45px!important;
    }
    .tg-header__top-info li{
        font-size: 12px;
    }
    .tgmenu__navbar-wrap>ul>li {
        margin-inline-end: 15px;
    }
    ul li.header-btn{
    font-size: 12px;
}
    .tg-header__top .btn {
        font-size: 12px;
    }
    .swiper-container-fade .swiper-slide{
        width: 100%!important;
    }
}
@media (max-width: 1280px){
.moph-emergency-card{
min-height: 150px;
}
}
@media (max-width: 991px){
    .moph-projects__accordion{ flex-direction:column; }
    .moph-projects__open{ flex-direction:column; }
    .moph-projects__media{ width:100%; height:160px; }
    .moph-projects__grid{ grid-template-columns: 1fr 1fr; }
    .sub-menu-cols{ grid-template-columns: 1fr; }
    .moph-quick-links__grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .moph-quick-links__item:nth-child(2)::after{
        display:none;
    }
    .moph-app-download .row,
    .moph-app-download__media{
        min-height: auto;
    }
    .shortcode-highlights .highlight-side-title {

        font-size: 13px;
    }
    .moph-emergency-card-label {
        font-size: 14px;
    }
    .moph-emergency-card{
        min-height: 150px;
    }
    .moph-app-download__phone{
        position: relative;
        left: auto;
        transform: none;
        margin: 20px auto 0;
        max-height: 320px;
    }
    .moph-app-download__content{
        padding: 40px 20px;
        text-align: center;
        align-items: center;
    }
    .moph-app-download__buttons{
        justify-content: center;
    }
    .moph-services-slider__title{
        font-size: 1.8rem;
    }
}

@media(max-width:767.98px){
    .moph-projects__grid{ grid-template-columns: 1fr; }
    body ul.navigation li:hover div.sub-menu{
        display: none!important;
    }
    .moph-health-accordion__right {
        padding-left: 5%;
        padding-right: 5%;
    }
    .accordion-button {

        font-size: 16px;
    }
    .accordion-collapse .accordion-body{
        font-size: 13px;
    }
    .moph-projects__title{
        font-size: 1.6rem;
    }
    .btn.btn-sm.btn-light {
        min-width: 88px;
    }
    div.sub-menu{
        display: none!important;
    }
    ul.footer-link-list{
    padding: 0px;
}
    .sub-menu h3{
        display: none;
    }
    ul.navigation li:hover div.sub-menu{
 position: relative;
}
.moph-quick-links__grid{
grid-template-columns: 1fr;
}
.moph-quick-links__item::after{
display:none;
}
.moph-quick-links__text{
white-space: normal;
text-align:center;
}
.container {
max-width: 88%;
margin: 0 auto;
}
.shortcode-highlights .highlight-title a
{
font-size: 1.2rem;
}
.moph-services-slider__title{
font-size: 1.6rem;
}
.moph-app-download__content h3{
font-size: 22px;
}
.moph-app-download__content .moph-app-download__desc{
font-size: 14px;
}
.moph-emergency-box{
width: 90%;
}
.moph-emergency-title {


margin-bottom: 16px;
}
.shortcode-highlights .highlight-excerpt{
font-size: 13px;
}
.moph-quick-links__item{
border-bottom: 1px solid #fff;
}
}