
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root{
  --rsw-blue:#0877b9;
  --rsw-cyan:#12b7d6;
  --rsw-navy:#08283b;
  --rsw-ink:#10222d;
  --rsw-muted:#647782;
  --rsw-bg:#f4fafc;
  --rsw-white:#fff;
  --rsw-line:rgba(8,40,59,.11);
  --rsw-shadow:0 22px 60px rgba(8,40,59,.12);
  --rsw-radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'DM Sans',sans-serif;color:var(--rsw-ink);background:var(--rsw-bg);overflow-x:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.rs-topbar{background:var(--rsw-navy);color:#dff7ff;font-size:13px}
.rs-topbar .container{display:flex;justify-content:space-between;gap:20px;padding:9px 0}
.rs-topbar span{display:flex;align-items:center;gap:8px}
.rs-header{position:absolute;z-index:20;top:34px;left:0;right:0;padding:18px 0}
.rs-header-inner{display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.96);padding:10px 14px 10px 20px;border:1px solid rgba(255,255,255,.6);box-shadow:0 12px 40px rgba(0,0,0,.13);border-radius:18px}
.rs-logo{display:flex;align-items:center;gap:11px;font-family:Manrope;font-weight:800;font-size:18px;color:var(--rsw-navy)}
.rs-logo-mark{width:43px;height:43px;border-radius:13px;background:linear-gradient(145deg,var(--rsw-blue),var(--rsw-cyan));display:grid;place-items:center;color:#fff;font-size:19px;box-shadow:0 8px 20px rgba(8,119,185,.3)}
.rs-logo small{display:block;color:var(--rsw-muted);font:600 10px 'DM Sans';letter-spacing:1.4px;text-transform:uppercase;margin-top:2px}
.rs-nav{display:flex;align-items:center;gap:26px}
.rs-nav a{font-weight:600;font-size:14px;color:#304b59;position:relative;padding:10px 0}
.rs-nav a:after{content:"";position:absolute;left:0;bottom:3px;width:0;height:2px;background:var(--rsw-cyan);transition:.3s}
.rs-nav a:hover:after,.rs-nav a.active:after{width:100%}
.rs-nav-cta{background:var(--rsw-blue)!important;color:#fff!important;padding:12px 18px!important;border-radius:12px}
.rs-nav-cta:after{display:none}
.rs-menu{display:none;border:0;background:transparent;font-size:23px;color:var(--rsw-navy)}
.rs-hero{min-height:760px;position:relative;display:flex;align-items:center;overflow:hidden;background:#061e2c}
.rs-hero-media{position:absolute;inset:0}
.rs-hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.08);transition:opacity 1s ease,transform 7s ease}
.rs-hero-slide.active{opacity:1;transform:scale(1)}
.rs-hero-overlay{position:absolute;inset:0;}
.rs-hero-content{position:relative;z-index:2;color:#fff;padding-top:100px;max-width:760px}
.rs-eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.09);backdrop-filter:blur(12px);padding:9px 13px;border-radius:100px;font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}
.rs-eyebrow i{color:#55d7ee}
.rs-hero h1{font:800 clamp(44px,6vw,76px)/1.03 Manrope;margin:22px 0 20px;letter-spacing:-2.5px}
.rs-hero h1 span{color:#61d7ed}
.rs-hero p{font-size:18px;line-height:1.75;color:#d7e8ee;max-width:650px;margin:0}
.rs-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.rs-btn{display:inline-flex;align-items:center;gap:9px;padding:14px 20px;border-radius:12px;font-weight:700;transition:.3s;border:1px solid transparent}
.rs-btn-primary{background:#fff;color:var(--rsw-navy)}
.rs-btn-primary:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(0,0,0,.18)}
.rs-btn-outline{border-color:rgba(255,255,255,.35);color:#fff;background:rgba(255,255,255,.06)}
.rs-btn-outline:hover{background:#fff;color:var(--rsw-navy)}
.rs-hero-dots{position:absolute;z-index:3;right:42px;bottom:45px;display:flex;gap:8px}
.rs-dot{width:9px;height:9px;border-radius:50%;border:0;background:rgba(255,255,255,.35);padding:0}
.rs-dot.active{width:28px;border-radius:10px;background:#fff}
.rs-floating-card{position:absolute;z-index:3;right:7%;bottom:70px;width:240px;background:rgba(255,255,255,.94);color:var(--rsw-navy);padding:20px;border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,.2);backdrop-filter:blur(15px)}
.rs-floating-card strong{font:800 28px Manrope;display:block}
.rs-floating-card span{font-size:13px;color:var(--rsw-muted)}
.rs-section{padding:105px 0;position:relative}
.rs-section-white{background:#fff}
.rs-kicker{color:var(--rsw-blue);font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:1.8px;margin-bottom:12px}
.rs-title{font:800 clamp(30px,4vw,50px)/1.1 Manrope;letter-spacing:-1.4px;margin:0 0 18px;color:var(--rsw-navy)}
.rs-lead{color:var(--rsw-muted);font-size:16px;line-height:1.8;max-width:680px}
.rs-heading-row{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:48px}
.rs-heading-row .rs-lead{margin:0}
.rs-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.rs-card{background:#fff;border:1px solid var(--rsw-line);border-radius:var(--rsw-radius);padding:30px;box-shadow:0 10px 35px rgba(8,40,59,.05);transition:.35s;position:relative;overflow:hidden}
.rs-card:before{content:"";position:absolute;inset:auto -30px -60px auto;width:130px;height:130px;border-radius:50%;background:rgba(18,183,214,.07)}
.rs-card:hover{transform:translateY(-8px);box-shadow:var(--rsw-shadow)}
.rs-icon{width:55px;height:55px;border-radius:16px;background:#e8f8fc;color:var(--rsw-blue);display:grid;place-items:center;font-size:21px;margin-bottom:22px}
.rs-card h3{font:700 20px Manrope;color:var(--rsw-navy);margin:0 0 10px}
.rs-card p{color:var(--rsw-muted);line-height:1.7;margin:0}
.rs-number{font:800 12px Manrope;color:#8da0aa;letter-spacing:1px;margin-bottom:12px}
.rs-split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.rs-image-wrap{position:relative}
.rs-image-wrap img{width:100%;height:540px;object-fit:cover;border-radius:30px;box-shadow:var(--rsw-shadow)}
.rs-image-badge{position:absolute;bottom:25px;left:-20px;background:#fff;border-radius:18px;padding:18px 22px;box-shadow:var(--rsw-shadow)}
.rs-image-badge strong{font:800 24px Manrope;color:var(--rsw-blue)}
.rs-list{display:grid;gap:13px;margin:25px 0 0;padding:0;list-style:none}
.rs-list li{display:flex;gap:12px;line-height:1.55;color:#425965}
.rs-list i{color:var(--rsw-cyan);margin-top:4px}
.rs-stats{background:var(--rsw-navy);color:#fff}
.rs-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.12)}
.rs-stat{padding:42px 28px;background:var(--rsw-navy)}
.rs-stat strong{font:800 40px Manrope;display:block;color:#65d8ee}
.rs-stat span{font-size:13px;color:#b8cbd2}
.rs-process{counter-reset:step}
.rs-process .rs-card{padding-left:78px}
.rs-process .rs-card:after{counter-increment:step;content:"0" counter(step);position:absolute;left:25px;top:31px;font:800 15px Manrope;color:#8da0aa}
.rs-cta{background:linear-gradient(120deg,#0877b9,#0c99bd);color:#fff;border-radius:32px;padding:60px;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;overflow:hidden}
.rs-cta:before,.rs-cta:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:320px;height:320px;right:-100px;top:-160px}
.rs-cta:after{width:180px;height:180px;right:100px;top:80px}
.rs-cta h2{font:800 38px Manrope;margin:0 0 10px;position:relative;z-index:1}
.rs-cta p{margin:0;color:#dff8ff;position:relative;z-index:1}
.rs-page-hero{padding:180px 0 100px;background:linear-gradient(120deg,#062536,#0877b9);color:#fff;position:relative;overflow:hidden}
.rs-page-hero:after{content:"";position:absolute;width:550px;height:550px;border:1px solid rgba(255,255,255,.13);border-radius:50%;right:-180px;top:-280px}
.rs-page-hero h1{font:800 clamp(42px,6vw,68px) Manrope;margin:0 0 15px}
.rs-page-hero p{max-width:680px;color:#d8edf3;line-height:1.8}
.rs-breadcrumb{font-size:13px;color:#a9d5df;margin-bottom:22px}
.rs-breadcrumb a{color:#fff}
.rs-service-detail{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.rs-service-card{background:#fff;border:1px solid var(--rsw-line);border-radius:24px;overflow:hidden;display:grid;grid-template-columns:180px 1fr}
.rs-service-card img{width:100%;height:100%;min-height:220px;object-fit:cover}
.rs-service-card .inner{padding:27px}
.rs-service-card h3{font:700 20px Manrope;margin:0 0 10px;color:var(--rsw-navy)}
.rs-service-card p{color:var(--rsw-muted);line-height:1.65;margin:0 0 15px}
.rs-gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}
.rs-gallery-item{overflow:hidden;border-radius:22px;position:relative;min-height:270px}
.rs-gallery-item:nth-child(1){grid-column:span 7}
.rs-gallery-item:nth-child(2){grid-column:span 5}
.rs-gallery-item:nth-child(3){grid-column:span 5}
.rs-gallery-item:nth-child(4){grid-column:span 7}
.rs-gallery-item:nth-child(n+5){grid-column:span 4}
.rs-gallery-item img{width:100%;height:100%;object-fit:cover;transition:.7s}
.rs-gallery-item:hover img{transform:scale(1.08)}
.rs-gallery-caption{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(4,25,36,.72);color:#fff;padding:13px 15px;border-radius:13px;backdrop-filter:blur(8px);font-weight:700;font-size:13px}
.rs-contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:25px}
.rs-contact-card{background:#fff;border:1px solid var(--rsw-line);border-radius:26px;padding:34px}
.rs-contact-item{display:flex;gap:15px;padding:18px 0;border-bottom:1px solid var(--rsw-line)}
.rs-contact-item:last-child{border:0}
.rs-contact-item i{color:var(--rsw-blue);font-size:18px;width:23px;margin-top:3px}
.rs-contact-item strong{display:block;font-size:13px;margin-bottom:4px}
.rs-contact-item span,.rs-contact-item a{color:var(--rsw-muted);line-height:1.5}
.rs-form{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.rs-field{display:grid;gap:7px}
.rs-field.full{grid-column:1/-1}
.rs-field label{font-size:12px;font-weight:700;color:#4e6470}
.rs-field input,.rs-field textarea{width:100%;border:1px solid var(--rsw-line);border-radius:12px;padding:13px 14px;outline:none;background:#fbfdfe;transition:.25s}
.rs-field textarea{min-height:145px;resize:vertical}
.rs-field input:focus,.rs-field textarea:focus{border-color:var(--rsw-cyan);box-shadow:0 0 0 4px rgba(18,183,214,.08)}
.rs-map{min-height:370px;border-radius:26px;overflow:hidden;margin-top:25px}
.rs-map iframe{width:100%;height:100%;min-height:370px;border:0}
.rs-footer{background:#061e2c;color:#d3e5eb;padding-top:70px;position:relative;overflow:hidden}
.rs-footer-wave{height:40px;background:var(--rsw-bg);border-radius:0 0 50% 50%/0 0 100% 100%;position:absolute;top:-20px;left:-5%;width:110%}
.rs-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:55px}
.rs-footer h4{color:#fff;font:700 15px Manrope;margin:0 0 20px}
.rs-footer p,.rs-footer a{font-size:13px;line-height:1.8;color:#a9c1ca}
.rs-footer a{display:block;margin:8px 0;transition:.2s}
.rs-footer a:hover{color:#61d7ed;transform:translateX(3px)}
.rs-footer-brand .rs-logo{color:#fff;margin-bottom:18px}
.rs-footer-brand .rs-logo small{color:#8eabb7}
.rs-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;display:flex;justify-content:space-between;gap:20px;color:#829da8;font-size:12px}
.rs-social{display:flex;gap:9px}
.rs-social a{width:35px;height:35px;border:1px solid rgba(255,255,255,.12);border-radius:50%;display:grid;place-items:center;margin:0;color:#bcd3db}
.rs-whatsapp{position:fixed;right:20px;bottom:20px;z-index:50;width:54px;height:54px;border-radius:50%;background:#20b86a;color:#fff;display:grid;place-items:center;font-size:23px;box-shadow:0 10px 30px rgba(0,0,0,.2)}
.rs-reveal{opacity:0;transform:translateY(35px)}
.rs-preloader{position:fixed;inset:0;background:var(--rsw-navy);z-index:1000;display:grid;place-items:center;color:#fff}
.rs-loader{width:48px;height:48px;border:3px solid rgba(255,255,255,.2);border-top-color:#61d7ed;border-radius:50%}
@media(max-width:900px){
  .rs-nav{position:absolute;top:75px;left:0;right:0;background:#fff;border-radius:16px;padding:12px;display:none;flex-direction:column;align-items:stretch;box-shadow:var(--rsw-shadow)}
  .rs-nav.open{display:flex}
  .rs-nav a{padding:12px 14px}
  .rs-menu{display:block}
  .rs-header-inner{position:relative}
  .rs-hero{min-height:720px}
  .rs-floating-card{right:20px;bottom:25px}
  .rs-split,.rs-contact-grid{grid-template-columns:1fr}
  .rs-grid-3{grid-template-columns:1fr 1fr}
  .rs-service-detail{grid-template-columns:1fr}
  .rs-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .container{width:min(100% - 28px,1180px)}
  .rs-topbar .container{justify-content:center}
  .rs-topbar .container span:last-child{display:none}
  .rs-header{top:35px}
  .rs-hero-content{padding-top:80px}
  .rs-hero h1{font-size:43px;letter-spacing:-1.5px}
  .rs-hero p{font-size:15px}
  .rs-floating-card{display:none}
  .rs-section{padding:75px 0}
  .rs-heading-row{display:block;margin-bottom:30px}
  .rs-grid-3,.rs-stats-grid,.rs-footer-grid{grid-template-columns:1fr}
  .rs-stat{padding:28px}
  .rs-cta{padding:38px 25px;display:block}
  .rs-cta h2{font-size:30px}
  .rs-cta .rs-btn{margin-top:22px}
  .rs-page-hero{padding:150px 0 70px}
  .rs-service-card{grid-template-columns:1fr}
  .rs-service-card img{height:220px}
  .rs-gallery{display:grid;grid-template-columns:1fr}
  .rs-gallery-item,.rs-gallery-item:nth-child(n){grid-column:span 1;min-height:260px}
  .rs-form{grid-template-columns:1fr}
  .rs-field.full{grid-column:auto}
  .rs-footer-bottom{display:block;text-align:center}
  .rs-social{justify-content:center;margin-top:12px}
}


/* =========================================================
   RANJITH SUMP WORKS — PREMIUM FAQ
========================================================= */

.rsw-faq-section {
    position: relative;
    padding: 115px 0;
    background: #f4fafc;
    overflow: hidden;
}

/* Background Shapes */

.rsw-faq-bg-shape {
    position: absolute;
    border: 1px solid rgba(8, 119, 185, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.rsw-faq-shape-one {
    width: 520px;
    height: 520px;
    right: -220px;
    top: -170px;
}

.rsw-faq-shape-two {
    width: 320px;
    height: 320px;
    left: -170px;
    bottom: -140px;
}


/* =========================================================
   HEADING
========================================================= */

.rsw-faq-heading {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
}

.rsw-faq-heading-content {
    max-width: 720px;
}

.rsw-faq-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #0877b9;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.rsw-faq-kicker i {
    font-size: 13px;
    color: #12b7d6;
}

.rsw-faq-heading h2 {
    margin: 0 0 18px;
    color: #08283b;
    font-family: "Manrope", sans-serif;
    font-size: clamp(34px, 4.2vw, 54px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1.8px;
}

.rsw-faq-heading h2 span {
    display: block;
    color: #0877b9;
}

.rsw-faq-heading p {
    max-width: 650px;
    margin: 0;
    color: #647782;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   HEADING CONTACT BADGE
========================================================= */

.rsw-faq-heading-badge {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px 18px;
    background: #ffffff;
    border: 1px solid rgba(8, 40, 59, 0.08);
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(8, 40, 59, 0.07);
}

.rsw-faq-badge-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    color: #0877b9;
    background: #e8f8fc;
    border-radius: 13px;
}

.rsw-faq-heading-badge strong {
    display: block;
    margin-bottom: 3px;
    color: #08283b;
    font-size: 13px;
}

.rsw-faq-heading-badge a {
    color: #0877b9;
    font-size: 14px;
    font-weight: 700;
}


/* =========================================================
   MAIN FAQ LAYOUT
========================================================= */

.rsw-faq-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 70px;
    align-items: center;
}


/* =========================================================
   VISUAL
========================================================= */

.rsw-faq-visual {
    position: relative;
}

.rsw-faq-image-wrap {
    position: relative;
    height: 610px;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 25px 70px rgba(8, 40, 59, 0.16);
}

.rsw-faq-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(.2,.8,.2,1);
}

.rsw-faq-image-wrap:hover img {
    transform: scale(1.06);
}

.rsw-faq-image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(4, 30, 44, 0.05) 25%,
            rgba(4, 30, 44, 0.85) 100%
        );
}

.rsw-faq-image-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    color: #fff;
}

.rsw-faq-image-content span {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 11px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50px;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(10px);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.rsw-faq-image-content h3 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 31px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -1px;
}


/* =========================================================
   FLOATING CARD
========================================================= */

.rsw-faq-floating-card {
    position: absolute;
    left: -28px;
    bottom: 35px;
    z-index: 3;

    display: flex;
    align-items: center;
    gap: 13px;

    min-width: 245px;
    padding: 15px 18px;

    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 17px;

    box-shadow: 0 20px 50px rgba(8, 40, 59, 0.18);
    backdrop-filter: blur(15px);
}

.rsw-faq-floating-icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;

    color: #fff;
    background: linear-gradient(
        145deg,
        #0877b9,
        #12b7d6
    );

    border-radius: 13px;
}

.rsw-faq-floating-card strong {
    display: block;
    margin-bottom: 3px;
    color: #08283b;
    font-size: 13px;
}

.rsw-faq-floating-card span {
    color: #647782;
    font-size: 11px;
}


/* =========================================================
   FAQ LIST
========================================================= */

.rsw-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rsw-faq-item {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(8, 40, 59, 0.09);
    border-radius: 17px;
    transition:
        border-color .35s ease,
        box-shadow .35s ease,
        transform .35s ease;
}

.rsw-faq-item:hover {
    transform: translateY(-2px);
    border-color: rgba(8, 119, 185, 0.22);
    box-shadow: 0 14px 35px rgba(8, 40, 59, 0.07);
}

.rsw-faq-item.active {
    border-color: rgba(8, 119, 185, 0.25);
    box-shadow: 0 16px 40px rgba(8, 119, 185, 0.08);
}


/* Question */

.rsw-faq-question {
    width: 100%;
    min-height: 78px;

    display: grid;
    grid-template-columns: 42px 1fr 42px;
    align-items: center;
    gap: 13px;

    padding: 10px 17px;

    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.rsw-faq-number {
    color: #9aaab2;
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    font-weight: 800;
}

.rsw-faq-item.active .rsw-faq-number {
    color: #0877b9;
}

.rsw-faq-question-text {
    color: #173341;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
}

.rsw-faq-item.active .rsw-faq-question-text {
    color: #0877b9;
}


/* Toggle */

.rsw-faq-toggle {
    width: 38px;
    height: 38px;

    display: grid;
    place-items: center;

    border-radius: 11px;
    color: #0877b9;
    background: #eaf8fc;

    transition:
        transform .4s cubic-bezier(.2,.8,.2,1),
        background .3s ease,
        color .3s ease;
}

.rsw-faq-toggle i {
    font-size: 12px;
    transition: transform .4s ease;
}

.rsw-faq-item.active .rsw-faq-toggle {
    color: #fff;
    background: #0877b9;
}

.rsw-faq-item.active .rsw-faq-toggle i {
    transform: rotate(45deg);
}


/* Answer */

.rsw-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .5s cubic-bezier(.2,.8,.2,1);
}

.rsw-faq-item.active .rsw-faq-answer {
    grid-template-rows: 1fr;
}

.rsw-faq-answer-inner {
    overflow: hidden;
    padding: 0 72px 0 72px;

    color: #647782;
    font-size: 14px;
    line-height: 1.8;

    opacity: 0;
    transform: translateY(-8px);
    transition:
        opacity .35s ease,
        transform .35s ease,
        padding .5s ease;
}

.rsw-faq-item.active .rsw-faq-answer-inner {
    padding-bottom: 25px;
    opacity: 1;
    transform: translateY(0);
}

.rsw-faq-answer-inner a {
    color: #0877b9;
    font-weight: 700;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .rsw-faq-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .rsw-faq-visual {
        max-width: 600px;
        margin: auto;
        width: 100%;
    }

    .rsw-faq-image-wrap {
        height: 500px;
    }

    .rsw-faq-heading {
        align-items: flex-start;
    }
}


@media (max-width: 700px) {

    .rsw-faq-section {
        padding: 80px 0;
    }

    .rsw-faq-heading {
        display: block;
        margin-bottom: 40px;
    }

    .rsw-faq-heading-badge {
        margin-top: 25px;
        width: fit-content;
    }

    .rsw-faq-heading h2 {
        font-size: 36px;
    }

    .rsw-faq-image-wrap {
        height: 430px;
        border-radius: 23px;
    }

    .rsw-faq-floating-card {
        left: 15px;
        bottom: 18px;
        min-width: 225px;
    }

    .rsw-faq-question {
        grid-template-columns: 30px 1fr 38px;
        min-height: 72px;
        gap: 9px;
        padding: 8px 12px;
    }

    .rsw-faq-question-text {
        font-size: 13px;
    }

    .rsw-faq-answer-inner {
        padding-left: 51px;
        padding-right: 25px;
        font-size: 13px;
    }

    .rsw-faq-item.active .rsw-faq-answer-inner {
        padding-bottom: 22px;
    }

    .rsw-faq-toggle {
        width: 34px;
        height: 34px;
    }
}


@media (max-width: 480px) {

    .rsw-faq-heading h2 {
        font-size: 31px;
    }

    .rsw-faq-heading p {
        font-size: 14px;
    }

    .rsw-faq-image-wrap {
        height: 390px;
    }

    .rsw-faq-image-content {
        left: 20px;
        bottom: 22px;
    }

    .rsw-faq-image-content h3 {
        font-size: 26px;
    }

    .rsw-faq-floating-card {
        left: 10px;
        transform: scale(.9);
        transform-origin: left bottom;
    }
}


/* =========================================================
   RANJITH SUMP WORKS
   PREMIUM TESTIMONIAL SECTION
========================================================= */

.rsw-testimonial-section {
    position: relative;
    overflow: hidden;
    padding: 115px 0 100px;
    background: #061e2c;
    color: #ffffff;
}


/* =========================================================
   BACKGROUND
========================================================= */

.rsw-testimonial-grid {
    position: absolute;
    inset: 0;
    opacity: .22;
    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(255,255,255,.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.045) 1px,
            transparent 1px
        );

    background-size: 70px 70px;

    mask-image: linear-gradient(
        to bottom,
        transparent,
        #000 25%,
        #000 75%,
        transparent
    );
}


.rsw-testimonial-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(1px);
}


.rsw-testimonial-orb-1 {
    width: 500px;
    height: 500px;
    right: -220px;
    top: -240px;

    border: 1px solid rgba(18,183,214,.18);
}


.rsw-testimonial-orb-2 {
    width: 300px;
    height: 300px;
    left: -160px;
    bottom: -160px;

    border: 1px solid rgba(8,119,185,.25);
}


/* =========================================================
   HEADING
========================================================= */

.rsw-testimonial-heading {
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    gap: 50px;
    margin-bottom: 65px;
}


.rsw-testimonial-heading-left {
    max-width: 650px;
}


.rsw-testimonial-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 16px;

    color: #5ed7ec;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}


.rsw-testimonial-kicker i {
    font-size: 12px;
}


.rsw-testimonial-heading h2 {
    margin: 0;

    color: #ffffff;

    font-family: "Manrope", sans-serif;
    font-size: clamp(35px, 4.5vw, 55px);
    line-height: 1.05;
    font-weight: 800;

    letter-spacing: -2px;
}


.rsw-testimonial-heading h2 span {
    display: block;
    color: #53d4eb;
}


.rsw-testimonial-heading-right {
    max-width: 390px;
}


.rsw-testimonial-heading-right p {
    margin: 0 0 20px;

    color: #9db8c3;

    font-size: 14px;
    line-height: 1.8;
}


.rsw-testimonial-rating {
    display: flex;
    align-items: center;
    gap: 14px;
}


.rsw-testimonial-stars {
    display: flex;
    gap: 4px;
}


.rsw-testimonial-stars i {
    color: #5ed7ec;
    font-size: 12px;
}


.rsw-testimonial-rating span {
    color: #7e9ba7;
    font-size: 11px;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.rsw-testimonial-layout {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: .95fr 1.05fr;

    gap: 22px;
}


/* =========================================================
   FEATURE TESTIMONIAL
========================================================= */

.rsw-testimonial-feature {
    position: relative;

    min-height: 465px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 45px;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,.1);
    border-radius: 28px;

    background:
        linear-gradient(
            145deg,
            rgba(8,119,185,.35),
            rgba(5,34,49,.96)
        );

    box-shadow:
        0 30px 70px rgba(0,0,0,.25);
}


.rsw-testimonial-feature:before {
    content: "";

    position: absolute;

    width: 270px;
    height: 270px;

    right: -130px;
    top: -130px;

    border-radius: 50%;

    border: 1px solid rgba(94,215,236,.16);
}


.rsw-testimonial-quote-icon {
    position: relative;
    z-index: 2;

    width: 58px;
    height: 58px;

    display: grid;
    place-items: center;

    border-radius: 17px;

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #0877b9,
            #12b7d6
        );

    box-shadow:
        0 12px 30px rgba(18,183,214,.2);
}


.rsw-testimonial-quote-icon i {
    font-size: 19px;
}


.rsw-testimonial-feature-line {
    position: absolute;

    left: 45px;
    top: 120px;

    width: 1px;
    height: 125px;

    background:
        linear-gradient(
            to bottom,
            rgba(94,215,236,.5),
            transparent
        );
}


.rsw-testimonial-feature-text {
    position: relative;
    z-index: 2;

    max-width: 550px;

    margin: 45px 0 35px;

    color: #edfaff;

    font-family: "Manrope", sans-serif;

    font-size: clamp(20px, 2.1vw, 27px);

    line-height: 1.55;

    font-weight: 600;

    letter-spacing: -.5px;
}


.rsw-testimonial-client {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    gap: 13px;
}


.rsw-testimonial-avatar {
    width: 48px;
    height: 48px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    color: #ffffff;

    background: rgba(255,255,255,.1);

    border: 1px solid rgba(255,255,255,.16);

    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 800;
}


.rsw-testimonial-client strong {
    display: block;

    color: #ffffff;

    font-size: 13px;

    margin-bottom: 3px;
}


.rsw-testimonial-client span {
    color: #86a5b1;

    font-size: 11px;
}


.rsw-testimonial-watermark {
    position: absolute;

    right: 30px;
    bottom: 15px;

    color: rgba(255,255,255,.035);

    font-family: "Manrope", sans-serif;

    font-size: 150px;
    font-weight: 800;

    line-height: 1;
}


/* =========================================================
   TESTIMONIAL CARDS
========================================================= */

.rsw-testimonial-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}


.rsw-testimonial-card {
    position: relative;

    padding: 25px 27px;

    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;

    background: rgba(255,255,255,.055);

    backdrop-filter: blur(15px);

    transition:
        transform .4s ease,
        background .4s ease,
        border-color .4s ease,
        box-shadow .4s ease;
}


.rsw-testimonial-card:hover {
    transform: translateX(7px);

    background: rgba(255,255,255,.09);

    border-color: rgba(94,215,236,.25);

    box-shadow:
        0 20px 50px rgba(0,0,0,.18);
}


.rsw-testimonial-card-top {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 18px;
}


.rsw-testimonial-mini-avatar {
    width: 43px;
    height: 43px;

    flex-shrink: 0;

    display: grid;
    place-items: center;

    border-radius: 13px;

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            rgba(8,119,185,.8),
            rgba(18,183,214,.8)
        );

    font-family: "Manrope", sans-serif;

    font-size: 11px;
    font-weight: 800;
}


.rsw-testimonial-card-top strong {
    display: block;

    color: #ffffff;

    font-size: 13px;

    margin-bottom: 3px;
}


.rsw-testimonial-card-top span {
    color: #7896a2;

    font-size: 10px;
}


.rsw-testimonial-card-stars {
    margin-left: auto;

    color: #55d7ed;

    font-size: 11px;

    letter-spacing: 1px;
}


.rsw-testimonial-card p {
    margin: 0 0 19px;

    color: #b1c7cf;

    font-size: 13px;

    line-height: 1.75;
}


.rsw-testimonial-card-footer {
    display: flex;
    align-items: center;
    gap: 7px;

    padding-top: 14px;

    border-top: 1px solid rgba(255,255,255,.07);

    color: #718e9a;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .8px;

    text-transform: uppercase;
}


.rsw-testimonial-card-footer i {
    color: #4fd3e9;

    font-size: 11px;
}


/* =========================================================
   BOTTOM CTA
========================================================= */

.rsw-testimonial-bottom {
    position: relative;
    z-index: 2;

    margin-top: 55px;
}


.rsw-testimonial-bottom-line {
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.13),
            transparent
        );
}


.rsw-testimonial-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding-top: 22px;
}


.rsw-testimonial-bottom-content > span {
    color: #7896a2;

    font-size: 12px;
}


.rsw-testimonial-bottom-content a {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: #5ed7ec;

    font-size: 12px;
    font-weight: 800;

    transition: gap .3s ease;
}


.rsw-testimonial-bottom-content a:hover {
    gap: 15px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 950px) {

    .rsw-testimonial-heading {
        display: block;
    }

    .rsw-testimonial-heading-right {
        margin-top: 25px;
        max-width: 600px;
    }

    .rsw-testimonial-layout {
        grid-template-columns: 1fr;
    }

    .rsw-testimonial-feature {
        min-height: 400px;
    }

}


@media (max-width: 600px) {

    .rsw-testimonial-section {
        padding: 80px 0;
    }

    .rsw-testimonial-heading h2 {
        font-size: 37px;
        letter-spacing: -1.3px;
    }

    .rsw-testimonial-feature {
        min-height: 430px;
        padding: 30px 25px;
        border-radius: 22px;
    }

    .rsw-testimonial-feature-line {
        left: 25px;
        top: 105px;
    }

    .rsw-testimonial-feature-text {
        margin-top: 35px;
        font-size: 19px;
    }

    .rsw-testimonial-card {
        padding: 22px 20px;
    }

    .rsw-testimonial-card-stars {
        display: none;
    }

    .rsw-testimonial-bottom-content {
        display: block;
    }

    .rsw-testimonial-bottom-content a {
        margin-top: 14px;
    }

}


/* =========================================================
   RANJITH SUMP WORKS
   MISSION & VISION
========================================================= */

.rsw-mv-section {
    position: relative;
    overflow: hidden;

    padding: 115px 0;

    background: #ffffff;
}


/* =========================================================
   BACKGROUND
========================================================= */

.rsw-mv-bg-circle {
    position: absolute;

    border: 1px solid rgba(8, 119, 185, 0.08);

    border-radius: 50%;

    pointer-events: none;
}


.rsw-mv-circle-one {
    width: 600px;
    height: 600px;

    top: -310px;
    right: -240px;
}


.rsw-mv-circle-two {
    width: 380px;
    height: 380px;

    left: -220px;
    bottom: -220px;
}


.rsw-mv-water-line {
    position: absolute;

    width: 500px;
    height: 500px;

    border: 1px solid rgba(18, 183, 214, 0.06);

    border-radius: 50%;

    pointer-events: none;
}


.rsw-mv-water-line-one {
    right: -320px;
    bottom: 80px;
}


.rsw-mv-water-line-two {
    left: -320px;
    top: 220px;
}


/* =========================================================
   HEADING
========================================================= */

.rsw-mv-heading {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 1fr .75fr;

    gap: 70px;

    align-items: end;

    margin-bottom: 60px;
}


.rsw-mv-heading-left {
    max-width: 650px;
}


.rsw-mv-kicker {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 15px;

    color: #0877b9;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}


.rsw-mv-kicker i {
    color: #12b7d6;
}


.rsw-mv-heading h2 {
    margin: 0;

    color: #08283b;

    font-family: "Manrope", sans-serif;

    font-size: clamp(38px, 4.5vw, 57px);

    line-height: 1.05;

    font-weight: 800;

    letter-spacing: -2px;
}


.rsw-mv-heading h2 span {
    display: block;

    color: #0877b9;
}


.rsw-mv-heading-right {
    max-width: 470px;
}


.rsw-mv-heading-right p {
    margin: 0;

    color: #647782;

    font-size: 14px;

    line-height: 1.85;
}


/* =========================================================
   MAIN WRAPPER
========================================================= */

.rsw-mv-wrapper {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns: 1fr 70px 1fr;

    align-items: stretch;

    gap: 0;
}


/* =========================================================
   MISSION / VISION CARD
========================================================= */

.rsw-mv-card {
    position: relative;

    min-height: 485px;

    overflow: hidden;

    padding: 43px;

    border-radius: 27px;

    border: 1px solid rgba(8, 40, 59, 0.08);

    background: #f7fbfc;

    transition:
        transform .5s cubic-bezier(.2,.8,.2,1),
        box-shadow .5s ease,
        border-color .4s ease;
}


.rsw-mv-card:hover {
    transform: translateY(-8px);

    border-color: rgba(8, 119, 185, .18);

    box-shadow:
        0 30px 70px rgba(8, 40, 59, .12);
}


/* Mission */

.rsw-mv-mission {
    background:
        linear-gradient(
            145deg,
            #f8fcfd 0%,
            #eef9fc 100%
        );
}


/* Vision */

.rsw-mv-vision {
    background:
        linear-gradient(
            145deg,
            #f9fbfc 0%,
            #f0f8fa 100%
        );
}


/* =========================================================
   CARD NUMBER
========================================================= */

.rsw-mv-card-number {
    position: absolute;

    top: 22px;
    right: 28px;

    color: rgba(8, 119, 185, .08);

    font-family: "Manrope", sans-serif;

    font-size: 100px;

    font-weight: 800;

    line-height: 1;

    pointer-events: none;
}


/* =========================================================
   ICON
========================================================= */

.rsw-mv-card-icon {
    position: relative;

    width: 70px;
    height: 70px;

    display: grid;

    place-items: center;

    margin-bottom: 35px;

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #0877b9,
            #12b7d6
        );

    border-radius: 20px;

    box-shadow:
        0 15px 35px rgba(8, 119, 185, .20);
}


.rsw-mv-card-icon > i {
    position: relative;
    z-index: 2;

    font-size: 23px;
}


.rsw-mv-icon-ring {
    position: absolute;

    width: 100%;
    height: 100%;

    border-radius: 20px;

    border: 1px solid rgba(255,255,255,.4);
}


/* =========================================================
   CONTENT
========================================================= */

.rsw-mv-card-content {
    position: relative;
    z-index: 2;
}


.rsw-mv-label {
    display: block;

    margin-bottom: 11px;

    color: #0877b9;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}


.rsw-mv-card h3 {
    max-width: 420px;

    margin: 0 0 17px;

    color: #08283b;

    font-family: "Manrope", sans-serif;

    font-size: 29px;

    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -1px;
}


.rsw-mv-card p {
    max-width: 510px;

    margin: 0;

    color: #647782;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================================
   POINTS
========================================================= */

.rsw-mv-points {
    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 28px;
}


.rsw-mv-point {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 8px 11px;

    background: #ffffff;

    border: 1px solid rgba(8,40,59,.07);

    border-radius: 50px;
}


.rsw-mv-point span {
    width: 20px;
    height: 20px;

    display: grid;

    place-items: center;

    color: #0877b9;

    background: #e7f7fb;

    border-radius: 50%;
}


.rsw-mv-point i {
    font-size: 8px;
}


.rsw-mv-point strong {
    color: #47606c;

    font-size: 10px;

    font-weight: 700;
}


/* =========================================================
   CONNECTOR
========================================================= */

.rsw-mv-connector {
    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 12px;
}


.rsw-mv-connector-line {
    width: 1px;

    flex: 1;

    background:
        linear-gradient(
            to bottom,
            transparent,
            rgba(8,119,185,.22),
            transparent
        );
}


.rsw-mv-connector-icon {
    width: 43px;
    height: 43px;

    flex-shrink: 0;

    display: grid;

    place-items: center;

    color: #0877b9;

    background: #ffffff;

    border: 1px solid rgba(8,119,185,.15);

    border-radius: 50%;

    box-shadow:
        0 10px 30px rgba(8,40,59,.08);
}


.rsw-mv-connector-icon i {
    font-size: 12px;
}


/* =========================================================
   BOTTOM STATEMENT
========================================================= */

.rsw-mv-bottom {
    position: relative;
    z-index: 2;

    display: flex;

    align-items: center;

    gap: 25px;

    margin-top: 55px;
}


.rsw-mv-bottom-line {
    height: 1px;

    flex: 1;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(8,40,59,.12)
        );
}


.rsw-mv-bottom-line:last-child {
    background:
        linear-gradient(
            90deg,
            rgba(8,40,59,.12),
            transparent
        );
}


.rsw-mv-bottom-content {
    display: flex;

    align-items: center;

    gap: 14px;

    white-space: nowrap;
}


.rsw-mv-bottom-icon {
    width: 38px;
    height: 38px;

    display: grid;

    place-items: center;

    color: #0877b9;

    background: #e9f8fc;

    border-radius: 11px;
}


.rsw-mv-bottom-content p {
    margin: 0;

    color: #6d8089;

    font-size: 12px;
}


.rsw-mv-bottom-content strong {
    color: #08283b;
}


.rsw-mv-bottom-content span {
    color: #0877b9;
}


.rsw-mv-bottom-content em {
    color: #12a9c7;

    font-style: normal;

    font-weight: 700;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .rsw-mv-heading {
        grid-template-columns: 1fr;

        gap: 20px;
    }


    .rsw-mv-heading-right {
        max-width: 650px;
    }


    .rsw-mv-wrapper {
        grid-template-columns: 1fr;

        gap: 20px;
    }


    .rsw-mv-connector {
        flex-direction: row;

        height: 55px;
    }


    .rsw-mv-connector-line {
        width: auto;
        height: 1px;

        background:
            linear-gradient(
                90deg,
                transparent,
                rgba(8,119,185,.22),
                transparent
            );
    }


    .rsw-mv-connector-icon i {
        transform: rotate(90deg);
    }

}


@media (max-width: 600px) {

    .rsw-mv-section {
        padding: 80px 0;
    }


    .rsw-mv-heading {
        margin-bottom: 40px;
    }


    .rsw-mv-heading h2 {
        font-size: 36px;

        letter-spacing: -1.3px;
    }


    .rsw-mv-card {
        min-height: auto;

        padding: 30px 24px;

        border-radius: 22px;
    }


    .rsw-mv-card-icon {
        width: 60px;
        height: 60px;

        border-radius: 17px;

        margin-bottom: 27px;
    }


    .rsw-mv-card h3 {
        font-size: 25px;
    }


    .rsw-mv-card p {
        font-size: 13px;
    }


    .rsw-mv-card-number {
        font-size: 75px;

        right: 18px;
    }


    .rsw-mv-points {
        gap: 7px;
    }


    .rsw-mv-point {
        padding: 7px 9px;
    }


    .rsw-mv-bottom {
        margin-top: 40px;
    }


    .rsw-mv-bottom-line {
        display: none;
    }


    .rsw-mv-bottom-content {
        justify-content: center;

        width: 100%;

        white-space: normal;

        text-align: center;
    }

}



/* =========================================================
   RANJITH SUMP WORKS
   3D SERVICE SHOWCASE
========================================================= */

.rsw-services3d-section {
    position: relative;
    overflow: hidden;

    padding: 120px 0;

    background: #f4fafc;
}


/* =========================================================
   BACKGROUND GLOW
========================================================= */

.rsw-services3d-glow {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;

    filter: blur(2px);

    border: 1px solid rgba(8, 119, 185, .08);
}


.rsw-services3d-glow-one {
    width: 600px;
    height: 600px;

    top: -350px;
    right: -250px;
}


.rsw-services3d-glow-two {
    width: 450px;
    height: 450px;

    bottom: -280px;
    left: -250px;
}


/* =========================================================
   HEADING
========================================================= */

.rsw-services3d-heading {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns: 1fr .65fr;

    gap: 70px;

    align-items: end;

    margin-bottom: 60px;
}


.rsw-services3d-kicker {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 15px;

    color: #0877b9;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}


.rsw-services3d-kicker i {
    color: #12b7d6;
}


.rsw-services3d-heading h2 {
    margin: 0;

    color: #08283b;

    font-family: "Manrope", sans-serif;

    font-size: clamp(38px, 4.7vw, 58px);

    line-height: 1.04;

    font-weight: 800;

    letter-spacing: -2px;
}


.rsw-services3d-heading h2 span {
    display: block;

    color: #0877b9;
}


.rsw-services3d-heading-text {
    max-width: 450px;
}


.rsw-services3d-heading-text p {
    margin: 0;

    color: #647782;

    font-size: 14px;

    line-height: 1.85;
}


/* =========================================================
   SERVICE GRID
========================================================= */

.rsw-services3d-grid {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 22px;

    perspective: 1400px;
}


/* =========================================================
   SERVICE CARD
========================================================= */

.rsw-services3d-card {
    position: relative;

    overflow: hidden;

    min-height: 465px;

    background: #ffffff;

    border: 1px solid rgba(8,40,59,.09);

    border-radius: 25px;

    box-shadow:
        0 15px 45px rgba(8,40,59,.07);

    transform-style: preserve-3d;

    transition:
        box-shadow .5s ease,
        border-color .4s ease;
}


.rsw-services3d-card:hover {
    border-color: rgba(8,119,185,.2);

    box-shadow:
        0 30px 70px rgba(8,40,59,.15);
}


/* =========================================================
   IMAGE
========================================================= */

.rsw-services3d-image {
    position: relative;

    height: 285px;

    overflow: hidden;
}


.rsw-services3d-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transform: scale(1.04);

    transition:
        transform 1s cubic-bezier(.2,.8,.2,1);
}


.rsw-services3d-card:hover
.rsw-services3d-image img {
    transform: scale(1.12);
}


.rsw-services3d-image-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(4,25,36,.05),
            rgba(4,25,36,.72)
        );
}


/* =========================================================
   NUMBER
========================================================= */

.rsw-services3d-number {
    position: absolute;

    left: 20px;
    top: 20px;

    display: grid;

    place-items: center;

    width: 45px;
    height: 45px;

    border-radius: 13px;

    color: #ffffff;

    background: rgba(4,30,44,.48);

    border: 1px solid rgba(255,255,255,.2);

    backdrop-filter: blur(12px);

    font-family: "Manrope", sans-serif;

    font-size: 12px;

    font-weight: 800;
}


.rsw-services3d-tag {
    position: absolute;

    right: 20px;
    top: 20px;

    padding: 8px 11px;

    color: #ffffff;

    background: rgba(4,30,44,.48);

    border: 1px solid rgba(255,255,255,.2);

    border-radius: 50px;

    backdrop-filter: blur(12px);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;
}


/* =========================================================
   CONTENT
========================================================= */

.rsw-services3d-content {
    position: relative;

    display: flex;

    gap: 17px;

    padding: 25px;
}


.rsw-services3d-icon {
    position: relative;

    flex-shrink: 0;

    width: 48px;
    height: 48px;

    display: grid;

    place-items: center;

    color: #0877b9;

    background: #e8f8fc;

    border-radius: 14px;

    transform: translateZ(25px);

    transition:
        transform .5s ease,
        background .4s ease,
        color .4s ease;
}


.rsw-services3d-card:hover
.rsw-services3d-icon {
    transform:
        translateZ(45px)
        rotate(-5deg);

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #0877b9,
            #12b7d6
        );
}


.rsw-services3d-icon i {
    font-size: 18px;
}


.rsw-services3d-info {
    flex: 1;
}


.rsw-services3d-info h3 {
    margin: 0 0 9px;

    color: #08283b;

    font-family: "Manrope", sans-serif;

    font-size: 19px;

    font-weight: 800;

    letter-spacing: -.4px;
}


.rsw-services3d-info p {
    margin: 0 0 15px;

    color: #647782;

    font-size: 12px;

    line-height: 1.7;
}


.rsw-services3d-info a {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #0877b9;

    font-size: 11px;

    font-weight: 800;

    transition:
        gap .3s ease,
        color .3s ease;
}


.rsw-services3d-info a:hover {
    gap: 13px;

    color: #12a5c3;
}


.rsw-services3d-info a i {
    font-size: 9px;
}


/* =========================================================
   BOTTOM
========================================================= */

.rsw-services3d-bottom {
    position: relative;
    z-index: 2;

    display: flex;

    align-items: center;

    gap: 22px;

    margin-top: 55px;
}


.rsw-services3d-bottom-line {
    height: 1px;

    flex: 1;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(8,40,59,.13)
        );
}


.rsw-services3d-bottom-line:last-child {
    background:
        linear-gradient(
            90deg,
            rgba(8,40,59,.13),
            transparent
        );
}


.rsw-services3d-bottom span {
    color: #81939b;

    font-size: 11px;

    text-align: center;
}


.rsw-services3d-bottom a {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #0877b9;

    font-size: 11px;

    font-weight: 800;

    white-space: nowrap;
}


.rsw-services3d-bottom a:hover {
    color: #12a9c7;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1050px) {

    .rsw-services3d-heading {
        grid-template-columns: 1fr;

        gap: 20px;
    }


    .rsw-services3d-heading-text {
        max-width: 650px;
    }


    .rsw-services3d-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 680px) {

    .rsw-services3d-section {
        padding: 80px 0;
    }


    .rsw-services3d-heading h2 {
        font-size: 37px;

        letter-spacing: -1.3px;
    }


    .rsw-services3d-grid {
        grid-template-columns: 1fr;

        gap: 17px;
    }


    .rsw-services3d-card {
        min-height: auto;
    }


    .rsw-services3d-image {
        height: 250px;
    }


    .rsw-services3d-content {
        padding: 21px;
    }


    .rsw-services3d-bottom {
        display: block;

        text-align: center;
    }


    .rsw-services3d-bottom-line {
        display: none;
    }


    .rsw-services3d-bottom span {
        display: block;

        margin-bottom: 14px;
    }

}



/* =========================================================
   RANJITH SUMP WORKS
   NEW HERO SLIDER
   UNIQUE PREFIX: rjhero-
========================================================= */

.rjhero {
    --rj-blue: #0877b9;
    --rj-cyan: #35d0e7;
    --rj-dark: #061923;
    --rj-white: #ffffff;

    position: relative;

    width: 100%;
    height: 100vh;
    min-height: 700px;

    overflow: hidden;

    background: var(--rj-dark);
}


/* =========================================================
   TRACK
========================================================= */

.rjhero-track {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;
}


/* =========================================================
   SLIDE
========================================================= */

.rjhero-item {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    z-index: 1;
}


/* Current slide */

.rjhero-item.rjhero-current {
    opacity: 1;

    visibility: visible;

    pointer-events: auto;

    z-index: 5;
}


/* =========================================================
   BACKGROUND
========================================================= */

.rjhero-bg {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    transform: scale(1.08);

    will-change: transform;
}


/* =========================================================
   DARK OVERLAY
========================================================= */

.rjhero-shade {
    position: absolute;

    inset: 0;

    z-index: 2;

    
}


.rjhero-shade::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(2,18,27,.68) 0%,
            transparent 35%
        );
}


/* =========================================================
   CONTENT
========================================================= */

.rjhero-content {
    position: absolute;

    inset: 0;

    z-index: 6;

    width: 100%;
    height: 100%;

    display: flex;

    align-items: center;

    padding-left: clamp(30px, 8vw, 150px);

    padding-right: 30px;
}


.rjhero-copy {
    width: min(760px, 90vw);
}


/* =========================================================
   LABEL
========================================================= */

.rjhero-label {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 25px;

    color: rgba(255,255,255,.9);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2.5px;

    text-transform: uppercase;
}


.rjhero-label-icon {
    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: var(--rj-cyan);

    border: 1px solid rgba(255,255,255,.28);

    background: rgba(255,255,255,.10);

    backdrop-filter: blur(10px);
}


/* =========================================================
   HEADING
========================================================= */

.rjhero-copy h1 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(48px, 6.3vw, 92px);

    line-height: .96;

    font-weight: 800;

    letter-spacing: -4px;
}


.rjhero-copy h1 strong {
    display: block;

    margin-top: 10px;

    color: var(--rj-cyan);

    font-weight: 800;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.rjhero-copy p {
    max-width: 650px;

    margin: 30px 0 0;

    color: rgba(255,255,255,.78);

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   BUTTONS
========================================================= */

.rjhero-buttons {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 14px;

    margin-top: 34px;
}


.rjhero-btn {
    min-height: 56px;

    padding: 0 25px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 13px;

    text-decoration: none;

    font-size: 12px;

    font-weight: 800;

    border-radius: 4px;

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease,
        border-color .3s ease;
}


.rjhero-btn-main {
    color: #ffffff;

    background: var(--rj-blue);

    box-shadow:
        0 18px 45px rgba(8,119,185,.30);
}


.rjhero-btn-main:hover {
    color: #ffffff;

    background: var(--rj-cyan);

    transform: translateY(-4px);
}


.rjhero-btn-call {
    color: #ffffff;

    border: 1px solid rgba(255,255,255,.30);

    background: rgba(255,255,255,.08);

    backdrop-filter: blur(10px);
}


.rjhero-btn-call:hover {
    color: var(--rj-dark);

    background: #ffffff;

    border-color: #ffffff;

    transform: translateY(-4px);
}


/* =========================================================
   INFO CARD
========================================================= */

.rjhero-info {
    position: absolute;

    right: 7%;

    bottom: 125px;

    z-index: 10;

    min-width: 310px;

    padding: 18px 22px;

    display: flex;

    align-items: center;

    gap: 17px;

    border: 1px solid rgba(255,255,255,.20);

    background: rgba(4,25,37,.48);

    backdrop-filter: blur(18px);

    color: #ffffff;
}


.rjhero-info > span {
    color: var(--rj-cyan);

    font-size: 35px;

    font-weight: 800;

    line-height: 1;
}


.rjhero-info b {
    display: block;

    margin-bottom: 4px;

    font-size: 13px;
}


.rjhero-info small {
    color: rgba(255,255,255,.55);

    font-size: 10px;
}


/* =========================================================
   CONTROLS
========================================================= */

.rjhero-controls {
    position: absolute;

    left: clamp(30px, 8vw, 150px);

    bottom: 52px;

    z-index: 20;

    display: flex;

    align-items: center;

    gap: 12px;
}


/* =========================================================
   ARROWS
========================================================= */

.rjhero-arrow {
    width: 44px;
    height: 44px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,.25);

    color: #ffffff;

    background: rgba(255,255,255,.08);

    cursor: pointer;

    transition: all .3s ease;
}


.rjhero-arrow:hover {
    color: var(--rj-dark);

    background: #ffffff;

    transform: translateY(-3px);
}


/* =========================================================
   NUMBER BUTTONS
========================================================= */

.rjhero-index {
    display: flex;

    align-items: center;

    gap: 6px;
}


.rjhero-index-btn {
    width: 42px;
    height: 42px;

    border: 1px solid rgba(255,255,255,.22);

    border-radius: 50%;

    color: rgba(255,255,255,.65);

    background: rgba(255,255,255,.06);

    font-size: 10px;

    font-weight: 800;

    cursor: pointer;

    transition: all .35s ease;
}


.rjhero-index-btn:hover {
    color: #ffffff;

    background: rgba(255,255,255,.16);

    transform: translateY(-3px);
}


.rjhero-index-btn.rjhero-index-active {
    width: 54px;
    height: 54px;

    color: #ffffff;

    background: var(--rj-blue);

    border-color: var(--rj-blue);

    box-shadow:
        0 10px 35px rgba(8,119,185,.35);
}


/* =========================================================
   PROGRESS
========================================================= */

.rjhero-progress {
    position: absolute;

    left: 0;

    bottom: 0;

    z-index: 30;

    width: 100%;

    height: 3px;

    background: rgba(255,255,255,.14);
}


.rjhero-progress span {
    display: block;

    width: 0%;

    height: 100%;

    background: var(--rj-cyan);
}


/* =========================================================
   BRAND
========================================================= */

.rjhero-brand {
    position: absolute;

    right: 7%;

    bottom: 58px;

    z-index: 15;

    display: flex;

    align-items: center;

    gap: 10px;

    color: rgba(255,255,255,.42);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;
}


.rjhero-brand i {
    font-size: 4px;

    color: var(--rj-cyan);
}


/* =========================================================
   SCROLL
========================================================= */

.rjhero-scroll {
    position: absolute;

    right: 30px;

    top: 50%;

    z-index: 20;

    transform: translateY(-50%);

    display: flex;

    align-items: center;

    gap: 10px;

    writing-mode: vertical-rl;

    color: rgba(255,255,255,.45);

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2px;
}


.rjhero-scroll i {
    animation:
        rjhero-scroll-animation 1.5s ease-in-out infinite;
}


@keyframes rjhero-scroll-animation {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .rjhero-content {
        padding-left: 50px;
        padding-right: 30px;
    }

    .rjhero-copy {
        max-width: 680px;
    }

    .rjhero-info {
        display: none;
    }

    .rjhero-scroll {
        display: none;
    }

    .rjhero-brand {
        display: none;
    }

    .rjhero-controls {
        left: 50px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .rjhero {
        height: 760px;

        min-height: 760px;
    }


    .rjhero-content {
        align-items: center;

        padding:
            0 22px 90px;
    }


    .rjhero-copy {
        width: 100%;
    }


    .rjhero-label {
        margin-bottom: 18px;

        font-size: 8px;

        letter-spacing: 1.5px;
    }


    .rjhero-label-icon {
        width: 32px;
        height: 32px;
    }


    .rjhero-copy h1 {
        font-size: 44px;

        letter-spacing: -2.5px;
    }


    .rjhero-copy p {
        margin-top: 20px;

        font-size: 13px;

        line-height: 1.7;
    }


    .rjhero-buttons {
        margin-top: 25px;

        flex-direction: column;

        align-items: stretch;
    }


    .rjhero-btn {
        width: 100%;
    }


    .rjhero-controls {
        left: 50%;

        bottom: 25px;

        transform: translateX(-50%);

        width: max-content;
    }


    .rjhero-arrow {
        width: 37px;
        height: 37px;
    }


    .rjhero-index {
        gap: 3px;
    }


    .rjhero-index-btn {
        width: 32px;
        height: 32px;

        font-size: 8px;
    }


    .rjhero-index-btn.rjhero-index-active {
        width: 42px;
        height: 42px;
    }

}

/* =========================================================
   RANJITH SUMP WORKS
   3D CUSTOMER SHOWCASE
========================================================= */

.rjcustomer3d-section {

    --rj-c3d-blue: #0877b9;
    --rj-c3d-cyan: #20c7df;
    --rj-c3d-dark: #061923;
    --rj-c3d-white: #ffffff;

    position: relative;

    width: 100%;

    padding: 120px 0 90px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 50% 45%,
            rgba(8,119,185,.13),
            transparent 32%
        ),
        #f4fafc;

}


/* =========================================================
   BACKGROUND ORBS
========================================================= */

.rjcustomer3d-bg-orb {

    position: absolute;

    border-radius: 50%;

    filter: blur(1px);

    pointer-events: none;

}


.rjcustomer3d-bg-orb-one {

    width: 400px;
    height: 400px;

    top: -180px;
    left: -150px;

    border: 1px solid rgba(8,119,185,.10);

}


.rjcustomer3d-bg-orb-two {

    width: 500px;
    height: 500px;

    right: -250px;
    bottom: -250px;

    border: 1px solid rgba(18,183,214,.12);

}


/* =========================================================
   CONTAINER
========================================================= */

.rjcustomer3d-container {

    width: min(1400px, calc(100% - 60px));

    margin: 0 auto;

    position: relative;

    z-index: 2;

}


/* =========================================================
   HEADER
========================================================= */

.rjcustomer3d-header {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 50px;

    margin-bottom: 35px;

}


.rjcustomer3d-heading {

    max-width: 650px;

}


.rjcustomer3d-kicker {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 15px;

    color: var(--rj-c3d-blue);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;

}


.rjcustomer3d-kicker i {

    font-size: 14px;

}


.rjcustomer3d-heading h2 {

    margin: 0;

    color: var(--rj-c3d-dark);

    font-size: clamp(42px, 5vw, 72px);

    line-height: .98;

    letter-spacing: -3px;

    font-weight: 800;

}


.rjcustomer3d-heading h2 span {

    display: block;

    color: var(--rj-c3d-blue);

}


.rjcustomer3d-description {

    max-width: 430px;

}


.rjcustomer3d-description p {

    margin: 0;

    color: #657883;

    font-size: 15px;

    line-height: 1.8;

}


/* =========================================================
   3D STAGE
========================================================= */

.rjcustomer3d-stage {

    position: relative;

    width: 100%;

    height: 650px;

    perspective: 1800px;

    transform-style: preserve-3d;

    overflow: hidden;

}


/* =========================================================
   IMAGE CARDS
========================================================= */

.rjcustomer3d-card {

    position: absolute;

    left: 50%;
    top: 50%;

    width: 260px;
    height: 350px;

    margin-left: -130px;
    margin-top: -175px;

    overflow: hidden;

    border-radius: 22px;

    background: #ffffff;

    border: 5px solid rgba(255,255,255,.92);

    box-shadow:

        0 35px 70px rgba(4,33,48,.18),

        0 8px 20px rgba(4,33,48,.10);

    transform-style: preserve-3d;

    will-change: transform, opacity;

    cursor: pointer;

}


.rjcustomer3d-card::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 50%,
            rgba(0,0,0,.30)
        );

    pointer-events: none;

}


.rjcustomer3d-card img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transform: scale(1.02);

    transition:
        transform .8s ease;

}


.rjcustomer3d-card:hover img {

    transform: scale(1.08);

}


/* =========================================================
   3D POSITIONS
========================================================= */

.rjcustomer3d-card-01 {

    transform:
        translate3d(-500px, 20px, -280px)
        rotateY(32deg)
        rotateZ(-6deg)
        scale(.76);

    opacity: .50;

    z-index: 2;

}


.rjcustomer3d-card-02 {

    transform:
        translate3d(-330px, -15px, -100px)
        rotateY(22deg)
        rotateZ(-4deg)
        scale(.88);

    opacity: .72;

    z-index: 4;

}


.rjcustomer3d-card-03 {

    transform:
        translate3d(-155px, 0, 70px)
        rotateY(10deg)
        rotateZ(-2deg)
        scale(.96);

    opacity: .92;

    z-index: 7;

}


.rjcustomer3d-card-04 {

    transform:
        translate3d(0, -25px, 180px)
        rotateY(0deg)
        rotateZ(0deg)
        scale(1.08);

    opacity: 1;

    z-index: 12;

}


.rjcustomer3d-card-05 {

    transform:
        translate3d(155px, 0, 70px)
        rotateY(-10deg)
        rotateZ(2deg)
        scale(.96);

    opacity: .92;

    z-index: 7;

}


.rjcustomer3d-card-06 {

    transform:
        translate3d(330px, -15px, -100px)
        rotateY(-22deg)
        rotateZ(4deg)
        scale(.88);

    opacity: .72;

    z-index: 4;

}


.rjcustomer3d-card-07 {

    transform:
        translate3d(500px, 20px, -280px)
        rotateY(-32deg)
        rotateZ(6deg)
        scale(.76);

    opacity: .50;

    z-index: 2;

}


/* Back cards */

.rjcustomer3d-card-08,
.rjcustomer3d-card-09,
.rjcustomer3d-card-10 {

    transform:
        translate3d(0, 80px, -450px)
        rotateY(0deg)
        scale(.55);

    opacity: 0;

    z-index: 1;

}


/* =========================================================
   CENTER BRAND
========================================================= */

.rjcustomer3d-center {

    position: absolute;

    left: 50%;
    top: 50%;

    width: 155px;
    height: 155px;

    transform:
        translate(-50%, -50%)
        translateZ(240px);

    z-index: 15;

    display: flex;

    align-items: center;
    justify-content: center;

    pointer-events: none;

}


.rjcustomer3d-center-ring {

    position: absolute;

    inset: 0;

    border-radius: 50%;

    border: 1px solid rgba(18,183,214,.40);

    background:
        rgba(255,255,255,.72);

    backdrop-filter: blur(15px);

    box-shadow:
        0 25px 60px rgba(4,33,48,.15);

}


.rjcustomer3d-center-ring::before {

    content: "";

    position: absolute;

    inset: 12px;

    border-radius: 50%;

    border: 1px dashed rgba(8,119,185,.30);

}


.rjcustomer3d-center-content {

    position: relative;

    z-index: 2;

    text-align: center;

}


.rjcustomer3d-center-content span {

    width: 30px;
    height: 30px;

    margin: 0 auto 7px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #ffffff;

    background: var(--rj-c3d-blue);

    font-size: 12px;

}


.rjcustomer3d-center-content strong {

    display: block;

    color: var(--rj-c3d-dark);

    font-size: 13px;

    letter-spacing: 2px;

}


.rjcustomer3d-center-content small {

    color: var(--rj-c3d-blue);

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 2px;

}


/* =========================================================
   CENTER LABEL
========================================================= */

.rjcustomer3d-label {

    position: absolute;

    left: 50%;

    bottom: 20px;

    transform: translateX(-50%);

    z-index: 20;

    display: flex;

    align-items: center;

    gap: 12px;

    color: #758892;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;

    white-space: nowrap;

}


.rjcustomer3d-current-number {

    color: var(--rj-c3d-blue);

    font-size: 14px;

}


.rjcustomer3d-label-line {

    width: 45px;

    height: 1px;

    background: #c7d8df;

}


/* =========================================================
   NAVIGATION
========================================================= */

.rjcustomer3d-nav {

    position: absolute;

    top: 50%;

    z-index: 30;

    width: 52px;
    height: 52px;

    margin-top: -26px;

    border-radius: 50%;

    border: 1px solid #d4e2e7;

    background: rgba(255,255,255,.88);

    color: var(--rj-c3d-dark);

    display: flex;

    align-items: center;
    justify-content: center;

    cursor: pointer;

    box-shadow:
        0 15px 35px rgba(4,33,48,.10);

    transition:
        all .35s ease;

}


.rjcustomer3d-prev {

    left: 25px;

}


.rjcustomer3d-next {

    right: 25px;

}


.rjcustomer3d-nav:hover {

    color: #ffffff;

    background: var(--rj-c3d-blue);

    border-color: var(--rj-c3d-blue);

    transform: scale(1.08);

}


/* =========================================================
   BOTTOM
========================================================= */

.rjcustomer3d-bottom {

    display: flex;

    align-items: center;

    gap: 25px;

    margin-top: 20px;

}


.rjcustomer3d-progress {

    flex: 1;

    height: 2px;

    background: #dce8ec;

    overflow: hidden;

}


.rjcustomer3d-progress span {

    display: block;

    width: 10%;

    height: 100%;

    background: var(--rj-c3d-blue);

}


.rjcustomer3d-count {

    display: flex;

    align-items: baseline;

    gap: 5px;

}


.rjcustomer3d-count strong {

    color: var(--rj-c3d-blue);

    font-size: 22px;

}


.rjcustomer3d-count span {

    color: #a2b2b8;

}


.rjcustomer3d-count small {

    color: #82939a;

    font-size: 12px;

}


.rjcustomer3d-gallery-btn {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: var(--rj-c3d-dark);

    font-size: 11px;

    font-weight: 800;

    text-decoration: none;

    letter-spacing: .5px;

}


.rjcustomer3d-gallery-btn i {

    color: var(--rj-c3d-blue);

}


.rjcustomer3d-gallery-btn:hover {

    color: var(--rj-c3d-blue);

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .rjcustomer3d-stage {

        height: 590px;

    }

    .rjcustomer3d-card {

        width: 225px;
        height: 310px;

        margin-left: -112px;
        margin-top: -155px;

    }

    .rjcustomer3d-card-01 {

        transform:
            translate3d(-420px, 20px, -250px)
            rotateY(30deg)
            rotateZ(-5deg)
            scale(.70);

    }

    .rjcustomer3d-card-02 {

        transform:
            translate3d(-280px, 0, -80px)
            rotateY(20deg)
            rotateZ(-4deg)
            scale(.84);

    }

    .rjcustomer3d-card-03 {

        transform:
            translate3d(-135px, 0, 50px)
            rotateY(10deg)
            rotateZ(-2deg)
            scale(.93);

    }

    .rjcustomer3d-card-04 {

        transform:
            translate3d(0, -20px, 170px)
            rotateY(0)
            scale(1.05);

    }

    .rjcustomer3d-card-05 {

        transform:
            translate3d(135px, 0, 50px)
            rotateY(-10deg)
            rotateZ(2deg)
            scale(.93);

    }

    .rjcustomer3d-card-06 {

        transform:
            translate3d(280px, 0, -80px)
            rotateY(-20deg)
            rotateZ(4deg)
            scale(.84);

    }

    .rjcustomer3d-card-07 {

        transform:
            translate3d(420px, 20px, -250px)
            rotateY(-30deg)
            rotateZ(5deg)
            scale(.70);

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .rjcustomer3d-section {

        padding: 80px 0 60px;

    }


    .rjcustomer3d-container {

        width: calc(100% - 35px);

    }


    .rjcustomer3d-header {

        display: block;

        margin-bottom: 10px;

    }


    .rjcustomer3d-heading h2 {

        font-size: 42px;

        letter-spacing: -2px;

    }


    .rjcustomer3d-description {

        margin-top: 20px;

    }


    .rjcustomer3d-description p {

        font-size: 13px;

    }


    .rjcustomer3d-stage {

        height: 500px;

    }


    .rjcustomer3d-card {

        width: 190px;
        height: 270px;

        margin-left: -95px;
        margin-top: -135px;

        border-radius: 18px;

    }


    .rjcustomer3d-card-01 {

        transform:
            translate3d(-180px, 20px, -130px)
            rotateY(28deg)
            rotateZ(-5deg)
            scale(.72);

        opacity: .30;

    }


    .rjcustomer3d-card-02 {

        transform:
            translate3d(-105px, 5px, -40px)
            rotateY(18deg)
            rotateZ(-3deg)
            scale(.84);

        opacity: .55;

    }


    .rjcustomer3d-card-03 {

        transform:
            translate3d(-55px, 0, 30px)
            rotateY(8deg)
            rotateZ(-2deg)
            scale(.91);

        opacity: .75;

    }


    .rjcustomer3d-card-04 {

        transform:
            translate3d(0, -10px, 130px)
            rotateY(0)
            scale(1);

        opacity: 1;

    }


    .rjcustomer3d-card-05 {

        transform:
            translate3d(55px, 0, 30px)
            rotateY(-8deg)
            rotateZ(2deg)
            scale(.91);

        opacity: .75;

    }


    .rjcustomer3d-card-06 {

        transform:
            translate3d(105px, 5px, -40px)
            rotateY(-18deg)
            rotateZ(3deg)
            scale(.84);

        opacity: .55;

    }


    .rjcustomer3d-card-07 {

        transform:
            translate3d(180px, 20px, -130px)
            rotateY(-28deg)
            rotateZ(5deg)
            scale(.72);

        opacity: .30;

    }


    .rjcustomer3d-card-08,
    .rjcustomer3d-card-09,
    .rjcustomer3d-card-10 {

        opacity: 0;

    }


    .rjcustomer3d-center {

        width: 105px;
        height: 105px;

        transform:
            translate(-50%, -50%)
            translateZ(160px);

    }


    .rjcustomer3d-center-content strong {

        font-size: 10px;

    }


    .rjcustomer3d-center-content small {

        font-size: 6px;

    }


    .rjcustomer3d-nav {

        width: 42px;
        height: 42px;

    }


    .rjcustomer3d-prev {

        left: 5px;

    }


    .rjcustomer3d-next {

        right: 5px;

    }


    .rjcustomer3d-bottom {

        gap: 15px;

    }


    .rjcustomer3d-gallery-btn {

        display: none;

    }

}



/* =========================================================
   RANJITH SUMP WORKS
   CUSTOMER REVIEWS — 3D EXPERIENCE
   UNIQUE PREFIX: rjreviews3d-
========================================================= */

.rjreviews3d-hero,
.rjreviews3d-showcase {

    --rjreview-blue: #0877b9;
    --rjreview-cyan: #19bfd8;
    --rjreview-navy: #061c28;
    --rjreview-ink: #102631;
    --rjreview-muted: #687d87;
    --rjreview-bg: #f4fafc;
    --rjreview-white: #ffffff;

    font-family:
        "DM Sans",
        sans-serif;

}


/* =========================================================
   HERO
========================================================= */

.rjreviews3d-hero {

    position: relative;

    width: 100%;

    min-height: 580px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background:

        radial-gradient(
            circle at 80% 20%,
            rgba(25,191,216,.18),
            transparent 30%
        ),

        linear-gradient(
            135deg,
            #061c28,
            #082e40
        );

}


.rjreviews3d-container {

    width: min(
        1400px,
        calc(100% - 70px)
    );

    margin: 0 auto;

    position: relative;

    z-index: 5;

}


/* =========================================================
   HERO ORBS
========================================================= */

.rjreviews3d-hero-orb {

    position: absolute;

    border-radius: 50%;

    pointer-events: none;

}


.rjreviews3d-hero-orb-one {

    width: 450px;

    height: 450px;

    right: -180px;

    top: -180px;

    border: 1px solid rgba(
        25,
        191,
        216,
        .18
    );

}


.rjreviews3d-hero-orb-two {

    width: 300px;

    height: 300px;

    left: -180px;

    bottom: -150px;

    border: 1px solid rgba(
        255,
        255,
        255,
        .08
    );

}


/* =========================================================
   HERO GRID
========================================================= */

.rjreviews3d-hero-grid {

    display: grid;

    grid-template-columns:
        minmax(0, 1.5fr)
        minmax(300px, .7fr);

    gap: 100px;

    align-items: center;

    padding:
        100px 0;

}


/* =========================================================
   KICKER
========================================================= */

.rjreviews3d-kicker {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color:
        var(--rjreview-cyan);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;

}


.rjreviews3d-hero-copy .rjreviews3d-kicker {

    margin-bottom: 22px;

}


.rjreviews3d-hero-copy h1 {

    margin: 0;

    max-width: 800px;

    color:
        #ffffff;

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        clamp(
            48px,
            6vw,
            88px
        );

    line-height: .98;

    letter-spacing: -4px;

    font-weight: 800;

}


.rjreviews3d-hero-copy h1 span {

    display: block;

    color:
        var(--rjreview-cyan);

}


.rjreviews3d-hero-copy p {

    max-width: 680px;

    margin:
        30px 0 0;

    color:
        rgba(
            255,
            255,
            255,
            .70
        );

    font-size: 16px;

    line-height: 1.8;

}


/* =========================================================
   RATING
========================================================= */

.rjreviews3d-rating {

    display: flex;

    align-items: center;

    gap: 18px;

    margin-top: 35px;

}


.rjreviews3d-stars {

    display: flex;

    gap: 4px;

    color:
        #ffd166;

    font-size: 17px;

}


.rjreviews3d-rating strong {

    display: block;

    color: #ffffff;

    font-size: 13px;

}


.rjreviews3d-rating span {

    display: block;

    margin-top: 3px;

    color:
        rgba(
            255,
            255,
            255,
            .48
        );

    font-size: 11px;

}


/* =========================================================
   HERO STAT
========================================================= */

.rjreviews3d-hero-side {

    display: flex;

    flex-direction: column;

    gap: 14px;

}


.rjreviews3d-hero-stat {

    padding:
        24px 28px;

    border:

        1px solid
        rgba(
            255,
            255,
            255,
            .10
        );

    background:

        rgba(
            255,
            255,
            255,
            .045
        );

    backdrop-filter:
        blur(15px);

}


.rjreviews3d-hero-stat strong {

    display: block;

    color:
        #ffffff;

    font-family:
        "Manrope",
        sans-serif;

    font-size: 30px;

}


.rjreviews3d-hero-stat span {

    display: block;

    margin-top: 4px;

    color:
        rgba(
            255,
            255,
            255,
            .50
        );

    font-size: 11px;

    letter-spacing: .4px;

}


/* =========================================================
   SHOWCASE
========================================================= */

.rjreviews3d-showcase {

    position: relative;

    overflow: hidden;

    padding:
        120px 0 100px;

    background:
        #f4fafc;

}


/* =========================================================
   GRID BACKGROUND
========================================================= */

.rjreviews3d-grid-background {

    position: absolute;

    inset: 0;

    opacity: .45;

    background-image:

        linear-gradient(
            rgba(
                8,
                119,
                185,
                .035
            ) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(
                8,
                119,
                185,
                .035
            ) 1px,
            transparent 1px
        );

    background-size:
        70px 70px;

    pointer-events: none;

}


/* =========================================================
   SECTION HEADING
========================================================= */

.rjreviews3d-section-heading {

    text-align: center;

    max-width: 760px;

    margin:
        0 auto 45px;

}


.rjreviews3d-section-heading .rjreviews3d-kicker {

    margin-bottom: 15px;

}


.rjreviews3d-section-heading h2 {

    margin: 0;

    color:
        var(--rjreview-ink);

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        clamp(
            38px,
            5vw,
            65px
        );

    line-height: 1;

    letter-spacing: -3px;

    font-weight: 800;

}


.rjreviews3d-section-heading h2 span {

    color:
        var(--rjreview-blue);

}


.rjreviews3d-section-heading p {

    max-width: 600px;

    margin:
        22px auto 0;

    color:
        var(--rjreview-muted);

    font-size: 14px;

    line-height: 1.8;

}


/* =========================================================
   3D STAGE
========================================================= */

.rjreviews3d-stage {

    position: relative;

    width: 100%;

    height: 600px;

    perspective:
        1800px;

    transform-style:
        preserve-3d;

}


/* =========================================================
   REVIEW CARD
========================================================= */

.rjreviews3d-card {

    position: absolute;

    left: 50%;

    top: 50%;

    width: 440px;

    min-height: 390px;

    padding: 35px;

    margin-left: -220px;

    margin-top: -195px;

    border-radius: 28px;

    border:
        1px solid
        rgba(
            8,
            119,
            185,
            .10
        );

    background:
        rgba(
            255,
            255,
            255,
            .96
        );

    box-shadow:

        0 35px 90px
        rgba(
            4,
            38,
            54,
            .16
        ),

        0 10px 25px
        rgba(
            4,
            38,
            54,
            .07
        );

    transform-style:
        preserve-3d;

    will-change:
        transform,
        opacity;

}


/* =========================================================
   CARD TOP
========================================================= */

.rjreviews3d-card-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

}


.rjreviews3d-review-number {

    color:
        var(--rjreview-blue);

    font-family:
        "Manrope",
        sans-serif;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 1px;

}


.rjreviews3d-google {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    color:
        #768991;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

}


.rjreviews3d-google i {

    color:
        #4285f4;

    font-size: 14px;

}


/* =========================================================
   STARS
========================================================= */

.rjreviews3d-card-stars {

    margin:
        25px 0 18px;

    color:
        #f4b400;

    font-size: 15px;

    letter-spacing: 3px;

}


/* =========================================================
   REVIEW TEXT
========================================================= */

.rjreviews3d-card p {

    margin: 0;

    color:
        #526a75;

    font-size: 14px;

    line-height: 1.85;

}


/* =========================================================
   CLIENT
========================================================= */

.rjreviews3d-client {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 28px;

    padding-top: 20px;

    border-top:
        1px solid
        #e8eff2;

}


.rjreviews3d-avatar {

    width: 42px;

    height: 42px;

    flex: 0 0 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color:
        #ffffff;

    background:
        linear-gradient(
            135deg,
            var(--rjreview-blue),
            var(--rjreview-cyan)
        );

    font-size: 11px;

    font-weight: 800;

}


.rjreviews3d-client strong {

    display: block;

    color:
        var(--rjreview-ink);

    font-size: 12px;

}


.rjreviews3d-client span {

    display: block;

    margin-top: 3px;

    color:
        #92a2a8;

    font-size: 10px;

}


/* =========================================================
   NAVIGATION ARROWS
========================================================= */

.rjreviews3d-arrow {

    position: absolute;

    top: 50%;

    z-index: 100;

    width: 55px;

    height: 55px;

    margin-top: -28px;

    border:
        1px solid
        #d8e4e8;

    border-radius: 50%;

    background:
        rgba(
            255,
            255,
            255,
            .90
        );

    color:
        var(--rjreview-ink);

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    box-shadow:
        0 15px 35px
        rgba(
            4,
            38,
            54,
            .10
        );

    transition:
        .35s ease;

}


.rjreviews3d-arrow-prev {

    left: 20px;

}


.rjreviews3d-arrow-next {

    right: 20px;

}


.rjreviews3d-arrow:hover {

    color:
        #ffffff;

    background:
        var(--rjreview-blue);

    border-color:
        var(--rjreview-blue);

    transform:
        scale(1.08);

}


/* =========================================================
   CONTROLS
========================================================= */

.rjreviews3d-controls {

    display: flex;

    align-items: center;

    gap: 25px;

    margin-top: 5px;

}


.rjreviews3d-progress {

    flex: 1;

    height: 2px;

    overflow: hidden;

    background:
        #dbe8ec;

}


.rjreviews3d-progress span {

    display: block;

    width: 5%;

    height: 100%;

    background:
        var(--rjreview-blue);

}


.rjreviews3d-counter {

    display: flex;

    align-items: baseline;

    gap: 5px;

    min-width: 70px;

}


.rjreviews3d-counter strong {

    color:
        var(--rjreview-blue);

    font-family:
        "Manrope",
        sans-serif;

    font-size: 22px;

}


.rjreviews3d-counter span {

    color:
        #a6b5ba;

}


.rjreviews3d-counter small {

    color:
        #87979e;

}


/* =========================================================
   BOTTOM CTA
========================================================= */

.rjreviews3d-bottom-cta {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    margin-top: 70px;

    padding:
        28px 32px;

    border-radius: 20px;

    background:
        var(--rjreview-navy);

}


.rjreviews3d-bottom-cta span {

    display: block;

    color:
        rgba(
            255,
            255,
            255,
            .50
        );

    font-size: 11px;

}


.rjreviews3d-bottom-cta strong {

    display: block;

    margin-top: 4px;

    color:
        #ffffff;

    font-family:
        "Manrope",
        sans-serif;

    font-size: 18px;

}


.rjreviews3d-bottom-cta a {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding:
        14px 20px;

    color:
        #ffffff;

    background:
        var(--rjreview-blue);

    border-radius: 8px;

    text-decoration: none;

    font-size: 11px;

    font-weight: 800;

    white-space: nowrap;

    transition:
        .3s ease;

}


.rjreviews3d-bottom-cta a:hover {

    background:
        var(--rjreview-cyan);

    transform:
        translateY(-2px);

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .rjreviews3d-hero-grid {

        grid-template-columns:
            1fr;

        gap: 45px;

    }


    .rjreviews3d-hero-side {

        flex-direction: row;

    }


    .rjreviews3d-hero-stat {

        flex: 1;

    }


    .rjreviews3d-stage {

        height: 570px;

    }


    .rjreviews3d-card {

        width: 400px;

        margin-left: -200px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .rjreviews3d-container {

        width:
            calc(100% - 35px);

    }


    .rjreviews3d-hero {

        min-height: auto;

    }


    .rjreviews3d-hero-grid {

        padding:
            80px 0;

    }


    .rjreviews3d-hero-copy h1 {

        font-size: 46px;

        letter-spacing:
            -2.5px;

    }


    .rjreviews3d-hero-copy p {

        font-size: 14px;

    }


    .rjreviews3d-hero-side {

        display: grid;

        grid-template-columns:
            1fr 1fr;

    }


    .rjreviews3d-hero-stat {

        padding:
            18px;

    }


    .rjreviews3d-hero-stat:last-child {

        grid-column:
            1 / -1;

    }


    .rjreviews3d-showcase {

        padding:
            80px 0;

    }


    .rjreviews3d-section-heading h2 {

        font-size: 42px;

        letter-spacing:
            -2px;

    }


    .rjreviews3d-stage {

        height: 550px;

        overflow: hidden;

    }


    .rjreviews3d-card {

        width: 300px;

        min-height: 390px;

        padding: 25px;

        margin-left: -150px;

        margin-top: -195px;

        border-radius: 22px;

    }


    .rjreviews3d-card p {

        font-size: 12px;

        line-height: 1.75;

    }


    .rjreviews3d-arrow {

        width: 43px;

        height: 43px;

        margin-top: -22px;

    }


    .rjreviews3d-arrow-prev {

        left: 0;

    }


    .rjreviews3d-arrow-next {

        right: 0;

    }


    .rjreviews3d-controls {

        gap: 15px;

    }


    .rjreviews3d-bottom-cta {

        display: block;

        padding: 25px;

    }


    .rjreviews3d-bottom-cta a {

        margin-top: 20px;

    }

}