/* font */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
/* variable */
:root {     
    --base-color: #b98e44;  
    --dark-gray: #203d3e;
    --medium-gray: #898d95;
    --very-light-gray: #f6f3ef;
    --alt-font: 'Playfair Display', serif;
    --primary-font: 'DM Sans', sans-serif;
}  
body {
    font-size: 17px;
    line-height: 32px;
}
/* custom cursor */
.custom-cursor .circle-cursor-inner {
    background-color: var(--base-color);
    width: 10px;
    height: 10px;
}
.custom-cursor .circle-cursor-inner.cursor-link-hover {
    background-color: var(--base-color);
}
.custom-cursor .circle-cursor-outer {
    border: 1px solid transparent;
}
/* header */
header .navbar-brand img {
    max-height: 64px;
}
header .left-nav .navbar-nav:before,
header.sticky .left-nav .navbar-nav:before {
    display: none;
}
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 400;
}
.navbar .navbar-nav .ghmc-nav-disabled,
.navbar .navbar-nav .ghmc-nav-disabled:hover {
    cursor: default;
    pointer-events: none;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid #f6f3ef;
    padding: 16px 20px;
    font-weight: 500;
    font-size: 16px;
    color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(502%) contrast(502%);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active:hover > a{
    background-color: var(--base-color);
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active > a {
    color: var(--medium-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 330px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
    color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    line-height: 22px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
    width: 65px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li.active > a,
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:hover {
    color: var(--medium-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a img {
    width: 40px;
    margin-right: 10px;
}
/* pagination */
.pagination-style-01 .page-item.active .page-link,
.pagination-style-01 .page-item .page-link:hover {
    background: var(--dark-gray);
    color: var(--white);
}
.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
}
.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--dark-gray);
}
/* input */
.input-small, .textarea-small {
    font-size: 14px;
}
/* bg color */
.bg-blue-whale {
    background-color: #203d3e;
}
.bg-blue-licorice {
    background-color: #4a6465;
}
/* bg gradient transparent */
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #102a2b), to(transparent));
    background: linear-gradient(to top, #102a2b 7%, transparent 70%);
}
/* btn */
.btn.btn-blue-whale {
    background-color:#203d3e; 
    color: var(--white);
}
.btn.btn-blue-whale:hover {
    background-color: transparent;
    border-color: #203d3e;
    color: #203d3e;
}
.btn {
    font-family: var(--primary-font);
    font-weight:500;
    text-transform: inherit;
    letter-spacing: 0px;
}
.btn.btn-link {
    padding: 0 0 2px; 
}
.btn.btn-rounded.btn-extra-large {
    padding: 18px 66px 18px 40px;
    font-size: 17px;
}
.btn.btn-rounded.btn-large {
    padding: 16px 55px 16px 38px;
    font-size: 16px;
}
.btn.btn-large {
    font-size: 15px;
}
/* number pagination style 01 */
.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet {
    font-size: 14px;
}
.process-step-style-02:hover .process-step-icon .number {
    color: var(--white);
}
/* page title */
.page-title-large h1 {
    font-size: 4rem;
    line-height: 3.9rem;
}
/* process step style 03 */
.process-step-style-03:hover .process-step-icon-box .progress-image {
    -webkit-transform: scale(1.3); 
    transform: scale(1.3);
}
/* social icon style 02 */
.social-icon-style-02 .small-icon li {
    margin: 0;
}
/* opacity */
.opacity-05 {
    opacity: 0.05;
}
/* top right bottom left */
.top-minus-35px {
    top: -35px;
}
.left-minus-35px {
    left: -35px;
}
.bottom-minus-35px {
    bottom: -35px;
}
/* footer */
footer .footer-logo img {
    max-height: 58px;
}
.footer-dark {
    color: #768086;
}
.footer-dark p, .footer-dark a {
    color: #768086;
}
.is-touchable .cursor-page-inner {
    display: none !important;
}
/* media query responsive */
@media (max-width: 1400px) {
    .xl-min-h-270px {
        min-height: 270px !important;
    }
}
@media (max-width: 1300px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1199px) {
    header .left-nav .navbar-nav:before {
        transform: translate(-10px, 0px);
        -webkit-transform: translate(-10px, 0px);
    }
    header.sticky .left-nav .navbar-nav:before {
        transform: translate(-10px, 0px);
        -webkit-transform: translate(-10px, 0px);
    }
    .elements-social .large-icon li {
        margin: 0 5px;
    }
    footer .nav-link {
        padding-left: .6rem;
        padding-right: .6rem;
    }
    .navbar .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 1024px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media (max-width: 991px) {
    header .widget-text {
        color: var(--dark-gray);
    }
    header .widget-text i {
        color: var(--white);
    }
    .md-bottom-minus-15px {
        bottom: -15px;
    }
    .elements-social.social-icon-style-04 .large-icon a {
        font-size: 21px;
        width: 50px;
        height: 50px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover img{
        background-color: transparent;
        color: var(--dark-gray);
        filter: inherit;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active:hover > a {
        background-color: transparent;
        color: var(--medium-gray);        
    }
}
@media (max-width: 767px) {
    .sm-top-minus-25px {
        top: -25px;
    }
    .process-step-style-02 .progress-step-separator,
    .process-step-style-03 .progress-step-separator,
    .process-step-style-04 .progress-step-separator {
        display: block;
    }
}
@media (max-width: 575px) {
    .process-step-style-02 .progress-step-separator,
    .process-step-style-03 .progress-step-separator,
    .process-step-style-04 .progress-step-separator {
        display: none;
    }
}
@media (max-width: 767px) {
    header .navbar-brand img {
        max-height: 48px;
    }
}

.ghmc-google-map-section iframe {
    display: block;
    width: 100%;
    height: 430px;
    border: 0;
    filter: grayscale(1) contrast(.92);
}

@media (max-width: 767px) {
    .ghmc-google-map-section iframe {
        height: 340px;
    }
}

.footer-bottom .footer-navbar {
    display: flex;
    justify-content: flex-start;
    gap: 26px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.footer-bottom .footer-navbar .nav-link {
    padding: 0;
}

.footer-bottom .row {
    row-gap: 12px;
}

.footer-bottom p {
    padding-right: 0;
}

@media (max-width: 991px) {
    .footer-bottom .footer-navbar {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px 16px;
    }
}

/* header menu color */
header .navbar .navbar-nav .nav-link,
header .navbar .navbar-nav .nav-link:hover,
header .navbar .navbar-nav .nav-link.active,
header.sticky .navbar .navbar-nav .nav-link,
header.sticky .navbar .navbar-nav .nav-link:hover,
header.sticky .navbar .navbar-nav .nav-link.active {
    color: #fff !important;
}

/* header contact */
header .ghmc-header-phone,
header .ghmc-header-phone:hover,
header.sticky .ghmc-header-phone,
header.sticky .ghmc-header-phone:hover {
    color: #fff !important;
}
header .ghmc-header-message,
header .ghmc-header-message:hover,
header.sticky .ghmc-header-message,
header.sticky .ghmc-header-message:hover {
    background-color: var(--dark-gray) !important;
    border-color: var(--dark-gray) !important;
    color: #fff !important;
}
header .ghmc-header-message i,
header .ghmc-header-message:hover i {
    color: #fff !important;
}

/* presentation image */
.ghmc-presentation-image {
    aspect-ratio: 600 / 760;
    object-fit: cover;
    object-position: center;
}

/* header alignment */
header .header-icon {
    display: flex;
    align-items: center;
    gap: 18px;
}
header .ghmc-header-phone-wrap {
    gap: 10px;
    line-height: 1;
}
header .ghmc-header-phone-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-gray);
    color: #fff;
    font-size: 15px;
    flex: 0 0 40px;
}
header .header-button {
    display: flex;
    align-items: center;
}
@media (min-width: 992px) {
    header .left-nav {
        margin-left: auto !important;
        padding-right: 22px;
    }
}

/* header action icons */
header .ghmc-header-action-icon,
header .ghmc-header-action-icon:hover,
header.sticky .ghmc-header-action-icon,
header.sticky .ghmc-header-action-icon:hover {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-gray) !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 15px;
    padding: 0;
    line-height: 1;
}
header .ghmc-header-action-icon i,
header .ghmc-header-action-icon:hover i {
    color: #fff !important;
    margin: 0;
}

/* product family overview */
.ghmc-solutions-section {
    padding-top: 105px;
    padding-bottom: 105px;
}
.ghmc-solutions-section h3 {
    font-size: 46px;
    line-height: 1.15;
    letter-spacing: 0;
}
.ghmc-product-family-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}
.ghmc-product-family {
    grid-column: span 2;
    min-height: 330px;
    padding: 38px;
    background: #fff;
    border: 1px solid #e1e4e2;
    border-radius: 6px;
    transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}
.ghmc-product-family:hover {
    background: var(--dark-gray);
    border-color: var(--dark-gray);
    transform: translateY(-4px);
}
.ghmc-product-family-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}
.ghmc-product-family-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: var(--base-color);
}
.ghmc-product-family-icon i {
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
}
.ghmc-product-family-number {
    color: #9da5a3;
    font-size: 13px;
    font-weight: 600;
}
.ghmc-product-family h4 {
    margin-bottom: 14px;
    color: var(--dark-gray);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
}
.ghmc-product-family p {
    margin-bottom: 24px;
    color: #697271;
    font-size: 15px;
    line-height: 1.65;
}
.ghmc-product-family-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.ghmc-product-family-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    color: #5f6867;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    border: 1px solid #d9dddb;
    border-radius: 4px;
}
.ghmc-product-family:hover h4,
.ghmc-product-family:hover p,
.ghmc-product-family:hover .ghmc-product-family-number {
    color: #fff;
}
.ghmc-product-family:hover .ghmc-product-family-icon {
    color: #d1ad6b;
}
.ghmc-product-family:hover .ghmc-product-family-tags span {
    color: #fff;
    border-color: rgba(255, 255, 255, .28);
}
@media (max-width: 991px) {
    .ghmc-solutions-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .ghmc-solutions-section h3 {
        font-size: 39px;
    }
    .ghmc-product-family-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ghmc-product-family {
        grid-column: auto;
    }
}
@media (max-width: 767px) {
    .ghmc-solutions-section {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .ghmc-solutions-section h3 {
        font-size: 34px;
    }
    .ghmc-product-family-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .ghmc-product-family {
        grid-column: auto;
        min-height: 0;
        padding: 30px 26px;
    }
    .ghmc-product-family-icon i {
        font-size: 36px;
    }
}

/* inner page breadcrumbs */
.ghmc-breadcrumb-section {
    padding-top: 26px;
    padding-bottom: 26px;
}
.ghmc-breadcrumb-section .breadcrumb ul {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .ghmc-breadcrumb-section {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

/* inner page hero */
.ghmc-inner-hero {
    position: relative;
    min-height: 290px;
    padding-top: 108px;
    padding-bottom: 28px;
    background:
        linear-gradient(102deg, #132f30 0%, #1b3b3c 54%, #234849 100%);
    overflow: hidden;
}
.ghmc-inner-hero::before {
    content: "";
    position: absolute;
    top: -45%;
    right: -6%;
    width: 70%;
    height: 190%;
    background:
        repeating-linear-gradient(118deg, transparent 0 30px, rgba(255, 255, 255, .075) 30px 31px),
        repeating-linear-gradient(64deg, transparent 0 72px, rgba(185, 142, 68, .10) 72px 73px);
    transform: rotate(-8deg) skewX(-7deg);
    opacity: .72;
    z-index: 0;
}
.ghmc-inner-hero .container {
    position: relative;
    z-index: 1;
}
.ghmc-inner-hero .row {
    min-height: 154px;
    align-items: flex-end !important;
}
.ghmc-inner-hero h1 {
    font-size: clamp(44px, 5vw, 68px);
    line-height: 1;
    letter-spacing: 0;
}
.ghmc-inner-hero-lead {
    max-width: 520px;
    opacity: .88;
}

.ghmc-inner-hero--contacto {
    min-height: 290px;
    padding-top: 108px;
    padding-bottom: 28px;
}
.ghmc-inner-hero--contacto h1 {
    font-size: clamp(44px, 5vw, 68px);
}
.ghmc-inner-hero--contacto .ghmc-inner-hero-lead {
    font-size: 19px !important;
    line-height: 30px !important;
}

.ghmc-contact-icon {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--dark-gray);
    color: var(--white);
    font-size: 25px;
    box-shadow: 0 10px 24px rgba(32, 61, 62, .14);
}
.ghmc-contact-page .feature-box {
    align-items: center;
}
.ghmc-contact-page .contact-form-style-03 h2 {
    font-size: clamp(34px, 3.5vw, 48px);
    letter-spacing: 0;
}

@media (max-width: 991px) {
    .ghmc-inner-hero {
        min-height: 270px;
        padding-top: 100px;
        padding-bottom: 28px;
    }
    .ghmc-inner-hero::before {
        width: 92%;
        opacity: .52;
    }
    .ghmc-inner-hero--contacto {
        min-height: 270px;
        padding-top: 100px;
        padding-bottom: 28px;
    }
    .ghmc-inner-hero .row {
        min-height: 142px;
    }
    .ghmc-inner-hero-lead {
        margin-top: 12px;
        font-size: 17px !important;
        line-height: 27px !important;
    }
}
@media (max-width: 575px) {
    .ghmc-inner-hero {
        min-height: 245px;
        padding-top: 92px;
        padding-bottom: 24px;
    }
    .ghmc-inner-hero--contacto {
        min-height: 245px;
        padding-top: 92px;
        padding-bottom: 24px;
    }
    .ghmc-inner-hero h1,
    .ghmc-inner-hero--contacto h1 {
        font-size: 38px;
    }
    .ghmc-contact-icon {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
        font-size: 22px;
    }
}

/* services page */
.ghmc-services-page section {
    padding-top: 105px;
    padding-bottom: 105px;
}
.ghmc-section-kicker {
    display: block;
    margin-bottom: 14px;
    color: var(--base-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0;
}
.ghmc-services-page h2 {
    font-size: 46px;
    line-height: 1.15;
    letter-spacing: 0;
}
.ghmc-services-intro {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.ghmc-services-intro::before {
    position: absolute;
    top: -35%;
    right: -8%;
    width: 52%;
    height: 175%;
    background-image: repeating-linear-gradient(118deg, transparent 0, transparent 42px, rgba(32, 61, 62, .055) 43px, transparent 44px);
    content: "";
    transform: rotate(-8deg);
    pointer-events: none;
}
.ghmc-services-intro::after {
    position: absolute;
    right: 8%;
    bottom: 0;
    width: 120px;
    height: 3px;
    background: #d1ad6b;
    content: "";
}
.ghmc-services-intro .container {
    position: relative;
    z-index: 1;
}
.ghmc-services-intro .ghmc-section-kicker {
    color: var(--base-color);
}
.ghmc-services-intro h2 {
    color: var(--dark-gray) !important;
}
.ghmc-services-intro-title {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 94px;
    gap: 38px;
    align-items: end;
}
.ghmc-services-intro-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 112px;
    color: #d1ad6b;
    border-top: 1px solid rgba(209, 173, 107, .75);
    border-bottom: 1px solid rgba(209, 173, 107, .75);
}
.ghmc-services-intro-mark i {
    font-size: 62px;
    font-weight: 300;
    line-height: 1;
}
.ghmc-services-lead {
    margin-bottom: 0;
    padding-left: 42px;
    color: #5f6967;
    font-size: 18px;
    line-height: 1.75;
    border-left: 1px solid rgba(209, 173, 107, .65);
}
.ghmc-services-process {
    position: relative;
}
.ghmc-service-steps {
    border-top: 1px solid #d9dedb;
    border-left: 1px solid #d9dedb;
}
.ghmc-service-step {
    min-height: 330px;
    height: 100%;
    padding: 45px;
    background: #fff;
    border-right: 1px solid #d9dedb;
    border-bottom: 1px solid #d9dedb;
    transition: background-color .25s ease, color .25s ease;
}
.ghmc-service-step-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}
.ghmc-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: var(--base-color);
}
.ghmc-service-icon i {
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
}
.ghmc-service-number {
    color: #a5adab;
    font-size: 13px;
    font-weight: 600;
}
.ghmc-service-step h3 {
    margin-bottom: 15px;
    color: var(--dark-gray);
    font-size: 27px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
}
.ghmc-service-step p {
    margin-bottom: 0;
    color: #687170;
    font-size: 16px;
    line-height: 1.75;
}
.ghmc-service-step:hover {
    background: var(--dark-gray);
}
.ghmc-service-step:hover h3,
.ghmc-service-step:hover p,
.ghmc-service-step:hover .ghmc-service-number {
    color: #fff;
}
.ghmc-service-step:hover .ghmc-service-icon {
    color: #d1ad6b;
}
.ghmc-services-page .ghmc-services-project {
    padding-top: 75px;
    padding-bottom: 75px;
    background: #e9efeb;
}
.ghmc-services-project h2 {
    font-size: 40px;
}
.ghmc-services-sectors {
    background: #fff;
}
.ghmc-sector-list {
    border-top: 1px solid #d9dedb;
}
.ghmc-sector-item {
    display: grid;
    grid-template-columns: 70px 45px minmax(220px, .75fr) minmax(280px, 1.25fr);
    align-items: center;
    gap: 22px;
    min-height: 132px;
    padding: 25px 20px;
    border-bottom: 1px solid #d9dedb;
    transition: background-color .25s ease;
}
.ghmc-sector-item:hover {
    background: #f6f3ef;
}
.ghmc-sector-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: var(--base-color);
}
.ghmc-sector-icon i {
    font-size: 40px;
    font-weight: 400;
}
.ghmc-sector-number {
    color: #a5adab;
    font-size: 13px;
    font-weight: 600;
}
.ghmc-sector-item h3,
.ghmc-sector-item p {
    margin-bottom: 0;
}
.ghmc-sector-item h3 {
    color: var(--dark-gray);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
}
.ghmc-sector-item p {
    color: #687170;
    font-size: 16px;
    line-height: 1.65;
}
.ghmc-services-support-image {
    display: block;
    height: 650px;
    object-fit: cover;
    object-position: center;
}
.ghmc-support-point {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid #e1e4e2;
}
.ghmc-support-point:last-child {
    border-bottom: 0;
}
.ghmc-support-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: var(--base-color);
}
.ghmc-support-icon i {
    font-size: 32px;
    font-weight: 400;
}
.ghmc-support-point strong,
.ghmc-support-point small {
    display: block;
}
.ghmc-support-point strong {
    margin-bottom: 3px;
    color: var(--dark-gray);
    font-size: 17px;
    font-weight: 600;
}
.ghmc-support-point small {
    color: #6d7574;
    font-size: 14px;
    line-height: 1.55;
}
@media (max-width: 991px) {
    .ghmc-services-page section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .ghmc-services-page h2 {
        font-size: 39px;
    }
    .ghmc-sector-item {
        grid-template-columns: 58px 35px minmax(180px, .75fr) minmax(220px, 1.25fr);
        gap: 16px;
        padding-right: 0;
        padding-left: 0;
    }
    .ghmc-services-support-image {
        height: 560px;
    }
}

