/*
Theme Name: Raysons Industrial Solution
Theme URI: https://raysons.in/
Author: Raysons Industrial Solution Pvt. Ltd.
Description: Modern professional manpower consultancy website.
Version: 1.0
*/

:root {
    --primary: #0b4a87;
    --primary-dark: #063462;
    --primary-light: #eaf3fb;
    --accent: #1684d5;
    --dark: #081827;
    --text: #526171;
    --muted: #81909f;
    --light: #f5f8fb;
    --white: #ffffff;
    --border: #e4ebf1;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Manrope', sans-serif;
    color: var(--dark);
    font-weight: 800;
}

a {
    text-decoration: none;
}

.topbar {
    background: var(--dark);
    color: rgba(255,255,255,.8);
    font-size: 12px;
}

.topbar-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar-left,
.topbar-right {
    display: flex;
    gap: 25px;
    align-items: center;
}

.topbar i {
    color: #55a9e8;
    margin-right: 5px;
}

.topbar a {
    color: #fff;
}

.main-navbar {
    min-height: 88px;
    background: #fff;
    border-bottom: 1px solid #edf1f5;
    position: relative;
    z-index: 20;
}

.site-logo {
    width: 190px;
    height: auto;
    object-fit: contain;
}

.navbar-nav {
    gap: 5px;
}

.nav-link {
    color: #243447 !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px !important;
    transition: .25s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary) !important;
}

.btn-primary-custom {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--primary);
    color: #fff !important;
    padding: 13px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    transition: .25s ease;
}

.btn-primary-custom:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

.hero-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(115deg, #061c31 0%, #0a3f70 55%, #07528e 100%);
    color: #fff;
}

.hero-grid {
    position: absolute;
    inset: 0;
    opacity: .08;
    background-image:
        linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
    background-size: 60px 60px;
}

.min-vh-hero {
    min-height: 650px;
    position: relative;
    z-index: 2;
}

.hero-content {
    padding: 80px 0;
}

.section-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.section-tag span {
    display: inline-block;
    width: 28px;
    height: 2px;
    background: var(--accent);
}

.light-tag {
    color: #8ec9f3;
}

.light-tag span {
    background: #8ec9f3;
}

.hero-content h1 {
    color: #fff;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.06;
    letter-spacing: -2px;
    max-width: 780px;
    margin-bottom: 25px;
}

.hero-content h1 span {
    display: block;
    color: #63b8f2;
}

.hero-content > p {
    color: rgba(255,255,255,.76);
    font-size: 16px;
    line-height: 1.8;
    max-width: 650px;
    margin-bottom: 32px;
}

.hero-buttons {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}

.btn-hero {
    background: #fff;
    color: var(--primary);
    padding: 15px 23px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.btn-hero:hover {
    color: var(--primary-dark);
    transform: translateY(-2px);
}

.btn-hero-outline {
    border: 1px solid rgba(255,255,255,.35);
    color: #fff;
    padding: 14px 23px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
}

.btn-hero-outline:hover {
    background: rgba(255,255,255,.08);
    color: #fff;
}

.hero-trust {
    display: flex;
    gap: 35px;
    margin-top: 55px;
}

.trust-item {
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(255,255,255,.25);
    padding-left: 15px;
}

.trust-item strong {
    color: #fff;
    font-size: 14px;
}

.trust-item span {
    color: rgba(255,255,255,.5);
    font-size: 14px;
    margin-top: 3px;
}

.hero-visual {
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.12);
}

.hero-circle-one {
    width: 510px;
    height: 510px;
}

.hero-circle-two {
    width: 360px;
    height: 360px;
    border-color: rgba(255,255,255,.18);
}

.hero-card-main {
    width: 310px;
    min-height: 410px;
    padding: 28px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.05));
    border: 1px solid rgba(255,255,255,.2);
    backdrop-filter: blur(14px);
    position: relative;
    z-index: 3;
    box-shadow: 0 30px 70px rgba(0,0,0,.25);
}

.hero-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-card-label {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    color: rgba(255,255,255,.7);
}

.hero-card-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-card-number {
    width: 110px;
    height: 110px;
    margin: 45px 0 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.15);
    font-size: 42px;
    color: #7bc4f7;
}

.hero-card-main h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 12px;
}

.hero-card-main p {
    color: rgba(255,255,255,.62);
    font-size: 12px;
    line-height: 1.7;
}

.hero-card-line {
    height: 1px;
    background: rgba(255,255,255,.14);
    margin: 20px 0;
}

.hero-card-footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    color: rgba(255,255,255,.7);
}

.hero-card-footer i {
    color: #63b8f2;
    margin-right: 5px;
}

.floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0,0,0,.2);
}

.floating-card > i {
    width: 38px;
    height: 38px;
    background: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.floating-card div {
    display: flex;
    flex-direction: column;
}

.floating-card strong {
    font-size: 14px;
    color: var(--dark);
}

.floating-card span {
    font-size: 9px;
    color: var(--muted);
    margin-top: 2px;
}

.floating-card-one {
    left: 0;
    top: 150px;
}

.floating-card-two {
    right: -10px;
    bottom: 130px;
}

.section-padding {
    padding: 100px 0;
}

.intro-section {
    background: #fff;
}

.intro-image-wrap {
    position: relative;
    padding-right: 30px;
    padding-bottom: 30px;
}

.intro-image-main {
    height: 450px;
    border-radius: 12px;
    background:
        linear-gradient(145deg, #082a49, #0b5d9b);
    position: relative;
    overflow: hidden;
}

.intro-image-main:before,
.intro-image-main:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
}

.intro-image-main:before {
    width: 420px;
    height: 420px;
    left: -130px;
    top: -120px;
}

.intro-image-main:after {
    width: 350px;
    height: 350px;
    right: -140px;
    bottom: -130px;
}

.intro-image-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.intro-image-content span {
    font-family: 'Manrope';
    font-size: 150px;
    line-height: .8;
    font-weight: 800;
    color: rgba(255,255,255,.08);
}

.intro-image-content strong {
    font-size: 28px;
    letter-spacing: 5px;
}

.intro-image-content small {
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: 4px;
    color: #7ec5f3;
}

.experience-card {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 220px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(8,40,70,.15);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.experience-number {
    font-family: 'Manrope';
    font-size: 35px;
    color: var(--primary);
    font-weight: 800;
}

.experience-card div {
    display: flex;
    flex-direction: column;
}

.experience-card strong {
    color: var(--dark);
    font-size: 13px;
}

.experience-card span:last-child {
    font-size: 14px;
    color: var(--muted);
}

.section-title {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
    letter-spacing: -1.5px;
    margin-bottom: 22px;
}

.section-title span {
    color: var(--primary);
}

.section-text {
    font-size: 14px;
    line-height: 1.9;
    color: var(--text);
}

.intro-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    margin: 28px 0;
}

.intro-point {
    display: flex;
    gap: 9px;
    align-items: center;
    font-size: 12px;
    color: #334454;
}

.intro-point i {
    color: var(--accent);
    font-size: 17px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 800;
    border-bottom: 1px solid #bdd7eb;
    padding-bottom: 7px;
}

.text-link:hover {
    color: var(--primary-dark);
}

.services-section {
    background: var(--light);
}

.service-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 9px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: .3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(15,52,80,.1);
    border-color: transparent;
}

