:root{--primary:#5b5cf0;--secondary:#8aa8ff;--accent:#7fe0d8;--bg:#f4f6fb;--panel:#fff;--text:#141b34;--muted:#66708b;--line:#d9def0;--shadow:0 16px 36px rgba(61,70,135,.10);--radius:26px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Segoe UI",Tahoma,Arial,sans-serif;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 52%,#f4f7fb 100%);color:var(--text)}a{color:inherit;text-decoration:none}img,video,iframe{max-width:100%;display:block}button,input,textarea,select{font:inherit}.container{width:min(calc(100% - 32px),var(--max));margin:auto}/* MIYAAR RTL Header - clean single grid layer */
/* MMRT Header isolated engine - single clean layer */
body{overflow-x:hidden!important}
.mmrt-header{position:sticky;top:0;z-index:1000;width:100%;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(217,222,240,.95);box-shadow:0 10px 28px rgba(15,23,42,.055);direction:rtl;overflow:visible!important}
.mmrt-header *{box-sizing:border-box}
.mmrt-header__inner{width:100%;max-width:none;margin:0;padding:10px 26px;min-height:74px;display:grid;grid-template-columns:minmax(240px,310px) minmax(0,1fr) minmax(150px,190px);align-items:center;gap:18px;overflow:visible!important}
.mmrt-header__brand{grid-column:1;justify-self:start;width:100%;min-width:0;display:flex;align-items:center;justify-content:flex-start;gap:10px;text-decoration:none;color:var(--text,#141b34);cursor:pointer;overflow:hidden}
.mmrt-header__logo{flex:0 0 52px;width:52px;height:52px;border-radius:17px;display:grid;place-items:center;background:#fff;border:1px solid rgba(217,222,240,.95);box-shadow:0 12px 26px rgba(91,92,240,.16);overflow:hidden}
.mmrt-header__logo img{width:100%;height:100%;object-fit:cover;display:block}
.mmrt-header__brand-text{min-width:0;display:block;line-height:1.25}
.mmrt-header__brand-text b{display:block;font-size:15px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text,#141b34)}
.mmrt-header__brand-text small{display:block;margin-top:3px;font-size:11px;font-weight:750;color:var(--muted,#66708b);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mmrt-header__menu{grid-column:2;justify-self:center;width:100%;min-width:0;display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:nowrap;overflow:visible!important;white-space:nowrap}
.mmrt-header__group{position:relative;display:inline-flex;align-items:center;flex:0 0 auto;overflow:visible!important}
.mmrt-header__group-title{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 13px;border:0;background:transparent;border-radius:999px;color:var(--muted,#66708b);font-weight:900;font-size:14px;line-height:1.2;cursor:pointer;white-space:nowrap;transition:.18s ease}
.mmrt-header__group-title span{font-size:12px;line-height:1;opacity:.75}
.mmrt-header__group:hover .mmrt-header__group-title,.mmrt-header__group:focus-within .mmrt-header__group-title,.mmrt-header__group.active .mmrt-header__group-title{background:#fff;color:var(--primary,#5b5cf0);box-shadow:0 12px 26px rgba(61,70,135,.11)}
.mmrt-header__dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:220px;display:none;grid-template-columns:1fr;gap:5px;padding:8px;background:rgba(255,255,255,.99);border:1px solid rgba(217,222,240,.95);border-radius:20px;box-shadow:0 20px 48px rgba(15,23,42,.14);z-index:1200;overflow:visible!important}
.mmrt-header__group:hover .mmrt-header__dropdown,.mmrt-header__group:focus-within .mmrt-header__dropdown{display:grid}
.mmrt-header__link,.mmrt-header__empty{display:block;padding:11px 13px;border-radius:14px;font-size:13px;font-weight:850;color:var(--text,#141b34);text-decoration:none;white-space:nowrap;cursor:pointer}
.mmrt-header__link:hover,.mmrt-header__link.active{background:#f4f6ff;color:var(--primary,#5b5cf0)}
.mmrt-header__empty{color:var(--muted,#66708b);cursor:default}
.mmrt-header__actions{grid-column:3;justify-self:end;width:100%;display:flex;justify-content:flex-end;align-items:center;overflow:visible!important;direction:ltr}
.mmrt-header__login{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border-radius:16px;background:linear-gradient(135deg,var(--primary,#5b5cf0),#7aa6ff);color:#fff!important;font-size:14px;font-weight:950;text-decoration:none;box-shadow:0 12px 26px rgba(91,92,240,.24);white-space:nowrap}
.mmrt-header__login:hover{filter:brightness(.98);transform:translateY(-1px)}
@media(max-width:1180px){.mmrt-header__inner{grid-template-columns:minmax(210px,270px) minmax(0,1fr) minmax(128px,160px);gap:10px;padding-inline:16px}.mmrt-header__logo{width:48px;height:48px;flex-basis:48px}.mmrt-header__group-title{font-size:13px;padding-inline:9px}.mmrt-header__login{padding-inline:16px}}
@media(max-width:860px){.mmrt-header__inner{grid-template-columns:1fr auto;grid-template-areas:"brand actions" "menu menu";row-gap:10px;min-height:auto}.mmrt-header__brand{grid-area:brand}.mmrt-header__menu{grid-area:menu;justify-content:flex-start;overflow-x:auto!important;overflow-y:visible!important;padding-bottom:4px;scrollbar-width:none}.mmrt-header__menu::-webkit-scrollbar{display:none}.mmrt-header__actions{grid-area:actions;width:auto}.mmrt-header__dropdown{position:absolute}.mmrt-header__brand-text b{font-size:14px}.mmrt-header__brand-text small{font-size:10px}}
@media(max-width:520px){.mmrt-header__inner{padding-inline:10px}.mmrt-header__logo{width:44px;height:44px;flex-basis:44px}.mmrt-header__login{min-height:38px;padding-inline:12px;font-size:12px}.mmrt-header__group-title{min-height:38px;font-size:12px}.mmrt-header__brand-text{max-width:190px}}
.section{padding:22px 0 14px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.section-head h2{margin:0;font-size:30px}.section-head p{margin:8px 0 0;color:var(--muted);max-width:760px;line-height:1.8}.banner{padding:26px 0 10px}.banner-shell{min-height:250px;border-radius:32px;overflow:hidden;position:relative;box-shadow:var(--shadow);border:1px solid rgba(91,92,240,.08);background:#111}.banner-shell img{width:100%;height:340px;object-fit:cover;opacity:.78}.banner-copy{position:absolute;inset:auto 30px 30px 30px;color:#fff;max-width:760px;text-shadow:0 8px 22px rgba(0,0,0,.25)}.banner-copy h1{font-size:clamp(30px,5vw,54px);margin:0 0 12px;line-height:1.2}.banner-copy p{font-size:18px;line-height:1.9;margin:0}.hero{padding:22px 0}.hero-shell{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:center;background:linear-gradient(135deg,#ffffff 0%,#fbfcff 52%,#f3f7fb 100%);border:1px solid rgba(91,92,240,.08);border-radius:32px;padding:34px;box-shadow:var(--shadow);overflow:hidden;position:relative}.hero-shell:before{content:"";position:absolute;inset:auto -120px -120px auto;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(127,224,216,.10),transparent 64%)}.eyebrow{display:inline-flex;padding:10px 14px;border-radius:999px;background:rgba(91,92,240,.08);color:var(--primary);font-weight:900;margin-bottom:14px}.hero h1{font-size:clamp(30px,5vw,56px);margin:0 0 12px;line-height:1.15}.hero p{margin:0 0 18px;color:var(--muted);font-size:18px;line-height:1.9}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}.hero-media{position:relative}.hero-media .frame{border-radius:28px;overflow:hidden;box-shadow:0 22px 40px rgba(57,68,136,.18);border:1px solid rgba(255,255,255,.7)}.hero-media img{width:100%;height:520px;object-fit:cover}.hero-card{position:absolute;left:18px;bottom:18px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.82);border-radius:20px;padding:16px;box-shadow:0 14px 30px rgba(61,70,135,.10);width:min(100%,280px)}.hero-card b{display:block;margin-bottom:6px}.slider{position:relative}.slider-frame{border-radius:32px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line);background:#111;min-height:420px}.slider-frame img,.slider-frame video,.slider-frame iframe{width:100%;height:520px;object-fit:cover;border:0}.slider-caption{position:absolute;inset:auto 26px 26px 26px;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.8);border-radius:22px;padding:18px;box-shadow:var(--shadow);max-width:520px}.slider-caption h3{margin:0 0 8px;font-size:26px}.slider-caption p{margin:0;color:var(--muted);line-height:1.8}.slider-controls{position:absolute;left:18px;top:18px;display:flex;gap:8px}.slider-controls button{width:42px;height:42px;border-radius:999px;border:1px solid var(--line);background:#fff;cursor:pointer;font-weight:900;color:var(--primary)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat{background:var(--panel);border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:var(--shadow);position:relative;overflow:hidden}.stat:after{content:"";position:absolute;left:-22px;bottom:-22px;width:90px;height:90px;border-radius:50%;background:radial-gradient(circle,rgba(91,92,240,.13),transparent 68%)}.stat b{display:block;font-size:34px;margin-bottom:10px}.stat span{color:var(--muted);font-weight:700}.card-grid,.feature-grid,.pdf-grid,.library-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card,.feature,.pdf-card,.library-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.card-cover{height:220px;overflow:hidden;background:#eef1ff}.card-cover img,.card-cover video{width:100%;height:100%;object-fit:cover;transition:.4s}.card:hover .card-cover img,.pdf-card:hover .card-cover img,.library-card:hover .card-cover img{transform:scale(1.04)}.card-body{padding:18px}.card-body h3{margin:10px 0;line-height:1.45}.card-body p,.feature p,.pdf-card p,.library-card p{color:var(--muted);line-height:1.85}.meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:13px;margin-bottom:10px}.badge{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eef1ff;color:var(--primary);font-weight:800;font-size:12px}.price{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px}.price b{font-size:22px}.feature{background:linear-gradient(180deg,#fff,#fbfcff);padding:20px}.feature-icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#eceeff,#dff8f6);font-size:24px;margin-bottom:14px}.multi-track{display:flex;gap:18px;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.multi-track .card{min-width:310px;scroll-snap-align:start}.about-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.about,.contact-box{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);overflow:hidden}.about .pad,.contact-box .pad{padding:26px 28px}.about p,.contact-box p{color:var(--muted);line-height:1.95}.about .card-cover{height:360px}.contact-line{padding:12px 0;border-bottom:1px dashed var(--line);color:var(--muted);font-weight:700}.pdf-viewer{position:fixed;inset:0;z-index:999;background:rgba(16,22,56,.72);display:none;align-items:center;justify-content:center;padding:24px}.pdf-viewer.open{display:flex}.pdf-modal{width:min(1100px,100%);height:min(760px,90vh);background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.25);display:grid;grid-template-rows:auto 1fr}.pdf-modal-head{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px 18px;border-bottom:1px solid var(--line)}.pdf-modal iframe{width:100%;height:100%;border:0}.footer{padding:26px 0 40px;color:var(--muted)}.footer-box{background:#fff;border:1px solid var(--line);border-radius:26px;padding:20px;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.hidden-page{display:none!important}.admin-link{position:fixed;left:18px;bottom:18px;z-index:70}.error-box{padding:24px;background:#fff;border:1px solid #f3bbbb;border-radius:20px;color:#842029;margin:30px auto;width:min(calc(100% - 32px),var(--max))}@media(max-width:1100px){.hero-shell,.about-grid,.contact-grid{grid-template-columns:1fr}.card-grid,.feature-grid,.pdf-grid,.library-grid,.stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.nav{align-items:flex-start;flex-direction:column}.nav-links,.actions{width:100%}.hero-shell{padding:22px}.hero-media img,.slider-frame img,.slider-frame video,.slider-frame iframe{height:360px}.card-grid,.feature-grid,.pdf-grid,.library-grid,.stats{grid-template-columns:1fr}.slider-caption{position:relative;inset:auto;border-radius:0;max-width:none}.banner-copy{position:relative;inset:auto;background:rgba(20,27,52,.88);padding:18px}.banner-shell img{height:250px}}
.miyaar-input{width:100%;min-height:48px;border:1px solid var(--line);border-radius:14px;padding:12px 14px;background:#fbfcff;color:var(--text);outline:none;margin-bottom:12px}.contact-box textarea.miyaar-input{min-height:130px;resize:vertical}
/* v2 hardening */
.pdf-viewer:not(.open){display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;}
.pdf-modal iframe{background:#fff;}
body{margin:0!important;}
.admin-link{display:none!important;}
body.logged-in .admin-link{display:inline-flex!important;}



.mmrt-custom-section{background:var(--mmrt-custom-bg,#fff);color:var(--mmrt-custom-color,var(--text));}.mmrt-custom-section .btn{background:var(--mmrt-custom-accent,var(--primary));}.mmrt-custom-section .container{max-width:var(--mmrt-custom-width,1180px)}.mmrt-size-full .container{max-width:100%;}.mmrt-size-medium .container{max-width:980px}.mmrt-size-small .container{max-width:720px}.mmrt-custom-box{min-height:var(--mmrt-custom-height,auto);}.mmrt-custom-section iframe,.mmrt-custom-section video{width:100%;height:100%;min-height:260px;border:0;border-radius:24px;object-fit:cover}.banner.mmrt-custom-section .banner-shell{height:var(--mmrt-custom-height,360px);overflow:hidden}.banner.mmrt-custom-section .banner-shell>iframe,.banner.mmrt-custom-section .banner-shell>video,.banner.mmrt-custom-section .banner-shell>img{width:100%;height:100%;object-fit:cover}.mmrt-builder-slider{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.mmrt-builder-slider .card-cover{height:var(--mmrt-custom-height,260px)}.mmrt-person-card{display:grid;grid-template-columns:220px 1fr;gap:24px;align-items:center;background:var(--panel,#fff);border:1px solid var(--line,#dbe3f3);border-radius:28px;padding:24px;box-shadow:0 20px 50px rgba(15,23,42,.08);max-width:var(--mmrt-custom-width,980px);margin:auto}.mmrt-person-card>img{width:220px;height:220px;object-fit:cover;border-radius:24px;background:#eef2ff}.mmrt-person-card h2{margin:0 0 8px}.mmrt-role{font-weight:800;color:var(--mmrt-custom-accent,var(--primary));margin:0 0 12px}.mmrt-team-table{overflow:auto;background:var(--panel,#fff);border:1px solid var(--line,#dbe3f3);border-radius:24px;box-shadow:0 20px 50px rgba(15,23,42,.06)}.mmrt-team-table table{width:100%;border-collapse:collapse;min-width:720px}.mmrt-team-table th,.mmrt-team-table td{padding:14px 16px;border-bottom:1px solid var(--line,#e5e7eb);text-align:right}.mmrt-team-table th{background:#f8fafc;font-weight:900;color:#172554}.mmrt-team-img{width:58px;height:58px;border-radius:16px;object-fit:cover;background:#eef2ff}.mmrt-bio-modal{max-width:720px;height:auto}.mmrt-bio-body{padding:24px;display:grid;grid-template-columns:180px 1fr;gap:22px;align-items:start}.mmrt-bio-body img{width:180px;height:180px;object-fit:cover;border-radius:24px;background:#eef2ff}.mmrt-bio-body p{white-space:pre-line;line-height:1.9;margin:0;font-size:16px;color:var(--text,#0f172a)}@media(max-width:700px){.mmrt-person-card{grid-template-columns:1fr}.mmrt-person-card>img{width:100%;height:240px}.mmrt-bio-body{grid-template-columns:1fr}.mmrt-bio-body img{width:100%;height:240px}.banner.mmrt-custom-section .banner-shell{height:auto;min-height:var(--mmrt-custom-height,300px)}}


/* MIYAAR v2.4 strict builder styling: component controls must affect real output */
.mmrt-custom-wrap{width:100%}
.mmrt-custom-section{--_w:var(--mmrt-custom-width,1180px);--_h:var(--mmrt-custom-height,auto);background:var(--mmrt-custom-bg,#fff)!important;color:var(--mmrt-custom-color,var(--text))!important;min-height:var(--_h)}
.mmrt-custom-section .container{width:min(calc(100% - 32px),var(--_w))!important;max-width:var(--_w)!important}
.mmrt-custom-section.mmrt-size-full .container{width:100%!important;max-width:100%!important}
.mmrt-custom-section.mmrt-size-medium .container{width:min(calc(100% - 32px),980px)!important;max-width:980px!important}
.mmrt-custom-section.mmrt-size-small .container{width:min(calc(100% - 32px),720px)!important;max-width:720px!important}
.mmrt-custom-section h1,.mmrt-custom-section h2,.mmrt-custom-section h3,.mmrt-custom-section p,.mmrt-custom-section td,.mmrt-custom-section th{color:var(--mmrt-custom-color,var(--text))!important}
.mmrt-custom-section .btn{background:var(--mmrt-custom-accent,var(--primary))!important;color:#fff!important}
.mmrt-custom-section .btn.secondary{background:#fff!important;color:var(--mmrt-custom-accent,var(--primary))!important;border-color:var(--mmrt-custom-accent,var(--line))!important}
.mmrt-custom-section .mmrt-custom-box,
.mmrt-custom-section .card,
.mmrt-custom-section .pdf-card,
.mmrt-custom-section .contact-box,
.mmrt-custom-section .mmrt-team-table{background:var(--mmrt-custom-bg,#fff)!important;color:var(--mmrt-custom-color,var(--text))!important;min-height:var(--_h);border-color:color-mix(in srgb,var(--mmrt-custom-accent,var(--line)) 35%,#dbe3f3)}
.banner.mmrt-custom-section{padding-inline:0!important}
.banner.mmrt-custom-section .container{width:min(calc(100% - 32px),var(--_w))!important;max-width:var(--_w)!important}
.banner.mmrt-custom-section.mmrt-size-full .container{width:100%!important;max-width:100%!important}
.banner.mmrt-custom-section .banner-shell{height:var(--_h,360px)!important;min-height:var(--_h,360px)!important;background:var(--mmrt-custom-bg,#111)!important;border-radius:24px}
.banner.mmrt-custom-section .banner-copy{color:var(--mmrt-custom-color,#fff)!important;background:linear-gradient(90deg,rgba(0,0,0,.45),rgba(0,0,0,.08));padding:18px;border-radius:18px}
.banner.mmrt-custom-section .banner-copy h1,
.banner.mmrt-custom-section .banner-copy p{color:var(--mmrt-custom-color,#fff)!important}
.mmrt-builder-slider .card-cover,
.mmrt-custom-section .card-cover{height:var(--_h,260px)!important}
.mmrt-custom-section iframe,.mmrt-custom-section video,.mmrt-custom-section img{max-width:100%}
@media(max-width:700px){.mmrt-custom-section .container,.banner.mmrt-custom-section .container{width:100%!important;max-width:100%!important}.banner.mmrt-custom-section .banner-shell{height:auto!important;min-height:var(--_h,300px)!important}}

/* MIYAAR v2.5: media item + real carousel */
.mmrt-custom-heading{margin-bottom:18px!important}
.mmrt-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;align-items:stretch}
.mmrt-media-card .card-cover{height:var(--_h,320px)!important;background:#eef2ff;overflow:hidden}
.mmrt-media-card .card-cover>img,.mmrt-media-card .card-cover>video,.mmrt-media-card .card-cover>iframe{width:100%;height:100%;object-fit:cover;border:0;border-radius:inherit}
.mmrt-media-card .card-body:empty{display:none}
.mmrt-real-slider{position:relative;overflow:hidden;border:1px solid var(--line,#dbe3f3);border-radius:28px;background:var(--mmrt-custom-bg,#fff);box-shadow:0 18px 50px rgba(15,23,42,.08);min-height:var(--_h,420px)}
.mmrt-real-track{display:flex;width:100%;transition:transform .45s ease;will-change:transform;direction:ltr}
.mmrt-real-slide{min-width:100%;position:relative;background:var(--mmrt-custom-bg,#fff);color:var(--mmrt-custom-color,var(--text))}
.mmrt-real-media{height:var(--_h,420px);background:#eef2ff;overflow:hidden}
.mmrt-real-media>img,.mmrt-real-media>video,.mmrt-real-media>iframe{width:100%;height:100%;object-fit:cover;border:0;display:block}
.mmrt-real-caption{position:absolute;inset:auto 24px 24px 24px;direction:rtl;background:rgba(255,255,255,.86);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.65);border-radius:20px;padding:16px 18px;max-width:min(560px,calc(100% - 48px));box-shadow:0 12px 35px rgba(15,23,42,.12)}
.mmrt-real-caption h3{margin:0 0 6px;color:var(--mmrt-custom-color,var(--text));font-size:22px}.mmrt-real-caption p{margin:0;color:var(--muted,#66708b);line-height:1.8}
.mmrt-real-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:46px;height:46px;border:0;border-radius:50%;background:var(--mmrt-custom-accent,var(--primary));color:#fff;font-size:34px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 25px rgba(15,23,42,.18)}
.mmrt-real-btn.prev{right:18px}.mmrt-real-btn.next{left:18px}
.mmrt-real-dots{position:absolute;left:0;right:0;bottom:14px;z-index:6;display:flex;justify-content:center;gap:8px}.mmrt-real-dots button{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.65);box-shadow:0 0 0 1px rgba(15,23,42,.14);padding:0;cursor:pointer}.mmrt-real-dots button.active{width:26px;border-radius:999px;background:var(--mmrt-custom-accent,var(--primary))}
@media(max-width:700px){.mmrt-real-slider{border-radius:20px}.mmrt-real-media{height:var(--_h,300px)}.mmrt-real-caption{position:static;margin:12px;max-width:none}.mmrt-real-btn{width:38px;height:38px;font-size:28px}.mmrt-media-grid{grid-template-columns:1fr}}

/* MIYAAR v2.6: Board person cards + team table clean activation */
.mmrt-person-section{padding-top:28px!important;padding-bottom:28px!important}
.mmrt-person-card{position:relative;overflow:hidden;display:grid;grid-template-columns:220px 1fr;gap:26px;align-items:center;background:var(--mmrt-custom-bg,#fff)!important;color:var(--mmrt-custom-color,#0f172a)!important;border:1px solid rgba(29,78,216,.13);border-radius:30px;padding:24px;box-shadow:0 22px 60px rgba(15,23,42,.09);max-width:var(--mmrt-custom-width,980px);margin-inline:auto;min-height:var(--mmrt-custom-height,auto)}
.mmrt-person-card:before{content:"";position:absolute;inset-block:0;inset-inline-start:0;width:8px;background:var(--mmrt-custom-accent,var(--primary));opacity:.95}
.mmrt-person-photo{width:220px;height:240px;border-radius:26px;overflow:hidden;background:linear-gradient(135deg,#eef2ff,#dbeafe);display:grid;place-items:center;color:var(--mmrt-custom-accent,var(--primary));font-size:72px;font-weight:900;box-shadow:inset 0 0 0 1px rgba(15,23,42,.06)}
.mmrt-person-photo img{width:100%;height:100%;object-fit:cover;display:block}
.mmrt-person-info h2{margin:0 0 8px!important;font-size:28px;color:var(--mmrt-custom-color,#0f172a)!important}
.mmrt-person-info .mmrt-role{font-weight:900;color:var(--mmrt-custom-accent,var(--primary))!important;margin:0 0 12px!important;font-size:17px}
.mmrt-person-summary{line-height:1.9;margin:0 0 14px!important;color:var(--mmrt-custom-color,#0f172a)!important;opacity:.86}
.mmrt-person-meta{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}.mmrt-person-meta span{display:inline-flex;align-items:center;border:1px solid rgba(15,23,42,.08);background:#f8fafc;border-radius:999px;padding:7px 12px;font-size:13px;color:#334155}.mmrt-person-card .btn{background:var(--mmrt-custom-accent,var(--primary))!important}
.mmrt-team-section{padding-top:36px!important}.mmrt-team-table{overflow:auto;background:var(--mmrt-custom-bg,#fff)!important;border:1px solid rgba(29,78,216,.12)!important;border-radius:26px;box-shadow:0 22px 60px rgba(15,23,42,.07)}.mmrt-team-table table{width:100%;border-collapse:separate;border-spacing:0;min-width:920px}.mmrt-team-table th{background:linear-gradient(180deg,#f8fafc,#eef2ff)!important;color:#172554!important;font-size:14px;font-weight:900}.mmrt-team-table th,.mmrt-team-table td{padding:15px 16px;border-bottom:1px solid #e5e7eb;text-align:right;vertical-align:middle}.mmrt-team-table tbody tr:hover{background:#f8fafc}.mmrt-team-table tbody tr:last-child td{border-bottom:0}.mmrt-team-img,.mmrt-team-avatar{width:64px;height:64px;border-radius:18px;object-fit:cover;background:#eef2ff;display:grid;place-items:center;color:var(--mmrt-custom-accent,var(--primary));font-size:24px;font-weight:900}.mmrt-team-table .btn{white-space:nowrap}.mmrt-bio-modal{max-width:min(760px,calc(100vw - 28px))!important}.mmrt-bio-body{padding:24px;display:grid;grid-template-columns:190px 1fr;gap:24px;align-items:start}.mmrt-bio-body img{width:190px;height:210px;object-fit:cover;border-radius:24px;background:#eef2ff}.mmrt-bio-body p{white-space:pre-line;line-height:1.95;margin:0;font-size:16px;color:#0f172a!important}
@media(max-width:760px){.mmrt-person-card{grid-template-columns:1fr;padding:18px}.mmrt-person-photo{width:100%;height:280px}.mmrt-person-info h2{font-size:23px}.mmrt-bio-body{grid-template-columns:1fr}.mmrt-bio-body img{width:100%;height:260px}.mmrt-team-table table{min-width:820px}}

/* MIYAAR v2.9: Program/service cards + smart filter */
.mmrt-program-filter-section{padding-top:22px!important;padding-bottom:16px!important}
.mmrt-program-filter{background:var(--mmrt-custom-bg,#fff);border:1px solid rgba(29,78,216,.14);border-radius:24px;box-shadow:0 18px 45px rgba(15,23,42,.07);padding:16px;display:grid;grid-template-columns:auto 1fr 240px;gap:12px;align-items:center;color:var(--mmrt-custom-color,#0f172a)}
.mmrt-program-filter-title{font-weight:900;color:var(--mmrt-custom-accent,var(--primary));white-space:nowrap}.mmrt-program-filter input,.mmrt-program-filter select{width:100%;border:1px solid #d9def0;border-radius:16px;background:#fff;padding:12px 14px;font:inherit;color:#0f172a;outline:0}.mmrt-program-filter input:focus,.mmrt-program-filter select:focus{border-color:var(--mmrt-custom-accent,var(--primary));box-shadow:0 0 0 3px rgba(91,92,240,.12)}
.mmrt-program-shell{display:grid;gap:22px}.mmrt-program-layout-sidebar .mmrt-program-shell{grid-template-columns:280px 1fr;align-items:start}.mmrt-program-layout-sidebar .mmrt-program-filter{position:sticky;top:96px;grid-template-columns:1fr;padding:18px;border-radius:26px}.mmrt-program-layout-sidebar .mmrt-program-filter-title{font-size:18px}.mmrt-program-content{min-width:0}.mmrt-program-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(285px,1fr));gap:22px}.mmrt-program-card{background:var(--mmrt-custom-bg,#fff);color:var(--mmrt-custom-color,#0f172a);border:1px solid rgba(29,78,216,.14);border-radius:26px;overflow:hidden;box-shadow:0 22px 60px rgba(15,23,42,.08);transition:.2s ease;display:flex;flex-direction:column;min-height:420px}.mmrt-program-card:hover{transform:translateY(-4px);box-shadow:0 28px 70px rgba(15,23,42,.12)}.mmrt-program-cover{height:190px;background:#eef2ff;overflow:hidden}.mmrt-program-cover img{width:100%;height:100%;object-fit:cover;display:block}.mmrt-program-body{padding:18px;display:flex;flex-direction:column;gap:12px;flex:1}.mmrt-program-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.mmrt-program-meta span{background:#eef2ff;color:#3730a3;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:900}.mmrt-program-meta em{font-style:normal;color:#64748b;font-size:13px}.mmrt-program-body h3{margin:0!important;color:var(--mmrt-custom-color,#0f172a)!important;font-size:20px;line-height:1.5}.mmrt-program-body p{margin:0!important;color:#475569!important;line-height:1.8;font-size:14px}.mmrt-program-foot{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:12px}.mmrt-program-foot strong{font-size:18px;color:#0f172a}.mmrt-program-modal{max-width:min(940px,calc(100vw - 28px))!important}.mmrt-program-modal-body{padding:0 24px 24px;max-height:calc(100vh - 140px);overflow:auto}.mmrt-program-popup-img{width:100%;height:280px;object-fit:cover;border-radius:24px;margin:0 0 16px;background:#eef2ff}.mmrt-program-popup-meta{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}.mmrt-program-popup-meta span{background:#eef2ff;color:#3730a3;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900}.mmrt-program-popup-desc{font-size:16px;line-height:1.9;color:#334155;margin:0 0 18px!important}.mmrt-program-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.mmrt-program-detail-grid section{border:1px solid #e5e7eb;background:#fff;border-radius:18px;padding:14px}.mmrt-program-detail-grid h4{margin:0 0 8px!important;color:#172554!important}.mmrt-program-detail-grid p{margin:0!important;color:#475569;line-height:1.8}.mmrt-program-detail-grid ul{margin:0;padding:0 18px 0 0;color:#475569;line-height:1.9}.mmrt-program-actions{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}
@media(max-width:850px){.mmrt-program-filter{grid-template-columns:1fr}.mmrt-program-layout-sidebar .mmrt-program-shell{grid-template-columns:1fr}.mmrt-program-layout-sidebar .mmrt-program-filter{position:static}.mmrt-program-detail-grid{grid-template-columns:1fr}.mmrt-program-popup-img{height:210px}}

/* MMRT social embed alignment fix: keep embedded card and inner frame equal/centered */
.mmrt-social-section .container{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
}
.mmrt-social-single{
  width:100%!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
}
.mmrt-social-card-facebook{
  width:min(452px,calc(100vw - 36px))!important;
  max-width:min(452px,calc(100vw - 36px))!important;
  margin-inline:auto!important;
}
.mmrt-social-card-facebook .mmrt-social-card-body{
  padding:0!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  background:#fff!important;
  overflow:hidden!important;
}
.mmrt-social-card-facebook .mmrt-social-frame{
  width:420px!important;
  max-width:100%!important;
  margin-inline:auto!important;
  border-radius:0!important;
  overflow:hidden!important;
}
.mmrt-social-card-facebook .mmrt-social-frame iframe{
  width:420px!important;
  max-width:100%!important;
  height:min(var(--mmrt-custom-height,380px),390px)!important;
  min-height:360px!important;
  margin:0 auto!important;
  border-radius:0!important;
}
.mmrt-social-card-instagram{
  width:min(620px,calc(100vw - 36px))!important;
  margin-inline:auto!important;
}
.mmrt-social-card-instagram .mmrt-social-card-body{
  justify-content:center!important;
  align-items:center!important;
}
.mmrt-social-grid .mmrt-social-card{
  justify-self:center!important;
}
@media(max-width:760px){
  .mmrt-social-card-facebook,
  .mmrt-social-card-facebook .mmrt-social-frame,
  .mmrt-social-card-facebook .mmrt-social-frame iframe{
    width:100%!important;
    max-width:100%!important;
  }
}


/* MMRT Social Center - single clean layer */
.mmrt-social-section,
.mmrt-social-center-section{padding:26px 0!important;overflow:visible!important;direction:rtl}
.mmrt-social-section .container,
.mmrt-social-center-section .container{width:min(calc(100% - 32px),980px)!important;max-width:980px!important;margin-inline:auto!important;overflow:visible!important;padding:0!important}
.mmrt-social-center{display:flex!important;flex-direction:column!important;gap:22px!important;align-items:center!important;width:100%!important;margin:0 auto!important}
.mmrt-platform-viewer{width:100%!important;max-width:760px!important;margin:0 auto!important;background:#fff!important;border:1px solid #dbe3f5!important;border-radius:24px!important;box-shadow:0 14px 34px rgba(15,23,42,.06)!important;overflow:hidden!important}
.mmrt-platform-facebook,.mmrt-platform-x,.mmrt-platform-instagram{max-width:560px!important}.mmrt-platform-youtube{max-width:760px!important}
.mmrt-platform-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:14px 18px!important;background:#fff!important;border-bottom:1px solid #e5eaf6!important}
.mmrt-platform-head h3{font-size:18px!important;margin:0!important;color:#0f172a!important}.mmrt-platform-head span{display:block!important;font-size:12px!important;margin:0 0 4px!important;color:#5365e8!important;font-weight:900!important}
.mmrt-platform-feed{display:flex!important;flex-direction:column!important;align-items:center!important;gap:14px!important;max-height:none!important;overflow:visible!important;background:#fff!important;padding:14px!important}
.mmrt-platform-post{width:100%!important;max-width:520px!important;margin:0 auto!important}.mmrt-platform-post+.mmrt-platform-post{margin-top:8px!important}
.mmrt-social-card{width:100%!important;max-width:520px!important;margin:0 auto!important;background:#fff!important;color:#0f172a!important;border:1px solid #e2e8f0!important;border-radius:18px!important;box-shadow:none!important;overflow:hidden!important;contain:layout paint!important}
.mmrt-social-card-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:10px 14px!important;background:#f7f9ff!important;border-bottom:1px solid #e5eaf6!important;min-height:42px!important}
.mmrt-social-card-head span{order:2!important;background:#2563eb!important;color:#fff!important;border-radius:999px!important;padding:5px 10px!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;white-space:nowrap!important}.mmrt-social-card-head b{order:1!important;font-size:13px!important;color:#0f172a!important;white-space:normal!important;line-height:1.6!important}
.mmrt-social-card-body{padding:10px!important;min-height:0!important;background:#fff!important;display:flex!important;justify-content:center!important;align-items:flex-start!important;overflow:hidden!important}
.mmrt-social-frame{width:100%!important;max-width:500px!important;margin:0 auto!important;border:1px solid #e5eaf6!important;border-radius:14px!important;background:#fff!important;overflow:hidden!important;display:flex!important;justify-content:center!important;align-items:flex-start!important;min-height:0!important;padding:0!important}
.mmrt-social-frame iframe{width:500px!important;max-width:100%!important;border:0!important;margin:0 auto!important;display:block!important;background:#fff!important;border-radius:0!important}
.mmrt-social-facebook{width:500px!important;max-width:100%!important}.mmrt-social-facebook iframe{width:500px!important;max-width:100%!important;height:540px!important;max-height:560px!important;min-height:500px!important}
.mmrt-social-youtube{width:100%!important;max-width:720px!important;aspect-ratio:16/9!important}.mmrt-social-youtube iframe{width:100%!important;aspect-ratio:16/9!important;height:auto!important;min-height:0!important}
.mmrt-platform-youtube .mmrt-platform-post,.mmrt-platform-youtube .mmrt-social-card,.mmrt-platform-youtube .mmrt-social-frame{max-width:720px!important}
.mmrt-social-instagram{width:500px!important;max-width:100%!important;padding:8px!important;min-height:420px!important}.mmrt-social-instagram blockquote{width:100%!important;max-width:100%!important;min-width:0!important;margin:0 auto!important}.mmrt-social-instagram iframe{width:100%!important;max-height:620px!important}
.mmrt-social-x{width:500px!important;max-width:100%!important;min-height:220px!important;padding:10px!important;position:relative!important}.mmrt-social-x iframe{width:100%!important;max-width:500px!important;max-height:620px!important}.mmrt-social-x .twitter-timeline,.mmrt-social-x .twitter-tweet{width:100%!important;max-width:500px!important;margin:0 auto!important}
.mmrt-x-fallback{width:100%!important;min-height:180px!important;border-radius:14px!important;border:1px solid #e5eaf6!important;background:#fff!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important;text-align:center!important;padding:18px!important;color:#0f172a!important}
.mmrt-social-x:has(.twitter-tweet-rendered) .mmrt-x-fallback,.mmrt-social-x:has(.twitter-timeline-rendered) .mmrt-x-fallback,.mmrt-social-x:has(iframe) .mmrt-x-fallback{display:none!important}
.mmrt-social-link{width:100%!important;max-width:500px!important;margin:0 auto!important;min-height:145px!important;border:1px solid #e5eaf6!important;background:#fff!important;border-radius:18px!important;padding:18px!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important}
.mmrt-social-desc{margin:8px 10px 0!important;color:#475569!important;font-size:13px!important;line-height:1.8!important;text-align:center!important}
.mmrt-social-empty{width:100%!important;padding:22px!important;border:1px dashed #cbd5e1!important;border-radius:14px!important;background:#f8fafc!important;color:#64748b!important;text-align:center!important}
@media(max-width:760px){.mmrt-social-section .container,.mmrt-social-center-section .container{width:100%!important;padding-inline:10px!important}.mmrt-social-center{gap:14px!important}.mmrt-platform-viewer,.mmrt-platform-facebook,.mmrt-platform-x,.mmrt-platform-instagram,.mmrt-platform-youtube{width:100%!important;max-width:100%!important;border-radius:18px!important}.mmrt-platform-head{align-items:stretch!important;flex-direction:column!important;padding:12px!important}.mmrt-platform-head .btn{width:100%!important;justify-content:center!important}.mmrt-platform-feed{padding:10px!important}.mmrt-platform-post,.mmrt-social-card,.mmrt-social-frame,.mmrt-social-facebook,.mmrt-social-instagram,.mmrt-social-x{max-width:100%!important;width:100%!important}.mmrt-social-facebook iframe{width:100%!important;height:430px!important;min-height:420px!important}.mmrt-social-instagram{min-height:360px!important}.mmrt-social-x{min-height:180px!important}}

/* MMRT beneficiary forms clean layer */
.mmrt-forms-section .mmrt-form-cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}
.mmrt-forms-section .mmrt-form-card{position:relative;overflow:hidden;padding:0;min-height:360px;border-radius:26px;background:#fff;border:1px solid var(--line,#dbe3f4);box-shadow:0 18px 44px rgba(15,23,42,.08);display:flex;flex-direction:column}
.mmrt-form-card-cover{height:145px;background:#eef3fb;overflow:hidden}
.mmrt-form-card-cover img{width:100%;height:100%;object-fit:cover;display:block}
.mmrt-forms-section .mmrt-form-card .mmrt-form-icon{position:absolute;top:116px;right:20px;width:58px;height:58px;border:4px solid #fff;z-index:2}
.mmrt-forms-section .mmrt-form-card h3{margin:44px 20px 8px;font-size:20px;line-height:1.45;color:var(--text,#101828)}
.mmrt-forms-section .mmrt-form-card p{margin:0 20px 18px;color:var(--muted,#667085);line-height:1.75;flex:1}
.mmrt-forms-section .mmrt-form-card .btn{margin:0 20px 20px;align-self:flex-start}
.mmrt-form-modal .pdf-modal{max-width:min(1120px,94vw);max-height:90vh;overflow:auto}
.mmrt-form-modal-body{padding:24px;background:#fff}
.mmrt-dynamic-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 16px}
.mmrt-form-field-wide,.mmrt-form-field:has(textarea){grid-column:1/-1}
.mmrt-form-field input[type=file]{background:#fff;border-style:dashed}
.mmrt-form-field small{color:var(--muted,#667085);font-size:12px}
.mmrt-choice-field{border:1px solid var(--line,#dbe3f4);border-radius:18px;padding:14px;background:#f8fafc;margin:0}
.mmrt-choice-field legend{font-weight:800;color:var(--text,#101828);padding:0 8px}
.mmrt-choice{display:flex;align-items:center;gap:8px;margin:7px 0;color:var(--text,#101828);font-weight:600}
.mmrt-choice input{width:auto!important;margin:0!important}
@media(max-width:1100px){.mmrt-forms-section .mmrt-form-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.mmrt-forms-section .mmrt-form-cards-grid{grid-template-columns:1fr}.mmrt-dynamic-form{grid-template-columns:1fr}.mmrt-form-modal .pdf-modal{max-width:96vw}.mmrt-form-card-cover{height:130px}}

/* MMRT forms modal vertical scroll fix - single final layer */
#mmrtFormModal.pdf-viewer{
  align-items:center!important;
  justify-content:center!important;
  padding:18px!important;
  overflow:hidden!important;
}
#mmrtFormModal .pdf-modal.mmrt-form-modal{
  width:min(1120px,94vw)!important;
  height:min(820px,92vh)!important;
  max-height:92vh!important;
  background:#ffffff!important;
  border-radius:24px!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
}
#mmrtFormModal .pdf-modal-head{
  flex:0 0 auto!important;
  background:#ffffff!important;
  border-bottom:1px solid var(--line,#dbe3f4)!important;
  position:relative!important;
  z-index:2!important;
}
#mmrtFormModal .mmrt-form-modal-body{
  flex:1 1 auto!important;
  min-height:0!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding:24px!important;
  background:#ffffff!important;
  scrollbar-color:#ffffff #ffffff!important;
  scrollbar-width:thin!important;
}
#mmrtFormModal .mmrt-form-modal-body::-webkit-scrollbar{width:12px!important;background:#ffffff!important;}
#mmrtFormModal .mmrt-form-modal-body::-webkit-scrollbar-track{background:#ffffff!important;border-radius:999px!important;}
#mmrtFormModal .mmrt-form-modal-body::-webkit-scrollbar-thumb{background:#ffffff!important;border:3px solid #ffffff!important;border-radius:999px!important;}
#mmrtFormModal .mmrt-dynamic-form{
  padding-bottom:10px!important;
}
@media(max-width:680px){
  #mmrtFormModal.pdf-viewer{padding:10px!important;align-items:flex-start!important;}
  #mmrtFormModal .pdf-modal.mmrt-form-modal{width:96vw!important;height:92vh!important;border-radius:20px!important;}
  #mmrtFormModal .mmrt-form-modal-body{padding:18px!important;}
}

/* MMRT organization chart - isolated clean layer */
#miyaar-master-app .mmrt-org-section{background:var(--mmrt-custom-bg,#fff);color:var(--mmrt-custom-color,#111827)}
#miyaar-master-app .mmrt-org-section .container{max-width:1280px}
#miyaar-master-app .mmrt-org-chart{background:var(--org-bg,#fff);border:1px solid rgba(203,213,225,.9);border-radius:28px;padding:24px;box-shadow:0 18px 45px rgba(15,23,42,.08);overflow:hidden;color:var(--org-text,#111827)}
#miyaar-master-app .mmrt-org-summary{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:12px;margin-bottom:18px}
#miyaar-master-app .mmrt-org-summary span{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:14px;text-align:center;font-size:13px;color:#64748b}
#miyaar-master-app .mmrt-org-summary b{display:block;color:var(--org-text,#111827);font-size:24px;margin-bottom:3px}
#miyaar-master-app .mmrt-org-legend{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:0 0 20px;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px}
#miyaar-master-app .mmrt-org-legend span{display:inline-flex;align-items:center;gap:7px;font-weight:800;font-size:13px;color:#475569}
#miyaar-master-app .mmrt-org-legend i{width:14px;height:14px;border-radius:50%;display:inline-block;box-shadow:0 0 0 4px rgba(255,255,255,.8)}
#miyaar-master-app .mmrt-org-scroll{overflow:auto;padding:4px 4px 10px;scrollbar-color:#fff #fff;scrollbar-width:thin}
#miyaar-master-app .mmrt-org-scroll::-webkit-scrollbar{width:10px;height:10px;background:#fff}
#miyaar-master-app .mmrt-org-scroll::-webkit-scrollbar-track{background:#fff;border-radius:99px}
#miyaar-master-app .mmrt-org-scroll::-webkit-scrollbar-thumb{background:#fff;border:2px solid #fff;border-radius:99px}
#miyaar-master-app .mmrt-org-level{position:relative;margin:0 auto 24px;padding-top:10px;min-width:980px}
#miyaar-master-app .mmrt-org-level:not(:last-child)::after{content:"";position:absolute;left:50%;bottom:-22px;width:2px;height:22px;background:var(--org-line,#cbd5e1);transform:translateX(-50%)}
#miyaar-master-app .mmrt-org-level-title{width:max-content;margin:0 auto 12px;padding:7px 14px;border-radius:999px;background:#eef2ff;color:#3730a3;font-weight:900;font-size:13px}
#miyaar-master-app .mmrt-org-nodes{display:flex;justify-content:center;align-items:stretch;gap:16px;flex-wrap:nowrap;position:relative}
#miyaar-master-app .mmrt-org-nodes::before{content:"";position:absolute;top:-12px;left:12%;right:12%;height:2px;background:var(--org-line,#cbd5e1);display:block}
#miyaar-master-app .mmrt-org-level-1 .mmrt-org-nodes::before{display:none}
#miyaar-master-app .mmrt-org-node{position:relative;flex:0 0 210px;min-height:178px;background:#fff;border:1px solid #e2e8f0;border-top:7px solid var(--org-department,#0ea5e9);border-radius:22px;padding:15px;text-align:right;box-shadow:0 14px 30px rgba(15,23,42,.07);display:flex;flex-direction:column;gap:7px;transition:.2s ease}
#miyaar-master-app .mmrt-org-node::before{content:"";position:absolute;top:-14px;left:50%;width:2px;height:14px;background:var(--org-line,#cbd5e1);transform:translateX(-50%)}
#miyaar-master-app .mmrt-org-level-1 .mmrt-org-node::before{display:none}
#miyaar-master-app .mmrt-org-node:hover{transform:translateY(-3px);box-shadow:0 20px 45px rgba(15,23,42,.12)}
#miyaar-master-app .mmrt-org-kind{width:max-content;max-width:100%;display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;background:#f1f5f9;color:#334155;font-size:12px;font-weight:900}
#miyaar-master-app .mmrt-org-node h3{margin:2px 0 0;font-size:17px;line-height:1.45;color:var(--org-text,#111827)}
#miyaar-master-app .mmrt-org-node em{font-style:normal;color:#64748b;font-size:12px;font-weight:800}
#miyaar-master-app .mmrt-org-node p{margin:0;color:#475569;font-size:13px;line-height:1.7;flex:1}
#miyaar-master-app .mmrt-org-node footer{display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid #e2e8f0;padding-top:9px;margin-top:auto}
#miyaar-master-app .mmrt-org-node footer strong{font-size:12px;color:#0f172a}
#miyaar-master-app .mmrt-org-node footer small{font-size:11px;background:#ecfdf5;color:#047857;border-radius:999px;padding:3px 8px;font-weight:900}
#miyaar-master-app .mmrt-org-type-board{border-top-color:var(--org-board,#5b5cf0);flex-basis:320px;background:linear-gradient(180deg,rgba(91,92,240,.09),#fff)}
#miyaar-master-app .mmrt-org-type-board .mmrt-org-kind{background:rgba(91,92,240,.12);color:var(--org-board,#5b5cf0)}
#miyaar-master-app .mmrt-org-type-committee{border-top-color:var(--org-committee,#7c3aed)}
#miyaar-master-app .mmrt-org-type-committee .mmrt-org-kind{background:rgba(124,58,237,.1);color:var(--org-committee,#7c3aed)}
#miyaar-master-app .mmrt-org-type-department{border-top-color:var(--org-department,#0ea5e9)}
#miyaar-master-app .mmrt-org-type-department .mmrt-org-kind{background:rgba(14,165,233,.1);color:var(--org-department,#0ea5e9)}
#miyaar-master-app .mmrt-org-type-section{border-top-color:var(--org-section,#14b8a6)}
#miyaar-master-app .mmrt-org-type-section .mmrt-org-kind{background:rgba(20,184,166,.1);color:var(--org-section,#14b8a6)}
#miyaar-master-app .mmrt-org-type-unit{border-top-color:var(--org-unit,#f59e0b)}
#miyaar-master-app .mmrt-org-type-unit .mmrt-org-kind{background:rgba(245,158,11,.14);color:#b45309}
@media(max-width:900px){#miyaar-master-app .mmrt-org-chart{padding:16px;border-radius:22px}#miyaar-master-app .mmrt-org-summary{grid-template-columns:repeat(2,1fr)}#miyaar-master-app .mmrt-org-level{min-width:780px}#miyaar-master-app .mmrt-org-node{flex-basis:180px;padding:13px}#miyaar-master-app .mmrt-org-node h3{font-size:15px}}
@media(max-width:560px){#miyaar-master-app .mmrt-org-summary{grid-template-columns:1fr}#miyaar-master-app .mmrt-org-legend{align-items:flex-start}#miyaar-master-app .mmrt-org-level{min-width:720px}}

/* MMRT functional job structure - isolated clean layer */
#miyaar-master-app .mmrt-job-section{background:var(--mmrt-custom-bg,#fff);color:var(--mmrt-custom-color,#111827)}
#miyaar-master-app .mmrt-job-section .container{max-width:1280px}
#miyaar-master-app .mmrt-job-chart{background:var(--job-bg,#fff);border:1px solid rgba(203,213,225,.9);border-radius:28px;padding:24px;box-shadow:0 18px 45px rgba(15,23,42,.08);overflow:hidden;color:var(--job-text,#111827)}
#miyaar-master-app .mmrt-job-summary{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:12px;margin-bottom:18px}
#miyaar-master-app .mmrt-job-summary span{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:14px;text-align:center;font-size:13px;color:#64748b}
#miyaar-master-app .mmrt-job-summary b{display:block;color:var(--job-text,#111827);font-size:24px;margin-bottom:3px}
#miyaar-master-app .mmrt-job-legend{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:0 0 20px;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px}
#miyaar-master-app .mmrt-job-legend span{display:inline-flex;align-items:center;gap:7px;font-weight:800;font-size:13px;color:#475569}
#miyaar-master-app .mmrt-job-legend i{width:14px;height:14px;border-radius:50%;display:inline-block;box-shadow:0 0 0 4px rgba(255,255,255,.8)}
#miyaar-master-app .mmrt-job-scroll{overflow:auto;padding:4px 4px 10px;scrollbar-color:#fff #fff;scrollbar-width:thin}
#miyaar-master-app .mmrt-job-scroll::-webkit-scrollbar{width:10px;height:10px;background:#fff}
#miyaar-master-app .mmrt-job-scroll::-webkit-scrollbar-track{background:#fff;border-radius:99px}
#miyaar-master-app .mmrt-job-scroll::-webkit-scrollbar-thumb{background:#fff;border:2px solid #fff;border-radius:99px}
#miyaar-master-app .mmrt-job-level{position:relative;margin:0 auto 26px;padding-top:10px;min-width:1060px}
#miyaar-master-app .mmrt-job-level:not(:last-child)::after{content:"";position:absolute;left:50%;bottom:-23px;width:2px;height:23px;background:var(--job-line,#cbd5e1);transform:translateX(-50%)}
#miyaar-master-app .mmrt-job-level-title{width:max-content;margin:0 auto 12px;padding:7px 14px;border-radius:999px;background:#eef2ff;color:#3730a3;font-weight:900;font-size:13px}
#miyaar-master-app .mmrt-job-nodes{display:flex;justify-content:center;align-items:stretch;gap:16px;flex-wrap:nowrap;position:relative}
#miyaar-master-app .mmrt-job-nodes::before{content:"";position:absolute;top:-12px;left:12%;right:12%;height:2px;background:var(--job-line,#cbd5e1);display:block}
#miyaar-master-app .mmrt-job-level-1 .mmrt-job-nodes::before{display:none}
#miyaar-master-app .mmrt-job-node{position:relative;flex:0 0 245px;min-height:285px;background:var(--job-card,#fff);border:1px solid #e2e8f0;border-top:7px solid var(--job-department,#0ea5e9);border-radius:24px;padding:14px;text-align:right;box-shadow:0 14px 30px rgba(15,23,42,.07);display:flex;flex-direction:column;gap:12px;transition:.2s ease;overflow:hidden}
#miyaar-master-app .mmrt-job-node::before{content:"";position:absolute;top:-14px;left:50%;width:2px;height:14px;background:var(--job-line,#cbd5e1);transform:translateX(-50%)}
#miyaar-master-app .mmrt-job-level-1 .mmrt-job-node::before{display:none}
#miyaar-master-app .mmrt-job-node:hover{transform:translateY(-3px);box-shadow:0 20px 45px rgba(15,23,42,.12)}
#miyaar-master-app .mmrt-job-photo{height:92px;width:92px;border-radius:26px;margin:0 auto 2px;overflow:hidden;background:#eef2ff;display:grid;place-items:center;box-shadow:0 10px 24px rgba(15,23,42,.12);border:4px solid #fff}
#miyaar-master-app .mmrt-job-photo img{width:100%;height:100%;object-fit:cover;display:block}
#miyaar-master-app .mmrt-job-photo span{font-size:32px;font-weight:900;color:#4f46e5}
#miyaar-master-app .mmrt-job-content{display:flex;flex-direction:column;gap:6px;flex:1}
#miyaar-master-app .mmrt-job-kind{width:max-content;max-width:100%;display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;background:#f1f5f9;color:#334155;font-size:12px;font-weight:900}
#miyaar-master-app .mmrt-job-node h3{margin:2px 0 0;font-size:17px;line-height:1.45;color:var(--job-text,#111827);text-align:center}
#miyaar-master-app .mmrt-job-node strong{display:block;text-align:center;color:#0f172a;font-size:13px;font-weight:900}
#miyaar-master-app .mmrt-job-node em{font-style:normal;color:var(--job-muted,#64748b);font-size:12px;font-weight:800;text-align:center}
#miyaar-master-app .mmrt-job-node p{margin:0;color:#475569;font-size:13px;line-height:1.7;flex:1}
#miyaar-master-app .mmrt-job-node footer{display:flex;align-items:center;justify-content:center;border-top:1px solid #e2e8f0;padding-top:9px;margin-top:auto}
#miyaar-master-app .mmrt-job-node footer small{font-size:11px;background:#ecfdf5;color:#047857;border-radius:999px;padding:3px 10px;font-weight:900}
#miyaar-master-app .mmrt-job-type-board{border-top-color:var(--job-board,#4f46e5);flex-basis:320px;background:linear-gradient(180deg,rgba(79,70,229,.09),#fff)}
#miyaar-master-app .mmrt-job-type-board .mmrt-job-kind{background:rgba(79,70,229,.12);color:var(--job-board,#4f46e5)}
#miyaar-master-app .mmrt-job-type-committee{border-top-color:var(--job-committee,#7c3aed)}
#miyaar-master-app .mmrt-job-type-committee .mmrt-job-kind{background:rgba(124,58,237,.1);color:var(--job-committee,#7c3aed)}
#miyaar-master-app .mmrt-job-type-department{border-top-color:var(--job-department,#0ea5e9)}
#miyaar-master-app .mmrt-job-type-department .mmrt-job-kind{background:rgba(14,165,233,.1);color:var(--job-department,#0ea5e9)}
#miyaar-master-app .mmrt-job-type-section{border-top-color:var(--job-section,#14b8a6)}
#miyaar-master-app .mmrt-job-type-section .mmrt-job-kind{background:rgba(20,184,166,.1);color:var(--job-section,#14b8a6)}
#miyaar-master-app .mmrt-job-type-unit{border-top-color:var(--job-unit,#f59e0b)}
#miyaar-master-app .mmrt-job-type-unit .mmrt-job-kind{background:rgba(245,158,11,.14);color:#b45309}
@media(max-width:900px){#miyaar-master-app .mmrt-job-chart{padding:16px;border-radius:22px}#miyaar-master-app .mmrt-job-summary{grid-template-columns:repeat(2,1fr)}#miyaar-master-app .mmrt-job-level{min-width:860px}#miyaar-master-app .mmrt-job-node{flex-basis:210px;padding:13px}#miyaar-master-app .mmrt-job-node h3{font-size:15px}}
@media(max-width:560px){#miyaar-master-app .mmrt-job-summary{grid-template-columns:1fr}#miyaar-master-app .mmrt-job-legend{align-items:flex-start}#miyaar-master-app .mmrt-job-level{min-width:760px}}

/* MIYAAR MASTER CLEAN v3.2.0 - single scoped layer */
#miyaar-master-app,#miyaar-master-app *{box-sizing:border-box}
#miyaar-master-app .btn,#miyaar-master-app a.btn,#miyaar-master-app button.btn,#miyaar-master-app input[type="submit"].btn,#miyaar-master-app input[type="button"].btn,#miyaar-master-app .mmrt-header__login,#miyaar-master-app .slider-controls button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:42px!important;min-width:88px!important;padding:0 20px!important;border-radius:999px!important;border:1px solid transparent!important;background:linear-gradient(135deg,var(--primary,#5b5cf0),var(--secondary,#8aa8ff))!important;color:#fff!important;font-weight:900!important;font-size:14px!important;line-height:1!important;text-decoration:none!important;white-space:nowrap!important;cursor:pointer!important;box-shadow:0 12px 26px rgba(91,92,240,.20)!important;appearance:none!important;-webkit-appearance:none!important}
#miyaar-master-app .btn.secondary,#miyaar-master-app .btn.ghost,#miyaar-master-app a.btn.secondary,#miyaar-master-app button.btn.secondary,#miyaar-master-app a.btn.ghost,#miyaar-master-app button.btn.ghost{background:#fff!important;color:var(--primary,#5b5cf0)!important;border-color:rgba(91,92,240,.24)!important;box-shadow:0 10px 24px rgba(61,70,135,.10)!important}
#miyaar-master-app .btn:hover,#miyaar-master-app .mmrt-header__login:hover{transform:translateY(-1px)!important;box-shadow:0 16px 32px rgba(91,92,240,.26)!important}
#miyaar-master-app .mmrt-org-level-title,#miyaar-master-app .mmrt-job-level-title,#miyaar-master-app [class*="level-title"]{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
#miyaar-master-app .mmrt-org-chart,#miyaar-master-app .mmrt-job-chart{padding:18px!important;border-radius:26px!important;background:#fff!important;box-shadow:0 16px 38px rgba(15,23,42,.07)!important}
#miyaar-master-app .mmrt-org-scroll,#miyaar-master-app .mmrt-job-scroll{padding:4px 4px 18px!important;background:#fff!important;overflow:auto!important}
#miyaar-master-app .mmrt-org-level,#miyaar-master-app .mmrt-job-level{margin:0 auto 16px!important;padding-top:7px!important}
#miyaar-master-app .mmrt-org-level:not(:last-child)::after,#miyaar-master-app .mmrt-job-level:not(:last-child)::after{height:16px!important;bottom:-16px!important;background:#cbd5e1!important}
#miyaar-master-app .mmrt-org-nodes,#miyaar-master-app .mmrt-job-nodes{gap:12px!important;align-items:stretch!important}
#miyaar-master-app .mmrt-org-node{flex:0 0 196px!important;min-height:158px!important;border-radius:20px!important;padding:12px!important}
#miyaar-master-app .mmrt-org-type-board{flex-basis:285px!important}
#miyaar-master-app .mmrt-job-node{flex:0 0 220px!important;min-height:260px!important;border-radius:22px!important;padding:12px!important}
#miyaar-master-app .mmrt-job-type-board{flex-basis:285px!important}
#miyaar-master-app .mmrt-job-photo{width:82px!important;height:82px!important;border-radius:24px!important}
@media(max-width:760px){#miyaar-master-app .btn,#miyaar-master-app .mmrt-header__login{min-height:40px!important;padding:0 13px!important;font-size:12px!important}#miyaar-master-app .mmrt-org-level{min-width:720px!important}#miyaar-master-app .mmrt-job-level{min-width:760px!important}}
#miyaar-master-app .mmrt-align-right .container{margin-right:0!important;margin-left:auto!important;}
#miyaar-master-app .mmrt-align-left .container{margin-left:0!important;margin-right:auto!important;}

/* MMRT front admin edit popup - clean two-button layer */
#miyaar-master-app .mmrt-front-admin-tools{position:fixed;right:24px;bottom:24px;z-index:99990;display:flex;gap:10px;align-items:center;background:rgba(255,255,255,.92);border:1px solid rgba(203,213,225,.9);border-radius:999px;padding:10px;box-shadow:0 18px 45px rgba(15,23,42,.18);backdrop-filter:blur(10px)}
#miyaar-master-app .mmrt-admin-panel-viewer{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;background:rgba(15,23,42,.58);padding:22px}
#miyaar-master-app .mmrt-admin-panel-viewer.open{display:flex}
#miyaar-master-app .mmrt-admin-panel-box{width:min(1320px,96vw);height:min(860px,92vh);background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.28);display:flex;flex-direction:column;border:1px solid rgba(203,213,225,.9)}
#miyaar-master-app .mmrt-admin-panel-head{height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;border-bottom:1px solid #e5e7eb;background:#fff;flex:0 0 auto}
#miyaar-master-app .mmrt-admin-panel-head strong{font-size:18px;font-weight:900;color:#0f172a}
#miyaar-master-app #mmrtAdminPanelFrame{width:100%;height:100%;border:0;display:block;flex:1;background:#f8fafc}
@media(max-width:760px){#miyaar-master-app .mmrt-front-admin-tools{right:10px;left:10px;bottom:12px;justify-content:center;border-radius:22px;flex-wrap:wrap}#miyaar-master-app .mmrt-admin-panel-viewer{padding:8px}#miyaar-master-app .mmrt-admin-panel-box{width:100%;height:96vh;border-radius:18px}}

#miyaar-master-app .mmrt-front-admin-add-tools{position:fixed;left:24px;bottom:24px;z-index:99990;display:flex;gap:10px;align-items:center;background:rgba(255,255,255,.92);border:1px solid rgba(203,213,225,.9);border-radius:999px;padding:10px;box-shadow:0 18px 45px rgba(15,23,42,.18);backdrop-filter:blur(10px)}
@media(max-width:760px){#miyaar-master-app .mmrt-front-admin-add-tools{right:10px;left:10px;bottom:86px;justify-content:center;border-radius:22px;flex-wrap:wrap}}

/* MMRT strict forms visual fix only - keeps admin floating tools untouched */
#miyaar-master-app #mmrtFormModal,
#miyaar-master-app #mmrtFormModal *{
  box-sizing:border-box!important;
}
#miyaar-master-app #mmrtFormModal.pdf-viewer.open{
  display:flex!important;
  direction:rtl!important;
  text-align:right!important;
}
#miyaar-master-app #mmrtFormModal .pdf-modal.mmrt-form-modal{
  width:min(1040px,94vw)!important;
  height:auto!important;
  max-height:92vh!important;
  display:flex!important;
  flex-direction:column!important;
  background:#fff!important;
  border:1px solid rgba(217,222,240,.95)!important;
  border-radius:28px!important;
  overflow:hidden!important;
  box-shadow:0 30px 80px rgba(15,23,42,.22)!important;
}
#miyaar-master-app #mmrtFormModal .pdf-modal-head{
  flex:0 0 auto!important;
  min-height:64px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:14px 22px!important;
  background:#fff!important;
  border-bottom:1px solid var(--line,#d9def0)!important;
  direction:rtl!important;
  text-align:right!important;
}
#miyaar-master-app #mmrtFormModal .pdf-modal-head strong{
  margin:0!important;
  font-size:20px!important;
  font-weight:950!important;
  color:var(--text,#141b34)!important;
  line-height:1.5!important;
}
#miyaar-master-app #mmrtFormModal .mmrt-form-modal-body{
  flex:1 1 auto!important;
  min-height:0!important;
  max-height:calc(92vh - 64px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding:26px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%)!important;
  direction:rtl!important;
  text-align:right!important;
}
#miyaar-master-app #mmrtFormModal .mmrt-form-desc{
  width:100%!important;
  margin:0 0 20px!important;
  padding:15px 18px!important;
  border:1px solid rgba(217,222,240,.95)!important;
  border-radius:18px!important;
  background:#f8fafc!important;
  color:var(--muted,#66708b)!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.9!important;
  text-align:right!important;
}
#miyaar-master-app #mmrtFormModal .mmrt-dynamic-form{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:start!important;
  direction:rtl!important;
}
#miyaar-master-app #mmrtFormModal .mmrt-form-field,
#miyaar-master-app #mmrtFormModal .mmrt-choice-field{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  direction:rtl!important;
  text-align:right!important;
}
#miyaar-master-app #mmrtFormModal .mmrt-form-field-wide,
#miyaar-master-app #mmrtFormModal .mmrt-form-field:has(textarea),
#miyaar-master-app #mmrtFormModal .mmrt-choice-field.mmrt-form-field-wide,
#miyaar-master-app #mmrtFormModal .mmrt-form-actions{
  grid-column:1/-1!important;
}
#miyaar-master-app #mmrtFormModal .mmrt-form-field > span,
#miyaar-master-app #mmrtFormModal .mmrt-choice-field legend{
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:var(--text,#141b34)!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.5!important;
  text-align:right!important;
}
#miyaar-master-app #mmrtFormModal input:not([type="checkbox"]):not([type="radio"]),
#miyaar-master-app #mmrtFormModal select,
#miyaar-master-app #mmrtFormModal textarea{
  width:100%!important;
  max-width:100%!important;
  min-height:48px!important;
  margin:0!important;
  padding:11px 14px!important;
  border:1px solid var(--line,#d9def0)!important;
  border-radius:14px!important;
  background:#fbfcff!important;
  color:var(--text,#141b34)!important;
  font-size:14px!important;
  line-height:1.6!important;
  outline:none!important;
  box-shadow:none!important;
  appearance:auto!important;
  direction:rtl!important;
  text-align:right!important;
}
#miyaar-master-app #mmrtFormModal textarea{
  min-height:118px!important;
  resize:vertical!important;
}
#miyaar-master-app #mmrtFormModal input[type="file"]{
  min-height:50px!important;
  padding:10px 12px!important;
  border-style:dashed!important;
  background:#fff!important;
  cursor:pointer!important;
}
#miyaar-master-app #mmrtFormModal input:focus,
#miyaar-master-app #mmrtFormModal select:focus,
#miyaar-master-app #mmrtFormModal textarea:focus{
  border-color:var(--primary,#5b5cf0)!important;
  box-shadow:0 0 0 4px rgba(91,92,240,.10)!important;
}
#miyaar-master-app #mmrtFormModal .mmrt-choice-field{
  padding:14px!important;
  border:1px solid var(--line,#d9def0)!important;
  border-radius:18px!important;
  background:#f8fafc!important;
}
#miyaar-master-app #mmrtFormModal .mmrt-choice{
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  margin:6px 0 0!important;
  color:var(--text,#141b34)!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.6!important;
  direction:rtl!important;
  text-align:right!important;
}
#miyaar-master-app #mmrtFormModal input[type="checkbox"],
#miyaar-master-app #mmrtFormModal input[type="radio"]{
  width:18px!important;
  height:18px!important;
  flex:0 0 auto!important;
  margin:0!important;
  accent-color:var(--primary,#5b5cf0)!important;
}
#miyaar-master-app #mmrtFormModal .mmrt-form-field small{
  display:block!important;
  color:var(--muted,#66708b)!important;
  font-size:12px!important;
  line-height:1.6!important;
  margin-top:0!important;
}
#miyaar-master-app #mmrtFormModal .mmrt-form-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  margin-top:4px!important;
  padding-top:18px!important;
  border-top:1px solid var(--line,#d9def0)!important;
}
#miyaar-master-app #mmrtFormModal .mmrt-form-status{
  color:var(--muted,#66708b)!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.7!important;
}
#miyaar-master-app #mmrtFormModal .mmrt-form-status.ok{color:#047857!important;}
#miyaar-master-app #mmrtFormModal .mmrt-form-status.err{color:#b42318!important;}
#miyaar-master-app .mmrt-form-buttons-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}
#miyaar-master-app .mmrt-form-button-card{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  padding:18px 20px!important;
  background:#fff!important;
  border:1px solid var(--line,#d9def0)!important;
  border-radius:24px!important;
  box-shadow:0 16px 36px rgba(61,70,135,.08)!important;
  direction:rtl!important;
  text-align:right!important;
}
#miyaar-master-app .mmrt-form-button-card h3{margin:0 0 6px!important;font-size:18px!important;line-height:1.5!important;color:var(--text,#141b34)!important;}
#miyaar-master-app .mmrt-form-button-card p{margin:0!important;color:var(--muted,#66708b)!important;line-height:1.8!important;}
@media(max-width:980px){
  #miyaar-master-app #mmrtFormModal .mmrt-dynamic-form{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:680px){
  #miyaar-master-app #mmrtFormModal{padding:10px!important;align-items:flex-start!important;}
  #miyaar-master-app #mmrtFormModal .pdf-modal.mmrt-form-modal{width:96vw!important;max-height:92vh!important;border-radius:20px!important;}
  #miyaar-master-app #mmrtFormModal .mmrt-form-modal-body{padding:18px!important;max-height:calc(92vh - 62px)!important;}
  #miyaar-master-app #mmrtFormModal .mmrt-dynamic-form{grid-template-columns:1fr!important;gap:13px!important;}
  #miyaar-master-app #mmrtFormModal .mmrt-form-actions{flex-direction:column!important;align-items:stretch!important;}
  #miyaar-master-app #mmrtFormModal .mmrt-form-actions .btn{width:100%!important;}
  #miyaar-master-app .mmrt-form-buttons-list{grid-template-columns:1fr!important;}
  #miyaar-master-app .mmrt-form-button-card{flex-direction:column!important;align-items:flex-start!important;}
}

/* Khibraat strict structure patch v4.1.0 */
.mmrt-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line,#e2e8f0)}
.mmrt-header__inner{max-width:1280px;margin:auto;display:flex;align-items:center;gap:18px;padding:12px 18px;min-height:74px;box-sizing:border-box}
.mmrt-header__brand{flex:0 0 auto;min-width:190px;display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text,#111827);cursor:pointer}
.mmrt-header__logo{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#4f46e5,#06b6d4);display:grid;place-items:center;color:#fff;box-shadow:0 12px 30px rgba(79,70,229,.18);overflow:hidden}
.mmrt-logo-letter{font-size:24px;font-weight:900;line-height:1;color:#fff}
.mmrt-header__brand-text b{font-size:22px;line-height:1.1}.mmrt-header__brand-text small{display:block;color:#64748b;margin-top:4px;font-size:12px}
.mmrt-header__menu{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;min-width:0;flex-wrap:wrap}
.mmrt-header__group{position:relative}.mmrt-header__group-title{white-space:nowrap;border:1px solid transparent;background:transparent;border-radius:14px;padding:10px 12px;cursor:pointer;color:#111827}.mmrt-header__group-title:hover{background:#f1f5f9;border-color:#e2e8f0}.mmrt-header__dropdown{min-width:230px;max-height:70vh;overflow:auto}
.mmrt-header__actions{flex:0 0 auto;display:flex;align-items:center;gap:8px}.mmrt-header__login{border:1px solid #e2e8f0;border-radius:999px;padding:9px 14px;background:#fff;text-decoration:none;color:#1e293b;cursor:pointer;white-space:nowrap}.mmrt-header__login.mmrt-register{background:#4f46e5;color:#fff;border-color:#4f46e5}
.mmrt-custom-section .section-head h2,.section-head h2{font-size:clamp(24px,3vw,42px);letter-spacing:-.02em}.mmrt-program-card,.card,.feature,.stat{transition:transform .25s ease,box-shadow .25s ease}.mmrt-program-card:hover,.card:hover,.feature:hover,.stat:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(15,23,42,.12)}
.mmrt-real-slider{border-radius:32px;overflow:hidden;box-shadow:0 30px 80px rgba(15,23,42,.18);background:#0f172a}.mmrt-real-slide{min-height:520px}.mmrt-real-media img,.mmrt-real-media iframe,.mmrt-real-media video{height:520px;object-fit:cover}.mmrt-real-caption{background:linear-gradient(90deg,rgba(15,23,42,.84),rgba(15,23,42,.42));backdrop-filter:blur(4px)}
@media(max-width:980px){.mmrt-header__inner{align-items:flex-start;flex-wrap:wrap}.mmrt-header__brand{min-width:0;flex:1}.mmrt-header__actions{order:2;width:100%;justify-content:flex-start}.mmrt-header__menu{order:3;width:100%;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.mmrt-header__group{flex:0 0 auto}.mmrt-header__dropdown{position:fixed!important;left:12px!important;right:12px!important;top:132px!important;max-width:none!important;width:auto!important}.mmrt-real-slide{min-height:360px}.mmrt-real-media img,.mmrt-real-media iframe,.mmrt-real-media video{height:360px}.mmrt-real-caption{position:relative;background:#0f172a}.mmrt-header__brand-text small{display:none}}
@media(max-width:560px){.mmrt-header__inner{padding:10px}.mmrt-header__logo{width:42px;height:42px;border-radius:13px}.mmrt-header__brand-text b{font-size:18px}.mmrt-header__actions a{flex:1;text-align:center}.mmrt-real-slide{min-height:300px}.mmrt-real-media img,.mmrt-real-media iframe,.mmrt-real-media video{height:300px}.section{padding:38px 0}.card-grid,.mmrt-program-grid,.feature-grid{grid-template-columns:1fr!important}.container{padding-inline:14px!important}}

/* =========================================================
   KHIBRAAT v4.3.0 — Header / Sidebar hard fix
   الهدف: منع تحول القوائم إلى سايد بار عمودي، وتثبيت هيدر أفقي منضبط
   ========================================================= */
#miyaar-master-app .mmrt-header,
.mmrt-app .mmrt-header{
  position:sticky!important;
  top:0!important;
  z-index:99999!important;
  width:100%!important;
  min-height:auto!important;
  background:rgba(255,255,255,.98)!important;
  border-bottom:1px solid rgba(226,232,240,.95)!important;
  box-shadow:0 10px 28px rgba(15,23,42,.055)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
  direction:rtl!important;
  overflow:visible!important;
}
#miyaar-master-app .mmrt-header__inner,
.mmrt-app .mmrt-header__inner{
  width:100%!important;
  max-width:1440px!important;
  margin:0 auto!important;
  padding:10px 28px!important;
  min-height:76px!important;
  display:grid!important;
  grid-template-columns:minmax(220px,300px) minmax(0,1fr) minmax(230px,260px)!important;
  grid-template-areas:"brand menu actions"!important;
  align-items:center!important;
  gap:14px!important;
  overflow:visible!important;
}
#miyaar-master-app .mmrt-header__brand,
.mmrt-app .mmrt-header__brand{
  grid-area:brand!important;
  width:100%!important;
  min-width:0!important;
  max-width:300px!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
#miyaar-master-app .mmrt-header__brand-text b,
.mmrt-app .mmrt-header__brand-text b{
  font-size:22px!important;
  font-weight:950!important;
  line-height:1.1!important;
  color:#111827!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#miyaar-master-app .mmrt-header__brand-text small,
.mmrt-app .mmrt-header__brand-text small{
  display:block!important;
  margin-top:4px!important;
  font-size:12px!important;
  color:#64748b!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#miyaar-master-app .mmrt-header__toggle,
.mmrt-app .mmrt-header__toggle{
  display:none!important;
}
#miyaar-master-app .mmrt-header__menu,
.mmrt-app .mmrt-header__menu{
  grid-area:menu!important;
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  max-height:none!important;
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  white-space:nowrap!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  transform:none!important;
  position:relative!important;
  top:auto!important;
  right:auto!important;
  left:auto!important;
  bottom:auto!important;
}
#miyaar-master-app .mmrt-header__group,
.mmrt-app .mmrt-header__group{
  position:relative!important;
  display:inline-flex!important;
  flex:0 0 auto!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}
#miyaar-master-app .mmrt-header__group-title,
.mmrt-app .mmrt-header__group-title{
  min-width:auto!important;
  width:auto!important;
  min-height:42px!important;
  height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  margin:0!important;
  padding:0 12px!important;
  border:1px solid transparent!important;
  border-radius:999px!important;
  background:transparent!important;
  color:#111827!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
#miyaar-master-app .mmrt-header__group-title:hover,
#miyaar-master-app .mmrt-header__group.active .mmrt-header__group-title,
.mmrt-app .mmrt-header__group-title:hover,
.mmrt-app .mmrt-header__group.active .mmrt-header__group-title{
  background:#f8fafc!important;
  border-color:#e2e8f0!important;
  color:#4f46e5!important;
  box-shadow:0 10px 22px rgba(79,70,229,.10)!important;
}
#miyaar-master-app .mmrt-header__dropdown,
.mmrt-app .mmrt-header__dropdown{
  position:absolute!important;
  top:calc(100% + 12px)!important;
  right:0!important;
  left:auto!important;
  min-width:240px!important;
  width:max-content!important;
  max-width:340px!important;
  max-height:70vh!important;
  display:none!important;
  grid-template-columns:1fr!important;
  gap:5px!important;
  padding:9px!important;
  background:#fff!important;
  border:1px solid #e2e8f0!important;
  border-radius:20px!important;
  box-shadow:0 24px 55px rgba(15,23,42,.16)!important;
  z-index:100000!important;
  overflow:auto!important;
}
#miyaar-master-app .mmrt-header__group:hover .mmrt-header__dropdown,
#miyaar-master-app .mmrt-header__group:focus-within .mmrt-header__dropdown,
.mmrt-app .mmrt-header__group:hover .mmrt-header__dropdown,
.mmrt-app .mmrt-header__group:focus-within .mmrt-header__dropdown{
  display:grid!important;
}
#miyaar-master-app .mmrt-header__link,
#miyaar-master-app .mmrt-header__empty,
.mmrt-app .mmrt-header__link,
.mmrt-app .mmrt-header__empty{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  padding:12px 14px!important;
  border-radius:14px!important;
  color:#111827!important;
  font-size:13px!important;
  font-weight:850!important;
  line-height:1.3!important;
  text-align:right!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
#miyaar-master-app .mmrt-header__link:hover,
#miyaar-master-app .mmrt-header__link.active,
.mmrt-app .mmrt-header__link:hover,
.mmrt-app .mmrt-header__link.active{
  background:#eef2ff!important;
  color:#4f46e5!important;
}
#miyaar-master-app .mmrt-header__actions,
.mmrt-app .mmrt-header__actions{
  grid-area:actions!important;
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  direction:rtl!important;
}
#miyaar-master-app .mmrt-header__login,
.mmrt-app .mmrt-header__login{
  min-width:auto!important;
  min-height:42px!important;
  height:42px!important;
  padding:0 18px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
}
@media (max-width:1200px){
  #miyaar-master-app .mmrt-header__inner,.mmrt-app .mmrt-header__inner{
    max-width:none!important;
    grid-template-columns:minmax(190px,260px) minmax(0,1fr) minmax(190px,230px)!important;
    padding-inline:16px!important;
    gap:8px!important;
  }
  #miyaar-master-app .mmrt-header__group-title,.mmrt-app .mmrt-header__group-title{font-size:13px!important;padding-inline:9px!important;}
  #miyaar-master-app .mmrt-header__brand-text b,.mmrt-app .mmrt-header__brand-text b{font-size:19px!important;}
  #miyaar-master-app .mmrt-header__login,.mmrt-app .mmrt-header__login{padding-inline:13px!important;font-size:13px!important;}
}
@media (max-width:900px){
  #miyaar-master-app .mmrt-header__inner,.mmrt-app .mmrt-header__inner{
    grid-template-columns:1fr auto!important;
    grid-template-areas:"brand toggle" "actions actions" "menu menu"!important;
    padding:10px 12px!important;
    gap:10px!important;
  }
  #miyaar-master-app .mmrt-header__toggle,.mmrt-app .mmrt-header__toggle{
    grid-area:toggle!important;
    width:auto!important;
    min-height:42px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    padding:0 14px!important;
    border:1px solid #e2e8f0!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#111827!important;
    font-weight:900!important;
    cursor:pointer!important;
    box-shadow:0 10px 22px rgba(15,23,42,.06)!important;
  }
  #miyaar-master-app .mmrt-header__actions,.mmrt-app .mmrt-header__actions{
    justify-content:stretch!important;
    gap:8px!important;
  }
  #miyaar-master-app .mmrt-header__actions .mmrt-header__login,.mmrt-app .mmrt-header__actions .mmrt-header__login{
    flex:1 1 0!important;
  }
  #miyaar-master-app .mmrt-header__menu,.mmrt-app .mmrt-header__menu{
    display:none!important;
    grid-area:menu!important;
    width:100%!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:8px!important;
    padding:10px!important;
    border:1px solid #e2e8f0!important;
    border-radius:22px!important;
    background:#fff!important;
    box-shadow:0 16px 35px rgba(15,23,42,.09)!important;
    overflow:visible!important;
  }
  #miyaar-master-app .mmrt-header.menu-open .mmrt-header__menu,.mmrt-app .mmrt-header.menu-open .mmrt-header__menu{
    display:flex!important;
  }
  #miyaar-master-app .mmrt-header__group,.mmrt-app .mmrt-header__group{
    width:100%!important;
    display:block!important;
  }
  #miyaar-master-app .mmrt-header__group-title,.mmrt-app .mmrt-header__group-title{
    width:100%!important;
    justify-content:space-between!important;
    padding:0 14px!important;
    border-color:#eef2f7!important;
    background:#f8fafc!important;
  }
  #miyaar-master-app .mmrt-header__dropdown,.mmrt-app .mmrt-header__dropdown{
    position:static!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin-top:8px!important;
    box-shadow:none!important;
    border-radius:16px!important;
    background:#fbfdff!important;
  }
}
@media (max-width:520px){
  #miyaar-master-app .mmrt-header__brand-text b,.mmrt-app .mmrt-header__brand-text b{font-size:17px!important;}
  #miyaar-master-app .mmrt-header__brand-text small,.mmrt-app .mmrt-header__brand-text small{font-size:10px!important;}
  #miyaar-master-app .mmrt-header__toggle span,.mmrt-app .mmrt-header__toggle span{display:none!important;}
}


/* Khibraat Edraak-style dynamic first-page slider */
.khibraat-landing{position:relative;overflow:hidden;background:#fff;min-height:720px;padding:92px 0 70px;direction:rtl}.khibraat-landing-bg{position:absolute;inset:auto -10% 0 -10%;height:160px;background:#e9fbff;border-radius:50% 50% 0 0/100% 100% 0 0}.khibraat-landing-inner{width:min(1280px,calc(100% - 48px));margin:auto;display:grid;grid-template-columns:1.02fr .98fr;grid-template-areas:"media copy" "media features" "media dots";align-items:center;gap:22px 56px;position:relative}.khibraat-landing-media{grid-area:media;position:relative;min-height:520px;display:grid;place-items:center}.khibraat-blob{position:absolute;width:min(560px,92vw);height:520px;background:#08a7a2;border-radius:34% 48% 42% 30%/36% 32% 46% 44%;box-shadow:0 35px 90px rgba(8,167,162,.18);overflow:hidden}.khibraat-blob:after{content:"";position:absolute;inset:42% -18% -20% 24%;background:rgba(255,255,255,.86);transform:rotate(-45deg);box-shadow:0 0 0 1px rgba(255,255,255,.35)}.khibraat-landing-track{position:relative;width:min(620px,94vw);height:520px;z-index:2}.khibraat-landing-slide{position:absolute;inset:0;opacity:0;transform:translateX(-24px) scale(.98);transition:opacity .75s ease,transform .75s ease;display:grid;place-items:center}.khibraat-landing-slide.active{opacity:1;transform:translateX(0) scale(1);z-index:3}.khibraat-landing-slide img,.khibraat-landing-slide iframe{width:100%;height:100%;object-fit:cover;border:0;border-radius:32px;filter:drop-shadow(0 28px 42px rgba(0,0,0,.14))}.khibraat-landing-slide iframe{background:#111}.khibraat-landing-copy{grid-area:copy;text-align:right;max-width:650px;justify-self:start}.khibraat-landing-copy h1{font-size:clamp(40px,5.3vw,74px);line-height:1.12;margin:0 0 22px;color:#101828;font-weight:950;letter-spacing:-1.3px}.khibraat-landing-copy p{font-size:clamp(18px,2vw,24px);line-height:1.65;color:#101828;margin:0 0 34px;font-weight:650}.khibraat-main-cta{display:inline-flex;align-items:center;justify-content:center;background:#078a87;color:#fff!important;border-radius:12px;padding:18px 30px;font-weight:900;box-shadow:0 18px 38px rgba(7,138,135,.20);cursor:pointer}.khibraat-landing-features{grid-area:features;display:flex;gap:46px;align-items:center;flex-wrap:wrap;margin-top:52px}.khibraat-feature{display:flex;align-items:center;gap:12px;color:#101828;font-weight:850}.khibraat-feature span{width:58px;height:58px;border-radius:20px;background:linear-gradient(135deg,#eff6ff,#e5f9fb);display:grid;place-items:center;color:#0b63f6;font-size:15px;box-shadow:0 16px 28px rgba(11,99,246,.12)}.khibraat-feature b{font-size:16px}.khibraat-landing-dots{grid-area:dots;display:flex;gap:10px;margin-top:12px}.khibraat-landing-dots button{width:12px;height:12px;border-radius:999px;border:0;background:#d7e1ea;cursor:pointer}.khibraat-landing-dots button.active{width:36px;background:#078a87}.mmrt-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid #eef2f6}.mmrt-header__inner{max-width:1280px!important;min-height:84px!important}.mmrt-header__menu{flex-wrap:nowrap!important}.mmrt-header__brand-text b{color:#0f172a}.mmrt-header__actions .mmrt-register{background:#0b63f6!important;color:#fff!important;border-radius:13px!important;padding:15px 22px!important}.mmrt-header__login{font-weight:900}.mmrt-program-card{border-radius:28px!important}.mmrt-program-cover{height:240px!important}
@media(max-width:980px){.khibraat-landing{min-height:auto;padding:40px 0 50px}.khibraat-landing-inner{width:min(100% - 28px,760px);grid-template-columns:1fr;grid-template-areas:"copy" "media" "features" "dots";gap:26px}.khibraat-landing-copy{text-align:center;justify-self:center}.khibraat-landing-media{min-height:380px}.khibraat-blob,.khibraat-landing-track{height:380px}.khibraat-landing-features{justify-content:center;margin-top:8px;gap:16px}.khibraat-feature{background:#fff;border:1px solid #e5eef7;border-radius:18px;padding:10px 12px;box-shadow:0 14px 34px rgba(15,23,42,.06)}.khibraat-landing-dots{justify-content:center}.mmrt-header__inner{min-height:auto!important}.mmrt-header.menu-open .mmrt-header__menu{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;width:100%!important;max-height:70vh!important;overflow:auto!important}.mmrt-header:not(.menu-open) .mmrt-header__menu{display:none!important}.mmrt-header__toggle{display:inline-flex!important}.mmrt-header__actions{width:100%;justify-content:center!important}}
@media(max-width:560px){.khibraat-landing-copy h1{font-size:38px}.khibraat-landing-copy p{font-size:17px}.khibraat-main-cta{width:100%;padding:16px}.khibraat-landing-media{min-height:310px}.khibraat-blob,.khibraat-landing-track{height:310px}.khibraat-landing-slide img,.khibraat-landing-slide iframe{border-radius:24px}.khibraat-landing-features{display:grid;grid-template-columns:1fr;width:100%}.khibraat-feature{justify-content:center}.mmrt-front-admin-tools,.mmrt-front-admin-add-tools{left:10px!important;right:10px!important;width:auto!important;justify-content:center!important;flex-wrap:wrap!important}.mmrt-front-admin-tools .btn,.mmrt-front-admin-add-tools .btn{font-size:12px!important;padding:10px 12px!important}}

/* v4.5.0 - Edraak-like hero correction: real curved media, no plain rectangle */
#miyaar-master-app .khibraat-landing{background:#fff!important;min-height:760px!important;padding:96px 0 76px!important;overflow:hidden!important;}
#miyaar-master-app .khibraat-landing-inner{width:min(1280px,calc(100% - 56px))!important;display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-areas:"media copy" "media features" "media dots"!important;align-items:center!important;gap:20px 76px!important;}
#miyaar-master-app .khibraat-landing-media{grid-area:media!important;min-height:560px!important;display:grid!important;place-items:center!important;}
#miyaar-master-app .khibraat-blob{position:absolute!important;width:min(565px,92vw)!important;height:520px!important;background:#08aaa7!important;border-radius:34% 48% 42% 30%/36% 32% 46% 44%!important;box-shadow:0 36px 90px rgba(8,167,162,.20)!important;overflow:hidden!important;}
#miyaar-master-app .khibraat-blob:before{content:"";position:absolute;inset:-20% auto auto -25%;width:145%;height:145%;border:2px solid rgba(9,177,174,.30);border-radius:50%;transform:rotate(-14deg);}
#miyaar-master-app .khibraat-blob:after{content:""!important;position:absolute!important;right:-10%!important;bottom:-16%!important;width:82%!important;height:62%!important;background:rgba(255,255,255,.92)!important;transform:rotate(-44deg)!important;box-shadow:0 0 0 1px rgba(255,255,255,.5)!important;}
#miyaar-master-app .khibraat-landing-track{width:min(610px,94vw)!important;height:540px!important;position:relative!important;z-index:2!important;}
#miyaar-master-app .khibraat-landing-slide{position:absolute!important;inset:0!important;opacity:0!important;transform:translateX(-22px) scale(.985)!important;transition:opacity .65s ease,transform .65s ease!important;display:grid!important;place-items:center!important;background:transparent!important;}
#miyaar-master-app .khibraat-landing-slide.active{opacity:1!important;transform:translateX(0) scale(1)!important;z-index:3!important;}
#miyaar-master-app .khibraat-landing-slide img,
#miyaar-master-app .khibraat-landing-slide iframe{width:92%!important;height:92%!important;object-fit:cover!important;border:0!important;border-radius:34% 48% 42% 30%/36% 32% 46% 44%!important;clip-path:ellipse(44% 48% at 50% 50%)!important;filter:drop-shadow(0 28px 42px rgba(0,0,0,.16))!important;background:#0f172a!important;}
#miyaar-master-app .khibraat-landing-copy{grid-area:copy!important;text-align:right!important;justify-self:start!important;max-width:670px!important;}
#miyaar-master-app .khibraat-landing-copy h1{font-size:clamp(44px,5.6vw,78px)!important;line-height:1.12!important;margin:0 0 22px!important;color:#101828!important;font-weight:950!important;letter-spacing:-1px!important;}
#miyaar-master-app .khibraat-landing-copy p{font-size:clamp(18px,2vw,24px)!important;line-height:1.65!important;color:#111827!important;margin:0 0 34px!important;font-weight:700!important;}
#miyaar-master-app .khibraat-main-cta{background:#078a87!important;color:#fff!important;border-radius:13px!important;padding:18px 32px!important;font-weight:950!important;box-shadow:0 18px 38px rgba(7,138,135,.22)!important;text-decoration:none!important;}
#miyaar-master-app .khibraat-landing-features{grid-area:features!important;display:flex!important;gap:42px!important;align-items:center!important;flex-wrap:wrap!important;margin-top:54px!important;}
#miyaar-master-app .khibraat-feature{display:flex!important;align-items:center!important;gap:12px!important;font-weight:900!important;color:#101828!important;}
#miyaar-master-app .khibraat-feature span{width:58px!important;height:58px!important;border-radius:20px!important;background:linear-gradient(135deg,#eff6ff,#e5f9fb)!important;display:grid!important;place-items:center!important;color:#0b63f6!important;font-size:14px!important;box-shadow:0 16px 28px rgba(11,99,246,.12)!important;}
#miyaar-master-app .khibraat-landing-dots{grid-area:dots!important;display:flex!important;gap:10px!important;margin-top:10px!important;}
#miyaar-master-app .khibraat-landing-dots button{width:12px!important;height:12px!important;border-radius:999px!important;border:0!important;background:#d7e1ea!important;cursor:pointer!important;padding:0!important;min-width:0!important;box-shadow:none!important;}
#miyaar-master-app .khibraat-landing-dots button.active{width:36px!important;background:#078a87!important;}
@media(max-width:980px){
  #miyaar-master-app .khibraat-landing{min-height:auto!important;padding:42px 0 52px!important;}
  #miyaar-master-app .khibraat-landing-inner{width:min(100% - 28px,760px)!important;grid-template-columns:1fr!important;grid-template-areas:"copy" "media" "features" "dots"!important;gap:26px!important;}
  #miyaar-master-app .khibraat-landing-copy{text-align:center!important;justify-self:center!important;}
  #miyaar-master-app .khibraat-landing-media{min-height:380px!important;}
  #miyaar-master-app .khibraat-blob,#miyaar-master-app .khibraat-landing-track{height:380px!important;}
  #miyaar-master-app .khibraat-landing-features{justify-content:center!important;margin-top:8px!important;gap:16px!important;}
  #miyaar-master-app .khibraat-feature{background:#fff!important;border:1px solid #e5eef7!important;border-radius:18px!important;padding:10px 12px!important;box-shadow:0 14px 34px rgba(15,23,42,.06)!important;}
  #miyaar-master-app .khibraat-landing-dots{justify-content:center!important;}
}
@media(max-width:560px){
  #miyaar-master-app .khibraat-landing-copy h1{font-size:38px!important;}
  #miyaar-master-app .khibraat-landing-copy p{font-size:17px!important;}
  #miyaar-master-app .khibraat-main-cta{width:100%!important;padding:16px!important;}
  #miyaar-master-app .khibraat-landing-media{min-height:310px!important;}
  #miyaar-master-app .khibraat-blob,#miyaar-master-app .khibraat-landing-track{height:310px!important;}
  #miyaar-master-app .khibraat-landing-slide img,#miyaar-master-app .khibraat-landing-slide iframe{width:94%!important;height:94%!important;}
  #miyaar-master-app .khibraat-landing-features{display:grid!important;grid-template-columns:1fr!important;width:100%!important;}
  #miyaar-master-app .khibraat-feature{justify-content:center!important;}
}


/* v4.6.0 - Slider final layout: text on the right, media on the left, wider spacing */
#miyaar-master-app .khibraat-landing-inner{
  direction:ltr!important;
  grid-template-columns:minmax(520px,1.02fr) minmax(520px,.98fr)!important;
  grid-template-areas:"media copy" "media features" "media dots"!important;
  gap:24px 128px!important;
}
#miyaar-master-app .khibraat-landing-copy,
#miyaar-master-app .khibraat-landing-features,
#miyaar-master-app .khibraat-landing-dots{direction:rtl!important;}
#miyaar-master-app .khibraat-landing-copy{justify-self:end!important;text-align:right!important;padding-inline-start:8px!important;}
#miyaar-master-app .khibraat-landing-media{justify-self:start!important;}
#miyaar-master-app .khibraat-landing-track{width:min(640px,94vw)!important;}
#miyaar-master-app .khibraat-blob{width:min(610px,92vw)!important;}
@media(max-width:1120px){
  #miyaar-master-app .khibraat-landing-inner{grid-template-columns:1fr 1fr!important;gap:20px 72px!important;}
}
@media(max-width:980px){
  #miyaar-master-app .khibraat-landing-inner{direction:rtl!important;grid-template-columns:1fr!important;grid-template-areas:"copy" "media" "features" "dots"!important;gap:28px!important;}
  #miyaar-master-app .khibraat-landing-copy{justify-self:center!important;text-align:center!important;padding-inline-start:0!important;}
  #miyaar-master-app .khibraat-landing-media{justify-self:center!important;}
}


/* Khibraat v4.8: Partners Logo Marquee - 3 alternating rows like Edraak */
.mmrt-partners-marquee-section{padding:72px 0!important;background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%)}
.mmrt-partners-marquee-section .mmrt-section-head{text-align:center;margin-bottom:34px}
.mmrt-partners-marquee-section .mmrt-section-head h2{font-size:clamp(30px,4vw,48px);margin:0 0 8px;color:#111827;font-weight:900}
.mmrt-partners-marquee-section .mmrt-section-head p{margin:0;color:#64748b;font-size:16px;line-height:1.9}
.mmrt-partners-marquee{position:relative;overflow:hidden;border-radius:34px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);border:1px solid #e8eef7;box-shadow:0 22px 70px rgba(15,23,42,.09);padding:22px 0;direction:ltr}
.mmrt-partners-marquee:before,.mmrt-partners-marquee:after{content:"";position:absolute;top:0;bottom:0;width:150px;z-index:3;pointer-events:none}
.mmrt-partners-marquee:before{left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}
.mmrt-partners-marquee:after{right:0;background:linear-gradient(270deg,#fff,rgba(255,255,255,0))}
.mmrt-partners-marquee-row{overflow:hidden;padding:10px 0;direction:ltr}
.mmrt-partners-marquee-row + .mmrt-partners-marquee-row{border-top:1px solid rgba(226,232,240,.65)}
.mmrt-partners-track{display:flex;align-items:center;gap:26px;width:max-content;animation:mmrtPartnersMarquee var(--mmrt-marquee-speed,28s) linear infinite;animation-direction:var(--mmrt-marquee-direction,reverse);will-change:transform}
.mmrt-partners-marquee:hover .mmrt-partners-track{animation-play-state:paused}
.mmrt-partner-logo{width:188px;height:106px;flex:0 0 188px;border:1px solid #e6edf7;border-radius:24px;background:#fff;display:flex;align-items:center;justify-content:center;padding:17px;position:relative;transition:.22s ease;box-shadow:0 10px 28px rgba(15,23,42,.045);text-decoration:none!important}
.mmrt-partner-logo:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(15,23,42,.11);border-color:#cdd9ec}
.mmrt-partner-logo img{max-width:100%;max-height:68px;width:auto;height:auto;object-fit:contain;display:block;filter:saturate(.98)}
.mmrt-partner-logo span{position:absolute;inset:auto 10px 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;font-size:11px;color:#64748b;direction:ltr}
@keyframes mmrtPartnersMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:760px){.mmrt-partners-marquee-section{padding:46px 0!important}.mmrt-partners-marquee{border-radius:24px;padding:14px 0}.mmrt-partners-marquee-row{padding:8px 0}.mmrt-partners-track{gap:16px}.mmrt-partner-logo{width:136px;height:84px;flex-basis:136px;padding:12px;border-radius:18px}.mmrt-partner-logo img{max-height:50px}.mmrt-partners-marquee:before,.mmrt-partners-marquee:after{width:54px}}


/* MIYAAR Phase 4: empty internal pages + smart filters */
.mmrt-smart-filter-section .mmrt-custom-heading{margin-bottom:18px}
.mmrt-smart-filter{background:#fff;border:1px solid var(--line,#e2e8f0);border-radius:28px;padding:22px;box-shadow:0 18px 55px rgba(15,23,42,.08)}
.mmrt-smart-row{display:grid;grid-template-columns:1.4fr repeat(4,minmax(150px,1fr));gap:12px;align-items:end}
.mmrt-smart-search,.mmrt-smart-field{display:flex;flex-direction:column;gap:7px;font-weight:900;color:#334155}
.mmrt-smart-search input,.mmrt-smart-field select{height:46px;border:1px solid #cbd5e1;border-radius:16px;padding:0 14px;background:#f8fafc;color:#0f172a;font-size:14px;box-sizing:border-box}
.mmrt-smart-search input:focus,.mmrt-smart-field select:focus{outline:2px solid rgba(0,154,154,.18);border-color:var(--primary,#009a9a);background:#fff}
.mmrt-smart-empty{margin-top:16px;border:1px dashed #cbd5e1;border-radius:18px;background:#f8fafc;color:#64748b;text-align:center;padding:18px;font-weight:900}
@media(max-width:900px){.mmrt-smart-row{grid-template-columns:1fr 1fr}.mmrt-smart-search{grid-column:1/-1}}
@media(max-width:560px){.mmrt-smart-row{grid-template-columns:1fr}}

/* MIYAAR training header strict Edraak-style adjustment */
#miyaar-master-app .mmrt-header__group-single .mmrt-header__group-title{display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;color:#111827;line-height:1;min-height:40px}
#miyaar-master-app .mmrt-header__group-single.active .mmrt-header__group-title,
#miyaar-master-app .mmrt-header__group-single .mmrt-header__group-title:hover{background:#eef2ff!important;border-color:#dbeafe!important;color:#1d4ed8!important}

/* MIYAAR LMS - Home latest courses tabs */
.mmrt-latest-section{padding:72px 0;background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%)}
.mmrt-latest-section .container{max-width:1180px;margin:0 auto;padding:0 22px}
.mmrt-latest-head{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:22px;text-align:right}
.mmrt-latest-head span{display:inline-flex;align-items:center;border:1px solid rgba(37,99,235,.22);background:#eef6ff;color:#1e40af;border-radius:999px;padding:8px 14px;font-weight:900}
.mmrt-latest-head h2{margin:0!important;color:#0f172a!important;font-size:clamp(26px,3vw,40px)!important;line-height:1.35!important;font-weight:900!important}
.mmrt-latest-head p{margin:0!important;color:#475569!important;font-size:16px!important;line-height:1.9!important;max-width:760px}
.mmrt-latest-tabs{display:flex;align-items:center;gap:10px;overflow:auto;padding:12px;margin:0 0 18px;background:rgba(255,255,255,.82);border:1px solid #dbeafe;border-radius:26px;box-shadow:0 18px 48px rgba(15,23,42,.07);scrollbar-width:thin}
.mmrt-latest-tab{appearance:none;border:1px solid #dbeafe;background:linear-gradient(180deg,#fff,#f8fbff);color:#172554;border-radius:999px;padding:12px 16px;display:inline-flex;align-items:center;gap:10px;font-weight:900;white-space:nowrap;cursor:pointer;transition:.2s ease;box-shadow:0 8px 22px rgba(15,23,42,.04)}
.mmrt-latest-tab b{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;border-radius:999px;background:#eaf2ff;color:#1d4ed8;font-size:13px}
.mmrt-latest-tab:hover{transform:translateY(-1px);border-color:#93c5fd}
.mmrt-latest-tab.active{background:linear-gradient(135deg,#1e3a8a,#2563eb);border-color:#2563eb;color:#fff;box-shadow:0 16px 34px rgba(37,99,235,.24)}
.mmrt-latest-tab.active b{background:rgba(255,255,255,.18);color:#fff}
.mmrt-latest-panels{position:relative}
.mmrt-latest-panel{display:none;animation:mmrtLatestFade .22s ease both}
.mmrt-latest-panel.active{display:block}
@keyframes mmrtLatestFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.mmrt-latest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.mmrt-latest-card{overflow:hidden;background:#fff;border:1px solid #dbeafe;border-radius:28px;box-shadow:0 20px 52px rgba(15,23,42,.08);display:flex;flex-direction:column;min-height:100%;transition:.2s ease}
.mmrt-latest-card:hover{transform:translateY(-3px);box-shadow:0 24px 60px rgba(37,99,235,.13)}
.mmrt-latest-cover{display:block;height:168px;background:#eaf2ff;overflow:hidden;text-decoration:none!important}
.mmrt-latest-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:.25s ease}
.mmrt-latest-card:hover .mmrt-latest-cover img{transform:scale(1.035)}
.mmrt-latest-body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}
.mmrt-latest-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.mmrt-latest-meta span{display:inline-flex;border:1px solid #dbeafe;background:#f4f8ff;color:#1e3a8a;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900}
.mmrt-latest-body h3{margin:0!important;font-size:19px!important;line-height:1.55!important;color:#0f172a!important;font-weight:900!important}
.mmrt-latest-body h3 a{color:inherit!important;text-decoration:none!important}
.mmrt-latest-body p{margin:0!important;color:#64748b!important;line-height:1.85!important;font-size:14px!important;flex:1}
.mmrt-latest-body footer{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #eef2f7;padding-top:12px;margin-top:4px}
.mmrt-latest-body footer strong{color:#172554;font-size:15px;white-space:nowrap}
.mmrt-latest-link,.mmrt-latest-more a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;background:linear-gradient(135deg,#1e40af,#2563eb);color:#fff!important;border-radius:999px;padding:9px 14px;font-weight:900;box-shadow:0 12px 28px rgba(37,99,235,.2)}
.mmrt-latest-more{display:flex;justify-content:center;margin-top:22px}
.mmrt-latest-more a{padding:12px 22px;font-size:15px}
@media(max-width:980px){.mmrt-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mmrt-latest-section{padding:52px 0}}
@media(max-width:640px){.mmrt-latest-grid{grid-template-columns:1fr}.mmrt-latest-head{align-items:stretch}.mmrt-latest-tabs{border-radius:20px}.mmrt-latest-card{border-radius:22px}.mmrt-latest-cover{height:190px}.mmrt-latest-body footer{align-items:stretch;flex-direction:column}.mmrt-latest-link{width:100%}}

/* MIYAAR latest courses: section #3 + separated flowing tab design */
.mmrt-latest-section{padding:76px 0;background:linear-gradient(180deg,#ffffff 0%,#f6fbff 100%);position:relative;overflow:hidden}
.mmrt-latest-section:before{content:"";position:absolute;inset:auto -10% 0 -10%;height:190px;background:radial-gradient(circle at 50% 0,rgba(37,99,235,.10),transparent 62%);pointer-events:none}
.mmrt-latest-section .container{position:relative;z-index:1}
.mmrt-latest-tabs{position:relative;display:flex;align-items:flex-end;gap:12px;overflow:auto;padding:18px 18px 0;margin:0 0 0;background:transparent!important;border:0!important;border-bottom:1px solid #cfe0f4!important;border-radius:0!important;box-shadow:none!important;scrollbar-width:thin}
.mmrt-latest-tab{position:relative;isolation:isolate;border:1px solid #cfe0f4!important;border-bottom:0!important;background:linear-gradient(180deg,#ffffff 0%,#eef8ff 100%)!important;color:#172554!important;border-radius:20px 20px 0 0!important;padding:14px 22px 18px!important;min-height:62px;box-shadow:0 -8px 20px rgba(15,23,42,.05), inset 0 1px 0 rgba(255,255,255,.9)!important;transform:translateY(1px);clip-path:polygon(12px 0,100% 0,100% 100%,0 100%,0 18px);transition:transform .22s ease,box-shadow .22s ease,background .22s ease;color:#172554!important}
.mmrt-latest-tab:before{content:"";position:absolute;top:0;right:0;width:22px;height:22px;background:linear-gradient(135deg,#dff7ff,#ffffff);border-top:1px solid rgba(15,23,42,.18);border-right:1px solid rgba(15,23,42,.18);transform:skew(-22deg) translate(5px,-1px);transform-origin:top right;z-index:-1;border-radius:4px 3px 0 0}
.mmrt-latest-tab span{position:relative;z-index:2;font-size:15px;font-weight:950}
.mmrt-latest-tab b{position:relative;z-index:2;background:#eaf2ff!important;color:#1d4ed8!important;box-shadow:inset 0 0 0 1px #dbeafe}
.mmrt-latest-tab:hover{transform:translateY(-3px)!important;box-shadow:0 -10px 26px rgba(37,99,235,.12)!important}
.mmrt-latest-tab.active{background:linear-gradient(180deg,#ffffff 0%,#dff6ff 55%,#bfeeff 100%)!important;color:#102a43!important;transform:translateY(-5px)!important;box-shadow:0 -14px 34px rgba(14,165,233,.20)!important;border-color:#9ed8f4!important}
.mmrt-latest-tab.active b{background:#2563eb!important;color:#fff!important;box-shadow:none}
.mmrt-latest-panels{background:linear-gradient(180deg,#ffffff 0%,#effaff 100%);border:1px solid #cfe0f4;border-top:0;border-radius:0 0 30px 30px;padding:24px;box-shadow:0 24px 70px rgba(15,23,42,.08)}
@media(max-width:640px){.mmrt-latest-tabs{padding-inline:8px}.mmrt-latest-tab{padding:12px 15px 16px!important;min-height:54px}.mmrt-latest-panels{padding:14px;border-radius:0 0 22px 22px}}

/* MIYAAR fix: home header unified with LMS pages + tabs without scroll */
html,body{max-width:100%;overflow-x:hidden!important;}
.mmrt-home-unified-header,.mmrt-lms-site-header{width:100%!important;background:#fff!important;border-bottom:1px solid #e2e8f0!important;box-shadow:0 12px 34px rgba(15,23,42,.05)!important;position:relative!important;z-index:50!important;direction:rtl!important;margin:0!important;padding:0!important;}
.mmrt-home-unified-header .mmrt-lms-site-header-inner{max-width:1280px!important;margin:0 auto!important;padding:16px 22px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;box-sizing:border-box!important;}
.mmrt-home-unified-header .mmrt-lms-site-brand{display:flex!important;align-items:center!important;gap:10px!important;text-decoration:none!important;color:#0f172a!important;min-width:220px!important;}
.mmrt-home-unified-header .mmrt-lms-site-brand span{width:42px!important;height:42px!important;border-radius:14px!important;background:linear-gradient(135deg,#0ea5e9,#2563eb)!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important;font-size:22px!important;box-shadow:0 10px 26px rgba(37,99,235,.20)!important;}
.mmrt-home-unified-header .mmrt-lms-site-brand strong{display:block!important;font-size:22px!important;color:#0f172a!important;line-height:1!important;font-weight:900!important;}
.mmrt-home-unified-header .mmrt-lms-site-brand em{display:block!important;font-style:normal!important;font-size:12px!important;color:#64748b!important;margin-top:3px!important;white-space:nowrap!important;}
.mmrt-home-unified-header .mmrt-lms-site-nav{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;flex-wrap:wrap!important;flex:1!important;}
.mmrt-home-unified-header .mmrt-lms-site-nav a,.mmrt-home-unified-header .mmrt-lms-site-pill,.mmrt-home-unified-header .mmrt-lms-site-primary{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;border-radius:999px!important;padding:10px 15px!important;font-size:14px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;border:1px solid transparent!important;}
.mmrt-home-unified-header .mmrt-lms-site-nav a{color:#0f172a!important;background:#fff!important;border-color:transparent!important;}
.mmrt-home-unified-header .mmrt-lms-site-nav a:hover{background:#eff6ff!important;border-color:#bfdbfe!important;color:#1d4ed8!important;}
.mmrt-home-unified-header .mmrt-lms-site-actions{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;justify-content:flex-start!important;}
.mmrt-home-unified-header .mmrt-lms-site-pill{background:#f8fafc!important;border-color:#cbd5e1!important;color:#1e3a8a!important;}
.mmrt-home-unified-header .mmrt-lms-site-primary{background:linear-gradient(135deg,#0891b2,#2563eb)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 12px 26px rgba(37,99,235,.18)!important;}
.mmrt-home-unified-header + .mmrt-section-wrap,.mmrt-home-unified-header + section{margin-top:0!important;}
.mmrt-latest-tabs{overflow:visible!important;overflow-x:visible!important;scrollbar-width:none!important;flex-wrap:wrap!important;justify-content:center!important;align-items:flex-end!important;max-width:100%!important;padding:18px 18px 0!important;}
.mmrt-latest-tabs::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}
.mmrt-latest-tab{flex:0 1 auto!important;max-width:210px!important;min-width:150px!important;white-space:normal!important;text-align:center!important;justify-content:center!important;}
.mmrt-latest-tab span{display:block!important;line-height:1.35!important;}
.mmrt-latest-panels{max-width:100%!important;overflow:hidden!important;}
@media(max-width:960px){.mmrt-home-unified-header .mmrt-lms-site-header-inner{align-items:flex-start!important;flex-direction:column!important}.mmrt-home-unified-header .mmrt-lms-site-brand{min-width:0!important}.mmrt-home-unified-header .mmrt-lms-site-nav{justify-content:flex-start!important;width:100%!important}.mmrt-home-unified-header .mmrt-lms-site-actions{width:100%!important}.mmrt-home-unified-header .mmrt-lms-site-brand em{white-space:normal!important}}
@media(max-width:640px){.mmrt-home-unified-header .mmrt-lms-site-header-inner{padding:12px!important}.mmrt-home-unified-header .mmrt-lms-site-nav a,.mmrt-home-unified-header .mmrt-lms-site-pill,.mmrt-home-unified-header .mmrt-lms-site-primary{font-size:12px!important;padding:9px 11px!important}.mmrt-home-unified-header .mmrt-lms-site-brand strong{font-size:18px!important}.mmrt-home-unified-header .mmrt-lms-site-brand span{width:38px!important;height:38px!important}.mmrt-latest-tab{min-width:calc(50% - 10px)!important;max-width:none!important}}

/* v3.21 notification center on generated home header */
.mmrt-lms-site-actions{position:relative;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mmrt-notify-bell{position:relative;z-index:30}.mmrt-notify-toggle{position:relative;border:1px solid rgba(191,219,254,.9);background:rgba(255,255,255,.92);color:#1e3a8a;border-radius:999px;min-width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 12px 26px rgba(15,23,42,.09);font-weight:900}.mmrt-notify-toggle b{position:absolute;top:-7px;left:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.mmrt-notify-dropdown{position:absolute;top:calc(100% + 12px);left:0;width:min(360px,calc(100vw - 32px));background:#fff;border:1px solid #dbeafe;border-radius:22px;box-shadow:0 28px 80px rgba(15,23,42,.18);padding:10px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease;text-align:right;z-index:999}.mmrt-notify-bell:hover .mmrt-notify-dropdown,.mmrt-notify-bell:focus-within .mmrt-notify-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.mmrt-notify-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:16px;background:linear-gradient(135deg,#eff6ff,#fff)}.mmrt-notify-head strong{color:#172554;font-size:15px}.mmrt-notify-head a{font-size:12px;color:#2563eb;text-decoration:none;font-weight:900}.mmrt-notify-item{margin-top:8px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:16px;padding:11px 12px}.mmrt-notify-item.is-unread{background:#eff6ff;border-color:#bfdbfe}.mmrt-notify-item strong{display:block;color:#0f172a;font-size:13px;margin-bottom:4px}.mmrt-notify-item p{margin:0;color:#475569;font-size:12px;line-height:1.7}.mmrt-notify-item small{display:block;margin-top:5px;color:#94a3b8;font-size:11px;direction:ltr;text-align:left}.mmrt-notify-empty{padding:18px;text-align:center;color:#64748b;font-weight:800}


/* v3.28 logout buttons in header and dashboards */
.mmrt-lms-site-actions .mmrt-lms-site-logout,
.mmrt-dashboard-logout{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:10px 16px;
    border-radius:999px;
    border:1px solid rgba(239,68,68,.24);
    background:linear-gradient(135deg,#fff5f5,#fff);
    color:#b91c1c!important;
    text-decoration:none!important;
    font-weight:800;
    box-shadow:0 10px 22px rgba(185,28,28,.08);
    transition:all .2s ease;
    white-space:nowrap;
}
.mmrt-lms-site-actions .mmrt-lms-site-logout:hover,
.mmrt-dashboard-logout:hover{
    transform:translateY(-1px);
    background:linear-gradient(135deg,#ef4444,#dc2626);
    color:#fff!important;
    box-shadow:0 14px 28px rgba(220,38,38,.2);
}
.mmrt-lms-dashboard-hero{
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    flex-wrap:wrap;
}
.mmrt-lms-dashboard-hero > div{min-width:240px;}
@media (max-width: 760px){
    .mmrt-lms-site-actions .mmrt-lms-site-logout,
    .mmrt-dashboard-logout{width:100%;}
    .mmrt-lms-dashboard-hero{align-items:stretch;}
}

/* MIYAAR LMS legal footer branding */
.footer.mmrt-legal-footer .footer-box{align-items:center;gap:18px;}
.footer.mmrt-legal-footer .mmrt-footer-logo{display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;min-width:180px;}
.footer.mmrt-legal-footer .mmrt-footer-logo img{display:block;width:220px;max-width:100%;height:auto;object-fit:contain;}
.footer.mmrt-legal-footer .mmrt-footer-copy{color:var(--muted);line-height:1.8;font-weight:700;}
.footer.mmrt-legal-footer .nav-links{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;}
.footer.mmrt-legal-footer .nav-links a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a!important;border-radius:999px;padding:10px 15px;font-weight:900;font-size:13px;line-height:1.3;cursor:pointer;}
.footer.mmrt-legal-footer .nav-links a:hover{background:#1d4ed8!important;border-color:#1d4ed8!important;color:#fff!important;}
@media(max-width:760px){.footer.mmrt-legal-footer .footer-box{flex-direction:column;text-align:center}.footer.mmrt-legal-footer .mmrt-footer-logo{min-width:0}.footer.mmrt-legal-footer .mmrt-footer-logo img{width:190px}.footer.mmrt-legal-footer .nav-links{justify-content:center}}


/* Header actions overflow/scroll fix - remove duplicate dashboard logout support */
.mmrt-header__actions,
.mmrt-lms-site-actions{
    max-width:100%;
    min-width:0;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:thin;
    flex-wrap:nowrap!important;
    white-space:nowrap!important;
    padding-bottom:3px;
}
.mmrt-header__actions > *,
.mmrt-lms-site-actions > *{
    flex:0 0 auto;
}
.mmrt-header__actions::-webkit-scrollbar,
.mmrt-lms-site-actions::-webkit-scrollbar{
    height:4px;
}
.mmrt-header__actions::-webkit-scrollbar-thumb,
.mmrt-lms-site-actions::-webkit-scrollbar-thumb{
    background:#bfdbfe;
    border-radius:999px;
}
.mmrt-lms-dashboard-hero{
    align-items:center;
}
.mmrt-lms-dashboard-hero .mmrt-dashboard-logout{
    display:none!important;
}
@media(max-width:980px){
    .mmrt-header__actions,
    .mmrt-lms-site-actions{
        justify-content:flex-start!important;
    }
}


/* Dashboard inner header removal v3.32.47 */
.mmrt-lms-dashboard-shell .mmrt-lms-site-header,
.mmrt-lms-accordion .mmrt-lms-site-header,
.mmrt-lms-dashboard-shell header.mmrt-lms-site-header,
.mmrt-lms-accordion header.mmrt-lms-site-header{
    display:none!important;
}
.mmrt-lms-dashboard-shell .mmrt-lms-site-header + .mmrt-lms-front,
.mmrt-lms-accordion .mmrt-lms-site-header + .mmrt-lms-front{
    padding-top:0!important;
}


/* Remove all inner headers from dashboard accordion v3.32.49 */
.mmrt-lms-acc .mmrt-lms-site-header,
.mmrt-lms-acc-body .mmrt-lms-site-header,
.mmrt-lms-accordion .mmrt-lms-site-header,
.mmrt-lms-dashboard-shell .mmrt-lms-acc-body > .mmrt-lms-site-header,
.mmrt-lms-dashboard-shell .mmrt-lms-acc-body header.mmrt-lms-site-header{
    display:none!important;
    height:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    visibility:hidden!important;
}
.mmrt-lms-acc-body > .mmrt-lms-site-header + .mmrt-lms-front,
.mmrt-lms-acc-body > header.mmrt-lms-site-header + .mmrt-lms-front{
    padding-top:0!important;
    margin-top:0!important;
}


/* v3.32.51 hard fix: notification dropdown must appear above any header/container */
.mmrt-lms-site-header,.mmrt-lms-site-header-inner,.mmrt-lms-site-actions,.mmrt-app,.miyaar-master-app,#miyaar-master-app{overflow:visible!important;}
.mmrt-notify-bell{position:relative!important;z-index:2147483000!important;}
.mmrt-notify-bell.is-open .mmrt-notify-dropdown,.mmrt-notify-dropdown.mmrt-notify-portal-open{display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;z-index:2147483647!important;}
.mmrt-notify-dropdown.mmrt-notify-portal-open{background:#fff!important;border:1px solid #dbeafe!important;border-radius:22px!important;box-shadow:0 28px 80px rgba(15,23,42,.22)!important;padding:10px!important;text-align:right!important;}
body.mmrt-notify-lock{overflow-x:hidden;}

/* MIYAAR V3.32.171 - unified footer colors and editable social icons */
.mmrt-home-unified-header .mmrt-lms-site-brand img{display:block!important;max-width:150px!important;max-height:46px!important;object-fit:contain!important;}
.mmrt-site-social{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;}
.mmrt-site-social a{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;text-decoration:none!important;border-radius:999px!important;border:1px solid #e2e8f0!important;padding:9px 11px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;}
.mmrt-site-social a .mmrt-social-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:18px!important;height:18px!important;line-height:1!important;}
.mmrt-site-social a .mmrt-social-icon svg{width:18px!important;height:18px!important;display:block!important;fill:currentColor!important;}
.mmrt-site-social a span{font-size:12px!important;line-height:1!important;}
.mmrt-site-social a em{font-style:normal!important;font-size:12px!important;line-height:1!important;}
@media(max-width:960px){.mmrt-site-social{justify-content:flex-start!important;width:100%!important}.mmrt-home-unified-header .mmrt-lms-site-brand img{max-width:132px!important}}

/* v3.32.171 footer icon-only social links */
.footer.mmrt-legal-footer .mmrt-site-social-footer a{width:42px!important;height:42px!important;padding:0!important;position:relative!important;}
.footer.mmrt-legal-footer .mmrt-site-social-footer a em{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}


/* MIYAAR V3.32.172 - hard social icons visibility */
.mmrt-site-social a .mmrt-social-icon,
.mmrt-unified-social-link .mmrt-social-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:20px!important;min-width:20px!important;line-height:1!important;opacity:1!important;visibility:visible!important;color:inherit!important;}
.mmrt-site-social a .mmrt-social-icon svg,
.mmrt-unified-social-link .mmrt-social-icon svg{display:block!important;width:20px!important;height:20px!important;min-width:20px!important;fill:currentColor!important;stroke:currentColor;opacity:1!important;visibility:visible!important;overflow:visible!important;}
.footer.mmrt-legal-footer .mmrt-site-social-footer a .mmrt-social-icon svg,
.mmrt-unified-social-footer .mmrt-social-icon svg{width:21px!important;height:21px!important;}

/* MIYAAR V3.32.173 - footer social icons rebuilt from scratch */
.footer.mmrt-legal-footer .mmrt-footer-social-icons,
.mmrt-unified-footer .mmrt-footer-social-icons{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  min-height:46px!important;
}
.footer.mmrt-legal-footer .mmrt-footer-social-icons a,
.mmrt-unified-footer .mmrt-footer-social-icons a,
.footer.mmrt-legal-footer .mmrt-site-social-footer a,
.mmrt-unified-social-footer.mmrt-footer-social-icons a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  padding:0!important;
  border-radius:999px!important;
  text-decoration:none!important;
  position:relative!important;
  opacity:1!important;
  visibility:visible!important;
}
.footer.mmrt-legal-footer .mmrt-footer-social-icons .mmrt-social-icon,
.mmrt-unified-footer .mmrt-footer-social-icons .mmrt-social-icon,
.footer.mmrt-legal-footer .mmrt-site-social-footer .mmrt-social-icon,
.mmrt-unified-social-footer.mmrt-footer-social-icons .mmrt-social-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  min-height:22px!important;
  color:inherit!important;
  opacity:1!important;
  visibility:visible!important;
}
.footer.mmrt-legal-footer .mmrt-footer-social-icons svg,
.mmrt-unified-footer .mmrt-footer-social-icons svg,
.footer.mmrt-legal-footer .mmrt-site-social-footer svg,
.mmrt-unified-social-footer.mmrt-footer-social-icons svg{
  display:block!important;
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  min-height:22px!important;
  opacity:1!important;
  visibility:visible!important;
  fill:currentColor!important;
  stroke:currentColor;
  overflow:visible!important;
}
.footer.mmrt-legal-footer .mmrt-footer-social-icons em,
.mmrt-unified-footer .mmrt-footer-social-icons em,
.footer.mmrt-legal-footer .mmrt-site-social-footer em,
.mmrt-unified-social-footer.mmrt-footer-social-icons em{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.footer.mmrt-legal-footer .mmrt-footer-social-icons a[data-mmrt-empty-social-link="1"],
.mmrt-unified-footer .mmrt-footer-social-icons a[data-mmrt-empty-social-link="1"]{
  cursor:default!important;
}


/* MIYAAR V3.32.174 - original brand social icons, no inherited footer color */
.footer.mmrt-legal-footer .mmrt-footer-social-icons a,
.mmrt-unified-footer .mmrt-footer-social-icons a,
.footer.mmrt-legal-footer .mmrt-site-social-footer a,
.mmrt-unified-social-footer.mmrt-footer-social-icons a{
  background:transparent!important;
  border-color:transparent!important;
  color:inherit!important;
  box-shadow:none!important;
}
.footer.mmrt-legal-footer .mmrt-footer-social-icons a:hover,
.mmrt-unified-footer .mmrt-footer-social-icons a:hover,
.footer.mmrt-legal-footer .mmrt-site-social-footer a:hover,
.mmrt-unified-social-footer.mmrt-footer-social-icons a:hover{
  background:transparent!important;
  color:inherit!important;
  box-shadow:none!important;
  transform:translateY(-1px);
}
.footer.mmrt-legal-footer .mmrt-footer-social-icons .mmrt-brand-social-icon,
.mmrt-unified-footer .mmrt-footer-social-icons .mmrt-brand-social-icon,
.footer.mmrt-legal-footer .mmrt-site-social-footer .mmrt-brand-social-icon,
.mmrt-unified-social-footer.mmrt-footer-social-icons .mmrt-brand-social-icon{
  color:unset!important;
}
.footer.mmrt-legal-footer .mmrt-footer-social-icons .mmrt-brand-social-icon svg,
.mmrt-unified-footer .mmrt-footer-social-icons .mmrt-brand-social-icon svg,
.footer.mmrt-legal-footer .mmrt-site-social-footer .mmrt-brand-social-icon svg,
.mmrt-unified-social-footer.mmrt-footer-social-icons .mmrt-brand-social-icon svg{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;
  fill:unset!important;
  stroke:unset!important;
  color:unset!important;
  filter:none!important;
}
.footer.mmrt-legal-footer .mmrt-footer-social-icons .mmrt-brand-social-icon svg *,
.mmrt-unified-footer .mmrt-footer-social-icons .mmrt-brand-social-icon svg *,
.footer.mmrt-legal-footer .mmrt-site-social-footer .mmrt-brand-social-icon svg *,
.mmrt-unified-social-footer.mmrt-footer-social-icons .mmrt-brand-social-icon svg *{
  vector-effect:none!important;
}


/* MIYAAR V3.32.175 - full-width footer, no protruding card/corners */
.mmrt-unified-footer,
.footer.mmrt-legal-footer,
.mmrt-lms-platform-footer{
  box-sizing:border-box!important;
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.mmrt-unified-footer>.container,
.footer.mmrt-legal-footer>.container,
.mmrt-unified-footer .mmrt-footer-full-container,
.footer.mmrt-legal-footer .mmrt-footer-full-container{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
.mmrt-unified-footer-box,
.footer.mmrt-legal-footer .footer-box,
.mmrt-lms-platform-footer-inner{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:24px max(18px,calc((100vw - 1280px)/2 + 18px))!important;
}
@media(max-width:760px){
  .mmrt-unified-footer-box,
  .footer.mmrt-legal-footer .footer-box,
  .mmrt-lms-platform-footer-inner{padding:22px 16px!important;}
}


/* MIYAAR V3.32.177 - rebuilt footer layout: logo + contact, copy, 6 links 3x2, social, contact info */
.footer.mmrt-legal-footer.mmrt-footer-rebuilt-v177,
.mmrt-unified-footer.mmrt-footer-rebuilt-v177{
  box-sizing:border-box!important;width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;background:inherit;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important;
}
.footer.mmrt-legal-footer.mmrt-footer-rebuilt-v177>.container,
.mmrt-unified-footer.mmrt-footer-rebuilt-v177>.container{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;}
.footer.mmrt-legal-footer.mmrt-footer-rebuilt-v177 .footer-box.mmrt-footer-rebuilt-box,
.mmrt-unified-footer.mmrt-footer-rebuilt-v177 .mmrt-unified-footer-box{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:18px!important;padding:30px max(18px,calc((100vw - 1280px)/2 + 18px))!important;}
.mmrt-footer-rebuilt-v177 .mmrt-footer-brand-contact,
.mmrt-footer-rebuilt-v177 .mmrt-unified-footer-top{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:24px!important;flex-wrap:wrap!important;}
.mmrt-footer-rebuilt-v177 .mmrt-footer-logo,
.mmrt-footer-rebuilt-v177 .mmrt-unified-footer-brand{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;min-width:0!important;}
.mmrt-footer-rebuilt-v177 .mmrt-footer-logo img,
.mmrt-footer-rebuilt-v177 .mmrt-unified-footer-brand img{display:block!important;width:auto!important;max-width:160px!important;max-height:64px!important;object-fit:contain!important;}
.mmrt-footer-rebuilt-v177 .mmrt-footer-contact-title,
.mmrt-footer-rebuilt-v177 .mmrt-unified-footer-contact-title{font-size:24px!important;font-weight:950!important;line-height:1.45!important;}
.mmrt-footer-rebuilt-v177 .mmrt-footer-copy,
.mmrt-footer-rebuilt-v177 .mmrt-unified-footer-copy{margin:0!important;font-size:15px!important;font-weight:850!important;line-height:1.8!important;}
.mmrt-footer-rebuilt-v177 .mmrt-footer-grid-links,
.mmrt-footer-rebuilt-v177 .mmrt-unified-footer-links{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:min(760px,100%)!important;gap:10px 14px!important;align-items:stretch!important;justify-content:center!important;}
.mmrt-footer-rebuilt-v177 .mmrt-footer-grid-links a,
.mmrt-footer-rebuilt-v177 .mmrt-unified-footer-links a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;text-align:center!important;text-decoration:none!important;background:transparent!important;border:1px solid transparent!important;border-radius:14px!important;padding:9px 12px!important;font-weight:850!important;line-height:1.5!important;}
.mmrt-footer-rebuilt-v177 .mmrt-site-social-footer,
.mmrt-footer-rebuilt-v177 .mmrt-unified-social-footer{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;flex-wrap:wrap!important;}
.mmrt-footer-rebuilt-v177 .mmrt-site-social-footer a,
.mmrt-footer-rebuilt-v177 .mmrt-unified-social-footer a{width:42px!important;height:42px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}
.mmrt-footer-rebuilt-v177 .mmrt-site-social-footer svg,
.mmrt-footer-rebuilt-v177 .mmrt-unified-social-footer svg{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;fill:unset!important;stroke:unset!important;color:unset!important;}
.mmrt-footer-rebuilt-v177 .mmrt-footer-contact-info,
.mmrt-footer-rebuilt-v177 .mmrt-unified-footer-contact-info{display:flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;flex-wrap:wrap!important;}
.mmrt-footer-rebuilt-v177 .mmrt-footer-contact-item{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;text-decoration:none!important;font-weight:850!important;line-height:1.5!important;}
.mmrt-footer-rebuilt-v177 .mmrt-footer-contact-item span{opacity:.72!important;font-size:12px!important;}
.mmrt-footer-rebuilt-v177 .mmrt-footer-contact-item strong{font-size:14px!important;direction:ltr!important;unicode-bidi:embed!important;}
@media(max-width:760px){.footer.mmrt-legal-footer.mmrt-footer-rebuilt-v177 .footer-box.mmrt-footer-rebuilt-box,.mmrt-unified-footer.mmrt-footer-rebuilt-v177 .mmrt-unified-footer-box{padding:24px 16px!important}.mmrt-footer-rebuilt-v177 .mmrt-footer-grid-links,.mmrt-footer-rebuilt-v177 .mmrt-unified-footer-links{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mmrt-footer-rebuilt-v177 .mmrt-footer-contact-title,.mmrt-footer-rebuilt-v177 .mmrt-unified-footer-contact-title{font-size:21px!important}}
@media(max-width:520px){.mmrt-footer-rebuilt-v177 .mmrt-footer-brand-contact,.mmrt-footer-rebuilt-v177 .mmrt-unified-footer-top{flex-direction:column!important;gap:12px!important}.mmrt-footer-rebuilt-v177 .mmrt-footer-grid-links,.mmrt-footer-rebuilt-v177 .mmrt-unified-footer-links{grid-template-columns:1fr!important}.mmrt-footer-rebuilt-v177 .mmrt-footer-contact-info,.mmrt-footer-rebuilt-v177 .mmrt-unified-footer-contact-info{flex-direction:column!important}}


/* MIYAAR V3.32.178 - footer four columns: brand, 3 links, 3 links, social/contact */
.footer.mmrt-legal-footer.mmrt-footer-rebuilt-v180,
.mmrt-unified-footer.mmrt-footer-rebuilt-v180{
  box-sizing:border-box!important;width:100vw!important;max-width:100vw!important;margin:36px calc(50% - 50vw) 0!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important;
}
.footer.mmrt-legal-footer.mmrt-footer-rebuilt-v180>.container,
.mmrt-unified-footer.mmrt-footer-rebuilt-v180>.container{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;}
.footer.mmrt-legal-footer.mmrt-footer-rebuilt-v180 .footer-box.mmrt-footer-four-col,
.mmrt-unified-footer.mmrt-footer-rebuilt-v180 .mmrt-unified-footer-box.mmrt-footer-four-col{
  box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;
  display:grid!important;grid-template-columns:1.25fr .8fr .8fr 1.15fr!important;align-items:flex-start!important;justify-content:stretch!important;gap:28px!important;
  padding:34px max(18px,calc((100vw - 1280px)/2 + 18px))!important;text-align:initial!important;
}
.mmrt-footer-rebuilt-v180 .mmrt-footer-col{min-width:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:14px!important;}
.mmrt-footer-rebuilt-v180 .mmrt-footer-logo,
.mmrt-footer-rebuilt-v180 .mmrt-unified-footer-brand{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;text-decoration:none!important;min-width:0!important;}
.mmrt-footer-rebuilt-v180 .mmrt-footer-logo img,
.mmrt-footer-rebuilt-v180 .mmrt-unified-footer-brand img{display:block!important;width:auto!important;max-width:170px!important;max-height:70px!important;object-fit:contain!important;}
.mmrt-footer-rebuilt-v180 .mmrt-footer-logo span,
.mmrt-footer-rebuilt-v180 .mmrt-unified-footer-brand span{width:58px!important;height:58px!important;border-radius:18px!important;background:linear-gradient(135deg,#0ea5e9,#2563eb)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:24px!important;font-weight:950!important;}
.mmrt-footer-rebuilt-v180 .mmrt-footer-copy,
.mmrt-footer-rebuilt-v180 .mmrt-unified-footer-copy{max-width:310px!important;margin:0!important;font-size:15px!important;font-weight:850!important;line-height:1.9!important;text-align:start!important;}
.mmrt-footer-rebuilt-v180 .mmrt-footer-links-column{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:10px!important;width:100%!important;}
.mmrt-footer-rebuilt-v180 .mmrt-footer-links-column a{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;min-height:34px!important;text-align:start!important;text-decoration:none!important;background:transparent!important;border:0!important;border-radius:10px!important;padding:4px 0!important;font-weight:850!important;line-height:1.6!important;}
.mmrt-footer-rebuilt-v180 .mmrt-footer-links-column a:hover{background:transparent!important;}
.mmrt-footer-rebuilt-v180 .mmrt-footer-contact-title,
.mmrt-footer-rebuilt-v180 .mmrt-unified-footer-contact-title{font-size:20px!important;font-weight:950!important;line-height:1.5!important;margin:0!important;text-align:start!important;}
.mmrt-footer-rebuilt-v180 .mmrt-site-social-footer,
.mmrt-footer-rebuilt-v180 .mmrt-unified-social-footer{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;flex-wrap:wrap!important;}
.mmrt-footer-rebuilt-v180 .mmrt-site-social-footer a,
.mmrt-footer-rebuilt-v180 .mmrt-unified-social-footer a{width:36px!important;height:36px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}
.mmrt-footer-rebuilt-v180 .mmrt-site-social-footer svg,
.mmrt-footer-rebuilt-v180 .mmrt-unified-social-footer svg{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;fill:unset!important;stroke:unset!important;color:unset!important;}
.mmrt-footer-rebuilt-v180 .mmrt-footer-contact-info,
.mmrt-footer-rebuilt-v180 .mmrt-unified-footer-contact-info{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:8px!important;}
.mmrt-footer-rebuilt-v180 .mmrt-footer-contact-item{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;text-decoration:none!important;font-weight:850!important;line-height:1.6!important;text-align:start!important;}
.mmrt-footer-rebuilt-v180 .mmrt-footer-contact-item span{opacity:.72!important;font-size:12px!important;min-width:78px!important;}
.mmrt-footer-rebuilt-v180 .mmrt-footer-contact-item strong{font-size:14px!important;direction:ltr!important;unicode-bidi:embed!important;}
@media(max-width:980px){
  .footer.mmrt-legal-footer.mmrt-footer-rebuilt-v180 .footer-box.mmrt-footer-four-col,
  .mmrt-unified-footer.mmrt-footer-rebuilt-v180 .mmrt-unified-footer-box.mmrt-footer-four-col{grid-template-columns:1fr 1fr!important;gap:24px!important;}
}
@media(max-width:620px){
  .footer.mmrt-legal-footer.mmrt-footer-rebuilt-v180 .footer-box.mmrt-footer-four-col,
  .mmrt-unified-footer.mmrt-footer-rebuilt-v180 .mmrt-unified-footer-box.mmrt-footer-four-col{grid-template-columns:1fr!important;text-align:center!important;padding:26px 16px!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-col,.mmrt-footer-rebuilt-v180 .mmrt-footer-links-column,.mmrt-footer-rebuilt-v180 .mmrt-site-social-footer,.mmrt-footer-rebuilt-v180 .mmrt-unified-social-footer,.mmrt-footer-rebuilt-v180 .mmrt-footer-contact-info,.mmrt-footer-rebuilt-v180 .mmrt-unified-footer-contact-info{align-items:center!important;justify-content:center!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-copy,.mmrt-footer-rebuilt-v180 .mmrt-unified-footer-copy,.mmrt-footer-rebuilt-v180 .mmrt-footer-contact-title,.mmrt-footer-rebuilt-v180 .mmrt-unified-footer-contact-title,.mmrt-footer-rebuilt-v180 .mmrt-footer-links-column a{text-align:center!important;justify-content:center!important;}
}


/* MIYAAR V3.32.180 - mobile footer must stay 3 columns */
@media(max-width:620px){
  .footer.mmrt-legal-footer.mmrt-footer-rebuilt-v180 .footer-box.mmrt-footer-four-col,
  .mmrt-unified-footer.mmrt-footer-rebuilt-v180 .mmrt-unified-footer-box.mmrt-footer-four-col{
    display:grid!important;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.05fr) minmax(0,1.05fr)!important;
    grid-auto-rows:auto!important;
    gap:10px 10px!important;
    align-items:start!important;
    justify-items:stretch!important;
    text-align:start!important;
    padding:22px 10px!important;
  }
  .mmrt-footer-rebuilt-v180 .mmrt-footer-col-brand{grid-column:1!important;grid-row:1 / span 2!important;align-items:flex-start!important;justify-content:flex-start!important;gap:9px!important;min-width:0!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-col-links-one{grid-column:2!important;grid-row:1!important;align-items:flex-start!important;min-width:0!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-col-links-two{grid-column:2!important;grid-row:2!important;align-items:flex-start!important;min-width:0!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-col-contact{grid-column:3!important;grid-row:1 / span 2!important;align-items:flex-start!important;justify-content:flex-start!important;gap:9px!important;min-width:0!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-links-column{align-items:flex-start!important;justify-content:flex-start!important;gap:5px!important;width:100%!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-links-column a{justify-content:flex-start!important;text-align:start!important;font-size:12px!important;line-height:1.35!important;min-height:24px!important;padding:2px 0!important;white-space:normal!important;word-break:break-word!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-logo img,
  .mmrt-footer-rebuilt-v180 .mmrt-unified-footer-brand img{max-width:74px!important;max-height:44px!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-logo span,
  .mmrt-footer-rebuilt-v180 .mmrt-unified-footer-brand span{width:38px!important;height:38px!important;border-radius:12px!important;font-size:17px!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-copy,
  .mmrt-footer-rebuilt-v180 .mmrt-unified-footer-copy{max-width:100%!important;text-align:start!important;font-size:11px!important;line-height:1.55!important;font-weight:800!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-contact-title,
  .mmrt-footer-rebuilt-v180 .mmrt-unified-footer-contact-title{text-align:start!important;font-size:13px!important;line-height:1.4!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-site-social-footer,
  .mmrt-footer-rebuilt-v180 .mmrt-unified-social-footer{align-items:center!important;justify-content:flex-start!important;gap:5px!important;flex-wrap:wrap!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-site-social-footer a,
  .mmrt-footer-rebuilt-v180 .mmrt-unified-social-footer a{width:24px!important;height:24px!important;min-width:24px!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-site-social-footer svg,
  .mmrt-footer-rebuilt-v180 .mmrt-unified-social-footer svg{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-contact-info,
  .mmrt-footer-rebuilt-v180 .mmrt-unified-footer-contact-info{align-items:flex-start!important;justify-content:flex-start!important;gap:4px!important;max-width:100%!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-contact-item{align-items:flex-start!important;justify-content:flex-start!important;gap:3px!important;text-align:start!important;flex-direction:column!important;max-width:100%!important;min-width:0!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-contact-item span{min-width:0!important;font-size:10px!important;line-height:1.2!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-contact-item strong{font-size:10.5px!important;line-height:1.3!important;word-break:break-all!important;max-width:100%!important;}
}
@media(max-width:380px){
  .footer.mmrt-legal-footer.mmrt-footer-rebuilt-v180 .footer-box.mmrt-footer-four-col,
  .mmrt-unified-footer.mmrt-footer-rebuilt-v180 .mmrt-unified-footer-box.mmrt-footer-four-col{grid-template-columns:minmax(0,.82fr) minmax(0,1fr) minmax(0,1fr)!important;gap:8px!important;padding:18px 8px!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-links-column a{font-size:11px!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-copy{font-size:10px!important;}
}


/* MIYAAR V3.32.180 - tighten mobile footer page links: no large gaps */
.mmrt-footer-rebuilt-v180 .mmrt-footer-pages-area{display:contents!important;}
@media(max-width:620px){
  .footer.mmrt-legal-footer.mmrt-footer-rebuilt-v180 .footer-box.mmrt-footer-four-col,
  .mmrt-unified-footer.mmrt-footer-rebuilt-v180 .mmrt-unified-footer-box.mmrt-footer-four-col,
  .mmrt-footer-rebuilt-v180 .mmrt-footer-four-col{
    display:grid!important;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.08fr) minmax(0,1.02fr)!important;
    grid-template-rows:auto!important;
    gap:8px 9px!important;
    align-items:start!important;
    justify-items:stretch!important;
    text-align:start!important;
    padding:20px 9px!important;
  }
  .mmrt-footer-rebuilt-v180 .mmrt-footer-col-brand{grid-column:1!important;grid-row:1!important;align-items:flex-start!important;justify-content:flex-start!important;gap:8px!important;min-width:0!important;align-self:start!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-pages-area{grid-column:2!important;grid-row:1!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:0!important;margin:0!important;padding:0!important;min-width:0!important;align-self:start!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-col-links-one,
  .mmrt-footer-rebuilt-v180 .mmrt-footer-col-links-two{grid-column:auto!important;grid-row:auto!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:0!important;margin:0!important;padding:0!important;min-width:0!important;width:100%!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-col-contact{grid-column:3!important;grid-row:1!important;align-items:flex-start!important;justify-content:flex-start!important;gap:8px!important;min-width:0!important;align-self:start!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-links-column{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:0!important;margin:0!important;padding:0!important;width:100%!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-links-column a{display:block!important;width:100%!important;min-height:0!important;margin:0!important;padding:1px 0!important;line-height:1.35!important;font-size:12px!important;text-align:start!important;white-space:normal!important;word-break:break-word!important;}
}
@media(max-width:380px){
  .footer.mmrt-legal-footer.mmrt-footer-rebuilt-v180 .footer-box.mmrt-footer-four-col,
  .mmrt-unified-footer.mmrt-footer-rebuilt-v180 .mmrt-unified-footer-box.mmrt-footer-four-col,
  .mmrt-footer-rebuilt-v180 .mmrt-footer-four-col{grid-template-columns:minmax(0,.82fr) minmax(0,1.05fr) minmax(0,.98fr)!important;gap:7px!important;padding:18px 7px!important;}
  .mmrt-footer-rebuilt-v180 .mmrt-footer-links-column a{font-size:11px!important;line-height:1.3!important;padding:1px 0!important;}
}


/* MIYAAR V3.32.182 - Hazem home + default About section */
.mmrt-home-about-section{padding:34px 0 24px!important;}
.mmrt-home-about-section .about-grid{align-items:stretch;}
.mmrt-home-about-section .about{position:relative;overflow:hidden;}
.mmrt-home-about-section .about:first-child{background:linear-gradient(135deg,#ffffff 0%,#f8fafc 55%,#eef7ff 100%);}
.mmrt-home-about-section .about:first-child:before{content:"";position:absolute;inset:auto -90px -110px auto;width:260px;height:260px;border-radius:999px;background:radial-gradient(circle,rgba(37,99,235,.12),transparent 68%);pointer-events:none;}
.mmrt-home-about-section .about .pad{position:relative;z-index:1;min-height:280px;display:flex;flex-direction:column;justify-content:center;}
.mmrt-home-about-section .about h2{font-size:clamp(26px,3vw,40px);line-height:1.25;margin:0 0 12px;}
.mmrt-home-about-section .about p{font-size:16px;line-height:2.05;margin:0;}
.mmrt-home-about-section .card-cover{height:100%;min-height:360px;}
@media(max-width:760px){.mmrt-home-about-section{padding:24px 0 14px!important}.mmrt-home-about-section .about .pad{min-height:auto}.mmrt-home-about-section .card-cover{min-height:240px;height:240px}}


/* MIYAAR V3.32.183 - about page button inside about section */
.mmrt-home-about-section .mmrt-about-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:22px;}
.mmrt-home-about-section .mmrt-about-actions .btn{align-self:flex-start;}


/* MIYAAR V3.32.183 - about page button inside footer */
.mmrt-footer-rebuilt-v180 .mmrt-footer-about-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;border-radius:999px!important;background:linear-gradient(135deg,var(--primary,#2563eb),var(--secondary,#5b21b6))!important;color:#fff!important;text-decoration:none!important;padding:0 16px!important;font-weight:950!important;box-shadow:0 12px 28px rgba(37,99,235,.20)!important;white-space:nowrap!important;}
.mmrt-footer-rebuilt-v180 .mmrt-footer-about-button:hover{filter:brightness(.98)!important;transform:translateY(-1px)!important;}
@media(max-width:620px){.mmrt-footer-rebuilt-v180 .mmrt-footer-about-button{min-height:28px!important;padding:0 8px!important;font-size:10.5px!important;line-height:1.2!important;white-space:normal!important;text-align:center!important;}}


/* MMRT v3.32.202 - Training homepage v2 */
.mmrt-training-home-v2{padding:34px 0 26px;background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);overflow:hidden;}
.mmrt-training-home-v2 .container{max-width:1180px;margin-inline:auto;}
.mmrt-thv2-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:28px;align-items:center;padding:24px;border:1px solid rgba(15,23,42,.08);border-radius:28px;background:rgba(255,255,255,.88);box-shadow:0 20px 55px rgba(15,23,42,.08);}
.mmrt-thv2-copy{padding:10px 6px;}
.mmrt-thv2-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;padding:7px 12px;border-radius:999px;background:rgba(0,154,154,.10);color:#047878;font-weight:800;font-size:13px;}
.mmrt-thv2-copy h1{margin:0 0 14px;font-size:clamp(32px,4.5vw,58px);line-height:1.12;letter-spacing:-.02em;color:#0f172a;}
.mmrt-thv2-copy p{margin:0;max-width:680px;color:#475569;font-size:17px;line-height:1.9;}
.mmrt-thv2-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;}
.mmrt-thv2-visual{position:relative;min-height:360px;border-radius:24px;overflow:hidden;background:#e7f5f5;isolation:isolate;}
.mmrt-thv2-visual:before{content:"";position:absolute;inset:auto -15% -18% 12%;height:55%;border-radius:999px;background:color-mix(in srgb,var(--mmrt-thv2-accent,#009a9a) 35%,transparent);filter:blur(28px);z-index:1;}
.mmrt-thv2-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.96) contrast(.98);}
.mmrt-thv2-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.03),rgba(15,23,42,.28));z-index:2;}
.mmrt-thv2-visual-card{position:absolute;right:18px;bottom:18px;z-index:3;width:min(82%,310px);padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);box-shadow:0 14px 35px rgba(15,23,42,.16);}
.mmrt-thv2-visual-card b{display:block;color:#0f172a;font-size:15px;margin-bottom:5px;}
.mmrt-thv2-visual-card span{display:block;color:#64748b;font-size:13px;}
.mmrt-thv2-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px;}
.mmrt-thv2-metric{padding:18px;border-radius:20px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 12px 30px rgba(15,23,42,.05);}
.mmrt-thv2-metric strong{display:block;color:#009a9a;font-size:30px;line-height:1;font-weight:900;margin-bottom:8px;}
.mmrt-thv2-metric span{display:block;color:#0f172a;font-weight:800;margin-bottom:7px;}
.mmrt-thv2-metric p{margin:0;color:#64748b;font-size:13px;line-height:1.7;}
.mmrt-thv2-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:34px 0 16px;}
.mmrt-thv2-section-head h2{margin:0;color:#0f172a;font-size:27px;}
.mmrt-thv2-section-head p{margin:0;max-width:580px;color:#64748b;line-height:1.8;}
.mmrt-thv2-pathways{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.mmrt-thv2-path-card{padding:20px;border-radius:22px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 13px 34px rgba(15,23,42,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}
.mmrt-thv2-path-card:hover{transform:translateY(-4px);box-shadow:0 20px 42px rgba(15,23,42,.09);border-color:rgba(0,154,154,.22);}
.mmrt-thv2-path-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;}
.mmrt-thv2-icon{display:inline-flex;align-items:center;justify-content:center;min-width:50px;height:38px;padding:0 10px;border-radius:14px;background:#eefafa;color:#047878;font-size:13px;font-weight:900;}
.mmrt-thv2-path-top em{font-style:normal;color:#64748b;font-size:12px;background:#f8fafc;border:1px solid rgba(15,23,42,.06);border-radius:999px;padding:6px 10px;}
.mmrt-thv2-path-card h3{margin:0 0 9px;color:#0f172a;font-size:20px;}
.mmrt-thv2-path-card p{margin:0 0 16px;color:#64748b;line-height:1.8;}
.mmrt-thv2-link{display:inline-flex;align-items:center;text-decoration:none;color:#047878;font-weight:800;}
.mmrt-thv2-link:after{content:"←";margin-right:8px;transition:transform .2s ease;}
.mmrt-thv2-link:hover:after{transform:translateX(-4px);}
.mmrt-thv2-operating{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px;}
.mmrt-thv2-panel{padding:22px;border-radius:24px;background:#0f172a;color:#fff;box-shadow:0 18px 45px rgba(15,23,42,.12);}
.mmrt-thv2-panel.mmrt-thv2-steps{background:#fff;color:#0f172a;border:1px solid rgba(15,23,42,.08);}
.mmrt-thv2-panel h2{margin:0 0 18px;font-size:24px;color:inherit;}
.mmrt-thv2-panel ul,.mmrt-thv2-panel ol{list-style:none;margin:0;padding:0;display:grid;gap:12px;}
.mmrt-thv2-panel li{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:flex-start;}
.mmrt-thv2-panel li>span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:14px;background:rgba(255,255,255,.12);color:#99f6e4;font-weight:900;}
.mmrt-thv2-steps li>span{background:#eefafa;color:#047878;}
.mmrt-thv2-panel b{display:block;margin-bottom:4px;color:inherit;}
.mmrt-thv2-panel p{margin:0;color:rgba(255,255,255,.72);line-height:1.7;font-size:14px;}
.mmrt-thv2-steps p{color:#64748b;}
@media (max-width:980px){.mmrt-thv2-hero,.mmrt-thv2-operating{grid-template-columns:1fr}.mmrt-thv2-visual{min-height:300px}.mmrt-thv2-pathways{grid-template-columns:1fr 1fr}.mmrt-thv2-section-head{display:block}.mmrt-thv2-section-head p{margin-top:8px}}
@media (max-width:640px){.mmrt-training-home-v2{padding-top:18px}.mmrt-thv2-hero{padding:16px;border-radius:22px}.mmrt-thv2-copy h1{font-size:32px}.mmrt-thv2-copy p{font-size:15px}.mmrt-thv2-metrics,.mmrt-thv2-pathways{grid-template-columns:1fr}.mmrt-thv2-visual{min-height:240px}.mmrt-thv2-actions .btn{width:100%;justify-content:center}.mmrt-thv2-section-head h2{font-size:23px}}


/* MIYAAR V3.32.203 - Durur-inspired training footer + ordered practical home */
#miyaar-master-app .mmrt-training-home-v2{padding:34px 0 18px;background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);}
#miyaar-master-app .mmrt-training-home-v2 .container,#miyaar-master-app .mmrt-training-about-block .container,#miyaar-master-app .mmrt-training-offers-block .container,#miyaar-master-app .mmrt-training-steps-block .container,#miyaar-master-app .mmrt-training-pathways-block .container{max-width:1180px;margin-inline:auto;}
#miyaar-master-app .mmrt-thv2-hero{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(247,251,255,.92));}
#miyaar-master-app .mmrt-thv2-hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px;}
#miyaar-master-app .mmrt-training-about-block{padding:32px 0 18px;background:#fff;}
#miyaar-master-app .mmrt-training-about-shell{display:grid;grid-template-columns:1.04fr .96fr;gap:22px;align-items:center;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:28px;padding:24px;box-shadow:0 18px 48px rgba(15,23,42,.06);}
#miyaar-master-app .mmrt-training-about-text{padding:10px 8px;}
#miyaar-master-app .mmrt-training-about-text h2{margin:8px 0 12px;color:#0f172a;font-size:clamp(26px,3vw,40px);line-height:1.25;}
#miyaar-master-app .mmrt-training-about-text p{margin:0;color:#475569;line-height:1.95;font-size:16px;}
#miyaar-master-app .mmrt-training-about-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
#miyaar-master-app .mmrt-training-about-points span{display:inline-flex;border-radius:999px;padding:8px 12px;background:#eefafa;color:#047878;font-weight:900;font-size:13px;}
#miyaar-master-app .mmrt-training-about-media{height:330px;border-radius:24px;overflow:hidden;background:#eefafa;}
#miyaar-master-app .mmrt-training-about-media img{width:100%;height:100%;object-fit:cover;}
#miyaar-master-app .mmrt-training-about-placeholder{height:100%;display:grid;place-items:center;color:#047878;font-weight:950;font-size:24px;}
#miyaar-master-app .mmrt-training-offers-block,#miyaar-master-app .mmrt-training-pathways-block{padding:28px 0 12px;background:#fff;}
#miyaar-master-app .mmrt-thv2-section-head span{display:inline-flex;margin-bottom:8px;color:#047878;background:#eefafa;border-radius:999px;padding:7px 12px;font-weight:900;font-size:13px;}
#miyaar-master-app .mmrt-thv2-offers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
#miyaar-master-app .mmrt-thv2-offer-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:22px;padding:22px;box-shadow:0 14px 34px rgba(15,23,42,.055);}
#miyaar-master-app .mmrt-thv2-offer-card>span{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:40px;border-radius:14px;background:#eefafa;color:#047878;font-weight:950;margin-bottom:14px;}
#miyaar-master-app .mmrt-thv2-offer-card h3{margin:0 0 9px;color:#0f172a;font-size:20px;}
#miyaar-master-app .mmrt-thv2-offer-card p{margin:0;color:#64748b;line-height:1.8;}
#miyaar-master-app .mmrt-training-steps-block{padding:28px 0 12px;background:linear-gradient(180deg,#fff,#f8fbff);}
#miyaar-master-app .mmrt-thv2-operating-single{display:block;margin-top:0;}
#miyaar-master-app .mmrt-thv2-operating-single .mmrt-thv2-panel{max-width:none;}
#miyaar-master-app .mmrt-panel-kicker{display:inline-flex;margin-bottom:10px;border-radius:999px;padding:7px 12px;background:#eefafa;color:#047878;font-weight:900;font-size:13px;}
#miyaar-master-app .mmrt-training-steps-block .mmrt-thv2-steps{background:#0f172a;color:#fff;border:0;}
#miyaar-master-app .mmrt-training-steps-block .mmrt-thv2-steps li>span{background:rgba(255,255,255,.12);color:#99f6e4;}
#miyaar-master-app .mmrt-training-steps-block .mmrt-thv2-steps p{color:rgba(255,255,255,.72);}
#miyaar-master-app .mmrt-latest-section{padding-top:34px;}
#miyaar-master-app .mmrt-durur-footer{box-sizing:border-box!important;width:100vw!important;max-width:100vw!important;margin:58px calc(50% - 50vw) 0!important;background:linear-gradient(135deg,var(--mmrt-durur-footer-bg-1,#2D1B5F),var(--mmrt-durur-footer-bg-2,#15073A))!important;color:var(--mmrt-durur-footer-text,#fff)!important;font-family:var(--mmrt-durur-footer-font,Tajawal,Arial,sans-serif)!important;position:relative;overflow:hidden;border:0!important;border-radius:0!important;box-shadow:none!important;}
#miyaar-master-app .mmrt-durur-footer *{font-family:var(--mmrt-durur-footer-font,Tajawal,Arial,sans-serif)!important;box-sizing:border-box;}
#miyaar-master-app .mmrt-durur-footer-blob{position:absolute;width:360px;height:360px;background:color-mix(in srgb,var(--mmrt-durur-footer-accent,#9BC9AA) 28%,transparent);border-radius:43% 57% 47% 53%;left:-120px;top:-130px;opacity:.9;}
#miyaar-master-app .mmrt-durur-footer-inner{position:relative;width:min(1180px,92vw);margin:auto;display:grid!important;grid-template-columns:1.35fr .75fr .75fr 1.2fr!important;gap:30px;align-items:start;padding:62px 0 32px;}
#miyaar-master-app .mmrt-durur-footer-col{min-width:0;}
#miyaar-master-app .mmrt-durur-footer-brand{display:flex;align-items:center;gap:13px;font-weight:900;font-size:23px;color:var(--mmrt-durur-footer-text,#fff)!important;text-decoration:none!important;}
#miyaar-master-app .mmrt-durur-footer-brand img{width:62px;height:62px;object-fit:contain;background:#fff;border-radius:22px;padding:7px;box-shadow:0 14px 34px rgba(0,0,0,.16);}
#miyaar-master-app .mmrt-durur-footer-badge{width:62px;height:62px;display:grid;place-items:center;background:#fff;color:var(--mmrt-durur-footer-bg-1,#2D1B5F);border-radius:22px;font-weight:950;box-shadow:0 14px 34px rgba(0,0,0,.16);}
#miyaar-master-app .mmrt-durur-footer-main p,#miyaar-master-app .mmrt-durur-footer-contact p{color:var(--mmrt-durur-footer-muted,#eaf7f2)!important;font-weight:700;line-height:1.95;margin:15px 0;}
#miyaar-master-app .mmrt-durur-footer-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
#miyaar-master-app .mmrt-durur-footer-badges span{display:inline-flex;border-radius:999px;padding:9px 13px;background:color-mix(in srgb,var(--mmrt-durur-footer-accent,#9BC9AA) 18%,transparent);border:1px solid color-mix(in srgb,var(--mmrt-durur-footer-accent,#9BC9AA) 42%,transparent);color:var(--mmrt-durur-footer-text,#fff)!important;font-weight:900;}
#miyaar-master-app .mmrt-durur-footer h3{margin:0 0 16px;font-size:22px;color:var(--mmrt-durur-footer-text,#fff)!important;font-weight:900;position:relative;}
#miyaar-master-app .mmrt-durur-footer h3:after{content:"";display:block;width:44px;height:4px;border-radius:999px;background:var(--mmrt-durur-footer-accent,#9BC9AA);margin-top:10px;}
#miyaar-master-app .mmrt-durur-footer-links .mmrt-footer-links-column{display:block!important;}
#miyaar-master-app .mmrt-durur-footer-links a{display:flex!important;align-items:center;gap:9px;width:max-content;max-width:100%;color:var(--mmrt-durur-footer-link,#fff)!important;text-decoration:none!important;margin:11px 0!important;font-weight:800;line-height:1.6;transition:.22s;background:transparent!important;border:0!important;padding:0!important;min-height:0!important;border-radius:0!important;}
#miyaar-master-app .mmrt-durur-footer-links a:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--mmrt-durur-footer-accent,#9BC9AA);box-shadow:0 0 0 4px color-mix(in srgb,var(--mmrt-durur-footer-accent,#9BC9AA) 16%,transparent);flex:0 0 auto;}
#miyaar-master-app .mmrt-durur-footer-links a:hover{transform:translateX(-4px);color:var(--mmrt-durur-footer-text,#fff)!important;}
#miyaar-master-app .mmrt-durur-socials .mmrt-site-social-footer{display:grid!important;grid-template-columns:repeat(5,44px);gap:10px;margin:16px 0 20px;justify-content:flex-start;}
#miyaar-master-app .mmrt-durur-socials .mmrt-site-social-footer a{width:44px!important;height:44px!important;min-height:44px!important;padding:0!important;border-radius:16px!important;background:var(--mmrt-durur-footer-icon-bg,#fff)!important;border:1px solid color-mix(in srgb,var(--mmrt-durur-footer-accent,#9BC9AA) 34%,transparent)!important;display:grid!important;place-items:center!important;color:var(--mmrt-durur-footer-icon,#2D1B5F)!important;box-shadow:0 14px 28px rgba(0,0,0,.14);transition:.22s;text-decoration:none!important;overflow:hidden!important;}
#miyaar-master-app .mmrt-durur-socials .mmrt-site-social-footer a:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 18px 36px rgba(0,0,0,.2);}
#miyaar-master-app .mmrt-durur-socials .mmrt-site-social-footer .mmrt-social-icon{display:grid!important;place-items:center!important;width:24px!important;height:24px!important;background:transparent!important;color:var(--mmrt-durur-footer-icon,#2D1B5F)!important;border-radius:0!important;}
#miyaar-master-app .mmrt-durur-socials .mmrt-site-social-footer svg{display:block!important;width:23px!important;height:23px!important;min-width:23px!important;min-height:23px!important;fill:currentColor!important;color:currentColor!important;opacity:1!important;visibility:visible!important;overflow:visible!important;}
#miyaar-master-app .mmrt-durur-socials .mmrt-site-social-footer svg path{fill:currentColor!important;opacity:1!important;visibility:visible!important;}
#miyaar-master-app .mmrt-durur-socials .mmrt-site-social-footer em{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;}
#miyaar-master-app .mmrt-durur-footer-contact-lines .mmrt-footer-contact-info{display:grid!important;gap:10px;margin-top:12px;}
#miyaar-master-app .mmrt-durur-footer-contact-lines .mmrt-footer-contact-item{display:flex!important;align-items:flex-start!important;gap:10px;margin:0;padding:10px 12px;border-radius:18px;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.13)!important;overflow-wrap:anywhere;color:var(--mmrt-durur-footer-link,#fff)!important;text-decoration:none!important;}
#miyaar-master-app .mmrt-durur-footer-contact-lines .mmrt-footer-contact-item span{opacity:.86;color:var(--mmrt-durur-footer-muted,#eaf7f2)!important;min-width:72px;}
#miyaar-master-app .mmrt-durur-footer-contact-lines .mmrt-footer-contact-item strong{color:var(--mmrt-durur-footer-link,#fff)!important;direction:ltr;unicode-bidi:embed;}
#miyaar-master-app .mmrt-durur-footer-closing{position:relative;width:min(1180px,92vw);margin:0 auto 22px;padding:13px 18px;border-radius:20px;background:color-mix(in srgb,var(--mmrt-durur-footer-accent,#9BC9AA) 14%,transparent);border:1px solid rgba(255,255,255,.12);color:var(--mmrt-durur-footer-muted,#eaf7f2)!important;text-align:center;font-weight:800;}
#miyaar-master-app .mmrt-durur-footer-bottom{position:relative;text-align:center;padding:18px;border-top:1px solid rgba(255,255,255,.15);color:var(--mmrt-durur-footer-muted,#eaf7f2)!important;font-weight:800;}
@media(max-width:1080px){#miyaar-master-app .mmrt-thv2-offers{grid-template-columns:repeat(2,minmax(0,1fr));}#miyaar-master-app .mmrt-durur-footer-inner{grid-template-columns:1fr 1fr!important;}}
@media(max-width:820px){#miyaar-master-app .mmrt-thv2-hero,#miyaar-master-app .mmrt-training-about-shell{grid-template-columns:1fr;}#miyaar-master-app .mmrt-thv2-offers,#miyaar-master-app .mmrt-thv2-hero-metrics{grid-template-columns:1fr;}#miyaar-master-app .mmrt-training-about-media{height:250px;}#miyaar-master-app .mmrt-durur-footer{margin-top:34px!important;}#miyaar-master-app .mmrt-durur-footer-blob{opacity:.16!important;width:180px!important;height:180px!important;}#miyaar-master-app .mmrt-durur-footer-inner{width:min(94vw,560px)!important;grid-template-columns:1fr 1fr!important;gap:16px 18px!important;padding:28px 0 16px!important;}#miyaar-master-app .mmrt-durur-footer-col-brand,#miyaar-master-app .mmrt-durur-footer-col-social{grid-column:1/-1!important;}#miyaar-master-app .mmrt-durur-footer-brand{font-size:18px!important;gap:9px!important;}#miyaar-master-app .mmrt-durur-footer-brand img,#miyaar-master-app .mmrt-durur-footer-badge{width:46px!important;height:46px!important;border-radius:16px!important;padding:5px!important;}#miyaar-master-app .mmrt-durur-footer-main p,#miyaar-master-app .mmrt-durur-footer-contact p{font-size:13.5px!important;line-height:1.6!important;margin:8px 0!important;}#miyaar-master-app .mmrt-durur-footer-badges{gap:6px!important;margin-top:10px!important;}#miyaar-master-app .mmrt-durur-footer-badges span{font-size:12px!important;padding:5px 8px!important;}#miyaar-master-app .mmrt-durur-footer h3{font-size:16px!important;margin:0 0 8px!important;}#miyaar-master-app .mmrt-durur-footer h3:after{width:32px!important;height:3px!important;margin-top:6px!important;}#miyaar-master-app .mmrt-durur-footer-links a{font-size:13.5px!important;margin:5px 0!important;gap:7px!important;line-height:1.45!important;}#miyaar-master-app .mmrt-durur-footer-links a:before{width:6px!important;height:6px!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--mmrt-durur-footer-accent,#9BC9AA) 16%,transparent)!important;}#miyaar-master-app .mmrt-durur-socials .mmrt-site-social-footer{grid-template-columns:repeat(5,36px)!important;gap:8px!important;margin:10px 0 12px!important;}#miyaar-master-app .mmrt-durur-socials .mmrt-site-social-footer a{width:36px!important;height:36px!important;min-height:36px!important;border-radius:12px!important;}#miyaar-master-app .mmrt-durur-socials .mmrt-site-social-footer svg{width:19px!important;height:19px!important;min-width:19px!important;min-height:19px!important;}#miyaar-master-app .mmrt-durur-footer-contact-lines .mmrt-footer-contact-info{gap:7px!important;margin-top:8px!important;}#miyaar-master-app .mmrt-durur-footer-contact-lines .mmrt-footer-contact-item{font-size:13px!important;padding:8px 10px!important;border-radius:14px!important;line-height:1.45!important;}#miyaar-master-app .mmrt-durur-footer-closing{width:min(94vw,560px)!important;margin:0 auto 12px!important;padding:8px 12px!important;border-radius:14px!important;font-size:12.5px!important;line-height:1.45!important;}#miyaar-master-app .mmrt-durur-footer-bottom{padding:10px!important;font-size:12px!important;line-height:1.45!important;}}
@media(max-width:390px){#miyaar-master-app .mmrt-durur-footer-inner{gap:12px!important;padding-top:22px!important;}#miyaar-master-app .mmrt-durur-socials .mmrt-site-social-footer{grid-template-columns:repeat(5,32px)!important;gap:7px!important;}#miyaar-master-app .mmrt-durur-socials .mmrt-site-social-footer a{width:32px!important;height:32px!important;min-height:32px!important;border-radius:10px!important;}#miyaar-master-app .mmrt-durur-socials .mmrt-site-social-footer svg{width:17px!important;height:17px!important;min-width:17px!important;min-height:17px!important;}}


/* MIYAAR V3.32.203 compatibility: PHP unified footer social/contact wrappers */
#miyaar-master-app .mmrt-durur-socials .mmrt-unified-social-footer,
.mmrt-unified-shell .mmrt-durur-socials .mmrt-unified-social-footer{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;justify-content:flex-start!important;margin:0!important;}
#miyaar-master-app .mmrt-durur-socials .mmrt-unified-social-footer a,
.mmrt-unified-shell .mmrt-durur-socials .mmrt-unified-social-footer a{width:42px!important;height:42px!important;border-radius:50%!important;background:var(--mmrt-durur-footer-icon-bg,#fff)!important;color:var(--mmrt-durur-footer-icon,#2D1B5F)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(255,255,255,.25)!important;box-shadow:0 10px 22px rgba(0,0,0,.16)!important;text-decoration:none!important;}
#miyaar-master-app .mmrt-durur-socials .mmrt-unified-social-footer svg,
.mmrt-unified-shell .mmrt-durur-socials .mmrt-unified-social-footer svg{width:18px!important;height:18px!important;display:block!important;fill:currentColor!important;stroke:currentColor!important;}
#miyaar-master-app .mmrt-durur-footer-contact-lines .mmrt-unified-footer-contact-info,
.mmrt-unified-shell .mmrt-durur-footer-contact-lines .mmrt-unified-footer-contact-info{display:grid!important;gap:10px!important;margin-top:14px!important;}
.mmrt-unified-shell .mmrt-durur-footer{direction:rtl!important;position:relative!important;overflow:hidden!important;margin:42px auto 0!important;width:min(1180px,calc(100% - 28px))!important;border-radius:30px 30px 0 0!important;background:linear-gradient(135deg,var(--mmrt-durur-footer-bg-1,#2D1B5F),var(--mmrt-durur-footer-bg-2,#15073A))!important;color:var(--mmrt-durur-footer-text,#fff)!important;font-family:var(--mmrt-durur-footer-font,Tajawal,Arial,sans-serif)!important;box-shadow:0 -20px 70px rgba(15,23,42,.14)!important;padding:0!important;}

/* MIYAAR V3.32.204 - Professional premium training homepage polish */
#miyaar-master-app{background:#fbfdff;}
#miyaar-master-app .section{scroll-margin-top:96px;}
#miyaar-master-app .mmrt-training-home-pro{position:relative;padding:44px 0 28px!important;background:radial-gradient(circle at 10% 10%,rgba(0,154,154,.13),transparent 26%),radial-gradient(circle at 85% 0%,rgba(91,33,182,.10),transparent 28%),linear-gradient(180deg,#f5fbff 0%,#ffffff 100%)!important;overflow:hidden;}
#miyaar-master-app .mmrt-training-home-pro:before{content:"";position:absolute;inset:18px auto auto 50%;width:560px;height:560px;border-radius:48% 52% 42% 58%;background:linear-gradient(135deg,rgba(0,154,154,.10),rgba(37,99,235,.08));filter:blur(10px);transform:translateX(-58%);pointer-events:none;}
#miyaar-master-app .mmrt-training-home-pro .container{position:relative;z-index:1;width:min(1180px,calc(100% - 34px));padding-inline:0;}
#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-hero{position:relative;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:34px;align-items:stretch;padding:34px!important;border:1px solid rgba(15,23,42,.07)!important;border-radius:34px!important;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(247,253,255,.88))!important;box-shadow:0 32px 90px rgba(15,23,42,.10)!important;overflow:hidden;}
#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-hero:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(255,255,255,.85),rgba(0,154,154,.20),rgba(37,99,235,.16));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;}
#miyaar-master-app .mmrt-thv2-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:8px 4px!important;}
#miyaar-master-app .mmrt-thv2-eyebrow{width:max-content;max-width:100%;background:linear-gradient(135deg,rgba(0,154,154,.12),rgba(37,99,235,.09))!important;border:1px solid rgba(0,154,154,.16);box-shadow:0 10px 28px rgba(0,154,154,.08);color:#047878!important;font-size:13px!important;letter-spacing:0!important;}
#miyaar-master-app .mmrt-thv2-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:#14b8a6;box-shadow:0 0 0 5px rgba(20,184,166,.12);}
#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-copy h1{font-size:clamp(36px,4.8vw,62px)!important;line-height:1.12!important;letter-spacing:-.035em!important;color:#0b1220!important;margin-bottom:16px!important;max-width:850px;font-weight:950;}
#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-copy p{font-size:17px!important;line-height:2.05!important;color:#475569!important;max-width:720px!important;}
#miyaar-master-app .mmrt-thv2-trust-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px;}
#miyaar-master-app .mmrt-thv2-trust-row span{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid rgba(15,23,42,.08);color:#334155;font-size:13px;font-weight:900;box-shadow:0 10px 24px rgba(15,23,42,.045);}
#miyaar-master-app .mmrt-thv2-trust-row span:before{content:"✓";display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#ecfdf5;color:#047857;font-size:11px;font-weight:950;}
#miyaar-master-app .mmrt-thv2-actions{gap:12px!important;margin-top:26px!important;}
#miyaar-master-app .mmrt-thv2-actions .btn{min-height:48px;padding-inline:22px!important;border-radius:16px!important;font-weight:950!important;box-shadow:0 15px 34px rgba(0,154,154,.18)!important;}
#miyaar-master-app .mmrt-thv2-actions .btn.secondary{background:#fff!important;color:#0f172a!important;border:1px solid rgba(15,23,42,.10)!important;box-shadow:0 12px 28px rgba(15,23,42,.06)!important;}
#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;margin-top:26px!important;}
#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-metric{position:relative;overflow:hidden;padding:16px!important;border-radius:20px!important;background:linear-gradient(180deg,#fff,#f8fbff)!important;border:1px solid rgba(15,23,42,.075)!important;box-shadow:0 14px 32px rgba(15,23,42,.055)!important;}
#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-metric:after{content:"";position:absolute;inset:auto -28px -36px auto;width:100px;height:100px;border-radius:50%;background:rgba(0,154,154,.08);}
#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-metric strong{font-size:32px!important;color:#047878!important;margin-bottom:7px!important;}
#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-metric span{font-size:14px!important;color:#111827!important;}
#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-metric p{font-size:12.5px!important;line-height:1.65!important;}
#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-visual{min-height:460px!important;border-radius:30px!important;background:linear-gradient(135deg,#e7f5f5,#eef2ff)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.55),0 26px 70px rgba(15,23,42,.13);}
#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-visual img{filter:saturate(.92) contrast(.97) brightness(.96)!important;transform:scale(1.015);}
#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-visual:after{background:linear-gradient(180deg,rgba(15,23,42,.06),rgba(15,23,42,.35))!important;}
#miyaar-master-app .mmrt-thv2-visual-fallback{height:100%;min-height:460px;display:grid;place-items:center;color:#047878;font-size:30px;font-weight:950;background:linear-gradient(135deg,#ecfeff,#eef2ff);}
#miyaar-master-app .mmrt-thv2-live-card,#miyaar-master-app .mmrt-thv2-progress-card,#miyaar-master-app .mmrt-thv2-visual-card{position:absolute;z-index:4;background:rgba(255,255,255,.93);border:1px solid rgba(255,255,255,.72);box-shadow:0 18px 44px rgba(15,23,42,.16);backdrop-filter:blur(14px);}
#miyaar-master-app .mmrt-thv2-live-card{top:18px;right:18px;border-radius:18px;padding:13px 15px;min-width:190px;}
#miyaar-master-app .mmrt-thv2-live-card span{display:inline-flex;align-items:center;gap:7px;color:#047878;font-size:12px;font-weight:950;margin-bottom:6px;}
#miyaar-master-app .mmrt-thv2-live-card span:before{content:"";width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.14);}
#miyaar-master-app .mmrt-thv2-live-card b{display:block;color:#0f172a;font-size:14px;}
#miyaar-master-app .mmrt-thv2-progress-card{left:18px;top:42%;transform:translateY(-50%);width:210px;border-radius:20px;padding:14px;}
#miyaar-master-app .mmrt-thv2-progress-card b{display:block;color:#0f172a;font-size:14px;margin-bottom:10px;}
#miyaar-master-app .mmrt-thv2-progress-card i{display:block;height:9px;border-radius:999px;background:#e2e8f0;overflow:hidden;margin-bottom:8px;}
#miyaar-master-app .mmrt-thv2-progress-card i em{display:block;width:72%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#14b8a6,#2563eb);}
#miyaar-master-app .mmrt-thv2-progress-card span{color:#64748b;font-size:12px;font-weight:900;}
#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-visual-card{right:18px!important;bottom:18px!important;border-radius:20px!important;}
#miyaar-master-app .mmrt-training-about-block,#miyaar-master-app .mmrt-training-offers-block,#miyaar-master-app .mmrt-training-pathways-block{background:#fff!important;}
#miyaar-master-app .mmrt-training-about-block{padding:42px 0 18px!important;}
#miyaar-master-app .mmrt-training-about-block .container,#miyaar-master-app .mmrt-training-offers-block .container,#miyaar-master-app .mmrt-training-steps-block .container,#miyaar-master-app .mmrt-training-pathways-block .container,#miyaar-master-app .mmrt-latest-section .container{width:min(1180px,calc(100% - 34px));padding-inline:0;}
#miyaar-master-app .mmrt-training-about-shell{grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr)!important;gap:28px!important;padding:28px!important;border-radius:32px!important;background:linear-gradient(135deg,#fff,#f8fbff)!important;border:1px solid rgba(15,23,42,.07)!important;box-shadow:0 26px 70px rgba(15,23,42,.075)!important;}
#miyaar-master-app .mmrt-training-about-text h2{font-size:clamp(28px,3.2vw,44px)!important;color:#0b1220!important;font-weight:950;}
#miyaar-master-app .mmrt-training-about-text p{font-size:16.5px!important;line-height:2.05!important;}
#miyaar-master-app .mmrt-training-about-points span{background:#fff!important;border:1px solid rgba(0,154,154,.12)!important;color:#047878!important;box-shadow:0 10px 22px rgba(0,154,154,.06);}
#miyaar-master-app .mmrt-training-about-media{position:relative;height:360px!important;border-radius:28px!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.6);}
#miyaar-master-app .mmrt-training-about-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(15,23,42,.32));pointer-events:none;}
#miyaar-master-app .mmrt-about-insight{position:absolute;right:18px;bottom:18px;z-index:2;width:min(84%,330px);padding:14px 16px;border-radius:20px;background:rgba(255,255,255,.93);box-shadow:0 16px 42px rgba(15,23,42,.18);backdrop-filter:blur(12px);}
#miyaar-master-app .mmrt-about-insight b{display:block;color:#0f172a;margin-bottom:5px;font-size:15px;}
#miyaar-master-app .mmrt-about-insight span{display:block;color:#64748b;font-size:13px;font-weight:850;}
#miyaar-master-app .mmrt-thv2-section-head{align-items:flex-start!important;margin:42px 0 18px!important;}
#miyaar-master-app .mmrt-thv2-section-head h2{font-size:clamp(26px,3vw,38px)!important;color:#0b1220!important;font-weight:950!important;letter-spacing:-.02em;}
#miyaar-master-app .mmrt-thv2-section-head p{font-size:15.5px!important;line-height:1.95!important;color:#64748b!important;}
#miyaar-master-app .mmrt-thv2-section-head span,#miyaar-master-app .mmrt-panel-kicker{background:#ecfeff!important;color:#047878!important;border:1px solid rgba(0,154,154,.12);box-shadow:0 10px 24px rgba(0,154,154,.05);}
#miyaar-master-app .mmrt-thv2-offers{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;}
#miyaar-master-app .mmrt-thv2-offer-card{position:relative;overflow:hidden;padding:24px!important;border-radius:26px!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;border:1px solid rgba(15,23,42,.07)!important;box-shadow:0 18px 42px rgba(15,23,42,.06)!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
#miyaar-master-app .mmrt-thv2-offer-card:after{content:"";position:absolute;left:-52px;bottom:-60px;width:150px;height:150px;border-radius:50%;background:rgba(0,154,154,.07);transition:.25s ease;}
#miyaar-master-app .mmrt-thv2-offer-card:hover{transform:translateY(-6px);border-color:rgba(0,154,154,.20)!important;box-shadow:0 28px 60px rgba(15,23,42,.10)!important;}
#miyaar-master-app .mmrt-thv2-offer-card:hover:after{transform:scale(1.25);}
#miyaar-master-app .mmrt-thv2-offer-card>span{min-width:48px!important;height:44px!important;border-radius:16px!important;background:linear-gradient(135deg,#ecfeff,#eff6ff)!important;border:1px solid rgba(0,154,154,.12);}
#miyaar-master-app .mmrt-thv2-offer-card h3{font-size:20px!important;font-weight:950!important;}
#miyaar-master-app .mmrt-training-steps-block{padding:34px 0 18px!important;background:linear-gradient(180deg,#fff,#f7fbff)!important;}
#miyaar-master-app .mmrt-training-steps-block .mmrt-thv2-steps{display:grid;grid-template-columns:minmax(0,.78fr) minmax(360px,1.22fr);gap:26px;align-items:center;padding:30px!important;border-radius:32px!important;background:linear-gradient(135deg,#0f172a,#13233a 58%,#064e4e)!important;box-shadow:0 28px 72px rgba(15,23,42,.20)!important;overflow:hidden;position:relative;}
#miyaar-master-app .mmrt-training-steps-block .mmrt-thv2-steps:before{content:"";position:absolute;left:-90px;top:-130px;width:360px;height:360px;border-radius:45% 55% 52% 48%;background:rgba(20,184,166,.17);filter:blur(2px);}
#miyaar-master-app .mmrt-steps-copy{position:relative;z-index:1;}
#miyaar-master-app .mmrt-steps-copy h2{font-size:clamp(24px,3vw,38px)!important;line-height:1.35!important;margin-bottom:10px!important;}
#miyaar-master-app .mmrt-steps-copy>p{color:rgba(255,255,255,.72)!important;font-size:15px!important;line-height:1.9!important;margin:0!important;}
#miyaar-master-app .mmrt-training-steps-block .mmrt-thv2-steps ol{position:relative;z-index:1;gap:12px!important;}
#miyaar-master-app .mmrt-training-steps-block .mmrt-thv2-steps li{padding:14px;border-radius:20px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.11);}
#miyaar-master-app .mmrt-training-steps-block .mmrt-thv2-steps li>span{width:42px!important;height:42px!important;border-radius:16px!important;background:#fff!important;color:#047878!important;}
#miyaar-master-app .mmrt-training-steps-block .mmrt-thv2-steps b{font-size:16px!important;}
#miyaar-master-app .mmrt-training-pathways-block{padding:28px 0 16px!important;}
#miyaar-master-app .mmrt-thv2-pathways{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;}
#miyaar-master-app .mmrt-thv2-path-card{position:relative;overflow:hidden;padding:24px!important;border-radius:28px!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;border:1px solid rgba(15,23,42,.07)!important;box-shadow:0 18px 42px rgba(15,23,42,.06)!important;}
#miyaar-master-app .mmrt-thv2-path-card:before{content:"0" var(--path-index);position:absolute;left:18px;top:16px;font-size:46px;line-height:1;font-weight:950;color:rgba(15,23,42,.045);}
#miyaar-master-app .mmrt-thv2-path-card:hover{transform:translateY(-7px)!important;box-shadow:0 30px 68px rgba(15,23,42,.11)!important;border-color:rgba(0,154,154,.22)!important;}
#miyaar-master-app .mmrt-thv2-icon{background:linear-gradient(135deg,#ecfeff,#eff6ff)!important;border:1px solid rgba(0,154,154,.12);}
#miyaar-master-app .mmrt-thv2-path-card h3{font-weight:950!important;}
#miyaar-master-app .mmrt-thv2-link{color:#047878!important;}
#miyaar-master-app .mmrt-latest-section-pro{position:relative;padding:44px 0 20px!important;background:linear-gradient(180deg,#f7fbff,#fff)!important;}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-head{max-width:760px;margin-bottom:18px;}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-head span{display:inline-flex;border-radius:999px;padding:8px 13px;background:#ecfeff;color:#047878;border:1px solid rgba(0,154,154,.12);font-weight:950;margin-bottom:10px;}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-head h2{font-size:clamp(26px,3vw,40px)!important;color:#0b1220!important;font-weight:950;margin:0 0 10px!important;}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-head p{font-size:15.5px!important;line-height:1.95!important;color:#64748b!important;margin:0!important;}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tabs{display:flex;gap:10px;overflow:auto;padding:6px 2px 12px;margin-bottom:12px;scrollbar-width:thin;}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab{flex:0 0 auto;border:1px solid rgba(15,23,42,.08);background:#fff;color:#334155;border-radius:999px;padding:10px 14px;display:inline-flex;align-items:center;gap:9px;font-weight:950;box-shadow:0 10px 24px rgba(15,23,42,.045);cursor:pointer;}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab b{min-width:26px;height:26px;border-radius:50%;display:inline-grid;place-items:center;background:#f1f5f9;color:#0f172a;font-size:12px;}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active{background:#0f766e;color:#fff;border-color:#0f766e;}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active b{background:rgba(255,255,255,.18);color:#fff;}
#miyaar-master-app .mmrt-latest-panel{display:none;}
#miyaar-master-app .mmrt-latest-panel.active{display:block;}
#miyaar-master-app .mmrt-latest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
#miyaar-master-app .mmrt-latest-card{overflow:hidden;border-radius:28px;background:#fff;border:1px solid rgba(15,23,42,.07);box-shadow:0 18px 42px rgba(15,23,42,.06);transition:transform .22s ease,box-shadow .22s ease;}
#miyaar-master-app .mmrt-latest-card:hover{transform:translateY(-6px);box-shadow:0 28px 62px rgba(15,23,42,.105);}
#miyaar-master-app .mmrt-latest-cover{display:block;position:relative;aspect-ratio:16/10;background:#eef2ff;overflow:hidden;text-decoration:none!important;}
#miyaar-master-app .mmrt-latest-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease;}
#miyaar-master-app .mmrt-latest-card:hover .mmrt-latest-cover img{transform:scale(1.045);}
#miyaar-master-app .mmrt-latest-cover-fallback{height:100%;display:grid;place-items:center;text-align:center;background:linear-gradient(135deg,#ecfeff,#eef2ff);color:#047878;}
#miyaar-master-app .mmrt-latest-cover-fallback span{display:block;font-weight:950;font-size:13px;background:#fff;border-radius:999px;padding:6px 10px;box-shadow:0 10px 24px rgba(15,23,42,.08);}
#miyaar-master-app .mmrt-latest-cover-fallback b{display:block;margin-top:8px;font-size:20px;color:#0f172a;}
#miyaar-master-app .mmrt-latest-body{padding:18px;}
#miyaar-master-app .mmrt-latest-meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:10px;}
#miyaar-master-app .mmrt-latest-meta span{display:inline-flex;padding:6px 9px;border-radius:999px;background:#f8fafc;border:1px solid rgba(15,23,42,.06);color:#64748b;font-size:11.5px;font-weight:900;}
#miyaar-master-app .mmrt-latest-body h3{font-size:19px;line-height:1.45;margin:0 0 8px;}
#miyaar-master-app .mmrt-latest-body h3 a{color:#0f172a!important;text-decoration:none!important;}
#miyaar-master-app .mmrt-latest-body p{margin:0 0 16px;color:#64748b;line-height:1.75;font-size:14px;}
#miyaar-master-app .mmrt-latest-body footer{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid rgba(15,23,42,.07);padding-top:13px;}
#miyaar-master-app .mmrt-latest-body footer strong{color:#047878;font-size:15px;}
#miyaar-master-app .mmrt-latest-link{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f0fdfa;color:#047878!important;text-decoration:none!important;padding:8px 12px;font-weight:950;font-size:13px;}
#miyaar-master-app .mmrt-latest-more{text-align:center;margin-top:18px;}
#miyaar-master-app .mmrt-latest-more a{display:inline-flex;border-radius:999px;background:#0f172a;color:#fff!important;text-decoration:none!important;padding:12px 18px;font-weight:950;box-shadow:0 14px 32px rgba(15,23,42,.16);}
@media(max-width:1080px){#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-hero,#miyaar-master-app .mmrt-training-about-shell,#miyaar-master-app .mmrt-training-steps-block .mmrt-thv2-steps{grid-template-columns:1fr!important;}#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-visual{min-height:360px!important;}#miyaar-master-app .mmrt-thv2-offers,#miyaar-master-app .mmrt-thv2-pathways,#miyaar-master-app .mmrt-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:720px){#miyaar-master-app .mmrt-training-home-pro{padding-top:22px!important;}#miyaar-master-app .mmrt-training-home-pro .container,#miyaar-master-app .mmrt-training-about-block .container,#miyaar-master-app .mmrt-training-offers-block .container,#miyaar-master-app .mmrt-training-steps-block .container,#miyaar-master-app .mmrt-training-pathways-block .container,#miyaar-master-app .mmrt-latest-section .container{width:min(100% - 22px,560px)!important;}#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-hero{padding:18px!important;border-radius:26px!important;}#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-copy h1{font-size:34px!important;}#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-copy p{font-size:15px!important;line-height:1.85!important;}#miyaar-master-app .mmrt-thv2-actions .btn{width:100%;justify-content:center;}#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-hero-metrics,#miyaar-master-app .mmrt-thv2-offers,#miyaar-master-app .mmrt-thv2-pathways,#miyaar-master-app .mmrt-latest-grid{grid-template-columns:1fr!important;}#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-visual{min-height:300px!important;border-radius:22px!important;}#miyaar-master-app .mmrt-thv2-progress-card{display:none;}#miyaar-master-app .mmrt-thv2-live-card{right:12px;top:12px;min-width:0;max-width:calc(100% - 24px);}#miyaar-master-app .mmrt-training-about-shell,#miyaar-master-app .mmrt-training-steps-block .mmrt-thv2-steps{padding:18px!important;border-radius:26px!important;}#miyaar-master-app .mmrt-training-about-media{height:245px!important;border-radius:22px!important;}#miyaar-master-app .mmrt-thv2-section-head{display:block!important;margin-top:30px!important;}#miyaar-master-app .mmrt-thv2-section-head p{margin-top:8px!important;}#miyaar-master-app .mmrt-training-steps-block .mmrt-thv2-steps li{grid-template-columns:auto 1fr!important;}#miyaar-master-app .mmrt-latest-body footer{align-items:flex-start;flex-direction:column;}#miyaar-master-app .mmrt-latest-link{width:100%;}}
@media(max-width:420px){#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-copy h1{font-size:30px!important;}#miyaar-master-app .mmrt-thv2-trust-row span{width:100%;}#miyaar-master-app .mmrt-thv2-visual-card{width:calc(100% - 24px)!important;right:12px!important;bottom:12px!important;}#miyaar-master-app .mmrt-about-insight{width:calc(100% - 24px);right:12px;bottom:12px;}#miyaar-master-app .mmrt-latest-tab{font-size:13px;padding:9px 11px;}}

/* MIYAAR V3.32.205 - Latest courses tabs premium redesign + about image refresh */
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tabs{
  display:grid;
  grid-template-columns:repeat(5,minmax(170px,1fr));
  gap:14px;
  overflow:visible;
  padding:2px 0 12px;
  margin-bottom:18px;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab{
  position:relative;
  min-height:108px;
  padding:16px 16px 14px;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.08);
  background:linear-gradient(180deg,#ffffff 0%,#f8fbfb 100%);
  box-shadow:0 18px 38px rgba(15,23,42,.055);
  display:grid;
  grid-template-columns:1fr auto;
  grid-template-areas:'icon count' 'copy count';
  align-items:start;
  gap:10px 12px;
  text-align:right;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:4px;
  border-radius:24px 24px 0 0;
  background:linear-gradient(90deg,#0f766e,#14b8a6);
  opacity:.9;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 54px rgba(15,23,42,.09);
  border-color:rgba(15,118,110,.22);
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-icon{
  grid-area:icon;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:66px;
  height:34px;
  padding:0 12px;
  border-radius:999px;
  background:#ecfeff;
  color:#0f766e;
  font-size:12px;
  font-weight:950;
  letter-spacing:.1px;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-copy{
  grid-area:copy;
  display:flex;
  flex-direction:column;
  gap:5px;
  min-width:0;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-copy small{
  color:#64748b;
  font-size:12px;
  font-weight:800;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-copy strong{
  color:#0f172a;
  font-size:17px;
  line-height:1.35;
  font-weight:950;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab b{
  grid-area:count;
  min-width:62px;
  height:auto;
  border-radius:18px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
  padding:10px 10px 8px;
  background:#f8fafc;
  color:#0f172a;
  font-size:18px;
  line-height:1;
  font-weight:950;
  box-shadow:none;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab b small{
  font-size:10px;
  color:#64748b;
  font-weight:900;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active{
  background:linear-gradient(180deg,#0f766e 0%,#0d6660 100%);
  border-color:#0f766e;
  box-shadow:0 26px 58px rgba(15,118,110,.22);
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active:before{background:linear-gradient(90deg,#ccfbf1,#ffffff);}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active .mmrt-latest-tab-icon{
  background:rgba(255,255,255,.15);
  color:#fff;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active .mmrt-latest-tab-copy small,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active .mmrt-latest-tab-copy strong{
  color:#fff;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active b{
  background:rgba(255,255,255,.14);
  color:#fff;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active b small{color:rgba(255,255,255,.8);}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab--career:before{background:linear-gradient(90deg,#0f766e,#22c55e);}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab--tech:before{background:linear-gradient(90deg,#2563eb,#06b6d4);}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab--business:before{background:linear-gradient(90deg,#f59e0b,#f97316);}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab--self:before{background:linear-gradient(90deg,#8b5cf6,#ec4899);}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab--languages:before{background:linear-gradient(90deg,#0ea5a6,#14b8a6);}
#miyaar-master-app .mmrt-training-about-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  background:linear-gradient(135deg,#f6fffe,#ecf7ff);
}
@media(max-width:1180px){
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tabs{grid-template-columns:repeat(3,minmax(170px,1fr));overflow:auto;padding-bottom:10px;}
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab{min-width:220px;}
}
@media(max-width:720px){
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tabs{display:flex;gap:12px;overflow:auto;padding-bottom:8px;}
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab{min-width:250px;min-height:102px;}
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-copy strong{font-size:16px;}
}
@media(max-width:420px){
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab{min-width:234px;padding:14px 14px 13px;border-radius:22px;}
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-icon{min-width:58px;height:31px;padding:0 10px;font-size:11px;}
}


/* MIYAAR V3.32.206 - Latest courses tabs: unified light normal + dark hover/active */
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tabs{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(168px,1fr))!important;
  gap:14px!important;
  overflow:visible!important;
  padding:4px 0 14px!important;
  margin:0 0 20px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab{
  position:relative!important;
  isolation:isolate!important;
  min-height:106px!important;
  width:100%!important;
  min-width:0!important;
  padding:16px 16px 14px!important;
  border-radius:24px!important;
  border:1px solid rgba(15,23,42,.10)!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbfb 100%)!important;
  color:#0f172a!important;
  box-shadow:0 16px 34px rgba(15,23,42,.055)!important;
  display:grid!important;
  grid-template-columns:1fr auto!important;
  grid-template-areas:"icon count" "copy count"!important;
  align-items:start!important;
  gap:10px 12px!important;
  text-align:right!important;
  clip-path:none!important;
  transform:none!important;
  cursor:pointer!important;
  transition:background .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:before{
  content:""!important;
  position:absolute!important;
  inset:0 0 auto 0!important;
  height:4px!important;
  border-radius:24px 24px 0 0!important;
  background:linear-gradient(90deg,#0f766e,#14b8a6)!important;
  opacity:.95!important;
  z-index:0!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab > *{
  position:relative!important;
  z-index:1!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-icon{
  grid-area:icon!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:max-content!important;
  min-width:62px!important;
  height:34px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:#ecfeff!important;
  color:#0f766e!important;
  font-size:12px!important;
  font-weight:950!important;
  line-height:1!important;
  white-space:nowrap!important;
  transition:background .22s ease,color .22s ease!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-copy{
  grid-area:copy!important;
  display:flex!important;
  flex-direction:column!important;
  gap:5px!important;
  min-width:0!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-copy small{
  color:#64748b!important;
  font-size:12px!important;
  font-weight:850!important;
  line-height:1.3!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-copy strong{
  color:#0f172a!important;
  font-size:17px!important;
  line-height:1.35!important;
  font-weight:950!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab b{
  grid-area:count!important;
  min-width:64px!important;
  height:64px!important;
  border-radius:18px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  padding:8px 10px!important;
  background:#f1f5f9!important;
  color:#0f172a!important;
  font-size:18px!important;
  line-height:1!important;
  font-weight:950!important;
  box-shadow:inset 0 0 0 1px rgba(15,23,42,.04)!important;
  transition:background .22s ease,color .22s ease,box-shadow .22s ease!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab b small{
  color:#64748b!important;
  font-size:10px!important;
  font-weight:900!important;
  line-height:1!important;
}

/* Unified dark hover: clear, readable, and consistent */
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:hover,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:focus-visible{
  background:linear-gradient(180deg,#0f172a 0%,#111827 100%)!important;
  color:#ffffff!important;
  border-color:#0f172a!important;
  box-shadow:0 28px 62px rgba(15,23,42,.24)!important;
  transform:translateY(-4px)!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:hover:before,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:focus-visible:before{
  background:linear-gradient(90deg,#14b8a6,#ccfbf1)!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:hover .mmrt-latest-tab-icon,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:focus-visible .mmrt-latest-tab-icon{
  background:rgba(255,255,255,.13)!important;
  color:#ffffff!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:hover .mmrt-latest-tab-copy small,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:hover .mmrt-latest-tab-copy strong,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:focus-visible .mmrt-latest-tab-copy small,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:focus-visible .mmrt-latest-tab-copy strong{
  color:#ffffff!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:hover b,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:focus-visible b{
  background:rgba(255,255,255,.14)!important;
  color:#ffffff!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.13)!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:hover b small,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:focus-visible b small{
  color:rgba(255,255,255,.78)!important;
}

/* Active tab remains dark and stable without needing hover */
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active{
  background:linear-gradient(180deg,#0f766e 0%,#0b5f59 100%)!important;
  border-color:#0f766e!important;
  color:#ffffff!important;
  box-shadow:0 26px 58px rgba(15,118,110,.24)!important;
  transform:translateY(-2px)!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active:before{
  background:linear-gradient(90deg,#ccfbf1,#ffffff)!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active .mmrt-latest-tab-icon{
  background:rgba(255,255,255,.15)!important;
  color:#ffffff!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active .mmrt-latest-tab-copy small,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active .mmrt-latest-tab-copy strong{
  color:#ffffff!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active b{
  background:rgba(255,255,255,.15)!important;
  color:#ffffff!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active b small{
  color:rgba(255,255,255,.8)!important;
}

/* Subtle field identities in normal state only */
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab--career:before{background:linear-gradient(90deg,#0f766e,#22c55e)!important;}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab--tech:before{background:linear-gradient(90deg,#2563eb,#06b6d4)!important;}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab--business:before{background:linear-gradient(90deg,#f59e0b,#f97316)!important;}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab--self:before{background:linear-gradient(90deg,#8b5cf6,#ec4899)!important;}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab--languages:before{background:linear-gradient(90deg,#0ea5a6,#14b8a6)!important;}

@media(max-width:1180px){
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tabs{
    display:flex!important;
    overflow:auto!important;
    gap:12px!important;
    padding-bottom:10px!important;
    scrollbar-width:thin!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab{
    flex:0 0 238px!important;
    width:238px!important;
  }
}
@media(max-width:720px){
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab{
    flex-basis:244px!important;
    width:244px!important;
    min-height:102px!important;
    padding:14px!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-copy strong{
    font-size:16px!important;
  }
}
@media(max-width:420px){
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab{
    flex-basis:232px!important;
    width:232px!important;
    border-radius:22px!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab b{
    min-width:58px!important;
    height:58px!important;
  }
}


/* MIYAAR V3.32.207 - Full width layout + dark blue identity + premium latest course cards */
:root{
  --mmrt-old-blue:#172554;
  --mmrt-old-blue-2:#1e3a8a;
  --mmrt-old-blue-3:#2563eb;
  --mmrt-blue-soft:#eff6ff;
}
html body #miyaar-master-app{
  width:100%!important;
  max-width:none!important;
  overflow-x:hidden!important;
}
html body #miyaar-master-app .section,
html body #miyaar-master-app .banner{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
#miyaar-master-app .mmrt-training-home-pro .container,
#miyaar-master-app .mmrt-training-about-block .container,
#miyaar-master-app .mmrt-training-offers-block .container,
#miyaar-master-app .mmrt-training-steps-block .container,
#miyaar-master-app .mmrt-training-pathways-block .container,
#miyaar-master-app .mmrt-latest-section .container{
  width:min(1480px,calc(100% - 36px))!important;
  max-width:none!important;
  margin-inline:auto!important;
  padding-inline:0!important;
}

/* Replace olive/teal identity with the old dark blue while keeping all previous layout improvements */
#miyaar-master-app .mmrt-training-home-pro,
#miyaar-master-app .mmrt-latest-section-pro{
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%)!important;
}
#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-hero{
  background:
    radial-gradient(circle at 14% 20%,rgba(37,99,235,.12),transparent 34%),
    linear-gradient(135deg,#ffffff 0%,#f7fbff 100%)!important;
  border-color:rgba(30,58,138,.10)!important;
}
#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-eyebrow,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-head span,
#miyaar-master-app .mmrt-training-about-points span,
#miyaar-master-app .mmrt-thv2-section-head span,
#miyaar-master-app .mmrt-panel-kicker{
  background:#eff6ff!important;
  color:#172554!important;
  border-color:rgba(30,58,138,.14)!important;
}
#miyaar-master-app .mmrt-training-home-pro .btn,
#miyaar-master-app .mmrt-latest-more a{
  background:linear-gradient(135deg,#172554,#1e40af)!important;
  color:#ffffff!important;
  border-color:transparent!important;
  box-shadow:0 16px 34px rgba(30,64,175,.22)!important;
}
#miyaar-master-app .mmrt-training-home-pro .btn.secondary{
  background:#ffffff!important;
  color:#172554!important;
  border:1px solid rgba(30,58,138,.16)!important;
  box-shadow:0 12px 26px rgba(15,23,42,.06)!important;
}
#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-visual,
#miyaar-master-app .mmrt-training-about-media{
  --mmrt-thv2-accent:#1e3a8a!important;
}
#miyaar-master-app .mmrt-thv2-live-card b,
#miyaar-master-app .mmrt-thv2-progress-card span,
#miyaar-master-app .mmrt-thv2-link,
#miyaar-master-app .mmrt-latest-body footer strong{
  color:#172554!important;
}
#miyaar-master-app .mmrt-latest-link{
  background:#eff6ff!important;
  color:#172554!important;
  border:1px solid rgba(30,58,138,.10)!important;
}

/* Latest tabs: equal width/height, clean normal, dark blue hover and active */
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tabs{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;
  gap:14px!important;
  overflow:visible!important;
  padding:0 0 18px!important;
  margin:0 0 22px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  align-items:stretch!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab{
  width:100%!important;
  min-width:0!important;
  height:116px!important;
  min-height:116px!important;
  max-height:116px!important;
  padding:16px!important;
  border-radius:24px!important;
  border:1px solid rgba(30,58,138,.11)!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
  color:#0f172a!important;
  display:grid!important;
  grid-template-columns:1fr 64px!important;
  grid-template-rows:38px 1fr!important;
  grid-template-areas:"icon count" "copy count"!important;
  align-items:stretch!important;
  gap:10px 12px!important;
  text-align:right!important;
  box-shadow:0 16px 34px rgba(15,23,42,.055)!important;
  clip-path:none!important;
  transform:none!important;
  transition:background .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:before{
  background:linear-gradient(90deg,#172554,#2563eb)!important;
  height:4px!important;
  border-radius:24px 24px 0 0!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-icon{
  grid-area:icon!important;
  min-width:0!important;
  height:34px!important;
  width:max-content!important;
  max-width:100%!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:#eff6ff!important;
  color:#172554!important;
  font-size:12px!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-copy{
  grid-area:copy!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:5px!important;
  min-width:0!important;
  overflow:hidden!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-copy small{
  color:#64748b!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:850!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-copy strong{
  color:#0f172a!important;
  font-size:17px!important;
  line-height:1.35!important;
  font-weight:950!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab b{
  grid-area:count!important;
  width:64px!important;
  min-width:64px!important;
  height:64px!important;
  align-self:center!important;
  border-radius:18px!important;
  background:#f1f5f9!important;
  color:#172554!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  box-shadow:inset 0 0 0 1px rgba(30,58,138,.06)!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab b small{
  color:#64748b!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:hover,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:focus-visible{
  background:linear-gradient(180deg,#172554 0%,#0f172a 100%)!important;
  color:#ffffff!important;
  border-color:#172554!important;
  transform:translateY(-4px)!important;
  box-shadow:0 28px 62px rgba(23,37,84,.28)!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:hover:before,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:focus-visible:before{
  background:linear-gradient(90deg,#93c5fd,#ffffff)!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:hover .mmrt-latest-tab-icon,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:focus-visible .mmrt-latest-tab-icon{
  background:rgba(255,255,255,.14)!important;
  color:#ffffff!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:hover .mmrt-latest-tab-copy small,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:hover .mmrt-latest-tab-copy strong,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:focus-visible .mmrt-latest-tab-copy small,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:focus-visible .mmrt-latest-tab-copy strong{
  color:#ffffff!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:hover b,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:focus-visible b{
  background:rgba(255,255,255,.14)!important;
  color:#ffffff!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:hover b small,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:focus-visible b small{
  color:rgba(255,255,255,.78)!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active{
  background:linear-gradient(180deg,#172554 0%,#1e3a8a 100%)!important;
  border-color:#172554!important;
  color:#ffffff!important;
  transform:translateY(-2px)!important;
  box-shadow:0 26px 58px rgba(30,58,138,.26)!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active:before{
  background:linear-gradient(90deg,#bfdbfe,#ffffff)!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active .mmrt-latest-tab-icon{
  background:rgba(255,255,255,.15)!important;
  color:#ffffff!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active .mmrt-latest-tab-copy small,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active .mmrt-latest-tab-copy strong{
  color:#ffffff!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active b{
  background:rgba(255,255,255,.15)!important;
  color:#ffffff!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active b small{
  color:rgba(255,255,255,.80)!important;
}

/* Latest course cards: more professional and consistent */
#miyaar-master-app .mmrt-latest-grid{
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
}
#miyaar-master-app .mmrt-latest-card{
  position:relative!important;
  border-radius:30px!important;
  overflow:hidden!important;
  background:#ffffff!important;
  border:1px solid rgba(30,58,138,.10)!important;
  box-shadow:0 22px 52px rgba(15,23,42,.075)!important;
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-height:455px!important;
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease!important;
}
#miyaar-master-app .mmrt-latest-card:hover{
  transform:translateY(-7px)!important;
  border-color:rgba(37,99,235,.24)!important;
  box-shadow:0 34px 72px rgba(30,58,138,.16)!important;
}
#miyaar-master-app .mmrt-latest-cover{
  position:relative!important;
  aspect-ratio:16/9!important;
  height:auto!important;
  background:linear-gradient(135deg,#eff6ff,#e0f2fe)!important;
  overflow:hidden!important;
}
#miyaar-master-app .mmrt-latest-cover:after{
  content:""!important;
  position:absolute!important;
  inset:auto 0 0 0!important;
  height:54%!important;
  background:linear-gradient(180deg,transparent,rgba(15,23,42,.34))!important;
  pointer-events:none!important;
}
#miyaar-master-app .mmrt-latest-cover img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transition:transform .35s ease!important;
}
#miyaar-master-app .mmrt-latest-card:hover .mmrt-latest-cover img{
  transform:scale(1.055)!important;
}
#miyaar-master-app .mmrt-latest-cover-fallback{
  height:100%!important;
  background:
    radial-gradient(circle at 18% 24%,rgba(37,99,235,.18),transparent 38%),
    linear-gradient(135deg,#eff6ff,#dbeafe)!important;
  color:#172554!important;
}
#miyaar-master-app .mmrt-latest-cover-fallback span{
  color:#172554!important;
  background:#ffffff!important;
}
#miyaar-master-app .mmrt-latest-cover-fallback b{
  color:#0f172a!important;
}
#miyaar-master-app .mmrt-latest-body{
  padding:20px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
  flex:1!important;
}
#miyaar-master-app .mmrt-latest-meta{
  gap:8px!important;
  margin-bottom:0!important;
}
#miyaar-master-app .mmrt-latest-meta span{
  background:#f8fafc!important;
  border:1px solid rgba(30,58,138,.08)!important;
  color:#475569!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  font-size:11.5px!important;
  font-weight:900!important;
}
#miyaar-master-app .mmrt-latest-body h3{
  margin:0!important;
  font-size:20px!important;
  line-height:1.55!important;
  color:#0f172a!important;
  font-weight:950!important;
  min-height:62px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
#miyaar-master-app .mmrt-latest-body p{
  margin:0!important;
  color:#64748b!important;
  line-height:1.85!important;
  font-size:14px!important;
  flex:1!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
#miyaar-master-app .mmrt-latest-body footer{
  margin-top:auto!important;
  padding-top:15px!important;
  border-top:1px solid rgba(30,58,138,.09)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}
#miyaar-master-app .mmrt-latest-body footer strong{
  color:#172554!important;
  background:#eff6ff!important;
  border:1px solid rgba(30,58,138,.08)!important;
  padding:8px 11px!important;
  border-radius:999px!important;
  font-size:14px!important;
  white-space:nowrap!important;
}
#miyaar-master-app .mmrt-latest-link{
  min-width:118px!important;
  background:linear-gradient(135deg,#172554,#1e40af)!important;
  color:#ffffff!important;
  border:0!important;
  border-radius:999px!important;
  padding:10px 14px!important;
  box-shadow:0 14px 28px rgba(30,64,175,.18)!important;
}
#miyaar-master-app .mmrt-latest-link:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 18px 34px rgba(30,64,175,.25)!important;
}

/* Small screens consistency */
@media(max-width:1180px){
  #miyaar-master-app .mmrt-training-home-pro .container,
  #miyaar-master-app .mmrt-training-about-block .container,
  #miyaar-master-app .mmrt-training-offers-block .container,
  #miyaar-master-app .mmrt-training-steps-block .container,
  #miyaar-master-app .mmrt-training-pathways-block .container,
  #miyaar-master-app .mmrt-latest-section .container{
    width:min(100% - 28px,1100px)!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tabs{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  #miyaar-master-app .mmrt-training-home-pro .container,
  #miyaar-master-app .mmrt-training-about-block .container,
  #miyaar-master-app .mmrt-training-offers-block .container,
  #miyaar-master-app .mmrt-training-steps-block .container,
  #miyaar-master-app .mmrt-training-pathways-block .container,
  #miyaar-master-app .mmrt-latest-section .container{
    width:calc(100% - 22px)!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tabs{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    overflow:visible!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab{
    height:112px!important;
    min-height:112px!important;
    max-height:112px!important;
    grid-template-columns:1fr 54px!important;
    padding:13px!important;
    border-radius:20px!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-icon{
    height:30px!important;
    font-size:11px!important;
    padding:0 9px!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-copy small{
    font-size:11px!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-copy strong{
    font-size:14.5px!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab b{
    width:54px!important;
    min-width:54px!important;
    height:54px!important;
    border-radius:16px!important;
    font-size:16px!important;
  }
  #miyaar-master-app .mmrt-latest-grid{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  #miyaar-master-app .mmrt-latest-card{
    min-height:0!important;
    border-radius:24px!important;
  }
  #miyaar-master-app .mmrt-latest-body h3{
    min-height:0!important;
  }
  #miyaar-master-app .mmrt-latest-body footer{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  #miyaar-master-app .mmrt-latest-body footer strong,
  #miyaar-master-app .mmrt-latest-link{
    width:100%!important;
    justify-content:center!important;
    text-align:center!important;
  }
}
@media(max-width:430px){
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tabs{
    grid-template-columns:1fr!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab{
    height:98px!important;
    min-height:98px!important;
    max-height:98px!important;
    grid-template-columns:1fr 54px!important;
  }
}


/* MIYAAR V3.32.208 - True full viewport width + compact latest tabs + no hidden words */

/* Break out of any WordPress/theme constrained parent and use full viewport width */
html,
body{
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
}
body #miyaar-master-app,
body .miyaar-master-app,
body .mmrt-app{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding-left:0!important;
  padding-right:0!important;
  overflow-x:hidden!important;
  box-sizing:border-box!important;
}
body #miyaar-master-app *,
body .miyaar-master-app *,
body .mmrt-app *{
  box-sizing:border-box!important;
}
body #miyaar-master-app .section,
body #miyaar-master-app .banner,
body #miyaar-master-app header,
body #miyaar-master-app footer{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:0!important;
  margin-right:0!important;
}
body #miyaar-master-app .container,
body #miyaar-master-app .mmrt-lms-site-header-inner,
body #miyaar-master-app .mmrt-durur-footer-inner{
  width:min(100% - 28px,1560px)!important;
  max-width:1560px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}

/* Hero takes a real viewport presence while staying responsive */
#miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-hero{
  min-height:min(760px,calc(100vh - 92px))!important;
  align-items:center!important;
}

/* Latest tabs: compact spacing, equal boxes, no clipped words */
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tabs{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(178px,1fr))!important;
  gap:8px!important;
  row-gap:8px!important;
  column-gap:8px!important;
  padding:0 0 12px!important;
  margin:0 0 16px!important;
  overflow:visible!important;
  align-items:stretch!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab{
  height:96px!important;
  min-height:96px!important;
  max-height:none!important;
  padding:12px 12px!important;
  border-radius:20px!important;
  grid-template-columns:1fr 52px!important;
  grid-template-rows:auto 1fr!important;
  gap:7px 8px!important;
  overflow:visible!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:before{
  height:3px!important;
  border-radius:20px 20px 0 0!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-icon{
  min-width:0!important;
  max-width:100%!important;
  height:28px!important;
  padding:0 9px!important;
  font-size:11px!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:visible!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-copy{
  min-width:0!important;
  overflow:visible!important;
  justify-content:center!important;
  gap:3px!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-copy small{
  font-size:11px!important;
  line-height:1.25!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  display:block!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-copy strong{
  font-size:14.5px!important;
  line-height:1.35!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  display:block!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
  word-break:normal!important;
  overflow-wrap:anywhere!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab b{
  width:52px!important;
  min-width:52px!important;
  height:52px!important;
  border-radius:15px!important;
  font-size:15px!important;
}
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab b small{
  font-size:9px!important;
}

/* keep hover dark, but no text disappearance */
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:hover .mmrt-latest-tab-copy small,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab:hover .mmrt-latest-tab-copy strong,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active .mmrt-latest-tab-copy small,
#miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab.active .mmrt-latest-tab-copy strong{
  color:#fff!important;
  overflow:visible!important;
  text-overflow:clip!important;
}

/* Latest cards wider and cleaner on full layout */
#miyaar-master-app .mmrt-latest-grid{
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;
  gap:18px!important;
}
#miyaar-master-app .mmrt-latest-card{
  min-height:430px!important;
}

/* Responsive compact tabs */
@media(max-width:1180px){
  body #miyaar-master-app .container,
  body #miyaar-master-app .mmrt-lms-site-header-inner,
  body #miyaar-master-app .mmrt-durur-footer-inner{
    width:calc(100% - 24px)!important;
    max-width:none!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tabs{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }
}
@media(max-width:760px){
  body #miyaar-master-app .container,
  body #miyaar-master-app .mmrt-lms-site-header-inner,
  body #miyaar-master-app .mmrt-durur-footer-inner{
    width:calc(100% - 18px)!important;
  }
  #miyaar-master-app .mmrt-training-home-pro .mmrt-thv2-hero{
    min-height:auto!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tabs{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab{
    height:92px!important;
    min-height:92px!important;
    padding:10px!important;
    border-radius:18px!important;
    grid-template-columns:1fr 46px!important;
    gap:5px 6px!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-icon{
    height:25px!important;
    font-size:10px!important;
    padding:0 7px!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-copy small{
    font-size:10px!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-copy strong{
    font-size:13px!important;
    line-height:1.32!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab b{
    width:46px!important;
    min-width:46px!important;
    height:46px!important;
    border-radius:13px!important;
    font-size:13px!important;
  }
  #miyaar-master-app .mmrt-latest-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
}
@media(max-width:430px){
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tabs{
    grid-template-columns:1fr!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab{
    height:auto!important;
    min-height:84px!important;
    grid-template-columns:1fr 48px!important;
  }
  #miyaar-master-app .mmrt-latest-section-pro .mmrt-latest-tab .mmrt-latest-tab-copy strong{
    font-size:14px!important;
  }
}


/* MIYAAR V3.32.209 - Footer first column logo enlargement */
#miyaar-master-app .mmrt-durur-footer .mmrt-durur-footer-brand,
#miyaar-master-app .mmrt-durur-footer-v4 .mmrt-durur-footer-brand{
  align-items:flex-start!important;
}

#miyaar-master-app .mmrt-durur-footer .mmrt-durur-footer-logo,
#miyaar-master-app .mmrt-durur-footer-v4 .mmrt-durur-footer-logo,
#miyaar-master-app .mmrt-durur-footer .mmrt-footer-logo,
#miyaar-master-app .mmrt-durur-footer-v4 .mmrt-footer-logo{
  width:170px!important;
  max-width:100%!important;
  min-height:96px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:0!important;
  margin:0 0 14px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

#miyaar-master-app .mmrt-durur-footer .mmrt-durur-footer-logo img,
#miyaar-master-app .mmrt-durur-footer-v4 .mmrt-durur-footer-logo img,
#miyaar-master-app .mmrt-durur-footer .mmrt-footer-logo img,
#miyaar-master-app .mmrt-durur-footer-v4 .mmrt-footer-logo img,
#miyaar-master-app .mmrt-durur-footer .mmrt-durur-footer-brand img,
#miyaar-master-app .mmrt-durur-footer-v4 .mmrt-durur-footer-brand img{
  width:160px!important;
  max-width:160px!important;
  height:auto!important;
  max-height:92px!important;
  object-fit:contain!important;
  display:block!important;
}

#miyaar-master-app .mmrt-durur-footer .mmrt-durur-footer-brand strong,
#miyaar-master-app .mmrt-durur-footer-v4 .mmrt-durur-footer-brand strong{
  margin-top:4px!important;
}

/* Keep footer balanced on smaller screens */
@media(max-width:900px){
  #miyaar-master-app .mmrt-durur-footer .mmrt-durur-footer-logo,
  #miyaar-master-app .mmrt-durur-footer-v4 .mmrt-durur-footer-logo,
  #miyaar-master-app .mmrt-durur-footer .mmrt-footer-logo,
  #miyaar-master-app .mmrt-durur-footer-v4 .mmrt-footer-logo{
    width:150px!important;
    min-height:82px!important;
  }
  #miyaar-master-app .mmrt-durur-footer .mmrt-durur-footer-logo img,
  #miyaar-master-app .mmrt-durur-footer-v4 .mmrt-durur-footer-logo img,
  #miyaar-master-app .mmrt-durur-footer .mmrt-footer-logo img,
  #miyaar-master-app .mmrt-durur-footer-v4 .mmrt-footer-logo img,
  #miyaar-master-app .mmrt-durur-footer .mmrt-durur-footer-brand img,
  #miyaar-master-app .mmrt-durur-footer-v4 .mmrt-durur-footer-brand img{
    width:145px!important;
    max-width:145px!important;
    max-height:82px!important;
  }
}

@media(max-width:520px){
  #miyaar-master-app .mmrt-durur-footer .mmrt-durur-footer-brand,
  #miyaar-master-app .mmrt-durur-footer-v4 .mmrt-durur-footer-brand{
    align-items:center!important;
    text-align:center!important;
  }
  #miyaar-master-app .mmrt-durur-footer .mmrt-durur-footer-logo,
  #miyaar-master-app .mmrt-durur-footer-v4 .mmrt-durur-footer-logo,
  #miyaar-master-app .mmrt-durur-footer .mmrt-footer-logo,
  #miyaar-master-app .mmrt-durur-footer-v4 .mmrt-footer-logo{
    width:140px!important;
    min-height:76px!important;
    justify-content:center!important;
    margin-inline:auto!important;
  }
  #miyaar-master-app .mmrt-durur-footer .mmrt-durur-footer-logo img,
  #miyaar-master-app .mmrt-durur-footer-v4 .mmrt-durur-footer-logo img,
  #miyaar-master-app .mmrt-durur-footer .mmrt-footer-logo img,
  #miyaar-master-app .mmrt-durur-footer-v4 .mmrt-footer-logo img,
  #miyaar-master-app .mmrt-durur-footer .mmrt-durur-footer-brand img,
  #miyaar-master-app .mmrt-durur-footer-v4 .mmrt-durur-footer-brand img{
    width:135px!important;
    max-width:135px!important;
    max-height:76px!important;
  }
}
