/* ============================================================
   RPJ / JewelCraft — Home sections (mockup-exact)
   ============================================================ */
.rj{font-family:'Jost',sans-serif;color:#2a2118;}
.rj-wrap{max-width:1280px;margin:0 auto;padding:0 28px;}
.rj-sec{position:relative;padding:30px 0;}
.rj-deco{position:absolute;z-index:0;width:230px;opacity:.9;pointer-events:none;}
.rj-deco.l{left:0;top:40px;} .rj-deco.r{right:0;top:120px;}
.rj-deco img{width:100%;border-radius:18px;}

/* ---- section heading ---- */
.rj-head{text-align:center;position:relative;z-index:2;margin-bottom:38px;}
.rj-head .rj-ey{display:inline-flex;align-items:center;gap:9px;color:#b8893d;font-weight:700;font-size:13px;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:12px;}
.rj-head .rj-ey::before,.rj-head .rj-ey::after{content:"";width:34px;height:1px;background:linear-gradient(90deg,transparent,#caa24f);}
.rj-head .rj-ey::after{background:linear-gradient(270deg,transparent,#caa24f);}
.rj-head h2{font-family:'Playfair Display',serif;font-weight:700;font-size:clamp(1.7rem,3vw,2.4rem);margin:0 0 8px;color:#241a10;}
.rj-head p{color:#6b5d4a;font-size:1rem;margin:0;}
.rj-viewall{position:absolute;right:28px;top:0;display:inline-flex;align-items:center;gap:8px;text-decoration:none;
  color:#b8893d;font-weight:600;font-size:14px;border:1px solid #e6d3ab;border-radius:999px;padding:9px 18px;background:#fff;transition:.2s;}
.rj-viewall:hover{background:linear-gradient(135deg,#caa24f,#a9772b);color:#fff;border-color:transparent;}

/* ---- COURSES ---- */
.rj-courses-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1150px;margin:0 auto;}
.rj-cc{background:#fff;border:1px solid #efe3cd;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;
  box-shadow:0 8px 26px rgba(70,46,14,.07);transition:transform .25s,box-shadow .25s;}
.rj-cc:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(168,118,42,.20);}
.rj-cc-media{position:relative;aspect-ratio:5/4;overflow:hidden;margin:10px;border-radius:13px;}
.rj-cc-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s;}
.rj-cc:hover .rj-cc-media img{transform:scale(1.07);}
.rj-cc-badge{position:absolute;top:10px;left:10px;background:linear-gradient(135deg,#caa24f,#a9772b);color:#fff;
  font-size:10.5px;font-weight:700;letter-spacing:.4px;padding:4px 11px;border-radius:999px;box-shadow:0 4px 12px rgba(120,80,20,.3);}
.rj-cc-body{padding:4px 16px 18px;display:flex;flex-direction:column;flex:1;}
.rj-cc-body h3{font-family:'Playfair Display',serif;font-size:17px;font-weight:600;line-height:1.3;margin:0 0 7px;color:#241a10;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:44px;}
.rj-cc-desc{color:#8a7a63;font-size:12.5px;line-height:1.5;margin:0 0 12px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px;}
.rj-cc-rate{font-size:13px;color:#6b5d4a;margin-bottom:10px;}
.rj-cc-rate i{color:#e2a93b;}
.rj-cc-rate b{color:#241a10;}
.rj-cc-price{display:flex;align-items:baseline;gap:8px;margin:auto 0 12px;}
.rj-cc-price .now{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:#241a10;}
.rj-cc-price .was{font-size:13px;color:#b9ad97;text-decoration:line-through;}
.rj-cc-btn{display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;
  background:linear-gradient(135deg,#caa24f,#a9772b);color:#fff;font-weight:600;font-size:13.5px;padding:11px;border-radius:11px;
  box-shadow:0 8px 20px rgba(168,118,42,.30);transition:.2s;}
.rj-cc-btn:hover{filter:brightness(1.07);transform:translateY(-2px);}

/* ---- SERVICES ---- */
.rj-serv-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:26px;}
.rj-serv{position:relative;display:flex;align-items:center;gap:10px;overflow:hidden;
  background:linear-gradient(120deg,#fdfaf4 0%,#faf4ea 100%);border:1px solid #f0e6d4;
  border-radius:22px;padding:36px 0 36px 38px;box-shadow:0 10px 30px rgba(70,46,14,.08);transition:transform .25s,box-shadow .25s;}
.rj-serv:hover{transform:translateY(-5px);box-shadow:0 20px 44px rgba(168,118,42,.18);}
.rj-serv-txt{flex:1;position:relative;z-index:3;}
.rj-serv-txt small{color:#6b5d4a;font-weight:500;font-size:15px;}
.rj-serv-txt h3{font-family:'Playfair Display',serif;font-size:27px;font-weight:700;margin:6px 0 10px;color:#241a10;}
.rj-serv-txt p{color:#6b5d4a;font-size:14px;line-height:1.6;margin:0 0 20px;max-width:250px;}
.rj-serv-btn{display:inline-flex;align-items:center;gap:9px;text-decoration:none;color:#b8893d;font-weight:600;font-size:14px;
  border:1.5px solid #dcc190;border-radius:999px;padding:11px 24px;background:transparent;transition:.2s;}
.rj-serv-btn:hover{background:linear-gradient(135deg,#caa24f,#a9772b);color:#fff;border-color:transparent;}
/* right visual */
.rj-serv-vis{position:relative;width:300px;flex:none;align-self:stretch;display:flex;align-items:center;justify-content:center;}
.rj-serv-floral{position:absolute;right:-20px;top:0;bottom:0;width:78%;z-index:1;
  background:
    radial-gradient(circle at 86% 30%, rgba(202,162,79,.20), transparent 26%),
    radial-gradient(circle at 96% 62%, rgba(202,162,79,.16), transparent 24%),
    radial-gradient(circle at 70% 78%, rgba(202,162,79,.14), transparent 22%),
    radial-gradient(circle at 78% 48%, rgba(233,211,163,.30), transparent 60%);}
.rj-serv-ring{position:relative;z-index:2;width:168px;height:168px;border-radius:50%;padding:7px;
  background:conic-gradient(from 210deg,#e9c982,#caa24f,#f6e6bd,#caa24f,#e9c982);
  box-shadow:0 16px 38px rgba(120,80,20,.28);}
.rj-serv-ring.big{width:184px;height:184px;}
.rj-serv-ring img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:5px solid #fbf4e6;}
.rj-serv-play{position:absolute;z-index:4;left:30px;top:50%;transform:translateY(-50%);
  width:58px;height:58px;border-radius:50%;background:#e8342f;color:#fff;display:grid;place-items:center;
  font-size:19px;text-decoration:none;transition:transform .2s;
  box-shadow:0 0 0 9px rgba(232,52,47,.16),0 0 0 20px rgba(232,52,47,.09),0 10px 24px rgba(232,52,47,.42);}
.rj-serv-play:hover{transform:translateY(-50%) scale(1.08);}

/* ---- CATEGORIES (cream band, mockup-exact) ---- */
.rj-cat-band{position:relative;overflow:hidden;background:linear-gradient(180deg,#fbf8f2 0%,#f7f2e8 100%);
  border:1px solid #f0e3cd;border-radius:30px;padding:42px 50px 48px;box-shadow:0 14px 40px rgba(70,46,14,.07);}
.rj-cat-headline{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:34px;}
.rj-cat-headline .ln{flex:1;max-width:300px;height:1px;background:linear-gradient(90deg,transparent,#caa24f);}
.rj-cat-headline .ln:last-child{background:linear-gradient(270deg,transparent,#caa24f);}
.rj-cat-headline .di{color:#caa24f;font-size:12px;font-style:normal;}
.rj-cat-headline h2{font-family:'Playfair Display',serif;font-weight:700;font-size:clamp(1.15rem,2.1vw,1.65rem);
  letter-spacing:1px;text-transform:uppercase;color:#2a2014;margin:0;white-space:nowrap;}
.rj-cat-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(8,1fr);gap:14px;}
.rj-cat{background:#fff;border:1px solid #f1e6d4;border-radius:18px;padding:26px 8px 22px;text-align:center;
  box-shadow:0 6px 16px rgba(70,46,14,.05);transition:transform .25s,box-shadow .25s;text-decoration:none;display:block;}
.rj-cat:hover{transform:translateY(-6px);box-shadow:0 16px 34px rgba(168,118,42,.16);}
.rj-cat-ic{display:grid;place-items:center;width:84px;height:84px;margin:0 auto 14px;border-radius:50%;font-size:34px;color:#c8932f;overflow:hidden;
  background:radial-gradient(circle at 38% 32%,#fbf1da,#f1ddae);box-shadow:inset 0 0 0 1px rgba(202,162,79,.35),0 8px 18px rgba(120,80,20,.12);}
.rj-cat-ic img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block;transition:transform .25s;}
.rj-cat:hover .rj-cat-ic img{transform:scale(1.08);}
.rj-cat h4{font-family:'Playfair Display',serif;font-size:16px;font-weight:700;color:#241a10;margin:0 0 10px;line-height:1.25;min-height:40px;}
.rj-cat span{font-size:12.5px;color:#9a8a6b;}
@media(max-width:1100px){.rj-cat-band{padding:36px 24px 40px;}.rj-cat-headline .ln{display:none;}}

/* ---- WHY (cream band, mockup-exact) ---- */
.rj-why-band{position:relative;overflow:hidden;background:linear-gradient(180deg,#fbf8f2 0%,#f7f2e8 100%);
  border:1px solid #f0e3cd;border-radius:30px;padding:46px 64px 52px;box-shadow:0 14px 40px rgba(70,46,14,.08);}
.rj-why-deco{position:absolute;z-index:0;top:50%;transform:translateY(-50%);pointer-events:none;opacity:.95;}
.rj-why-deco.l{left:-26px;width:215px;}
.rj-why-deco.r{right:-12px;width:175px;}
.rj-why-orn{display:flex;align-items:center;justify-content:center;gap:14px;position:relative;z-index:2;margin-bottom:14px;}
.rj-why-orn span{width:150px;max-width:22vw;height:1px;background:linear-gradient(90deg,transparent,#caa24f);}
.rj-why-orn span:last-child{background:linear-gradient(270deg,transparent,#caa24f);}
.rj-why-orn i{color:#caa24f;font-size:13px;font-style:normal;}
.rj-why-title{text-align:center;position:relative;z-index:2;font-family:'Playfair Display',serif;font-weight:700;
  font-size:clamp(1.35rem,2.5vw,2rem);letter-spacing:1px;text-transform:uppercase;color:#2a2014;margin:0 0 36px;}
.rj-why-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(6,1fr);gap:16px;}
.rj-why{background:#fff;border:1px solid #f0e6d4;border-radius:18px;
  padding:26px 16px 24px;text-align:center;box-shadow:0 6px 16px rgba(70,46,14,.05);transition:transform .25s,box-shadow .25s;}
.rj-why:hover{transform:translateY(-6px);box-shadow:0 16px 34px rgba(168,118,42,.16);background:#fff;}
.rj-why-ic{display:grid;place-items:center;width:66px;height:66px;margin:0 auto 16px;border-radius:50%;font-size:25px;color:#c8932f;
  background:radial-gradient(circle at 38% 32%,#fbf1da,#f3e1bb);box-shadow:inset 0 0 0 1px rgba(202,162,79,.3);}
.rj-why h4{font-family:'Playfair Display',serif;font-size:17px;font-weight:700;color:#241a10;margin:0 0 10px;line-height:1.25;
  min-height:42px;display:flex;align-items:center;justify-content:center;}
.rj-why-div{display:flex;align-items:center;justify-content:center;gap:7px;margin:0 auto 12px;}
.rj-why-div::before,.rj-why-div::after{content:"";width:22px;height:1px;background:#dcc190;}
.rj-why-div i{color:#caa24f;font-size:8px;font-style:normal;}
.rj-why p{font-size:12.5px;color:#8a7a63;line-height:1.55;margin:0;}
@media(max-width:1100px){.rj-why-band{padding:40px 26px 44px;}.rj-why-deco{display:none;}}

/* ---- MENTORS ---- */
.rj-mentor-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(5,1fr);gap:18px;}
.rj-mentor{background:#fff;border:1px solid #efe3cd;border-radius:16px;padding:18px;text-align:center;
  box-shadow:0 6px 18px rgba(70,46,14,.06);transition:transform .25s,box-shadow .25s;}
.rj-mentor:hover{transform:translateY(-6px);box-shadow:0 16px 36px rgba(168,118,42,.18);}
.rj-mentor-photo{width:88px;height:88px;border-radius:50%;object-fit:cover;margin:0 auto 14px;border:3px solid #f3e7cf;box-shadow:0 6px 16px rgba(0,0,0,.12);}
.rj-mentor h4{font-size:15.5px;font-weight:700;color:#241a10;margin:0 0 3px;}
.rj-mentor .role{color:#b8893d;font-size:12.5px;font-weight:600;margin:0 0 6px;}
.rj-mentor .exp{color:#8a7a63;font-size:12px;margin:0 0 6px;}
.rj-mentor .rate{font-size:12.5px;color:#6b5d4a;margin-bottom:10px;}
.rj-mentor .rate i{color:#e2a93b;}
.rj-mentor-soc{display:flex;justify-content:center;gap:8px;}
.rj-mentor-soc a{width:30px;height:30px;border-radius:50%;border:1px solid #ead9bf;display:grid;place-items:center;
  color:#b8893d;font-size:12px;text-decoration:none;transition:.2s;}
.rj-mentor-soc a:hover{background:linear-gradient(135deg,#caa24f,#a9772b);color:#fff;border-color:transparent;}

/* ---- BLOGS (cream band, vertical cards — mockup-exact) ---- */
.rj-blog-band{position:relative;overflow:hidden;background:linear-gradient(180deg,#fbf8f2 0%,#f7f2e8 100%);
  border:1px solid #f0e3cd;border-radius:30px;padding:40px 50px 48px;box-shadow:0 14px 40px rgba(70,46,14,.07);}
.rj-blog-headline{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:32px;}
.rj-blog-headline .ln{flex:1;max-width:330px;height:1px;background:linear-gradient(90deg,transparent,#caa24f);}
.rj-blog-headline .ln:last-child{background:linear-gradient(270deg,transparent,#caa24f);}
.rj-blog-headline .di{color:#caa24f;font-size:12px;font-style:normal;}
.rj-blog-headline h2{font-family:'Playfair Display',serif;font-weight:700;font-size:clamp(1.2rem,2.2vw,1.7rem);
  letter-spacing:1px;text-transform:uppercase;color:#2a2014;margin:0;white-space:nowrap;}
.rj-blog-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.rj-blog{display:flex;flex-direction:column;background:#fff;border:1px solid #f0e6d4;
  border-radius:20px;padding:16px;box-shadow:0 6px 18px rgba(70,46,14,.05);transition:transform .25s,box-shadow .25s;}
.rj-blog:hover{transform:translateY(-6px);box-shadow:0 18px 38px rgba(168,118,42,.16);background:#fff;}
.rj-blog-img{display:block;width:100%;height:225px;border-radius:14px;overflow:hidden;}
.rj-blog-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.rj-blog:hover .rj-blog-img img{transform:scale(1.06);}
.rj-blog-b{display:flex;flex-direction:column;flex:1;padding:18px 6px 4px;}
.rj-blog-b h3{font-family:'Playfair Display',serif;font-size:21px;font-weight:700;line-height:1.3;margin:0 0 12px;color:#241a10;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:55px;}
.rj-blog-b h3 a{color:inherit;text-decoration:none;}
.rj-blog-b h3 a:hover{color:#b8893d;}
.rj-blog-b p{font-size:14.5px;color:#7a6b54;line-height:1.6;margin:0 0 16px;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.rj-blog-line{display:block;height:1px;background:linear-gradient(90deg,#ecdcbb,#d8bd84,#ecdcbb);margin:auto 0 14px;}
.rj-blog-meta{display:flex;align-items:center;gap:12px;font-size:14px;color:#6b5d4a;}
.rj-blog-meta i{color:#c8932f;}
.rj-blog-meta .dot{color:#c8932f;font-size:12px;}

/* ---- TESTIMONIALS (cream band, mockup-exact) ---- */
.rj-testi-band{position:relative;overflow:hidden;background:linear-gradient(180deg,#fbf8f2 0%,#f7f2e8 100%);
  border:1px solid #f0e3cd;border-radius:30px;padding:42px 60px 50px;box-shadow:0 14px 40px rgba(70,46,14,.08);}
.rj-testi-deco{position:absolute;z-index:0;top:50%;transform:translateY(-50%);pointer-events:none;opacity:.95;}
.rj-testi-deco.l{left:-30px;width:200px;}
.rj-testi-deco.r{right:-14px;width:165px;}
.rj-testi-headline{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:34px;position:relative;z-index:2;}
.rj-testi-headline .ln{flex:1;max-width:200px;height:1px;background:linear-gradient(90deg,transparent,#caa24f);}
.rj-testi-headline .ln:last-child{background:linear-gradient(270deg,transparent,#caa24f);}
.rj-testi-headline .di{color:#caa24f;font-size:12px;font-style:normal;}
.rj-testi-headline h2{font-family:'Playfair Display',serif;font-weight:700;font-size:clamp(1.2rem,2.2vw,1.7rem);
  letter-spacing:1px;text-transform:uppercase;color:#2a2014;margin:0;white-space:nowrap;}
.rj-testi-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.rj-testi{background:#fff;border:1px solid #f0e6d4;border-radius:18px;padding:30px 28px;
  box-shadow:0 8px 22px rgba(70,46,14,.06);transition:transform .25s,box-shadow .25s;}
.rj-testi:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(168,118,42,.14);background:#fff;}
.rj-testi .q{color:#c8932f;font-size:30px;display:block;margin-bottom:12px;}
.rj-testi p{color:#5b4a33;font-size:15px;line-height:1.75;margin:0 0 22px;}
.rj-testi-foot{display:flex;align-items:center;gap:14px;}
.rj-testi-foot img{width:54px;height:54px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.12);}
.rj-testi-foot strong{display:block;font-family:'Playfair Display',serif;font-size:16px;font-weight:700;color:#241a10;margin-bottom:4px;}
.rj-testi-foot .stars{color:#e2a93b;font-size:13px;letter-spacing:2px;}
@media(max-width:1100px){.rj-testi-band{padding:38px 24px 42px;}.rj-testi-deco{display:none;}}

/* ---- PRICING (mockup-exact) ---- */
/* warm cream silk background like the mockup */
#pricing{
  background:
    radial-gradient(ellipse at 14% 26%, rgba(255,255,255,.55), transparent 50%),
    radial-gradient(ellipse at 88% 72%, rgba(222,196,150,.20), transparent 55%),
    linear-gradient(135deg,#f7f0e3 0%,#f3e8d5 100%);
  padding:50px 0 58px !important;
}
#pricing .rj-price{background:#fdfaf3;}
.rj-price-topdi{text-align:center;color:#caa24f;font-size:15px;margin-bottom:4px;}
.rj-price-topdi i{font-style:normal;}
.rj-price-headline{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:40px;}
.rj-price-headline .ln{flex:1;max-width:230px;height:1px;background:linear-gradient(90deg,transparent,#caa24f);}
.rj-price-headline .ln:last-child{background:linear-gradient(270deg,transparent,#caa24f);}
.rj-price-headline .di{color:#caa24f;font-size:12px;font-style:normal;}
.rj-price-headline h2{font-family:'Playfair Display',serif;font-weight:700;font-size:clamp(1.3rem,2.4vw,1.9rem);
  letter-spacing:1px;text-transform:uppercase;color:#2a2014;margin:0;white-space:nowrap;}
.rj-price-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1080px;margin:0 auto;align-items:start;}
.rj-price{background:#fff;border:1px solid #f0e6d4;border-radius:22px;padding:34px 30px;box-shadow:0 10px 30px rgba(70,46,14,.07);
  position:relative;transition:transform .25s,box-shadow .25s;}
.rj-price:hover{transform:translateY(-6px);box-shadow:0 20px 46px rgba(168,118,42,.18);}
.rj-price.pop{border:2px solid #caa24f;box-shadow:0 22px 54px rgba(168,118,42,.22);padding-top:42px;}
.rj-price-flag{position:absolute;top:-16px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#d4ad57,#a9772b);
  color:#fff;font-size:13px;font-weight:700;letter-spacing:.3px;padding:9px 30px;border-radius:999px;box-shadow:0 8px 20px rgba(120,80,20,.32);white-space:nowrap;}
.rj-price-head{display:flex;align-items:center;gap:16px;margin-bottom:16px;}
.rj-price-ic{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;font-size:22px;color:#c8932f;flex:none;
  background:radial-gradient(circle at 38% 32%,#fbf1da,#f3e1bb);box-shadow:inset 0 0 0 1px rgba(202,162,79,.3);}
.rj-price-head h3{font-family:'Playfair Display',serif;font-size:24px;margin:0 0 2px;color:#241a10;}
.rj-price-head small{color:#b8893d;font-size:14px;font-weight:600;}
.rj-price-desc{color:#6b5d4a;font-size:14.5px;line-height:1.6;margin:0 0 22px;}
.rj-price ul{list-style:none;margin:0 0 24px;padding:0;}
.rj-price li{display:flex;align-items:center;gap:11px;color:#4a3d2c;font-size:14.5px;margin:13px 0;}
.rj-price li i{color:#c8932f;font-size:13px;}
.rj-price-amt{font-family:'Playfair Display',serif;font-size:32px;font-weight:700;color:#241a10;margin-bottom:18px;text-align:center;}
.rj-price-amt small{font-size:14px;color:#9a8a6b;font-weight:500;font-style:italic;}
.rj-price-btn{display:block;text-align:center;text-decoration:none;border-radius:12px;padding:14px;font-weight:600;font-size:15.5px;transition:.2s;
  background:linear-gradient(135deg,#caa24f,#a9772b);color:#fff;box-shadow:0 10px 24px rgba(168,118,42,.3);}
.rj-price-btn.alt{background:linear-gradient(135deg,#ecd9b0,#dcc088);color:#5a3f12;box-shadow:0 8px 20px rgba(168,118,42,.18);}
.rj-price-btn:hover{filter:brightness(1.05);transform:translateY(-2px);}
/* trust badges */
.rj-trust{display:flex;justify-content:center;flex-wrap:wrap;align-items:center;gap:0;margin-top:50px;}
.rj-trust div{display:flex;align-items:center;gap:14px;color:#5b4a33;font-size:14.5px;line-height:1.35;padding:0 40px;border-right:1px solid #e6d8bf;}
.rj-trust div:last-child{border-right:0;}
.rj-trust-ic{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;border:1.5px solid #d8bd84;color:#c8932f;font-size:17px;flex:none;}
@media(max-width:680px){.rj-trust div{border-right:0;padding:8px 20px;}}

@media(max-width:1100px){
  .rj-courses-grid{grid-template-columns:repeat(2,1fr);}
  .rj-cat-grid{grid-template-columns:repeat(4,1fr);}
  .rj-why-grid{grid-template-columns:repeat(3,1fr);}
  .rj-mentor-grid{grid-template-columns:repeat(3,1fr);}
  .rj-blog-grid,.rj-testi-grid,.rj-price-grid{grid-template-columns:1fr;}
  .rj-serv-grid{grid-template-columns:1fr;}
  .rj-deco{display:none;}
}
@media(max-width:680px){
  .rj-courses-grid{grid-template-columns:1fr 1fr;}
  .rj-cat-grid,.rj-why-grid,.rj-mentor-grid{grid-template-columns:1fr 1fr;}
  .rj-viewall{position:static;display:inline-flex;margin-top:14px;}
}