.service-card-featured {
    background: var(--primary);
}

.service-card-featured h3,
.service-card-featured p,
.service-card-featured a {
    color: #fff;
}

.service-card-featured .service-number {
    color: rgba(255,255,255,.2);
}

.service-number {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 45px;
    font-family: 'Manrope';
    font-weight: 800;
    color: #edf2f6;
}

.service-icon {
    width: 54px;
    height: 54px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-light);
    color: var(--primary);
    font-size: 24px;
    margin-bottom: 30px;
    position: relative;
}

.service-card-featured .service-icon {
    background: rgba(255,255,255,.12);
    color: #fff;
}

.service-card h3 {
    font-size: 20px;
    margin-bottom: 14px;
    position: relative;
}

.service-card p {
    font-size: 12px;
    line-height: 1.8;
    min-height: 70px;
}

.service-card a {
    color: var(--primary);
    font-size: 14px;
    font-weight: 800;
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-top: 20px;
}

.service-card-featured a {
    color: #fff;
}

.industries-section {
    background:
        linear-gradient(120deg, #061a2d, #0a3e6b);
}

.light-title {
    color: #fff;
}

.light-title span {
    color: #6dbdf2;
}

.light-text {
    color: rgba(255,255,255,.65);
}

.industry-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.industry-item {
    min-height: 105px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 7px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255,255,255,.035);
    transition: .25s ease;
}

.industry-item:hover {
    background: rgba(255,255,255,.08);
    transform: translateY(-3px);
}

.industry-item i {
    color: #65baf0;
    font-size: 27px;
}

.industry-item span {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.why-card {
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: 8px;
    height: 100%;
    transition: .25s ease;
}

.why-card:hover {
    box-shadow: 0 15px 35px rgba(10,52,83,.08);
    transform: translateY(-4px);
}

.why-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: var(--primary-light);
    color: var(--primary);
    font-size: 24px;
    margin-bottom: 25px;
}

.why-card h3 {
    font-size: 17px;
    margin-bottom: 12px;
}

.why-card p {
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
}

.clients-section {
    background: #f8fafc;
}

.clients-intro {
    max-width: 650px;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border);
    background: #fff;
}

.client-logo {
    min-height: 145px;
    padding: 20px;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transition: .25s ease;
}

.client-logo:hover {
    background: #f8fbfe;
}

.client-logo strong {
    font-family: 'Manrope';
    color: #174e7e;
    font-size: 22px;
    font-weight: 800;
}

.client-logo span {
    font-size: 9px;
    color: #7c8995;
    line-height: 1.5;
    margin-top: 9px;
    max-width: 150px;
}

.cta-section {
    padding: 0 0 100px;
    background: #f8fafc;
}

.cta-box {
    padding: 60px;
    border-radius: 12px;
    background:
        linear-gradient(115deg, #06213b, #0b568e);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    overflow: hidden;
    position: relative;
}

.cta-box:after {
    content: "";
    width: 350px;
    height: 350px;
    position: absolute;
    right: -100px;
    top: -170px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.1);
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    color: #fff;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.15;
    max-width: 650px;
}

.cta-content h2 span {
    color: #6fc0f3;
}

.cta-content p {
    color: rgba(255,255,255,.65);
    font-size: 13px;
    max-width: 550px;
    line-height: 1.8;
}

.cta-action {
    position: relative;
    z-index: 2;
    min-width: 220px;
}

.btn-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 20px;
    border-radius: 5px;
    background: #fff;
    color: var(--primary);
    font-weight: 800;
    font-size: 13px;
}

.btn-cta:hover {
    color: var(--primary-dark);
}

.cta-email {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 17px;
}

.site-footer {
    background: #061725;
    color: rgba(255,255,255,.55);
}

.footer-main {
    padding: 75px 0;
}

.footer-logo img {
    width: 185px;
    background: #fff;
    padding: 7px;
    border-radius: 4px;
}

.footer-about {
    margin-top: 23px;
    max-width: 350px;
    font-size: 12px;
    line-height: 1.9;
}

.footer-social {
    display: flex;
    gap: 8px;
    margin-top: 25px;
}

.footer-social a {
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: .25s ease;
}

.footer-social a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.site-footer h5 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 25px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 13px;
}

.footer-links a {
    color: rgba(255,255,255,.52);
    font-size: 14px;
    transition: .2s ease;
}

.footer-links a:hover {
    color: #70bdf0;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-contact-item {
    display: flex;
    gap: 13px;
}

.footer-contact-icon {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.06);
    color: #65baf0;
    border-radius: 5px;
}

.footer-contact-item span {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,.35);
    margin-bottom: 4px;
}

.footer-contact-item p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.footer-contact-item a {
    color: rgba(255,255,255,.65);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
}

.footer-bottom-inner {
    min-height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
}

.footer-bottom a {
    color: rgba(255,255,255,.45);
    font-size: 14px;
    margin-left: 20px;
}

.whatsapp-button {
    width: 54px;
    height: 54px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 100;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 8px 25px rgba(0,0,0,.2);
}

.whatsapp-button:hover {
    color: #fff;
    transform: scale(1.05);
}

