/* ============================================================
   AKSWAVE CONTACT PAGE
   Standard Font Size: 16px
   ============================================================ */
.contact-page {
    --contact-navy: #062d56;
    --contact-navy-2: #0a3766;
    --contact-blue: #12458c;
    --contact-green: #67c61f;
    --contact-green-dark: #54aa16;
    --contact-light: #f4f8fc;
    --contact-border: #d7e3ee;
    --contact-text: #26384d;
    --contact-muted: #5f7185;
    font-size: 16px;
    color: var(--contact-text);
    line-height: 1.6;
}
.contact-page *,
.contact-page *::before,
.contact-page *::after {
    box-sizing: border-box;
}
.contact-page .container {
    width: min(93%, 1320px);
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
/* ============================================================
   HERO
   ============================================================ */
.contact-hero {
    position: relative;
    min-height: 365px;
    display: flex;
    align-items: center;
    background: var(--contact-navy) url('../img/contact/contact-hero.jpg') center center / cover no-repeat;
    overflow: hidden;     min-height: 510px;
}
.contact-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,#031633 0%,#06254a 48%,rgba(6,37,74,.35) 100%);
}
.contact-hero-container {
    position: relative;
    z-index: 2;
}
.contact-hero-content {
    max-width: 650px;
    padding: 110px 0 50px;
}
/*.contact-eyebrow {*/
/*    display: inline-block;*/
/*    margin-bottom: 17px;*/
/*    color: var(--contact-green);*/
/*    font-size: 16px;*/
/*    font-weight: 800;*/
/*    line-height: 1.4;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: .04em;*/
/*}*/
.contact-hero h1 {
font-size: 55px;
    line-height: 1.15;
    margin: 12px 0 14px;
    font-weight: 800;
    max-width: 620px;
    color: #fff;
}

.contact-section-label {justify-content: center; }

.contact-hero h1 span {
    color: var(--contact-green);
}
.contact-hero p {
    max-width: 600px;
    margin: 0 0 27px;
    color: #fff;
    font-size: 17px;
    line-height: 1.65;
}
.contact-hero-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.contact-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 19px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all .25s ease;
}
/*.contact-btn-primary {*/
/*    background: var(--contact-green);*/
/*    border: 1px solid var(--contact-green);*/
/*    color: #fff !important;*/
/*}*/
/*.contact-btn-primary:hover,*/
/*.contact-btn-primary:focus {*/
/*    background: var(--contact-green-dark);*/
/*    border-color: var(--contact-green-dark);*/
/*    color: #fff !important;*/
/*}*/
/*.contact-btn-secondary {*/
/*    background: transparent;*/
/*    border: 1px solid #fff;*/
/*    color: #fff !important;*/
/*}*/
/*.contact-btn-secondary:hover,*/
/*.contact-btn-secondary:focus {*/
/*    background: #fff;*/
/*    color: var(--contact-navy) !important;*/
/*}*/
/* ============================================================
   GENERAL SECTION
   ============================================================ */
.contact-section {
    padding: 60px 0;
}
.contact-section-heading {
    margin: 0 auto 35px;
    text-align: center;
}

.contact-section-heading h2 {
    margin: 0 0 11px;
    color: var(--contact-blue);
    font-size: 42px;
    line-height: 1.25;
    font-weight: 800;
}
.contact-section-heading p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--contact-muted);
    font-size: 17px;
    line-height: 1.7;
}
/* ============================================================
   MAIN CONTACT SECTION
   ============================================================ */
.contact-main-section {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 55px;
}
.contact-main-grid {
    display: grid;
    grid-template-columns: 350px minmax(0,1fr);
    gap: 22px;
    align-items: stretch;
}
.contact-info-card,
.contact-form-card {
    border: 1px solid var(--contact-border);
    border-radius: 8px;
}
.contact-info-card {
    padding: 32px 27px;
    background: var(--contact-light);
}
.contact-info-card h3,
.contact-form-card h3 {
    margin: 0 0 27px;
    color: var(--contact-navy);
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
}
.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}
.contact-info-item:last-child {
    margin-bottom: 0;
}
.contact-info-icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e4effb;
    color: var(--contact-blue);
    font-size: 20px;
}
.contact-info-content {
    padding-top: 3px;
}
.contact-info-content strong {
    display: block;
    margin-bottom: 4px;
    color: var(--contact-navy);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 800;
}
.contact-info-content span,
.contact-info-content a {
    display: block;
    color: var(--contact-text);
    font-size: 16px;
    line-height: 1.55;
    text-decoration: none;
}
.contact-info-content a:hover {
    color: var(--contact-green-dark);
}
/* ============================================================
   CONTACT FORM
   ============================================================ */