@media (max-width: 767px) {
    .ghmc-services-page section {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .ghmc-services-page h2,
    .ghmc-services-project h2 {
        font-size: 34px;
    }
    .ghmc-service-step {
        min-height: 0;
        padding: 34px 28px;
    }
    .ghmc-services-intro::before {
        right: -35%;
        width: 90%;
        opacity: .7;
    }
    .ghmc-services-intro-title {
        grid-template-columns: minmax(0, 1fr) 62px;
        gap: 20px;
        align-items: start;
    }
    .ghmc-services-intro-mark {
        width: 62px;
        height: 76px;
    }
    .ghmc-services-intro-mark i {
        font-size: 42px;
    }
    .ghmc-services-lead {
        padding-top: 25px;
        padding-left: 0;
        border-top: 1px solid rgba(209, 173, 107, .5);
        border-left: 0;
    }
    .ghmc-service-icon i {
        font-size: 38px;
    }
    .ghmc-service-step h3 {
        font-size: 24px;
    }
    .ghmc-sector-item {
        grid-template-columns: 55px 1fr;
        gap: 8px 16px;
        padding: 28px 0;
    }
    .ghmc-sector-icon {
        grid-row: 1 / span 2;
        width: 50px;
        height: 50px;
    }
    .ghmc-sector-icon i {
        font-size: 36px;
    }
    .ghmc-sector-number {
        grid-column: 2;
    }
    .ghmc-sector-item h3 {
        grid-column: 2;
        font-size: 23px;
    }
    .ghmc-sector-item p {
        grid-column: 2;
        margin-top: 8px;
    }
    .ghmc-services-support-image {
        height: auto;
        max-height: 620px;
    }
}

@media (max-width: 480px) {
    .ghmc-sector-item {
        grid-template-columns: 48px 1fr;
    }
}

/* GHMC mobile menu, contact security and financing strip */
.ghmc-mobile-menu-close,
.ghmc-mobile-menu-logo,
.ghmc-mobile-menu-contact,
.ghmc-mobile-menu-backdrop {
    display: none;
}

.ghmc-footer-financing {
    display: block;
    width: min(100%, 580px);
    max-width: 580px;
    height: auto;
    margin: 0 auto;
}

.ghmc-hero-title {
    width: 100% !important;
    max-width: 760px;
    font-size: clamp(40px, 4.4vw, 60px);
    line-height: 1.12;
    letter-spacing: 0;
}

.ghmc-hero-title > span {
    display: block;
    white-space: nowrap;
}

.ghmc-hero-title > span:first-child {
    margin-bottom: 5px;
}

.ghmc-contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.ghmc-captcha-box {
    display: grid;
    grid-template-columns: 140px 46px minmax(100px, 1fr);
    gap: 10px;
    align-items: center;
}

.ghmc-captcha-box img {
    width: 140px;
    height: 48px;
    border-radius: 3px;
}

.ghmc-captcha-refresh {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 20px;
}

.ghmc-captcha-box .form-control {
    height: 48px;
    margin: 0;
    border-color: rgba(255,255,255,.28);
    background: transparent;
    color: #fff;
}

.ghmc-captcha-box .form-control::placeholder {
    color: rgba(255,255,255,.72);
}

.ghmc-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.ghmc-file-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 10px 18px;
    border: 1px solid rgba(255,255,255,.28);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease;
}

