/* RK Elements — frontend styles (RK suite design language). */
.rk-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.rk-empty{ padding:26px; text-align:center; color:#7a8794; background:#f4f7f8; border-radius:12px; }

/* card */
.rk-card{ background:#fff; border:1px solid #ecf0f2; border-radius:16px; overflow:hidden;
  box-shadow:0 1px 2px rgba(16,24,40,.04),0 10px 24px -16px rgba(16,24,40,.2); transition:transform .18s,box-shadow .18s; display:flex; flex-direction:column; }
.rk-card:hover{ transform:translateY(-3px); box-shadow:0 8px 26px -12px rgba(16,24,40,.28); }
.rk-card-media{ display:block; aspect-ratio:16/10; overflow:hidden; }
.rk-card-img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .3s; }
.rk-card:hover .rk-card-img{ transform:scale(1.04); }
.rk-card-body{ padding:16px 18px 18px; display:flex; flex-direction:column; gap:8px; }
.rk-card-title{ font-size:17px; font-weight:700; line-height:1.3; margin:0; }
.rk-card-title a{ color:#1b2733; text-decoration:none; }
.rk-card-title a:hover{ color:#009687; }
.rk-card-excerpt{ color:#7a8794; font-size:14px; line-height:1.6; margin:0; }
.rk-card-link{ color:#009687; font-weight:600; font-size:13.5px; text-decoration:none; margin-top:2px; }

/* carousel */
.rk-carousel{ position:relative; }
.rk-carousel-track{ display:flex; gap:20px; overflow-x:auto; scroll-behavior:smooth; scroll-snap-type:x mandatory; padding:6px 2px 14px; -ms-overflow-style:none; scrollbar-width:none; }
.rk-carousel-track::-webkit-scrollbar{ display:none; }
.rk-carousel-track .rk-card{ scroll-snap-align:start; flex:0 0 300px; }
.rk-carousel-nav{ position:absolute; top:40%; transform:translateY(-50%); z-index:2; width:40px; height:40px; border-radius:50%;
  border:1px solid #e1e7ea; background:#fff; color:#1b2733; font-size:22px; line-height:1; cursor:pointer; box-shadow:0 6px 16px -8px rgba(16,24,40,.4); }
.rk-carousel-nav:hover{ color:#009687; border-color:#009687; }
.rk-carousel .rk-prev{ left:-14px; } .rk-carousel .rk-next{ right:-14px; }

/* filter */
.rk-filterbar{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom:18px; }
.rk-filter-btn{ border:1px solid #e1e7ea; background:#fff; color:#5a6672; font-weight:600; font-size:13px; padding:7px 15px; border-radius:999px; cursor:pointer; transition:all .15s; }
.rk-filter-btn:hover{ color:#009687; border-color:#009687; }
.rk-filter-btn.is-active{ background:linear-gradient(135deg,#009687,#19b9a6); color:#fff; border-color:transparent; }
.rk-filter-item.is-hidden{ display:none; }

/* heading */
.rk-heading{ margin:0; font-weight:800; letter-spacing:-.5px; line-height:1.15; }
.rk-heading.is-gradient{ background-image:linear-gradient(90deg,#009687,#19b9a6); -webkit-background-clip:text; background-clip:text; color:transparent; -webkit-text-fill-color:transparent; }

/* counter */
.rk-counter{ text-align:center; }
.rk-counter-num{ font-size:44px; font-weight:800; letter-spacing:-1.5px; color:#1b2733; line-height:1; }
.rk-counter-title{ margin-top:8px; font-size:13px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:#7a8794; }

/* progress */
.rk-progress{ margin:10px 0; }
.rk-progress-head{ display:flex; justify-content:space-between; font-size:13.5px; font-weight:600; color:#1b2733; margin-bottom:7px; }
.rk-progress-track{ height:10px; background:#eef2f3; border-radius:999px; overflow:hidden; }
.rk-progress-fill{ height:100%; background:#009687; border-radius:999px; width:0; transition:width 1.1s cubic-bezier(.3,.8,.3,1); }

/* testimonial */
.rk-testimonial{ background:#fff; border:1px solid #ecf0f2; border-top:3px solid #009687; border-radius:16px; padding:24px 26px;
  box-shadow:0 1px 2px rgba(16,24,40,.04),0 12px 26px -18px rgba(16,24,40,.22); margin:0; }
.rk-stars{ color:#009687; font-size:16px; letter-spacing:2px; margin-bottom:10px; }
.rk-star{ opacity:.25; } .rk-star.on{ opacity:1; }
.rk-testimonial-quote{ font-size:17px; line-height:1.6; color:#2b3742; margin:0 0 18px; font-style:italic; }
.rk-testimonial-cap{ display:flex; align-items:center; gap:12px; }
.rk-testimonial-img{ width:46px; height:46px; border-radius:50%; object-fit:cover; }
.rk-testimonial-meta{ display:flex; flex-direction:column; }
.rk-testimonial-name{ font-size:14px; color:#1b2733; }
.rk-testimonial-role{ font-size:12.5px; color:#7a8794; }

/* pricing */
.rk-pricing{ position:relative; background:#fff; border:1px solid #ecf0f2; border-radius:18px; padding:28px 26px; text-align:center;
  box-shadow:0 1px 2px rgba(16,24,40,.04),0 14px 30px -20px rgba(16,24,40,.24); }
.rk-pricing.is-featured{ border-width:2px; transform:scale(1.02); }
.rk-pricing-badge{ position:absolute; top:-12px; left:50%; transform:translateX(-50%); background:linear-gradient(135deg,#009687,#19b9a6); color:#fff; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; padding:5px 14px; border-radius:999px; }
.rk-pricing-plan{ font-size:14px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; color:#7a8794; }
.rk-pricing-price{ font-size:44px; font-weight:800; letter-spacing:-1.5px; color:#009687; margin:8px 0 4px; }
.rk-pricing-cur{ font-size:24px; vertical-align:super; margin-right:2px; }
.rk-pricing-period{ font-size:15px; font-weight:600; color:#9aa6b2; letter-spacing:0; }
.rk-pricing-features{ list-style:none; margin:18px 0 22px; padding:0; text-align:left; }
.rk-pricing-features li{ display:flex; align-items:center; gap:9px; padding:7px 0; font-size:14px; color:#2b3742; border-bottom:1px solid #f2f5f6; }
.rk-pricing-features li.off{ color:#aab4bd; }
.rk-tick{ font-weight:800; color:#0f9d6b; } .rk-pricing-features li.off .rk-tick{ color:#d0d7dc; }
.rk-pricing-btn{ display:inline-block; width:100%; background:#009687; color:#fff; font-weight:700; text-decoration:none; padding:12px 20px; border-radius:12px; transition:transform .15s,box-shadow .15s; }
.rk-pricing-btn:hover{ transform:translateY(-1px); box-shadow:0 10px 22px -8px rgba(0,150,135,.5); color:#fff; }

/* team */
.rk-team{ background:#fff; border:1px solid #ecf0f2; border-radius:18px; overflow:hidden; box-shadow:0 1px 2px rgba(16,24,40,.04),0 12px 26px -18px rgba(16,24,40,.22); }
.rk-team-photo{ aspect-ratio:1/1; overflow:hidden; }
.rk-team-photo img{ width:100%; height:100%; object-fit:cover; display:block; }
.rk-team-body{ padding:18px 20px 20px; text-align:center; }
.rk-team-name{ margin:0; font-size:18px; font-weight:700; color:#1b2733; }
.rk-team-role{ font-size:13px; font-weight:600; color:#009687; margin-top:2px; }
.rk-team-bio{ font-size:13.5px; color:#7a8794; line-height:1.6; margin:10px 0 12px; }
.rk-team-social{ display:flex; gap:8px; justify-content:center; }
.rk-team-social a{ width:32px; height:32px; border-radius:50%; border:1px solid #e1e7ea; display:flex; align-items:center; justify-content:center; color:#5a6672; font-size:12px; font-weight:700; text-decoration:none; transition:all .15s; }

/* accordion */
.rk-accordion{ border:1px solid #ecf0f2; border-radius:14px; overflow:hidden; }
.rk-acc-item{ border-bottom:1px solid #ecf0f2; }
.rk-acc-item:last-child{ border-bottom:0; }
.rk-acc-head{ width:100%; text-align:left; background:#fff; border:0; cursor:pointer; font-size:15px; font-weight:600; color:#1b2733; padding:16px 20px; display:flex; justify-content:space-between; align-items:center; gap:12px; }
.rk-acc-head:hover{ background:#fafbfb; }
.rk-acc-icon{ font-size:20px; color:#009687; transition:transform .2s; flex:none; }
.rk-acc-item.is-open .rk-acc-icon{ transform:rotate(45deg); }
.rk-acc-panel{ max-height:0; overflow:hidden; transition:max-height .25s ease; }
.rk-acc-item.is-open .rk-acc-panel{ max-height:600px; }
.rk-acc-inner{ padding:0 20px 18px; color:#5a6672; font-size:14px; line-height:1.7; }

@media(max-width:1024px){ .rk-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:600px){ .rk-grid{ grid-template-columns:1fr; } }

/* ============ Tier 3 widgets ============ */
/* Download button */
.rk-dl{ display:flex; }
.rk-dl-btn{ display:inline-flex; align-items:center; gap:9px; text-decoration:none; font-weight:600; line-height:1; transition:background .2s, transform .15s; }
.rk-dl-btn:hover{ transform:translateY(-1px); }
.rk-dl-ico{ display:inline-flex; }

/* Steps */
.rk-steps{ display:flex; gap:24px; }
.rk-steps--vertical .rk-steps,.rk-steps--vertical.elementor-widget .rk-steps{ flex-direction:column; }
.rk-step{ flex:1; position:relative; text-align:center; }
.rk-steps:not(.rk-steps--vertical) .rk-step::after{ content:""; position:absolute; top:22px; left:calc(50% + 30px); right:calc(-50% + 30px); height:2px; background:#d7ded9; }
.rk-step:last-child::after{ display:none; }
.rk-step-num{ width:46px; height:46px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; font-weight:700; background:#0e9384; color:#fff; position:relative; z-index:1; }
.rk-step-body h4{ margin:12px 0 4px; font-size:16px; }
.rk-step-body p{ margin:0; color:#667085; font-size:13px; }
.rk-steps--vertical .rk-step{ text-align:left; display:flex; gap:14px; }
.rk-steps--vertical .rk-step::after{ display:none; }

/* Tabs */
.rk-tabs{ display:block; }
.rk-tab-nav{ display:flex; gap:6px; border-bottom:1px solid #eaecf0; flex-wrap:wrap; }
.rk-tab-btn{ border:0; background:transparent; padding:11px 16px; font-size:14px; font-weight:600; color:#667085; cursor:pointer; position:relative; }
.rk-tab-btn.is-active{ color:#0e9384; }
.rk-tab-btn::after{ content:""; position:absolute; left:12px; right:12px; bottom:-1px; height:2px; background:transparent; }
.rk-tab-btn.is-active::after{ background:#0e9384; }
.rk-tab-panel{ display:none; padding:18px 2px; line-height:1.7; color:#475467; }
.rk-tab-panel.is-active{ display:block; animation:rkFade .25s ease; }
@keyframes rkFade{ from{ opacity:0; transform:translateY(4px);} to{ opacity:1; transform:none; } }
.rk-tabs--left .rk-tabs{ display:flex; gap:20px; }
.rk-tabs--left .rk-tab-nav{ flex-direction:column; border-bottom:0; border-right:1px solid #eaecf0; min-width:160px; }
.rk-tabs--left .rk-tab-btn::after{ left:auto; right:-1px; top:8px; bottom:8px; width:2px; height:auto; }

/* Before / After */
.rk-ba{ position:relative; overflow:hidden; user-select:none; line-height:0; border-radius:10px; }
.rk-ba img{ display:block; width:100%; height:auto; }
.rk-ba-after{ width:100%; }
.rk-ba-before-wrap{ position:absolute; inset:0; width:50%; overflow:hidden; }
.rk-ba-before-wrap .rk-ba-before{ width:auto; height:100%; max-width:none; }
.rk-ba[data-orient="v"] .rk-ba-before-wrap{ width:100%; height:50%; }
.rk-ba-handle{ position:absolute; top:0; bottom:0; left:50%; width:2px; background:#fff; transform:translateX(-50%); cursor:ew-resize; box-shadow:0 0 0 1px rgba(0,0,0,.1); }
.rk-ba[data-orient="v"] .rk-ba-handle{ left:0; right:0; top:50%; bottom:auto; width:auto; height:2px; transform:translateY(-50%); cursor:ns-resize; }
.rk-ba-handle span{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:38px; height:38px; border-radius:50%; background:#fff; box-shadow:0 3px 10px rgba(0,0,0,.3); }
.rk-ba-handle span::before,.rk-ba-handle span::after{ content:""; position:absolute; top:50%; width:0; height:0; border:5px solid transparent; }
.rk-ba-handle span::before{ left:7px; border-right-color:#0e9384; transform:translateY(-50%); }
.rk-ba-handle span::after{ right:7px; border-left-color:#0e9384; transform:translateY(-50%); }
.rk-ba-lbl{ position:absolute; bottom:12px; background:rgba(16,24,40,.7); color:#fff; font-size:12px; line-height:1; padding:6px 10px; border-radius:6px; }
.rk-ba-lbl-b{ left:12px; } .rk-ba-lbl-a{ right:12px; }

/* Flip card */
.rk-flip{ perspective:1400px; height:320px; }
.rk-flip-inner{ position:relative; width:100%; height:100%; transition:transform .6s cubic-bezier(.2,.7,.2,1); transform-style:preserve-3d; }
.rk-flip-face{ position:absolute; inset:0; backface-visibility:hidden; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:26px; color:#fff; }
.rk-flip-front{ background:#0e9384; }
.rk-flip-back{ background:#101828; }
.rk-flip--left .rk-flip-back{ transform:rotateY(180deg); }
.rk-flip--right .rk-flip-back{ transform:rotateY(-180deg); }
.rk-flip--up .rk-flip-back{ transform:rotateX(180deg); }
.rk-flip--down .rk-flip-back{ transform:rotateX(-180deg); }
.rk-flip--hover:hover .rk-flip-inner,.rk-flip.is-flipped .rk-flip-inner{ }
.rk-flip--left.rk-flip--hover:hover .rk-flip-inner,.rk-flip--left.is-flipped .rk-flip-inner{ transform:rotateY(180deg); }
.rk-flip--right.rk-flip--hover:hover .rk-flip-inner,.rk-flip--right.is-flipped .rk-flip-inner{ transform:rotateY(-180deg); }
.rk-flip--up.rk-flip--hover:hover .rk-flip-inner,.rk-flip--up.is-flipped .rk-flip-inner{ transform:rotateX(180deg); }
.rk-flip--down.rk-flip--hover:hover .rk-flip-inner,.rk-flip--down.is-flipped .rk-flip-inner{ transform:rotateX(-180deg); }
.rk-flip-ico{ font-size:34px; margin-bottom:10px; }
.rk-flip-face h3{ margin:0 0 8px; color:#fff; }
.rk-flip-face p{ margin:0; opacity:.9; font-size:14px; }
.rk-flip-btn{ margin-top:16px; background:#fff; color:#101828; padding:9px 18px; border-radius:8px; text-decoration:none; font-weight:600; }

/* Link box */
.rk-lb{ display:block; text-decoration:none; overflow:hidden; border:1px solid #eef0f3; box-shadow:0 1px 2px rgba(16,24,40,.05); transition:transform .25s, box-shadow .25s; }
.rk-lb--lift:hover{ transform:translateY(-5px); box-shadow:0 26px 50px -24px rgba(16,24,40,.4); }
.rk-lb-media{ display:block; overflow:hidden; }
.rk-lb-media img{ display:block; width:100%; height:auto; transition:transform .4s; }
.rk-lb--zoom:hover .rk-lb-media img{ transform:scale(1.06); }
.rk-lb-body{ display:block; padding:16px 18px; }
.rk-lb-title{ display:block; font-size:16px; font-weight:700; }
.rk-lb-text{ display:block; margin-top:5px; font-size:13px; line-height:1.6; }

/* Buttons pack */
.rk-btnwrap{ display:flex; }
.rk-btn{ --rk-btn-1:#0e9384; --rk-btn-2:#17b3a3; --rk-btn-t:#fff; position:relative; display:inline-flex; align-items:center; gap:9px; text-decoration:none; font-weight:600; line-height:1; border-radius:10px; padding:13px 24px; overflow:hidden; transition:transform .15s, box-shadow .2s, background .2s, color .2s; color:var(--rk-btn-t); background:var(--rk-btn-1); }
.rk-btn-size--sm .rk-btn{ padding:9px 16px; font-size:13px; } .rk-btn-size--lg .rk-btn{ padding:16px 32px; font-size:17px; }
.rk-btn .rk-btn-arrow{ display:none; }
.rk-btn:hover{ transform:translateY(-1px); }
.rk-btn--outline .rk-btn{ background:transparent; color:var(--rk-btn-1); border:2px solid var(--rk-btn-1); }
.rk-btn--outline .rk-btn:hover{ background:var(--rk-btn-1); color:var(--rk-btn-t); }
.rk-btn--gradient .rk-btn{ background:linear-gradient(90deg,var(--rk-btn-1),var(--rk-btn-2)); }
.rk-btn--glass .rk-btn{ background:rgba(255,255,255,.14); color:var(--rk-btn-t); border:1px solid rgba(255,255,255,.4); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); }
.rk-btn--3d .rk-btn{ background:var(--rk-btn-1); box-shadow:0 5px 0 0 color-mix(in srgb,var(--rk-btn-1) 65%,#000); }
.rk-btn--3d .rk-btn:hover{ transform:translateY(2px); box-shadow:0 3px 0 0 color-mix(in srgb,var(--rk-btn-1) 65%,#000); }
.rk-btn--shine .rk-btn{ background:linear-gradient(90deg,var(--rk-btn-1),var(--rk-btn-2)); }
.rk-btn--shine .rk-btn::before{ content:""; position:absolute; top:0; left:-120%; width:60%; height:100%; background:linear-gradient(120deg,transparent,rgba(255,255,255,.55),transparent); transform:skewX(-20deg); transition:left .6s; }
.rk-btn--shine .rk-btn:hover::before{ left:130%; }
.rk-btn--sweep .rk-btn{ background:var(--rk-btn-1); z-index:0; }
.rk-btn--sweep .rk-btn::before{ content:""; position:absolute; inset:0; background:var(--rk-btn-2); transform:scaleX(0); transform-origin:left; transition:transform .3s; z-index:-1; }
.rk-btn--sweep .rk-btn:hover::before{ transform:scaleX(1); }
.rk-btn--pill .rk-btn{ border-radius:50px; background:var(--rk-btn-1); box-shadow:0 0 0 rgba(14,147,132,.5); }
.rk-btn--pill .rk-btn:hover{ box-shadow:0 8px 26px -6px var(--rk-btn-2); }
.rk-btn--arrow .rk-btn .rk-btn-arrow{ display:inline-block; transition:transform .2s; }
.rk-btn--arrow .rk-btn:hover .rk-btn-arrow{ transform:translateX(4px); }

/* ============ RK Effects (add class in Advanced → CSS Classes) ============ */
.rk-glass{ background:rgba(255,255,255,.12); backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); border:1px solid rgba(255,255,255,.25); }
.rk-motion{ opacity:0; transition:opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); will-change:opacity,transform; }
.rk-motion.rk-motion-up{ transform:translateY(40px); }
.rk-motion.rk-motion-left{ transform:translateX(-40px); }
.rk-motion.rk-motion-right{ transform:translateX(40px); }
.rk-motion.rk-motion-zoom{ transform:scale(.9); }
.rk-motion.rk-in{ opacity:1; transform:none; }
.rk-door{ opacity:0; transform-origin:left center; transform:perspective(1200px) rotateY(-92deg); transition:opacity .7s ease, transform .9s cubic-bezier(.2,.8,.2,1); backface-visibility:hidden; }
.rk-door.rk-in{ opacity:1; transform:perspective(1200px) rotateY(0); }
.rk-parallax{ will-change:transform; }
