/* =====================================================
   HIMSCRIPT ABOUT US PAGE
   BRAND COLORS

   #3e4f67 = Slate Blue
   #c2995a = Premium Gold
   #fefefe = Off White
   #0c1d31 = Deep Navy
===================================================== */


/* =====================================================
   GLOBAL
===================================================== */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;

    font-family: "Segoe UI", Arial, sans-serif;

    background: #fefefe;

    color: #0c1d31;
}

a {
    transition: all 0.3s ease;
}


/* =====================================================
   NAVIGATION
===================================================== */

.hm-about-navbar {
    position: relative;
    z-index: 1000;

    padding: 15px 0;

    background: #0c1d31;

    border-bottom: 1px solid rgba(194,153,90,0.15);
}


.hm-about-logo {
    color: #fefefe !important;

    font-size: 25px;
    font-weight: 800;

    letter-spacing: 1px;
}


.hm-about-logo span {
    color: #c2995a;
}


.hm-about-navbar .nav-link {
    margin-left: 20px;

    color: rgba(254,254,254,0.72) !important;

    font-size: 12px;
    font-weight: 600;

    transition: all 0.3s ease;
}


.hm-about-navbar .nav-link:hover,
.hm-about-navbar .nav-item.active .nav-link {
    color: #c2995a !important;
}


.hm-nav-contact {
    padding: 9px 18px !important;

    border: 1px solid #c2995a;

    color: #c2995a !important;
}


.hm-nav-contact:hover {
    background: #c2995a;

    color: #0c1d31 !important;
}


.hm-about-navbar .navbar-toggler {
    border: 1px solid rgba(194,153,90,0.4);
}


.hm-about-navbar .navbar-toggler-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    color: #c2995a;
}


/* =====================================================
   HERO
===================================================== */

.hm-about-hero {
    position: relative;

    min-height: 680px;

    display: flex;

    align-items: center;

    padding: 100px 0;

    background:
        radial-gradient(
            circle at 80% 50%,
            rgba(62,79,103,0.38),
            transparent 35%
        ),
        #0c1d31;

    color: #fefefe;

    overflow: hidden;
}


.hm-about-hero::before {
    content: "";

    position: absolute;

    width: 600px;
    height: 600px;

    right: -300px;
    top: -200px;

    border: 1px solid rgba(194,153,90,0.15);

    border-radius: 50%;
}


.hm-about-kicker,
.hm-section-label {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 20px;

    color: #c2995a;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;
}


.hm-about-kicker span,
.hm-section-label span {
    display: inline-block;

    width: 28px;
    height: 1px;

    background: #c2995a;
}


.hm-about-hero h1 {
    max-width: 700px;

    margin-bottom: 20px;

    font-size: 57px;

    line-height: 1.1;

    font-weight: 800;
}


.hm-about-hero h1 span {
    color: #c2995a;
}


.hm-about-hero-text {
    margin-bottom: 13px;

    color: #fefefe;

    font-size: 20px;

    font-weight: 600;

    line-height: 1.6;
}


.hm-about-hero-description {
    max-width: 650px;

    color: rgba(254,254,254,0.62);

    font-size: 14px;

    line-height: 1.9;
}


/* =====================================================
   HERO BUTTONS
===================================================== */

.hm-about-hero-buttons {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 30px;
}


.hm-about-primary-btn,
.hm-about-outline-btn {
    display: inline-flex;

    align-items: center;

    padding: 13px 22px;

    font-size: 11px;

    font-weight: 800;

    text-decoration: none;
}


.hm-about-primary-btn {
    background: #c2995a;

    color: #0c1d31;
}


.hm-about-primary-btn i {
    margin-left: 9px;

    transition: transform 0.3s ease;
}


.hm-about-primary-btn:hover {
    background: #fefefe;

    color: #0c1d31;

    text-decoration: none;
}


.hm-about-primary-btn:hover i {
    transform: translateX(5px);
}


.hm-about-outline-btn {
    border: 1px solid rgba(254,254,254,0.3);

    color: #fefefe;
}


.hm-about-outline-btn:hover {
    border-color: #c2995a;

    background: rgba(194,153,90,0.1);

    color: #c2995a;

    text-decoration: none;
}


/* =====================================================
   FLOATING SYMBOLS
===================================================== */

.hm-floating-symbol {
    position: absolute;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border: 1px solid rgba(194,153,90,0.25);

    border-radius: 50%;

    color: rgba(194,153,90,0.6);

    font-size: 16px;

    animation: hmFloat 4s ease-in-out infinite;
}