.contact-form-card {
    padding: 32px 27px 25px;
    background: #fff;
}
.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 21px 22px;
}
.contact-field {
    min-width: 0;
}
.contact-field-full {
    grid-column: 1 / -1;
}
.contact-field label {
    display: block;
    margin: 0 0 8px;
    color: var(--contact-navy);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 800;
}
.contact-field label span {
    color: #e53935;
}
.contact-field input,
.contact-field textarea {
    width: 100%;
    border: 1px solid #ccd9e5;
    border-radius: 4px;
    background: #fff;
    color: var(--contact-text);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    outline: none;
    transition: border-color .2s ease,box-shadow .2s ease;
}
.contact-field input {
    height: 49px;
    padding: 11px 14px;
}
.contact-field textarea {
    min-height: 125px;
    padding: 12px 14px;
    resize: vertical;
}
.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #788a9d;
    opacity: 1;
}
.contact-field input:focus,
.contact-field textarea:focus {
    border-color: var(--contact-green);
    box-shadow: 0 0 0 2px rgba(103,198,31,.10);
}
.contact-submit-btn {
    width: 100%;
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 20px;
    border: 1px solid var(--contact-green);
    border-radius: 4px;
    background: var(--contact-green);
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 800;
    cursor: pointer;
    transition: all .25s ease;
}
.contact-submit-btn:hover,
.contact-submit-btn:focus {
    background: var(--contact-green-dark);
    border-color: var(--contact-green-dark);
}
.contact-submit-btn:disabled {
    opacity: .7;
    cursor: not-allowed;
}
.contact-privacy {
    margin-top: 12px;
    text-align: center;
    color: #65788b;
    font-size: 16px;
    line-height: 1.5;
}
.contact-privacy i {
    margin-right: 5px;
}
#contactFormResult {
    margin-bottom: 11px;
}
.contact-success,
.contact-error {
    padding: 11px 14px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
}
.contact-success {
    background: #eef9e7;
    border: 1px solid #b9df9d;
    color: #39721a;
}
.contact-error {
    background: #fff1f1;
    border: 1px solid #efb6b6;
    color: #a52a2a;
}
/* ============================================================
   SERVICES
   ============================================================ */
.contact-services-section {
    background: #fff;
    padding-top: 25px;
    padding-bottom: 60px;
}
.contact-services-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 16px;
}
.contact-service-card {
    overflow: hidden;
    border: 1px solid var(--contact-border);
    border-radius: 8px;
    background: var(--contact-light);
    transition: transform .25s ease,box-shadow .25s ease;
}
.contact-service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(6,45,86,.10);
}
.contact-service-image {
    height: 145px;
    overflow: hidden;
}
.contact-service-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.contact-service-body {
    position: relative;
    padding: 31px 17px 20px;
}
.contact-service-icon {
    position: absolute;
    top: -20px;
    left: 17px;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--contact-blue);
    color: #fff;
    font-size: 17px;
}
.contact-service-icon.green {
    background: var(--contact-green);
}
.contact-service-body h3 {
    margin: 0 0 9px;
    color: var(--contact-navy);
    font-size: 20px;
    line-height: 1.4;
    font-weight: 800;
}
.contact-service-body p {
    min-height: 51px;
    margin: 0 0 15px;
    color: #4f647b;
    font-size: 16px;
    line-height: 1.55;
}
.contact-service-body a {
    color: var(--contact-blue);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 800;
    text-decoration: none;
}
.contact-service-body a:hover {
    color: var(--contact-green-dark);
}
.contact-service-body a i {
    margin-left: 5px;
}
/* ============================================================
   WHY CONTACT
   ============================================================ */
.contact-why-section {
    padding-top: 25px;
    padding-bottom: 70px;
}
.contact-why-box {
    padding: 40px 32px;
    border: 1px solid var(--contact-border);
    border-radius: 8px;
    background: var(--contact-light);
}
.contact-why-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 0;
}
.contact-why-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 8px 21px;
    border-right: 1px solid var(--contact-border);
}
.contact-why-item:first-child {
    padding-left: 0;
}
.contact-why-item:last-child {
    padding-right: 0;
    border-right: none;
}
.contact-why-icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--contact-blue);
    font-size: 27px;
}
.contact-why-item h3 {
    margin: 0 0 6px;
    color: var(--contact-navy);
    font-size: 18px;
    line-height: 1.4;
    font-weight: 800;
}
.contact-why-item p {
    margin: 0;
    color: var(--contact-muted);
    font-size: 16px;
    line-height: 1.5;
}



/* ============================================================
   CONTACT FORM
   ============================================================ */