@media (max-width: 991px) {

    .topbar-left {
        display: none;
    }

    .topbar-inner {
        justify-content: center;
    }

    .main-navbar {
        min-height: 75px;
    }

    .navbar-collapse {
        padding: 20px 0;
    }

    .nav-link {
        padding: 10px 0 !important;
    }

    .min-vh-hero {
        min-height: auto;
    }

    .hero-content {
        padding: 80px 0 30px;
    }

    .hero-visual {
        min-height: 520px;
    }

    .floating-card-one {
        left: 5%;
    }

    .floating-card-two {
        right: 5%;
    }

    .clients-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .cta-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-action {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 767px) {

    .site-logo {
        width: 160px;
    }

    .hero-content h1 {
        font-size: 42px;
        letter-spacing: -1.5px;
    }

    .hero-content > p {
        font-size: 14px;
    }

    .hero-trust {
        gap: 15px;
        margin-top: 35px;
    }

    .hero-visual {
        min-height: 470px;
    }

    .hero-circle-one {
        width: 390px;
        height: 390px;
    }

    .hero-circle-two {
        width: 290px;
        height: 290px;
    }

    .hero-card-main {
        width: 280px;
        min-height: 370px;
    }

    .floating-card {
        transform: scale(.9);
    }

    .floating-card-one {
        left: -5px;
        top: 80px;
    }

    .floating-card-two {
        right: -5px;
        bottom: 80px;
    }

    .section-padding {
        padding: 70px 0;
    }

    .section-title {
        font-size: 34px;
    }

    .intro-points {
        grid-template-columns: 1fr;
    }

    .intro-image-main {
        height: 380px;
    }

    .industry-grid {
        grid-template-columns: 1fr;
    }

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

    .client-logo {
        min-height: 125px;
    }

    .cta-box {
        padding: 35px 25px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        justify-content: center;
        padding: 20px 0;
        text-align: center;
    }

    .footer-bottom a {
        margin: 0 8px;
    }

}

@media (max-width: 450px) {

    .topbar {
        display: none;
    }

    .hero-content {
        padding-top: 60px;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-hero,
    .btn-hero-outline {
        justify-content: center;
        text-align: center;
    }

    .hero-trust {
        flex-wrap: wrap;
    }

    .hero-visual {
        min-height: 410px;
    }

    .hero-card-main {
        width: 245px;
        min-height: 340px;
        padding: 22px;
    }

    .hero-card-number {
        width: 80px;
        height: 80px;
        margin: 30px 0 20px;
    }

    .hero-card-main h3 {
        font-size: 25px;
    }

    .floating-card {
        transform: scale(.75);
    }

    .clients-grid {
        grid-template-columns: 1fr 1fr;
    }

    .whatsapp-button {
        width: 48px;
        height: 48px;
        right: 15px;
        bottom: 15px;
    }

}
/* =========================================================
   RAYSONS — PREMIUM INNER PAGE DESIGN SYSTEM
   Applies to:
   about.php
   services.php
   industries.php
   clients.php
   contact.php
========================================================= */

:root {
    --r-blue: #075ca8;
    --r-blue-dark: #06345f;
    --r-blue-light: #eaf4fc;
    --r-navy: #071b2e;
    --r-text: #536273;
    --r-heading: #102235;
    --r-border: #dfe7ee;
    --r-bg: #f6f8fa;
    --r-white: #ffffff;
}


/* =========================================================
   GLOBAL INNER PAGE
========================================================= */

.inner-page {
    background: var(--r-white);
}

.section-padding {
    padding: 105px 0;
}

.section-padding-sm {
    padding: 75px 0;
}

.section-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--r-blue);
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.section-tag span {
    width: 35px;
    height: 2px;
    background: var(--r-blue);
    display: inline-block;
}

.light-tag {
    color: #72bdf0;
}

.light-tag span {
    background: #72bdf0;
}

.section-title {
    color: var(--r-heading);
    font-family: 'Manrope', sans-serif;
    font-size: clamp(36px, 4vw, 55px);
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1.08;
    margin: 0 0 25px;
}

.section-title span {
    color: var(--r-blue);
}

.section-text {
    color: var(--r-text);
    font-size: 14px;
    line-height: 1.95;
    margin-bottom: 18px;
}

.light-title {
    color: #fff;
}

.light-title span {
    color: #70bdf0;
}

.light-text {
    color: rgba(255,255,255,.65);
}


/* =========================================================
   PREMIUM INNER PAGE HERO
========================================================= */

.inner-page-hero {
    position: relative;
    min-height: 455px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;

    background:
        linear-gradient(
            105deg,
            #061827 0%,
            #092d4d 55%,
            #075b9d 100%
        );
}

.inner-page-hero:before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.2),
            transparent 60%
        );

    pointer-events: none;
}

.inner-page-hero:after {
    content: "";
    position: absolute;

    width: 650px;
    height: 650px;

    right: -230px;
    top: -320px;

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

    box-shadow:
        0 0 0 80px rgba(255,255,255,.025),
        0 0 0 160px rgba(255,255,255,.018);
}

.inner-page-hero-content {
    position: relative;
    z-index: 2;

    width: 100%;
    padding: 95px 0 75px;
}

.inner-page-hero h1 {
    max-width: 850px;

    color: #fff;

    font-family: 'Manrope', sans-serif;
    font-size: clamp(44px, 5vw, 70px);
    font-weight: 800;

    letter-spacing: -3px;
    line-height: 1.02;

    margin: 0 0 25px;
}

.inner-page-hero h1 span {
    display: block;
    color: #70bdf0;
}

.inner-page-hero p {
    max-width: 680px;

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

    font-size: 15px;
    line-height: 1.9;

    margin: 0;
}


/* =========================================================
   ABOUT PAGE
========================================================= */

.about-intro {
    background: #fff;
}

.about-visual {
    height: 560px;
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #071d31,
            #075c9f
        );
}

.about-visual:before {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    right: -230px;
    top: -180px;

    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
}

.about-visual:after {
    content: "";

    position: absolute;

    width: 370px;
    height: 370px;

    left: -180px;
    bottom: -180px;

    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%;
}

.about-visual-bg {
    position: absolute;
    inset: 25px;

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

    z-index: 1;
}

.about-monogram {
    position: absolute;

    left: 50%;
    top: 48%;

    transform: translate(-50%, -50%);

    font-family: 'Manrope';
    font-size: 190px;
    line-height: 1;
    font-weight: 800;

    letter-spacing: -20px;

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

    z-index: 1;
}

.about-visual-text {
    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    width: 100%;

    text-align: center;

    z-index: 3;
}

.about-visual-text strong {
    display: block;

    color: #fff;

    font-family: 'Manrope';
    font-size: 30px;

    letter-spacing: 7px;
}

.about-visual-text span {
    display: block;

    margin-top: 8px;

    color: #72bdf0;

    font-size: 9px;
    letter-spacing: 4px;
}

.about-badge {
    position: absolute;

    left: 25px;
    bottom: 25px;

    z-index: 5;

    min-width: 220px;

    padding: 17px 20px;

    background: #fff;

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

    box-shadow: 0 15px 40px rgba(0,0,0,.18);
}

