/*
Theme Name: Siraj Haddadin
Theme URI: https://sirajhaddadin.com/
Author: Siraj Haddadin
Description: Custom lightweight WordPress theme for consulting, training, SEO, AI automation and digital projects. No page builder required.
Version: 2.3.0
Text Domain: siraj-haddadin
*/
:root{--purple:#7E1891;--purple-dark:#4C1264;--gold:#FCC737;--ink:#171717;--paper:#FAFAF8;--muted:#6b6670;--line:#e9e3eb;--white:#fff;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(250,250,248,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:12px;font-family:Georgia,serif;font-weight:700;letter-spacing:.08em}.brand img{width:50px;height:50px;object-fit:contain}.menu{display:flex;gap:24px;align-items:center}.menu a:hover{color:var(--purple)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;background:var(--purple);color:white;font-weight:700;border:1px solid var(--purple);transition:.2s}.btn:hover{transform:translateY(-2px);background:var(--purple-dark)}.btn.alt{background:transparent;color:var(--ink);border-color:#cfc7d2}.hero{padding:90px 0 70px;overflow:hidden;background:radial-gradient(circle at 80% 10%,rgba(252,199,55,.22),transparent 28%),radial-gradient(circle at 15% 25%,rgba(126,24,145,.14),transparent 30%)}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:60px}.eyebrow{font-weight:800;color:var(--purple);text-transform:uppercase;letter-spacing:.16em;font-size:13px}.hero h1{font-family:Georgia,serif;font-size:clamp(46px,6vw,78px);line-height:1.02;margin:14px 0 22px}.hero h1 span{color:var(--purple)}.lead{font-size:20px;color:var(--muted);max-width:760px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-card{background:#fff;border:1px solid var(--line);border-radius:34px;padding:30px;box-shadow:0 30px 80px rgba(76,18,100,.12)}.hero-card img{display:block;width:100%;max-height:470px;object-fit:contain}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:38px}.stat{padding:18px;border-left:3px solid var(--gold);background:rgba(255,255,255,.65);border-radius:12px}.stat b{font-size:28px;color:var(--purple)}section{padding:82px 0}.section-head{max-width:760px;margin-bottom:38px}.section-head h2{font-family:Georgia,serif;font-size:42px;line-height:1.1;margin:8px 0 12px}.section-head p{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;transition:.2s}.card:hover{transform:translateY(-5px);box-shadow:0 18px 50px rgba(76,18,100,.09)}.card .num{color:var(--gold);font-weight:900}.card h3{margin:8px 0;font-size:21px}.card p{color:var(--muted)}.dark{background:var(--ink);color:#fff}.dark .section-head p,.dark .card p{color:#c9c5ca}.dark .card{background:#222;border-color:#363136}.projects{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.project{padding:26px;border-radius:20px;background:#fff;border:1px solid var(--line)}.project small{color:var(--purple);font-weight:800}.project h3{margin:7px 0}.training-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.training-item{padding:20px;border-radius:16px;background:#fff;border:1px solid var(--line)}.awards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.award{border-top:3px solid var(--gold);padding:22px;background:white}.cta{padding:55px;border-radius:30px;background:linear-gradient(125deg,var(--purple-dark),var(--purple));color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{font-family:Georgia,serif;font-size:38px;margin:0}.site-footer{background:#111;color:#ddd;padding:48px 0 28px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.site-footer small{color:#aaa}.mobile-toggle{display:none;background:none;border:0;font-size:28px}.page-hero{padding:70px 0 40px}.content{max-width:850px}.content h1{font-family:Georgia,serif;font-size:50px}.content h2{margin-top:40px}.wp-block-image img{border-radius:18px}@media(max-width:850px){.mobile-toggle{display:block}.menu{display:none;position:absolute;top:78px;left:0;right:0;background:var(--paper);padding:20px;flex-direction:column;border-bottom:1px solid var(--line)}.menu.open{display:flex}.hero-grid{grid-template-columns:1fr}.hero-card{max-width:520px}.cards,.awards{grid-template-columns:1fr 1fr}.projects,.training-list{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.cta{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.wrap{width:min(100% - 28px,var(--max))}.hero{padding-top:60px}.stats,.cards,.awards{grid-template-columns:1fr}.hero h1{font-size:46px}.section-head h2{font-size:35px}.cta{padding:32px}.site-header .btn{display:none}}
/* v1.1 enhancements */
.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px}.value-grid>div{border:1px solid #ece7ee;border-radius:18px;padding:22px;background:#fff}.value-grid b{display:block;color:#4C1264;margin-bottom:7px}.value-grid span{font-size:14px;color:#666}.project{overflow:hidden;padding:0!important}.project-image{aspect-ratio:16/9;overflow:hidden;background:#f3f0f4}.project-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.project:hover .project-image img{transform:scale(1.035)}.project-body{padding:24px}.admin-note{font-size:12px;color:#888;margin-top:16px}.cta .eyebrow{color:#FCC737}.cta p{max-width:660px;color:#eee}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}.btn.gold{background:#FCC737;color:#171717;border-color:#FCC737}.btn.light{color:#fff;border-color:rgba(255,255,255,.45)}
@media(max-width:850px){.value-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.value-grid{grid-template-columns:1fr}}

/* v1.2 — Portfolio details + project submenu */
.site-header .menu{overflow:visible}
.site-header .menu .menu-item{position:relative;list-style:none}
.site-header .menu .menu-item>a{display:flex;align-items:center;gap:8px}
.sh-projects-menu>a:after{content:'▾';font-size:.7em;opacity:.75}
.sh-projects-menu .sub-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(8px);width:310px;background:#fff;border:1px solid rgba(76,18,100,.12);border-radius:18px;padding:10px;box-shadow:0 22px 55px rgba(23,23,23,.16);opacity:0;visibility:hidden;pointer-events:none;transition:.2s ease;z-index:9999}
.sh-projects-menu:hover .sub-menu,.sh-projects-menu:focus-within .sub-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.sh-projects-menu .sub-menu:before{content:'';position:absolute;top:-14px;left:0;right:0;height:14px}
.sh-projects-menu .sub-menu li{margin:0}
.sh-projects-menu .sub-menu a{display:flex!important;align-items:center;gap:11px;padding:9px 10px;border-radius:11px;color:#171717!important;font-size:14px;font-weight:700;line-height:1.2}
.sh-projects-menu .sub-menu a:hover{background:#faf7fb;color:#7E1891!important}
.sh-projects-menu .sub-menu img{width:34px;height:34px;object-fit:contain;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:3px;flex:0 0 34px}
.sh-projects-menu .sub-menu .all-projects{border-top:1px solid rgba(0,0,0,.08);margin-top:6px;padding-top:6px}
.sh-projects-menu .sub-menu .all-projects a{color:#7E1891!important}
.project{overflow:hidden}
.project-logo-wrap{display:block;text-decoration:none}
.project-image.project-logo{height:190px;display:flex;align-items:center;justify-content:center;background:#fff;padding:28px;border-bottom:1px solid rgba(76,18,100,.10)}
.project-image.project-logo img{width:100%;height:100%;object-fit:contain}
.project-logo-placeholder{font-size:68px;font-weight:800;color:#7E1891;background:linear-gradient(135deg,#faf7fb,#fff9e5)!important}
.project-body h3 a,.project-body h2 a{color:inherit;text-decoration:none}
.project-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:18px}
.text-link{color:#7E1891;font-weight:800;text-decoration:none}
.text-link.external{color:#8d6d00}
.text-link:hover{text-decoration:underline}
.project-hero{padding:90px 0 58px;background:linear-gradient(135deg,#0e0714 0%,#24102c 56%,#4C1264 100%);color:#fff}
.project-hero-grid{display:grid;grid-template-columns:minmax(220px,360px) 1fr;gap:58px;align-items:center}
.project-hero-logo{background:#fff;border-radius:28px;min-height:300px;padding:38px;display:flex;align-items:center;justify-content:center;box-shadow:0 22px 60px rgba(0,0,0,.22)}
.project-hero-logo img{width:100%;height:auto;max-height:230px;object-fit:contain}
.project-hero-logo span{font-size:110px;color:#7E1891;font-weight:800}
.project-hero h1,.archive-hero h1{font-size:clamp(42px,6vw,78px);line-height:1.02;margin:.25em 0}
.project-meta{display:flex;flex-wrap:wrap;gap:14px;margin:28px 0}
.project-meta span{display:flex;flex-direction:column;gap:4px;padding:13px 16px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.06);min-width:150px}
.project-meta b{color:#FCC737;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.project-content-section{background:#FAFAF8}
.project-content{max-width:900px}
.entry-content{font-size:18px;line-height:1.8;color:#333}
.entry-content h2,.entry-content h3{color:#171717;margin-top:1.7em}
.entry-content img{border-radius:18px}
.project-bottom-cta{background:#FAFAF8;padding-top:0}
.archive-hero{padding:90px 0 46px;background:linear-gradient(135deg,#faf7fb,#fff9e8)}
.projects-archive{margin-top:0}
.projects-archive .project-body h2{font-size:24px;margin:7px 0 12px}
@media (max-width:900px){
 .project-hero-grid{grid-template-columns:1fr;gap:28px}.project-hero-logo{min-height:220px;max-width:320px}.project-hero{padding-top:55px}
 .site-header .menu .sh-projects-menu{width:100%}.sh-projects-menu .sub-menu{position:static;transform:none!important;width:100%;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;border:0;border-left:2px solid #FCC737;border-radius:0;margin:7px 0 7px 10px;padding:3px 0 3px 8px;background:transparent}.sh-projects-menu .sub-menu a{color:inherit!important;padding:7px 4px}.sh-projects-menu .sub-menu img{display:none}
}

/* v1.3 — project media and portfolio categories */
.project-cover-section{padding:42px 0;background:#FAFAF8}.project-cover{overflow:hidden;border-radius:28px;border:1px solid var(--line);box-shadow:0 25px 65px rgba(23,23,23,.10);background:#fff}.project-cover img{display:block;width:100%;max-height:720px;object-fit:cover}.project-detail-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:40px}.project-detail-cards>div{padding:22px;border-radius:18px;border:1px solid var(--line);background:#fff}.project-detail-cards b{color:var(--purple);display:block;margin-bottom:8px}.project-detail-cards p{margin:0;color:var(--muted)}.project-gallery-section{background:#f4f0f5}.project-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.project-gallery a{display:block;background:#fff;border:1px solid var(--line);border-radius:20px;padding:10px;box-shadow:0 12px 35px rgba(23,23,23,.06);transition:.2s}.project-gallery a:hover{transform:translateY(-3px)}.project-gallery img{display:block;width:100%;height:auto;border-radius:13px}.site-footer a:hover{color:var(--gold)}
@media(max-width:700px){.project-detail-cards,.project-gallery{grid-template-columns:1fr}}


/* v1.4 - fully clickable project cards */
.project-clickable{position:relative;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.project-clickable:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(76,18,100,.12);border-color:rgba(126,24,145,.28)}
.project-card-link{position:absolute;inset:0;z-index:1;border-radius:inherit}
.project-clickable .project-logo-wrap,.project-clickable .project-body{position:relative;z-index:2;pointer-events:none}
.project-clickable .project-actions,.project-clickable .project-actions a{position:relative;z-index:3;pointer-events:auto}
.project-clickable .project-card-hint{display:inline-block;margin-top:8px;font-weight:700;color:#7E1891;transition:transform .2s ease}
.project-clickable:hover .project-card-hint{transform:translateX(4px)}
.project-clickable:focus-within{outline:3px solid rgba(252,199,55,.45);outline-offset:3px}


/* v2.0 — Final SEO, breadcrumbs and portfolio taxonomy polish */
.breadcrumbs{font-size:14px;color:var(--muted);margin-bottom:20px}.project-hero .breadcrumbs{color:rgba(255,255,255,.72)}.breadcrumbs a{font-weight:700}.breadcrumbs a:hover{color:var(--gold)}.breadcrumbs .sep{padding:0 8px;opacity:.55}
.portfolio-filters{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 28px}.portfolio-filter{display:inline-flex;align-items:center;padding:9px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:14px;font-weight:800;color:var(--purple-dark)}.portfolio-filter:hover,.portfolio-filter.active{background:var(--purple);color:#fff;border-color:var(--purple)}
.projects-archive .project{position:relative;transition:.2s ease}.projects-archive .project:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(76,18,100,.12);border-color:rgba(126,24,145,.28)}.projects-archive .project-card-link{position:absolute;inset:0;z-index:1;border-radius:inherit}.projects-archive .project-logo-wrap,.projects-archive .project-body{position:relative;z-index:2;pointer-events:none}.projects-archive .project-actions,.projects-archive .project-actions a{position:relative;z-index:3;pointer-events:auto}
.seo-note{font-size:12px;color:#666;margin-top:8px}
@media(max-width:560px){.portfolio-filters{gap:7px}.portfolio-filter{font-size:12px;padding:8px 11px}}

/* v2.1 — dynamic social profiles */
.social-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.social-links a{display:inline-flex;align-items:center;gap:8px;border-radius:999px;font-weight:700;transition:.2s}.social-icon{width:29px;height:29px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:900;line-height:1;background:var(--purple);color:#fff}.social-links-footer a{padding:5px 10px 5px 5px;border:1px solid rgba(255,255,255,.16);color:#ddd}.social-links-footer a:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}.social-links-footer .social-icon{background:var(--gold);color:#171717}.footer-social-title{font-weight:800;margin-top:16px;color:#fff}.connect-label{margin-top:22px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#FCC737}.social-links-connect a{padding:7px 13px 7px 7px;border:1px solid rgba(255,255,255,.25);color:#fff;background:rgba(255,255,255,.06)}.social-links-connect a:hover{background:#fff;color:#4C1264;transform:translateY(-2px)}.social-links-connect .social-icon{background:#FCC737;color:#171717}@media(max-width:560px){.social-links a{font-size:13px}.social-links-connect a{padding-right:10px}}

/* v2.2 — dynamic CTA, slide-in tablet/mobile menu, responsive footer, homepage section manager */
.header-cta{white-space:nowrap}.mobile-menu-close,.mobile-menu-backdrop{display:none}
.cta-actions .btn.gold{min-width:190px;color:#171717!important;background:#FCC737!important;border-color:#FCC737!important}.cta-actions .btn.gold span{display:block;color:#171717!important;opacity:1!important}.cta-copy{min-width:0;flex:1}.cta-actions{position:relative;z-index:2}
.custom-home-section.section-style-light{background:var(--paper)}.custom-home-section.section-style-soft{background:#f3eff4}.custom-home-section.section-style-dark{background:var(--ink);color:#fff}.custom-home-section.section-style-purple{background:linear-gradient(125deg,var(--purple-dark),var(--purple));color:#fff}.section-style-dark .section-head h2,.section-style-dark .entry-content,.section-style-dark .entry-content h2,.section-style-dark .entry-content h3,.section-style-purple .section-head h2,.section-style-purple .entry-content,.section-style-purple .entry-content h2,.section-style-purple .entry-content h3{color:#fff}.custom-section-actions{margin-top:24px}

@media(max-width:1024px){
  body.menu-open{overflow:hidden}
  .nav{height:72px;gap:14px}.brand{min-width:0}.brand img{width:44px;height:44px}.brand span{font-size:14px;white-space:nowrap}
  .mobile-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);font-size:24px;cursor:pointer;margin-left:auto}
  .header-cta{display:none!important}
  .mobile-menu-backdrop{display:block;position:fixed;inset:0;background:rgba(10,7,12,.52);backdrop-filter:blur(2px);z-index:9997}.mobile-menu-backdrop[hidden]{display:none!important}
  .site-header .menu{display:flex!important;position:fixed!important;top:0!important;left:0!important;right:auto!important;bottom:0;width:min(390px,88vw);height:100dvh;background:#FAFAF8;padding:88px 24px 28px!important;flex-direction:column;align-items:stretch;gap:4px;border:0!important;border-right:1px solid var(--line);box-shadow:18px 0 55px rgba(23,23,23,.22);z-index:9998;transform:translateX(-105%);transition:transform .28s ease;overflow-y:auto;overscroll-behavior:contain}
  .site-header .menu.open{transform:translateX(0)}
  .mobile-menu-close{display:flex;position:absolute;top:18px;right:18px;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font-size:30px;line-height:1;cursor:pointer}
  .site-header .menu>a,.site-header .menu>.menu-item>a{width:100%;padding:12px 4px;border-bottom:1px solid rgba(76,18,100,.08);font-size:17px;font-weight:800}
  .site-header .menu .menu-item{width:100%}
  .sh-projects-menu .sub-menu{position:static!important;transform:none!important;width:100%!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;box-shadow:none!important;border:0!important;border-left:2px solid var(--gold)!important;border-radius:0!important;margin:4px 0 10px 6px!important;padding:3px 0 3px 12px!important;background:transparent!important}
  .sh-projects-menu .sub-menu a{padding:8px 4px!important;color:var(--ink)!important;font-weight:650!important}.sh-projects-menu .sub-menu img{display:none!important}
  .hero-grid{grid-template-columns:1fr}.cards,.awards{grid-template-columns:1fr 1fr}.projects,.training-list{grid-template-columns:1fr}.cta{align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:700px){
  .site-footer{text-align:center;padding:42px 0 24px}.footer-grid{display:flex;flex-direction:column;align-items:center;gap:24px}.footer-grid>div{width:100%;max-width:520px}.site-footer p{margin:.55em 0}.site-footer .social-links{justify-content:center}.site-footer .footer-social-title{margin-top:18px}.site-footer .wrap:last-child{text-align:center}
  .cta{padding:34px 24px;border-radius:24px}.cta-actions{width:100%}.cta-actions .btn{width:100%;min-height:50px}.social-links-connect{justify-content:flex-start}
}
@media(max-width:560px){.brand span{font-size:12px;letter-spacing:.05em}.brand img{width:39px;height:39px}.mobile-toggle{width:40px;height:40px}.site-header .menu{width:min(360px,92vw)}.social-links-connect{justify-content:flex-start}.custom-home-section .entry-content{font-size:16px}}

/* v2.3 — mobile submenu accordion, swipeable expertise carousel, project country */
.project-country{display:inline-flex;align-items:center;gap:5px;margin:2px 0 10px;color:var(--muted);font-size:13px;font-weight:750}
.card-carousel-controls{display:none}
.submenu-toggle{display:none}

@media(max-width:1024px){
  /* Real mobile/tablet submenus: collapsed by default, expandable with chevron. */
  .site-header .menu .has-mobile-submenu{position:relative!important}
  .site-header .menu .has-mobile-submenu>a{padding-right:52px!important}
  .submenu-toggle{display:flex;position:absolute;right:0;top:3px;width:44px;height:44px;align-items:center;justify-content:center;border:0;background:transparent;color:var(--purple-dark);font-size:22px;cursor:pointer;z-index:4;border-radius:10px}
  .submenu-toggle:hover,.submenu-toggle:focus{background:rgba(126,24,145,.07);outline:none}
  .submenu-toggle span{display:block;transition:transform .22s ease}
  .submenu-open>.submenu-toggle span{transform:rotate(180deg)}
  .site-header .menu .has-mobile-submenu>.sub-menu,
  .site-header .menu .sh-projects-menu>.sub-menu{display:none!important;position:static!important;transform:none!important;width:100%!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;box-shadow:none!important;border:0!important;border-left:2px solid var(--gold)!important;border-radius:0!important;margin:4px 0 10px 6px!important;padding:3px 0 3px 12px!important;background:transparent!important}
  .site-header .menu .has-mobile-submenu.submenu-open>.sub-menu,
  .site-header .menu .sh-projects-menu.submenu-open>.sub-menu{display:block!important}
  .site-header .menu .sub-menu li{width:100%}
  .site-header .menu .sub-menu a{display:flex!important;width:100%;padding:10px 8px!important;color:var(--ink)!important;font-weight:650!important;border-radius:9px}
  .site-header .menu .sub-menu a:hover{background:rgba(126,24,145,.07)!important}
  .site-header .menu .sub-menu img{display:none!important}

  /* Expertise: exactly one card per view with native swipe and snap. */
  .card-carousel{position:relative}
  .expertise-cards.cards{display:flex!important;grid-template-columns:none!important;gap:0!important;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;border-radius:22px}
  .expertise-cards.cards::-webkit-scrollbar{display:none}
  .expertise-cards.cards>.card{flex:0 0 100%;width:100%;min-width:100%;scroll-snap-align:start;scroll-snap-stop:always;margin:0;min-height:250px;display:flex;flex-direction:column;justify-content:center}
  .card-carousel-controls{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:18px}
  .card-slider-btn{width:44px;height:44px;border-radius:50%;border:1px solid rgba(252,199,55,.52);background:#222;color:#FCC737;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}
  .card-slider-btn:hover,.card-slider-btn:focus{background:var(--purple);border-color:var(--purple);color:#fff;outline:none}
  .card-slider-status{min-width:62px;text-align:center;font-size:13px;font-weight:800;color:#d5ced8;letter-spacing:.08em}
}
@media(max-width:560px){
  .expertise-cards.cards>.card{min-height:285px;padding:28px 26px}
}
