/*
Theme Name: Fit4DW Child
Template: hello-elementor
Version: 1.0
*/

.transparent-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    transition: all 0.3s ease;
}

.transparent-header.elementor-sticky--effects{
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}
/* Smooth transition */
.sticky-logo img{
    transition: all 0.3s ease;
}

/* Smaller logo when sticky */
.elementor-sticky--effects .sticky-logo img{
    max-width: 50px;
}
/* Smooth transition */
.transparent-header{
    transition: all 0.3s ease;
}

/* Normal logo */
.sticky-logo img{
    transition: all 0.3s ease;
}

/* Sticky state */
.elementor-sticky--effects{
    min-height: 50px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(10px);
}
/* contact form styles */

.cf7-wrapper {
    width: 70%;
    margin: 0 auto;
}

.cf7-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.cf7-col {
    flex: 1;
}

.cf7-col-full {
    width: 100%;
}

.cf7-wrapper input,
.cf7-wrapper select,
.cf7-wrapper textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}

.cf7-wrapper textarea {
    min-height: 140px;
}

.cf7-wrapper input[type="submit"] {
    width: auto;
    background: #000;
    color: #fff;
    border: none;
    padding: 14px 28px;
    cursor: pointer;
    border-radius: 6px;
}

.cf7-wrapper input[type="submit"]:hover {
    opacity: 0.9;
}
.reqqed{
	color:red;
}

/* Mobile */
@media (max-width: 768px) {
    .cf7-wrapper {
        width: 100%;
    }

    .cf7-row {
        flex-direction: column;
    }
}