/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Product Card */
.product-card .card {
   background-color: #141633; /* dark navy background */
   border-radius: 12px;
   overflow: hidden;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   }
/* Hover effect */
.product-card .card:hover {
  	transform: translateY(-5px);
  	box-shadow: 0 8px 20px rgba(0,0,0,0.3);	
	}
/* Product image */
.product-card .card-img-top {
   	object-fit: cover;
   	background-color: #0b0c1d; /* fallback color */
   	border-radius: 25px;
  	}
/* Title */
.product-card .card-title a {
  	color: #fff;
  	font-size: 1rem;
  	font-weight: 600;
  	text-decoration: none;
	}
.product-card .card-title a:hover {
  	color: #1e90ff; /* hover color */
	}
/* Price */
.product-card .price {
 	font-size: 15px;
    font-weight: 400;
    color: #FEF2AA;
	}
/* Short description text */
.product-card .card-text {
  	color: #f55b5b;
    font-size: 0.85rem;
    margin: 15px 0 15px 0;
	}
/* View Product Button */
.product-card .btn.btn-primary {
  	background-color: #2CB24B;
    border-color: #2CB24B;
    color: #ED395E;
    font-size: 0.85rem;
    padding: 8px 25px;
    border-radius: 6px;
    text-transform: capitalize;
	}
.product-card .btn.btn-primary:hover {
  	background-color: #27ae60;
  	border-color: #27ae60;
  	color: #fff;
  	}
.product-card .card-body {
    padding-bottom: 30px;
	}
.product-card .card-body h5 a {
    font-size: 18px;
    font-weight: 400;
    color: #DAD4EA;
    }
.makers-row .makers-figure img{
    border-radius:100px;
    width: 160px;
    height: 160px;
    object-fit: cover;
    }
.colect-row{
    position:relative; 
    }
.colect-row::before {
    content:"";
    width:100%;
    height:500px;
    position: absolute;
    background-color:#0d1a39c7;
    z-index:1;
    }
.colect-row::after {
    content:"Coming Soon";
    position:absolute;
    top:150px;
    left:0;
    right:0;
    text-align:center;
    font-size:50px;
    z-index:999;
    color:#ED395E;
    }
.artisan-card {
   	background: #272862;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    }
.artisan-card h3.card-title {
    font-weight:400;
    color: #FEF2AA;
    font-size:16px;
    line-height:1.2em
    }
.artisan-card h5.artisan-shortline{
    color:#DAD4EA;
    font-size: 14px;
    font-weight: 400;
    }
.artisan-card p.artisan-desc {
    color: #ED395E;
    font-weight: 400;
    font-size: 14px;
    }
.artisan-card a.btn {
    color: #2CB24B;
    font-weight: 400;
    padding-left: 0px;
    font-size: 14px;
    }
.single-artisan-sect .artisan-figure img{
    width:180px;
    height:180px;
    border-radius:100px;
    }
.artisan-card a.btn:hover {
    background: transparent;
    color: #2cb248;
    }
.artisan-card a.btn:active ,
.artisan-card a.btn:focus{
   	outline: 0px;
    border-color: inherit;
    color: #2cb24b;
    border: 0px;
    }
.artisan-grid .card-body {
    padding-bottom: 15px;
    }
.stories-col .elementor-widget-wrap {
   	background: #0D1A39;
    overflow: hidden;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    padding: 0px 0px 30px 0px !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    }
.stories-col .elementor-element h2 ,
.stories-col .elementor-element p {
    padding: 0px 20px 10px 30px;
    }
.stories-col .elementor-element img {
    width: 100%;
    }
ul.nav-tabs {
    border: 0px;
    background: #0d1a39;
    border-top-right-radius:5px;
    }
ul.nav-tabs li a.nav-link.active{
    background: #272862;
    color: #fff;
    border: 1px solid #272862;
    padding: 15px 60px 15px 60px;
    border-radius:5px;
    }
ul.nav-tabs li a.nav-link {
    background:#0D1A39;
    color:#fff;
    border:1px solid #0D1A39;
    border-radius: 0px;
    padding: 15px 40px 15px 40px;
    }
ul.nav-tabs li a.nav-link:hover ,
ul.nav-tabs li a.nav-link:active,
ul.nav-tabs li a.nav-link:focus{
    border-color:#0d1a39;
    }
ul.nav-tabs .heritage-upload-form{
    margin:0px !important;
    }
.heritage-form .row input ,
.heritage-form .row textarea {
    background-color:#111325;
    border:1px solid #111325;
    padding: 12px 0px 12px 10px;
	color:#fff;
    }
.heritage-form .row input:active ,
.heritage-form .row input:focus ,
.heritage-form .row textarea:active ,
.heritage-form .row textarea:focus{
	outline:0px;
	}	
.heritage-form label{
    color: #FEF2AA;
    font-family: "Roboto", Sans-serif;
    padding: 15px 0px 15px 10px;
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    }
.heritage-form br{
    display:none;
    }
.heritage-form p{
    margin:0px;
    }
.heritage-form .col-md-12{
    background-color:#0D1A39;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    }
.heritage-form input::placeholder,
.heritage-form textarea::placeholder{
	color: #DAD4EA;
	font-size:14px;
	}
.heritage-form .short-text-area textarea{
    height:60px;
    resize:unset;
    }
.heritage-form .long-text-area textarea{
    height:120px;
    resize:unset;
    }
.heritage-form .row .submit-btn {
    background: #ED395E;
    color:  #2CB24B;
    padding: 10px 25px 10px 25px;
    margin: 15px 0 15px 0;
    border-radius: 8px;
    font-size: 14px;
    }