.contact-form-card {
    padding: 32px 30px 26px;
    background: #fff;
    border: 1px solid #d7e3ee;
    border-radius: 8px;
}
.contact-form-card h3 {
    margin: 0 0 8px;
    color: #062d56;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 800;
}
.contact-form-intro {
    margin: 0 0 25px;
    color: #5f7185;
    font-size: 16px;
    line-height: 1.6;
}
.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 21px 22px;
}
.contact-field {
    min-width: 0;
}
.contact-field-full {
    grid-column: 1 / -1;
}
.contact-field label {
    display: block;
    margin: 0 0 8px;
    color: #062d56;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}
.contact-field label span {
    color: #e53935;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
    width: 100%;
    border: 1px solid #ccd9e5;
    border-radius: 4px;
    background: #fff;
    color: #26384d;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    outline: none;
    transition: border-color .2s ease,box-shadow .2s ease;
}
.contact-field input,
.contact-field select {
    height: 50px;
    padding: 11px 14px;
}
.contact-field textarea {
    min-height: 130px;
    padding: 12px 14px;
    resize: vertical;
}
.contact-field select {
    cursor: pointer;
}
.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #7b8da1;
    opacity: 1;
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    border-color: #67c61f;
    box-shadow: 0 0 0 2px rgba(103,198,31,.10);
}
.contact-submit-area {
    padding-top: 2px;
}
.contact-submit-btn {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 20px;
    border: 1px solid #67c61f;
    border-radius: 4px;
    background: #67c61f;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 800;
    cursor: pointer;
    transition: background .25s ease,border-color .25s ease;
}
.contact-submit-btn:hover,
.contact-submit-btn:focus {
    background: #54aa16;
    border-color: #54aa16;
}
.contact-submit-btn:disabled {
    opacity: .7;
    cursor: not-allowed;
}
.contact-privacy {
    margin-top: 12px;
    text-align: center;
    color: #65788b;
    font-size: 16px;
    line-height: 1.5;
}
.contact-privacy i {
    margin-right: 5px;
}
#contactFormResult {
    margin-bottom: 12px;
}
.contact-success,
.contact-error {
    padding: 11px 14px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
}
.contact-success {
    background: #eef9e7;
    border: 1px solid #b9df9d;
    color: #39721a;
}
.contact-error {
    background: #fff1f1;
    border: 1px solid #efb6b6;
    color: #a52a2a;
}

@media (max-width:767px) {
    .contact-form-card {
        padding: 28px 20px 24px;
    }
    .contact-form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .contact-field-full {
        grid-column: auto;
    }
    .contact-form-card h3 {
        font-size: 20px;
    }
    .contact-field input,
    .contact-field select {
        height: 50px;
    }
    .contact-field textarea {
        min-height: 135px;
    }
}
@media (max-width:480px) {
    .contact-form-card {
        padding: 25px 18px 22px;
    }
    .contact-form-intro,
    .contact-field label,
    .contact-field input,
    .contact-field select,
    .contact-field textarea,
    .contact-submit-btn,
    .contact-privacy {
        font-size: 16px;
    }
}

/* ============================================================
   TABLET
   ============================================================ */
@media (max-width: 991px) {
    .contact-hero h1 {
        font-size: 38px;
    }
    .contact-main-grid {
        grid-template-columns: 1fr;
    }
    .contact-info-card {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 23px 28px;
    }
    .contact-info-card h3 {
        grid-column: 1 / -1;
        margin-bottom: 0;
    }
    .contact-info-item {
        margin-bottom: 0;
    }
    .contact-services-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 18px;
    }
    .contact-why-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 22px 0;
    }
    .contact-why-item:nth-child(2) {
        border-right: none;
    }
    .contact-why-item:nth-child(3) {
        padding-left: 0;
    }
}
/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 767px) {
    .contact-section {
        padding: 45px 0;
    }
    .contact-hero {
        min-height: 345px;
    }
    .contact-hero-content {
        padding: 48px 0;
    }
    .contact-hero h1 {
        font-size: 32px;
    }
    .contact-hero p {
        font-size: 16px;
    }
    .contact-section-heading {
        margin-bottom: 28px;
    }
    .contact-section-heading h2 {
        font-size: 27px;
    }
    .contact-section-heading p {
        font-size: 16px;
    }
    .contact-info-card {
        display: block;
        padding: 28px 22px;
    }
    .contact-info-card h3 {
        margin-bottom: 26px;
    }
    .contact-info-item {
        margin-bottom: 22px;
    }
    .contact-form-card {
        padding: 28px 22px 24px;
    }
    .contact-form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .contact-field-full {
        grid-column: auto;
    }
    .contact-services-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .contact-service-image {
        height: 190px;
    }
    .contact-service-body {
        padding: 32px 19px 22px;
    }
    .contact-service-body p {
        min-height: auto;
    }
    .contact-why-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .contact-why-item,
    .contact-why-item:first-child,
    .contact-why-item:last-child {
        padding: 17px 0;
        border-right: none;
        border-bottom: 1px solid var(--contact-border);
    }
    .contact-why-item:last-child {
        border-bottom: none;
    }
}
/* ============================================================
   SMALL MOBILE
   ============================================================ */
@media (max-width: 480px) {
    .contact-page .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-hero {
        min-height: 360px;
    }
    .contact-hero-content {
        padding: 45px 0;
    }
    .contact-hero h1 {
        font-size: 29px;
    }
    .contact-hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    .contact-btn {
        width: 100%;
    }
    .contact-section-heading h2 {
        font-size: 25px;
    }
    .contact-info-card,
    .contact-form-card {
        padding: 25px 18px;
    }
    .contact-why-box {
        padding: 28px 19px;
    }
}