/*
Theme Name: ishikaart
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* FORM CARD */
.contact-form-wrap {
  max-width: 720px;
  padding: 40px 40px 1px;
  background: linear-gradient(145deg, #ffffff, #f4f6ff);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  position: relative;
border-radius:20px 0px 0px 20px;
}
.step-sec .elementor-element {
    background: linear-gradient(145deg, #ffffff, #f4f6ff);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}
.step-sec .elementor-icon-box-wrapper {
    padding: 20px;
}
/* FORM TITLE LINE EFFECT */
.contact-form-wrap::before {content: "Get in Touch"; */position: absolute;top: -18px;left: 30px;background: linear-gradient(135deg,#2d2c6a,#cf87d7);color: #fff;padding: 6px 16px;border-radius: 30px;font-size: 14px;letter-spacing: 1px;position: absolute;}

/* LABEL */
.contact-form-wrap label {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

/* INPUT FIELD */
.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="email"],
.contact-form-wrap input[type="tel"],
.contact-form-wrap select,
.contact-form-wrap textarea {
  width: 100%;
  padding: 14px 16px;
  margin-top: 6px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 15px;
  background: #fff;
  transition: all 0.3s ease;
}

/* FOCUS EFFECT */
.contact-form-wrap input:focus,
.contact-form-wrap select:focus,
.contact-form-wrap textarea:focus {
  border-color: #0505A9;
  box-shadow: 0 0 0 4px rgba(5, 5, 169, 0.15);
  outline: none;
}

/* TEXTAREA HEIGHT */
.contact-form-wrap textarea {
  height: 120px;
}

/* SUBMIT BUTTON */
.contact-form-wrap input[type="submit"] {
  margin-top: 10px;
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg,#2d2c6a,#cf87d7);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* BUTTON HOVER */
.contact-form-wrap input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(5, 5, 169, 0.4);
}

/* SUCCESS MESSAGE */
.contact-form-wrap .wpcf7-mail-sent-ok {
  background: #e7fbe9;
  color: #1b7f36;
  padding: 12px;
  border-radius: 8px;
  border-left: 4px solid #1b7f36;
}

/* ERROR MESSAGE */
.contact-form-wrap .wpcf7-validation-errors {
  background: #fff1f1;
  color: #b91c1c;
  padding: 12px;
  border-radius: 8px;
  border-left: 4px solid #b91c1c;
}

.contact-form-wrap label {
    width: 100%;
}


.woocommerce ul.products li.product{background:#fff;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,0.08);transition:.3s;position:relative;overflow:hidden;}

.woocommerce ul.products li.product:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.woocommerce ul.products li.product img{
border-radius:10px;
transition:.5s;
}

.woocommerce ul.products li.product:hover img{
transform:scale(1.05);
}

/* product title */

.woocommerce ul.products li.product h2{
font-size:18px;
color:#2d2c6a;
font-weight:600;
margin-top:10px;
}

/* price */

.woocommerce ul.products li.product .price{color:#cf87d7;font-size:18px;font-weight:700;padding-left: 15px;}

/* old price */

.woocommerce ul.products li.product del{
color:#999;
}


.woocommerce span.onsale{padding:5px 12px;background:#cf87d7;border-radius:50px;padding:5px 12px;font-size:12px;z-index: ;}

.woocommerce ul.products li.product .button{
    display: inline-block;padding: 12px 24px;background: linear-gradient(135deg, #2d2c6a, #cf87d7);color: #fff;text-decoration: none !important;border-radius: 10px;font-weight: 600;margin-bottom: 15px;margin-left: 15px;}

.woocommerce-result-count{
color:#2d2c6a;
font-weight:500;
}

.woocommerce-ordering select{
padding:8px 12px;
border-radius:6px;
border:1px solid #ddd;
}

h2.woocommerce-loop-product__title {
    padding-left: 15px !important;
}

.post-type-archive main#main {
    max-width: 1300px;
    margin-top: 80px;
padding:0px 20px;
}

@media (max-width: 768px) {
  .contact-form-wrap {
    padding: 25px;
    margin: 30px 0px;
  }
.post-type-archive main#main {
    margin-top: 40px;
}
}