.ghmc-file-trigger:hover,
.ghmc-file-input:focus + .ghmc-file-trigger {
    border-color: rgba(255,255,255,.65);
    background: rgba(255,255,255,.08);
}

.ghmc-file-trigger i {
    font-size: 19px;
}

.ghmc-file-help {
    margin: 10px 0 0;
    color: rgba(255,255,255,.68);
    font-size: 12px;
    line-height: 1.55;
}

.ghmc-file-list {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.ghmc-file-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 7px 0;
    color: rgba(255,255,255,.86);
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.ghmc-file-list li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ghmc-file-list li small {
    flex: 0 0 auto;
    color: rgba(255,255,255,.58);
}

.ghmc-file-list .ghmc-file-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 30px;
}

.ghmc-file-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255,255,255,.7);
    font-size: 14px;
}

.ghmc-file-remove:hover,
.ghmc-file-remove:focus {
    color: #fff;
}

.ghmc-file-list .ghmc-file-total {
    justify-content: flex-end;
    color: #d1ad6b;
    border-bottom: 0;
}

.ghmc-file-list .ghmc-file-error {
    color: #ffb9b9;
    border-bottom: 0;
}

.ghmc-upload-progress {
    margin: -8px 0 24px;
}

.ghmc-upload-progress-copy {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 8px;
    color: rgba(255,255,255,.82);
    font-size: 12px;
}