.about-badge > i {
    width: 42px;
    height: 42px;

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

    background: var(--r-blue-light);
    color: var(--r-blue);

    font-size: 20px;
}

.about-badge div {
    display: flex;
    flex-direction: column;
}

.about-badge strong {
    color: var(--r-heading);
    font-size: 12px;
}

.about-badge span {
    color: #8492a0;
    font-size: 9px;
    margin-top: 4px;
}

.about-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;

    margin-top: 30px;
}

.about-info-item {
    min-height: 80px;

    display: flex;
    align-items: center;

    gap: 13px;

    padding: 15px;

    border-top: 1px solid var(--r-border);
    border-bottom: 1px solid var(--r-border);
}

.about-info-item > i {
    color: var(--r-blue);
    font-size: 22px;
}

.about-info-item div {
    display: flex;
    flex-direction: column;
}

.about-info-item strong {
    color: var(--r-heading);
    font-size: 14px;
}

.about-info-item span {
    color: #7c8996;
    font-size: 9px;
    margin-top: 4px;
}


/* =========================================================
   COMPANY PROFILE
========================================================= */

.company-profile-section {
    background: var(--r-bg);
}

.profile-highlight {
    position: relative;

    min-height: 300px;

    padding: 45px;

    background: var(--r-navy);

    overflow: hidden;
}

.profile-highlight:after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    right: -150px;
    bottom: -170px;

    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
}

.profile-highlight-icon {
    width: 60px;
    height: 60px;

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

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

    color: #70bdf0;

    font-size: 25px;

    margin-bottom: 30px;
}

.profile-highlight h3 {
    position: relative;
    z-index: 2;

    max-width: 400px;

    color: #fff;

    font-size: 25px;
    line-height: 1.25;

    margin-bottom: 17px;
}

.profile-highlight p {
    position: relative;
    z-index: 2;

    max-width: 520px;

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

    font-size: 12px;
    line-height: 1.9;

    margin: 0;
}


/* =========================================================
   SCHEME SECTION
========================================================= */

.schemes-section {
    background: #fff;
}

.schemes-intro {
    max-width: 650px;
}

.scheme-card {
    position: relative;

    height: 100%;
    min-height: 260px;

    padding: 35px;

    background: #fff;

    border: 1px solid var(--r-border);

    transition: .3s ease;
}

.scheme-card:hover {
    border-color: var(--r-blue);

    box-shadow: 0 20px 45px rgba(7,55,90,.08);

    transform: translateY(-5px);
}

.scheme-number {
    position: absolute;

    top: 20px;
    right: 25px;

    font-family: 'Manrope';

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

    color: #edf1f4;
}

.scheme-icon {
    width: 55px;
    height: 55px;

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

    background: var(--r-blue-light);
    color: var(--r-blue);

    font-size: 23px;

    margin-bottom: 35px;
}

.scheme-card h3 {
    font-size: 20px;

    margin-bottom: 12px;
}

.scheme-card p {
    max-width: 230px;

    color: var(--r-text);

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


/* =========================================================
   DARK INDUSTRIAL SECTION
========================================================= */

.about-industries,
.industry-model-section,
.service-advantages {
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(
            110deg,
            #061827,
            #073b64
        );
}

.about-industries:before,
.industry-model-section:before,
.service-advantages:before {
    content: "";

    position: absolute;

    width: 600px;
    height: 600px;

    right: -300px;
    top: -300px;

    border: 1px solid rgba(255,255,255,.07);
    border-radius: 50%;
}

.about-sector-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;

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

.about-sector-list > div {
    min-height: 125px;

    padding: 25px;

    background: rgba(5,26,43,.7);

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

    transition: .25s ease;
}

.about-sector-list > div:hover {
    background: rgba(255,255,255,.08);
}

.about-sector-list i {
    color: #70bdf0;
    font-size: 27px;
}

.about-sector-list span {
    color: #fff;

    font-size: 12px;
    font-weight: 700;
}


/* =========================================================
   COMPANY DETAILS
========================================================= */

.company-details {
    background: var(--r-bg);
}

.detail-card {
    min-height: 240px;

    padding: 35px;

    background: #fff;

    border-left: 3px solid var(--r-blue);

    border-top: 1px solid var(--r-border);
    border-right: 1px solid var(--r-border);
    border-bottom: 1px solid var(--r-border);

    transition: .25s ease;
}

.detail-card:hover {
    box-shadow: 0 15px 35px rgba(8,45,75,.07);
}

.detail-icon {
    width: 48px;
    height: 48px;

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

    background: var(--r-blue-light);
    color: var(--r-blue);

    font-size: 20px;

    margin-bottom: 25px;
}

.detail-card > span {
    display: block;

    color: #8794a0;

    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.5px;

    margin-bottom: 10px;
}

.detail-card h3 {
    font-size: 18px;
    line-height: 1.45;
    margin: 0;
}


/* =========================================================
   SERVICES PAGE
========================================================= */

.services-intro {
    padding-bottom: 55px;
}

.services-main-section {
    padding: 50px 0 110px;

    background: var(--r-bg);
}

.large-service-card {
    position: relative;

    height: 100%;
    min-height: 420px;

    padding: 45px;

    background: #fff;

    border: 1px solid var(--r-border);

    overflow: hidden;

    transition: .3s ease;
}

.large-service-card:hover {
    border-color: var(--r-blue);

    box-shadow: 0 25px 55px rgba(7,50,85,.08);

    transform: translateY(-5px);
}

.featured-service-card {
    background: var(--r-navy);
    border-color: var(--r-navy);
}

.large-service-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    margin-bottom: 45px;
}

.large-service-number {
    font-family: 'Manrope';

    font-size: 58px;
    line-height: 1;

    font-weight: 800;

    color: #eaf0f4;
}

.featured-service-card .large-service-number {
    color: rgba(255,255,255,.08);
}

.large-service-icon {
    width: 65px;
    height: 65px;

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

    background: var(--r-blue-light);
    color: var(--r-blue);

    font-size: 28px;
}

.featured-service-card .large-service-icon {
    background: rgba(255,255,255,.08);
    color: #70bdf0;
}

.large-service-card h2 {
    font-size: 28px;
    line-height: 1.2;

    margin-bottom: 18px;
}

.large-service-card h2 span {
    display: block;
    color: var(--r-blue);
}

.featured-service-card h2 {
    color: #fff;
}

.featured-service-card h2 span {
    color: #70bdf0;
}

