.elementor-1522 .elementor-element.elementor-element-677724a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:-129px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:160px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-1522 .elementor-element.elementor-element-677724a:not(.elementor-motion-effects-element-type-background), .elementor-1522 .elementor-element.elementor-element-677724a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://tasyadesigns.com/wp-content/uploads/2025/10/Tasya_Designs_about_us_hero.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1522 .elementor-element.elementor-element-51a561e{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start;}.elementor-1522 .elementor-element.elementor-element-f4af943{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1522 .elementor-element.elementor-element-d56151c{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:start;}.elementor-1522 .elementor-element.elementor-element-d56151c .elementor-heading-title{font-family:"Clash Display", Sans-serif;font-size:56px;font-weight:400;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1522 .elementor-element.elementor-element-db9f0ff{text-align:start;font-family:"Space Grotesk", Sans-serif;font-size:16px;font-weight:400;line-height:16px;color:#FFFFFF;}.elementor-1522 .elementor-element.elementor-element-604f4a1{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:20px 20px 20px 20px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-1522 .elementor-element.elementor-element-604f4a1:not(.elementor-motion-effects-element-type-background), .elementor-1522 .elementor-element.elementor-element-604f4a1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1522 .elementor-element.elementor-element-a0088d1.elementor-element{--align-self:center;}@media(min-width:768px){.elementor-1522 .elementor-element.elementor-element-51a561e{--width:95%;}}@media(max-width:1200px){.elementor-1522 .elementor-element.elementor-element-d56151c .elementor-heading-title{font-size:55px;}}@media(max-width:1024px){.elementor-1522 .elementor-element.elementor-element-d56151c .elementor-heading-title{font-size:45px;}}@media(max-width:767px){.elementor-1522 .elementor-element.elementor-element-d56151c{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1522 .elementor-element.elementor-element-d56151c .elementor-heading-title{font-size:28px;}.elementor-1522 .elementor-element.elementor-element-db9f0ff{font-size:12px;line-height:14px;}}/* Start custom CSS for shortcode, class: .elementor-element-a0088d1 */.cf7-custom-form br {
    display: none;
}
/* Container */
.cf7-custom-form {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif; /* Assuming Inter or similar sans-serif */
    color: #333;
}

/* Grid System */
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    justify-content: space-between;
}

.form-col {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.full-width {
    width: 100%;
}

.half-width {
    width: 48%; /* Leaves space for gap */
}

@media (max-width: 768px) {
    .half-width {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* Labels */
.cf7-custom-form label {
        font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    color: #222;
    display: block;
    font-family: 'Clash Display';
    letter-spacing: 0.3px;
}

/* Inputs & Textarea */
.cf7-custom-form input[type="text"],
.cf7-custom-form input[type="email"],
.cf7-custom-form textarea,
.cf7-custom-form select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    padding: 0 0 10px 0;
    font-size: 16px;
    color: #333;
    outline: none;
    transition: all 0.3s ease;
    border-radius: 0; /* Reset for some browsers */
        font-family: 'Space Grotesk';
}

/* Placeholder styling */
.cf7-custom-form input::placeholder,
.cf7-custom-form textarea::placeholder {
    color: #aaa;
}

/* Focus & Hover Effects */
.cf7-custom-form input:hover,
.cf7-custom-form input:focus,
.cf7-custom-form textarea:hover,
.cf7-custom-form textarea:focus,
.cf7-custom-form select:hover,
.cf7-custom-form select:focus {
    border-bottom-color: #ff6600; /* Orange color from image */
}

/* Specific focus state for opacity if needed, 
   but border color change is the main visual cue requested */
.cf7-custom-form input:focus,
.cf7-custom-form textarea:focus,
.cf7-custom-form select:focus {
    opacity: 0.9;
}

/* Select specific */
.cf7-custom-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position: right 0px center;
}

/* Textarea specific */
.cf7-custom-form textarea {
    resize: vertical;
    min-height: 100px;
}

/* Checkbox */
.checkbox-row {
    flex-direction: row;
    align-items: center;
}

.cf7-custom-form input[type="checkbox"] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%; /* Circular checkbox as seen in some designs, or keep square */
    /* Note: Default checkboxes are hard to style extensively without custom markup. 
       Assuming standard checkbox for now or simple reset. */
    accent-color: #333;
}

.cf7-custom-form .wpcf7-list-item {
    margin: 0;
}

.cf7-custom-form .wpcf7-list-item-label {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

/* Submit Button */
.cf7-custom-form input[type="submit"] {
    background-color: #222;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px; /* Rounded pill shape */
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.cf7-custom-form input[type="submit"]:hover {
    background-color: #444;
}


input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus{
    
outline: 0px !important;
}
select:focus {
    outline-offset: 2px;
    outline: 0px dotted var(--form--border-color) !important;
}
.site textarea{
    border: 0px !important;
        border-bottom: 1px solid black !important;
}
.cf7-custom-form textarea:hover{
    border-bottom-color: #ff6600 !important;
}
span.wpcf7-spinner {
    display: none;
}
.contact-label{
        background-color: #000000 !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Clash Display';
	font-display: auto;
	src: url('https://tasyadesigns.com/wp-content/uploads/2025/10/ClashDisplay-Variable.ttf') format('truetype');
}
/* End Custom Fonts CSS */