.ghmc-upload-progress-copy strong {
    color: #fff;
}

.ghmc-upload-progress-track {
    width: 100%;
    height: 5px;
    overflow: hidden;
    background: rgba(255,255,255,.16);
}

.ghmc-upload-progress-track span {
    display: block;
    width: 0;
    height: 100%;
    background: #d1ad6b;
    transition: width .15s linear;
}

@media (max-width: 991px) {
    body.ghmc-mobile-menu-open {
        overflow: hidden;
    }

    header .navbar-collapse#navbarNav {
        position: fixed !important;
        inset: 0 !important;
        z-index: 1300 !important;
        display: block !important;
        width: 100vw !important;
        max-width: 100vw !important;
        height: 100vh !important;
        height: 100dvh !important;
        padding: 28px 28px 36px !important;
        overflow-y: auto !important;
        visibility: hidden;
        pointer-events: none;
        background-color: #fff !important;
        background-image: none !important;
        box-shadow: none !important;
        transform: translateX(100%) !important;
        transition: transform .52s cubic-bezier(.22,.8,.2,1), visibility 0s linear .52s !important;
    }

    header .navbar-collapse#navbarNav.show {
        visibility: visible;
        pointer-events: auto;
        background-color: #fff !important;
        background-image: none !important;
        transform: translateX(0) !important;
        transition: transform .52s cubic-bezier(.22,.8,.2,1) !important;
    }

    .ghmc-mobile-menu-backdrop {
        display: none !important;
    }

    body.ghmc-mobile-menu-open .ghmc-mobile-menu-backdrop {
        display: none !important;
    }

    header .navbar-collapse#navbarNav .navbar-nav,
    header .navbar-collapse#navbarNav .ghmc-mobile-menu-contact {
        background-color: #fff !important;
        background-image: none !important;
    }

    .ghmc-mobile-menu-close {
        position: absolute;
        top: 22px;
        right: 24px;
        display: block;
        width: 50px;
        height: 50px;
        border: 0;
        background: transparent;
    }

    .ghmc-mobile-menu-close::before,
    .ghmc-mobile-menu-close::after {
        content: "";
        position: absolute;
        top: 24px;
        left: 5px;
        width: 40px;
        height: 2px;
        background: #1b3738;
        transform: rotate(45deg);
    }

    .ghmc-mobile-menu-close::after {
        transform: rotate(-45deg);
    }

    .ghmc-mobile-menu-logo {
        display: block;
        width: fit-content;
        margin: 0 60px 52px 0;
    }

    .ghmc-mobile-menu-logo img {
        display: block;
        width: auto;
        height: 66px;
        max-width: 190px;
        object-fit: contain;
    }

    header .navbar-collapse#navbarNav .navbar-nav {
        position: relative;
        display: flex !important;
        width: 100%;
        padding: 0 34px 0 0 !important;
        gap: 13px;
        text-align: left;
        align-items: flex-start !important;
    }

    header .navbar-collapse#navbarNav .navbar-nav::after {
        content: "";
        position: absolute;
        top: -5px;
        right: 0;
        width: 4px;
        height: calc(100% + 10px);
        min-height: 230px;
        background: #254647;
    }

    header .navbar-collapse#navbarNav .nav-link,
    header .navbar-collapse#navbarNav .nav-link:hover,
    header .navbar-collapse#navbarNav .nav-link.active {
        width: auto;
        padding: 0 !important;
        color: #9b9f9d !important;
        font-size: clamp(2rem, 8vw, 2.85rem) !important;
        font-weight: 700 !important;
        line-height: 1.08 !important;
        opacity: 0;
        transform: translateX(70px);
        transition: opacity .36s ease, transform .48s cubic-bezier(.22,.8,.2,1), color .25s ease !important;
    }

    header .navbar-collapse#navbarNav .nav-link.active,
    header .navbar-collapse#navbarNav .nav-link:hover {
        color: #172c2d !important;
    }

    header .navbar-collapse#navbarNav.show.ghmc-menu-links-in .nav-link {
        opacity: 1;
        transform: translateX(0);
    }

    header .navbar-collapse#navbarNav.show.ghmc-menu-links-in .nav-item:nth-child(1) .nav-link { transition-delay: .10s !important; }
    header .navbar-collapse#navbarNav.show.ghmc-menu-links-in .nav-item:nth-child(2) .nav-link { transition-delay: .16s !important; }
    header .navbar-collapse#navbarNav.show.ghmc-menu-links-in .nav-item:nth-child(3) .nav-link { transition-delay: .22s !important; }
    header .navbar-collapse#navbarNav.show.ghmc-menu-links-in .nav-item:nth-child(4) .nav-link { transition-delay: .28s !important; }
    header .navbar-collapse#navbarNav.show.ghmc-menu-links-in .nav-item:nth-child(5) .nav-link { transition-delay: .34s !important; }

    .ghmc-mobile-menu-contact {
        display: flex;
        flex-direction: column;
        gap: 7px;
        margin-top: 48px;
        color: #172c2d;
        font-size: 14px;
        line-height: 1.45;
    }

    .ghmc-mobile-menu-contact strong {
        margin-bottom: 4px;
        color: #172c2d;
        font-size: 15px;
    }

    .ghmc-mobile-menu-contact span {
        display: flex;
        align-items: center;
        gap: 9px;
    }

    .ghmc-mobile-menu-contact a,
    .ghmc-mobile-menu-contact i {
        color: #172c2d !important;
    }
}