.large-service-card > p {
    max-width: 570px;

    color: var(--r-text);

    font-size: 13px;
    line-height: 1.9;

    margin-bottom: 30px;
}

.featured-service-card > p {
    color: rgba(255,255,255,.6);
}

.service-feature-list {
    display: flex;
    flex-direction: column;

    gap: 12px;
}

.service-feature-list div {
    display: flex;
    align-items: center;

    gap: 10px;

    color: #425466;

    font-size: 14px;
}

.featured-service-card .service-feature-list div {
    color: rgba(255,255,255,.65);
}

.service-feature-list i {
    color: var(--r-blue);
}

.featured-service-card .service-feature-list i {
    color: #70bdf0;
}


/* SERVICE SMALL */

.service-small-card {
    position: relative;

    height: 100%;
    min-height: 310px;

    padding: 35px;

    background: #fff;

    border: 1px solid var(--r-border);

    transition: .3s ease;
}

.service-small-card:hover {
    transform: translateY(-5px);

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

    box-shadow: 0 20px 45px rgba(7,50,85,.08);
}

.small-service-number {
    position: absolute;

    top: 18px;
    right: 20px;

    font-family: 'Manrope';

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

    color: #edf1f4;
}

.small-service-icon {
    width: 52px;
    height: 52px;

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

    background: var(--r-blue-light);
    color: var(--r-blue);

    font-size: 22px;

    margin-bottom: 30px;
}

.service-small-card h3 {
    font-size: 20px;
    line-height: 1.25;

    margin-bottom: 15px;
}

.service-small-card h3 span {
    color: var(--r-blue);
}

.service-small-card p {
    min-height: 65px;

    color: var(--r-text);

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

.service-small-card a {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: var(--r-blue);

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

    margin-top: 20px;
}


/* =========================================================
   SERVICE SCHEMES
========================================================= */

.schemes-service-section {
    background: #fff;
}

.scheme-service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;

    background: var(--r-border);

    border: 1px solid var(--r-border);
}

.scheme-service-item {
    min-height: 180px;

    padding: 30px;

    position: relative;

    background: #fff;
}

.scheme-service-item > span {
    display: block;

    color: var(--r-blue);

    font-family: 'Manrope';

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

    margin-bottom: 18px;
}

.scheme-service-item > i {
    position: absolute;

    right: 25px;
    top: 25px;

    color: #dbe9f3;

    font-size: 28px;
}

.scheme-service-item p {
    max-width: 190px;

    color: var(--r-text);

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

    margin: 0;
}


/* =========================================================
   SERVICE ADVANTAGES
========================================================= */

.service-advantages {
    padding: 110px 0;
}

.service-advantages-heading {
    margin-bottom: 55px;
}

.service-advantage {
    height: 100%;

    padding: 35px;

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

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

.service-advantage > div {
    width: 50px;
    height: 50px;

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

    color: #70bdf0;

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

    font-size: 21px;

    margin-bottom: 25px;
}

.service-advantage h3 {
    color: #fff;

    font-size: 18px;

    margin-bottom: 12px;
}

.service-advantage p {
    color: rgba(255,255,255,.55);

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

    margin: 0;
}


/* =========================================================
   INDUSTRIES PAGE
========================================================= */

.industries-intro {
    background: #fff;
}

.industry-stats {
    display: flex;
    gap: 1px;

    margin-top: 35px;

    background: var(--r-border);

    max-width: 500px;
}

.industry-stats > div {
    flex: 1;

    padding: 22px;

    background: #fff;

    display: flex;
    flex-direction: column;
}

.industry-stats strong {
    color: var(--r-blue);

    font-family: 'Manrope';

    font-size: 32px;
    line-height: 1;

    margin-bottom: 8px;
}

.industry-stats span {
    color: #7c8995;

    font-size: 9px;
}


/* INDUSTRY VISUAL */

.industry-intro-visual {
    height: 500px;

    position: relative;

    overflow: hidden;

    background:
        linear-gradient(
            140deg,
            #061827,
            #075b9c
        );
}

.industry-visual-circle {
    width: 430px;
    height: 430px;

    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%,-50%);

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

    border-radius: 50%;
}

.industry-visual-circle:after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    left: 64px;
    top: 64px;

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

    border-radius: 50%;
}

.industry-visual-center {
    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%,-50%);

    z-index: 3;

    width: 180px;
    height: 180px;

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

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

    flex-direction: column;

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

.industry-visual-center i {
    color: #70bdf0;
    font-size: 35px;

    margin-bottom: 12px;
}

.industry-visual-center strong {
    color: #fff;

    font-size: 18px;
    letter-spacing: 3px;
}

.industry-visual-center span {
    color: rgba(255,255,255,.5);

    font-size: 7px;
    letter-spacing: 2px;

    margin-top: 5px;
}

.industry-floating {
    position: absolute;

    z-index: 5;

    padding: 13px 18px;

    background: #fff;

    display: flex;
    align-items: center;

    gap: 10px;

    box-shadow: 0 15px 40px rgba(0,0,0,.2);
}

.industry-floating i {
    color: var(--r-blue);
}

.industry-floating span {
    color: var(--r-heading);

    font-size: 14px;
    font-weight: 700;
}

.industry-floating-one {
    top: 90px;
    left: 25px;
}

.industry-floating-two {
    bottom: 90px;
    right: 25px;
}


/* INDUSTRY DETAILS */

.industries-detail-section {
    background: var(--r-bg);
}

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

.industry-detail-card {
    height: 100%;
    min-height: 345px;

    position: relative;

    padding: 35px;

    background: #fff;

    border: 1px solid var(--r-border);

    transition: .3s ease;
}

.industry-detail-card:hover {
    transform: translateY(-5px);

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

    box-shadow: 0 20px 45px rgba(7,50,85,.08);
}

.industry-detail-number {
    position: absolute;

    top: 15px;
    right: 20px;

    font-family: 'Manrope';

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

    color: #edf1f4;
}

.industry-detail-icon {
    width: 57px;
    height: 57px;

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

    background: var(--r-blue-light);
    color: var(--r-blue);

    font-size: 24px;

    margin-bottom: 30px;
}

.industry-detail-card h3 {
    font-size: 21px;

    line-height: 1.25;

    margin-bottom: 15px;
}

.industry-detail-card h3 span {
    color: var(--r-blue);
}

.industry-detail-card > p {
    color: var(--r-text);

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

    min-height: 65px;
}

.industry-tags {
    display: flex;
    flex-wrap: wrap;

    gap: 5px;

    margin-top: 25px;
}

