/*Homepage*/

/*HERO*/
.homeHead h1{
    background: linear-gradient(to right, #f07d65, #902e6b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

span.homeHead {
    background: linear-gradient(to right, #f07d65, #902e6b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.heroHead svg.e-font-icon-svg.e-fas-arrow-right{
	fill: #ec1a5c;
}


.heroHead .elementor-button-text {
    background: linear-gradient(to right, #f07d65, #902e6b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.homeBorder {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    background: #fff;
}

/* Existing Gradient Border */
.homeBorder::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(to right, #f07d65, #902e6b);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
    z-index: 2;
}

/* Sliding Gradient */
.homeBorder::after {
    content: "";
    position: absolute;
    inset: 2px;              /* Same as border thickness */
    border-radius: 2px;     /* 12px - 2px */
    background: linear-gradient(to bottom, #f07d65, #902e6b);

    transform: translateY(100%);
    transition: transform .4s ease;

    z-index: 0;
}

/* Make the Elementor button transparent */
.homeBorder .elementor-button {
    position: relative;
    background: transparent !important;
    z-index: 1;
    border-radius: inherit;
}

/* Hover animation */
.homeBorder:hover::after {
    transform: translateY(0);
}

/* Text transition */
.homeBorder .elementor-button-text,
.homeBorder .elementor-button-icon {
    transition: color .4s ease;
}

.homeBorder:hover .elementor-button-text,
.homeBorder:hover .elementor-button-icon {
    color: #fff;
}

.homeIconList .elementor-icon-list-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: linear-gradient(to right, #f07d65, #902e6b);
	padding: 5px;
}

.homeIconList .elementor-icon-list-icon svg {
		width: 12px;
    height: 13px;
    margin: 0 !important;
}

.menuIndi svg.e-font-icon-svg.e-fas-angle-down{
	    fill: #9ca3af;
}



.gradientCircle {
    width: 70px;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    border: 2px solid transparent;
    border-radius: 50%;

    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(to right, #f07d65, #902e6b) border-box;
}

.gradientIcon {
    font-size: 28px;

    background: linear-gradient(to right, #f07d65, #902e6b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}


.steps-grid {
    position: relative;
}

.steps-grid::before {
    content: "";
    position: absolute;
    top: 57px;
    left: 2.5%;
    right: 12.5%;
    height: 3px;

    background-image: linear-gradient(
        to right,
        #f07d65 40%,
        transparent 40%
    );

    background-size: 12px 10px;
    background-repeat: repeat-x;

    z-index: 0;
}




/*Icons*/
.why-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 2px solid transparent;

    display: flex;
    justify-content: center;
    align-items: center;

    background: linear-gradient(#061534, #061534) padding-box, linear-gradient(to right, #f07d65, #902e6b) border-box;
}

.why-icon i {
    font-size: 33px;

    background: linear-gradient(to right, #f07d65, #902e6b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}






.gradientEnvCircle {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    border: 2px solid #EC1A5C;
    border-radius: 50%;

   
}

.homeEnev {
    font-size: 20px;
    color: #EC1A5C;
}


/*Shop*/
/* ===============================
   Premium Product Specifications
================================= */

.product-spec-table{
    width:100%;
    border-spacing:0;

    background:#fff;
    border:1px solid #E6EBF2;
    border-radius:18px;

    overflow:hidden;

box-shadow:
    0 6px 16px rgba(6, 21, 52, 0.05),
    0 14px 40px rgba(6, 21, 52, 0.08);

    position:relative;
}


.product-spec-table th,
.product-spec-table td{
    padding:20px 24px;
    text-align:left;
    vertical-align:top;
    font-size:15px;
    line-height:1.7;
}

.product-spec-table tr{
    transition:.25s ease;
}

.product-spec-table tr:not(:last-child) th,
.product-spec-table tr:not(:last-child) td{
    border-bottom:1px solid #EEF2F7;
}

.product-spec-table tr:hover{
    background:#FBFCFE;
}

.product-spec-table th{
    width:34%;
    font-weight:700;
    color:#061534;
    background:#F7FAFD;
    border-right:1px solid #EEF2F7;
}

.product-spec-table td{
    color:#46556E;
    font-weight:500;
    background:#ffffff;
}

/* Decoration Methods */

.product-spec-table ul{
    margin:0;
    padding:0;
    list-style:none;
}

.product-spec-table li{
    position:relative;
    padding-left:18px;
    color:#46556E;
}

.product-spec-table li:not(:last-child){
    margin-bottom:8px;
}

.product-spec-table li::before{
    content:"";
    position:absolute;
    left:0;
    top:10px;
    width:7px;
    height:7px;
    border-radius:50%;
    background:linear-gradient(to right,#f07d65,#902e6b);
}

/* Mobile */

@media(max-width:767px){

    .product-spec-table th,
    .product-spec-table td{
        padding:16px;
        font-size:14px;
    }

    .product-spec-table th{
        width:42%;
    }

}


.ipsAddToCart.elementor-widget-woocommerce-product-add-to-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.ipsAddToCart .elementor-add-to-cart.elementor-product-variable {
    width: 100%;
	background-color: transparent;
}

 .woo-variation-swatches .variable-items-wrapper {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
		padding: 0 11px;
    gap: 4px;
}



.ipsAddToCart .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    
}

.ipsAddToCart span.variable-item-span.variable-item-span-color{
	border-radius: 50%
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 50% !important;
}

.ipsAddToCart table tbody tr>td {
    background-color: transparent;
}

.ipsAddToCart table tbody tr>th {
    background-color: transparent;
}

.woocommerce div.product form.cart .variations label {
	font-family: "Inter";
	font-size: 23px;
	background: linear-gradient(to right, #f07d65, #902e6b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}


/* .ipsReqQt [type=button], [type=submit], button {
    background-color: transparent;
    border: 1px solid #c36;
    /* border-radius: 3px; */
    color: white;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    padding: .5rem 1rem;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
} */


/*Contact Form 7*/
/*=============================
 Consultation Form
==============================*/

.consultation-form-header{
    text-align:center;
    margin-bottom:35px;
}

.consultation-form-header h3{
    margin:0 0 10px;
    font-size:32px;
    font-weight:700;
    color:#061534;
    line-height:1.2;
}

.consultation-form-header p{
    margin-bottom:20px;
    font-size:16px;
    color:#6B7280;
    line-height:1.7;
    max-width:520px;
    margin-inline:auto;
}

.consultation-form{
    max-width:900px;
    margin:auto;
}

.cf7-row{
    display:flex;
    gap:24px;
    margin-bottom:24px;
}

.cf7-col{
    flex:1;
}

.cf7-full{
    margin-bottom:24px;
}

.consultation-form label{
    display:block;
    color:#061534;
    font-weight:600;
    font-size:15px;
}

.consultation-form input,
.consultation-form select,
.consultation-form textarea{

    width:100%;
    border:1px solid #E6ECF5;
    border-radius:12px;
    background:#fff;

    padding:16px 18px;

    font-size:15px;
    color:#061534;

    transition:.3s ease;

    box-sizing:border-box;

}

.consultation-form input,
.consultation-form select{
    height:56px;
}

.consultation-form textarea{

    min-height:170px;
    resize:vertical;

    padding-top:16px;

}

.consultation-form input::placeholder,
.consultation-form textarea::placeholder{

    color:#97A3B5;

}

.consultation-form select{

    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%2361657A' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5L8 12l6.5-6.5' stroke='%2361657A' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");

    background-repeat:no-repeat;

    background-position:right 18px center;

    padding-right:48px;

}

.consultation-form input:focus,
.consultation-form select:focus,
.consultation-form textarea:focus{

    outline:none;

    border-color:#902e6b;

    box-shadow:0 0 0 4px rgba(240,125,101,.12);

}

.cf7-submit{

    text-align:center;

    margin-top:10px;

}

.cf7-submit input{

    width:auto;

    min-width:240px;

    height:56px;

    padding:0 36px;

    border:none;

    border-radius:12px;

    background:linear-gradient(to right,#f07d65,#902e6b);

    color:#fff;

    font-size:16px;

    font-weight:600;

    cursor:pointer;

    transition:.35s;

}

.cf7-submit input:hover{

    transform:translateY(-2px);

    box-shadow:
        0 12px 28px rgba(144,46,107,.22);

}

.wpcf7-spinner{

    margin-left:12px;

}

.wpcf7-not-valid-tip{

    margin-top:8px;

    font-size:13px;

}

.wpcf7 form.sent .wpcf7-response-output{

    border:none;

    background:#EEF9F2;

    color:#1E6B3A;

    border-radius:12px;

    padding:18px;

}

.wpcf7 form.invalid .wpcf7-response-output{

    border:none;

    background:#FFF3F3;

    color:#C23A3A;

    border-radius:12px;

    padding:18px;

}

/*=============================
 Responsive
==============================*/

@media(max-width:767px){

.cf7-row{

    flex-direction:column;

    gap:20px;

}

.cf7-submit input{

    width:100%;

}

}

.cf7-submit {
    text-align: start;
}




.ipsHeadContact p.elementor-icon-box-description a {
    color: white;
}

.ipsHeadContact p.elementor-icon-box-description:hover a {
    color: white;
}

/*Home Banner HTML*/
/* ---------- HERO USP ---------- */

.hero-feature{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:18px;
    font-family:'Manrope',sans-serif;
    font-size:16px;
    font-weight:500;
    color:#39455F;
}

.hero-feature strong{
    color:#071C45;
    font-weight:700;
}

.hero-feature-icon{
    width:42px;
    height:42px;
    flex-shrink:0;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:linear-gradient(135deg,#f07d65,#902e6b);

    color:#fff;

    box-shadow:
        0 10px 25px rgba(144,46,107,.25),
        0 4px 10px rgba(240,125,101,.18);

    transition:.35s;
}

.hero-feature-icon i{
    font-size:17px;
}

.hero-feature:hover .hero-feature-icon{
    transform:translateY(-3px) scale(1.06);
    box-shadow:
        0 16px 35px rgba(144,46,107,.35),
        0 8px 18px rgba(240,125,101,.25);
}

.hero-feature:hover strong{
    color:#902e6b;
}


/*new*/
/* ==========================
   IPS Archive Products
========================== */

.ips-archive-products  span.woocommerce-Price-amount.amount {
    display: none;
}



.ips-product-category{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:6px 14px;

    margin-bottom:12px;

    border-radius:50px;

    background:#FCEAF3;

    color:#E4448D;

    font-size:12px;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:.5px;

    line-height:1;

}

.woocommerce-loop-product__title{

    margin-top:0 !important;

}


/**/
/* Product Card */
.ips-archive-products ul.products li.product{

    display:flex !important;
    flex-direction:column !important;
	height:100% !important;
    padding:20px;
    border-radius:20px;
	justify-content: space-between !important;
}

/* Image */

.ips-archive-products ul.products li.product img{

    margin-bottom:18px;

}

/* Category */

.ips-product-category{

    margin-bottom:12px;

}

/* Title */

.ips-archive-products .woocommerce-loop-product__title{
     
    margin-bottom:20px;
	flex-grow: 1

   

}

/* Push button to bottom */

.ips-archive-products .button{

    margin-top:auto;

}


/* Archive Product Card Button */
.ips-archive-products ul.products li.product .button{

    background: var(--gradient-tb);
    color: #fff;

    border: none;
    border-radius: 6px;
	width: 60%;
    padding: 14px 22px;

    font-weight: 600;
    text-align: center;

    transition: .3s ease;

}

.ips-archive-products ul.products li.product .button:hover{

    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(228,68,141,.25);

    color:#fff;

}


/*FILTER*/
/*==========================
Filter Wrapper
==========================*/

.wpc-filters-widget-wrapper{

    display:flex;
    flex-direction:column;
    gap:18px;

}


/*==========================
Each Filter Card
==========================*/

.wpc-filters-section{

    background:#fff;

    border:1px solid #ECECEC;

    border-radius:18px;

    padding:22px;

    transition:.3s ease;

}

.wpc-filters-section:hover{

    border-color:#E4448D;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

}


/*==========================
Filter Titles
==========================*/

.wpc-filter-title{

    font-size:18px;

    font-weight:700;

    color:#111;

    margin-bottom:18px;

}


/*==========================
Dropdown
==========================*/

.wpc-filters-widget-select{

    height:52px;

    border-radius:14px;

    border:1px solid #DDD;

    padding:0 18px;

    font-size:15px;

    outline:none;

    transition:.3s;

}

.wpc-filters-widget-select:focus{

    border-color:#E4448D;

    box-shadow:0 0 0 3px rgba(228,68,141,.12);

}


/*==========================
Checkbox List
==========================*/

.wpc-filters-checkboxes{

    display:flex;

    flex-direction:column;

    gap:14px;

}


/*==========================
Each Item
==========================*/

.wpc-term-item{

    margin:0 !important;

}


/*==========================
Hide Default Checkbox
==========================*/

.wpc-term-item input{

    display:none;

}


/*==========================
Label
==========================*/

.wpc-term-item label{

    display:flex;

    justify-content:space-between;

    align-items:center;

    cursor:pointer;

    border-radius:12px;

    padding:10px 14px;

    transition:.3s;

}

.wpc-term-item label:hover{

    background:#FFF4F8;

}


/*==========================
Checkbox Circle
==========================*/

.wpc-term-item label::before{

    content:"";

    width:18px;

    height:18px;

    border-radius:50%;

    border:2px solid #D8D8D8;

    margin-right:12px;

    transition:.3s;

}


/*==========================
Checked
==========================*/

.wpc-term-item input:checked + label{

    background:#FFF1F7;

    color:#E4448D;

    font-weight:600;

}

.wpc-term-item input:checked + label::before{

    background:var(--gradient-tb);

    border-color:transparent;

}


/*==========================
Links
==========================*/

.wpc-filter-link{

    color:#333;

    text-decoration:none;

    flex:1;

}

.wpc-term-item input:checked + label .wpc-filter-link{

    color:#E4448D;

}


/*==========================
Count
==========================*/

.wpc-term-count{

    color:#000000;

    font-size:13px;

}

.wpc-filters-section {
    margin-bottom: 0 !important;
    position: relative;
}


/*---------------------------ACCORDIAN---------------------------------*/
/* Accordion Header

.wpc-filter-header{

    cursor:pointer;
    user-select:none;

    display:flex;
    justify-content:space-between;
    align-items:center;

}



.wpc-filter-header::after{

    content:"\f078";
    font-family:"Font Awesome 6 Free";
    font-weight:900;

    font-size:14px;

    transition:.3s;

    color:#777;

}



.wpc-filters-section.active .wpc-filter-header::after{

    transform:rotate(180deg);

}



.wpc-filter-content{

    display:none;

    padding-top:18px;

}



.wpc-filters-section.active .wpc-filter-content{

    display:block;

}
 */

.ipsLoopItemButton a.button.product_type_variable.add_to_cart_button {
	background: var(--gradient-tb);
	color: #ffffff;
	padding: 15px 32px;
	border-radius: 6px;
}