@media (max-width: 575px) {
    header .navbar-collapse#navbarNav {
        padding: 24px 22px 30px !important;
    }

    .ghmc-mobile-menu-logo {
        margin-bottom: 38px;
    }

    .ghmc-mobile-menu-contact {
        margin-top: 36px;
    }

    .ghmc-captcha-box {
        grid-template-columns: 140px 46px;
    }

    .ghmc-captcha-box .form-control {
        grid-column: 1 / -1;
    }
}

/* product slider */
.ghmc-product-slider-section {
    background: var(--dark-gray);
}
.ghmc-product-slider,
.ghmc-product-slide {
    min-height: 520px;
}
.ghmc-product-copy {
    background: var(--dark-gray);
    padding: 72px 0 92px;
}
.ghmc-product-copy-inner {
    width: auto;
    max-width: 560px;
    margin-left: max(54px, calc((100vw - 1320px) / 2));
    margin-right: clamp(54px, 6vw, 96px);
}
.ghmc-product-kicker {
    display: block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: uppercase;
}
.ghmc-product-copy h3 {
    font-size: clamp(28px, 2.7vw, 40px);
    line-height: 1.2;
    letter-spacing: 0;
    max-width: 520px;
}
.ghmc-product-copy p {
    max-width: 510px;
    font-size: 17px !important;
    line-height: 29px !important;
}
.ghmc-product-btn {
    align-self: flex-start;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .18);
    padding: 14px 30px;
}
.ghmc-product-btn:hover {
    background: var(--base-color);
    border-color: var(--base-color);
    color: #fff;
}
.ghmc-product-btn-disabled,
.ghmc-product-btn-disabled:hover {
    cursor: default;
    pointer-events: none;
}