.hm-symbol-one {
    top: 20%;
    left: 7%;
}


.hm-symbol-two {
    top: 65%;
    left: 15%;

    animation-delay: 1s;
}


.hm-symbol-three {
    top: 18%;
    right: 12%;

    animation-delay: 1.5s;
}


.hm-symbol-four {
    bottom: 12%;
    right: 8%;

    animation-delay: 2s;
}


/* =====================================================
   HERO VISUAL
===================================================== */

.hm-about-visual {
    position: relative;

    width: 430px;
    height: 430px;

    margin: auto;
}


.hm-visual-ring {
    position: absolute;

    border-radius: 50%;

    border: 1px solid rgba(194,153,90,0.25);
}


.ring-one {
    width: 350px;
    height: 350px;

    top: 40px;
    left: 40px;

    animation: hmRotate 18s linear infinite;
}


.ring-two {
    width: 260px;
    height: 260px;

    top: 85px;
    left: 85px;

    border-style: dashed;

    animation: hmRotateReverse 13s linear infinite;
}


.hm-visual-center {
    position: absolute;

    top: 140px;
    left: 140px;

    width: 150px;
    height: 150px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #3e4f67;

    border: 2px solid #c2995a;

    color: #fefefe;

    font-size: 14px;

    font-weight: 800;

    box-shadow:
        0 0 0 15px rgba(194,153,90,0.04),
        0 20px 60px rgba(0,0,0,0.25);

    animation: hmPulse 4s ease-in-out infinite;
}


.hm-visual-center i {
    margin-bottom: 10px;

    color: #c2995a;

    font-size: 35px;
}


.hm-visual-center span {
    color: #c2995a;
}


.hm-visual-card {
    position: absolute;

    display: flex;

    align-items: center;

    padding: 10px 13px;

    background: rgba(12,29,49,0.95);

    border: 1px solid rgba(194,153,90,0.3);

    color: #fefefe;

    font-size: 9px;

    font-weight: 700;

    box-shadow: 0 10px 30px rgba(0,0,0,0.2);

    animation: hmFloat 4s ease-in-out infinite;
}


.hm-visual-card i {
    margin-right: 8px;

    color: #c2995a;
}


.visual-card-one {
    top: 65px;
    right: 10px;
}


.visual-card-two {
    bottom: 85px;
    left: 0;

    animation-delay: 1s;
}


.visual-card-three {
    right: 15px;
    bottom: 35px;

    animation-delay: 2s;
}


/* =====================================================
   INTRODUCTION
===================================================== */

.hm-about-introduction {
    padding: 100px 0;

    background: #fefefe;
}


.hm-experience-box {
    position: relative;

    padding: 45px 35px;

    background: #0c1d31;

    color: #fefefe;

    text-align: center;

    overflow: hidden;

    box-shadow: 0 20px 50px rgba(12,29,49,0.12);
}


.hm-experience-box::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -90px;
    top: -90px;

    border-radius: 50%;

    border: 1px solid rgba(194,153,90,0.2);
}


.hm-experience-icon {
    width: 60px;
    height: 60px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: auto;

    border: 1px solid #c2995a;

    border-radius: 50%;

    color: #c2995a;

    font-size: 22px;
}


.hm-experience-number {
    margin-top: 25px;

    color: #c2995a;

    font-size: 65px;

    font-weight: 900;

    line-height: 1;
}


.hm-experience-number span {
    font-size: 85px;
}


.hm-experience-box h3 {
    margin: 12px 0;

    color: #fefefe;

    font-size: 20px;
}


.hm-experience-box p {
    margin: 0;

    color: rgba(254,254,254,0.6);

    font-size: 11px;

    line-height: 1.7;
}


/* =====================================================
   GENERAL SECTION TITLE
===================================================== */

.hm-section-title {
    margin-bottom: 20px;

    color: #0c1d31;

    font-size: 39px;

    font-weight: 800;

    line-height: 1.25;
}


.hm-section-title span {
    color: #c2995a;
}


.hm-section-title.light {
    color: #fefefe;
}


.hm-section-intro {
    color: rgba(254,254,254,0.6);

    font-size: 13px;

    line-height: 1.8;
}


.hm-section-intro.dark {
    color: #687587;
}