.industry-tags span {
    padding: 6px 9px;

    background: #f2f6f9;

    color: #758391;

    font-size: 11px;
}


/* =========================================================
   WORKFORCE PROCESS
========================================================= */

.workforce-process {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 1px;

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

.workforce-process-item {
    min-height: 200px;

    padding: 30px;

    background: rgba(4,23,38,.7);
}

.process-icon {
    width: 45px;
    height: 45px;

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

    color: #70bdf0;

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

    font-size: 18px;

    margin-bottom: 20px;
}

.workforce-process-item span {
    color: #70bdf0;

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

.workforce-process-item h3 {
    color: #fff;

    font-size: 17px;

    margin: 5px 0 10px;
}

.workforce-process-item p {
    color: rgba(255,255,255,.52);

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

    margin: 0;
}


/* =========================================================
   SECTOR SUMMARY
========================================================= */

.sector-summary {
    background: #fff;
}

.sector-summary-box {
    display: grid;
    grid-template-columns: repeat(6,1fr);

    border-top: 1px solid var(--r-border);
    border-left: 1px solid var(--r-border);
}

.sector-summary-box > div {
    min-height: 145px;

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

    flex-direction: column;

    gap: 12px;

    border-right: 1px solid var(--r-border);
    border-bottom: 1px solid var(--r-border);

    transition: .25s ease;
}

.sector-summary-box > div:hover {
    background: var(--r-blue-light);
}

.sector-summary-box i {
    color: var(--r-blue);

    font-size: 26px;
}

.sector-summary-box strong {
    color: var(--r-heading);

    font-size: 14px;
}


/* =========================================================
   CTA — SHARED
========================================================= */

.cta-section {
    padding: 0 0 105px;

    background: #fff;
}

.cta-box {
    position: relative;

    padding: 65px 70px;

    overflow: hidden;

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

    gap: 50px;

    background:
        linear-gradient(
            105deg,
            #061827,
            #075b9d
        );
}

.cta-box:after {
    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    right: -220px;
    top: -220px;

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

    border-radius: 50%;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    max-width: 680px;

    color: #fff;

    font-size: clamp(32px,4vw,48px);

    line-height: 1.1;

    letter-spacing: -1.5px;

    margin-bottom: 18px;
}

.cta-content h2 span {
    color: #70bdf0;
}

.cta-content p {
    max-width: 580px;

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

    font-size: 12px;
    line-height: 1.8;

    margin: 0;
}

.cta-action {
    position: relative;
    z-index: 3;

    flex: 0 0 230px;
}

.btn-cta {
    width: 100%;

    min-height: 52px;

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

    gap: 10px;

    background: #fff;

    color: var(--r-blue);

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

    transition: .25s ease;
}

.btn-cta:hover {
    background: #eaf4fc;
    color: var(--r-blue-dark);
}


/* =========================================================
   TEXT LINK
========================================================= */

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    color: var(--r-blue);

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

    padding-bottom: 8px;

    border-bottom: 1px solid #c7dce9;

    transition: .2s ease;
}

.text-link:hover {
    color: var(--r-blue-dark);

    gap: 16px;
}


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

@media (max-width: 991px) {

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

    .inner-page-hero {
        min-height: 390px;
    }

    .inner-page-hero-content {
        padding: 80px 0 60px;
    }

    .about-visual {
        height: 470px;
    }

    .sector-summary-box {
        grid-template-columns: repeat(3,1fr);
    }

    .sector-summary-box > div:nth-child(3) {
        border-right: 0;
    }

    .cta-box {
        padding: 50px;
    }

}


@media (max-width: 767px) {

    .section-padding {
        padding: 70px 0;
    }

    .inner-page-hero {
        min-height: 350px;
    }

    .inner-page-hero-content {
        padding: 70px 0 50px;
    }

    .inner-page-hero h1 {
        font-size: 42px;
        letter-spacing: -1.5px;
    }

    .inner-page-hero p {
        font-size: 13px;
    }

    .about-visual {
        height: 390px;
    }

    .about-monogram {
        font-size: 130px;
    }

    .about-visual-text strong {
        font-size: 23px;
    }

    .about-info-grid {
        grid-template-columns: 1fr;
    }

    .about-sector-list {
        grid-template-columns: 1fr;
    }

    .large-service-card {
        min-height: auto;
        padding: 32px;
    }

    .service-small-card {
        min-height: auto;
    }

    .scheme-service-grid {
        grid-template-columns: 1fr;
    }

    .workforce-process {
        grid-template-columns: 1fr;
    }

    .industry-intro-visual {
        height: 400px;
    }

    .industry-detail-card {
        min-height: auto;
    }

    .sector-summary-box {
        grid-template-columns: 1fr 1fr;
    }

    .sector-summary-box > div:nth-child(3) {
        border-right: 1px solid var(--r-border);
    }

    .sector-summary-box > div:nth-child(2n) {
        border-right: 0;
    }

    .cta-box {
        padding: 40px 28px;

        flex-direction: column;
        align-items: flex-start;
    }

    .cta-action {
        width: 100%;
        flex: none;
    }

}


@media (max-width: 480px) {

    .inner-page-hero h1 {
        font-size: 36px;
    }

    .section-title {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .about-visual {
        height: 350px;
    }

    .about-monogram {
        font-size: 105px;
    }

    .about-visual-text strong {
        font-size: 19px;
        letter-spacing: 4px;
    }

    .about-badge {
        left: 15px;
        bottom: 15px;
    }

    .industry-stats {
        flex-direction: column;
    }

    .industry-intro-visual {
        height: 340px;
    }

    .industry-visual-circle {
        width: 290px;
        height: 290px;
    }

    .industry-visual-circle:after {
        width: 205px;
        height: 205px;
        left: 42px;
        top: 42px;
    }

    .industry-visual-center {
        width: 145px;
        height: 145px;
    }

    .industry-floating {
        transform: scale(.8);
    }

    .cta-box {
        padding: 35px 22px;
    }

}
/* =========================================================
   CLIENTS PAGE
========================================================= */

.clients-intro-section {
    padding-bottom: 65px;
}


/* CLIENT DIRECTORY */

.clients-directory-section {
    background: #f6f8fa;
    padding: 30px 0 110px;
}

.clients-directory {
    border-top: 1px solid #dfe7ee;
}

.client-directory-item {
    min-height: 125px;

    display: grid;

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

    align-items: center;

    gap: 25px;

    padding: 20px 25px;

    background: #fff;

    border-left: 1px solid #dfe7ee;
    border-right: 1px solid #dfe7ee;
    border-bottom: 1px solid #dfe7ee;

    transition: .3s ease;
}

.client-directory-item:hover {
    background: #071b2e;

    border-color: #071b2e;

    transform: translateX(8px);
}

.client-index {
    color: #a0acb7;

    font-family: 'Manrope';

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1px;
}

.client-directory-item:hover .client-index {
    color: rgba(255,255,255,.35);
}


.client-brand {
    color: #125486;

    font-family: 'Manrope';

    font-size: 21px;

    font-weight: 800;

    letter-spacing: -.5px;
}

.client-directory-item:hover .client-brand {
    color: #70bdf0;
}


.client-company {
    display: flex;

    flex-direction: column;

    gap: 6px;
}

.client-company strong {
    color: #172b3d;

    font-size: 13px;

    font-weight: 700;
}

.client-company span {
    color: #8a96a1;

    font-size: 9px;

    text-transform: uppercase;

    letter-spacing: 1px;
}

.client-directory-item:hover .client-company strong {
    color: #fff;
}

.client-directory-item:hover .client-company span {
    color: rgba(255,255,255,.45);
}


.client-arrow {
    width: 40px;
    height: 40px;

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

    border: 1px solid #dfe7ee;

    color: #7890a2;

    transition: .3s ease;
}

.client-directory-item:hover .client-arrow {
    color: #fff;

    border-color: rgba(255,255,255,.2);
}


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

.client-industries-section {
    position: relative;

    overflow: hidden;

    background:
        linear-gradient(
            110deg,
            #061827,
            #075b9d
        );
}

.client-industries-section:after {
    content: "";

    position: absolute;

    width: 550px;
    height: 550px;

    right: -250px;
    top: -280px;

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

    border-radius: 50%;
}

.client-industry-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 1px;

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

    position: relative;

    z-index: 2;
}

.client-industry-grid > div {
    min-height: 150px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    gap: 14px;

    background: rgba(4,25,42,.75);

    transition: .25s ease;
}

.client-industry-grid > div:hover {
    background: rgba(255,255,255,.08);
}

.client-industry-grid i {
    color: #70bdf0;

    font-size: 28px;
}

.client-industry-grid span {
    color: #fff;

    font-size: 11px;

    font-weight: 700;
}


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

.client-relationship-section {
    background: #fff;
}

.relationship-number {
    font-family: 'Manrope';

    color: #edf1f4;

    font-size: 120px;

    line-height: .8;

    font-weight: 800;

    margin-bottom: 25px;
}

.relationship-points {
    border-top: 1px solid #dfe7ee;
}

.relationship-points > div {
    display: grid;

    grid-template-columns: 55px 1fr;

    gap: 20px;

    padding: 27px 0;

    border-bottom: 1px solid #dfe7ee;
}

.relationship-points > div > span {
    color: #0a5d9f;

    font-family: 'Manrope';

    font-size: 12px;

    font-weight: 800;
}

.relationship-points h3 {
    color: #13283b;

    font-size: 17px;

    margin: 0 0 7px;
}

.relationship-points p {
    color: #657483;

    font-size: 11px;

    line-height: 1.8;

    margin: 0;

    max-width: 500px;
}


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

@media (max-width: 991px) {

    .client-directory-item {
        grid-template-columns: 55px 150px 1fr 50px;
    }

}

@media (max-width: 767px) {

    .clients-directory-section {
        padding-bottom: 70px;
    }

    .client-directory-item {
        grid-template-columns: 40px 1fr 40px;

        gap: 12px;

        padding: 20px 15px;
    }

    .client-brand {
        font-size: 17px;
    }

    .client-company {
        grid-column: 2 / 4;
    }

    .client-arrow {
        grid-column: 3;
        grid-row: 1;
    }

    .client-industry-grid {
        grid-template-columns: 1fr 1fr;
    }

    .relationship-number {
        font-size: 85px;
    }

}

@media (max-width: 450px) {

    .client-directory-item {
        grid-template-columns: 30px 1fr 35px;

        padding: 17px 12px;
    }

    .client-index {
        font-size: 11px;
    }

    .client-brand {
        font-size: 15px;
    }

    .client-company strong {
        font-size: 14px;
    }

    .client-company span {
        font-size: 11px;
    }

    .client-industry-grid > div {
        min-height: 125px;
    }

}
/* =========================================================
   CONTACT PAGE
========================================================= */

.contact-intro {
    background: #fff;
}


/* CONTACT DETAILS */

.contact-details {
    margin-top: 35px;

    border-top: 1px solid var(--r-border);
}

.contact-detail {
    min-height: 85px;

    display: flex;
    align-items: center;

    gap: 17px;

    border-bottom: 1px solid var(--r-border);

    text-decoration: none;

    transition: .25s ease;
}

.contact-detail:hover {
    padding-left: 8px;
}

.contact-detail-icon {
    width: 45px;
    height: 45px;

    flex: 0 0 45px;

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

    background: var(--r-blue-light);
    color: var(--r-blue);

    font-size: 19px;
}

.contact-detail > div:last-child {
    display: flex;
    flex-direction: column;

    gap: 5px;
}

.contact-detail span {
    color: #8995a0;

    font-size: 9px;

    text-transform: uppercase;

    letter-spacing: 1.2px;
}

.contact-detail strong {
    color: var(--r-heading);

    font-size: 13px;

    font-weight: 700;
}


/* CONTACT FORM */

.contact-form-box {
    padding: 45px;

    background: #f5f8fa;

    border-top: 3px solid var(--r-blue);
}

.contact-form-header {
    margin-bottom: 35px;
}

.contact-form-header > span {
    color: var(--r-blue);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;
}

.contact-form-header h3 {
    color: var(--r-heading);

    font-family: 'Manrope';

    font-size: 28px;

    letter-spacing: -1px;

    margin: 10px 0;
}

.contact-form-header p {
    color: #7b8894;

    font-size: 11px;

    margin: 0;
}

.raysons-contact-form label {
    display: block;

    color: #263b4d;

    font-size: 10px;

    font-weight: 700;

    margin-bottom: 9px;
}

.raysons-contact-form input,
.raysons-contact-form select,
.raysons-contact-form textarea {
    width: 100%;

    border: 1px solid #d9e2e8;

    background: #fff;

    border-radius: 0;

    padding: 13px 15px;

    color: #1b3042;

    font-family: 'Inter';

    font-size: 11px;

    outline: none;

    transition: .2s ease;
}

.raysons-contact-form input,
.raysons-contact-form select {
    height: 48px;
}

.raysons-contact-form textarea {
    resize: vertical;
}

.raysons-contact-form input:focus,
.raysons-contact-form select:focus,
.raysons-contact-form textarea:focus {
    border-color: var(--r-blue);

    box-shadow: 0 0 0 3px rgba(7,92,168,.07);
}

.raysons-contact-form input::placeholder,
.raysons-contact-form textarea::placeholder {
    color: #a6b0b8;
}

.contact-submit {
    min-height: 52px;

    padding: 0 28px;

    border: 0;

    background: var(--r-blue);

    color: #fff;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .5px;

    display: inline-flex;

    align-items: center;

    gap: 13px;

    cursor: pointer;

    transition: .25s ease;
}

.contact-submit:hover {
    background: var(--r-blue-dark);

    transform: translateY(-2px);
}


/* =========================================================
   CONTACT REASONS
========================================================= */

.contact-reasons {
    position: relative;

    padding: 105px 0;

    overflow: hidden;

    background:
        linear-gradient(
            110deg,
            #061827,
            #075b9d
        );
}

.contact-reasons:after {
    content: "";

    position: absolute;

    width: 600px;
    height: 600px;

    right: -300px;
    top: -300px;

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

    border-radius: 50%;
}

.contact-reasons-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 1px;

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

    position: relative;

    z-index: 2;
}

