/*
Theme Name:   Hello Elementor Child
Description:  Child theme for Hello Elementor
Author:       Your Name
Author URI:   Your Website
Template:     hello-elementor
Version:      1.0.0
*/

/* Add your custom styles below */

.slick-slide h3{
    max-width: fit-content;
    margin: 0 auto;
}
.elementor-counter .elementor-counter-title{
    text-align: center;
}
.tab-slide.active-tab h3 {
    border-color: #CC3333;
    color: #CC3333;
    border-bottom: 3px solid #CC3333B2;
}
span.elementor-button-icon{
	display:flex;
	align-items:center;
}
.banner-list ul {
    padding: 0;
    display: flex;
    gap: 50px;
}
.product-tab-slider {
    width: 100%;
    margin: 20px auto;
}

.tab-carousel {
    margin-bottom: 20px;
}
.contact-form .elementor-field-type-submit{
    width: 100% !important;
    display: block;
    text-align: right;
}
.contact-form .elementor-field-type-submit button{
    padding:15px 50px !important;
}
.tab-slide {
    color: #9A9A9A;
    font-size: 24px;
    line-height: 34px;
    padding: 0;
    font-weight: 500;
    font-family: 'Inter';
	margin:0 30px;  
	text-align:center;
/* 	width: auto !important; */
}
.tab-pane {
    display: none;
    padding: 15px;
}
.tab-pane.active {
    display: block;
}
.product-accordion {
    margin-top: 10px;
}
.accordion-item {
    border-top: 2px solid #000000;
    padding: 40px 0;
}
.accordion-header {
    padding: 10px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordion-header:after {
    content: '';
    background: url(https://croquistestproject.co.in/wp-content/uploads/2025/04/1.svg);
    width: 40px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}
.accordion-header.active:after {
    background: url(https://croquistestproject.co.in/wp-content/uploads/2025/04/1-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 16px;
}
.accordion-content {
    padding: 20px 10px 0;
    display: none;
}
.accordion-content .content{
    display: flex;
    gap:70px;
}
.accordion-content p{
	font-size: 22px;
    line-height: 32px;
}
.accordion-content .content .accordion-inner-item h4{
    font-size: 36px;
    color: #CC3333;
    line-height: 46px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
}
.tab-carousel .slick-dots li button:before{
	opacity: 1;
    color: black;
    content: '';
    border: 1px solid #CC3333;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}
.tab-carousel .slick-dots li button:hover, .tab-carousel .slick-dots li button:focus{
	background:transparent;
}
.tab-carousel .slick-dots li.slick-active button:before{
	opacity: 1;
    background: #CC3333;
    width: 22px;
    border-radius: 5px;
}
.tab-carousel{
	margin-bottom:100px !important;
}
.tab-carousel .slick-dots{
	bottom:-60px;
}
.slick-prev:before, .slick-next:before{
    display: none;
}
.tab-carousel .slick-prev, .tab-carousel .slick-next{
    font-size: 24px;
    color: #CC3333;
}
.tab-carousel .slick-prev:hover, .tab-carousel .slick-prev:focus, .tab-carousel .slick-next:hover, .tab-carousel .slick-next:focus{
    color: #CC3333;

}
.tab-carousel .slick-prev{
    left:-50px;
}
.tab-carousel .slick-next {
    right: -50px;
}
.tab-content .product-title h2 {
    font-size: 80px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Sharp Grotesk Font Family';
    line-height: 73px;
    margin: 0;
    padding-bottom: 100px;
}
.tab-content .accordion-content ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.tab-content .accordion-content ul li{
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Inter';
    list-style: square;
}
.tab-content .accordion-content ul li span, .tab-content .accordion-content ul li::marker{
    color: #CC3333;
}
.product-top-sec {
    display: grid;
    grid-template-columns: 40% 50%;
    gap: 100px;
}
.product-top-sec h2{
    font-family: "Sharp Grotesk Font Family", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 100px;
    color: #01172D;
    line-height: 70px;
}
.product-top-sec h2 span{
    color: rgba(204, 51, 51, 1);
}
.product-top-sec p{
    font-family: "inter";
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.product-top-sec{
    padding-bottom: 100px;
	padding-top: 30px;
}
.product-top-sec .product-content .custom-product-details{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.home-tab-content ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.home-tab-content ul li{
    color: #CC3333;
    list-style: square;
    font-weight: 600;
}
@media (max-width: 1024px) {
    .home-tab-content ul li{
        font-size: 20px;
        line-height: 30px;
    }
    .home-tab-content ul{
        gap:20px;
    }
    .product-top-sec h2{
        font-size: 50px;
        line-height: 60px;
    }
    .product-top-sec p{
        font-size: 18px;
        line-height: 28px;
    }
    .accordion-header{
        font-size: 34px;
        line-height: 44px;    
    }
    .accordion-header:after{
        width: 34px;
        height: 34px;
    }
}
@media (max-width: 767px) {
    .banner-list ul{
        flex-direction: column;
        gap:20px !important;
        align-items: start !important;
        padding-left: 20px !important;
    }
    .banner-list ul li:first-child {
        list-style: disc !important;
    }
    .banner-list ul li{
        font-size: 20px;
        line-height: 30px;
    }
    .home-tab-content ul{
        grid-template-columns: 1fr;
        gap:20px;
    }
    .custom-accordion .e-n-accordion-item-title-header:before{
        width: 26px !important;
        height: 26px !important;
        margin-right: 20px !important;
    }
    .home-tab-content ul li{
        font-size: 18px;
        line-height: 28px;
    }
    .product-top-sec{
        grid-template-columns: 100%;
        gap:20px;
    }
    .product-top-sec h2{
        font-size: 36px;
        line-height: 46px;
    }
    .product-top-sec p{
        font-size: 16px;
        line-height: 26px;
    }
    .product-top-sec{
        padding-bottom: 50px;
    }
    .accordion-header{
        font-size: 20px;
        line-height: 32px;
    }
    .accordion-item{
        padding:20px 0;
    }
    .accordion-header:after{
        width: 22px;
        height: 22px;
    }
    .accordion-header.active:after{
        width: 22px;
        height: 22px;
    }
    .tab-content .accordion-content ul li{
        font-size: 18px;
        line-height: 28px;
    }
    .accordion-content{
        padding: 5px 0 0;
    }
    .tab-slide h3{
        font-size: 20px;
        line-height: 30px;
    }
    .tab-carousel {
        margin-bottom: 50px !important;
    }
    .tab-carousel .slick-dots
    {
        bottom: -45px;
    }
    .product-top-sec{
        padding-top:20px;
    }
  }