.hm-about-introduction .col-lg-8 > p,
.hm-capabilities-section p {
    color: #687587;

    font-size: 14px;

    line-height: 1.9;
}


/* =====================================================
   APPROACH
===================================================== */

.hm-approach-section {
    padding: 100px 0;

    background: #0c1d31;
}


.hm-process-row {
    margin-top: 55px;
}


.hm-process-card {
    position: relative;

    height: 100%;

    padding: 32px 25px;

    background: #3e4f67;

    border: 1px solid rgba(194,153,90,0.15);

    transition: all 0.4s ease;

    overflow: hidden;
}


.hm-process-card:hover {
    transform: translateY(-9px);

    border-color: rgba(194,153,90,0.5);

    box-shadow: 0 20px 45px rgba(0,0,0,0.2);
}


.hm-process-number {
    position: absolute;

    top: 12px;
    right: 18px;

    color: rgba(194,153,90,0.12);

    font-size: 55px;

    font-weight: 900;
}


.hm-process-icon {
    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    background: rgba(194,153,90,0.1);

    color: #c2995a;

    font-size: 20px;

    transition: all 0.35s ease;
}


.hm-process-card:hover .hm-process-icon {
    background: #c2995a;

    color: #0c1d31;

    transform: rotate(-5deg);
}


.hm-process-card h4 {
    margin-bottom: 12px;

    color: #fefefe;

    font-size: 19px;
}


.hm-process-card p {
    margin: 0;

    color: rgba(254,254,254,0.58);

    font-size: 11px;

    line-height: 1.8;
}


/* =====================================================
   CAPABILITIES
===================================================== */

.hm-capabilities-section {
    padding: 100px 0;

    background: #fefefe;
}


.hm-capability-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;

    margin-top: 25px;
}


.hm-capability-list div {
    padding: 13px;

    background: #f7f8fa;

    border-left: 3px solid #c2995a;

    color: #3e4f67;

    font-size: 11px;

    font-weight: 700;

    transition: all 0.3s ease;
}


.hm-capability-list div:hover {
    background: #0c1d31;

    color: #fefefe;

    transform: translateX(5px);
}


.hm-capability-list i {
    width: 20px;

    margin-right: 6px;

    color: #c2995a;
}


/* =====================================================
   DOCUMENT VISUAL
===================================================== */

.hm-document-visual {
    position: relative;

    min-height: 450px;

    display: flex;

    align-items: center;
    justify-content: center;

    background:
        radial-gradient(
            circle,
            rgba(194,153,90,0.08),
            transparent 55%
        );
}


.hm-document-paper {
    width: 300px;

    padding: 28px;

    background: #fefefe;

    border: 1px solid #e4e7eb;

    box-shadow: 15px 20px 50px rgba(12,29,49,0.13);

    transform: rotate(2deg);

    transition: all 0.5s ease;
}


.hm-document-paper:hover {
    transform: rotate(0deg) translateY(-8px);

    box-shadow: 20px 30px 60px rgba(12,29,49,0.18);
}


.hm-document-header {
    display: flex;

    justify-content: space-between;

    margin-bottom: 25px;

    color: #0c1d31;

    font-size: 11px;

    font-weight: 800;
}


.hm-document-header span span {
    color: #c2995a;
}


.hm-document-header i {
    color: #c2995a;

    font-size: 18px;
}


.hm-document-line {
    height: 5px;

    margin-bottom: 9px;

    background: #e9edf1;
}


.hm-document-line.long {
    width: 100%;
}


.hm-document-line.medium {
    width: 75%;
}


.hm-document-line.short {
    width: 45%;
}


.hm-document-speaker {
    display: flex;

    justify-content: space-between;

    margin: 25px 0 12px;

    color: #3e4f67;

    font-size: 8px;

    font-weight: 800;
}


.hm-document-speaker i {
    color: #c2995a;
}


.hm-document-time {
    margin: 18px 0 10px;

    color: #c2995a;

    font-size: 9px;

    font-weight: 700;
}


.hm-document-check {
    margin-top: 20px;

    padding: 10px;

    background: rgba(194,153,90,0.1);

    color: #3e4f67;

    font-size: 8px;

    font-weight: 700;
}


.hm-document-check i {
    margin-right: 5px;

    color: #c2995a;
}


/* =====================================================
   CUSTOM FORMATTING
===================================================== */

.hm-custom-section {
    padding: 90px 0;

    background: #3e4f67;

    color: #fefefe;
}


