/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

a{
	text-decoration: none;
}

.ta-sticky-active  {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;

  transition: all 300ms ease;

  background-color: rgba(0, 0, 0, 0.70);

  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);

  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.hr-style
 {
	 width: 2.5rem!important;
	 height: 1px!important;
    background-color: #D4AF37!important;
}

h2.gold-gradient-text {
	display: block!important;
    background: linear-gradient(120deg, #FFF8E1 0%, #D4AF37 45%, #8a6a13 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text!important;
    color: transparent !important;
}


.backdrop-blur
 {
	 background-color: rgb(0, 0, 0, .1)!important;
     backdrop-filter: blur(12px)!important;
	 border-width: 1px;
	 border-color: rgb(255 255 255 / 0.1);
}

.hairline {
    height: 1px!important;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.5), transparent)!important;
}


.service-card {
    position: relative;
    background: linear-gradient(180deg, #131313 0%, #0e0e0e 100%);
    border: 1px solid var(--kgr-border);
    transition: border-color 300ms ease, transform 300ms ease;
    overflow: hidden;
}
.service-card:hover {
    border-color: rgba(212,175,55,0.45);
    transform: translateY(-4px);
}
.service-card img{
    transition: opacity 300ms ease, transform 600ms ease;
}
.service-card:hover img{
    opacity: 0.5;
    transform: scale(1.04);
}

.elementor-icon-wrapper {
    line-height: 14px!important;
}


/* Contact Form */

:root {
    --kgr-gold: #d4af37;
    --kgr-border: #262626;
    --kgr-text: #fdfbf7;
}

/* Contact Form 7 */
.wpcf7 form p,
.wpcf7-form p {
    margin: 0;
    padding: 0;
}

.wpcf7 form br,
.wpcf7-form br {
    display: none;
}


/* Main form */
.kgr-contact-form {
    width: 100%;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(0, 0, 0, 0.40);
}


/* Row */
.kgr-form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
}


/* Label */
.overline {
    display: block!important;
    margin-bottom: 8px!important;
    color: var(--kgr-gold)!important;
    font-size: 0.72rem!important;
    font-weight: 500!important;
    letter-spacing: 0.24em!important;
    text-transform: uppercase!important;
	text-decoration: overline;
}

.required-star {
    color: var(--kgr-gold);
}


/* Fields */
.kgr-field {
    width: 100%;
    margin: 0 0 20px;
}

.kgr-field label {
    display: block;
    width: 100%;
    margin: 0;
}


/* Input */
.kgr-input {
    display: block;
    width: 100%;
    padding: 14px 16px;

    background: transparent;

    border: 1px solid var(--kgr-border);
    border-radius: 2px;

    color: var(--kgr-text);

    font-family: "Outfit", sans-serif;
    font-size: 0.95rem;

    outline: none;

    transition:
        border-color 0.2s ease,
        background 0.2s ease;
}


/* Focus */
.kgr-input:focus {
    background: #d4af3708!important;
    border-color: #d4af37!important;
    border-color: #d4af37!important;
}

/* Placeholder */
.kgr-input::placeholder {
    color: rgba(255, 255, 255, 0.35);
    opacity: 1;
}


/* Textarea */
textarea.kgr-input {
    min-height: 130px;
    resize: none;
}


/* Subject */
.kgr-subject {
    margin-bottom: 20px;
}


/* Message */
.kgr-message {
    margin-bottom: 24px;
}


/* Bottom */
.kgr-form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.kgr-form-bottom .wpcf7-spinner {
    display: none!important;
    width: 100%;
    text-align: right;
    margin: -5px 0px 0px auto;
	
}


/* Security */
.kgr-security {
    display: flex;
    align-items: center;
    gap: 8px;

    color: rgba(255, 255, 255, 0.40);

    font-size: 11px;
    letter-spacing: 0.08em;
}


/* Button */
.kgr-btn-primary {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 14px 26px;

    background: var(--kgr-gold) !important;

    border: 1px solid var(--kgr-gold) !important;
    border-radius: 2px !important;

    color: #0a0a0a !important;

    cursor: pointer;

    font-family: "Outfit", sans-serif;
    font-size: 0.92rem;
    font-weight: 600;

    letter-spacing: 0.04em;
    text-transform: uppercase;

    transition: all 0.2s ease;
}


/* Button hover */
.kgr-btn-primary:hover {
    background: #f3e5ab!important;
	border-color: #f3e5ab!important;
    color: #000 !important;
}


/* CF7 validation */
.wpcf7-not-valid {
    border-color: #d9534f !important;
}

.wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #e57373;
    font-size: 11px;
}


/* CF7 response */
.wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 12px 15px !important;
}


/* Tablet / Desktop */
@media (min-width: 640px) {

    .kgr-form-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* Large desktop */
@media (min-width: 1024px) {

    .kgr-contact-form {
        padding: 2.5rem;
    }

}


/* Mobile */
@media (max-width: 639px) {

    .kgr-contact-form {
        padding: 2rem;
    }

    .kgr-form-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .kgr-btn-primary {
        width: 100%;
    }

}

