/**
* Theme Name: Goldsmith Child
* Theme URI:  http://ninetheme.com/
* Description: This is a child theme of Goldsmith.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Author URI: http://ninetheme.com/about
* Template: goldsmith
* Version: 1.4.5
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tested up to: 6.5
* Requires PHP: 7.4
* Tags: custom-colors, custom-menu, editor-style, featured-images, post-formats, threaded-comments, translation-ready
* Copyright: ninetheme.com
*/
/* code for product image slider */


/* code for testing the sticky header code */

@media only screen and (max-width: 1280px) {
    .has-sticky-header .goldsmith-header-mobile-top {
        position: fixed;
        margin-top: 32px !important;
    }
}
/* end of the code for sticky header code */
/* css for contact form 7 */

/* Wrapper */
.cf7-premium {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

/* Labels */
.cf7-premium .form-label {
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

/* Inputs */
.cf7-premium .form-control,
.cf7-premium .form-select {
    border-radius: 12px;
    padding: 12px 14px;
    border: 1px solid #e0e0e0;
    transition: all 0.25s ease;
    box-shadow: none;
}

/* Focus effect */
.cf7-premium .form-control:focus,
.cf7-premium .form-select:focus {
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79,70,229,0.1);
}

/* Placeholder tone */
.cf7-premium ::placeholder {
    color: #aaa;
}

/* Button */
.cf7-btn {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Button hover */
.cf7-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(79,70,229,0.25);
}

/* Full width button on mobile */
@media (max-width: 768px) {
    .cf7-btn {
        width: 100%;
    }
}

/* end of css for conteact form 7 */