.hm-custom-symbol {
    position: relative;

    width: 260px;
    height: 260px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: auto;

    border: 1px solid rgba(194,153,90,0.35);

    border-radius: 50%;

    color: #c2995a;

    font-size: 55px;
}


.hm-custom-orbit {
    position: absolute;

    border: 1px dashed rgba(194,153,90,0.3);

    border-radius: 50%;
}


.orbit-a {
    width: 320px;
    height: 160px;

    animation: hmRotate 10s linear infinite;
}


.orbit-b {
    width: 160px;
    height: 320px;

    animation: hmRotateReverse 13s linear infinite;
}


.hm-custom-section p {
    max-width: 700px;

    color: rgba(254,254,254,0.62);

    font-size: 14px;

    line-height: 1.9;
}


.hm-custom-features {
    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 25px;
}


.hm-custom-features span {
    padding: 9px 13px;

    border: 1px solid rgba(194,153,90,0.25);

    color: #fefefe;

    font-size: 10px;
}


.hm-custom-features i {
    margin-right: 6px;

    color: #c2995a;
}


/* =====================================================
   MISSION & VISION
===================================================== */

.hm-mission-section {
    padding: 100px 0;

    background: #f7f8fa;
}


.hm-purpose-card {
    position: relative;

    height: 100%;

    padding: 45px 40px;

    background: #0c1d31;

    color: #fefefe;

    overflow: hidden;

    transition: all 0.4s ease;
}


.hm-purpose-card:hover {
    transform: translateY(-8px);

    box-shadow: 0 20px 45px rgba(12,29,49,0.15);
}


.vision-card {
    background: #3e4f67;
}


.hm-purpose-icon {
    width: 60px;
    height: 60px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    border: 1px solid #c2995a;

    color: #c2995a;

    font-size: 22px;
}


.hm-purpose-label {
    margin-bottom: 10px;

    color: #c2995a;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;
}


.hm-purpose-card h3 {
    margin-bottom: 17px;

    color: #fefefe;

    font-size: 26px;
}


.hm-purpose-card p {
    max-width: 560px;

    margin: 0;

    color: rgba(254,254,254,0.62);

    font-size: 13px;

    line-height: 1.9;
}


.hm-purpose-symbol {
    position: absolute;

    right: 25px;
    bottom: 15px;

    color: rgba(194,153,90,0.08);

    font-size: 50px;

    font-weight: 900;
}


/* =====================================================
   VALUES
===================================================== */

.hm-values-section {
    padding: 100px 0;

    background: #fefefe;
}


.hm-value-card {
    position: relative;

    height: 100%;

    padding: 32px 27px;

    border: 1px solid rgba(62,79,103,0.1);

    background: #fefefe;

    box-shadow: 0 8px 25px rgba(12,29,49,0.04);

    overflow: hidden;

    transition: all 0.35s ease;
}


.hm-value-card:hover {
    transform: translateY(-8px);

    border-color: rgba(194,153,90,0.4);

    box-shadow: 0 18px 40px rgba(12,29,49,0.1);
}


.hm-value-icon {
    width: 55px;
    height: 55px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    background: #0c1d31;

    color: #c2995a;

    font-size: 19px;

    transition: all 0.35s ease;
}


.hm-value-card:hover .hm-value-icon {
    background: #c2995a;

    color: #0c1d31;

    transform: rotate(-5deg);
}


.hm-value-number {
    position: absolute;

    top: 15px;
    right: 18px;

    color: rgba(62,79,103,0.06);

    font-size: 45px;

    font-weight: 900;
}


.hm-value-card h4 {
    margin-bottom: 10px;

    color: #0c1d31;

    font-size: 19px;
}


.hm-value-card p {
    margin: 0;

    color: #718096;

    font-size: 11px;

    line-height: 1.8;
}


/* =====================================================
   FINAL CTA
===================================================== */

.hm-about-cta {
    position: relative;

    padding: 90px 0;

    background: #0c1d31;

    overflow: hidden;
}


.hm-cta-pattern {
    position: absolute;

    width: 500px;
    height: 500px;

    top: -250px;
    right: -150px;

    border: 1px solid rgba(194,153,90,0.12);

    border-radius: 50%;
}


.hm-cta-icon {
    width: 65px;
    height: 65px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 20px;

    border: 1px solid #c2995a;

    border-radius: 50%;

    color: #c2995a;

    font-size: 23px;
}


