/*
Theme Name: Hello Elementor Child
Theme URI: 
Description: Child theme for Hello Elementor with early-loading CSS
Author: YP
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Your custom CSS starts here */
body {
    margin: 0;
}
.footer-widgets .elementor-heading-title::before {
    content: '';
    background: #c90303;
    width: 80px;
    height: 4px;
    top: 26px;
    position: absolute;
}
.thm-btn a.elementor-button {
    background-image: linear-gradient(to right, #dd3333 0%, #9e2222 50%, #dd3333 100%);
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
}
.thm-btn a.elementor-button:hover {
    background-color: #9e2222;
    background-position: 100% 0;
}
.home-testi span.elementor-testimonial__title {
    position: absolute;
    top: -45px;
    left: 0;
    padding-left: 40px;
    text-align: left;
}
.home-testi .elementor-testimonial {
    position: relative;
}
.home-testi .elementor-testimonial__content {
    margin-top: 45px;
}

.home-testi span.elementor-testimonial__title::before {
    background-image: url('https://stuslaw.demonriwings.in/wp-content/uploads/2025/12/quotes.png'); /* change URL */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    height: 24px;
    width: 29px;
    position:absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.home-testi .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    opacity: 1;
    border: 1px solid #999;
}
.home-testi .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background:#111!important;
    border-color:#111;
   transition: all .3s ease-in-out;
}
ul, ol {
    padding-left: 20px;
}
ul li, ol li {
    margin-bottom: 10px;
}
/* Header base state */
header.elementor-location-header {
    width: 100%;
    position: relative;
    z-index: 99;
    background: #fff;
    transform-origin: top;
    transition:
        transform 0.35s ease,
        padding 0.35s ease,
        background-color 0.35s ease,
        box-shadow 0.35s ease;
}

/* Sticky + smooth shrink */
header.elementor-location-header.active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    /*transform: scaleY(0.94);*/
}

.cust-tab .e-n-tab-title[aria-selected=true]:after {
    content: "";
    width: 3px;
    position: absolute;
    top: 15%;
    bottom: 15%;
    left: -2px;
    background: #000;
}
.cust-tab .e-n-tabs .e-n-tabs-heading {
    background-color: #f8f8f8;
    padding: 20px 25px;
    border-right: 1px solid #b3b3b3;
}
.who-we-diff-fixed {
    position: fixed;
    top: var(--header-height);
    width: 100%;
    z-index: 999;
}
:root {
    --header-height: 153px; /* adjust once if header shrinks */
}
.pos-cons {
    margin-bottom: 24px;
}
.ul-special-margin li > ul {
    margin-top: 10px;
    margin-bottom: 15px;
}

.ul-special-margin li > ul > li {
    font-size: 15px;
    margin-bottom: 7px;
}

.ul-special-margin {
    margin-bottom: 20px;
}
a.elementor-button.elementor-button-link.elementor-size-sm {
    background-image: linear-gradient(to right, #dd3333 0%, #9e2222 50%, #dd3333 100%);
    transition: all .2s 
ease-in-out;
    background-size: 200% 100%;
}
a.elementor-post__read-more {
    background-image: linear-gradient(to right, #dd3333 0%, #9e2222 50%, #dd3333 100%);
    transition: all .2s 
ease-in-out;
    background-size: 200% 100%;
    padding: 14px 20px 14px 20px;
}
a.elementor-post__read-more:hover {
    background-color: #9e2222;
    background-position: 100% 0;
}
.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
    outline: none!important;
}
.forminator-design--default .forminator-button-submit {
    background-image: linear-gradient(to right, #dd3333 0%, #9e2222 50%, #dd3333 100%)!important;
    transition: all .2s 
ease-in-out!important;
    background-size: 200% 100%;
    font-weight: 400!important;
    text-transform: uppercase;
    border-radius: 0!important;
}
.forminator-design--default .forminator-button-submit:hover {
	background-color: #9e2222!important;
    background-position: 100% 0;
}
.forminator-grouped-fields .forminator-input {
    background-color: #fff!important;
}
.forminator-label {
    font-weight: 500!important;
}
/*@media only screen and (min-device-width: 767px) {
 .forminator-grouped-fields {
    display: flex;
    flex-direction: row;
    gap: 20px;
 }
}
.forminator-grouped-fields > .forminator-row {
    width: 100%;
    margin-bottom: 0!important;
}*/
@media only screen and (max-device-width: 767px) {
    .cust-tab .e-n-tabs-heading button {
    background: #f5f5f5!important;
	box-shadow: 0 0 5px #c2c2c2;
   }
	.cust-tab.e-n-tabs-mobile .e-n-tabs-content>.e-con {
    box-shadow: 0 0 5px #c2c2c2;
   }
	.cust-tab .e-n-tab-title-text {
    font-weight: 500;
    }
}
