/*
Theme Name: Child kutchikhajano
Version: 1.0
Description: A child theme of Hello Elementor
Author: admin
Template: hello-elementor
*/

@import url("../hello-elementor/style.css");

.elementor-nav-menu a {color: #343f52;font-weight: 500 !important;}
.elementor-nav-menu .current-menu-item a {color: #d93829;}
.elementor-nav-menu a:hover {color: #d93829;}
.elementor-button:hover {transform: translateY(-.15rem);box-shadow: 0 .25rem .75rem rgba(30,34,40,.15);}

.card {box-shadow: 0 0 0 .05rem rgba(8,60,130,.06),0 0 1.25rem rgba(30,34,40,.04);border: 0;}
.footer_address .elementor-icon-box-description {margin-top: -7px !important;}
.footer_email .elementor-icon-box-description a {color: #fff !important;font-weight: 500;}
.shadow-lg {box-shadow: 0 .25rem 1.75rem rgba(30,34,40,.07)!important;min-height: 350px;}
.shadow-lg:hover {transform: translateY(-.4rem);}
.card.choosebox {min-height: 420px;}
.contactlink .elementor-icon-box-description a, .shippinglink a, .hover-3:hover {color: #1e2228 !important;}
.contactlink .elementor-icon-box-description a:hover, .shippinglink a:hover, .hover-3 {color: #d93829 !important;}

ul.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.custom-list li {
    position: relative;
    padding-left: 30px; /* space for icon */
    margin-bottom: 12px;
    line-height: 1.6;
}

ul.custom-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    background: #fde8e8; /* light pink background */
    color: #f87171; /* pinkish red checkmark */
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
}


/* Contact Form Container */
.contact-form {
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* Input and Textarea Styling */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: 0 0 1.25rem rgba(30,34,40,.04);
    font-family: "Poppins", Sans-serif;
}

/* Hover & Focus Effects */
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #0077b6;
    box-shadow: 0 0 5px rgba(0, 119, 182, 0.2);
}

/* Two-Column Layout for Small Inputs */
.contact-form .wpcf7-form-control-wrap {
    flex: 1 1 calc(50% - 7.5px);
}

/* Full Width for Message Field */
.contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* Submit Button */
.contact-form input[type="submit"] {
    padding: 15px 30px !important;
    border: none;
    background-color: #205b76;
    color: white;
    font-size: 15px !important;
    font-weight: 600;
    border-radius: 6px;
    margin-top: 10px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    margin-bottom: 15px;
    font-family: "Poppins", Sans-serif;
}
.form-row {width: 100%;text-align: center;}

.contact-form input[type="submit"]:hover {
    transform: translateY(-.15rem);box-shadow: 0 .25rem .75rem rgba(30,34,40,.15);
}

.contact_info {
    color: #aab0bc!important;
    text-align: center;
    margin: 0 auto;
}
.wpcf7-spinner {display: none !important;}
.mobilemenu {display: none;}
.sociallink .elementor-icon-box-description a {color: #fff;font-weight: 500;}
/* Responsive Layout */
@media (max-width: 768px) {
    .contact-form .half-width, .contact-form .wpcf7-form-control-wrap {
        flex: 1 1 100%;
    }
    .desktopmenu {display: none !important;}
    .mobilemenu {display: block;}
}
