.ct-header-text a {
	text-decoration: none;
}





.custom-bottom-form-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
}

.custom-bottom-form-inner {
    width: 100%;
    max-width: 1100px;
}

.custom-bottom-form-inner h2,
.custom-bottom-form-inner h3 {
    text-align: center;
    margin-bottom: 16px;
}

.custom-bottom-form-inner .wpcf7-form input:not([type="submit"]),
.custom-bottom-form-inner .wpcf7-form textarea,
.custom-bottom-form-inner .wpcf7-form select,
.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea,
.wpcf7-form select,
[data-column="widget-area-4"] .wpcf7-form input[type="submit"] {
    width: 100% !important;
    box-sizing: border-box !important;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    padding: 4px 6px;
}


.wpcf7-form input[type="submit"] {
    width: 50% !important;
}


@media (max-width: 768px) {
    .custom-bottom-form-wrapper {
        padding: 30px 10px;
    }
    .custom-bottom-form-inner .wpcf7-form input,
    .custom-bottom-form-inner .wpcf7-form textarea,
    .custom-bottom-form-inner .wpcf7-form select,
    .custom-bottom-form-inner .wpcf7-form button {
        margin: 5px 0;
    }
}





@media (max-width: 768px) {

    .woocommerce ul.products {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        padding: 0 2% !important;
        box-sizing: border-box;
        overflow: hidden;
    }

    .woocommerce ul.products li.product {
        width: 43% !important;
        margin: 0 1% 1.5% 1% !important;
        float: none !important;
        box-sizing: border-box;
        overflow: hidden;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        white-space: normal !important;
        width: 100% !important;
        box-sizing: border-box;
    }
}





	
.wpcf7-mail-sent-ok {
    background: linear-gradient(135deg, #d4edda, #c3e6cb) !important;
    color: #155724 !important;
    border: 2px solid #28a745 !important;
    border-radius: 12px !important;
    padding: 20px 24px !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin: 25px 0 !important;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.25) !important;
    position: relative;
    animation: fadeIn 0.6s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

	
	

.woocommerce-Price-amount,
.price,
ins .amount,
del .amount {
    display: none !important;
}


	
	

@media (max-width: 768px) {
    .flexy-pills[ data-type="thumbs" ] ol {
        display: none !important;
    }
}
	
@media (max-width: 768px) {
    .flexy-pills .ct-media-container img {
        width: 100%;
        height: auto;
    }
}

	

@media (max-width: 768px) {
  [data-column="widget-area-1"],
  [data-column="widget-area-2"] {
    display: none !important;
  }
}

	
	

#hydenature-contact-btn {
    position: fixed;
    bottom: 480px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 1000001;
    animation: float 2s ease-in-out infinite;
}

@keyframes float {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media(max-width:768px){
    #hydenature-contact-btn {
        bottom: 80px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
}


	
	

.single-product .woocommerce-Tabs-panel--description p,
.single-product .woocommerce-Tabs-panel--description li {
    max-width: 750px;
    margin: 0 auto 1em;
}

.single-product .woocommerce-Tabs-panel--description li {
    padding-left: 20px;
}






#cf7-floating-form {
    position: fixed !important;
    bottom: 80px !important;
    right: 20px !important;
    width: 240px !important;
    padding: 10px 8px !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    overflow: visible !important;
    z-index: 999999 !important;
    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    box-sizing: border-box;
}

#cf7-floating-form .cf7-popup-inner h2,
#cf7-floating-form .cf7-popup-inner h3 {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin: 0 0 4px 0 !important;
    color: #6D8271 !important;
    text-align: left !important;
}

#cf7-floating-form input[type="text"],
#cf7-floating-form input[type="email"],
#cf7-floating-form textarea {
    width: 100% !important;
    padding: 4px 6px !important;
    margin-bottom: 4px !important;
    border-radius: 5px !important;
    border: 1px solid #ccc !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    box-sizing: border-box !important;
}

#cf7-floating-form input[type="submit"] {
    width: 100% !important;
    background: #6D8271 !important;
    color: #fff !important;
    border: none !important;
    cursor: pointer !important;
    padding: 6px 0 !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin: 4px 0 0 0 !important;
    text-align: center !important;
    transition: background 0.3s ease !important;
}

#cf7-floating-form-close {
    position: absolute !important;
    top: 6px !important;
    right: 6px !important;
    width: 20px !important;
    height: 20px !important;
    background: #f5f5f5 !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    cursor: pointer !important;
    color: #999 !important;
    transition: all 0.2s ease !important;
    z-index: 10000 !important;
}

#cf7-floating-form-close:hover {
    background: #e0e0e0 !important;
    color: #333 !important;
}




@media (max-width: 768px) {
    #cf7-floating-form {
        display: none !important;
    }
}




.wpcf7-form p {
	margin: 0 0 6px !important;
}

.wpcf7-form label {
	margin-bottom: 3px !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
	height: 38px !important;
}

.wpcf7-form textarea {
	height: 90px !important;
}

.wpcf7-form > div[style*="flex"] {
	gap: 8px !important;
}

.wpcf7-form div[style="margin-bottom:30px;"] {
	display: none !important;
}

@media (max-width: 1023px) {
    #wpcf7-f29840-p27431-o1 label,
    #wpcf7-f29840-p27431-o1 h2 {
        text-align: left !important;
    }
}





[data-column="widget-area-4"] .wpcf7 input.wpcf7-submit {
    background-color: #ec6828;
    border-color: #ec6828;
    color: #ffffff;
    cursor: pointer;
}







[data-prefix="single_blog_post"] [class*="ct-container"] > article[class*="post"] {
    --theme-boxed-content-spacing: 0px;
}

.post.type-post .page-title {
    font-size: 20px;
}

.post.type-post .entry-content h2 {
    font-size: 30px;
}

.post.type-post .entry-content p {
    font-size: 17px;
}
