/* RIC Packers & Movers | CLEAN FINAL CSS
   Duplicate comments/whitespace and exact duplicate declarations removed.
   Text sizes increased across all shared pages. */

   * {
    margin: 0; padding: 0; box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Inter", sans-serif; color: #172033; background: #ffffff; line-height: 1.6;
}
a {
    text-decoration: none; color: inherit;
}
img {
    max-width: 100%; display: block;
}
button, input, select, textarea {
    font-family: inherit;
}
.container {
    width: min(1180px, 92%); margin: auto;
}
:root {
    --navy: #0B1F3A; --navy-dark: #07172B; --blue: #1769E0; --blue-dark: #0F5BC7; --blue-light: #4DA3FF; --blue-soft: #EAF2FF; --light-bg: #F4F7FB; --text: #172033; --text-dark: #344054; --muted: #667085; --white: #ffffff; --border: #E4EAF2;
}
header {
    position: sticky; top: 0; z-index: 9999; width: 100%; background: #071a32; transition: box-shadow 0.3s ease,
            background 0.3s ease;
}
.header.scrolled {
    background: rgba(7,23,43,0.97); box-shadow: 0 5px 25px rgba(0,0,0,0.15); backdrop-filter: blur(10px);
}
.nav {
    height: 82px; display: flex; align-items: center; justify-content: space-between;
}
.logo {
    display: flex; align-items: center; justify-content: flex-start; width: 330px; height: 68px; flex-shrink: 0; overflow: visible;
}
.logo img, .ric-logo img {
    width: 530px; height: auto; max-height: 160px; object-fit: contain; display: block; margin: 0 auto;
}
.nav-links {
    display: flex; align-items: center; gap: 30px; list-style: none;
}
.nav-links a {
    color: #ffffff; font-size: 13px; font-weight: 500; transition: 0.3s ease;
}
.nav-links a:hover, .nav-links a.active {
    color: var(--blue-light);
}
.nav-cta {
    background: var(--blue); padding: 11px 18px; border-radius: 6px; font-weight: 700 !important;
}
.nav-cta:hover {
    background: var(--blue-dark); color: #ffffff !important;
}
.menu-btn {
    display: none; border: 0; background: transparent; color: #ffffff; font-size: 23px; cursor: pointer;
}
.hero {
    min-height: 690px; position: relative; display: flex; align-items: center; padding: 95px 0 45px; overflow: hidden; background: linear-gradient(
                90deg,
                rgba(7,23,43,0.98) 0%,
                rgba(11,31,58,0.96) 45%,
                rgba(11,31,58,0.73) 100%
            ),
            url("https://images.unsplash.com/photo-1600518464441-9154a4dea21b?auto=format&fit=crop&w=2000&q=85"); background-size: cover; background-position: center;
}
.hero::after {
    content: ""; position: absolute; right: -120px; bottom: -180px; width: 450px; height: 450px; border-radius: 50%; background: rgba(23,105,224,0.10); filter: blur(55px); pointer-events: none;
}
.hero-container {
    position: relative; z-index: 2; width: min(1180px, 92%); margin: auto; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 55px; align-items: center;
}
.hero-content {
    max-width: 650px;
}
.hero-tag {
    display: inline-flex; align-items: center; gap: 8px; padding: 7px 13px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.07); border-radius: 50px; color: #D9E7FA; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px;
}
.hero-tag i {
    color: var(--blue-light); font-size: 11px;
}
.hero h1 {
    font-family: "Manrope", sans-serif; color: #ffffff; font-size: clamp(42px, 5vw, 65px); line-height: 1.06; letter-spacing: -2px; font-weight: 800; margin-bottom: 22px;
}
.hero h1 span {
    display: block; color: var(--blue-light);
}
.hero-description {
    max-width: 590px; color: #C8D4E5; font-size: 15px; line-height: 1.85; margin-bottom: 27px;
}
.hero-buttons {
    display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 22px; border-radius: 7px; font-size: 13px; font-weight: 700; transition: 0.3s ease;
}
.btn-primary {
    background: var(--blue); color: #ffffff; border: 1px solid var(--blue);
}
.btn-primary:hover {
    background: var(--blue-dark); border-color: var(--blue-dark); transform: translateY(-2px);
}
.btn-outline {
    border: 1px solid rgba(255,255,255,0.38); color: #ffffff; background: rgba(255,255,255,0.02);
}
.btn-outline:hover {
    background: #ffffff; color: var(--navy);
}
.hero-points {
    display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 30px;
}
.hero-point {
    display: flex; align-items: center; gap: 7px; color: #D8E3F1; font-size: 11px;
}
.hero-point i {
    color: var(--blue-light); font-size: 12px;
}
.quote-card {
    position: relative; width: 100%; max-width: 470px; margin-left: auto; background: #ffffff; border-radius: 15px; padding: 22px 28px 19px; box-shadow: 0 25px 65px rgba(0,0,0,0.27);
}
.quote-card::before {
    content: ""; position: absolute; top: 0; left: 30px; right: 30px; height: 4px; background: var(--blue); border-radius: 0 0 5px 5px;
}
.form-label-top {
    display: block; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: 1.7px; margin-bottom: 3px;
}
.quote-header {
    margin-bottom: 13px;
}
.quote-header h2 {
    color: var(--navy); font-family: "Manrope", sans-serif; font-size: 24px; line-height: 1.2; margin: 0 0 4px;
}
.quote-header p {
    color: var(--muted); font-size: 10.5px; line-height: 1.5;
}
.form-group {
    margin-bottom: 7px;
}
.form-group label {
    display: block; color: var(--text-dark); font-size: 10px; font-weight: 700; line-height: 1.2; margin-bottom: 4px;
}
.form-control {
    width: 100%; height: 39px; border: 1px solid var(--border); border-radius: 6px; background: #FBFCFE; padding: 0 11px; outline: none; font-size: 11px; color: var(--text); transition: 0.25s ease;
}
.form-control::placeholder {
    color: #8B95A5;
}
.form-control:focus {
    border-color: var(--blue); background: #ffffff; box-shadow: 0 0 0 3px rgba(23,105,224,0.07);
}
.form-row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.quote-submit {
    width: 100%; height: 42px; margin-top: 3px; border: none; border-radius: 6px; background: var(--blue); color: #ffffff; font-size: 12px; font-weight: 700; cursor: pointer; transition: 0.3s ease;
}
.quote-submit:hover {
    background: var(--blue-dark); transform: translateY(-1px);
}
.form-note {
    display: flex; align-items: center; justify-content: center; gap: 4px; color: #8A94A6; font-size: 8px; line-height: 1; margin-top: 7px; margin-bottom: 0;
}
.form-note i {
    color: var(--blue); font-size: 8px;
}
.trust-bar {
    position: relative; z-index: 5; background: #ffffff; box-shadow: 0 5px 25px rgba(11,31,58,0.08);
}
.trust-grid {
    display: grid; grid-template-columns: repeat(4,1fr);
}
.trust-item {
    min-height: 88px; padding: 18px 15px; display: flex; align-items: center; justify-content: center; gap: 11px; border-right: 1px solid var(--border); opacity: 0; transform: translateY(25px); position: relative; transition: transform 0.3s ease,
            background 0.3s ease;
}
.trust-item:last-child {
    border-right: none;
}
.trust-icon {
    width: 40px; height: 40px; flex-shrink: 0; border-radius: 8px; background: var(--blue-soft); color: var(--blue); display: flex; align-items: center; justify-content: center;
}
.trust-item strong {
    display: block; color: var(--navy); font-size: 12px; transition: color 0.3s ease;
}
.trust-item span {
    display: block; color: var(--muted); font-size: 9px;
}
.section {
    padding: 85px 0;
}
.section-light {
    background: var(--light-bg);
}
.section-heading {
    margin-bottom: 42px; text-align: center; max-width: 750px; margin: 0 auto 50px;
}
.section-heading.center {
    text-align: center; margin-left: auto; margin-right: auto;
}
.eyebrow {
    color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 9px;
}
.section-heading h2 {
    font-family: "Manrope", sans-serif; line-height: 1.2; margin-bottom: 12px; font-size: 48px; color: #071a33; margin: 15px 0;
}
.section-heading p {
    color: #66758a; font-size: 16px; line-height: 1.7;
}
.about-grid {
    display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 65px; align-items: center;
}
.about-image {
    position: relative;
}
.about-image img {
    width: 100%; height: 450px; object-fit: cover; border-radius: 14px;
}
.experience-box {
    position: absolute; bottom: 22px; right: -22px; padding: 19px 24px; border-radius: 10px; background: var(--navy); color: #ffffff; box-shadow: 0 15px 40px rgba(11,31,58,0.25);
}
.experience-box strong {
    display: block; font-size: 30px; line-height: 1;
}
.experience-box span {
    color: #B8C8DF; font-size: 10px;
}
.about-content p {
    color: var(--muted); font-size: 14px; margin-bottom: 15px;
}
.about-list {
    list-style: none; margin: 23px 0;
}
.about-list li {
    display: flex; align-items: center; gap: 9px; margin-bottom: 10px; color: var(--text-dark); font-size: 13px; font-weight: 600;
}
.about-list i {
    color: var(--blue);
}
.services-grid {
    display: grid; grid-template-columns: repeat(4,1fr); gap: 17px;
}
.service-card {
    padding: 25px 22px; background: #ffffff; border: 1px solid var(--border); border-radius: 10px; transition: 0.3s ease;
}
.service-card:hover {
    transform: translateY(-5px); border-color: #C9DBF7; box-shadow: 0 15px 35px rgba(11,31,58,0.08);
}
.service-icon {
    width: 48px; height: 48px; border-radius: 9px; background: var(--blue-soft); color: var(--blue); display: flex; align-items: center; justify-content: center; font-size: 19px; margin-bottom: 18px;
}
.service-card h3 {
    color: var(--navy); font-family: "Manrope", sans-serif; font-size: 16px; margin-bottom: 7px;
}
.service-card p {
    color: var(--muted); font-size: 12px; line-height: 1.7;
}
.center-button {
    text-align: center; margin-top: 32px;
}
.why-grid {
    display: grid; grid-template-columns: repeat(3,1fr); gap: 19px;
}
.why-card {
    padding: 27px; background: #ffffff; border: 1px solid var(--border); border-radius: 10px; transition: 0.3s ease;
}
.why-card:hover {
    transform: translateY(-4px); box-shadow: 0 15px 35px rgba(11,31,58,0.07);
}
.why-card > i {
    color: var(--blue); font-size: 22px; margin-bottom: 16px;
}
.why-card h3 {
    color: var(--navy); font-family: "Manrope", sans-serif; font-size: 16px; margin-bottom: 7px;
}
.why-card p {
    color: var(--muted); font-size: 12px;
}
.branches-grid {
    display: grid; grid-template-columns: repeat(4,1fr); gap: 14px;
}
.branch-card {
    padding: 20px; display: flex; align-items: center; gap: 11px; background: #ffffff; border: 1px solid var(--border); border-radius: 9px; transition: 0.3s ease;
}
.branch-card:hover {
    transform: translateY(-3px); border-color: #BDD4F5;
}
.branch-card > i {
    color: var(--blue); font-size: 17px;
}
.branch-card strong {
    display: block; color: var(--navy); font-size: 13px;
}
.branch-card span {
    color: var(--muted); font-size: 10px;
}
.process-grid {
    display: grid; grid-template-columns: repeat(4,1fr); gap: 20px;
}
.process-card {
    text-align: center;
}
.process-number {
    width: 53px; height: 53px; margin: 0 auto 16px; border-radius: 50%; background: var(--navy); color: #ffffff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px;
}
.process-card h3 {
    color: var(--navy); font-size: 15px; margin-bottom: 6px;
}
.process-card p {
    color: var(--muted); font-size: 11px;
}
.cta-section {
    padding: 70px 0; background: var(--navy);
}
.cta-box {
    display: flex; align-items: center; justify-content: space-between; gap: 30px;
}
.cta-eyebrow {
    color: var(--blue-light);
}
.cta-box h2 {
    color: #ffffff; font-family: "Manrope", sans-serif; font-size: 37px; line-height: 1.2; margin-bottom: 7px;
}
.cta-box p {
    color: #B8C8DF; font-size: 13px;
}
footer {
    background: var(--navy-dark); color: #ffffff; padding-top: 60px;
}
.footer-grid {
    display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 42px; padding-bottom: 45px;
}
.footer-brand p {
    max-width: 300px; color: #91A2B9; font-size: 12px; line-height: 1.8; margin: 18px 0;
}
.footer-heading {
    color: #ffffff; font-family: "Manrope", sans-serif; font-size: 14px; margin-bottom: 18px;
}
.footer-links {
    list-style: none;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    color: #91A2B9; font-size: 12px; transition: 0.3s;
}
.footer-links a:hover {
    color: #ffffff;
}
.footer-contact {
    list-style: none;
}
.footer-contact li {
    display: flex; gap: 10px; margin-bottom: 12px; color: #91A2B9; font-size: 12px;
}
.footer-contact i {
    width: 16px; color: var(--blue-light); flex-shrink: 0;
}
.footer-social {
    display: flex; gap: 8px;
}
.footer-social a {
    width: 33px; height: 33px; border: 1px solid rgba(255,255,255,0.12); border-radius: 6px; display: flex; align-items: center; justify-content: center; color: #91A2B9; font-size: 12px; transition: 0.3s;
}
.footer-social a:hover {
    background: var(--blue); border-color: var(--blue); color: #ffffff;
}
.footer-bottom {
    padding: 19px 0; border-top: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #71839A; font-size: 10px;
}
@media (max-width: 1050px) {
    .nav-links {
        gap: 18px;
    }
    .hero-container {
        gap: 35px;
    }
    .hero h1 {
        font-size: 50px;
    }
    .services-grid {
        grid-template-columns: repeat(2,1fr);
    }
    .branches-grid {
        grid-template-columns: repeat(2,1fr);
    }
    .footer-grid {
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width: 768px) {
    .header {
        position: fixed; background: var(--navy);
    }
    .nav {
        height: 70px;
    }
    .menu-btn {
        display: block;
    }
    .nav-links {
        position: absolute; top: 70px; left: 0; width: 100%; padding: 10px 5% 18px; display: none; flex-direction: column; align-items: flex-start; gap: 0; background: var(--navy); box-shadow: 0 15px 25px rgba(0,0,0,0.15);
    }
    .nav-links.active {
        display: flex;
    }
    .nav-links li {
        width: 100%; border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .nav-links a {
        display: block; padding: 12px 0;
    }
    .nav-links .nav-cta {
        display: inline-block; margin: 8px 0 4px; padding: 10px 17px;
    }
    .hero {
        min-height: auto; padding: 115px 0 60px;
    }
    .hero-container {
        grid-template-columns: 1fr; gap: 40px;
    }
    .hero-content {
        max-width: 100%;
    }
    .hero h1 {
        font-size: 43px;
    }
    .hero-description {
        font-size: 14px;
    }
    .quote-card {
        max-width: 540px; margin: auto;
    }
    .trust-grid {
        grid-template-columns: repeat(2,1fr);
    }
    .trust-item:nth-child(2) {
        border-right: none;
    }
    .trust-item:nth-child(-n+2) {
        border-bottom: 1px solid var(--border);
    }
    .about-grid {
        grid-template-columns: 1fr; gap: 45px;
    }
    .about-image img {
        height: 390px;
    }
    .experience-box {
        right: 15px;
    }
    .why-grid {
        grid-template-columns: 1fr;
    }
    .process-grid {
        grid-template-columns: repeat(2,1fr); row-gap: 35px;
    }
    .cta-box {
        flex-direction: column; align-items: flex-start;
    }
    .cta-box h2 {
        font-size: 31px;
    }
}
@media (max-width: 520px) {
    .container {
        width: 90%;
    }
    .logo-icon {
        width: 39px; height: 39px; font-size: 17px;
    }
    .logo-text strong {
        font-size: 17px;
    }
    .logo-text span {
        font-size: 7px; letter-spacing: 1.3px;
    }
    .hero {
        padding-top: 110px; padding-bottom: 55px;
    }
    .hero h1 {
        font-size: 35px; letter-spacing: -1px;
    }
    .hero-description {
        font-size: 13px; line-height: 1.7;
    }
    .hero-buttons {
        flex-direction: column; align-items: stretch;
    }
    .btn {
        width: 100%;
    }
    .hero-points {
        flex-direction: column; align-items: flex-start; gap: 9px; margin-top: 25px;
    }
    .quote-card {
        padding: 21px 17px 17px;
    }
    .quote-header h2 {
        font-size: 22px;
    }
    .quote-header p {
        font-size: 10px;
    }
    .form-row {
        grid-template-columns: 1fr; gap: 0;
    }
    .form-control {
        height: 40px;
    }
    .trust-grid {
        grid-template-columns: 1fr;
    }
    .trust-item {
        justify-content: flex-start; border-right: none !important; border-bottom: 1px solid var(--border);
    }
    .trust-item:last-child {
        border-bottom: none;
    }
    .section {
        padding: 65px 0;
    }
    .services-grid {
        grid-template-columns: 1fr;
    }
    .branches-grid {
        grid-template-columns: 1fr;
    }
    .process-grid {
        grid-template-columns: 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr; gap: 30px;
    }
    .footer-bottom {
        flex-direction: column; align-items: flex-start;
    }
}
@media (max-width: 768px) {
    .logo {
        width: 240px; height: 55px;
    }
    .logo img {
        width: 240px; max-width: none;
    }
}
@media (max-width: 520px) {
    .logo {
        width: 210px; height: 50px;
    }
    .logo img {
        width: 210px;
    }
}
.trust-bar.trust-visible .trust-item {
    animation: trustItemReveal 0.7s ease forwards;
}
.trust-bar.trust-visible .trust-item:nth-child(1) {
    animation-delay: 0.1s;
}
.trust-bar.trust-visible .trust-item:nth-child(2) {
    animation-delay: 0.25s;
}
.trust-bar.trust-visible .trust-item:nth-child(3) {
    animation-delay: 0.4s;
}
.trust-bar.trust-visible .trust-item:nth-child(4) {
    animation-delay: 0.55s;
}
@keyframes trustItemReveal {
    0% {
        opacity: 0; transform: translateY(25px);
    }
    100% {
        opacity: 1; transform: translateY(0);
    }
}
.trust-bar.trust-visible .trust-icon {
    animation: trustIconPop 0.6s ease forwards,
            trustIconFloat 3s ease-in-out 1.5s infinite;
}
.trust-bar.trust-visible .trust-item:nth-child(1) .trust-icon {
    animation-delay: 0.35s;
}
.trust-bar.trust-visible .trust-item:nth-child(2) .trust-icon {
    animation-delay: 0.5s;
}
.trust-bar.trust-visible .trust-item:nth-child(3) .trust-icon {
    animation-delay: 0.65s;
}
.trust-bar.trust-visible .trust-item:nth-child(4) .trust-icon {
    animation-delay: 0.8s;
}
@keyframes trustIconPop {
    0% {
        opacity: 0; transform: scale(0.6) rotate(-8deg);
    }
    70% {
        transform: scale(1.08) rotate(2deg);
    }
    100% {
        opacity: 1; transform: scale(1) rotate(0);
    }
}
@keyframes trustIconFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}
.trust-item:hover {
    background: #F9FBFF; transform: translateY(-3px); z-index: 2;
}
.trust-item:hover .trust-icon {
    background: #DDEBFF; transform: scale(1.08);
}
.trust-item:hover strong {
    color: var(--blue);
}
@media (max-width: 768px) {
    .trust-item {
        transform: translateY(18px);
    }
}
@media (prefers-reduced-motion: reduce) {
    .trust-item, .trust-icon {
        animation: none !important; opacity: 1; transform: none;
    }
}
.ric-about-section {
    position: relative; padding: 110px 0 90px; background: #ffffff; overflow: hidden;
}
.ric-about-section::before {
    content: ""; position: absolute; width: 400px; height: 400px; left: -280px; top: 250px; border-radius: 50%; background: #f4f8ff; pointer-events: none;
}
.ric-about-section::after {
    content: ""; position: absolute; width: 350px; height: 350px; right: -250px; bottom: 80px; border-radius: 50%; background: #f5f8ff; pointer-events: none;
}
.ric-about-heading {
    position: relative; z-index: 2; width: min(1150px, 94%); margin: 0 auto 60px; text-align: center; transform: translateY(25px);
}
.ric-about-label {
    display: flex; align-items: center; justify-content: center; gap: 16px; color: #1769e0; font-size: 14px; font-weight: 800; letter-spacing: 4px; line-height: 1; margin-bottom: 20px;
}
.ric-about-label span {
    width: 45px; height: 2px; background: #1769e0; display: block; border-radius: 3px;
}
.ric-about-heading h2 {
    margin: 0 auto 18px; max-width: 1100px; color: #0b1f3a; font-family: "Manrope", sans-serif; font-size: clamp(46px, 5vw, 64px); font-weight: 800; line-height: 1.08; letter-spacing: -2px;
}
.ric-about-heading h2 strong {
    color: #1769e0; font-weight: 800;
}
.ric-about-heading p {
    max-width: 760px; margin: 0 auto; color: #667085; font-size: 16px; line-height: 1.7;
}
.ric-about-layout {
    position: relative; z-index: 2; display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 55px; align-items: center;
}
.ric-about-image-wrap {
    position: relative; padding: 0 18px 0 10px; transform: translateX(-40px);
}
.ric-about-image {
    width: 100%; height: 430px; border-radius: 16px; background: #eaf2ff; box-shadow: 0 18px 45px rgba(11,31,58,0.12); position: relative; min-height: 650px; overflow: hidden;
}
.ric-about-image img {
    width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform 0.8s ease;
}
.ric-about-image:hover img {
    transform: scale(1.025);
}
.ric-about-image::after {
    right: 0; bottom: 0; content: ""; position: absolute; z-index: 3; left: -15px; top: -10%; width: 5px; height: 120%; background: #1769e0; transform: rotate(7deg); box-shadow: 12px 0 0 rgba(23,105,224,0.25),
            24px 0 0 rgba(23,105,224,0.10); pointer-events: none;
}
.ric-safe-badge {
    position: absolute; z-index: 5; left: -3px; top: 25px; display: flex; align-items: center; gap: 9px; padding: 8px 14px 8px 8px; background: #ffffff; border: 1px solid #e5ebf4; border-radius: 9px; box-shadow: 0 12px 30px rgba(11,31,58,0.12); transition: transform 0.3s ease,
            box-shadow 0.3s ease;
}
.ric-safe-badge:hover {
    transform: translateY(-4px); box-shadow: 0 18px 35px rgba(11,31,58,0.17);
}
.ric-safe-icon {
    width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border-radius: 7px; background: #eaf2ff; color: #1769e0; font-size: 13px;
}
.ric-safe-badge strong {
    display: block; color: #0b1f3a; font-size: 9px;
}
.ric-safe-badge span {
    display: block; color: #7a8495; font-size: 7px; margin-top: 2px;
}
.ric-exp-badge {
    position: absolute; z-index: 5; right: -2px; bottom: 18px; display: flex; align-items: center; gap: 9px; min-width: 150px; padding: 11px 15px; border-radius: 9px; background: #0b1f3a; color: #ffffff; box-shadow: 0 16px 35px rgba(11,31,58,0.25); transition: transform 0.3s ease;
}
.ric-exp-badge:hover {
    transform: translateY(-5px);
}
.ric-exp-icon {
    width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #1769e0; font-size: 12px;
}
.ric-exp-badge strong {
    display: block; font-family: "Manrope", sans-serif; font-size: 25px; line-height: 1;
}
.ric-exp-badge span {
    display: block; color: #aebed2; font-size: 7px; margin-top: 3px;
}
.ric-about-right {
    max-width: 570px; transform: translateX(40px);
}
.ric-about-tag {
    display: flex; align-items: center; gap: 8px; color: #1769e0; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px;
}
.ric-tag-icon {
    width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 7px; background: #eaf2ff; color: #1769e0; font-size: 11px;
}
.ric-about-right h3 {
    color: #0b1f3a; font-family: "Manrope", sans-serif; font-size: clamp(31px, 3.5vw, 43px); line-height: 1.1; letter-spacing: -1px; margin-bottom: 16px;
}
.ric-about-right h3 span {
    color: #1769e0;
}
.ric-about-right > p {
    color: #667085; font-size: 11px; line-height: 1.75; margin-bottom: 9px;
}
.ric-about-right .ric-about-main-text {
    color: #344054; font-size: 12px;
}
.ric-about-features {
    display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 30px 0;
}
.ric-about-feature {
    display: flex; align-items: center; gap: 14px; min-height: 78px; padding: 14px 16px; background: #f8faff; border: 1px solid #e1e8f2; border-radius: 10px; transition: transform 0.3s ease,
            background 0.3s ease,
            border-color 0.3s ease,
            box-shadow 0.3s ease; opacity: 0; transform: translateY(12px);
}
.ric-about-feature:hover {
    transform: translateY(-4px); background: #ffffff; border-color: #c9dcf7; box-shadow: 0 12px 28px rgba(11, 31, 58, 0.09);
}
.ric-feature-icon {
    flex-shrink: 0;
}
.ric-about-feature:hover .ric-feature-icon {
    background: #1769e0; color: #ffffff; transform: scale(1.08);
}
.ric-about-feature strong {
    display: block; color: #0b1f3a; font-size: 14px; font-weight: 800; line-height: 1.3; margin-bottom: 5px;
}
.ric-about-feature span {
    display: block; color: #667085; font-size: 11px; font-weight: 400; line-height: 1.5;
}
@media (min-width: 1200px) {
    .ric-about-feature {
        min-height: 82px; padding: 15px 17px;
    }
    .ric-feature-icon {
        width: 48px; height: 48px; font-size: 18px;
    }
    .ric-about-feature strong {
        font-size: 14px;
    }
    .ric-about-feature span {
        font-size: 11px;
    }
}
@media (max-width: 900px) {
    .ric-about-features {
        gap: 12px;
    }
    .ric-about-feature {
        min-height: 72px; padding: 12px;
    }
    .ric-feature-icon {
        width: 42px; height: 42px; font-size: 15px;
    }
    .ric-about-feature strong {
        font-size: 12px;
    }
    .ric-about-feature span {
        font-size: 10px;
    }
}
@media (max-width: 520px) {
    .ric-about-features {
        margin: 24px 0;
    }
    .ric-about-feature {
        min-height: 68px; padding: 12px 13px;
    }
    .ric-feature-icon {
        width: 40px; height: 40px; font-size: 14px;
    }
    .ric-about-feature strong {
        font-size: 12px;
    }
    .ric-about-feature span {
        font-size: 9px;
    }
}
.ric-about-button::before {
    content: ""; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(
                90deg,
                transparent,
                rgba(255,255,255,0.22),
                transparent
            ); transform: skewX(-20deg); transition: left 0.6s ease;
}
.ric-about-button:hover {
    transform: translateY(-3px); background: #0f5bc7; box-shadow: 0 12px 25px rgba(23,105,224,0.28);
}
.ric-about-button:hover::before {
    left: 140%;
}
.ric-about-button i {
    transition: transform 0.3s ease;
}
.ric-about-button:hover i {
    transform: translateX(5px);
}
.ric-about-stats {
    position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 45px; background: #ffffff; border: 1px solid #e4eaf2; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(11,31,58,0.06); transform: translateY(25px);
}
.ric-about-stat {
    display: flex; align-items: center; justify-content: center; gap: 11px; min-height: 78px; padding: 12px; border-right: 1px solid #e4eaf2; transition: background 0.3s ease,
            transform 0.3s ease;
}
.ric-about-stat:last-child {
    border-right: none;
}
.ric-about-stat:hover {
    background: #f8fbff; transform: translateY(-2px);
}
.ric-stat-icon {
    width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; border-radius: 8px; background: #1769e0; color: #ffffff; font-size: 12px; box-shadow: 0 7px 16px rgba(23,105,224,0.18);
}
.ric-about-stat strong {
    display: block; color: #0b1f3a; font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.1;
}
.ric-about-stat > div:last-child > span {
    display: block; color: #7a8495; font-size: 7px; margin-top: 3px;
}
.ric-about-heading, .ric-about-image-wrap, .ric-about-right, .ric-about-stats {
    opacity: 0; transition: opacity 0.8s ease,
            transform 0.8s ease;
}
.ric-about-section.ric-about-visible .ric-about-heading, .ric-about-section.ric-about-visible .ric-about-image-wrap, .ric-about-section.ric-about-visible .ric-about-right, .ric-about-section.ric-about-visible .ric-about-stats {
    opacity: 1; transform: translate(0);
}
.ric-about-visible .ric-about-feature:nth-child(1) {
    animation: featureReveal 0.5s ease 0.35s forwards;
}
.ric-about-visible .ric-about-feature:nth-child(2) {
    animation: featureReveal 0.5s ease 0.45s forwards;
}
.ric-about-visible .ric-about-feature:nth-child(3) {
    animation: featureReveal 0.5s ease 0.55s forwards;
}
.ric-about-visible .ric-about-feature:nth-child(4) {
    animation: featureReveal 0.5s ease 0.65s forwards;
}
@keyframes featureReveal {
    to {
        opacity: 1; transform: translateY(0);
    }
}
@media (max-width: 768px) {
    .ric-about-section {
        padding: 70px 0 60px;
    }
    .ric-about-layout {
        grid-template-columns: 1fr; gap: 45px;
    }
    .ric-about-image {
        height: 400px;
    }
    .ric-about-right {
        max-width: 100%;
    }
    .ric-about-stats {
        margin-top: 40px;
    }
}
@media (max-width: 520px) {
    .ric-about-heading h2 br {
        display: none;
    }
    .ric-about-layout {
        width: 90%;
    }
    .ric-about-image-wrap {
        padding-right: 8px;
    }
    .ric-about-image {
        height: 330px; border-radius: 12px;
    }
    .ric-safe-badge {
        left: -4px; top: 14px;
    }
    .ric-exp-badge {
        right: 0; bottom: 13px;
    }
    .ric-about-right h3 {
        font-size: 29px;
    }
    .ric-about-right > p {
        font-size: 11px;
    }
    .ric-about-features {
        grid-template-columns: 1fr; gap: 6px;
    }
    .ric-about-button {
        width: 100%;
    }
    .ric-about-stats {
        width: 90%; grid-template-columns: 1fr;
    }
    .ric-about-stat {
        justify-content: flex-start; border-right: none; border-bottom: 1px solid #e4eaf2;
    }
    .ric-about-stat:last-child {
        border-bottom: none;
    }
}
@media (max-width: 520px) {
    .ric-about-section {
        padding: 70px 0 60px;
    }
    .ric-about-heading {
        width: 92%; margin-bottom: 40px;
    }
    .ric-about-label {
        font-size: 10px; letter-spacing: 3px; gap: 9px; margin-bottom: 15px;
    }
    .ric-about-label span {
        width: 25px; height: 1px;
    }
    .ric-about-heading h2 {
        font-size: 32px; line-height: 1.12; letter-spacing: -0.9px;
    }
    .ric-about-heading p {
        font-size: 12px; line-height: 1.65;
    }
}
.ric-services-section {
    position: relative; overflow: hidden; padding: 45px 0 95px; background: #f5f8fc;
}
.ric-services-section::before {
    content: ""; position: absolute; width: 420px; height: 420px; left: -280px; top: 120px; border-radius: 50%; background: #eaf2ff; pointer-events: none;
}
.ric-services-section::after {
    content: ""; position: absolute; width: 350px; height: 350px; right: -230px; bottom: 50px; border-radius: 50%; background: #eaf2ff; pointer-events: none;
}
.ric-services-heading {
    position: relative; z-index: 2; max-width: 850px; margin: 0 auto 50px; text-align: center; opacity: 0; transform: translateY(35px); transition: opacity 0.8s ease,
            transform 0.8s ease;
}
.ric-services-label {
    justify-content: center; display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #3d96ff; font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase;
}
.ric-services-label span {
    border-radius: 3px; width: 32px; height: 2px; background: #1769e0;
}
.ric-services-heading h2 {
    margin: 0 0 15px; color: #0b1f3a; font-family: "Manrope", sans-serif; font-size: clamp(42px, 5vw, 58px); line-height: 1.08; letter-spacing: -1.8px; font-weight: 800;
}
.ric-services-heading h2 strong {
    color: #1769e0;
}
.ric-services-heading p {
    max-width: 680px; margin: auto; color: #667085; font-size: 15px; line-height: 1.7;
}
.ric-services-grid {
    position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.ric-service-card {
    min-height: 310px; padding: 30px 25px; display: flex; flex-direction: column; opacity: 0; transform: translateY(30px); position: relative; overflow: hidden; border: 1px solid #dfe7f0; border-radius: 16px; background: #ffffff; box-shadow: 0 8px 30px rgba(7,23,43,0.05); transition: transform 0.3s ease,
            box-shadow 0.3s ease,
            border-color 0.3s ease;
}
.ric-service-card::before {
    content: ""; position: absolute; left: 0; top: 0; width: 0; height: 3px; background: #1769e0; transition: width 0.4s ease;
}
.ric-service-card:hover {
    transform: translateY(-6px); border-color: rgba(23,105,224,0.35); box-shadow: 0 18px 45px rgba(7,23,43,0.10);
}
.ric-service-card:hover::before {
    width: 100%;
}
.ric-service-icon {
    transition: background 0.35s ease,
            color 0.35s ease,
            transform 0.35s ease; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 17px; color: #1769e0; background: #edf4ff; border: 1px solid #dceaff; border-radius: 9px; font-size: 16px;
}
.ric-service-card:hover .ric-service-icon {
    background: #1769e0; color: #ffffff; transform: scale(1.08) rotate(-3deg);
}
.ric-service-card h3 {
    margin: 0 0 12px; color: #0b1f3a; font-family: "Manrope", sans-serif; font-size: 19px; font-weight: 800; line-height: 1.3;
}
.ric-service-card p {
    margin: 0; color: #667085; font-size: 13px; line-height: 1.7;
}
.ric-service-link {
    margin-top: auto; padding-top: 25px; transition: color 0.3s ease,
            gap 0.3s ease; display: inline-flex; align-items: center; gap: 8px; color: #1769e0; font-size: 10px; font-weight: 800; letter-spacing: 0.5px; text-decoration: none; text-transform: uppercase;
}
.ric-service-link i {
    font-size: 9px; transition: transform 0.25s ease;
}
.ric-service-card:hover .ric-service-link {
    gap: 12px; color: #0f5bc7;
}
.ric-service-card:hover .ric-service-link i {
    transform: translateX(5px);
}
.ric-services-section.services-visible .ric-services-heading {
    opacity: 1; transform: translateY(0);
}
.ric-services-section.services-visible .ric-service-card {
    opacity: 1; transform: translateY(0);
}
.ric-services-section.services-visible .ric-service-card:nth-child(1) {
    transition-delay: 0.15s;
}
.ric-services-section.services-visible .ric-service-card:nth-child(2) {
    transition-delay: 0.30s;
}
.ric-services-section.services-visible .ric-service-card:nth-child(3) {
    transition-delay: 0.45s;
}
.ric-services-section.services-visible .ric-service-card:nth-child(4) {
    transition-delay: 0.60s;
}
.ric-services-button-wrap {
    position: relative; z-index: 2; opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease 0.75s,
            transform 0.7s ease 0.75s;
}
.ric-services-section.services-visible .ric-services-button-wrap {
    opacity: 1; transform: translateY(0);
}
.ric-view-services:hover {
    gap: 15px; box-shadow: 0 15px 30px rgba(23,105,224,0.28);
}
@media (max-width: 1000px) {
    .ric-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .ric-services-section {
        padding: 70px 0 65px;
    }
    .ric-services-heading {
        width: 92%; margin-bottom: 35px;
    }
    .ric-services-label {
        font-size: 9px; letter-spacing: 2.5px;
    }
    .ric-services-label span {
        width: 25px;
    }
    .ric-services-heading h2 {
        font-size: 32px; letter-spacing: -0.8px;
    }
    .ric-services-heading p {
        font-size: 12px;
    }
    .ric-services-grid {
        width: 92%; margin: auto; grid-template-columns: 1fr; gap: 14px;
    }
    .ric-service-card {
        min-height: 270px; padding: 25px 22px;
    }
    .ric-service-icon {
        width: 52px; height: 52px; margin-bottom: 20px;
    }
    .ric-service-card h3 {
        font-size: 18px;
    }
    .ric-service-card p {
        font-size: 12px;
    }
    .ric-view-services {
        font-size: 12px;
    }
}
.ric-why-section {
    box-sizing: border-box;
}
.ric-why-section::before {
    content: ""; position: absolute; width: 280px; height: 280px; top: -150px; left: -120px; background: #e7f0ff; border-radius: 50%; pointer-events: none;
}
.ric-why-section::after {
    content: ""; position: absolute; width: 260px; height: 260px; right: -130px; bottom: -150px; background: #e8f1ff; border-radius: 50%; pointer-events: none;
}
.ric-why-heading {
    position: relative; z-index: 2; opacity: 0; transform: translateY(35px); transition: opacity 0.8s ease,
            transform 0.8s ease; max-width: 850px; margin-bottom: 42px; width: 100%; margin: 0 auto 38px !important;
}
.ric-why-label {
    display: flex; align-items: center; justify-content: center; gap: 11px; margin-bottom: 16px; color: #1769e0; font-size: 12px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase;
}
.ric-why-label span {
    border-radius: 3px; width: 34px; height: 2px; background: #1769e0;
}
.ric-why-heading h2 {
    width: 100%; margin: 0 auto 12px !important; font-family: "Manrope", sans-serif; font-size: 52px; font-weight: 800; line-height: 1.05; letter-spacing: -2px; text-align: center;
}
.ric-why-heading h2 strong {
    font-weight: 800;
}
.ric-why-heading p {
    width: 100%; max-width: 650px; margin: 0 auto !important; font-size: 13px; line-height: 1.7; text-align: center;
}
.ric-why-grid {
    position: relative; z-index: 2; width: 100% !important; max-width: 1000px !important; margin: 0 auto !important; padding: 0 !important; display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 18px !important; box-sizing: border-box;
}
.ric-why-card {
    opacity: 0; transform: translateY(30px); min-width: 0 !important; transition: transform 0.3s ease,
            box-shadow 0.3s ease,
            border-color 0.3s ease; width: 100% !important; height: 130px !important; min-height: 130px !important; max-height: 130px !important; margin: 0 !important; padding: 20px !important; box-sizing: border-box; display: flex; align-items: center; gap: 16px; position: relative; background: #ffffff; border: 1px solid #dbe6f3; border-radius: 15px; box-shadow: 0 10px 30px rgba(7, 23, 43, 0.05); overflow: hidden;
}
.ric-why-card::before {
    content: ""; position: absolute; top: 0; left: 0; width: 0; height: 3px; background: #1769e0; transition: width 0.4s ease;
}
.ric-why-card:hover::before {
    width: 100%;
}
.ric-why-card:hover {
    background: #ffffff; transform: translateY(-5px); border-color: #c5d9f3; box-shadow: 0 18px 38px rgba(7, 23, 43, 0.09);
}
.ric-why-icon {
    transition: background 0.3s ease,
            color 0.3s ease; flex-shrink: 0; flex: 0 0 46px; width: 46px !important; height: 46px !important; display: flex; align-items: center; justify-content: center; color: #1769e0; background: #edf4ff; border: 1px solid #d7e7ff; border-radius: 10px; font-size: 16px;
}
.ric-why-card:hover .ric-why-icon {
    transform: scale(1.08); box-shadow: 0 9px 20px rgba(23,105,224,0.22); color: #ffffff; background: #1769e0; border-color: #1769e0;
}
.ric-why-content {
    padding-top: 2px;
}
.ric-why-content h3 {
    font-family: "Manrope", sans-serif;
}
.ric-why-content p {
    margin: 0; color: #667085; font-size: 12px; line-height: 1.65;
}
.ric-why-section.ric-why-visible .ric-why-heading {
    opacity: 1; transform: translateY(0);
}
.ric-why-section.ric-why-visible .ric-why-card:nth-child(1) {
    opacity: 1; transform: translateY(0); transition-delay: 0.15s;
}
.ric-why-section.ric-why-visible .ric-why-card:nth-child(2) {
    opacity: 1; transform: translateY(0); transition-delay: 0.30s;
}
.ric-why-section.ric-why-visible .ric-why-card:nth-child(3) {
    opacity: 1; transform: translateY(0); transition-delay: 0.45s;
}
.ric-why-section.ric-why-visible .ric-why-card:nth-child(4) {
    opacity: 1; transform: translateY(0); transition-delay: 0.60s;
}
.ric-why-section.ric-why-visible .ric-why-card:nth-child(5) {
    opacity: 1; transform: translateY(0); transition-delay: 0.75s;
}
.ric-why-section.ric-why-visible .ric-why-card:nth-child(6) {
    opacity: 1; transform: translateY(0); transition-delay: 0.90s;
}
@media (max-width: 600px) {
    .ric-why-heading {
        width: 92%; margin-bottom: 35px;
    }
    .ric-why-label {
        font-size: 9px; letter-spacing: 2.5px;
    }
    .ric-why-label span {
        width: 25px;
    }
    .ric-why-heading h2 {
        font-size: 32px; letter-spacing: -0.8px;
    }
    .ric-why-heading p {
        font-size: 12px;
    }
    .ric-why-grid {
        width: 92%; margin: auto; grid-template-columns: 1fr; gap: 12px;
    }
    .ric-why-card {
        min-height: 155px; padding: 22px 19px; gap: 14px;
    }
    .ric-why-icon {
        width: 45px; height: 45px; font-size: 17px;
    }
    .ric-why-content h3 {
        margin-bottom: 7px;
    }
    .ric-why-content p {
        font-size: 11px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ric-why-heading, .ric-why-card {
        opacity: 1 !important; transform: none !important; transition: none !important;
    }
}
.ric-branches-section {
    position: relative; padding: 90px 0; overflow: hidden; background: #f5f8fc;
}
.ric-branches-section::before {
    content: ""; position: absolute; width: 360px; height: 360px; left: -230px; top: 40px; border-radius: 50%; background: #e9f1ff; pointer-events: none;
}
.ric-branches-section::after {
    content: ""; position: absolute; width: 300px; height: 300px; right: -190px; bottom: -170px; border-radius: 50%; background: #e9f1ff; pointer-events: none;
}
.ric-branches-heading {
    position: relative; z-index: 2; opacity: 0; transform: translateY(35px); transition: opacity 0.8s ease,
            transform 0.8s ease; max-width: 780px; margin: 0 auto 55px; text-align: center;
}
.ric-branches-label {
    display: flex; align-items: center; justify-content: center; gap: 11px; margin-bottom: 14px; color: #1769e0; font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase;
}
.ric-branches-label span {
    border-radius: 3px; width: 38px; height: 2px; background: #1769e0;
}
.ric-branches-heading h2 {
    margin: 0 0 15px; color: #07172b; font-family: "Manrope", sans-serif; font-size: clamp(38px, 4.5vw, 54px); font-weight: 800; line-height: 1.08; letter-spacing: -1.8px;
}
.ric-branches-heading h2 strong {
    color: #1769e0;
}
.ric-branches-heading p {
    max-width: 620px; margin: 0 auto; color: #68788c; font-size: 14px; line-height: 1.7;
}
.ric-branches-grid {
    position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px;
}
.ric-branch-card {
    opacity: 0; transform: translateY(30px); flex-direction: column; min-height: 275px; overflow: hidden; position: absolute; z-index: 10; display: flex; align-items: center; gap: 10px; min-width: 145px; padding: 10px 13px; background: rgba(7,28,51,.94); border: 1px solid #28557f; border-radius: 11px; box-shadow: 0 12px 30px rgba(0,0,0,.20); backdrop-filter: blur(8px); transition: transform .3s ease,
            border-color .3s ease;
}
.ric-branch-card::before {
    content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: #1769e0; transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease;
}
.ric-branch-card:hover::before {
    width: 100%; transform: scaleX(1);
}
.ric-branch-card:hover {
    box-shadow: 0 18px 40px rgba(7, 23, 43, 0.09); transform: translateY(-5px); border-color: #2580ff;
}
.ric-branch-icon {
    margin-bottom: 23px; display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; color: #1769e0; font-size: 17px; border: 1px solid #dceaff; border-radius: 10px; background: #edf4ff; transition: background 0.3s ease,
            color 0.3s ease;
}
.ric-branch-card:hover .ric-branch-icon {
    transform: scale(1.08); box-shadow: 0 9px 20px rgba(23,105,224,0.22); color: #ffffff; background: #1769e0; border-color: #1769e0;
}
.ric-branch-content h3 {
    margin: 0 0 6px; color: #0b1f3a; font-family: "Manrope", sans-serif; font-size: 18px; font-weight: 800; line-height: 1.3;
}
.ric-branch-content span {
    display: block; color: #667085; font-size: 11px; line-height: 1.5;
}
.ric-branch-link {
    display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 20px; color: #1769e0; font-size: 11px; font-weight: 800; transition: gap 0.3s ease,
            color 0.3s ease;
}
.ric-branch-link i {
    font-size: 9px; transition: transform 0.3s ease;
}
.ric-branch-card:hover .ric-branch-link {
    gap: 12px; color: #0f5bc7;
}
.ric-branch-card:hover .ric-branch-link i {
    transform: translateX(4px);
}
.ric-branches-section.ric-branches-visible .ric-branches-heading {
    opacity: 1; transform: translateY(0);
}
.ric-branches-section.ric-branches-visible .ric-branch-card:nth-child(1) {
    opacity: 1; transform: translateY(0); transition-delay: 0.15s;
}
.ric-branches-section.ric-branches-visible .ric-branch-card:nth-child(2) {
    opacity: 1; transform: translateY(0); transition-delay: 0.30s;
}
.ric-branches-section.ric-branches-visible .ric-branch-card:nth-child(3) {
    opacity: 1; transform: translateY(0); transition-delay: 0.45s;
}
.ric-branches-section.ric-branches-visible .ric-branch-card:nth-child(4) {
    opacity: 1; transform: translateY(0); transition-delay: 0.60s;
}
.ric-branches-section.ric-branches-visible .ric-branch-card:nth-child(5) {
    opacity: 1; transform: translateY(0); transition-delay: 0.75s;
}
.ric-branches-button-wrap {
    position: relative; z-index: 2; display: flex; justify-content: center; margin-top: 40px; opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease 0.9s,
            transform 0.7s ease 0.9s;
}
.ric-branches-section.ric-branches-visible .ric-branches-button-wrap {
    opacity: 1; transform: translateY(0);
}
.ric-view-branches {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 23px; border-radius: 7px; background: #1769e0; color: #ffffff; font-size: 13px; font-weight: 800; box-shadow: 0 10px 25px rgba(23,105,224,0.18); transition: transform 0.3s ease,
            background 0.3s ease,
            box-shadow 0.3s ease,
            gap 0.3s ease;
}
.ric-view-branches:hover {
    transform: translateY(-4px); background: #0f5bc7; gap: 14px; box-shadow: 0 15px 30px rgba(23,105,224,0.28);
}
.ric-view-branches i {
    transition: transform 0.3s ease;
}
.ric-view-branches:hover i {
    transform: translateX(4px);
}
@media (max-width: 1100px) {
    .ric-branches-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 750px) {
    .ric-branches-grid {
        grid-template-columns: repeat(2, 1fr); gap: 14px;
    }
}
@media (max-width: 520px) {
    .ric-branches-section {
        padding: 70px 0 65px;
    }
    .ric-branches-heading {
        width: 92%; margin-bottom: 35px;
    }
    .ric-branches-label {
        font-size: 9px; letter-spacing: 2.5px;
    }
    .ric-branches-label span {
        width: 25px;
    }
    .ric-branches-heading h2 {
        font-size: 32px; letter-spacing: -0.8px;
    }
    .ric-branches-heading p {
        font-size: 12px;
    }
    .ric-branches-grid {
        width: 92%; margin: auto; grid-template-columns: 1fr; gap: 12px;
    }
    .ric-branch-card {
        min-height: 195px; padding: 22px;
    }
    .ric-branch-icon {
        width: 48px; height: 48px; font-size: 17px; margin-bottom: 18px;
    }
    .ric-branch-content h3 {
        font-size: 17px;
    }
    .ric-branch-content span {
        font-size: 10px;
    }
    .ric-branch-link {
        font-size: 10px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ric-branches-heading, .ric-branch-card, .ric-branches-button-wrap {
        opacity: 1 !important; transform: none !important; transition: none !important;
    }
}
.ric-testimonials-section {
    position: relative; padding: 100px 0 90px; background: #f5f8fc; overflow: hidden;
}
.ric-testimonials-section::before {
    content: ""; position: absolute; width: 400px; height: 400px; left: -280px; top: 100px; border-radius: 50%; background: #eaf2ff; pointer-events: none;
}
.ric-testimonials-section::after {
    content: ""; position: absolute; width: 350px; height: 350px; right: -240px; bottom: 40px; border-radius: 50%; background: #eaf2ff; pointer-events: none;
}
.ric-testimonials-heading {
    position: relative; z-index: 2; max-width: 850px; margin: 0 auto 50px; text-align: center; opacity: 0; transform: translateY(35px); transition: opacity 0.8s ease,
            transform 0.8s ease;
}
.ric-testimonials-label {
    display: flex; align-items: center; justify-content: center; gap: 13px; color: #1769e0; font-size: 12px; font-weight: 800; letter-spacing: 3px; margin-bottom: 16px;
}
.ric-testimonials-label span {
    width: 38px; height: 2px; border-radius: 3px; background: #1769e0;
}
.ric-testimonials-heading h2 {
    margin: 0 0 15px; color: #0b1f3a; font-family: "Manrope", sans-serif; font-size: clamp(42px, 5vw, 58px); line-height: 1.08; letter-spacing: -1.8px; font-weight: 800;
}
.ric-testimonials-heading h2 strong {
    color: #1769e0;
}
.ric-testimonials-heading p {
    max-width: 680px; margin: auto; color: #667085; font-size: 15px; line-height: 1.7;
}
.ric-testimonials-grid {
    position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.ric-testimonial-card {
    position: relative; padding: 28px 27px; min-height: 280px; display: flex; flex-direction: column; background: #ffffff; border: 1px solid #dfe7f1; border-radius: 15px; box-shadow: 0 8px 25px rgba(11,31,58,0.04); overflow: hidden; opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease,
            transform 0.7s ease;
}
.ric-testimonial-card::before {
    content: ""; position: absolute; left: 0; top: 0; width: 0; height: 3px; background: #1769e0; transition: width 0.4s ease;
}
.ric-testimonial-card:hover::before {
    width: 100%;
}
.ric-testimonial-card:hover {
    transform: translateY(-7px); border-color: #c5d9f5; box-shadow: 0 18px 40px rgba(11,31,58,0.09);
}
.ric-testimonial-top {
    display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px;
}
.ric-testimonial-quote {
    width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 9px; background: #eaf2ff; color: #1769e0; font-size: 15px;
}
.ric-testimonial-stars {
    display: flex; gap: 3px; color: #1769e0; font-size: 11px;
}
.ric-testimonial-text {
    margin: 0; color: #475467; font-size: 14px; line-height: 1.8;
}
.ric-testimonial-author {
    display: flex; align-items: center; gap: 11px; margin-top: auto; padding-top: 25px;
}
.ric-author-avatar {
    width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #1769e0; color: #ffffff; font-size: 15px; font-weight: 800;
}
.ric-testimonial-author strong {
    display: block; color: #0b1f3a; font-size: 13px; font-weight: 800; margin-bottom: 3px;
}
.ric-testimonial-author span {
    display: block; color: #7a8495; font-size: 10px;
}
.ric-testimonials-bottom {
    position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 40px; opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease 0.8s,
            transform 0.7s ease 0.8s;
}
.ric-testimonials-bottom p {
    margin: 0; color: #667085; font-size: 12px;
}
.ric-review-button {
    display: inline-flex; align-items: center; gap: 9px; min-height: 45px; padding: 0 18px; border-radius: 7px; background: #1769e0; color: #ffffff; font-size: 11px; font-weight: 800; transition: transform 0.3s ease,
            background 0.3s ease,
            box-shadow 0.3s ease,
            gap 0.3s ease;
}
.ric-review-button:hover {
    transform: translateY(-3px); background: #0f5bc7; gap: 12px; box-shadow: 0 12px 25px rgba(23,105,224,0.25);
}
.ric-review-button i:last-child {
    transition: transform 0.3s ease;
}
.ric-review-button:hover i:last-child {
    transform: translateX(4px);
}
.ric-testimonials-section.ric-testimonials-visible .ric-testimonials-heading {
    opacity: 1; transform: translateY(0);
}
.ric-testimonials-section.ric-testimonials-visible .ric-testimonial-card:nth-child(1) {
    opacity: 1; transform: translateY(0); transition-delay: 0.15s;
}
.ric-testimonials-section.ric-testimonials-visible .ric-testimonial-card:nth-child(2) {
    opacity: 1; transform: translateY(0); transition-delay: 0.30s;
}
.ric-testimonials-section.ric-testimonials-visible .ric-testimonial-card:nth-child(3) {
    opacity: 1; transform: translateY(0); transition-delay: 0.45s;
}
.ric-testimonials-section.ric-testimonials-visible .ric-testimonials-bottom {
    opacity: 1; transform: translateY(0);
}
@media (max-width: 850px) {
    .ric-testimonials-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .ric-testimonials-section {
        padding: 70px 0 65px;
    }
    .ric-testimonials-heading {
        width: 92%; margin-bottom: 35px;
    }
    .ric-testimonials-label {
        font-size: 9px; letter-spacing: 2.5px;
    }
    .ric-testimonials-label span {
        width: 25px;
    }
    .ric-testimonials-heading h2 {
        font-size: 32px; letter-spacing: -0.8px;
    }
    .ric-testimonials-heading p {
        font-size: 12px;
    }
    .ric-testimonials-grid {
        width: 92%; margin: auto; grid-template-columns: 1fr; gap: 14px;
    }
    .ric-testimonial-card {
        min-height: 250px; padding: 23px 20px;
    }
    .ric-testimonial-text {
        font-size: 12px;
    }
    .ric-testimonials-bottom {
        width: 92%; margin-left: auto; margin-right: auto; flex-direction: column; gap: 14px; text-align: center;
    }
    .ric-review-button {
        width: 100%; justify-content: center;
    }
}
.ric-process-section {
    position: relative; padding: 105px 0 100px; background: #ffffff; overflow: hidden;
}
.ric-process-section::before {
    content: ""; position: absolute; width: 380px; height: 380px; left: -280px; top: 120px; border-radius: 50%; background: #f2f6fd; pointer-events: none;
}
.ric-process-section::after {
    content: ""; position: absolute; width: 320px; height: 320px; right: -220px; bottom: 40px; border-radius: 50%; background: #f2f6fd; pointer-events: none;
}
.ric-process-heading {
    position: relative; z-index: 2; max-width: 850px; margin: 0 auto 65px; text-align: center; opacity: 0; transform: translateY(35px); transition: opacity 0.8s ease,
            transform 0.8s ease;
}
.ric-process-label {
    display: flex; align-items: center; justify-content: center; gap: 13px; color: #1769e0; font-size: 12px; font-weight: 800; letter-spacing: 3px; margin-bottom: 16px;
}
.ric-process-label span {
    width: 38px; height: 2px; background: #1769e0; border-radius: 3px;
}
.ric-process-heading h2 {
    margin: 0 0 15px; color: #0b1f3a; font-family: "Manrope", sans-serif; font-size: clamp(42px, 5vw, 58px); line-height: 1.08; letter-spacing: -1.8px; font-weight: 800;
}
.ric-process-heading h2 strong {
    color: #1769e0;
}
.ric-process-heading p {
    max-width: 680px; margin: auto; color: #667085; font-size: 15px; line-height: 1.7;
}
.ric-process-wrapper {
    position: relative; z-index: 2;
}
.ric-process-grid {
    position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px;
}
.ric-process-line {
    position: absolute; top: 27px; left: 12.5%; width: 75%; height: 2px; background: #dce6f3; z-index: 0; overflow: hidden;
}
.ric-process-line span {
    position: absolute; left: 0; top: 0; width: 0; height: 100%; background: #1769e0; transition: width 1.5s ease;
}
.ric-process-step {
    position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease,
            transform 0.7s ease;
}
.ric-process-number {
    width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; border-radius: 50%; background: #0b1f3a; color: #ffffff; border: 5px solid #ffffff; box-shadow: 0 5px 18px rgba(11,31,58,0.12); transition: background 0.35s ease,
            transform 0.35s ease,
            box-shadow 0.35s ease;
}
.ric-process-number span {
    font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 800;
}
.ric-process-step:hover .ric-process-number {
    background: #1769e0; transform: scale(1.1); box-shadow: 0 10px 25px rgba(23,105,224,0.25);
}
.ric-process-content {
    max-width: 250px;
}
.ric-process-content h3 {
    margin: 0 0 9px; color: #0b1f3a; font-family: "Manrope", sans-serif; font-size: 18px; font-weight: 800; line-height: 1.3;
}
.ric-process-content p {
    margin: 0; color: #667085; font-size: 12px; line-height: 1.65;
}
.ric-process-section.ric-process-visible .ric-process-heading {
    opacity: 1; transform: translateY(0);
}
.ric-process-section.ric-process-visible .ric-process-line span {
    width: 100%;
}
.ric-process-section.ric-process-visible .ric-process-step:nth-child(1) {
    opacity: 1; transform: translateY(0); transition-delay: 0.20s;
}
.ric-process-section.ric-process-visible .ric-process-step:nth-child(2) {
    opacity: 1; transform: translateY(0); transition-delay: 0.45s;
}
.ric-process-section.ric-process-visible .ric-process-step:nth-child(3) {
    opacity: 1; transform: translateY(0); transition-delay: 0.70s;
}
.ric-process-section.ric-process-visible .ric-process-step:nth-child(4) {
    opacity: 1; transform: translateY(0); transition-delay: 0.95s;
}
@media (max-width: 850px) {
    .ric-process-section {
        padding: 80px 0;
    }
    .ric-process-grid {
        grid-template-columns: repeat(2, 1fr); gap: 45px 25px;
    }
    .ric-process-line {
        display: none;
    }
}
@media (max-width: 600px) {
    .ric-process-section {
        padding: 70px 0 65px;
    }
    .ric-process-heading {
        width: 92%; margin-bottom: 40px;
    }
    .ric-process-label {
        font-size: 9px; letter-spacing: 2.5px;
    }
    .ric-process-label span {
        width: 25px;
    }
    .ric-process-heading h2 {
        font-size: 32px; letter-spacing: -0.8px;
    }
    .ric-process-heading p {
        font-size: 12px;
    }
    .ric-process-grid {
        width: 92%; margin: auto; grid-template-columns: 1fr; gap: 35px;
    }
    .ric-process-step {
        align-items: flex-start; text-align: left; flex-direction: row; gap: 16px;
    }
    .ric-process-number {
        width: 50px; height: 50px; flex-shrink: 0; margin-bottom: 0;
    }
    .ric-process-content {
        max-width: none; padding-top: 5px;
    }
    .ric-process-content h3 {
        font-size: 16px;
    }
    .ric-process-content p {
        font-size: 11px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ric-process-heading, .ric-process-step {
        opacity: 1 !important; transform: none !important; transition: none !important;
    }
    .ric-process-line span {
        width: 100% !important; transition: none !important;
    }
}
.ric-footer {
    position: relative; background: #071a32; color: #ffffff; overflow: hidden;
}
.ric-footer-main {
    position: relative; width: 100%; display: block; padding: 70px 0 60px; background: #071a32;
}
.ric-footer-main::before {
    content: ""; position: absolute; width: 500px; height: 500px; right: -300px; top: -250px; border-radius: 50%; background: rgba(23, 105, 224, 0.07); pointer-events: none;
}
.ric-footer-container {
    align-items: start; width: 90%; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr
            0.8fr
            1fr
            1.2fr; gap: 50px;
}
.ric-footer-brand {
    width: 100%; padding-right: 50px; display: block; max-width: 330px;
}
.ric-footer-links, .ric-footer-contact {
    width: 100%;
}
.ric-footer-logo {
    align-items: center; width: 220px; height: auto; object-fit: contain; object-position: left center; transform: scale(1.65); transform-origin: left center; margin-bottom: 20px; display: block; max-height: 110px;
}
.ric-footer-logo img {
    display: block; width: 235px; height: auto; max-height: 75px; object-fit: contain; object-position: left center;
}
.ric-footer-brand p {
    margin: 0; color: #aebdce; font-size: 13px; line-height: 1.8;
}
.ric-footer-social {
    display: flex; align-items: center; gap: 9px; margin-top: 25px;
}
.ric-footer-social a {
    font-size: 13px; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; color: #ffffff; text-decoration: none; transition: 0.3s ease;
}
.ric-footer-social a:hover {
    background: #1769e0; border-color: #1769e0; transform: translateY(-3px);
}
.ric-footer-column h3 {
    position: relative; margin: 5px 0 22px; color: #ffffff; font-family: "Manrope", sans-serif; font-size: 15px; font-weight: 800;
}
.ric-footer-column h3::after {
    content: ""; display: block; width: 28px; height: 2px; margin-top: 9px; background: #1769e0; border-radius: 5px;
}
.ric-footer-column ul {
    list-style: none; margin: 0; padding: 0;
}
.ric-footer-column li {
    margin-bottom: 12px;
}
.ric-footer-column li a {
    position: relative; color: #aebdce; font-size: 12px; transition: color 0.3s ease,
            padding-left 0.3s ease;
}
.ric-footer-column li a:hover {
    color: #ffffff; padding-left: 6px;
}
.ric-footer-contact-item {
    display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: #ffffff;
}
.ric-footer-contact-icon {
    width: 40px; height: 40px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: rgba(23,105,224,0.16); color: #4d91f5; font-size: 13px;
}
.ric-footer-contact-item small {
    display: block; margin-bottom: 3px; color: #8194aa; font-size: 9px; text-transform: uppercase; letter-spacing: 0.8px;
}
.ric-footer-contact-item strong {
    display: block; color: #ffffff; font-size: 11px; font-weight: 700;
}
.ric-footer-cta {
    position: relative; width: 100%; background: #0b2342; border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ric-footer-cta-inner {
    min-height: 145px; display: flex; align-items: center; justify-content: space-between; gap: 30px;
}
.ric-footer-cta-inner span {
    display: block; margin-bottom: 7px; color: #4d91f5; font-size: 10px; font-weight: 800; letter-spacing: 2px;
}
.ric-footer-cta-inner h2 {
    margin: 0; color: #ffffff; font-family: "Manrope", sans-serif; font-size: 28px; font-weight: 800;
}
.ric-footer-cta-inner h2 strong {
    color: #4d91f5;
}
.ric-footer-cta-button {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 49px; padding: 0 22px; border-radius: 7px; background: #1769e0; color: #ffffff; font-size: 12px; font-weight: 800; white-space: nowrap; box-shadow: 0 10px 25px rgba(0,0,0,0.18); transition: background 0.3s ease,
            transform 0.3s ease,
            gap 0.3s ease;
}
.ric-footer-cta-button:hover {
    background: #2878ed; transform: translateY(-4px); gap: 14px;
}
.ric-footer-cta-button i {
    transition: transform 0.3s ease;
}
.ric-footer-cta-button:hover i {
    transform: translateX(4px);
}
.ric-footer-bottom {
    width: 100%; background: #06162b;
}
.ric-footer-bottom-inner {
    min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.ric-footer-bottom p {
    margin: 0; color: #71849a; font-size: 10px;
}
.ric-footer-bottom-inner > div {
    display: flex; gap: 22px;
}
.ric-footer-bottom-inner a {
    color: #71849a; font-size: 10px; transition: color 0.3s ease;
}
.ric-footer-bottom-inner a:hover {
    color: #ffffff;
}
@media (max-width: 950px) {
    .ric-footer-grid {
        grid-template-columns: 1fr 1fr; gap: 45px;
    }
}
@media (max-width: 600px) {
    .ric-footer-grid {
        width: 92%; margin: auto; grid-template-columns: 1fr; gap: 35px;
    }
    .ric-footer-logo img {
        width: 205px; max-height: 65px;
    }
    .ric-footer-column h3 {
        margin-bottom: 18px;
    }
    .ric-footer-cta-inner {
        width: 92%; margin: auto; padding: 35px 0; flex-direction: column; align-items: flex-start;
    }
    .ric-footer-cta-inner h2 {
        font-size: 23px; line-height: 1.3;
    }
    .ric-footer-cta-button {
        width: 100%;
    }
    .ric-footer-bottom-inner {
        width: 92%; margin: auto; padding: 20px 0; flex-direction: column; text-align: center;
    }
    .ric-footer-bottom-inner > div {
        flex-wrap: wrap; justify-content: center; gap: 14px;
    }
}
.ric-footer-links h3, .ric-footer-contact h3 {
    margin: 0 0 22px; color: #ffffff; font-family: "Manrope", sans-serif; font-size: 15px; font-weight: 800;
}
.ric-footer-links h3::after, .ric-footer-contact h3::after {
    content: ""; display: block; width: 28px; height: 2px; margin-top: 9px; background: #1769e0; border-radius: 3px;
}
.ric-footer-links {
    display: flex; flex-direction: column;
}
.ric-footer-links a {
    display: block; width: fit-content; margin-bottom: 12px; color: #aebdce; font-size: 12px; text-decoration: none; transition: color 0.3s ease,
            transform 0.3s ease;
}
.ric-footer-links a:hover {
    color: #ffffff; transform: translateX(5px);
}
.ric-footer-contact > a, .ric-footer-location {
    display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: #ffffff; text-decoration: none;
}
.ric-footer-contact small {
    display: block; margin-bottom: 3px; color: #8194aa; font-size: 9px; text-transform: uppercase; letter-spacing: 0.8px;
}
.ric-footer-contact strong {
    display: block; color: #ffffff; font-size: 11px; font-weight: 700;
}
.ric-footer-cta-container {
    width: 90%; max-width: 1200px; min-height: 140px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px;
}
.ric-footer-cta-container > div span {
    display: block; margin-bottom: 7px; color: #4d91f5; font-size: 10px; font-weight: 800; letter-spacing: 2px;
}
.ric-footer-cta-container h2 {
    margin: 0; color: #ffffff; font-size: 28px; font-weight: 800; line-height: 1.3;
}
.ric-footer-cta-container h2 strong {
    color: #4d91f5;
}
.ric-footer-quote {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 49px; padding: 0 23px; background: #1769e0; color: #ffffff; border-radius: 7px; text-decoration: none; font-size: 12px; font-weight: 800; white-space: nowrap; transition: background 0.3s ease,
            transform 0.3s ease,
            gap 0.3s ease;
}
.ric-footer-quote:hover {
    background: #2878ed; transform: translateY(-4px); gap: 14px;
}
.ric-footer-bottom-container {
    width: 90%; max-width: 1200px; min-height: 70px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.ric-footer-bottom-container > div {
    display: flex; gap: 22px;
}
.ric-footer-bottom a {
    color: #71849a; font-size: 10px; text-decoration: none; transition: color 0.3s ease;
}
.ric-footer-bottom a:hover {
    color: #ffffff;
}
@media (max-width: 950px) {
    .ric-footer-container {
        grid-template-columns: 1fr 1fr; gap: 40px;
    }
}
@media (max-width: 600px) {
    .ric-footer-main {
        padding: 55px 0 45px;
    }
    .ric-footer-container {
        width: 90%; grid-template-columns: 1fr; gap: 35px;
    }
    .ric-footer-brand {
        max-width: none;
    }
    .ric-footer-logo {
        width: 200px;
    }
    .ric-footer-brand p {
        font-size: 12px;
    }
    .ric-footer-cta-container {
        width: 90%; padding: 35px 0; flex-direction: column; align-items: flex-start;
    }
    .ric-footer-cta-container h2 {
        font-size: 23px;
    }
    .ric-footer-quote {
        width: 100%;
    }
    .ric-footer-bottom-container {
        width: 90%; padding: 20px 0; flex-direction: column; text-align: center;
    }
    .ric-footer-bottom-container > div {
        flex-wrap: wrap; justify-content: center; gap: 12px;
    }
}
.ric-header {
    position: sticky; top: 0; left: 0; width: 100%; min-height: 82px; background: #071a32; z-index: 9999; border-bottom: 1px solid rgba(255,255,255,0.10); box-sizing: border-box;
}
.ric-header-container {
    width: 92%; max-width: 1250px; min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; box-sizing: border-box;
}
.ric-logo {
    display: flex; align-items: center; justify-content: flex-start; flex-shrink: 0; width: 300px; height: 75px; text-decoration: none;
}
.ric-navigation {
    display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto;
}
.ric-navigation a {
    position: relative; display: inline-flex; align-items: center; height: 82px; color: #dbe7f5; text-decoration: none; font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 700; white-space: nowrap; transition: color 0.3s ease;
}
.ric-navigation a:hover {
    color: #ffffff;
}
.ric-navigation a.active {
    color: #ffffff;
}
.ric-navigation a.active::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 19px; height: 2px; border-radius: 5px; background: #1769e0;
}
.ric-header-button {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px; flex-shrink: 0; min-height: 43px; padding: 0 18px; border-radius: 7px; background: #1769e0; color: #ffffff; text-decoration: none; font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 800; white-space: nowrap; transition: background 0.3s ease,
            transform 0.3s ease,
            gap 0.3s ease;
}
.ric-header-button:hover {
    background: #2878ed; transform: translateY(-2px); gap: 12px;
}
.ric-menu-toggle {
    display: none; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.18); border-radius: 7px; background: transparent; color: #ffffff; font-size: 18px; cursor: pointer;
}
@media (max-width: 950px) {
    .ric-header-container {
        width: 94%;
    }
    .ric-navigation {
        gap: 18px;
    }
    .ric-navigation a {
        font-size: 11px;
    }
    .ric-logo {
        width: 220px;
    }
    .ric-logo img {
        width: 210px; height: 65px;
    }
    .ric-header-button {
        padding: 0 14px; font-size: 10px;
    }
}
@media (max-width: 750px) {
    .ric-header-container {
        min-height: 72px; width: 92%;
    }
    .ric-header {
        min-height: 72px;
    }
    .ric-logo {
        width: 230px; height: 65px;
    }
    .ric-logo img {
        width: 220px; height: 60px;
    }
    .ric-navigation {
        display: none;
    }
    .ric-header-button {
        display: none;
    }
    .ric-menu-toggle {
        display: flex; flex-shrink: 0;
    }
}
.ric-hero {
    position: relative; width: 100%; min-height: 610px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(
                90deg,
                rgba(4, 22, 43, 0.96) 0%,
                rgba(4, 22, 43, 0.90) 32%,
                rgba(4, 22, 43, 0.72) 55%,
                rgba(4, 22, 43, 0.42) 100%
            ),
            url("images/hero-bg.jpg")
            center center / cover no-repeat;
}
.ric-hero-container {
    position: relative; z-index: 2; width: 90%; max-width: 1250px; margin: 0 auto; padding: 55px 0; display: grid; grid-template-columns: 60% 40%; align-items: center; gap: 25px; box-sizing: border-box;
}
.ric-hero-content {
    width: 100%; max-width: 690px; animation: ricHeroContentUp 0.8s ease both;
}
@keyframes ricHeroContentUp {
    from {
        opacity: 0; transform: translateY(35px);
    }
    to {
        opacity: 1; transform: translateY(0);
    }
}
.ric-hero-badge {
    width: fit-content; display: flex; align-items: center; gap: 9px; margin-bottom: 24px; padding: 9px 15px; border: 1px solid rgba(255,255,255,0.25); border-radius: 30px; background: rgba(255,255,255,0.07); color: #dceaff; font-size: 10px; font-weight: 800; letter-spacing: 1px; backdrop-filter: blur(8px);
}
.ric-hero-badge i {
    color: #4d9aff; font-size: 12px;
}
.ric-hero-content h1 {
    margin: 0 0 20px; color: #ffffff; font-family: "Manrope", sans-serif; font-size: clamp(44px, 5vw, 66px); line-height: 1.04; letter-spacing: -2.5px; font-weight: 800;
}
.ric-hero-content h1 span {
    display: block; color: #4d9aff;
}
.ric-hero-content > p {
    max-width: 620px; margin: 0 0 27px; color: #d4dfed; font-size: 14px; line-height: 1.8;
}
.ric-hero-buttons {
    display: flex; align-items: center; gap: 12px; margin-bottom: 27px;
}
.ric-hero-primary, .ric-hero-call {
    min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border-radius: 7px; text-decoration: none; font-size: 15px; font-weight: 800; transition: transform 0.3s ease,
            background 0.3s ease,
            color 0.3s ease,
            gap 0.3s ease;
}
.ric-hero-primary {
    background: #1769e0; color: #ffffff;
}
.ric-hero-primary:hover {
    background: #287cf0; transform: translateY(-3px); gap: 13px;
}
.ric-hero-call {
    border: 1px solid rgba(255,255,255,0.4); background: rgba(255,255,255,0.05); color: #ffffff;
}
.ric-hero-call:hover {
    background: #ffffff; color: #071a32; transform: translateY(-3px);
}
.ric-hero-benefits {
    display: flex; align-items: center; flex-wrap: wrap; gap: 19px;
}
.ric-hero-benefit {
    display: flex; align-items: center; gap: 6px; color: #e4edf8; font-size: 14px; font-weight: 600;
}
.ric-hero-benefit i {
    color: #3f92ff; font-size: 12px;
}
.ric-hero-form {
    position: relative; width: 100%; max-width: 370px; justify-self: end; padding: 23px 24px 20px; box-sizing: border-box; background: #ffffff; border-radius: 15px; box-shadow: 0 20px 60px rgba(0,0,0,0.25); animation: ricHeroFormUp 0.9s ease 0.15s both;
}
@keyframes ricHeroFormUp {
    from {
        opacity: 0; transform: translateY(35px);
    }
    to {
        opacity: 1; transform: translateY(0);
    }
}
.ric-form-top-line {
    position: absolute; top: 0; left: 25px; right: 25px; height: 4px; background: #1769e0; border-radius: 0 0 5px 5px;
}
.ric-form-label {
    margin-bottom: 6px; color: #1769e0; font-size: 8px; font-weight: 800; letter-spacing: 2px;
}
.ric-hero-form h2 {
    margin: 0 0 4px; color: #0b1f3a; font-family: "Manrope", sans-serif; font-size: 25px; line-height: 1.2; font-weight: 800;
}
.ric-form-description {
    margin: 0 0 14px; color: #6b7787; font-size: 10px; line-height: 1.55;
}
.ric-form-group {
    margin-bottom: 9px;
}
.ric-form-group label {
    display: block; margin-bottom: 4px; color: #344054; font-size: 9px; font-weight: 800;
}
.ric-form-group input, .ric-form-group select {
    width: 100%; height: 38px; padding: 0 11px; box-sizing: border-box; border: 1px solid #dce3eb; border-radius: 6px; outline: none; background: #fbfcfe; color: #1d2939; font-family: "Manrope", sans-serif; font-size: 10px; transition: border-color 0.25s ease,
            box-shadow 0.25s ease,
            background 0.25s ease;
}
.ric-form-group input::placeholder {
    color: #98a2b3;
}
.ric-form-group input:focus, .ric-form-group select:focus {
    border-color: #1769e0; background: #ffffff; box-shadow: 0 0 0 3px rgba(23,105,224,0.08);
}
.ric-form-row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 9px;
}
.ric-form-submit {
    width: 100%; height: 40px; margin-top: 2px; display: flex; align-items: center; justify-content: center; gap: 7px; border: none; border-radius: 6px; background: #1769e0; color: #ffffff; font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 800; cursor: pointer; transition: background 0.3s ease,
            transform 0.3s ease,
            gap 0.3s ease;
}
.ric-form-submit:hover {
    background: #287cf0; transform: translateY(-2px); gap: 11px;
}
.ric-form-security {
    display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 7px; color: #8a96a6; font-size: 7px;
}
.ric-form-security i {
    color: #1769e0; font-size: 8px;
}
@media (max-width: 1050px) {
    .ric-hero-container {
        grid-template-columns: 55% 45%; gap: 25px;
    }
    .ric-hero-content h1 {
        font-size: 48px;
    }
    .ric-hero-form {
        max-width: 350px;
    }
}
@media (max-width: 750px) {
    .ric-hero-container {
        grid-template-columns: 1fr;
    }
    .ric-hero-buttons {
        flex-wrap: wrap;
    }
}
@media (max-width: 480px) {
    .ric-hero-content h1 {
        line-height: 1.08;
    }
    .ric-hero-buttons {
        flex-direction: column; align-items: stretch;
    }
    .ric-hero-primary, .ric-hero-call {
        width: 100%;
    }
    .ric-hero-benefits {
        display: grid; grid-template-columns: 1fr; gap: 9px;
    }
    .ric-hero-form {
        max-width: 100%; border-radius: 12px;
    }
    .ric-hero-form h2 {
        font-size: 23px;
    }
}
@media (max-width: 750px) {
    html, body {
        width: 100%; max-width: 100%; overflow-x: hidden;
    }
    .ric-hero {
        width: 100%; display: block; background-position: center center;
    }
    .ric-hero-container {
        margin: 0; display: flex; flex-direction: column; align-items: stretch; gap: 32px;
    }
    .ric-hero-content {
        max-width: 100%;
    }
    .ric-hero-content > p {
        width: 100%;
    }
    .ric-hero-buttons {
        width: 100%; display: flex; flex-direction: column; gap: 11px; margin-bottom: 25px;
    }
    .ric-hero-primary, .ric-hero-call {
        width: 100%; box-sizing: border-box; padding: 0 18px;
    }
    .ric-hero-benefits {
        width: 100%; display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
    }
    .ric-hero-form {
        width: 100%; max-width: 100%; margin: 0; padding: 24px 18px 20px; box-sizing: border-box; border-radius: 13px; justify-self: auto;
    }
    .ric-form-description {
        margin-bottom: 16px;
    }
    .ric-form-group input, .ric-form-group select {
        width: 100%; height: 42px;
    }
    .ric-form-row {
        width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
    }
    .ric-form-submit {
        height: 43px;
    }
}
@media (max-width: 480px) {
    .ric-hero-container {
        padding: 38px 16px 45px; gap: 28px;
    }
    .ric-hero-content h1 {
        font-size: 34px; letter-spacing: -1.2px;
    }
    .ric-hero-content > p {
        font-size: 11.5px; line-height: 1.7;
    }
    .ric-hero-form {
        padding: 22px 16px 18px;
    }
    .ric-form-row {
        grid-template-columns: 1fr; gap: 0;
    }
}
@media (max-width: 750px) {
    .ric-hero-badge {
        font-size: 11px; padding: 9px 14px; gap: 8px;
    }
    .ric-hero-badge i {
        font-size: 13px;
    }
    .ric-hero-content > p {
        font-size: 14px; line-height: 1.75; max-width: 100%; margin-bottom: 27px;
    }
    .ric-hero-primary, .ric-hero-call {
        font-size: 13px; min-height: 51px;
    }
    .ric-hero-benefit {
        font-size: 12px; gap: 8px;
    }
    .ric-hero-benefit i {
        font-size: 13px;
    }
    .ric-hero-form h2 {
        font-size: 27px;
    }
    .ric-form-description {
        font-size: 11px; line-height: 1.6;
    }
    .ric-form-group label {
        font-size: 10px;
    }
    .ric-form-group input, .ric-form-group select {
        font-size: 12px;
    }
    .ric-form-submit {
        font-size: 12px;
    }
}
@media (max-width: 400px) {
    .ric-hero-content h1 {
        font-size: 38px;
    }
    .ric-hero-content > p {
        font-size: 13px;
    }
    .ric-hero-benefit {
        font-size: 11px;
    }
}
@media (max-width: 750px) {
    .ric-hero {
        min-height: auto; overflow: hidden;
    }
    .ric-hero-container {
        width: 100%; max-width: 100%; padding: 75px 20px 50px; box-sizing: border-box;
    }
    .ric-hero-content {
        position: relative; z-index: 2; width: 100%;
    }
    .ric-hero-badge {
        margin-top: 5px; margin-bottom: 20px;
    }
    .ric-hero-content h1 {
        position: relative; z-index: 2; margin-top: 0; margin-bottom: 20px; font-size: 43px; line-height: 1.08; letter-spacing: -1.5px; overflow: visible;
    }
}
@media (max-width: 600px) {
    .ric-branches-section {
        padding: 65px 0;
    }
    .ric-branches-container {
        width: 92%; max-width: 100%;
    }
    .ric-branches-heading {
        margin-bottom: 32px;
    }
    .ric-section-label {
        gap: 8px;
    }
    .ric-branches-heading h2 {
        font-size: 32px; line-height: 1.15; letter-spacing: -1px;
    }
    .ric-branches-heading > p {
        font-size: 12px; line-height: 1.7;
    }
    .ric-branches-grid {
        display: grid; grid-template-columns: 1fr; gap: 14px;
    }
    .ric-branch-card {
        width: 100%; min-height: 205px; padding: 22px; border-radius: 15px; box-sizing: border-box;
    }
    .ric-branch-number {
        top: 20px; right: 20px; font-size: 11px;
    }
    .ric-branch-icon {
        width: 46px; height: 46px; margin-bottom: 17px; font-size: 17px;
    }
    .ric-branch-content h3 {
        font-size: 20px; margin-bottom: 5px;
    }
    .ric-branch-content p {
        font-size: 12px;
    }
    .ric-branch-bottom {
        padding-top: 16px; margin-top: auto;
    }
    .ric-branch-bottom > span {
        font-size: 9px;
    }
    .ric-branch-bottom a {
        font-size: 10px;
    }
    .ric-branches-button {
        margin-top: 25px;
    }
    .ric-branches-button a {
        min-height: 46px; padding: 0 20px; font-size: 11px;
    }
}
@media (max-width: 400px) {
    .ric-branches-section {
        padding: 55px 0;
    }
    .ric-branches-container {
        width: 91%;
    }
    .ric-branches-heading h2 {
        font-size: 29px;
    }
    .ric-branch-card {
        min-height: 195px; padding: 20px;
    }
    .ric-branch-content h3 {
        font-size: 19px;
    }
}
@media (max-width: 600px) {
    .ric-branches-section::before {
        background: radial-gradient(
                            circle,
                            rgba(23,105,224,0.08) 0%,
                            rgba(23,105,224,0.04) 45%,
                            transparent 70%
                        );
    }
    .ric-branches-section::after {
        bottom: 100px; border: 1px solid rgba(23,105,224,0.08);
    }
}
@media (max-width: 600px) {
    .ric-branches-section {
        position: relative; overflow: hidden; background: #f5f8fc;
    }
    .ric-branches-section::before {
        content: ""; position: absolute; top: 170px; right: -105px; width: 260px; height: 260px; border: 1px solid rgba(23, 105, 224, 0.08); border-radius: 50%; box-shadow: 0 0 0 35px rgba(23, 105, 224, 0.025),
                        0 0 0 70px rgba(23, 105, 224, 0.018),
                        0 0 0 105px rgba(23, 105, 224, 0.012); pointer-events: none; z-index: 0;
    }
    .ric-branches-section::after {
        content: ""; position: absolute; top: 245px; right: 20px; width: 8px; height: 8px; border-radius: 50%; background: #1769e0; box-shadow: -55px 45px 0 0 rgba(23,105,224,0.65),
                        -15px 95px 0 0 rgba(23,105,224,0.45),
                        -80px 145px 0 0 rgba(23,105,224,0.35),
                        20px 175px 0 0 rgba(23,105,224,0.25); opacity: 0.65; pointer-events: none; z-index: 0;
    }
    .ric-branches-container {
        position: relative; z-index: 2;
    }
    .ric-branches-heading, .ric-branches-grid, .ric-branches-button {
        position: relative; z-index: 3;
    }
    .ric-branch-card {
        position: relative; z-index: 4; background: rgba(255,255,255,0.96); backdrop-filter: blur(2px);
    }
}
.ric-mobile-network {
    display: none;
}
@media (max-width: 600px) {
    .ric-mobile-network {
        display: block; position: absolute; top: 190px; right: 0; width: 150px; height: 300px; z-index: 1; pointer-events: none;
    }
    .network-dot {
        position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #1769e0; box-shadow: 0 0 0 5px rgba(23,105,224,0.08);
    }
    .dot-1 {
        top: 20px; right: 30px;
    }
    .dot-2 {
        top: 95px; right: 100px;
    }
    .dot-3 {
        top: 175px; right: 45px;
    }
    .dot-4 {
        top: 260px; right: 115px;
    }
    .network-line {
        position: absolute; height: 1px; background: rgba(23,105,224,0.14); transform-origin: left center;
    }
    .line-1 {
        width: 95px; top: 48px; right: 35px; transform: rotate(145deg);
    }
    .line-2 {
        width: 100px; top: 125px; right: 48px; transform: rotate(38deg);
    }
    .line-3 {
        width: 105px; top: 210px; right: 55px; transform: rotate(145deg);
    }
}
@media (max-width: 600px) {
    .ric-branch-bottom a {
        position: relative; display: inline-flex; align-items: center; gap: 7px; transition: transform 0.25s ease,
                        gap 0.25s ease;
    }
    .ric-branch-bottom a i {
        transition: transform 0.25s ease;
    }
    .ric-branch-bottom a:active {
        transform: scale(0.94); gap: 11px;
    }
    .ric-branch-bottom a:active i {
        transform: translateX(4px);
    }
    .ric-branches-button a {
        position: relative; transition: transform 0.25s ease,
                        background 0.25s ease,
                        gap 0.25s ease;
    }
    .ric-branches-button a i {
        transition: transform 0.25s ease;
    }
    .ric-branches-button a:active {
        transform: scale(0.95); gap: 13px;
    }
    .ric-branches-button a:active i {
        transform: translateX(4px);
    }
}
.ric-fade-up {
    opacity: 0; transform: translateY(35px); transition: opacity 0.8s ease,
            transform 0.8s ease; will-change: opacity, transform;
}
.ric-fade-up.ric-visible {
    opacity: 1; transform: translateY(0);
}
.ric-delay-1 {
    transition-delay: 0.12s;
}
.ric-delay-2 {
    transition-delay: 0.24s;
}
.ric-delay-3 {
    transition-delay: 0.36s;
}
.ric-delay-4 {
    transition-delay: 0.48s;
}
.ric-service-card.ric-visible {
    opacity: 1; transform: translateY(0);
}
.ric-why-card.ric-visible {
    opacity: 1; transform: translateY(0);
}
.ric-branch-card.ric-visible {
    opacity: 1; transform: translateY(0);
}
.ric-testimonial-card.ric-visible {
    opacity: 1; transform: translateY(0);
}
.ric-process-step.ric-visible {
    opacity: 1; transform: translateY(0);
}
.ric-service-card:nth-child(1), .ric-branch-card:nth-child(1), .ric-why-card:nth-child(1), .ric-process-step:nth-child(1) {
    transition-delay: 0.05s;
}
.ric-service-card:nth-child(2), .ric-branch-card:nth-child(2), .ric-why-card:nth-child(2), .ric-process-step:nth-child(2) {
    transition-delay: 0.15s;
}
.ric-service-card:nth-child(3), .ric-branch-card:nth-child(3), .ric-why-card:nth-child(3), .ric-process-step:nth-child(3) {
    transition-delay: 0.25s;
}
.ric-service-card:nth-child(4), .ric-branch-card:nth-child(4), .ric-why-card:nth-child(4), .ric-process-step:nth-child(4) {
    transition-delay: 0.35s;
}
.ric-branch-card:nth-child(5) {
    transition-delay: 0.45s;
}
@media (max-width: 600px) {
    .ric-fade-up {
        transform: translateY(22px); transition-duration: 0.65s;
    }
    .ric-service-card, .ric-why-card, .ric-branch-card, .ric-testimonial-card, .ric-process-step {
        transform: translateY(22px); transition-duration: 0.65s;
    }
}
.ric-scroll-animate {
    opacity: 0; transform: translateY(45px); transition: opacity 0.8s ease,
            transform 0.8s ease;
}
.ric-scroll-animate.is-visible {
    opacity: 1; transform: translateY(0);
}
.ric-stagger-card {
    opacity: 0; transform: translateY(40px); transition: opacity 0.7s ease,
            transform 0.7s ease;
}
.ric-stagger-card.is-visible {
    opacity: 1; transform: translateY(0);
}
.ric-stagger-card:nth-child(1) {
    transition-delay: 0.05s;
}
.ric-stagger-card:nth-child(2) {
    transition-delay: 0.15s;
}
.ric-stagger-card:nth-child(3) {
    transition-delay: 0.25s;
}
.ric-stagger-card:nth-child(4) {
    transition-delay: 0.35s;
}
.ric-stagger-card:nth-child(5) {
    transition-delay: 0.45s;
}
.ric-stagger-card:nth-child(6) {
    transition-delay: 0.55s;
}
@media (max-width: 600px) {
    .ric-scroll-animate {
        transform: translateY(30px); transition-duration: 0.7s;
    }
    .ric-stagger-card {
        transform: translateY(30px); transition-duration: 0.65s;
    }
}
.ric-about-hero {
    position: relative; display: grid; grid-template-columns: 48% 52%; min-height: 650px; overflow: hidden; background: #07172b; margin: 0 !important; padding: 0 !important;
}
.ric-about-content {
    position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; padding: 80px 55px 80px max(6vw, 50px); background: radial-gradient(
                circle at 10% 20%,
                rgba(23, 105, 224, 0.12),
                transparent 35%
            ),
            #07172b; box-sizing: border-box !important;
}
.ric-about-content::before {
    content: ""; position: absolute; top: 0; right: -80px; width: 150px; height: 100%; background: linear-gradient(
            135deg,
            transparent 0 45%,
            rgba(23, 105, 224, 0.12) 46% 48%,
            transparent 49% 55%,
            rgba(23, 105, 224, 0.08) 56% 58%,
            transparent 59%
        ); pointer-events: none;
}
.ric-about-eyebrow {
    display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: #4da3ff; font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase;
}
.ric-about-eyebrow span {
    width: 38px; height: 2px; background: #1769e0;
}
.ric-about-content h1 {
    position: relative; margin: 0 0 20px; max-width: 650px; color: #ffffff; font-family: "Manrope", sans-serif; font-size: clamp(42px, 4.5vw, 64px); font-weight: 800; line-height: 1.04; letter-spacing: -2.5px;
}
.ric-about-content h1 strong {
    display: block; color: #1769e0; font-weight: 800;
}
.ric-about-content > p {
    max-width: 570px; margin: 0 0 28px; color: #c8d4e5; font-size: 14px; line-height: 1.75;
}
.ric-about-buttons {
    display: flex; align-items: center; gap: 12px; margin-bottom: 38px;
}
.ric-about-buttons a {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 22px; border-radius: 7px; font-size: 13px; font-weight: 700; text-decoration: none; transition: all 0.3s ease;
}
.ric-btn-primary {
    color: #ffffff; background: #1769e0; border: 1px solid #1769e0;
}
.ric-btn-primary:hover {
    background: #0f5bc7; border-color: #0f5bc7; transform: translateY(-2px);
}
.ric-btn-outline {
    color: #ffffff; background: transparent; border: 1px solid rgba(255,255,255,0.35);
}
.ric-btn-outline:hover {
    color: #ffffff; background: rgba(23,105,224,0.15); border-color: #1769e0; transform: translateY(-2px);
}
.ric-about-points {
    display: flex; align-items: center; gap: 0;
}
.ric-point {
    display: flex; align-items: center; gap: 10px; padding-right: 25px; margin-right: 25px; border-right: 1px solid rgba(255,255,255,0.14);
}
.ric-point:last-child {
    padding-right: 0; margin-right: 0; border-right: none;
}
.ric-point > i {
    display: flex; align-items: center; justify-content: center; width: 35px; height: 35px; color: #4da3ff; font-size: 14px; border: 1px solid rgba(23,105,224,0.35); border-radius: 7px; background: rgba(23,105,224,0.10);
}
.ric-point strong {
    display: block; color: #ffffff; font-size: 11px; font-weight: 700;
}
.ric-point span {
    display: block; margin-top: 2px; color: #8294ad; font-size: 9px;
}
.ric-about-image::before {
    content: ""; position: absolute; z-index: 2; left: -1px; top: 0; width: 180px; height: 100%; background: linear-gradient(
            90deg,
            #07172b 0%,
            rgba(7,23,43,0.85) 25%,
            rgba(7,23,43,0.35) 55%,
            transparent 100%
        ); pointer-events: none;
}
@media (max-width: 900px) {
    .ric-about-hero {
        grid-template-columns: 1fr 1fr; min-height: 560px;
    }
    .ric-about-content {
        padding: 60px 30px;
    }
    .ric-about-content h1 {
        font-size: 42px;
    }
    .ric-about-content > p {
        font-size: 13px;
    }
    .ric-about-points {
        flex-wrap: wrap; gap: 15px;
    }
    .ric-point {
        padding-right: 15px; margin-right: 15px;
    }
    .ric-about-image {
        min-height: 560px;
    }
}
@media (max-width: 700px) {
    .ric-about-hero {
        flex-direction: column;
    }
    .ric-about-image {
        order: 1; min-height: 330px;
    }
    .ric-about-content {
        order: 2;
    }
    .ric-about-image::before {
        display: none;
    }
    .ric-about-image::after {
        left: 0; top: -5px; width: 100%; height: 4px; transform: none;
    }
    .ric-about-buttons {
        flex-wrap: wrap;
    }
    .ric-point {
        border: none;
    }
}
@media (max-width: 480px) {
    .ric-about-image {
        height: 280px; min-height: 280px;
    }
    .ric-about-eyebrow {
        font-size: 9px; letter-spacing: 2.5px;
    }
    .ric-about-buttons {
        flex-direction: column; align-items: stretch;
    }
    .ric-about-buttons a {
        width: 100%;
    }
    .ric-about-points {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 700px) {
    .ric-about-hero {
        width: 100%; overflow: hidden;
    }
    .ric-about-hero::before {
        content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(
                            90deg,
                            rgba(5, 23, 43, 0.96) 0%,
                            rgba(5, 23, 43, 0.86) 25%,
                            rgba(5, 23, 43, 0.55) 50%,
                            rgba(5, 23, 43, 0.20) 78%,
                            rgba(5, 23, 43, 0.10) 100%
                        ); pointer-events: none;
    }
    .ric-about-hero::after {
        content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(
                            0deg,
                            rgba(5, 23, 43, 0.88) 0%,
                            rgba(5, 23, 43, 0.45) 30%,
                            transparent 65%
                        ); pointer-events: none;
    }
    .ric-about-eyebrow {
        display: flex; align-items: center; gap: 9px; margin-bottom: 15px; font-size: 9px; font-weight: 800; letter-spacing: 2.8px; text-transform: uppercase;
    }
    .ric-about-eyebrow span {
        width: 30px; height: 2px;
    }
    .ric-about-content h1 {
        max-width: 360px; margin: 0 0 18px; font-family: "Manrope", sans-serif; font-size: 38px; font-weight: 800; line-height: 1.04; letter-spacing: -1.5px;
    }
    .ric-about-content h1 strong {
        display: block; font-weight: 800;
    }
    .ric-about-content > p {
        max-width: 350px; margin: 0 0 25px; font-size: 12px; line-height: 1.7;
    }
    .ric-about-buttons {
        width: 100%; margin-bottom: 30px;
    }
    .ric-about-buttons a {
        min-height: 47px; padding: 11px 16px; border-radius: 7px; font-size: 11px;
    }
    .ric-btn-primary {
        flex: 1; border: 1px solid #1769e0; box-shadow: 0 8px 25px rgba(23, 105, 224, 0.25);
    }
    .ric-btn-outline {
        flex: 0 0 105px;
    }
    .ric-about-points {
        display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; gap: 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.18);
    }
    .ric-point {
        display: flex; flex-direction: column; align-items: flex-start; gap: 7px; padding: 0 10px; margin: 0; border-right: 1px solid rgba(255,255,255,0.15);
    }
    .ric-point:first-child {
        padding-left: 0;
    }
    .ric-point:last-child {
        border-right: none;
    }
    .ric-point > i {
        width: 28px; height: 28px; font-size: 11px; border: none; background: transparent;
    }
    .ric-point strong {
        font-size: 9px; line-height: 1.3;
    }
    .ric-point span {
        font-size: 8px;
    }
}
@media (max-width: 480px) {
    .ric-about-content h1 {
        font-size: 34px; letter-spacing: -1.2px;
    }
    .ric-about-content > p {
        max-width: 330px; font-size: 11.5px; line-height: 1.65;
    }
    .ric-about-buttons {
        gap: 8px;
    }
    .ric-about-buttons a {
        font-size: 10.5px;
    }
    .ric-btn-outline {
        flex-basis: 100px;
    }
    .ric-point {
        padding-right: 7px; padding-left: 7px;
    }
    .ric-point strong {
        font-size: 8.5px;
    }
    .ric-point span {
        font-size: 7.5px;
    }
}
@media (max-width: 700px) {
    .ric-about-hero {
        position: relative; background-image: url("images/ric-about-mobile-bg.jpg"); background-size: cover; background-position: center top; background-repeat: no-repeat; background-color: #06172d;
    }
    .ric-about-hero::before, .ric-about-hero::after {
        display: none;
    }
    .ric-about-content {
        position: relative; z-index: 2;
    }
    .ric-about-content h1 {
        color: #ffffff;
    }
    .ric-about-content h1 strong {
        color: #2580ff;
    }
    .ric-about-content > p {
        color: #e5edf7;
    }
    .ric-about-eyebrow {
        color: #4da3ff;
    }
    .ric-about-eyebrow span {
        background: #2580ff;
    }
    .ric-btn-primary {
        background: #1769e0; border-color: #1769e0;
    }
    .ric-btn-outline {
        border-color: rgba(255,255,255,0.35); backdrop-filter: blur(5px);
    }
    .ric-about-points {
        border-top-color: rgba(255,255,255,0.20);
    }
    .ric-point {
        border-right-color: rgba(255,255,255,0.18);
    }
    .ric-point strong {
        color: #ffffff;
    }
    .ric-point span {
        color: #aabbd0;
    }
    .ric-point > i {
        color: #3f91ff;
    }
}
@media (max-width: 480px) {
    .ric-about-hero {
        min-height: 620px; background-position: center top;
    }
    .ric-about-content {
        min-height: 620px; padding: 45px 20px 28px;
    }
}
@media (min-width: 701px) {
    .ric-about-hero {
        min-height: 560px !important; display: grid !important; grid-template-columns: 48% 52% !important; margin-top: 0 !important; padding-top: 0 !important;
    }
    .ric-about-content {
        justify-content: flex-start !important; margin: 0 !important; padding-top: 80px !important; padding-bottom: 40px !important;
    }
}
@media (max-width: 700px) {
    .ric-about-hero {
        display: block !important; margin: 0 !important; padding: 0 !important;
    }
    .ric-about-content {
        display: flex !important; flex-direction: column !important; justify-content: flex-start !important; width: 100% !important; margin: 0 !important; padding: 35px 20px 30px !important; background: transparent !important;
    }
    .ric-about-content::before {
        display: none !important;
    }
    .ric-about-eyebrow {
        margin-top: 0 !important;
    }
    .ric-about-content h1 {
        margin-top: 0 !important;
    }
}
.ric-about-hero > * {
    margin-top: 0 !important;
}
@media (max-width: 700px) {
    .ric-about-buttons {
        display: flex !important; flex-direction: column !important; align-items: center !important; gap: 10px !important;
    }
    .ric-btn-primary {
        width: 100% !important; min-height: 46px !important;
    }
    .ric-btn-outline {
        width: 92% !important; min-height: 46px !important; padding: 10px 20px !important; align-self: center !important; font-size: 11px !important; background: rgba(5, 23, 43, 0.45) !important; border: 1px solid rgba(255,255,255,0.35) !important;
    }
}
@media (max-width: 700px) {
    .ric-about-hero {
        min-height: 0 !important; height: auto !important;
    }
    .ric-about-content {
        min-height: 0 !important; height: auto !important; padding-bottom: 25px !important;
    }
    .ric-about-points {
        margin-bottom: 0 !important; padding-bottom: 0 !important;
    }
}
.ric-mission-section {
    padding: 90px 0; position: relative !important; background: #f5f8fc !important; color: #07172b !important; overflow: hidden !important;
}
.ric-mission-section::before {
    content: ""; position: absolute; inset: 0; background-size: 28px 28px; pointer-events: none; opacity: 1 !important; background-image: none !important; mask-image: none !important;
}
.ric-mission-section::after {
    content: ""; position: absolute; width: 420px; height: 420px; right: -220px; top: -180px; border-radius: 50%; pointer-events: none; background: #e9f1ff !important; opacity: 0.8 !important; filter: none !important;
}
.ric-section-container {
    position: relative; z-index: 2; width: min(1180px, 90%); margin: 0 auto;
}
.ric-mission-content {
    margin-bottom: 48px; max-width: 850px !important; margin: 0 auto 48px !important; text-align: center !important;
}
.ric-mission-content h2, .ric-why-heading h2 {
    margin: 0 0 16px; color: #ffffff; font-family: "Manrope", sans-serif; font-size: clamp(36px, 4vw, 52px); font-weight: 800; line-height: 1.08; letter-spacing: -1.5px;
}
.ric-mission-content h2 strong, .ric-why-heading h2 strong {
    color: #2580ff;
}
.ric-mission-content > p {
    max-width: 600px; margin: 0; font-size: 15px; line-height: 1.75; margin-left: auto !important; margin-right: auto !important; color: #68788c !important;
}
.ric-values-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.ric-value-card {
    position: relative; min-height: 230px; padding: 30px; overflow: hidden; border-radius: 12px; transition: transform 0.3s ease,
            border-color 0.3s ease,
            background 0.3s ease; background: #ffffff !important; border: 1px solid #e1e8f1 !important; box-shadow: 0 8px 30px rgba(7, 23, 43, 0.05) !important;
}
.ric-value-card::before {
    content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: #1769e0; transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease;
}
.ric-value-card:hover {
    transform: translateY(-5px); background: #ffffff !important; border-color: rgba(23,105,224,0.35) !important; box-shadow: 0 18px 45px rgba(7, 23, 43, 0.10) !important;
}
.ric-value-card:hover::before {
    transform: scaleX(1);
}
.ric-value-icon {
    display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 25px; font-size: 18px; border: 1px solid rgba(37,128,255,0.25); border-radius: 9px; color: #1769e0 !important; background: #edf4ff !important; border-color: #dceaff !important;
}
.ric-value-number {
    position: absolute; top: 25px; right: 25px; font-size: 12px; font-weight: 800; letter-spacing: 1px; color: #b8c7da !important;
}
.ric-value-card h3 {
    margin: 0 0 10px; font-size: 20px; font-weight: 750; color: #07172b !important;
}
.ric-value-card p {
    max-width: 300px; margin: 0; font-size: 13px; line-height: 1.7; color: #68788c !important;
}
.ric-why-heading .ric-section-label {
    color: #1769e0;
}
@media (max-width: 900px) {
    .ric-mission-section {
        padding: 70px 0;
    }
    .ric-values-grid {
        grid-template-columns: 1fr 1fr;
    }
    .ric-value-card:last-child {
        grid-column: span 2;
    }
}
@media (max-width: 700px) {
    .ric-mission-section {
        padding: 60px 0;
    }
    .ric-section-container {
        width: 90%;
    }
    .ric-mission-content {
        margin-bottom: 32px;
    }
    .ric-section-label {
        font-size: 9px; letter-spacing: 2.5px;
    }
    .ric-section-label span {
        width: 28px;
    }
    .ric-mission-content h2, .ric-why-heading h2 {
        font-size: 34px; letter-spacing: -1px;
    }
    .ric-mission-content > p {
        font-size: 12px; line-height: 1.7;
    }
    .ric-values-grid {
        grid-template-columns: 1fr; gap: 12px;
    }
    .ric-value-card, .ric-value-card:last-child {
        grid-column: auto; min-height: 0; padding: 24px;
    }
    .ric-value-icon {
        width: 40px; height: 40px; margin-bottom: 18px; font-size: 15px;
    }
    .ric-value-card h3 {
        font-size: 17px;
    }
    .ric-value-card p {
        font-size: 11px;
    }
}
@media (max-width: 480px) {
    .ric-mission-section {
        padding: 50px 0;
    }
    .ric-section-container {
        width: 88%;
    }
    .ric-mission-content h2, .ric-why-heading h2 {
        font-size: 30px;
    }
    .ric-value-card {
        padding: 21px;
    }
}
.ric-mission-content .ric-section-label {
    justify-content: center !important; color: #1769e0 !important;
}
.ric-why-choose {
    position: relative; padding: 95px 0; overflow: hidden; background: #f5f8fc;
}
.ric-why-choose::before {
    content: ""; position: absolute; width: 360px; height: 360px; left: -220px; top: 80px; border-radius: 50%; background: #e9f1ff; pointer-events: none;
}
.ric-why-choose::after {
    content: ""; position: absolute; width: 330px; height: 330px; right: -180px; top: -160px; border-radius: 50%; background: #e9f1ff; pointer-events: none;
}
.ric-why-container {
    width: 100% !important; max-width: 1150px !important; margin: 0 auto !important; padding: 0 25px; box-sizing: border-box; position: relative; z-index: 2;
}
.ric-why-top {
    display: flex !important; width: 100% !important; align-items: center !important; justify-content: space-between !important; margin-bottom: 24px !important; padding-left: 38px !important;
}
.ric-why-number {
    color: #b8c7da; font-weight: 800; letter-spacing: 1px; position: absolute !important; top: 46px !important; left: 24px !important; font-size: 11px !important;
}
.ric-why-card h3 {
    color: #07172b; font-size: 18px; font-weight: 800; line-height: 1.3; display: block !important; width: 100% !important; max-width: 100% !important; margin: 0 0 10px !important; box-sizing: border-box !important; white-space: normal !important; word-break: normal !important;
}
.ric-why-card p {
    display: block !important; width: 100% !important; max-width: 100% !important; margin: 0 !important; padding: 0 !important; box-sizing: border-box !important; color: #68788c !important; font-size: 12px !important; line-height: 1.7 !important; white-space: normal !important; word-break: normal !important;
}
.ric-why-line {
    background: #1769e0; transition: width 0.3s ease; position: absolute !important; left: 24px !important; bottom: 0 !important; width: 42px !important; height: 3px !important;
}
.ric-why-card:hover .ric-why-line {
    width: calc(100% - 48px);
}
@media (max-width: 950px) {
    .ric-why-choose {
        padding: 75px 0;
    }
}
@media (max-width: 700px) {
    .ric-why-choose {
        padding: 60px 0;
    }
    .ric-why-label {
        gap: 8px;
    }
}
@media (max-width: 480px) {
    .ric-why-choose {
        padding: 50px 0;
    }
    .ric-why-container {
        width: 88%;
    }
}
@media (max-width: 950px) {
    .ric-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 700px) {
    .ric-why-top {
        margin-bottom: 20px !important;
    }
    .ric-why-card h3 {
        width: 100% !important; font-size: 16px !important;
    }
    .ric-why-card p {
        width: 100% !important; font-size: 11px !important; line-height: 1.7 !important;
    }
}
.ric-mission-content h2 {
    color: #07172b !important;
}
.ric-mission-content h2 strong {
    color: #1769e0 !important;
}
.ric-branches-container {
    position: relative; z-index: 2; width: min(1150px, 90%); margin: 0 auto;
}
.ric-branch-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.ric-branch-top {
    display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px;
}
.ric-branch-number {
    color: #b5c5d8; font-size: 11px; font-weight: 800; letter-spacing: 1px;
}
.ric-branch-card h3 {
    margin: 0 0 5px; color: #07172b; font-size: 20px; font-weight: 800; line-height: 1.25;
}
.ric-branch-state {
    display: block; margin-bottom: 14px; color: #1769e0; font-size: 10px; font-weight: 700;
}
.ric-branch-card p {
    margin: 0; color: #68788c; font-size: 11.5px; line-height: 1.7;
}
.ric-branch-bottom {
    display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid #edf1f6; color: #1769e0; font-size: 9px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase;
}
.ric-branch-bottom i {
    font-size: 10px; transition: transform 0.25s ease;
}
.ric-branch-card:hover .ric-branch-bottom i {
    transform: translateX(4px);
}
.ric-branch-wide {
    grid-column: 2 / span 2;
}
.ric-ready-section {
    position: relative; padding: 60px 0; overflow: hidden; background: #07172b;
}
.ric-ready-section::after {
    content: ""; position: absolute; width: 420px; height: 420px; right: -180px; top: -220px; border-radius: 50%; background: rgba(23,105,224,0.14); filter: blur(50px); pointer-events: none;
}
.ric-ready-container {
    position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 40px; width: min(1150px, 90%); margin: 0 auto;
}
.ric-ready-label {
    margin-bottom: 8px; color: #4da3ff; font-size: 10px; font-weight: 800; letter-spacing: 3px;
}
.ric-ready-content h2 {
    margin: 0 0 8px; color: #ffffff; font-size: clamp(28px, 3vw, 40px); font-weight: 800; line-height: 1.1;
}
.ric-ready-content h2 strong {
    color: #2580ff;
}
.ric-ready-content p {
    margin: 0; color: #9eafc3; font-size: 12px; line-height: 1.6;
}
.ric-ready-button {
    box-shadow: 0 10px 25px rgba(23,105,224,0.25); display: inline-flex; align-items: center; justify-content: center; gap: 10px; flex-shrink: 0; min-width: 190px; min-height: 50px; padding: 13px 22px; color: #ffffff; background: #1769e0; border: 1px solid #1769e0; border-radius: 7px; font-size: 11px; font-weight: 800; text-decoration: none; transition: 0.3s ease;
}
.ric-ready-button:hover {
    background: #0f5bc7; transform: translateY(-2px);
}
@media (max-width: 950px) {
    .ric-branch-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ric-branch-wide {
        grid-column: span 2;
    }
}
@media (max-width: 700px) {
    .ric-branches-section {
        padding: 60px 0;
    }
    .ric-branches-container {
        width: 90%;
    }
    .ric-branches-heading {
        margin-bottom: 35px;
    }
    .ric-branches-label {
        font-size: 9px; letter-spacing: 2.4px; gap: 8px;
    }
    .ric-branches-label span {
        width: 28px;
    }
    .ric-branches-heading h2 {
        font-size: 33px; letter-spacing: -1px;
    }
    .ric-branches-heading p {
        font-size: 12px;
    }
    .ric-branch-grid {
        grid-template-columns: 1fr; gap: 12px;
    }
    .ric-branch-wide {
        grid-column: auto;
    }
    .ric-branch-card {
        min-height: 0;
    }
    .ric-branch-top {
        margin-bottom: 18px;
    }
    .ric-branch-icon {
        width: 40px; height: 40px; font-size: 14px;
    }
    .ric-branch-card h3 {
        font-size: 17px;
    }
    .ric-branch-card p {
        font-size: 11px;
    }
    .ric-ready-content p {
        font-size: 11px;
    }
}
@media (max-width: 480px) {
    .ric-branches-section {
        padding: 50px 0;
    }
    .ric-branches-container {
        width: 88%;
    }
    .ric-branches-heading h2 {
        font-size: 29px;
    }
    .ric-branch-card {
        padding: 20px;
    }
    .ric-ready-container {
        width: 88%;
    }
    .ric-ready-content h2 {
        font-size: 27px;
    }
}
@media (max-width: 700px) {
    .ric-branches-section::before, .ric-branches-section::after {
        display: none !important;
    }
}
@media (max-width: 700px) {
    .ric-header .ric-logo img, .ric-navbar .ric-logo img, .site-header .ric-logo img {
        width: 145px !important; height: auto !important; max-width: 145px !important;
    }
    .ric-logo {
        width: 145px !important; display: flex !important; align-items: center !important;
    }
}
@media (max-width: 700px) {
    .ric-about-image-wrap {
        visibility: visible !important; opacity: 1 !important; width: 100% !important; height: 240px !important; position: relative !important; overflow: hidden !important; margin: 0 !important; padding: 0 !important;
    }
    .ric-about-image {
        display: block !important; visibility: visible !important; opacity: 1 !important; width: 100% !important; height: 240px !important; position: relative !important;
    }
    .ric-about-image img {
        display: block !important; visibility: visible !important; opacity: 1 !important; width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center !important;
    }
}
.ric-services-container {
    width: min(1150px, 90%); margin: 0 auto;
}
.ric-services-hero {
    position: relative; min-height: 540px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(
                90deg,
                #07172b 0%,
                rgba(7, 23, 43, 0.98) 30%,
                rgba(7, 23, 43, 0.82) 48%,
                rgba(7, 23, 43, 0.25) 72%,
                rgba(7, 23, 43, 0.05) 100%
            ),
            url("images/ric-services-hero.jpg"); background-size: cover; background-position: center;
}
.ric-services-hero-content {
    position: relative; z-index: 2; width: min(1150px, 90%); margin: 0 auto; padding: 80px 0;
}
.ric-services-label, .ric-services-intro-label, .ric-services-trust-label {
    display: flex; align-items: center; gap: 10px; margin-bottom: 15px; color: #4da3ff; font-size: 10px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase;
}
.ric-services-label span, .ric-services-intro-label span, .ric-services-trust-label span {
    width: 32px; height: 2px; background: #1769e0;
}
.ric-services-hero h1 {
    max-width: 680px; margin: 0 0 20px; color: #ffffff; font-family: "Manrope", sans-serif; font-size: 64px; font-weight: 800; line-height: 1.02; letter-spacing: -2.5px;
}
.ric-services-hero p {
    max-width: 510px; margin: 0 0 30px; color: #d4dfeb; font-size: 15px; font-weight: 400; line-height: 1.7;
}
.ric-services-hero-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-width: 170px; min-height: 49px; padding: 12px 20px; color: #ffffff; background: #1769e0; border: 1px solid #1769e0; border-radius: 7px; font-size: 12px; font-weight: 800; text-decoration: none; transition: all 0.3s ease;
}
.ric-services-hero-btn:hover {
    background: #0f5bc7; transform: translateY(-2px);
}
.ric-services-intro {
    padding: 85px 0 40px; text-align: center; background: #f5f8fc;
}
.ric-services-intro-label {
    display: flex; align-items: center; justify-content: center; gap: 11px; margin-bottom: 16px; color: #1769e0; font-size: 12px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase;
}
.ric-services-intro h2 {
    max-width: 750px; margin: 0 auto 15px; color: #07172b; font-family: "Manrope", sans-serif; font-size: clamp(38px, 4.5vw, 54px); font-weight: 800; line-height: 1.08; letter-spacing: -1.8px;
}
.ric-services-intro h2 strong {
    color: #1769e0;
}
.ric-services-intro p {
    max-width: 650px; margin: 0 auto; color: #68788c; font-size: 14px; line-height: 1.75;
}
.ric-service-image {
    position: relative; width: 100%; height: 245px; overflow: hidden;
}
.ric-service-image::after {
    content: ""; position: absolute; inset: 0; background: linear-gradient(
                180deg,
                transparent 55%,
                rgba(7,23,43,0.38)
            ); pointer-events: none;
}
.ric-service-image img {
    display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease;
}
.ric-service-card:hover .ric-service-image img {
    transform: scale(1.05);
}
.ric-service-number {
    position: absolute; top: 18px; right: 18px; z-index: 2; display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; color: #ffffff; background: rgba(7,23,43,0.82); border: 1px solid rgba(255,255,255,0.20); border-radius: 8px; font-size: 10px; font-weight: 800; backdrop-filter: blur(6px);
}
.ric-service-content {
    position: relative; padding: 25px 26px 26px;
}
.ric-service-content h3 {
    margin: 0 0 10px; color: #07172b; font-size: 21px; font-weight: 800;
}
.ric-service-content p {
    max-width: 600px; margin: 0 0 20px; color: #68788c; font-size: 12px; line-height: 1.75;
}
.ric-services-trust {
    padding: 75px 0; background: #ffffff; border-top: 1px solid #e7edf4;
}
.ric-services-trust-content {
    max-width: 700px; margin-bottom: 40px;
}
.ric-services-trust-label {
    color: #1769e0;
}
.ric-services-trust-content h2 {
    margin: 0 0 14px; color: #07172b; font-size: clamp(34px, 4vw, 48px); font-weight: 800; line-height: 1.1;
}
.ric-services-trust-content h2 strong {
    color: #1769e0;
}
.ric-services-trust-content p {
    max-width: 580px; margin: 0; color: #68788c; font-size: 13px; line-height: 1.7;
}
.ric-services-trust-points {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.ric-services-trust-points > div {
    display: grid; grid-template-columns: 45px 1fr; column-gap: 14px; align-items: center; padding: 20px; border: 1px solid #e0e8f1; border-radius: 12px; background: #f8fafc;
}
.ric-services-trust-points i {
    grid-row: span 2; display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; color: #1769e0; background: #edf4ff; border: 1px solid #dceaff; border-radius: 9px;
}
.ric-services-trust-points strong {
    color: #07172b; font-size: 13px;
}
.ric-services-trust-points span {
    color: #8998aa; font-size: 10px;
}
@media (max-width: 700px) {
    .ric-services-container {
        width: 90%;
    }
    .ric-services-intro {
        padding: 60px 0 30px;
    }
    .ric-services-intro-label {
        font-size: 9px; letter-spacing: 2.5px;
    }
    .ric-services-intro h2 {
        font-size: 33px; letter-spacing: -1px;
    }
    .ric-services-intro p {
        font-size: 11.5px;
    }
    .ric-services-section {
        padding: 30px 0 60px;
    }
    .ric-services-grid {
        grid-template-columns: 1fr; gap: 16px;
    }
    .ric-service-image {
        height: 210px;
    }
    .ric-service-content {
        padding: 21px;
    }
    .ric-service-icon {
        width: 40px; height: 40px; margin-bottom: 14px; font-size: 14px;
    }
    .ric-service-content h3 {
        font-size: 18px;
    }
    .ric-service-content p {
        font-size: 11px; line-height: 1.7;
    }
    .ric-services-trust {
        padding: 55px 0;
    }
    .ric-services-trust-content {
        margin-bottom: 28px;
    }
    .ric-services-trust-content h2 {
        font-size: 32px;
    }
    .ric-services-trust-points {
        grid-template-columns: 1fr; gap: 10px;
    }
    .ric-ready-section {
        padding: 45px 0;
    }
    .ric-ready-container {
        width: 90%; flex-direction: column; align-items: flex-start; gap: 24px;
    }
    .ric-ready-content h2 {
        font-size: 29px;
    }
    .ric-ready-button {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .ric-services-container {
        width: 88%;
    }
    .ric-services-intro h2 {
        font-size: 29px;
    }
    .ric-service-image {
        height: 195px;
    }
    .ric-service-content h3 {
        font-size: 17px;
    }
}
.ric-services-hero-btn i {
    font-size: 10px; transition: transform 0.25s ease;
}
@media (min-width: 1000px) {
    .ric-services-hero {
        background-position: center right;
    }
}
@media (max-width: 900px) {
    .ric-services-hero {
        min-height: 520px;
    }
    .ric-services-hero h1 {
        font-size: 54px; letter-spacing: -2px;
    }
}
@media (max-width: 700px) {
    .ric-services-hero {
        background: linear-gradient(
                            180deg,
                            rgba(7,23,43,0.20) 0%,
                            rgba(7,23,43,0.72) 45%,
                            #07172b 100%
                        ),
                        url("images/ric-services-hero.jpg");
    }
}
@media (max-width: 700px) {
    .ric-services-hero {
        border-radius: 0;
    }
    .ric-services-hero-content {
        padding: 0 0 45px;
    }
}
@media (max-width: 480px) {
    .ric-services-hero {
        min-height: 550px; background-position: 67% center;
    }
    .ric-services-hero-content {
        width: 88%; padding-bottom: 38px;
    }
    .ric-services-hero h1 {
        font-size: 32px; letter-spacing: -1px;
    }
    .ric-services-hero p {
        max-width: 315px; font-size: 10.5px;
    }
    .ric-services-hero-btn {
        min-width: 160px; min-height: 44px; font-size: 10.5px;
    }
}
@media (max-width: 700px) {
    .ric-services-hero h1 {
        margin-bottom: 14px;
    }
}
@media (max-width: 700px) {
    .ric-services-label {
        display: flex; align-items: center; gap: 8px; font-weight: 800;
    }
    .ric-services-label span {
        width: 27px; height: 2px; background: #1769e0;
    }
    .ric-services-hero h1 strong {
        text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    }
    .ric-services-hero p {
        font-weight: 500;
    }
    .ric-services-hero-btn {
        display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: #ffffff; background: #1769e0; border: 1px solid #1769e0; border-radius: 7px; font-weight: 800; text-decoration: none; box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    }
}
@media (max-width: 700px) {
    .ric-services-hero-content {
        padding-bottom: 40px;
    }
    .ric-services-label {
        margin-bottom: 12px; font-size: 9px; letter-spacing: 2.5px; color: #4da3ff;
    }
    .ric-services-hero h1 {
        font-weight: 800;
    }
    .ric-services-hero p {
        margin: 0 0 22px;
    }
}
@media (max-width: 700px) {
    .ric-services-hero {
        min-height: 570px; display: flex; align-items: flex-start; position: relative; overflow: hidden; background-image: linear-gradient(
                            90deg,
                            rgba(7, 23, 43, 0.78) 0%,
                            rgba(7, 23, 43, 0.55) 32%,
                            rgba(7, 23, 43, 0.20) 62%,
                            rgba(7, 23, 43, 0.05) 100%
                        ),
                        url("images/ric-services-hero.jpg"); background-size: cover; background-position: 82% center;
    }
    .ric-services-hero-content {
        position: relative; z-index: 5; width: 90%; margin: 0 auto; padding-top: 125px;
    }
    .ric-services-hero h1 {
        max-width: 330px; margin: 0 0 15px; color: #fff; font-size: 34px; line-height: 1.04; letter-spacing: -1.2px; text-shadow: 0 2px 8px rgba(0,0,0,0.45);
    }
    .ric-services-hero h1 strong {
        display: block; color: #1769e0;
    }
    .ric-services-hero p {
        max-width: 320px; margin-bottom: 22px; color: #fff; font-size: 11.5px; line-height: 1.65; text-shadow: 0 1px 6px rgba(0,0,0,0.55);
    }
    .ric-services-hero-btn {
        min-width: 165px; min-height: 46px; padding: 11px 18px; font-size: 11px;
    }
}
@media (min-width: 1001px) {
    .ric-about-hero img {
        width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: 70% center !important;
    }
}
.ric-fade-up.show {
    opacity: 1; transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
    .ric-fade-up {
        opacity: 1; transform: none; transition: none;
    }
}
.ric-about-page .ric-about-hero-content, .ric-about-page .ric-mission-content, .ric-about-page .ric-mission-card, .ric-about-page .ric-choice-card, .ric-about-page .ric-branches-content, .ric-about-page .ric-branch-card, .ric-about-page .ric-about-content {
    opacity: 0; transform: translateY(35px); transition: opacity 0.8s ease,
            transform 0.8s ease;
}
.ric-about-page .ric-about-hero-content.show, .ric-about-page .ric-mission-content.show, .ric-about-page .ric-mission-card.show, .ric-about-page .ric-choice-card.show, .ric-about-page .ric-branches-content.show, .ric-about-page .ric-branch-card.show, .ric-about-page .ric-about-content.show {
    opacity: 1; transform: translateY(0);
}
@media (max-width: 700px) {
    .ric-about-image-wrap {
        display: none !important;
    }
}
@media (max-width: 700px) {
    .ric-about-image-wrap, .ric-about-image {
        display: none !important; height: 0 !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important;
    }
    .ric-about-image-wrap img, .ric-about-image img {
        display: none !important;
    }
}
.ric-why-card::after {
    transition: width 0.3s ease; content: ""; position: absolute; left: 20px; bottom: 0; width: 38px; height: 3px; background: #1769e0;
}
.ric-why-card:hover::after {
    width: 75px;
}
.ric-why-card-text h3 {
    margin: 0 0 5px; color: #07172b; font-size: 14px; font-weight: 800;
}
.ric-why-card-text p {
    margin: 0; color: #8292a5; font-size: 10px; line-height: 1.5;
}
@media (max-width: 900px) {
    .ric-why-section {
        padding: 70px 0;
    }
    .ric-why-grid {
        grid-template-columns: 1fr; gap: 12px;
    }
    .ric-why-card {
        min-height: 90px;
    }
}
@media (max-width: 700px) {
    .ric-why-label {
        margin-bottom: 12px; font-size: 9px; letter-spacing: 2.5px;
    }
    .ric-why-label span {
        width: 27px;
    }
    .ric-why-heading h2 {
        margin-bottom: 12px;
    }
    .ric-why-card-text h3 {
        margin-bottom: 3px;
    }
}
@media (max-width: 480px) {
    .ric-why-section {
        padding: 50px 0 55px;
    }
    .ric-why-heading h2 {
        font-size: 31px;
    }
    .ric-why-card {
        min-height: 74px; padding: 13px 14px;
    }
    .ric-why-icon {
        width: 38px; height: 38px;
    }
}
.ric-why-card-text {
    min-width: 0;
}
@media (max-width: 700px) {
    .ric-why-grid {
        max-width: 100% !important; grid-template-columns: 1fr !important;
    }
    .ric-why-icon {
        flex-basis: 40px;
    }
}
.ric-services-intro-label span {
    width: 34px; height: 2px; background: #1769e0;
}
.ric-branch-hero, .ric-network-section, .ric-route-section, .ric-locations-section, .ric-network-stats, .ric-branch-cta {
    box-sizing: border-box;
}
.ric-network-container, .ric-route-container, .ric-locations-container, .ric-network-stats-container, .ric-branch-cta-container {
    width: min(1150px, 90%); margin: 0 auto;
}
.ric-branch-hero {
    position: relative; min-height: 570px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(
                90deg,
                #07172b 0%,
                rgba(7,23,43,.96) 32%,
                rgba(7,23,43,.72) 52%,
                rgba(7,23,43,.18) 100%
            ),
            url("images/ric-branches-hero.jpg"); background-size: cover; background-position: center;
}
.ric-branch-hero-content {
    position: relative; z-index: 5; width: min(1150px, 90%); margin: 0 auto; padding: 80px 0;
}
.ric-branch-label {
    display: flex; align-items: center; gap: 10px; margin-bottom: 16px; color: #4da3ff; font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase;
}
.ric-branch-label span {
    width: 34px; height: 2px; background: #1769e0;
}
.ric-branch-hero h1 {
    max-width: 680px; margin: 0 0 18px; color: #ffffff; font-size: clamp(44px, 5vw, 66px); font-weight: 800; line-height: 1.04; letter-spacing: -2.4px;
}
.ric-branch-hero h1 strong {
    display: block; color: #1769e0;
}
.ric-branch-hero p {
    max-width: 520px; margin: 0 0 28px; color: #d6e1ed; font-size: 14px; line-height: 1.75;
}
.ric-branch-hero-btn {
    display: inline-flex; align-items: center; gap: 10px; padding: 13px 21px; color: #ffffff; background: #1769e0; border-radius: 7px; font-size: 11px; font-weight: 800; text-decoration: none; transition: .3s ease;
}
.ric-branch-hero-btn:hover {
    background: #0e5cc8; transform: translateY(-2px);
}
.ric-network-decoration {
    position: absolute; right: 7%; top: 50%; width: 420px; height: 320px; transform: translateY(-50%); opacity: .8; pointer-events: none;
}
.route-dot {
    border: 3px solid #ffffff; position: absolute; z-index: 6; width: 7px; height: 7px; background: #4da3ff; border-radius: 50%; box-shadow: 0 0 0 5px rgba(77,163,255,.10),
            0 0 18px rgba(77,163,255,.75);
}
.dot-1 {
    left: 90px; top: 40px;
}
.dot-2 {
    right: 50px; top: 75px;
}
.dot-3 {
    left: 180px; top: 140px;
}
.dot-4 {
    left: 100px; bottom: 55px;
}
.dot-5 {
    right: 95px; bottom: 35px;
}
.route-line {
    position: absolute; height: 2px; background: repeating-linear-gradient(
                90deg,
                #2d8aff 0,
                #2d8aff 7px,
                transparent 7px,
                transparent 13px
            ); transform-origin: left center; opacity: .7;
}
.line-1 {
    width: 155px; left: 100px; top: 48px; transform: rotate(12deg);
}
.line-2 {
    width: 130px; left: 185px; top: 145px; transform: rotate(-25deg);
}
.line-3 {
    width: 120px; left: 108px; top: 145px; transform: rotate(55deg);
}
.line-4 {
    width: 130px; left: 105px; bottom: 60px; transform: rotate(-10deg);
}
.ric-network-section {
    position: relative; padding: 95px 0 100px; background: #f4f8fd; overflow: hidden;
}
.ric-network-heading {
    max-width: 760px; margin: 0 auto 45px; text-align: center;
}
.ric-network-label, .ric-route-label, .ric-locations-label {
    display: flex; justify-content: center; align-items: center; gap: 10px; margin-bottom: 15px; color: #1769e0; font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase;
}
.ric-network-label span, .ric-route-label span, .ric-locations-label span {
    width: 34px; height: 2px; background: #1769e0;
}
.ric-network-heading h2, .ric-route-heading h2, .ric-locations-heading h2 {
    margin: 0 0 14px; color: #07172b; font-size: clamp(38px, 4vw, 52px); font-weight: 800; line-height: 1.05; letter-spacing: -1.8px;
}
.ric-network-heading h2 strong, .ric-route-heading h2 strong, .ric-locations-heading h2 strong {
    color: #1769e0;
}
.ric-network-heading p {
    max-width: 650px; margin: 0 auto; color: #667a91; font-size: 13px; line-height: 1.7;
}
.ric-network-map {
    max-width: 950px; margin: 0 auto; background-size: 45px 45px; background-color: #edf4fc; position: relative; width: 100%; height: 540px; overflow: hidden; background: radial-gradient(
                circle at 50% 48%,
                rgba(23,105,224,.17),
                transparent 30%
            ),
            radial-gradient(
                circle at 20% 20%,
                rgba(23,105,224,.08),
                transparent 25%
            ),
            #06182d; border: 1px solid #173b60; border-radius: 24px; box-shadow: 0 25px 60px rgba(7,23,43,.16);
}
.ric-network-map::before {
    width: 420px; height: 420px; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px dashed rgba(23,105,224,.22); border-radius: 50%; content: ""; position: absolute; inset: 0; background-image: linear-gradient(
                rgba(79,142,202,.055) 1px,
                transparent 1px
            ),
            linear-gradient(
                90deg,
                rgba(79,142,202,.055) 1px,
                transparent 1px
            ); background-size: 48px 48px; pointer-events: none;
}
.ric-network-map::after {
    content: ""; position: absolute; width: 280px; height: 280px; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px dashed rgba(23,105,224,.18); border-radius: 50%;
}
.network-city {
    position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 8px 12px; background: #ffffff; border: 1px solid #d7e4f2; border-radius: 9px; box-shadow: 0 8px 25px rgba(7,23,43,.08);
}
.network-pin {
    display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; color: #1769e0; background: #edf4ff; border-radius: 7px; font-size: 11px;
}
.network-city strong {
    display: block; color: #07172b; font-size: 11px; font-weight: 800;
}
.network-city small {
    display: block; margin-top: 2px; color: #8293a7; font-size: 8px;
}
.city-srinagar {
    top: 55px; left: 23%;
}
.city-leh {
    top: 85px; right: 22%;
}
.city-chandigarh {
    top: 190px; left: 42%;
}
.city-zirakpur {
    bottom: 105px; left: 29%;
}
.city-baddi {
    bottom: 55px; left: 50%;
}
.network-route {
    position: absolute; z-index: 2; height: 2px; background: repeating-linear-gradient(
                90deg,
                #4da3ff 0,
                #4da3ff 7px,
                transparent 7px,
                transparent 14px
            ); transform-origin: left center; fill: none; stroke: rgba(47,139,255,.55); stroke-width: 1.5; stroke-linecap: round;
}
.route-a {
    width: 250px; top: 90px; left: 31%; transform: rotate(20deg);
}
.route-b {
    width: 180px; top: 205px; left: 30%; transform: rotate(-8deg);
}
.route-c {
    width: 160px; top: 220px; left: 48%; transform: rotate(-45deg);
}
.route-d {
    width: 150px; bottom: 105px; left: 38%; transform: rotate(25deg);
}
.ric-route-section {
    padding: 85px 0; background: #07172b;
}
.ric-route-heading {
    text-align: center; margin-bottom: 40px;
}
.ric-route-label {
    color: #4da3ff;
}
.ric-route-heading h2 {
    color: #ffffff;
}
.ric-route-heading p {
    max-width: 570px; margin: 0 auto; color: #9fb0c3; font-size: 13px; line-height: 1.7;
}
.ric-route-box {
    display: grid; grid-template-columns: 1fr 120px 1fr auto; align-items: center; gap: 20px; padding: 24px; background: #0c2746; border: 1px solid rgba(255,255,255,.10); border-radius: 16px;
}
.ric-route-location {
    display: flex; align-items: center; gap: 13px; padding: 10px;
}
.ric-route-icon {
    display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; color: #4da3ff; background: rgba(23,105,224,.15); border: 1px solid rgba(77,163,255,.25); border-radius: 9px;
}
.ric-route-location span {
    display: block; margin-bottom: 4px; color: #6f91b5; font-size: 8px; font-weight: 800; letter-spacing: 2px;
}
.ric-route-location strong {
    color: #ffffff; font-size: 14px;
}
.ric-route-arrow {
    display: flex; align-items: center; gap: 8px; color: #4da3ff;
}
.ric-route-arrow span {
    flex: 1; height: 1px; background: #28547c;
}
.ric-route-arrow i {
    font-size: 15px;
}
.ric-route-button {
    display: inline-flex; align-items: center; gap: 8px; padding: 13px 18px; color: #ffffff; background: #1769e0; border-radius: 7px; font-size: 10px; font-weight: 800; text-decoration: none; white-space: nowrap;
}
.ric-locations-section {
    position: relative; padding: 95px 0 90px; background: #f4f8fd; overflow: hidden;
}
.ric-locations-heading {
    margin-bottom: 40px; max-width: 750px; margin: 0 auto 48px; text-align: center;
}
.ric-location-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.ric-location-card {
    position: relative; min-height: 300px; padding: 26px; background: #ffffff; border: 1px solid #d9e4f0; border-radius: 17px; box-sizing: border-box; box-shadow: 0 10px 30px rgba(12,43,75,.045); transition: transform .3s ease,
            border-color .3s ease,
            box-shadow .3s ease; overflow: hidden;
}
.ric-location-card:hover {
    transform: translateY(-6px); border-color: #b9d5f5; box-shadow: 0 18px 40px rgba(12,43,75,.10);
}
.ric-location-number {
    position: absolute; top: 20px; right: 20px; color: #b0bfd1; font-size: 11px; font-weight: 800; letter-spacing: 1px;
}
.ric-location-icon {
    margin-bottom: 20px; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; color: #1769e0; background: #edf4ff; border: 1px solid #d3e4ff; border-radius: 10px; font-size: 16px;
}
.ric-location-card h3 {
    margin: 0 0 5px; color: #07172b; font-size: 20px; font-weight: 800;
}
.ric-location-card p {
    max-width: 290px; margin: 0 0 22px; color: #617892; font-size: 11px; line-height: 1.7;
}
.ric-location-card a {
    text-transform: uppercase; display: inline-flex; align-items: center; gap: 8px; color: #1769e0; font-size: 9px; font-weight: 800; letter-spacing: .5px; text-decoration: none;
}
.ric-location-card a i {
    font-size: 9px; transition: transform .25s ease;
}
.ric-location-card:hover a i {
    transform: translateX(4px);
}
.ric-network-stats {
    padding: 80px 0; background: #07172b;
}
.ric-network-stats-container {
    width: min(1100px, 90%); margin: 0 auto;
}
.ric-network-stats-heading {
    text-align: center; margin-bottom: 45px;
}
.ric-network-stats-label {
    margin-bottom: 12px; color: #4da3ff; font-size: 10px; font-weight: 800; letter-spacing: 3px;
}
.ric-network-stats-heading h2 {
    margin: 0; color: #ffffff; font-size: 42px; font-weight: 800;
}
.ric-network-stats-heading h2 strong {
    color: #2580ff;
}
.ric-stats-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.10); border-bottom: 1px solid rgba(255,255,255,.10);
}
.ric-stat {
    padding: 25px; text-align: center; border-right: 1px solid rgba(255,255,255,.10);
}
.ric-stat:last-child {
    border-right: none;
}
.ric-stat strong {
    display: block; margin-bottom: 5px; color: #ffffff; font-size: 32px; font-weight: 800;
}
.ric-stat span {
    color: #8ca2bb; font-size: 10px;
}
.ric-branch-cta {
    padding: 70px 0; background: #f4f8fd;
}
.ric-branch-cta-container {
    display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 45px 50px; background: #ffffff; border: 1px solid #dbe6f3; border-radius: 18px; box-shadow: 0 12px 35px rgba(7,23,43,.05);
}
.ric-branch-cta-label {
    margin-bottom: 8px; color: #1769e0; font-size: 9px; font-weight: 800; letter-spacing: 2.5px;
}
.ric-branch-cta h2 {
    margin: 0 0 10px; color: #07172b; font-size: 34px; font-weight: 800;
}
.ric-branch-cta h2 strong {
    color: #1769e0;
}
.ric-branch-cta p {
    max-width: 520px; margin: 0; color: #718196; font-size: 11px; line-height: 1.7;
}
.ric-branch-cta-button {
    display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; padding: 14px 22px; color: #ffffff; background: #1769e0; border-radius: 7px; font-size: 10px; font-weight: 800; text-decoration: none;
}
@media (max-width: 700px) {
    .ric-branch-hero {
        align-items: flex-end; background-position: 68% center;
    }
    .ric-branch-hero-content {
        padding-bottom: 48px;
    }
    .ric-branch-label {
        font-size: 9px; letter-spacing: 2.5px;
    }
    .ric-branch-hero h1 {
        font-size: 36px; letter-spacing: -1.2px;
    }
    .ric-branch-hero p {
        font-size: 11px; max-width: 330px;
    }
    .ric-network-decoration {
        right: -80px; top: 40px; transform: scale(.7); transform-origin: top right; opacity: .5;
    }
    .ric-network-heading h2, .ric-route-heading h2, .ric-locations-heading h2 {
        font-size: 32px; letter-spacing: -1px;
    }
    .city-srinagar {
        top: 50px; left: 15%;
    }
    .city-leh {
        top: 125px; right: 10%;
    }
    .city-chandigarh {
        top: 225px; left: 25%;
    }
    .city-zirakpur {
        top: 330px; left: 12%;
    }
    .city-baddi {
        bottom: 50px; left: 43%;
    }
    .ric-route-section {
        padding: 60px 0;
    }
    .ric-route-box {
        grid-template-columns: 1fr; gap: 15px; padding: 18px;
    }
    .ric-route-arrow {
        transform: rotate(90deg); width: 80px; margin: 0 auto;
    }
    .ric-route-button {
        justify-content: center; width: 100%; box-sizing: border-box;
    }
    .ric-locations-section {
        padding: 60px 0;
    }
    .ric-location-grid {
        grid-template-columns: 1fr; gap: 12px;
    }
    .ric-location-card {
        padding: 21px;
    }
    .ric-network-stats {
        padding: 60px 0;
    }
    .ric-network-stats-heading h2 {
        font-size: 31px;
    }
    .ric-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ric-stat:nth-child(2) {
        border-right: none;
    }
    .ric-stat:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255,255,255,.10);
    }
    .ric-branch-cta {
        padding: 45px 0;
    }
    .ric-branch-cta-container {
        width: 88%; padding: 30px 24px; flex-direction: column; align-items: flex-start; gap: 25px;
    }
    .ric-branch-cta h2 {
        font-size: 28px;
    }
    .ric-branch-cta-button {
        width: 100%; justify-content: center; box-sizing: border-box;
    }
}
.ric-network-hub-section {
    position: relative; padding: 95px 0 100px; background: #f4f8fd; overflow: hidden;
}
.ric-network-hub-container {
    width: min(1150px, 90%); margin: 0 auto;
}
.ric-network-hub-heading {
    max-width: 760px; margin: 0 auto 45px; text-align: center;
}
.ric-network-hub-label {
    display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 15px; color: #1769e0; font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase;
}
.ric-network-hub-label span {
    width: 32px; height: 2px; background: #1769e0;
}
.ric-network-hub-heading h2 {
    margin: 0 0 15px; color: #07172b; font-size: clamp(40px, 4.5vw, 55px); font-weight: 800; line-height: 1.05; letter-spacing: -2px;
}
.ric-network-hub-heading h2 strong {
    display: block; color: #1769e0;
}
.ric-network-hub-heading p {
    max-width: 650px; margin: 0 auto; color: #667a91; font-size: 13px; line-height: 1.7;
}
.ric-network-hub-map {
    position: relative; width: 100%; height: 540px; background: radial-gradient(
                circle at 50% 50%,
                rgba(23,105,224,.18),
                transparent 35%
            ),
            radial-gradient(
                circle at 75% 30%,
                rgba(23,105,224,.10),
                transparent 25%
            ),
            #06182d; border: 1px solid #183b61; border-radius: 24px; overflow: hidden; box-shadow: 0 25px 60px rgba(7,23,43,.16);
}
.ric-network-hub-map::before {
    content: ""; position: absolute; inset: 0; background-image: linear-gradient(
                rgba(62,130,202,.07) 1px,
                transparent 1px
            ),
            linear-gradient(
                90deg,
                rgba(62,130,202,.07) 1px,
                transparent 1px
            ); background-size: 48px 48px; opacity: .7; pointer-events: none;
}
.ric-hub-glow {
    position: absolute; left: 50%; top: 48%; width: 300px; height: 300px; transform: translate(-50%, -50%); background: radial-gradient(
                circle,
                rgba(23,105,224,.20) 0%,
                rgba(23,105,224,.08) 35%,
                transparent 70%
            ); filter: blur(10px); pointer-events: none;
}
.ric-hub-ring {
    position: absolute; left: 50%; top: 48%; transform: translate(-50%, -50%); border: 1px solid rgba(47,139,255,.24); border-radius: 50%;
}
.ring-1 {
    width: 140px; height: 140px;
}
.ring-2 {
    width: 270px; height: 270px; border-style: dashed;
}
.ring-3 {
    width: 430px; height: 430px; border-style: dashed; opacity: .6;
}
.ric-hub-route {
    position: absolute; z-index: 3; height: 1px; background: rgba(55, 145, 255, 0.45); transform-origin: left center; opacity: 0.8;
}
.route-1 {
    width: 245px; left: 29%; top: 145px; transform: rotate(20deg);
}
.route-2 {
    width: 235px; right: 29%; top: 145px; transform: rotate(160deg);
}
.route-3 {
    width: 205px; left: 30%; bottom: 175px; transform: rotate(-18deg);
}
.route-4 {
    width: 190px; right: 31%; bottom: 160px; transform: rotate(-160deg);
}
.ric-route-light {
    position: absolute; z-index: 5; width: 7px; height: 7px; background: #4da3ff; border-radius: 50%; box-shadow: 0 0 0 5px rgba(77,163,255,.12),
            0 0 18px rgba(77,163,255,.8);
}
.light-1 {
    left: 36%; top: 188px;
}
.light-2 {
    right: 35%; top: 200px;
}
.light-3 {
    left: 39%; bottom: 190px;
}
.ric-central-hub {
    position: absolute; z-index: 20; left: 50%; top: 49%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; justify-content: center; width: 155px; height: 120px; background: linear-gradient(
                145deg,
                #123e6d,
                #071d37
            ); border: 1px solid #3185ed; border-radius: 17px; box-shadow: 0 0 0 9px rgba(23,105,224,.07),
            0 0 35px rgba(23,105,224,.17),
            0 18px 40px rgba(0,0,0,.35);
}
.ric-central-icon {
    display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 8px; color: #ffffff; background: #1769e0; border-radius: 10px; box-shadow: 0 7px 18px rgba(23,105,224,.35);
}
.ric-central-hub strong {
    color: #ffffff; font-size: 11px; font-weight: 800; letter-spacing: .5px;
}
.ric-central-hub small {
    margin-top: 4px; color: #70a7dc; font-size: 7px; font-weight: 700; letter-spacing: 1.5px;
}
.ric-branch-node {
    position: absolute; z-index: 10; display: flex; align-items: center; gap: 10px; min-width: 145px; padding: 10px 13px; background: rgba(7,29,54,.92); border: 1px solid #28547d; border-radius: 11px; box-shadow: 0 12px 30px rgba(0,0,0,.20); backdrop-filter: blur(8px); transition: transform .3s ease,
            border-color .3s ease;
}
.ric-branch-node:hover {
    transform: translateY(-5px); border-color: #2580ff;
}
.ric-node-icon {
    display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 34px; height: 34px; color: #4da3ff; background: rgba(23,105,224,.14); border: 1px solid rgba(77,163,255,.25); border-radius: 8px; font-size: 12px;
}
.ric-branch-node strong {
    display: block; color: #ffffff; font-size: 10px; font-weight: 800;
}
.ric-branch-node small {
    display: block; margin-top: 3px; color: #7898b8; font-size: 7px;
}
.node-srinagar {
    top: 70px; left: 14%;
}
.node-leh {
    top: 90px; right: 14%;
}
.node-zirakpur {
    bottom: 95px; left: 14%;
}
.node-baddi {
    bottom: 60px; right: 16%;
}
.ric-network-hub-footer {
    position: absolute; z-index: 20; left: 50%; bottom: 22px; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; gap: 28px; padding: 12px 25px; background: rgba(5,20,38,.88); border: 1px solid #21496f; border-radius: 12px; backdrop-filter: blur(10px);
}
.ric-network-hub-footer div:not(.hub-divider) {
    display: flex; align-items: center; gap: 7px;
}
.ric-network-hub-footer strong {
    color: #ffffff; font-size: 15px; font-weight: 800;
}
.ric-network-hub-footer span {
    color: #7795b4; font-size: 8px; white-space: nowrap;
}
.hub-divider {
    width: 1px; height: 24px; background: #254866;
}
@media (max-width: 700px) {
    .ric-network-hub-section {
        padding: 60px 0 65px;
    }
    .ric-network-hub-container {
        width: 90%;
    }
    .ric-network-hub-heading {
        margin-bottom: 30px;
    }
    .ric-network-hub-label {
        font-size: 10px; letter-spacing: 2.5px;
    }
    .ric-network-hub-label span {
        width: 27px;
    }
    .ric-network-hub-heading h2 {
        font-size: 34px; line-height: 1.07; letter-spacing: -1px;
    }
    .ric-network-hub-heading h2 strong {
        display: inline;
    }
    .ric-network-hub-heading p {
        font-size: 11px; line-height: 1.65;
    }
    .ric-network-hub-map {
        height: 540px; border-radius: 17px; background-size: 35px 35px;
    }
    .ring-1 {
        width: 120px; height: 120px;
    }
    .ring-2 {
        width: 235px; height: 235px;
    }
    .ring-3 {
        width: 350px; height: 350px;
    }
    .ric-central-icon {
        width: 36px; height: 36px; margin-bottom: 6px;
    }
    .ric-branch-node {
        min-width: 112px; padding: 8px 9px; gap: 7px;
    }
    .ric-node-icon {
        width: 29px; height: 29px; font-size: 10px;
    }
    .ric-branch-node strong {
        font-size: 9px;
    }
    .ric-branch-node small {
        font-size: 6px;
    }
    .node-srinagar {
        top: 55px; left: 5%;
    }
    .node-leh {
        top: 65px; right: 5%;
    }
    .node-zirakpur {
        bottom: 100px; left: 5%;
    }
    .node-baddi {
        bottom: 60px; right: 5%;
    }
    .route-1 {
        width: 180px; left: 23%; top: 100px;
    }
    .route-2 {
        width: 180px; right: 23%; top: 110px;
    }
    .route-3 {
        width: 160px; left: 25%; bottom: 135px;
    }
    .route-4 {
        width: 145px; right: 25%; bottom: 110px;
    }
    .ric-network-hub-footer {
        width: calc(100% - 24px); bottom: 14px; gap: 10px; padding: 10px 8px; box-sizing: border-box;
    }
    .ric-network-hub-footer div:not(.hub-divider) {
        flex-direction: column; gap: 2px; text-align: center; flex: 1;
    }
    .ric-network-hub-footer strong {
        font-size: 13px;
    }
    .ric-network-hub-footer span {
        font-size: 6px;
    }
    .hub-divider {
        height: 22px;
    }
}
.ric-network-container {
    width: min(1150px, 90%); margin: 0 auto;
}
.ric-network-label {
    display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 15px; color: #1769e0; font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase;
}
.ric-network-label span {
    width: 32px; height: 2px; background: #1769e0;
}
.ric-network-heading h2 {
    margin: 0 0 15px; color: #07172b; font-size: clamp(40px, 4.5vw, 55px); line-height: 1.05; font-weight: 800; letter-spacing: -2px;
}
.ric-network-heading h2 strong {
    display: block; color: #1769e0;
}
.ric-india-shape {
    position: absolute; left: 50%; top: 48%; width: 360px; height: 430px; transform: translate(-50%, -50%)
            rotate(8deg); opacity: .12; background: linear-gradient(
                145deg,
                transparent 8%,
                rgba(60,130,210,.55) 9%,
                rgba(60,130,210,.55) 10%,
                transparent 11%
            ); clip-path: polygon(
            38% 0%,
            62% 5%,
            70% 18%,
            85% 25%,
            79% 38%,
            92% 49%,
            77% 58%,
            83% 71%,
            69% 80%,
            63% 95%,
            48% 100%,
            41% 86%,
            29% 78%,
            34% 64%,
            23% 55%,
            30% 43%,
            20% 33%,
            28% 22%,
            25% 12%
        ); border: 1px solid rgba(70,150,230,.35); pointer-events: none;
}
.ric-radar {
    position: absolute; left: 50%; top: 49%; transform: translate(-50%, -50%); border: 1px solid rgba(43,132,235,.20); border-radius: 50%;
}
.radar-1 {
    width: 135px; height: 135px;
}
.radar-2 {
    width: 275px; height: 275px; border-style: dashed;
}
.radar-3 {
    width: 440px; height: 440px; border-style: dashed; opacity: .7;
}
.ric-network-routes {
    position: absolute; inset: 0; width: 100%; height: 100%; z-index: 3; overflow: visible;
}
.route-dot-1 {
    left: 37%; top: 152px;
}
.route-dot-2 {
    right: 37%; top: 165px;
}
.route-dot-3 {
    left: 39%; bottom: 155px;
}
.route-dot-4 {
    right: 39%; bottom: 145px;
}
.branch-icon {
    display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 34px; height: 34px; color: #4da3ff; background: rgba(23,105,224,.14); border: 1px solid rgba(77,163,255,.25); border-radius: 8px; font-size: 12px;
}
.ric-branch-card strong {
    display: block; color: #ffffff; font-size: 10px; font-weight: 800;
}
.ric-branch-card small {
    display: block; margin-top: 3px; color: #7898b8; font-size: 7px;
}
.branch-srinagar {
    top: 55px; left: 8%;
}
.branch-leh {
    top: 75px; right: 8%;
}
.branch-zirakpur {
    bottom: 85px; left: 8%;
}
.branch-baddi {
    bottom: 45px; right: 10%;
}
.central-hub-icon {
    display: flex; align-items: center; justify-content: center; width: 43px; height: 43px; margin-bottom: 9px; color: #ffffff; background: #1769e0; border-radius: 11px; box-shadow: 0 8px 20px rgba(23,105,224,.35);
}
.ric-network-status {
    position: absolute; z-index: 30; left: 50%; bottom: 18px; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; gap: 25px; padding: 11px 24px; background: rgba(5,20,38,.90); border: 1px solid #234b70; border-radius: 12px; backdrop-filter: blur(10px); box-shadow: 0 10px 25px rgba(0,0,0,.20);
}
.status-item {
    display: flex; align-items: center; gap: 7px; white-space: nowrap;
}
.status-item strong {
    color: #ffffff; font-size: 14px; font-weight: 800;
}
.status-item span {
    color: #7895b2; font-size: 8px;
}
.status-active {
    display: flex; align-items: center; gap: 6px; color: #86b9e8 !important;
}
.status-active i {
    width: 6px; height: 6px; background: #39a8ff; border-radius: 50%; box-shadow: 0 0 8px rgba(57,168,255,.8);
}
.status-line {
    width: 1px; height: 22px; background: #284b6a;
}
@media (max-width: 700px) {
    .ric-network-label {
        font-size: 9px; letter-spacing: 2.5px;
    }
    .ric-network-label span {
        width: 25px;
    }
    .ric-network-heading h2 strong {
        display: inline;
    }
    .ric-india-shape {
        width: 270px; height: 340px; opacity: .10;
    }
    .status-item {
        justify-content: center; flex-direction: column; gap: 2px; text-align: center;
    }
}
@media (max-width: 700px) {
    .ric-branch-hero, .branches-hero, .ric-branches-hero {
        min-height: 480px !important; height: 480px !important;
    }
    .ric-branch-hero-content, .branches-hero-content, .ric-branches-hero-content {
        padding-top: 45px !important; padding-bottom: 30px !important;
    }
    .ric-branch-hero h1, .branches-hero h1, .ric-branches-hero h1 {
        margin-top: 10px !important;
    }
}
@media (max-width: 700px) {
    .ric-branch-network-hero .hero-content {
        justify-content: flex-start !important;
    }
    .ric-branch-network-hero .hero-label {
        margin-top: 0 !important;
    }
}
@media (max-width: 700px) {
    .ric-branch-network-hero .hero-content {
        padding-top: 0 !important;
    }
}
@media (max-width: 700px) {
    .ric-branch-network-hero .hero-content {
        position: relative !important;
    }
}
@media (max-width: 700px) {
    .ric-branch-network-hero .hero-content {
        top: -95px !important;
    }
}
@media (max-width: 700px) {
    .ric-branch-hero {
        position: relative !important; min-height: 475px !important; height: 475px !important; overflow: hidden !important;
    }
    .ric-branch-hero-content {
        position: absolute !important; top: 75px !important; left: 0 !important; right: 0 !important; width: 100% !important; max-width: none !important; padding: 0 24px !important; box-sizing: border-box !important; transform: none !important;
    }
    .ric-branch-label {
        margin: 0 0 16px !important;
    }
    .ric-branch-hero h1 {
        margin: 0 0 16px !important;
    }
    .ric-branch-hero p {
        margin: 0 0 24px !important;
    }
    .ric-branch-hero-btn {
        margin-top: 0 !important;
    }
}
@media (max-width: 700px) {
    .branch-srinagar {
        top: 35px !important; left: 12px !important;
    }
    .branch-leh {
        top: 35px !important; right: 12px !important;
    }
    .branch-zirakpur {
        bottom: 105px !important; left: 12px !important;
    }
    .branch-baddi {
        bottom: 105px !important; right: 12px !important;
    }
    .ric-central-hub {
        width: 120px !important; height: 95px !important; left: 50% !important; top: 50% !important; transform: translate(-50%, -50%) !important; border-radius: 15px !important;
    }
    .radar-1 {
        width: 115px !important; height: 115px !important;
    }
    .radar-2 {
        width: 225px !important; height: 225px !important;
    }
    .radar-3 {
        width: 340px !important; height: 340px !important;
    }
    .network-route {
        stroke-width: 1 !important; opacity: .45 !important;
    }
    .route-dot {
        width: 5px !important; height: 5px !important;
    }
    .route-dot-1 {
        left: 31% !important; top: 145px !important;
    }
    .route-dot-2 {
        right: 31% !important; top: 145px !important;
    }
    .route-dot-3 {
        left: 31% !important; bottom: 195px !important;
    }
    .route-dot-4 {
        right: 31% !important; bottom: 195px !important;
    }
    .ric-network-status {
        width: calc(100% - 24px) !important; left: 50% !important; bottom: 12px !important; transform: translateX(-50%) !important; gap: 5px !important; padding: 8px 6px !important; border-radius: 9px !important; box-sizing: border-box !important;
    }
    .status-item {
        flex: 1 !important;
    }
    .status-item strong {
        font-size: 11px !important;
    }
    .status-item span {
        font-size: 5.5px !important;
    }
    .status-line {
        height: 22px !important;
    }
}
.ric-locations-container {
    width: min(1150px, 90%); margin: 0 auto;
}
.ric-locations-heading h2 {
    margin: 0 0 15px; color: #07172b; font-size: clamp(42px, 5vw, 58px); line-height: 1.05; font-weight: 800; letter-spacing: -2px;
}
.ric-locations-heading h2 strong {
    color: #1769e0;
}
.ric-locations-heading p {
    max-width: 650px; margin: 0 auto; color: #667a91; font-size: 13px; line-height: 1.7;
}
.ric-location-card::after {
    content: ""; position: absolute; left: 24px; bottom: 0; width: 40px; height: 3px; background: #1769e0; border-radius: 3px 3px 0 0; transition: width .3s ease;
}
.ric-location-card:hover::after {
    width: 80px;
}
.ric-location-top {
    display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 25px;
}
.ric-location-state {
    display: block; margin-bottom: 15px; color: #6d87a2; font-size: 10px; font-weight: 500;
}
.ric-location-bottom {
    display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: 42px;
}
.ric-location-bottom p {
    margin: 0; color: #71869d; font-size: 10px; letter-spacing: .5px;
}
.ric-location-bottom strong {
    color: #07172b;
}
.ric-bottom-line {
    width: 35px; height: 1px; background: #cbd9e8;
}
@media (max-width: 900px) {
    .ric-location-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .ric-locations-section {
        padding: 65px 0 65px;
    }
    .ric-locations-container {
        width: 90%;
    }
    .ric-locations-heading {
        margin-bottom: 30px;
    }
    .ric-locations-heading h2 {
        font-size: 34px; line-height: 1.08; letter-spacing: -1px;
    }
    .ric-locations-heading p {
        font-size: 11px; line-height: 1.65;
    }
    .ric-location-grid {
        grid-template-columns: 1fr; gap: 14px;
    }
    .ric-location-card {
        min-height: 245px; padding: 20px; border-radius: 14px;
    }
    .ric-location-top {
        margin-bottom: 20px;
    }
    .ric-location-icon {
        width: 40px; height: 40px; font-size: 14px;
    }
    .ric-location-number {
        font-size: 9px;
    }
    .ric-location-card h3 {
        font-size: 18px;
    }
    .ric-location-state {
        font-size: 9px; margin-bottom: 12px;
    }
    .ric-location-card p {
        max-width: 100%; margin-bottom: 20px; font-size: 10px; line-height: 1.65;
    }
    .ric-location-card a {
        font-size: 8px;
    }
    .ric-location-bottom {
        margin-top: 28px; gap: 8px;
    }
    .ric-location-bottom p {
        font-size: 8px; text-align: center;
    }
    .ric-bottom-line {
        width: 22px;
    }
}
.ric-header-logo {
    display: flex; align-items: center; text-decoration: none;
}
.ric-header-logo img {
    display: block; width: 145px; height: auto; max-height: 55px; object-fit: contain;
}
@media (max-width: 700px) {
    .ric-header-logo img {
        width: 125px; max-height: 48px;
    }
}
.locations-section {
    padding: 90px 7%; background: #f5f8fc; position: relative; overflow: hidden;
}
.section-heading span {
    color: #1769e0; font-size: 13px; font-weight: 700; letter-spacing: 4px;
}
.section-heading h2 strong {
    color: #1769e0;
}
.locations-grid {
    max-width: 1200px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.location-card {
    background: #fff; padding: 30px 25px; border-radius: 16px; border: 1px solid #e4eaf2; box-shadow: 0 10px 30px rgba(10, 40, 80, 0.06); transition: 0.3s ease;
}
.location-card:hover {
    transform: translateY(-8px); box-shadow: 0 18px 40px rgba(10, 40, 80, 0.12);
}
.location-icon {
    width: 52px; height: 52px; border-radius: 12px; background: #eaf2ff; color: #1769e0; display: flex; align-items: center; justify-content: center; font-size: 21px; margin-bottom: 22px;
}
.location-card h3 {
    color: #071a33; font-size: 21px; margin-bottom: 7px;
}
.location-card p {
    color: #78879a; margin-bottom: 20px;
}
.location-card a {
    color: #1769e0; font-weight: 600; text-decoration: none;
}
.location-card a i {
    margin-left: 6px;
}
.locations-button {
    text-align: center; margin-top: 45px;
}
.view-all-btn {
    display: inline-flex; align-items: center; gap: 10px; padding: 15px 28px; background: #1769e0; color: #fff; border-radius: 8px; text-decoration: none; font-weight: 600;
}
@media (max-width: 900px) {
    .locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .section-heading h2 {
        font-size: 38px;
    }
}
@media (max-width: 600px) {
    .locations-section {
        padding: 65px 20px;
    }
    .locations-grid {
        grid-template-columns: 1fr;
    }
    .section-heading h2 {
        font-size: 32px;
    }
}
.about-branches-section {
    position: relative; padding: 100px 6%; background: #f5f8fc; overflow: hidden;
}
.about-branches-section::before {
    content: ""; position: absolute; width: 280px; height: 280px; background: #e8f0ff; border-radius: 50%; left: -150px; top: 40px; z-index: 0;
}
.about-branches-section::after {
    content: ""; position: absolute; width: 230px; height: 230px; background: #e8f0ff; border-radius: 50%; right: -120px; bottom: -80px; z-index: 0;
}
.about-branches-container {
    max-width: 1200px; margin: 0 auto; position: relative; z-index: 2;
}
.about-branches-heading {
    text-align: center; max-width: 850px; margin: 0 auto 55px;
}
.about-branches-label {
    display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 18px;
}
.about-branches-label span {
    width: 38px; height: 2px; background: #1769e0;
}
.about-branches-label p {
    margin: 0; color: #1769e0; font-size: 12px; font-weight: 800; letter-spacing: 4px;
}
.about-branches-heading h2 {
    margin: 0; color: #071a33; font-size: 48px; line-height: 1.15; font-weight: 800;
}
.about-branches-heading h2 span {
    color: #1769e0;
}
.about-branches-description {
    margin: 20px auto 0; max-width: 700px; color: #60738c; font-size: 15px; line-height: 1.7;
}
.about-location-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.about-location-card {
    background: #ffffff; border: 1px solid #e1e8f1; border-radius: 18px; padding: 28px 24px; min-height: 250px; display: flex; flex-direction: column; box-shadow: 0 12px 35px rgba(15, 48, 85, 0.07); transition: transform 0.3s ease,
            box-shadow 0.3s ease,
            border-color 0.3s ease;
}
.about-location-card:hover {
    transform: translateY(-7px); border-color: #c9dcfb; box-shadow: 0 20px 45px rgba(15, 48, 85, 0.12);
}
.about-location-icon {
    width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; background: #eaf2ff; color: #1769e0; border-radius: 13px; font-size: 20px; margin-bottom: 25px;
}
.about-location-content {
    flex: 1;
}
.about-location-content h3 {
    margin: 0 0 7px; color: #071a33; font-size: 21px; font-weight: 750;
}
.about-location-content p {
    margin: 0; color: #8190a3; font-size: 14px;
}
.about-location-card > a {
    display: inline-flex; align-items: center; gap: 9px; width: fit-content; color: #1769e0; font-size: 15px; font-weight: 700; text-decoration: none; margin-top: 20px; transition: gap 0.25s ease;
}
.about-location-card > a:hover {
    gap: 14px;
}
.about-location-card > a i {
    font-size: 13px;
}
.about-branches-button {
    text-align: center; margin-top: 45px;
}
.about-branches-button a {
    display: inline-flex; align-items: center; gap: 10px; padding: 15px 28px; background: #1769e0; color: #ffffff; border-radius: 9px; font-size: 15px; font-weight: 700; text-decoration: none; box-shadow: 0 10px 25px rgba(23, 105, 224, 0.22); transition: 0.3s ease;
}
.about-branches-button a:hover {
    background: #0f5ac7; transform: translateY(-2px);
}
.about-branches-button a i {
    transition: transform 0.25s ease;
}
.about-branches-button a:hover i {
    transform: translateX(4px);
}
@media (max-width: 1000px) {
    .about-location-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-branches-heading h2 {
        font-size: 42px;
    }
}
@media (max-width: 600px) {
    .about-branches-section {
        padding: 70px 20px;
    }
    .about-branches-heading {
        margin-bottom: 40px;
    }
    .about-branches-label {
        gap: 8px;
    }
    .about-branches-label span {
        width: 25px;
    }
    .about-branches-label p {
        font-size: 10px; letter-spacing: 2.5px;
    }
    .about-branches-heading h2 {
        font-size: 32px; line-height: 1.2;
    }
    .about-branches-description {
        font-size: 14px;
    }
    .about-location-grid {
        grid-template-columns: 1fr; gap: 18px;
    }
    .about-location-card {
        min-height: 220px; padding: 25px 22px;
    }
    .about-branches-button {
        margin-top: 35px;
    }
    .about-branches-button a {
        width: 100%; justify-content: center;
    }
}
.ric-why-heading {
    text-align: center;
}
.ric-why-heading h2 {
    color: #071a32 !important;
}
.ric-why-heading h2 strong {
    color: #1769e0 !important;
}
.ric-why-heading p {
    color: #60738c !important;
}
.ric-services-button-wrap {
    text-align: center; margin-top: 40px;
}
.ric-view-services {
    display: inline-flex !important; align-items: center; justify-content: center; gap: 10px; min-width: 180px; min-height: 48px; padding: 0 24px; background: #1769e0 !important; color: #ffffff !important; border-radius: 8px; text-decoration: none !important; font-size: 13px; font-weight: 700; opacity: 1 !important; visibility: visible !important; box-shadow: 0 10px 25px rgba(23, 105, 224, 0.20); transition: 0.3s ease;
}
.ric-view-services span {
    color: #ffffff !important; opacity: 1 !important; visibility: visible !important;
}
.ric-view-services i {
    color: #ffffff !important; opacity: 1 !important; visibility: visible !important; transition: transform 0.25s ease;
}
.ric-view-services:hover {
    background: #0f5bc7 !important; transform: translateY(-2px);
}
.ric-view-services:hover i {
    transform: translateX(4px);
}
@media (max-width: 700px) {
    .ric-network-section {
        padding: 55px 0 60px !important; overflow: hidden !important;
    }
    .ric-network-container {
        width: 92% !important; margin: 0 auto !important;
    }
    .ric-network-heading {
        margin-bottom: 28px !important;
    }
    .ric-network-heading h2 {
        font-size: 32px !important; line-height: 1.1 !important; letter-spacing: -1px !important;
    }
    .ric-network-heading p {
        font-size: 11px !important; line-height: 1.6 !important;
    }
    .ric-network-map {
        width: 100% !important; height: 500px !important; position: relative !important; overflow: hidden !important; border-radius: 18px !important;
    }
    .ric-branch-card {
        position: absolute !important; width: 105px !important; min-width: 105px !important; height: 58px !important; padding: 7px 8px !important; display: flex !important; align-items: center !important; gap: 7px !important; box-sizing: border-box !important; border-radius: 10px !important; transform: none !important; z-index: 20 !important;
    }
    .ric-branch-card:hover {
        transform: none !important;
    }
    .branch-icon {
        width: 27px !important; height: 27px !important; min-width: 27px !important; font-size: 9px !important; border-radius: 7px !important;
    }
    .ric-branch-card strong {
        font-size: 8px !important; line-height: 1.2 !important;
    }
    .ric-branch-card small {
        font-size: 5.5px !important; line-height: 1.2 !important; margin-top: 2px !important;
    }
    .ric-network-map .branch-srinagar {
        top: 25px !important; left: 12px !important; right: auto !important; bottom: auto !important;
    }
    .ric-network-map .branch-leh {
        top: 25px !important; right: 12px !important; left: auto !important; bottom: auto !important;
    }
    .ric-network-map .branch-zirakpur {
        bottom: 80px !important; left: 12px !important; right: auto !important; top: auto !important;
    }
    .ric-network-map .branch-baddi {
        bottom: 80px !important; right: 12px !important; left: auto !important; top: auto !important;
    }
    .ric-network-map .ric-central-hub {
        position: absolute !important; width: 112px !important; height: 88px !important; left: 50% !important; top: 50% !important; transform: translate(-50%, -50%) !important; z-index: 30 !important; border-radius: 14px !important;
    }
    .central-hub-icon {
        width: 34px !important; height: 34px !important; margin-bottom: 5px !important; border-radius: 8px !important;
    }
    .ric-central-hub strong {
        font-size: 8px !important;
    }
    .ric-central-hub small {
        font-size: 5px !important; letter-spacing: .8px !important;
    }
    .ric-network-map .radar-1 {
        width: 110px !important; height: 110px !important;
    }
    .ric-network-map .radar-2 {
        width: 220px !important; height: 220px !important;
    }
    .ric-network-map .radar-3 {
        width: 330px !important; height: 330px !important;
    }
    .ric-network-map .network-route {
        opacity: .4 !important; stroke-width: 1 !important;
    }
    .ric-network-map .ric-network-status {
        width: calc(100% - 24px) !important; left: 50% !important; bottom: 10px !important; transform: translateX(-50%) !important; padding: 7px 5px !important; gap: 4px !important; border-radius: 9px !important; z-index: 40 !important;
    }
    .ric-network-map .status-item strong {
        font-size: 10px !important;
    }
    .ric-network-map .status-item span {
        font-size: 5px !important;
    }
    .ric-network-map .status-line {
        height: 20px !important;
    }
}
@media (max-width: 400px) {
    .ric-network-map {
        height: 470px !important;
    }
    .ric-branch-card {
        width: 98px !important; min-width: 98px !important; height: 55px !important;
    }
    .ric-network-map .branch-srinagar, .ric-network-map .branch-leh {
        top: 22px !important;
    }
    .ric-network-map .branch-zirakpur, .ric-network-map .branch-baddi {
        bottom: 75px !important;
    }
    .ric-network-map .ric-central-hub {
        width: 105px !important; height: 84px !important;
    }
}
@media (max-width: 700px) {
    .ric-network-map .ric-branch-card strong {
        line-height: 1.2 !important; display: block !important;
    }
    .ric-network-map .ric-branch-card small {
        font-weight: 500 !important; line-height: 1.2 !important; display: block !important; margin-top: 3px !important;
    }
}
@media (max-width: 700px) {
    .ric-network-map .ric-branch-card {
        background: #0b2948 !important; border: 1px solid #2d6da8 !important; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.20) !important; color: #ffffff !important;
    }
    .ric-network-map .ric-branch-card strong {
        color: #ffffff !important; font-size: 9px !important; font-weight: 800 !important;
    }
    .ric-network-map .ric-branch-card small {
        color: #8eb4d8 !important; font-size: 6px !important;
    }
    .ric-network-map .branch-icon {
        background: #1769e0 !important; border: 1px solid #3d8df0 !important; color: #ffffff !important;
    }
    .ric-network-map .branch-srinagar {
        background: #103456 !important;
    }
    .ric-network-map .branch-leh {
        background: #0d304f !important;
    }
    .ric-network-map .branch-zirakpur {
        background: #0b2b4a !important;
    }
    .ric-network-map .branch-baddi {
        background: #0e3555 !important;
    }
}
@media (max-width: 700px) {
    .ric-why-section {
        padding: 50px 0 60px !important; overflow: hidden !important;
    }
    .ric-why-container {
        width: 92% !important; margin: 0 auto !important; padding: 0 !important;
    }
    .ric-why-heading {
        margin-bottom: 28px !important; text-align: center !important;
    }
    .ric-why-heading h2 {
        font-size: 30px !important; line-height: 1.1 !important; letter-spacing: -1px !important;
    }
    .ric-why-heading p {
        max-width: 310px !important; margin: 0 auto !important; font-size: 11px !important; line-height: 1.6 !important;
    }
    .ric-why-grid {
        display: flex !important; flex-direction: column !important; gap: 12px !important; width: 100% !important; margin: 0 !important; padding: 0 !important;
    }
    .ric-why-card {
        position: relative !important; display: flex !important; align-items: center !important; width: 100% !important; height: auto !important; min-height: 92px !important; max-height: none !important; padding: 14px 14px 16px !important; margin: 0 !important; box-sizing: border-box !important; gap: 12px !important; overflow: hidden !important; border-radius: 13px !important;
    }
    .ric-why-top {
        flex: 0 0 auto !important;
    }
    .ric-why-icon {
        border-radius: 9px !important; font-size: 14px !important;
    }
    .ric-why-card-text {
        flex: 1 1 auto !important; width: auto !important; min-width: 0 !important; max-width: none !important; margin: 0 !important; padding: 0 !important;
    }
    .ric-why-card-text h3 {
        display: block !important; width: 100% !important; margin: 0 0 4px !important; padding: 0 !important; color: #07172b !important; font-size: 13px !important; line-height: 1.25 !important; font-weight: 800 !important; white-space: normal !important; word-break: normal !important;
    }
    .ric-why-card-text p {
        display: block !important; width: 100% !important; margin: 0 !important; padding: 0 !important; color: #8292a5 !important; font-size: 9px !important; line-height: 1.45 !important; white-space: normal !important; word-break: normal !important; overflow-wrap: break-word !important;
    }
    .ric-why-card::after {
        left: 15px !important; bottom: 0 !important; width: 38px !important; height: 3px !important; transform: none !important;
    }
}
@media (max-width: 380px) {
    .ric-why-container {
        width: 94% !important;
    }
    .ric-why-card {
        gap: 9px !important; padding: 13px 11px 15px !important;
    }
    .ric-why-top {
        width: 70px !important;
    }
    .ric-why-icon {
        width: 38px !important; height: 38px !important; min-width: 38px !important; max-width: 38px !important;
    }
    .ric-why-card-text h3 {
        font-size: 12px !important;
    }
    .ric-why-card-text p {
        font-size: 8.5px !important;
    }
}
@media (max-width: 700px) {
    .ric-why-top {
        display: flex !important; align-items: center !important; justify-content: flex-start !important; width: 82px !important; min-width: 82px !important; gap: 8px !important; margin: 0 !important; padding: 0 !important;
    }
    .ric-why-number {
        display: block !important; width: 20px !important; min-width: 20px !important; flex: 0 0 20px !important; margin: 0 !important; padding: 0 !important; color: #b6c4d5 !important; font-size: 9px !important; font-weight: 800 !important; text-align: center !important; position: relative !important; z-index: 2 !important;
    }
    .ric-why-icon {
        width: 42px !important; height: 42px !important; min-width: 42px !important; max-width: 42px !important; flex: 0 0 42px !important; position: relative !important; z-index: 3 !important; margin: 0 !important;
    }
}
.ric-why-section {
    position: relative; width: 100%; padding: 110px 0; background: #f7f9fc; overflow: hidden; font-family: "Poppins", sans-serif;
}
.ric-why-container {
    width: min(1200px, 92%); margin: 0 auto;
}
.ric-why-intro {
    margin-bottom: 65px;
}
.ric-why-main {
    display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 75px; align-items: center;
}
.ric-why-visual {
    position: relative; padding-bottom: 30px;
}
.ric-image-wrap {
    position: relative; width: 100%; height: 590px; overflow: hidden; border-radius: 24px; background: #dfe7ef; box-shadow: 0 25px 60px rgba(7, 27, 58, 0.14);
}
.ric-image-wrap img {
    width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 0.6s ease;
}
.ric-image-wrap:hover img {
    transform: scale(1.04);
}
.ric-image-overlay {
    position: absolute; inset: 0; background: linear-gradient(
            to top,
            rgba(7, 27, 58, 0.72) 0%,
            rgba(7, 27, 58, 0.12) 45%,
            rgba(7, 27, 58, 0) 75%
        ); pointer-events: none;
}
.ric-location-badge {
    position: absolute; left: 25px; bottom: 25px; display: flex; align-items: center; gap: 14px; padding: 15px 20px; background: rgba(255, 255, 255, 0.96); border-radius: 14px; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15); backdrop-filter: blur(10px);
}
.ric-location-badge > i {
    width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #ffffff; background: #f58220; font-size: 16px;
}
.ric-location-badge small {
    display: block; margin-bottom: 3px; color: #7b8798; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px;
}
.ric-location-badge strong {
    display: block; color: #071b3a; font-size: 14px; font-weight: 700;
}
.ric-trust-card {
    position: absolute; right: -35px; bottom: 0; display: flex; align-items: center; gap: 14px; padding: 18px 22px; background: #ffffff; border-radius: 16px; box-shadow: 0 18px 45px rgba(7, 27, 58, 0.16); z-index: 3;
}
.ric-trust-icon {
    width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; border-radius: 12px; background: #071b3a; color: #ffffff; font-size: 18px;
}
.ric-trust-card strong {
    display: block; color: #071b3a; font-size: 13px; font-weight: 700;
}
.ric-trust-card span {
    display: block; margin-top: 3px; color: #7b8798; font-size: 11px;
}
.ric-why-content {
    min-width: 0;
}
.ric-content-label {
    margin-bottom: 12px;
}
.ric-why-content h3 {
    margin: 0 0 18px; color: #071b3a; font-size: clamp(36px, 4vw, 52px); line-height: 1.1; letter-spacing: -1px; font-weight: 700;
}
.ric-why-content h3 span {
    color: #0b4f8a;
}
.ric-content-description {
    max-width: 570px; margin: 0 0 35px; color: #64748b; font-size: 15px; line-height: 1.8;
}
.ric-feature-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
}
.ric-feature-card {
    padding: 21px; background: #ffffff; border: 1px solid #e7edf4; border-radius: 16px; transition: transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}
.ric-feature-card:hover {
    transform: translateY(-5px); border-color: rgba(245, 130, 32, 0.35); box-shadow: 0 15px 35px rgba(7, 27, 58, 0.09);
}
.ric-feature-top {
    display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px;
}
.ric-feature-number {
    color: #a8b3c1; font-size: 12px; font-weight: 700; letter-spacing: 1px;
}
.ric-feature-icon {
    width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 11px; background: #eef5fb; color: #0b4f8a; font-size: 16px; transition: all 0.3s ease;
}
.ric-feature-card:hover .ric-feature-icon {
    background: #f58220; color: #ffffff;
}
.ric-feature-card h4 {
    margin: 0 0 8px; color: #071b3a; font-size: 16px; line-height: 1.4; font-weight: 700;
}
.ric-feature-card p {
    margin: 0; color: #718096; font-size: 12.5px; line-height: 1.7;
}
.ric-why-btn {
    display: inline-flex; align-items: center; gap: 13px; margin-top: 30px; padding: 14px 20px; color: #ffffff; background: #071b3a; border-radius: 9px; text-decoration: none; font-size: 13px; font-weight: 600; transition: all 0.3s ease;
}
.ric-why-btn i {
    font-size: 12px; transition: transform 0.3s ease;
}
.ric-why-btn:hover {
    background: #f58220; color: #ffffff;
}
.ric-why-btn:hover i {
    transform: translateX(4px);
}
@media (max-width: 1000px) {
    .ric-why-section {
        padding: 80px 0;
    }
    .ric-why-main {
        grid-template-columns: 1fr; gap: 60px;
    }
    .ric-why-visual {
        max-width: 650px; width: 100%; margin: 0 auto;
    }
    .ric-image-wrap {
        height: 520px;
    }
    .ric-why-content {
        max-width: 750px; margin: 0 auto;
    }
    .ric-trust-card {
        right: 20px;
    }
}
@media (max-width: 600px) {
    .ric-why-section {
        padding: 65px 0;
    }
    .ric-why-container {
        width: 90%;
    }
    .ric-why-intro {
        margin-bottom: 40px;
    }
    .ric-section-label {
        font-size: 11px; letter-spacing: 1.6px;
    }
    .ric-section-label span {
        width: 25px;
    }
    .ric-why-intro h2 {
        font-size: 36px; line-height: 1.12; letter-spacing: -0.8px;
    }
    .ric-why-intro > p {
        font-size: 14px; line-height: 1.7;
    }
    .ric-image-wrap {
        height: 390px; border-radius: 18px;
    }
    .ric-location-badge {
        left: 15px; bottom: 15px; padding: 11px 13px; gap: 10px; border-radius: 11px;
    }
    .ric-location-badge > i {
        width: 34px; height: 34px; font-size: 13px;
    }
    .ric-location-badge small {
        font-size: 9px;
    }
    .ric-location-badge strong {
        font-size: 11px;
    }
    .ric-trust-card {
        right: 10px; bottom: -20px; padding: 12px 14px; border-radius: 12px; gap: 10px;
    }
    .ric-trust-icon {
        width: 36px; height: 36px; border-radius: 9px; font-size: 14px;
    }
    .ric-trust-card strong {
        font-size: 10px;
    }
    .ric-trust-card span {
        font-size: 9px;
    }
    .ric-content-label {
        font-size: 10px; letter-spacing: 1.5px;
    }
    .ric-why-content h3 {
        font-size: 34px; line-height: 1.12;
    }
    .ric-content-description {
        font-size: 13px; line-height: 1.75; margin-bottom: 25px;
    }
    .ric-feature-grid {
        grid-template-columns: 1fr; gap: 12px;
    }
    .ric-feature-card {
        padding: 17px;
    }
    .ric-feature-top {
        margin-bottom: 13px;
    }
    .ric-feature-icon {
        width: 38px; height: 38px; font-size: 14px;
    }
    .ric-feature-card h4 {
        font-size: 14px;
    }
    .ric-feature-card p {
        font-size: 11.5px;
    }
    .ric-why-btn {
        width: 100%; justify-content: center; margin-top: 22px; padding: 14px; font-size: 12px;
    }
}
@media (max-width: 380px) {
    .ric-why-section {
        padding: 55px 0;
    }
    .ric-why-intro h2 {
        font-size: 32px;
    }
    .ric-image-wrap {
        height: 350px;
    }
    .ric-why-content h3 {
        font-size: 30px;
    }
}
.ric-section-label {
    display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 18px; color: #f58220; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
}
.ric-section-label span {
    width: 32px; height: 2px; display: block;
}
.ric-section-label, .ric-content-label {
    color: #0b4f8a !important;
}
.ric-section-label span {
    background: #0b4f8a !important;
}
.ric-why-intro {
    width: 100%; max-width: 1000px; margin: 0 auto 65px; padding: 0 20px; text-align: center; box-sizing: border-box;
}
.ric-why-intro h2 {
    margin: 0 0 20px; color: #071b3a; font-size: clamp(38px, 5vw, 62px); line-height: 1.1; font-weight: 700; letter-spacing: -1.5px; white-space: normal; overflow-wrap: normal;
}
.ric-why-intro h2 strong {
    color: #0b4f8a !important;
}
.ric-why-intro > p {
    width: 100%; max-width: 720px; margin: 0 auto; color: #526984; font-size: 17px; line-height: 1.75;
}
.ric-content-label {
    color: #0b4f8a !important; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
}
.ric-choose-section {
    position: relative; width: 100%; padding: 100px 0; background: #f5f8fc; overflow: hidden;
}
.ric-choose-container {
    width: min(1200px, 92%); margin: 0 auto;
}
.ric-choose-heading {
    text-align: center; margin-bottom: 48px;
}
.ric-choose-label {
    display: flex; align-items: center; justify-content: center; gap: 11px; margin-bottom: 16px; color: #0b4f8a; font-size: 12px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
}
.ric-choose-label span {
    width: 34px; height: 2px; display: block; background: #0b4f8a;
}
.ric-choose-heading h2 {
    margin: 0; color: #071b3a; font-size: clamp(40px, 5vw, 58px); line-height: 1.1; font-weight: 700; letter-spacing: -1.5px;
}
.ric-choose-heading h2 strong {
    color: #1769d1;
}
.ric-choose-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
}
.ric-choose-card {
    position: relative; min-height: 145px; display: grid; grid-template-columns: 30px
        52px
        minmax(130px, 0.85fr)
        minmax(180px, 1.15fr); align-items: center; gap: 16px; padding: 25px 24px 28px; background: #ffffff; border: 1px solid #dce6f1; border-radius: 17px; box-shadow: 0 8px 25px rgba(7, 27, 58, 0.04); overflow: hidden; transition: transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}
.ric-choose-card:hover {
    transform: translateY(-5px); border-color: #bcd3ec; box-shadow: 0 18px 40px rgba(7, 27, 58, 0.09);
}
.ric-choose-card::after {
    content: ""; position: absolute; left: 20px; bottom: 0; width: 46px; height: 3px; background: #1769d1; border-radius: 5px 5px 0 0; transition: width 0.3s ease;
}
.ric-choose-card:hover::after {
    width: 75px;
}
.ric-card-number {
    color: #aebed1; font-size: 12px; font-weight: 700; letter-spacing: 1px;
}
.ric-card-icon {
    width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 11px; color: #1769d1; background: #edf5ff; border: 1px solid #cfe2ff; font-size: 17px; transition: all 0.3s ease;
}
.ric-choose-card:hover .ric-card-icon {
    color: #ffffff; background: #1769d1; border-color: #1769d1;
}
.ric-card-title h3 {
    margin: 0; color: #071b3a; font-size: 18px; line-height: 1.25; font-weight: 700;
}
.ric-card-description {
    min-width: 0;
}
.ric-card-description p {
    margin: 0; color: #58708c; font-size: 12px; line-height: 1.7;
}
@media (max-width: 1050px) {
    .ric-choose-card {
        grid-template-columns: 30px
                48px
                minmax(120px, 0.8fr)
                minmax(150px, 1.2fr); gap: 13px; padding: 22px 18px 27px;
    }
    .ric-card-title h3 {
        font-size: 16px;
    }
    .ric-card-description p {
        font-size: 11.5px;
    }
}
@media (max-width: 700px) {
    .ric-choose-section {
        padding: 70px 0;
    }
    .ric-choose-container {
        width: 90%;
    }
    .ric-choose-heading {
        margin-bottom: 35px;
    }
    .ric-choose-label {
        font-size: 10px; letter-spacing: 2px; gap: 8px;
    }
    .ric-choose-label span {
        width: 25px;
    }
    .ric-choose-heading h2 {
        font-size: 35px; letter-spacing: -0.8px;
    }
    .ric-choose-grid {
        grid-template-columns: 1fr; gap: 13px;
    }
    .ric-choose-card {
        min-height: 125px; grid-template-columns: 30px
                46px
                minmax(0, 1fr); grid-template-rows: auto
                auto; column-gap: 12px; row-gap: 8px; padding: 20px 17px 24px;
    }
    .ric-card-number {
        grid-row: 1 / 3; align-self: start; padding-top: 15px;
    }
    .ric-card-icon {
        grid-row: 1 / 3; align-self: start; width: 44px; height: 44px;
    }
    .ric-card-title {
        grid-column: 3; grid-row: 1;
    }
    .ric-card-title h3 {
        font-size: 16px; line-height: 1.25;
    }
    .ric-card-description {
        grid-column: 3; grid-row: 2;
    }
    .ric-card-description p {
        font-size: 11.5px; line-height: 1.65;
    }
    .desktop-break {
        display: none;
    }
}
@media (max-width: 380px) {
    .ric-choose-heading h2 {
        font-size: 31px;
    }
    .ric-choose-card {
        grid-template-columns: 25px 42px minmax(0, 1fr); column-gap: 10px; padding: 17px 14px 22px;
    }
    .ric-card-icon {
        width: 40px; height: 40px; font-size: 14px;
    }
    .ric-card-title h3 {
        font-size: 14px;
    }
    .ric-card-description p {
        font-size: 11px;
    }
}
.about-hero {
    width: 100%; min-height: 620px; display: flex; position: relative; overflow: hidden; background: #061b32;
}
.about-hero-content {
    width: 46%; min-height: 620px; background: radial-gradient(
            circle at 20% 90%,
            rgba(0, 105, 255, 0.08),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #071d34 0%,
            #04172b 100%
        ); position: relative; z-index: 5; display: flex; flex-direction: column; justify-content: center; padding: 70px 40px 70px max(70px, calc((100vw - 1500px) / 2));
}
.about-hero-content::after {
    content: ""; position: absolute; top: 0; right: -90px; width: 180px; height: 100%; background: #061a30; clip-path: polygon(
        0 0,
        100% 0,
        35% 100%,
        0 100%
    ); z-index: -1;
}
.about-hero-content::before {
    content: ""; position: absolute; right: -19px; top: 18px; width: 5px; height: 155px; background: #1478ff; transform: skew(-7deg); z-index: 10;
}
.about-label {
    display: flex; align-items: center; gap: 12px; color: #1681ff; font-size: 14px; font-weight: 700; letter-spacing: 3px; margin-bottom: 24px;
}
.about-label span {
    width: 25px; height: 1px; background: #1681ff;
}
.about-hero h1 {
    color: #ffffff; font-size: clamp(42px, 3.3vw, 64px); line-height: 1.08; font-weight: 800; margin: 0; max-width: 650px; letter-spacing: -1.5px;
}
.about-hero h1 strong {
    color: #1378f5; font-weight: 800;
}
.hero-line {
    width: 78px; height: 4px; background: #1378f5; margin: 27px 0 30px; border-radius: 20px;
}
.about-hero-content > p {
    color: #d5dfeb; font-size: 17px; line-height: 1.8; max-width: 570px; margin: 0 0 34px; font-weight: 400;
}
.about-hero-buttons {
    display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.hero-btn {
    min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 28px; border-radius: 7px; text-decoration: none; font-size: 15px; font-weight: 700; transition: all 0.3s ease;
}
.hero-btn-primary {
    color: #ffffff; background: linear-gradient(
        135deg,
        #1478f5,
        #0566e6
    ); border: 1px solid #1478f5; box-shadow: 0 8px 25px rgba(0, 102, 230, 0.22);
}
.hero-btn-primary:hover {
    transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0, 102, 230, 0.35);
}
.hero-btn-outline {
    color: #ffffff; background: transparent; border: 1px solid rgba(255, 255, 255, 0.7);
}
.hero-btn-outline:hover {
    background: #ffffff; color: #061b32; transform: translateY(-3px);
}
.hero-btn span {
    font-size: 22px; line-height: 1;
}
.hero-features {
    display: flex; align-items: center; margin-top: 45px; gap: 22px;
}
.hero-feature {
    display: flex; align-items: center; gap: 10px; color: #ffffff; font-size: 13px; font-weight: 500; white-space: nowrap;
}
.feature-icon {
    width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; border: 2px solid #1478f5; color: #1478f5; border-radius: 50%; font-size: 15px; font-weight: 800;
}
.feature-divider {
    width: 1px; height: 38px; background: rgba(255, 255, 255, 0.3);
}
.about-hero-image {
    width: 54%; min-height: 620px; position: relative; background-image: url("../images/about-hero.jpg"); background-position: center; background-size: cover; background-repeat: no-repeat;
}
.hero-image-overlay {
    position: absolute; inset: 0; background: linear-gradient(
        90deg,
        rgba(4, 23, 43, 0.55) 0%,
        rgba(4, 23, 43, 0.12) 22%,
        transparent 50%
    );
}
@media (max-width: 1100px) {
    .about-hero {
        min-height: 570px;
    }
    .about-hero-content {
        width: 52%; min-height: 570px; padding: 60px 40px;
    }
    .about-hero-image {
        width: 48%; min-height: 570px;
    }
    .about-hero h1 {
        font-size: 44px;
    }
    .hero-features {
        gap: 14px;
    }
    .hero-feature {
        font-size: 11px;
    }
}
@media (max-width: 768px) {
    .about-hero {
        display: block; min-height: auto;
    }
    .about-hero-content {
        width: 100%; min-height: auto; padding: 70px 22px 55px;
    }
    .about-hero-content::after, .about-hero-content::before {
        display: none;
    }
    .about-label {
        font-size: 11px; letter-spacing: 2px; margin-bottom: 18px;
    }
    .about-hero h1 {
        font-size: 40px; line-height: 1.1;
    }
    .about-hero-content > p {
        font-size: 15px; line-height: 1.7;
    }
    .about-hero-buttons {
        width: 100%;
    }
    .hero-btn {
        flex: 1; min-width: 160px; padding: 0 18px;
    }
    .hero-features {
        flex-wrap: wrap; gap: 20px; margin-top: 38px;
    }
    .feature-divider {
        display: none;
    }
    .about-hero-image {
        width: 100%; min-height: 380px; background-position: center;
    }
}
@media (max-width: 480px) {
    .about-hero-content {
        padding: 55px 20px 45px;
    }
    .about-hero h1 {
        font-size: 34px;
    }
    .about-hero-buttons {
        flex-direction: column; align-items: stretch;
    }
    .hero-btn {
        width: 100%;
    }
    .hero-features {
        flex-direction: column; align-items: flex-start;
    }
    .about-hero-image {
        min-height: 300px;
    }
}
.ric-services-hero {
    position: relative; width: 100%; min-height: 600px; display: flex; align-items: stretch; overflow: hidden; background: #061a30;
}
.ric-services-hero::before {
    content: ""; position: absolute; top: 0; right: 0; width: 66%; height: 100%; background-image: url("images/ric-services-hero.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 1;
}
.ric-services-hero::after {
    content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(
        90deg,
        #061a30 0%,
        #061a30 39%,
        rgba(6, 26, 48, 0.96) 43%,
        rgba(6, 26, 48, 0.70) 50%,
        rgba(6, 26, 48, 0.15) 65%,
        transparent 82%
    ); pointer-events: none;
}
.ric-services-hero-content {
    position: relative; z-index: 5; width: min(1180px, 90%); margin: 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; min-height: 600px; padding: 65px 0;
}
.ric-services-label {
    display: flex; align-items: center; gap: 11px; margin-bottom: 21px; color: #4da3ff; font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase;
}
.ric-services-label span {
    width: 35px; height: 2px; background: #1769e0; border-radius: 5px;
}
.ric-services-hero h1 {
    max-width: 570px; margin: 0 0 24px; color: #ffffff; font-family: "Manrope", sans-serif; font-size: clamp(48px, 4.3vw, 66px); font-weight: 800; line-height: 1.03; letter-spacing: -2.5px;
}
.ric-services-hero h1 strong {
    display: block; color: #1769e0; font-weight: 800;
}
.ric-services-hero p {
    max-width: 500px; margin: 0 0 31px; color: #c8d5e5; font-size: 15px; line-height: 1.75;
}
.ric-services-hero-btn {
    min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 25px; color: #ffffff; background: #1769e0; border: 1px solid #1769e0; border-radius: 7px; font-size: 13px; font-weight: 700; text-decoration: none; box-shadow: 0 10px 30px rgba(23, 105, 224, 0.20); transition: transform 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}
.ric-services-hero-btn:hover {
    background: #0f5bc7; transform: translateY(-2px); box-shadow: 0 15px 35px rgba(23, 105, 224, 0.30);
}
.ric-services-hero-btn i {
    font-size: 11px; transition: transform 0.25s ease;
}
.ric-services-hero-btn:hover i {
    transform: translateX(4px);
}
@media (max-width: 1000px) {
    .ric-services-hero, .ric-services-hero-content {
        min-height: 540px;
    }
    .ric-services-hero::before {
        width: 55%;
    }
    .ric-services-hero::after {
        background: linear-gradient(
            90deg,
            #061a30 0%,
            #061a30 42%,
            rgba(6,26,48,0.90) 50%,
            rgba(6,26,48,0.28) 70%,
            transparent 100%
        );
    }
    .ric-services-hero h1 {
        max-width: 500px; font-size: 50px;
    }
    .ric-services-hero p {
        max-width: 430px; font-size: 14px;
    }
}
@media (max-width: 700px) {
    .ric-services-hero {
        min-height: 610px; display: flex; align-items: flex-end;
    }
    .ric-services-hero::before {
        width: 100%; height: 100%; background-position: 70% center;
    }
    .ric-services-hero::after {
        background: linear-gradient(
                0deg,
                #061a30 0%,
                rgba(6,26,48,0.95) 32%,
                rgba(6,26,48,0.55) 58%,
                rgba(6,26,48,0.15) 100%
            ),
            linear-gradient(
                90deg,
                rgba(6,26,48,0.55),
                transparent
            );
    }
    .ric-services-hero-content {
        width: 90%; min-height: 610px; justify-content: flex-end; padding: 80px 0 48px;
    }
    .ric-services-label {
        margin-bottom: 15px; font-size: 9px; letter-spacing: 2.5px;
    }
    .ric-services-label span {
        width: 28px;
    }
    .ric-services-hero h1 {
        max-width: 380px; margin-bottom: 18px; font-size: 39px; line-height: 1.05; letter-spacing: -1.5px;
    }
    .ric-services-hero p {
        max-width: 350px; margin-bottom: 25px; color: #e2eaf3; font-size: 12.5px; line-height: 1.65;
    }
    .ric-services-hero-btn {
        min-height: 47px; padding: 0 20px; font-size: 11px;
    }
}
@media (max-width: 480px) {
    .ric-services-hero {
        min-height: 570px;
    }
    .ric-services-hero-content {
        min-height: 570px; width: 88%; padding-bottom: 38px;
    }
    .ric-services-hero::before {
        background-position: 67% center;
    }
    .ric-services-hero h1 {
        max-width: 330px; font-size: 34px; letter-spacing: -1px;
    }
    .ric-services-hero p {
        max-width: 315px; font-size: 11.5px;
    }
}
.ric-services-hero::before {
    width: 72% !important; background-position: center;
}
.ric-services-hero::after {
    background: linear-gradient(
        90deg,
        #061a30 0%,
        #061a30 31%,
        rgba(6, 26, 48, 0.95) 38%,
        rgba(6, 26, 48, 0.65) 45%,
        rgba(6, 26, 48, 0.20) 55%,
        transparent 68%
    ) !important;
}
.ric-why-card h3 {
    font-size: 20px !important; line-height: 1.15 !important; margin-bottom: 8px !important;
}
.ric-why-card p {
    font-size: 14px !important; line-height: 1.5 !important; margin: 0 !important;
}
.ric-why-content, .ric-why-card-text {
    flex: 1; min-width: 0;
}
.ric-why-card {
    padding: 24px 20px !important;
}
.ric-branch-premium {
    width: 100%; height: 610px; overflow: hidden; background: #f8faff; font-family: "Manrope", sans-serif;
}
.ric-branch-premium-inner {
    width: 100%; height: 100%; display: grid; grid-template-columns: 43% 57%; align-items: stretch;
}
.ric-branch-premium-content {
    position: relative; z-index: 5; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 48px
        25px
        48px
        max(5.5vw, 65px); box-sizing: border-box; background: radial-gradient(
            circle at 25% 50%,
            rgba(23, 105, 224, 0.055),
            transparent 45%
        ),
        #f8faff;
}
.ric-branch-premium-label {
    display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: #1769e0; font-size: 11px; font-weight: 800; letter-spacing: 2.8px; text-transform: uppercase;
}
.ric-branch-premium-label span {
    width: 35px; height: 2px; flex-shrink: 0; background: #1769e0;
}
.ric-branch-premium h1 {
    max-width: 670px; margin: 0 0 24px; color: #071a36; font-size: clamp(45px, 4vw, 61px); font-weight: 800; line-height: 1.04; letter-spacing: -2.3px;
}
.ric-branch-premium h1 strong {
    display: block; color: #1769e0; font-weight: 800;
}
.ric-branch-premium-content > p {
    max-width: 520px; margin: 0 0 28px; color: #40556e; font-size: 13px; line-height: 1.8;
}
.ric-branch-premium-btn {
    min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 25px; color: #ffffff; background: #1769e0; border-radius: 7px; font-size: 11px; font-weight: 800; text-decoration: none; box-shadow: 0 10px 25px
        rgba(23, 105, 224, 0.20); transition: background 0.25s ease,
        transform 0.25s ease,
        gap 0.25s ease;
}
.ric-branch-premium-btn:hover {
    background: #0f5bc7; transform: translateY(-2px); gap: 17px;
}
.ric-branch-premium-stats {
    width: 100%; max-width: 650px; margin-top: 38px; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(255, 255, 255, 0.98); border: 1px solid #e1e9f3; border-radius: 15px; overflow: hidden; box-shadow: 0 18px 40px
        rgba(22, 59, 100, 0.08);
}
.ric-premium-stat {
    min-height: 105px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 12px 8px; border-right: 1px solid #e1e8f1; box-sizing: border-box;
}
.ric-premium-stat:last-child {
    border-right: 0;
}
.ric-premium-stat-icon {
    width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; color: #1769e0; background: #eaf3ff; border-radius: 50%; font-size: 14px;
}
.ric-premium-stat strong {
    display: block; margin-bottom: 4px; color: #071a36; font-size: 13px; font-weight: 800;
}
.ric-premium-stat span {
    color: #566b83; font-size: 8px; line-height: 1.35;
}
.ric-branch-premium-visual {
    position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; background: radial-gradient(
            circle at 50% 48%,
            #ffffff 0%,
            #f4f8fd 42%,
            #e7eff9 72%,
            #dae6f3 100%
        );
}
.ric-branch-premium-visual img {
    position: relative; z-index: 2; display: block; width: auto; height: 96%; max-width: 100%; max-height: 96%; object-fit: contain; object-position: center center;
}
.ric-branch-premium-visual::before {
    content: ""; position: absolute; z-index: 4; top: 0; bottom: 0; left: 0; width: 85px; background: linear-gradient(
        90deg,

        #f8faff 0%,

        rgba(248, 250, 255, 0.90) 25%,

        rgba(248, 250, 255, 0.48) 60%,

        transparent 100%
    ); pointer-events: none;
}
.ric-branch-premium-visual::after {
    content: ""; position: absolute; right: 25px; bottom: 35px; width: 90px; height: 90px; opacity: 0.22; background-image: radial-gradient(
            #1769e0 1.5px,
            transparent 1.5px
        ); background-size: 12px 12px; pointer-events: none;
}
@media (min-width: 1500px) {
    .ric-branch-premium-content {
        padding-left: max(6.5vw, 95px);
    }
}
@media (max-width: 1100px) {
    .ric-branch-premium {
        height: 560px;
    }
    .ric-branch-premium-inner {
        grid-template-columns: 47% 53%;
    }
    .ric-branch-premium-content {
        padding: 42px
            24px
            42px
            40px;
    }
    .ric-branch-premium h1 {
        font-size: 47px;
    }
    .ric-branch-premium-content > p {
        font-size: 12px;
    }
    .ric-branch-premium-stats {
        grid-template-columns: repeat(2, 1fr); max-width: 440px; margin-top: 28px;
    }
    .ric-premium-stat {
        min-height: 74px; flex-direction: row; justify-content: flex-start; gap: 9px; text-align: left; padding: 10px 13px;
    }
    .ric-premium-stat-icon {
        width: 32px; height: 32px; margin: 0; flex-shrink: 0;
    }
    .ric-premium-stat:nth-child(2) {
        border-right: 0;
    }
    .ric-premium-stat:nth-child(1), .ric-premium-stat:nth-child(2) {
        border-bottom: 1px solid #e1e8f1;
    }
    .ric-branch-premium-visual img {
        height: 92%; max-height: 92%;
    }
}
@media (max-width: 700px) {
    .ric-branch-premium {
        height: auto;
    }
    .ric-branch-premium-inner {
        display: flex; flex-direction: column; height: auto;
    }
    .ric-branch-premium-content {
        order: 1; height: auto; padding: 42px
            22px
            38px;
    }
    .ric-branch-premium-label {
        margin-bottom: 14px; font-size: 9px; letter-spacing: 2.3px;
    }
    .ric-branch-premium-label span {
        width: 27px;
    }
    .ric-branch-premium h1 {
        max-width: 390px; margin-bottom: 18px; font-size: 35px; line-height: 1.07; letter-spacing: -1.3px;
    }
    .ric-branch-premium-content > p {
        max-width: 355px; margin-bottom: 24px; font-size: 12px;
    }
    .ric-branch-premium-stats {
        max-width: 100%; margin-top: 28px; grid-template-columns: repeat(2, 1fr);
    }
    .ric-branch-premium-visual {
        order: 2; height: 460px;
    }
    .ric-branch-premium-visual::before {
        display: none;
    }
    .ric-branch-premium-visual img {
        width: 96%; height: 96%; max-width: 96%; max-height: 96%; object-fit: contain;
    }
}
@media (max-width: 480px) {
    .ric-branch-premium-content {
        padding: 36px
            20px;
    }
    .ric-branch-premium h1 {
        font-size: 31px;
    }
    .ric-branch-premium-stats {
        grid-template-columns: 1fr;
    }
    .ric-premium-stat {
        border-right: 0; border-bottom: 1px solid #e1e8f1;
    }
    .ric-premium-stat:last-child {
        border-bottom: 0;
    }
    .ric-branch-premium-visual {
        height: 400px;
    }
}
.ric-branch-premium-content {
    position: relative; z-index: 5; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 48px 25px 48px 105px; box-sizing: border-box; background: radial-gradient(
            circle at 25% 50%,
            rgba(23, 105, 224, 0.055),
            transparent 45%
        ),
        #f8faff;
}
.ric-branch-premium-content {
    transform: translateX(130px);
}
.ric-branch-premium-visual img {
    transform: translateX(-45px);
}
.ric-contact-hero {
    width: 100%; background: radial-gradient(
            circle at 75% 35%,
            rgba(23, 105, 224, 0.08),
            transparent 35%
        ),
        #f7faff; font-family: "Manrope", sans-serif;
}
.ric-contact-hero-inner {
    width: min(1250px, 90%); min-height: 520px; margin: 0 auto; display: grid; grid-template-columns: 55% 45%; align-items: center; gap: 70px; padding: 60px 0; box-sizing: border-box;
}
.ric-contact-label, .ric-contact-section-label {
    display: flex; align-items: center; gap: 11px; margin-bottom: 17px; color: #1769e0; font-size: 10px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase;
}
.ric-contact-label span, .ric-contact-section-label span {
    width: 34px; height: 2px; background: #1769e0;
}
.ric-contact-hero h1 {
    max-width: 670px; margin: 0 0 22px; color: #071a36; font-size: clamp(46px, 4.3vw, 64px); line-height: 1.04; letter-spacing: -2.5px;
}
.ric-contact-hero h1 strong {
    display: block; color: #1769e0;
}
.ric-contact-hero-content > p {
    max-width: 550px; margin: 0 0 28px; color: #50647b; font-size: 14px; line-height: 1.75;
}
.ric-contact-hero-actions {
    display: flex; gap: 13px; flex-wrap: wrap;
}
.ric-contact-primary-btn, .ric-contact-secondary-btn {
    min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border-radius: 7px; font-size: 11px; font-weight: 800; text-decoration: none;
}
.ric-contact-primary-btn {
    color: #ffffff; background: #1769e0; box-shadow: 0 10px 25px
        rgba(23, 105, 224, 0.18);
}
.ric-contact-secondary-btn {
    color: #071a36; background: #ffffff; border: 1px solid #d6e1ed;
}
.ric-contact-trust {
    display: flex; gap: 28px; margin-top: 35px;
}
.ric-contact-trust div {
    display: flex; align-items: center; gap: 8px; color: #53677d; font-size: 10px; font-weight: 700;
}
.ric-contact-trust i {
    color: #1769e0;
}
.ric-contact-hero-card {
    padding: 32px; background: #ffffff; border: 1px solid #e1eaf4; border-radius: 18px; box-shadow: 0 25px 60px
        rgba(22, 59, 100, 0.10);
}
.ric-contact-hero-card-top {
    margin-bottom: 22px;
}
.ric-contact-hero-card-top > span {
    color: #1769e0; font-size: 9px; font-weight: 800; letter-spacing: 2px;
}
.ric-contact-hero-card-top h2 {
    margin: 8px 0 8px; color: #071a36; font-size: 27px; line-height: 1.15;
}
.ric-contact-hero-card-top p {
    margin: 0; color: #66798e; font-size: 11px; line-height: 1.6;
}
.ric-contact-quick-item {
    display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 16px 0; border-top: 1px solid #e7edf5; text-decoration: none;
}
.ric-contact-quick-icon {
    width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; color: #1769e0; background: #edf4ff; border-radius: 10px;
}
.ric-contact-quick-item span {
    display: block; margin-bottom: 3px; color: #7b8ca0; font-size: 8px;
}
.ric-contact-quick-item strong {
    color: #071a36; font-size: 11px;
}
.ric-contact-arrow {
    color: #1769e0; font-size: 10px;
}
.ric-contact-main {
    padding: 80px 0; background: #ffffff;
}
.ric-contact-main-inner {
    width: min(1200px, 90%); margin: 0 auto; display: grid; grid-template-columns: 38% 62%; gap: 60px; align-items: start;
}
.ric-contact-info h2 {
    margin: 0 0 16px; color: #071a36; font-size: 40px; line-height: 1.08; letter-spacing: -1.7px;
}
.ric-contact-info h2 strong {
    color: #1769e0;
}
.ric-contact-info-intro {
    max-width: 400px; color: #66798e; font-size: 12px; line-height: 1.7;
}
.ric-contact-info-list {
    margin-top: 30px;
}
.ric-contact-info-item {
    display: flex; align-items: center; gap: 13px; padding: 15px 0; border-bottom: 1px solid #e7edf5; text-decoration: none;
}
.ric-contact-info-icon {
    width: 42px; height: 42px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: #1769e0; background: #eef5ff; border-radius: 10px;
}
.ric-contact-info-item span {
    display: block; margin-bottom: 3px; color: #8493a5; font-size: 8px;
}
.ric-contact-info-item strong {
    color: #071a36; font-size: 11px; line-height: 1.4;
}
.ric-contact-help-box {
    margin-top: 30px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 17px; background: #071a36; border-radius: 13px;
}
.ric-contact-help-icon {
    width: 39px; height: 39px; display: flex; align-items: center; justify-content: center; color: #ffffff; background: #1769e0; border-radius: 9px;
}
.ric-contact-help-box span {
    display: block; color: #87a2c0; font-size: 7px;
}
.ric-contact-help-box strong {
    color: #ffffff; font-size: 10px;
}
.ric-contact-help-box a {
    color: #5ba4ff; font-size: 9px; font-weight: 800; text-decoration: none;
}
.ric-contact-form-card {
    padding: 36px; background: #f8faff; border: 1px solid #e0e8f2; border-radius: 18px;
}
.ric-contact-form-heading > span {
    color: #1769e0; font-size: 9px; font-weight: 800; letter-spacing: 2px;
}
.ric-contact-form-heading h3 {
    margin: 7px 0; color: #071a36; font-size: 28px;
}
.ric-contact-form-heading p {
    margin: 0 0 27px; color: #718195; font-size: 10px;
}
.ric-contact-form-row {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px;
}
.ric-contact-field {
    margin-bottom: 17px;
}
.ric-contact-field label {
    display: block; margin-bottom: 7px; color: #263a51; font-size: 9px; font-weight: 700;
}
.ric-contact-input-wrap {
    position: relative;
}
.ric-contact-input-wrap > i {
    position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #1769e0; font-size: 10px;
}
.ric-contact-input-wrap input, .ric-contact-input-wrap select {
    width: 100%; height: 48px; padding: 0 14px 0 39px; box-sizing: border-box; color: #1c3047; background: #ffffff; border: 1px solid #d9e3ee; border-radius: 8px; outline: 0; font-family: inherit; font-size: 10px;
}
.ric-contact-field textarea {
    width: 100%; padding: 13px; box-sizing: border-box; color: #1c3047; background: #ffffff; border: 1px solid #d9e3ee; border-radius: 8px; outline: 0; resize: vertical; font-family: inherit; font-size: 10px;
}
.ric-contact-input-wrap input:focus, .ric-contact-input-wrap select:focus, .ric-contact-field textarea:focus {
    border-color: #1769e0; box-shadow: 0 0 0 3px
        rgba(23, 105, 224, 0.08);
}
.ric-contact-submit {
    width: 100%; height: 51px; display: flex; align-items: center; justify-content: center; gap: 12px; color: #ffffff; background: #1769e0; border: 0; border-radius: 8px; cursor: pointer; font-family: inherit; font-size: 11px; font-weight: 800;
}
.ric-contact-form-note {
    margin: 12px 0 0; text-align: center; color: #8493a6; font-size: 7px;
}
.ric-contact-branches {
    padding: 75px 0; background: #f6f9fd;
}
.ric-contact-branches-inner {
    width: min(1180px, 90%); margin: auto;
}
.ric-contact-branches-heading {
    max-width: 600px; margin-bottom: 35px;
}
.ric-contact-branches-heading h2 {
    margin: 0 0 12px; color: #071a36; font-size: 38px;
}
.ric-contact-branches-heading h2 strong {
    color: #1769e0;
}
.ric-contact-branches-heading p {
    color: #66798e; font-size: 11px; line-height: 1.65;
}
.ric-contact-branch-grid {
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px;
}
.ric-contact-branch-card {
    min-height: 95px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; padding: 16px; box-sizing: border-box; background: #ffffff; border: 1px solid #dde7f1; border-radius: 12px; text-decoration: none; transition: 0.25s ease;
}
.ric-contact-branch-card:hover {
    transform: translateY(-4px); border-color: #1769e0; box-shadow: 0 13px 28px
        rgba(23, 105, 224, 0.08);
}
.ric-contact-branch-card > i:first-child {
    color: #1769e0;
}
.ric-contact-branch-card > i:last-child {
    color: #9badc0; font-size: 9px;
}
.ric-contact-branch-card strong {
    display: block; color: #071a36; font-size: 11px;
}
.ric-contact-branch-card span {
    color: #8292a5; font-size: 7px;
}
.ric-contact-cta {
    padding: 65px 0; background: #071a36;
}
.ric-contact-cta-inner {
    width: min(1150px, 90%); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 50px;
}
.ric-contact-cta-inner > div:first-child > span {
    color: #4a9eff; font-size: 9px; font-weight: 800; letter-spacing: 2px;
}
.ric-contact-cta h2 {
    margin: 7px 0 10px; color: #ffffff; font-size: 36px;
}
.ric-contact-cta h2 strong {
    color: #2680ed;
}
.ric-contact-cta p {
    max-width: 560px; margin: 0; color: #9db0c5; font-size: 11px;
}
.ric-contact-cta-actions {
    display: flex; align-items: center; gap: 12px;
}
.ric-contact-cta-primary, .ric-contact-cta-call {
    min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border-radius: 7px; font-size: 10px; font-weight: 800; text-decoration: none;
}
.ric-contact-cta-primary {
    color: #ffffff; background: #1769e0;
}
.ric-contact-cta-call {
    color: #ffffff; border: 1px solid rgba(255,255,255,0.25);
}
@media (max-width: 1000px) {
    .ric-contact-hero-inner {
        grid-template-columns: 50% 50%; gap: 35px;
    }
    .ric-contact-main-inner {
        grid-template-columns: 40% 60%; gap: 35px;
    }
    .ric-contact-branch-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 700px) {
    .ric-contact-hero-inner {
        width: 88%; grid-template-columns: 1fr; gap: 35px; padding: 45px 0;
    }
    .ric-contact-hero h1 {
        font-size: 38px; letter-spacing: -1.5px;
    }
    .ric-contact-trust {
        flex-wrap: wrap; gap: 15px;
    }
    .ric-contact-hero-card {
        padding: 24px 20px;
    }
    .ric-contact-main {
        padding: 55px 0;
    }
    .ric-contact-main-inner {
        width: 88%; grid-template-columns: 1fr; gap: 40px;
    }
    .ric-contact-form-card {
        padding: 25px 20px;
    }
    .ric-contact-form-row {
        grid-template-columns: 1fr; gap: 0;
    }
    .ric-contact-branch-grid {
        grid-template-columns: 1fr 1fr;
    }
    .ric-contact-cta-inner {
        width: 88%; flex-direction: column; align-items: flex-start;
    }
    .ric-contact-cta-actions {
        width: 100%; flex-wrap: wrap;
    }
}
@media (max-width: 480px) {
    .ric-contact-hero h1 {
        font-size: 33px;
    }
    .ric-contact-hero-actions {
        width: 100%;
    }
    .ric-contact-primary-btn, .ric-contact-secondary-btn {
        width: 100%; box-sizing: border-box;
    }
    .ric-contact-info h2, .ric-contact-branches-heading h2 {
        font-size: 31px;
    }
    .ric-contact-branch-grid {
        grid-template-columns: 1fr;
    }
    .ric-contact-cta h2 {
        font-size: 30px;
    }
    .ric-contact-cta-primary, .ric-contact-cta-call {
        width: 100%; box-sizing: border-box;
    }
}
.ric-contact-info h2 {
    font-size: 44px !important; line-height: 1.08 !important;
}
.ric-contact-info-intro {
    font-size: 15px !important; line-height: 1.7 !important;
}
.ric-contact-info-item span {
    font-size: 11px !important; margin-bottom: 5px !important;
}
.ric-contact-info-item strong {
    font-size: 14px !important; line-height: 1.45 !important;
}
.ric-contact-info-icon {
    width: 46px !important; height: 46px !important; font-size: 15px !important;
}
.ric-contact-help-box span {
    font-size: 10px !important;
}
.ric-contact-help-box strong {
    font-size: 13px !important;
}
.ric-contact-help-box a {
    font-size: 11px !important;
}
.ric-contact-form-heading > span {
    font-size: 11px !important;
}
.ric-contact-form-heading h3 {
    font-size: 32px !important;
}
.ric-contact-form-heading p {
    font-size: 13px !important; line-height: 1.6 !important;
}
.ric-contact-field label {
    font-size: 11px !important; margin-bottom: 8px !important;
}
.ric-contact-input-wrap input, .ric-contact-input-wrap select {
    height: 52px !important; font-size: 13px !important; padding-left: 42px !important;
}
.ric-contact-input-wrap > i {
    font-size: 13px !important;
}
.ric-contact-field textarea {
    font-size: 13px !important; line-height: 1.6 !important; min-height: 105px !important;
}
.ric-contact-input-wrap input::placeholder, .ric-contact-field textarea::placeholder {
    font-size: 13px !important;
}
.ric-contact-submit {
    height: 54px !important; font-size: 13px !important;
}
.ric-contact-form-note {
    font-size: 9px !important;
}
.ric-contact-section-label {
    font-size: 11px !important;
}
@media (max-width: 700px) {
    .ric-contact-info h2 {
        font-size: 34px !important;
    }
    .ric-contact-info-intro {
        font-size: 14px !important;
    }
    .ric-contact-info-item strong {
        font-size: 13px !important;
    }
    .ric-contact-form-heading h3 {
        font-size: 27px !important;
    }
    .ric-contact-field label {
        font-size: 11px !important;
    }
    .ric-contact-input-wrap input, .ric-contact-input-wrap select, .ric-contact-field textarea {
        font-size: 13px !important;
    }
}
.ric-contact-branches-heading h2 {
    font-size: 42px !important; line-height: 1.08 !important;
}
.ric-contact-branches-heading p {
    font-size: 14px !important; line-height: 1.7 !important;
}
.ric-contact-branch-card {
    min-height: 110px !important; padding: 20px 18px !important; gap: 13px !important;
}
.ric-contact-branch-card > i:first-child {
    font-size: 17px !important;
}
.ric-contact-branch-card strong {
    font-size: 14px !important; line-height: 1.3 !important; margin-bottom: 4px !important;
}
.ric-contact-branch-card span {
    font-size: 10px !important; line-height: 1.4 !important;
}
.ric-contact-branch-card > i:last-child {
    font-size: 11px !important;
}
.ric-contact-branches .ric-contact-section-label {
    font-size: 11px !important;
}
@media (max-width: 700px) {
    .ric-contact-branches-heading h2 {
        font-size: 34px !important;
    }
    .ric-contact-branches-heading p {
        font-size: 13px !important;
    }
    .ric-contact-branch-card strong {
        font-size: 14px !important;
    }
    .ric-contact-branch-card span {
        font-size: 10px !important;
    }
}
@media (max-width: 700px) {
    .ric-services-hero {
        position: relative !important; width: 100% !important; min-height: 500px !important; height: 500px !important; display: flex !important; align-items: flex-end !important; overflow: hidden !important; border-radius: 0 !important; background-image: linear-gradient(
                180deg,
                rgba(5, 20, 39, 0.08) 0%,
                rgba(5, 20, 39, 0.10) 25%,
                rgba(5, 20, 39, 0.42) 48%,
                rgba(5, 20, 39, 0.88) 72%,
                #07172b 100%
            ),
            url("images/ric-services-hero.jpg") !important; background-size: cover !important; background-repeat: no-repeat !important; background-position: 67% center !important;
    }
    .ric-services-hero-content {
        position: relative !important; z-index: 5 !important; width: 88% !important; max-width: none !important; margin: 0 auto !important; padding: 0
            0
            38px
            0 !important;
    }
    .ric-services-label {
        display: flex !important; align-items: center !important; gap: 10px !important; margin: 0
            0
            13px
            0 !important; color: #5ca8ff !important; font-size: 11px !important; font-weight: 800 !important; letter-spacing: 2.4px !important;
    }
    .ric-services-label span {
        width: 28px !important; height: 2px !important; background: #1769e0 !important;
    }
    .ric-services-hero h1 {
        width: 100% !important; max-width: 340px !important; margin: 0
            0
            16px
            0 !important; color: #ffffff !important; font-size: 38px !important; font-weight: 800 !important; line-height: 1.02 !important; letter-spacing: -1.5px !important; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.30) !important;
    }
    .ric-services-hero h1 strong {
        display: block !important; color: #2477e8 !important; font-weight: 800 !important; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25) !important;
    }
    .ric-services-hero p {
        width: 100% !important; max-width: 330px !important; margin: 0
            0
            24px
            0 !important; color: #e4ebf3 !important; font-size: 14px !important; font-weight: 500 !important; line-height: 1.6 !important;
    }
    .ric-services-hero-btn {
        width: auto !important; min-width: 180px !important; min-height: 50px !important; padding: 13px
            21px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 11px !important; color: #ffffff !important; background: #1769e0 !important; border: 0 !important; border-radius: 8px !important; font-size: 13px !important; font-weight: 800 !important; text-decoration: none !important; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.22) !important;
    }
    .ric-services-hero-btn i {
        font-size: 11px !important;
    }
}
@media (max-width: 420px) {
    .ric-services-hero {
        min-height: 485px !important; height: 485px !important; background-position: 68% center !important;
    }
    .ric-services-hero-content {
        width: 86% !important; padding-bottom: 34px !important;
    }
    .ric-services-hero h1 {
        max-width: 315px !important; font-size: 35px !important;
    }
    .ric-services-hero p {
        max-width: 310px !important; font-size: 13px !important;
    }
    .ric-services-hero-btn {
        min-height: 48px !important; font-size: 12px !important;
    }
}
.ric-services-mobile-bg {
    display: none;
}
@media (max-width: 700px) {
    .ric-services-hero {
        position: relative !important; width: 100% !important; height: 500px !important; min-height: 500px !important; display: flex !important; align-items: flex-end !important; overflow: hidden !important; background: #07172b !important; background-image: none !important;
    }
    .ric-services-mobile-bg {
        display: block !important; position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; z-index: 1 !important;
    }
    .ric-services-mobile-bg img {
        width: 100% !important; height: 100% !important; display: block !important; object-fit: cover !important; object-position: 72% center !important;
    }
    .ric-services-mobile-bg::after {
        content: ""; position: absolute; inset: 0; background: linear-gradient(
                90deg,
                rgba(5, 20, 39, 0.92) 0%,
                rgba(5, 20, 39, 0.67) 42%,
                rgba(5, 20, 39, 0.25) 72%,
                rgba(5, 20, 39, 0.05) 100%
            ); z-index: 2; pointer-events: none;
    }
    .ric-services-hero-content {
        position: relative !important; z-index: 5 !important; width: 86% !important; margin: 0 auto !important; padding: 0 0 34px !important;
    }
    .ric-services-label {
        margin-bottom: 12px !important; font-size: 10px !important;
    }
    .ric-services-hero h1 {
        max-width: 330px !important; margin: 0 0 15px !important; font-size: 35px !important; line-height: 1.03 !important;
    }
    .ric-services-hero p {
        max-width: 320px !important; margin: 0 0 22px !important; font-size: 13px !important; line-height: 1.6 !important;
    }
    .ric-services-hero-btn {
        min-width: 180px !important; min-height: 49px !important; font-size: 12px !important;
    }
}
.ric-services-mobile-hero {
    display: none;
}
@media (max-width: 700px) {
    .ric-services-hero {
        display: none !important;
    }
    .ric-services-mobile-hero {
        display: block !important; width: 100%; overflow: hidden; background: #071c38;
    }
    .ric-services-mobile-visual {
        position: relative; width: 100%; height: 330px; overflow: hidden; background: #071c38;
    }
    .ric-services-mobile-house {
        position: absolute; inset: 0; background-image: linear-gradient(
                90deg,
                rgba(7, 28, 56, 0.25) 0%,
                rgba(7, 28, 56, 0.05) 55%,
                rgba(7, 28, 56, 0.02) 100%
            ),
            url("images/ric-services-hero.jpg"); background-size: cover; background-position: 65% center; background-repeat: no-repeat; z-index: 1;
    }
    .ric-services-mobile-visual::after {
        content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 85px; background: linear-gradient(
                to bottom,
                rgba(7, 28, 56, 0),
                #071c38
            ); z-index: 3; pointer-events: none;
    }
    .ric-services-mobile-truck-image {
        position: absolute; right: -18px; bottom: -4px; width: 88%; max-width: 390px; height: auto; object-fit: contain; z-index: 2; pointer-events: none; filter: drop-shadow(
                0 15px 18px
                rgba(0, 0, 0, 0.28)
            );
    }
    .ric-services-mobile-content {
        position: relative; z-index: 5; margin-top: -2px; padding: 30px
            7%
            46px; background: linear-gradient(
                145deg,
                #071c38 0%,
                #06192f 100%
            );
    }
    .ric-services-mobile-label {
        display: flex; align-items: center; gap: 11px; margin-bottom: 18px; color: #4d9fff; font-size: 11px; font-weight: 800; letter-spacing: 2.7px; text-transform: uppercase;
    }
    .ric-services-mobile-label span {
        display: block; width: 30px; height: 2px; background: #2477e8;
    }
    .ric-services-mobile-content h1 {
        width: 100%; max-width: 350px; margin: 0 0 19px; color: #ffffff; font-family: "Manrope", sans-serif; font-size: 39px; font-weight: 800; line-height: 1.03; letter-spacing: -1.6px;
    }
    .ric-services-mobile-content h1 strong {
        display: block; color: #2477e8; font-weight: 800;
    }
    .ric-services-mobile-content p {
        width: 100%; max-width: 345px; margin: 0 0 27px; color: #dce5ef; font-size: 14px; font-weight: 500; line-height: 1.7;
    }
    .ric-services-mobile-button {
        width: fit-content; min-width: 205px; min-height: 53px; padding: 14px
            23px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; color: #ffffff; background: linear-gradient(
                135deg,
                #1769e0,
                #2583f4
            ); border-radius: 9px; font-size: 13px; font-weight: 800; text-decoration: none; box-shadow: 0 10px 25px
            rgba(23, 105, 224, 0.22); transition: transform 0.25s ease,
            box-shadow 0.25s ease;
    }
    .ric-services-mobile-button i {
        font-size: 11px;
    }
    .ric-services-mobile-button:active {
        transform: scale(0.98);
    }
}
@media (max-width: 420px) {
    .ric-services-mobile-visual {
        height: 305px;
    }
    .ric-services-mobile-truck-image {
        width: 94%; right: -25px; bottom: -2px;
    }
    .ric-services-mobile-content {
        padding: 26px
            7%
            42px;
    }
    .ric-services-mobile-content h1 {
        font-size: 36px; max-width: 320px;
    }
    .ric-services-mobile-content p {
        font-size: 13.5px; max-width: 320px;
    }
    .ric-services-mobile-button {
        min-width: 195px; min-height: 51px;
    }
}
@media (max-width: 700px) {
    .ric-services-hero {
        position: relative !important; display: block !important; height: 560px !important; min-height: 560px !important; overflow: hidden !important; background: #071c38 !important;
    }
    .ric-services-mobile-image {
        display: block !important; position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; z-index: 1 !important;
    }
    .ric-services-mobile-image img {
        width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center center !important;
    }
    .ric-services-mobile-image::after {
        content: ""; position: absolute; inset: 0; background: linear-gradient(
                to bottom,
                rgba(5, 20, 39, 0.02) 0%,
                rgba(5, 20, 39, 0.05) 35%,
                rgba(5, 20, 39, 0.65) 65%,
                rgba(5, 20, 39, 0.97) 100%
            ); z-index: 2;
    }
    .ric-services-hero-content {
        position: absolute !important; left: 7% !important; right: 7% !important; bottom: 35px !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; z-index: 5 !important;
    }
    .ric-services-label {
        margin-bottom: 13px !important; font-size: 10px !important; letter-spacing: 2.5px !important;
    }
    .ric-services-hero h1 {
        max-width: 330px !important; margin: 0 0 16px !important; font-size: 36px !important; line-height: 1.03 !important;
    }
    .ric-services-hero p {
        max-width: 320px !important; margin: 0 0 22px !important; font-size: 13px !important; line-height: 1.6 !important; color: #ffffff !important;
    }
    .ric-services-hero-btn {
        min-width: 185px !important; min-height: 50px !important; font-size: 12px !important;
    }
}
@media (max-width: 700px) {
    .ric-services-hero {
        background: transparent !important; background-image: none !important;
    }
    .ric-services-mobile-image {
        position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; display: block !important; background: none !important; z-index: 1 !important;
    }
    .ric-services-mobile-image img {
        width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center center !important; opacity: 1 !important; filter: none !important;
    }
    .ric-services-mobile-image::before {
        display: none !important; content: none !important;
    }
    .ric-services-mobile-image::after {
        content: "" !important; display: block !important; position: absolute !important; left: 0 !important; right: 0 !important; top: auto !important; bottom: 0 !important; width: 100% !important; height: 48% !important; background: linear-gradient(
            to bottom,
            rgba(7, 28, 56, 0) 0%,
            rgba(7, 28, 56, 0.35) 45%,
            rgba(7, 28, 56, 0.88) 100%
        ) !important; z-index: 2 !important;
    }
    .ric-services-hero-content {
        z-index: 5 !important; background: transparent !important;
    }
}
@media (max-width: 700px) {
    .ric-services-hero {
        position: relative !important; height: 560px !important; min-height: 560px !important; background: none !important; background-image: none !important; overflow: hidden !important;
    }
    .ric-services-mobile-bg, .ric-services-mobile-house, .ric-services-mobile-truck, .ric-services-mobile-truck-image {
        display: none !important;
    }
    .ric-services-hero::before, .ric-services-hero::after, .ric-services-mobile-image::before, .ric-services-mobile-image::after {
        content: none !important; display: none !important; background: none !important;
    }
    .ric-services-mobile-image {
        display: block !important; position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; background: none !important; z-index: 1 !important; overflow: hidden !important;
    }
    .ric-services-mobile-image img {
        position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; max-width: none !important; object-fit: cover !important; object-position: center center !important; opacity: 1 !important; filter: none !important;
    }
    .ric-services-hero-content {
        position: absolute !important; left: 7% !important; right: 7% !important; bottom: 35px !important; width: auto !important; margin: 0 !important; padding: 0 !important; background: transparent !important; z-index: 10 !important;
    }
    .ric-services-label, .ric-services-hero h1, .ric-services-hero p {
        text-shadow: 0 2px 8px rgba(0,0,0,0.65) !important;
    }
}
.ric-services-mobile-clean {
    display: none;
}
@media (max-width: 700px) {
    .ric-services-hero {
        display: none !important;
    }
    .ric-services-mobile-clean {
        display: block !important; position: relative; width: 100%; background: linear-gradient(
                145deg,
                #071c38 0%,
                #06172d 100%
            ); overflow: hidden;
    }
    .ric-services-mobile-clean::before {
        content: ""; position: absolute; width: 220px; height: 220px; right: -120px; top: 30px; border-radius: 50%; background: radial-gradient(
                circle,
                rgba(36,119,232,0.13),
                transparent 68%
            ); pointer-events: none;
    }
    .ric-mobile-clean-content {
        position: relative; z-index: 2; padding: 72px
            7%
            62px;
    }
    .ric-mobile-clean-label {
        display: flex; align-items: center; gap: 11px; margin-bottom: 22px; color: #398cf5; font-size: 11px; font-weight: 800; letter-spacing: 2.7px; text-transform: uppercase;
    }
    .ric-mobile-clean-label span {
        width: 32px; height: 2px; display: block; background: #2477e8;
    }
    .ric-mobile-clean-content h1 {
        max-width: 350px; margin: 0 0 21px; color: #ffffff; font-family: "Manrope", sans-serif; font-size: 42px; font-weight: 800; line-height: 1.02; letter-spacing: -1.7px;
    }
    .ric-mobile-clean-content h1 strong {
        display: block; color: #2477e8; font-weight: 800;
    }
    .ric-mobile-clean-content p {
        max-width: 340px; margin: 0 0 31px; color: #cbd6e3; font-size: 14px; font-weight: 500; line-height: 1.75;
    }
    .ric-mobile-clean-btn {
        min-width: 205px; min-height: 54px; padding: 14px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; background: linear-gradient(
                135deg,
                #1769e0,
                #2583f4
            ); color: #ffffff; border-radius: 9px; font-size: 13px; font-weight: 800; text-decoration: none; box-shadow: 0 12px 28px
            rgba(23,105,224,0.22);
    }
    .ric-mobile-clean-btn i {
        font-size: 11px;
    }
    .ric-mobile-trust-strip {
        position: relative; z-index: 5; display: grid; grid-template-columns: repeat(2, 1fr); background: #ffffff; border-radius: 26px
            26px
            0
            0; padding: 28px
            18px; gap: 0;
    }
    .ric-mobile-trust-strip::before {
        content: ""; position: absolute; top: -10px; left: 50%; width: 21px; height: 21px; background: #ffffff; transform: translateX(-50%)
            rotate(45deg); border-radius: 4px;
    }
    .ric-mobile-trust-item {
        min-height: 120px; padding: 17px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-bottom: 1px solid #e8edf4;
    }
    .ric-mobile-trust-item:nth-child(odd) {
        border-right: 1px solid #e8edf4;
    }
    .ric-mobile-trust-item:nth-child(3), .ric-mobile-trust-item:nth-child(4) {
        border-bottom: 0;
    }
    .ric-mobile-trust-item i {
        margin-bottom: 10px; color: #2477e8; font-size: 25px;
    }
    .ric-mobile-trust-item strong {
        display: block; margin-bottom: 3px; color: #07172b; font-size: 16px; font-weight: 800;
    }
    .ric-mobile-trust-item span {
        color: #687386; font-size: 12px; font-weight: 500; line-height: 1.4;
    }
}
@media (max-width: 420px) {
    .ric-mobile-clean-content {
        padding: 60px
            7%
            52px;
    }
    .ric-mobile-clean-content h1 {
        max-width: 315px; font-size: 37px;
    }
    .ric-mobile-clean-content p {
        max-width: 315px; font-size: 13px;
    }
    .ric-mobile-trust-strip {
        padding: 22px
            14px;
    }
    .ric-mobile-trust-item {
        min-height: 110px;
    }
}

/* FINAL BIG-TEXT OVERRIDES */
html { font-size: 16px; }
body { font-size: 16px !important; line-height: 1.65 !important; }
body p { font-size: 15px !important; line-height: 1.7 !important; }
body small { font-size: 12px !important; line-height: 1.5 !important; }

body nav a,
body .nav-links a,
body .ric-navigation a { font-size: 14px !important; }

body button,
body .btn,
body [class*="-btn"],
body [class*="-button"] { font-size: 14px !important; }

body label,
body [class*="form"] label,
body [class*="field"] label { font-size: 13px !important; }

body input,
body select,
body textarea,
body .form-control { font-size: 14px !important; }

body .eyebrow,
body [class*="-eyebrow"],
body [class*="-label"],
body [class*="-tag"] { font-size: 12px !important; }

body [class*="card"] h3,
body [class*="card"] h4,
body [class*="feature"] h3,
body [class*="feature"] h4 { font-size: 18px !important; line-height: 1.3 !important; }

body [class*="card"] p,
body [class*="feature"] p { font-size: 14px !important; line-height: 1.65 !important; }

body [class*="feature"] strong { font-size: 15px !important; }
body [class*="feature"] span { font-size: 13px !important; }

body [class*="badge"] strong { font-size: 12px !important; }
body [class*="badge"] span { font-size: 11px !important; }

body .ric-location-state,
body .ric-branch-state,
body .ric-service-number,
body .ric-branch-number,
body .ric-location-number,
body .ric-form-security,
body .ric-form-note,
body .form-note,
body .ric-contact-form-note { font-size: 12px !important; }

body .ric-stat span,
body .ric-about-stat > div:last-child > span,
body .trust-item span,
body .ric-testimonial-author span,
body .ric-process-content p,
body .process-card p { font-size: 13px !important; }

body .ric-about-right > p,
body .ric-about-main-text,
body .ric-about-heading p,
body .ric-services-heading p,
body .ric-services-hero p,
body .ric-service-content p,
body .ric-services-trust-points span { font-size: 15px !important; }

body .ric-about-feature strong { font-size: 16px !important; }
body .ric-about-feature span { font-size: 13px !important; }

body .ric-service-link,
body .ric-services-hero-btn { font-size: 14px !important; }

body .ric-branch-card p,
body .ric-branch-hero p,
body .ric-why-card p,
body .ric-why-card-text p,
body .ric-testimonial-text { font-size: 14px !important; }

body .ric-contact-info-item strong,
body .ric-contact-quick-item strong,
body .ric-contact-branch-card strong,
body .ric-contact-help-box strong { font-size: 14px !important; }

body .ric-contact-info-item span,
body .ric-contact-quick-item span,
body .ric-contact-branch-card span,
body .ric-contact-help-box span { font-size: 12px !important; }

body footer p,
body footer a,
body footer small,
body footer span { font-size: 13px !important; line-height: 1.6 !important; }

body footer h3,
body footer [class*="heading"] { font-size: 16px !important; }

/* Keep map/network micro-labels compact */
body .ric-network-map .ric-branch-card strong,
body .ric-network-map .status-item strong,
body .ric-network-map .ric-central-hub strong,
body .ric-branch-node strong { font-size: 10px !important; }

body .ric-network-map .ric-branch-card small,
body .ric-network-map .status-item span,
body .ric-network-map .ric-central-hub small,
body .ric-branch-node small { font-size: 8px !important; }

@media (max-width: 700px) {
    body { font-size: 15px !important; }
    body p { font-size: 14px !important; line-height: 1.65 !important; }
    body nav a,
    body .nav-links a,
    body .ric-navigation a { font-size: 14px !important; }

    body button,
    body .btn,
    body [class*="-btn"],
    body [class*="-button"] { font-size: 13px !important; }

    body label,
    body [class*="form"] label,
    body [class*="field"] label { font-size: 12px !important; }

    body input,
    body select,
    body textarea,
    body .form-control { font-size: 14px !important; }

    body .eyebrow,
    body [class*="-eyebrow"],
    body [class*="-label"],
    body [class*="-tag"] { font-size: 11px !important; }

    body [class*="card"] h3,
    body [class*="card"] h4 { font-size: 17px !important; }

    body [class*="card"] p,
    body [class*="feature"] p,
    body [class*="feature"] span { font-size: 13px !important; }

    body footer p,
    body footer a,
    body footer small,
    body footer span { font-size: 12px !important; }
}

/* =========================================================
   GLOBAL HEADER LOGO SIZE
========================================================= */

.logo,
.ric-logo,
.ch-logo,
.zp-logo,
.leh-logo,
.baddi-logo,
.srinagar-logo {
    width: 200px !important;
    height: 72px !important;

    display: flex !important;
    align-items: center !important;

    overflow: visible !important;
    flex-shrink: 0 !important;
}


.logo img,
.ric-logo img,
.ch-logo img,
.zp-logo img,
.leh-logo img,
.baddi-logo img,
.srinagar-logo img {
    width: 200px !important;
    height: auto !important;

    max-width: none !important;
    max-height: none !important;

    object-fit: contain !important;

    transform: scale(1.18) !important;
    transform-origin: left center !important;
}


/* MOBILE */
@media (max-width: 700px) {

    .logo,
    .ric-logo,
    .ch-logo,
    .zp-logo,
    .leh-logo,
    .baddi-logo,
    .srinagar-logo {
        width: 165px !important;
        height: 62px !important;
    }


    .logo img,
    .ric-logo img,
    .ch-logo img,
    .zp-logo img,
    .leh-logo img,
    .baddi-logo img,
    .srinagar-logo img {
        width: 165px !important;

        transform: scale(1.15) !important;
    }
}

/* =========================================================
   RIC GLOBAL SCROLL ANIMATIONS
   Home / Services / About / Branches / Contact
========================================================= */

/* FADE UP */

.ric-scroll-up {
    opacity: 0;
    transform: translateY(35px);

    transition:
        opacity 0.75s ease,
        transform 0.75s ease;
}

.ric-scroll-up.ric-scroll-show {
    opacity: 1;
    transform: translateY(0);
}


/* FADE IN */

.ric-scroll-fade {
    opacity: 0;

    transition:
        opacity 0.9s ease;
}

.ric-scroll-fade.ric-scroll-show {
    opacity: 1;
}


/* FROM LEFT */

.ric-scroll-left {
    opacity: 0;
    transform: translateX(-35px);

    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

.ric-scroll-left.ric-scroll-show {
    opacity: 1;
    transform: translateX(0);
}


/* FROM RIGHT */

.ric-scroll-right {
    opacity: 0;
    transform: translateX(35px);

    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

.ric-scroll-right.ric-scroll-show {
    opacity: 1;
    transform: translateX(0);
}


/* STAGGER DELAYS */

.ric-scroll-delay-1 {
    transition-delay: 0.08s;
}

.ric-scroll-delay-2 {
    transition-delay: 0.16s;
}

.ric-scroll-delay-3 {
    transition-delay: 0.24s;
}

.ric-scroll-delay-4 {
    transition-delay: 0.32s;
}

.ric-scroll-delay-5 {
    transition-delay: 0.40s;
}


/* MOBILE - slightly smaller movement */

@media (max-width: 700px) {

    .ric-scroll-up {
        transform: translateY(22px);
    }

    .ric-scroll-left {
        transform: translateX(-20px);
    }

    .ric-scroll-right {
        transform: translateX(20px);
    }

}


/* ACCESSIBILITY */

@media (prefers-reduced-motion: reduce) {

    .ric-scroll-up,
    .ric-scroll-fade,
    .ric-scroll-left,
    .ric-scroll-right {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* REMOVE SLANTED BLUE LINE FROM ABOUT HERO */
.about-hero-content::before,
.about-hero-content::after {
    content: none !important;
    display: none !important;
}

/* ==========================================================
   FIX BRANCH PAGE HERO ON MOBILE
========================================================== */

@media (max-width: 700px) {

    /* Prevent horizontal cutting */
    html,
    body {
        overflow-x: hidden;
        max-width: 100%;
    }

    .ric-branch-premium {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .ric-branch-premium-inner {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    /* IMPORTANT: cancel desktop movement */
    .ric-branch-premium-content {
        order: 1;

        width: 100%;
        max-width: 100%;
        height: auto;

        transform: none !important;

        padding: 38px 20px 34px !important;

        box-sizing: border-box;
    }

    .ric-branch-premium-label {
        width: 100%;
        max-width: 100%;

        font-size: 9px;
        letter-spacing: 2px;

        white-space: normal;
    }

    .ric-branch-premium h1 {
        width: 100%;
        max-width: 100%;

        margin: 0 0 18px;

        font-size: 34px;
        line-height: 1.08;
        letter-spacing: -1.2px;

        overflow-wrap: break-word;
    }

    .ric-branch-premium-content > p {
        width: 100%;
        max-width: 100%;

        margin-bottom: 24px;

        font-size: 13px;
        line-height: 1.65;
    }

    /* CTA */
    .ric-branch-premium-content a {
        max-width: 100%;
        box-sizing: border-box;
    }

    /* STATS */
    .ric-branch-premium-stats {
        width: 100%;
        max-width: 100%;

        margin-top: 28px;

        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ric-premium-stat {
        min-width: 0;
        box-sizing: border-box;
    }

    /* MAP / IMAGE */
    .ric-branch-premium-visual {
        order: 2;

        width: 100%;
        height: 390px;

        overflow: hidden;
    }

    .ric-branch-premium-visual img {
        width: 100%;
        height: 100%;

        max-width: 100%;
        max-height: 100%;

        object-fit: contain;

        transform: none !important;
    }
}


/* SMALL MOBILE */
@media (max-width: 480px) {

    .ric-branch-premium-content {
        padding: 32px 18px !important;
    }

    .ric-branch-premium h1 {
        font-size: 31px;
    }

    .ric-branch-premium-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ric-branch-premium-visual {
        height: 340px;
    }

}

/* ==========================================================
   BRANCH PAGE - BIGGER TEXT ON DESKTOP ONLY
========================================================== */

@media (min-width: 1101px) {

    /* Small top label */
    .ric-branch-premium-label {
        font-size: 12px !important;
        letter-spacing: 3px;
    }

    /* Main heading */
    .ric-branch-premium h1 {
        font-size: 58px !important;
        line-height: 1.05;
        letter-spacing: -2px;
        max-width: 620px;
    }

    /* Description */
    .ric-branch-premium-content > p {
        font-size: 16px !important;
        line-height: 1.65;
        max-width: 560px;
    }

    /* Main CTA button */
    .ric-branch-premium-content a {
        font-size: 14px !important;
    }

    /* Stats main text */
    .ric-premium-stat strong {
        font-size: 18px !important;
    }

    /* Stats small description */
    .ric-premium-stat span {
        font-size: 11px !important;
        line-height: 1.3;
    }
}

/* ==========================================================
   BRANCHES PAGE - BIGGER TEXT ON DESKTOP
========================================================== */

@media (min-width: 1000px) {

    /* Section heading */
    .ric-locations-heading h2 {
        font-size: 58px !important;
        line-height: 1.08;
    }

    /* Heading description */
    .ric-locations-heading > p {
        font-size: 17px !important;
        line-height: 1.7;
    }

    /* Location name */
    .ric-location-card h3 {
        font-size: 22px !important;
        line-height: 1.25;
        margin-bottom: 7px;
    }

    /* State name */
    .ric-location-state {
        font-size: 14px !important;
        line-height: 1.4;
    }

    /* Card description */
    .ric-location-card > p {
        font-size: 16px !important;
        line-height: 1.65;
    }

    /* View Branch */
    .ric-location-card > a {
        font-size: 13px !important;
        font-weight: 800;
    }

    /* Card number 01, 02 etc */
    .ric-location-number {
        font-size: 13px !important;
    }

    /* Location icon */
    .ric-location-icon {
        font-size: 18px;
    }
}

/* Remove blue diagonal lines from Home About image */
.ric-about-image::after {
    display: none !important;
    content: none !important;
}