.contact-reason {
    min-height: 220px;

    padding: 30px;

    background: rgba(4,24,40,.7);

    position: relative;

    transition: .25s ease;
}

.contact-reason:hover {
    background: rgba(255,255,255,.07);
}

.contact-reason > span {
    position: absolute;

    top: 20px;
    right: 20px;

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

    font-family: 'Manrope';

    font-size: 30px;

    font-weight: 800;
}

.contact-reason > i {
    color: #70bdf0;

    font-size: 23px;

    display: block;

    margin-bottom: 25px;
}

.contact-reason h3 {
    color: #fff;

    font-size: 17px;

    margin-bottom: 10px;
}

.contact-reason p {
    color: rgba(255,255,255,.53);

    font-size: 10px;

    line-height: 1.8;

    margin: 0;
}


/* =========================================================
   OFFICE
========================================================= */

.contact-office {
    background: #f6f8fa;
}

.office-card {
    height: 100%;

    padding: 45px;

    background: #fff;

    border: 1px solid var(--r-border);

    position: relative;

    overflow: hidden;
}

.office-card:after {
    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    right: -130px;
    bottom: -130px;

    border: 1px solid #e7edf2;

    border-radius: 50%;
}

.office-card-top {
    display: flex;

    align-items: flex-start;

    justify-content: space-between;
}