.hm-about-cta h2 {
    margin-bottom: 18px;

    color: #fefefe;

    font-size: 39px;

    font-weight: 800;
}


.hm-about-cta h2 span {
    color: #c2995a;
}


.hm-about-cta p {
    max-width: 700px;

    margin: 0 auto 28px;

    color: rgba(254,254,254,0.58);

    font-size: 13px;

    line-height: 1.8;
}


.hm-about-cta-button {
    display: inline-flex;

    align-items: center;

    padding: 14px 24px;

    background: #c2995a;

    color: #0c1d31;

    font-size: 11px;

    font-weight: 800;

    text-decoration: none;
}


.hm-about-cta-button i {
    margin-left: 9px;

    transition: transform 0.3s ease;
}


.hm-about-cta-button:hover {
    background: #fefefe;

    color: #0c1d31;

    text-decoration: none;
}


.hm-about-cta-button:hover i {
    transform: translateX(5px);
}


/* =====================================================
   FOOTER
===================================================== */

.hm-about-footer {
    padding: 22px 0;

    background: #081522;

    color: #fefefe;
}


.hm-about-footer-logo {
    color: #fefefe;

    font-size: 20px;

    font-weight: 800;

    text-decoration: none;
}


.hm-about-footer-logo span {
    color: #c2995a;
}


.hm-about-footer-logo:hover {
    color: #fefefe;

    text-decoration: none;
}


.hm-about-footer p {
    margin: 0 0 3px;

    color: rgba(254,254,254,0.55);

    font-size: 10px;
}


.hm-about-footer small {
    color: rgba(254,254,254,0.35);

    font-size: 9px;
}


/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes hmFloat {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

}


@keyframes hmPulse {

    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.04);
    }

}


@keyframes hmRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


@keyframes hmRotateReverse {

    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .hm-about-hero {
        padding: 80px 0;
    }

    .hm-about-hero h1 {
        font-size: 47px;
    }

    .hm-about-visual {
        margin-top: 50px;
    }

    .hm-section-title {
        font-size: 34px;
    }

    .hm-about-introduction,
    .hm-approach-section,
    .hm-capabilities-section,
    .hm-mission-section,
    .hm-values-section {
        padding: 75px 0;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .hm-about-navbar .nav-link {
        margin-left: 0;

        padding: 10px 0 !important;
    }

    .hm-about-hero {
        min-height: auto;

        padding: 70px 0;
    }

    .hm-about-hero h1 {
        font-size: 37px;
    }

    .hm-about-hero-text {
        font-size: 17px;
    }

    .hm-about-hero-description {
        font-size: 13px;
    }

    .hm-about-visual {
        width: 330px;
        height: 330px;

        margin-top: 55px;
    }

    .ring-one {
        width: 280px;
        height: 280px;

        top: 25px;
        left: 25px;
    }

    .ring-two {
        width: 210px;
        height: 210px;

        top: 60px;
        left: 60px;
    }

    .hm-visual-center {
        top: 105px;
        left: 105px;

        width: 120px;
        height: 120px;
    }

    .hm-visual-center i {
        font-size: 27px;
    }

    .hm-visual-card {
        font-size: 8px;
    }

    .hm-symbol-one,
    .hm-symbol-three {
        display: none;
    }

    .hm-section-title {
        font-size: 29px;
    }

    .hm-capability-list {
        grid-template-columns: 1fr;
    }

    .hm-custom-symbol {
        width: 210px;
        height: 210px;

        margin-bottom: 55px;
    }

    .orbit-a {
        width: 270px;
        height: 135px;
    }

    .orbit-b {
        width: 135px;
        height: 270px;
    }

    .hm-about-cta h2 {
        font-size: 29px;
    }

    .hm-about-footer {
        text-align: center;
    }

    .hm-about-footer .text-md-right {
        margin-top: 12px;

        text-align: center !important;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .hm-about-hero h1 {
        font-size: 31px;
    }

    .hm-about-hero-buttons {
        display: block;
    }

    .hm-about-primary-btn,
    .hm-about-outline-btn {
        width: 100%;

        justify-content: center;

        margin-bottom: 10px;
    }

    .hm-about-visual {
        transform: scale(0.85);

        margin-left: -15px;
    }

    .hm-section-title {
        font-size: 27px;
    }

    .hm-process-card {
        padding: 27px 22px;
    }

    .hm-purpose-card {
        padding: 35px 25px;
    }

}