/*!
Theme Name: Arkdin
Theme URI: https://arkdin-wp.laralink.com/
Author: Themeservices
Author URI: https://themeforest.net/user/themeservices/
Description: Arkdin - Air Conditioning Services WordPress Theme
Version: 1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arkdin
Tested up to: 6.6
Requires PHP: 7.2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Keep the square Cool Heating mark inside Arkdin's fixed-height header. */
.cs_site_branding img {
	display: block;
	width: auto;
	height: auto;
	max-width: 210px;
	max-height: 70px;
	object-fit: contain;
}

@media (max-width: 1199px) {
	.cs_site_branding img {
		max-width: 180px;
		max-height: 58px;
	}
}


/* Contact page form: scoped so it does not affect other site forms. */
.contact-form {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(24px, 4vw, 46px);
    display: grid;
    gap: 22px;
    border: 1px solid #d9e1ea;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(7, 37, 71, 0.10);
}

.contact-form .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.contact-form label {
    display: block;
    margin: 0 0 8px;
    color: #09264a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.contact-form input:not([type="submit"]),
.contact-form select,
.contact-form textarea {
    width: 100%;
    min-height: 52px;
    padding: 13px 15px;
    border: 1px solid #cbd7e4;
    border-radius: 10px;
    background: #ffffff;
    color: #102a4c;
    font: inherit;
    line-height: 1.4;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form input:not([type="submit"]):focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #ff6b24;
    box-shadow: 0 0 0 4px rgba(255, 107, 36, 0.16);
}

.contact-form .button.primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin: 2px 0 0;
    padding: 13px 28px;
    border: 0;
    border-radius: 999px;
    background: #ff6b24;
    box-shadow: 0 10px 22px rgba(255, 107, 36, 0.24);
    color: #ffffff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.contact-form .button.primary:hover,
.contact-form .button.primary:focus {
    background: #e95714;
    color: #ffffff;
    transform: translateY(-1px);
}

.nm-contact-notice {
    max-width: 920px;
    margin: 0 auto 22px;
    padding: 15px 18px;
    border-radius: 10px;
    font-weight: 700;
}

.nm-contact-notice--success {
    border: 1px solid #9dd8b2;
    background: #ecf9f0;
    color: #176b35;
}

.nm-contact-notice--error {
    border: 1px solid #f1b2a2;
    background: #fff2ee;
    color: #9b2c13;
}

@media (max-width: 640px) {
    .contact-form {
        padding: 22px 18px;
        border-radius: 16px;
    }

    .contact-form .grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .contact-form .button.primary {
        width: 100%;
    }
}


/* Managed contact form styling. */
#forminator-module-155.forminator-ui {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(24px, 4vw, 46px);
    border: 1px solid #d9e1ea;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(7, 37, 71, 0.10);
}

#forminator-module-155.forminator-ui .forminator-label {
    color: #09264a;
    font-size: 15px;
    font-weight: 700;
}

#forminator-module-155.forminator-ui .forminator-input,
#forminator-module-155.forminator-ui .forminator-textarea {
    border-color: #cbd7e4;
    border-radius: 10px;
    color: #102a4c;
}

#forminator-module-155.forminator-ui .forminator-input:focus,
#forminator-module-155.forminator-ui .forminator-textarea:focus {
    border-color: #ff6b24;
    box-shadow: 0 0 0 4px rgba(255, 107, 36, 0.16);
}

#forminator-module-155.forminator-ui .forminator-button-submit {
    min-height: 52px;
    padding: 13px 28px;
    border: 0;
    border-radius: 999px;
    background: #ff6b24;
    box-shadow: 0 10px 22px rgba(255, 107, 36, 0.24);
    color: #ffffff;
    font-weight: 800;
}

#forminator-module-155.forminator-ui .forminator-button-submit:hover,
#forminator-module-155.forminator-ui .forminator-button-submit:focus {
    background: #e95714;
    color: #ffffff;
}


#forminator-module-155.forminator-ui {
    padding: clamp(24px, 4vw, 46px) !important;
}
