.catagoryheight img{
	width:200px !important;
	height:200px !important;
}
//catagory text color
.cat-design-zoom-out .wd-entities-title {
    display: inline-block;
    padding: .2em .9em;
    color: white;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 25px;
}

.wd-product {
    max-width: 300px; /* Example width */
}















/* Target the form specifically through the CF7 wrapper */
.wpcf7 .dsgn-newsletter-inline {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    max-width: 520px !important;
    margin: 0 auto !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50px !important;
    padding: 6px !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-sizing: border-box !important;
}

/* Force the wrapper of the email field to flex */
.wpcf7 .dsgn-newsletter-inline .wpcf7-form-control-wrap {
    flex: 1 !important;
    display: block !important;
    margin: 0 !important;
}

/* Style the actual Input Field */
.wpcf7 .dsgn-newsletter-inline input[type="email"] {
    width: 100% !important;
    padding: 0 25px !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    outline: none !important;
    background: #ffffff !important;
    color: #333333 !important;
    height: 50px !important;
    line-height: 50px !important;
    margin: 0 !important;
    box-shadow: none !important;
}

/* Style the actual Submit Button */
.wpcf7 .dsgn-newsletter-inline input[type="submit"] {
    padding: 0 32px !important;
    background: #2D2D2D !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    height: 50px !important;
    margin: 0 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.wpcf7 .dsgn-newsletter-inline input[type="submit"]:hover {
    background: #000000 !important;
    transform: scale(1.02);
}

/* Mobile Fix */
@media (max-width: 600px) {
    .wpcf7 .dsgn-newsletter-inline {
        flex-direction: column !important;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        backdrop-filter: none !important;
    }
    .wpcf7 .dsgn-newsletter-inline input[type="email"],
    .wpcf7 .dsgn-newsletter-inline input[type="submit"] {
        width: 100% !important;
        border-radius: 50px !important;
        margin-bottom: 10px !important;
    }
}

/* Remove the loading spinner that CF7 adds which breaks the line */
.wpcf7 .dsgn-newsletter-inline .ajax-loader {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -8px;
}