.office-card-top .section-tag {
    margin-bottom: 0;
}

.office-card-top > i {
    color: #dce8f0;

    font-size: 40px;
}

.office-card h2 {
    max-width: 400px;

    color: var(--r-heading);

    font-family: 'Manrope';

    font-size: 30px;

    line-height: 1.2;

    letter-spacing: -1px;

    margin: 45px 0 35px;
}

.office-address {
    display: flex;

    gap: 15px;

    padding: 20px 0;

    border-top: 1px solid var(--r-border);

    border-bottom: 1px solid var(--r-border);
}

.office-address i {
    color: var(--r-blue);

    font-size: 20px;
}

.office-address p {
    color: #596a78;

    font-size: 12px;

    line-height: 1.7;

    margin: 0;
}

.office-contact-row {
    display: flex;

    flex-direction: column;

    gap: 13px;

    padding: 25px 0;
}

.office-contact-row a {
    display: flex;

    align-items: center;

    gap: 12px;

    color: var(--r-heading);

    font-size: 11px;

    font-weight: 600;

    text-decoration: none;
}

.office-contact-row i {
    color: var(--r-blue);

    font-size: 16px;
}

.map-link {
    position: relative;
    z-index: 3;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: var(--r-blue);

    font-size: 10px;

    font-weight: 800;

    text-decoration: none;

    border-bottom: 1px solid #bdd4e3;

    padding-bottom: 7px;
}


/* MAP */

.contact-map-placeholder {
    height: 100%;

    min-height: 450px;

    position: relative;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #dce5e9,
            #edf2f4
        );
}

.map-grid {
    position: absolute;

    inset: 0;

    opacity: .6;

    background-image:
        linear-gradient(
            25deg,
            transparent 47%,
            rgba(60,80,90,.12) 48%,
            transparent 49%
        ),
        linear-gradient(
            115deg,
            transparent 47%,
            rgba(60,80,90,.1) 48%,
            transparent 49%
        ),
        linear-gradient(
            0deg,
            transparent 48%,
            rgba(60,80,90,.08) 49%,
            transparent 50%
        );

    background-size:
        120px 100px,
        160px 140px,
        90px 90px;
}

.map-location {
    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%,-50%);

    display: flex;

    align-items: center;

    flex-direction: column;

    z-index: 3;
}

.map-pin {
    width: 65px;
    height: 65px;

    display: flex;

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

    background: var(--r-blue);

    color: #fff;

    font-size: 25px;

    border-radius: 50% 50% 50% 0;

    transform: rotate(-45deg);

    box-shadow: 0 15px 35px rgba(7,92,168,.3);

    margin-bottom: 20px;
}

.map-pin i {
    transform: rotate(45deg);
}

.map-location strong {
    color: var(--r-heading);

    font-family: 'Manrope';

    font-size: 17px;
}

.map-location span {
    color: #71808d;

    font-size: 10px;

    margin-top: 4px;
}


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

@media (max-width: 991px) {

    .contact-form-box {
        padding: 35px;
    }

    .contact-map-placeholder {
        min-height: 400px;
    }

}


@media (max-width: 767px) {

    .contact-reasons {
        padding: 75px 0;
    }

    .contact-reasons-grid {
        grid-template-columns: 1fr;
    }

    .contact-reason {
        min-height: 190px;
    }

    .contact-form-box {
        padding: 28px 22px;
    }

    .office-card {
        padding: 30px;
    }

    .office-card h2 {
        font-size: 25px;

        margin: 35px 0 28px;
    }

    .contact-map-placeholder {
        min-height: 350px;
    }

}


@media (max-width: 450px) {

    .contact-detail strong {
        font-size: 14px;
    }

    .contact-form-header h3 {
        font-size: 23px;
    }

    .contact-submit {
        width: 100%;

        justify-content: center;
    }

}