/* 404 */
.ghmc-404-page {
    position: relative;
    min-height: 720px;
    padding: 150px 0 90px;
    overflow: hidden;
    background: linear-gradient(105deg, #112d2e 0%, #1b3738 58%, #24494a 100%);
}

.ghmc-404-page::before {
    content: "";
    position: absolute;
    top: -35%;
    right: -12%;
    width: 68%;
    height: 180%;
    background: repeating-linear-gradient(118deg, transparent 0 34px, rgba(255, 255, 255, .07) 34px 35px);
    transform: rotate(-7deg);
}

.ghmc-404-page .container {
    z-index: 1;
}

.ghmc-404-page .min-vh-75 {
    min-height: 520px;
}

.ghmc-404-kicker {
    display: block;
    margin-bottom: 18px;
    color: #c8a15b;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.ghmc-404-page h1 {
    max-width: 680px;
    font-size: 58px;
    line-height: 1.08;
    letter-spacing: 0;
}

.ghmc-404-copy {
    max-width: 620px;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 30px;
}

.ghmc-404-visual {
    width: 330px;
    padding-left: 38px;
    border-left: 1px solid rgba(200, 161, 91, .65);
}

.ghmc-404-visual img {
    display: block;
    width: 145px;
    height: auto;
    margin-bottom: 30px;
}

.ghmc-404-visual strong {
    display: block;
    color: #c8a15b;
    font-size: 138px;
    font-weight: 600;
    line-height: .8;
    letter-spacing: 0;
}

.ghmc-404-visual span {
    display: block;
    margin-top: 24px;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .ghmc-404-page {
        min-height: 650px;
        padding: 130px 0 70px;
    }
    .ghmc-404-page .min-vh-75 {
        min-height: 450px;
    }
    .ghmc-404-page h1 {
        font-size: 42px;
    }
}
.ghmc-product-image {
    min-height: 520px;
    background-size: cover;
    background-position: center;
}
.ghmc-product-controls {
    position: absolute;
    left: max(54px, calc((100vw - 1320px) / 2));
    bottom: 34px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 36px;
}
.ghmc-product-pagination {
    position: static !important;
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 12px;
}
.ghmc-product-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 !important;
    background: rgba(255, 255, 255, .4);
    opacity: 1;
}
.ghmc-product-pagination .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    background: #fff;
}
.ghmc-product-arrows {
    display: flex;
    gap: 12px;
}
.ghmc-product-prev,
.ghmc-product-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    font-size: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease, transform .2s ease;
}
.ghmc-product-prev:hover,
.ghmc-product-next:hover {
    background: rgba(255, 255, 255, .28);
    transform: translateY(-2px);
}
@media (max-width: 991px) {
    .ghmc-product-slider,
    .ghmc-product-slide {
        min-height: 0;
    }
    .ghmc-product-copy {
        padding: 56px 0 86px;
    }
    .ghmc-product-copy-inner {
        margin-left: 40px;
        margin-right: 40px;
    }
    .ghmc-product-image {
        min-height: 350px;
    }
    .ghmc-product-controls {
        left: 40px;
        bottom: 28px;
    }
}
@media (max-width: 575px) {
    .ghmc-hero-title {
        font-size: clamp(27px, 8vw, 34px);
    }

    .ghmc-product-copy {
        padding: 44px 0 78px;
    }
    .ghmc-product-copy-inner {
        margin-left: 26px;
        margin-right: 26px;
    }
    .ghmc-product-image {
        min-height: 290px;
    }
    .ghmc-product-controls {
        left: 26px;
        gap: 22px;
    }
    .ghmc-product-prev,
    .ghmc-product-next {
        width: 46px;
        height: 46px;
    }
}
