/* 
Theme Name: Ratecut 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.14
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 */

.banner-form {
    position: relative;
}
.banner-form::before {
    content: "";
    border-radius: 424px;
    background: rgba(204, 50, 59, 0.60);
    filter: blur(90px);
    position: absolute;
    width: 500px;
    height: 300px;
    margin: 0 auto;
    left: auto;
    right: 40px;
    top: auto;
    bottom: 60px;
	z-index:-1;
}
.banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    background-image: url(https://ratecut.socialhustle.vip/wp-content/uploads/2025/09/line.png);
    background-repeat: no-repeat;
    background-position: 810px -35px;
    opacity: 0.12;
}
.testimonial-slider .slick-list{
   padding-inline: max(20px,calc((100vw - var(--content-width) + 1rem) / 2));
}
.slick-slider {
  cursor: grab;
}
.slick-slider:active {
  cursor: grabbing;
}
button.slick-arrow {
  position: absolute;
  bottom: -100px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  z-index: 9;
}
 .testimonial-slider  .slick-prev {
  right: calc(50% + 10px);
}
.testimonial-slider  .slick-next {
	left: calc(50% + 10px); 
}
button.slick-arrow.slick-disabled:hover, 
button.slick-arrow.slick-disabled:focus {
    background: transparent;
    cursor: not-allowed;
}
button.slick-arrow.slick-disabled svg path {
     fill: #6b6b6b;
}
button.slick-arrow.slick-disabled {
    border-color: #6b6b6b;
}
button.slick-arrow:hover:not(.slick-disabled),
button[type=button]:focus:not(.slick-disabled) {
    border-color: #CC323B;
}
button.slick-arrow svg path{
     fill:#CC323B;
}
button.slick-arrow:hover:not(.slick-disabled) svg path,
button[type=button]:focus:not(.slick-disabled) svg path {
    fill: #fff;
}

/*contact-form*/
.wpcf7-form-control-wrap {
    margin-bottom: 22px;
    display: block;
		position:relative;
}
.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap select {
    min-height: 56px;
    border-radius: 12px;
    background-color: #FBFCFD;
    border: 1px solid #E6EAF0;
    color: #A4A4A4;
}
.wpcf7-form-control-wrap input::placeholder {
    color: #A4A4A4;
}
.wpcf7-list-item-label {
  display: none;
}
label:has(.wpcf7-form-control-wrap) {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #0F264A;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    width: max-content;
}
label .wpcf7-form-control-wrap {
    margin: 0;
    position: static;
}
.wpcf7-submit {
    width: 100%;
    background-color: #CC323B;
    color: white;
    min-height: 56px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 17px;
}
.wpcf7-form br {
    display: none;
}
.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 11px;
    bottom: -17px;
}
.wpcf7-form.invalid .wpcf7-response-output {
    display: none;
}
.wpcf7-form .wpcf7-spinner {
    position: absolute;
    margin: 0;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}
.selectWrap p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.wpcf7-form-control-wrap input:focus, .wpcf7-form-control-wrap select:focus {
    outline: #E6EAF0;
    border-color: #8080805e;
}
.wpcf7-form p {
    margin: 0;
}
.wpcf7-form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    min-height: auto;
    top: 1px;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    border-radius:2px;
}
.wpcf7-form input[type="checkbox"]:checked {
  background-color: #CC323B; 
  border-color: #CC323B;
}
.wpcf7-form input[type="checkbox"]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    transform: translate(-50%, -50%);
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpcf7-form .first.last {
    margin: 0;
}
form.wpcf7-form {
    position: relative;
    font-family: 'Poppins';
}
.banner-form::after {
    content: "";
    position: absolute;
    width: calc(100% - 10% );
    height: 100%;
    border: 1px solid #E4E4E4;
    z-index: -1;
    top: -20px;
    border-radius: 20px;
    background: rgba(249, 242, 242, 0.2);
    left: 50%;
    transform: translateX(-50%);
}
.banner-form {
    position: relative;
}
.wpcf7-submit:hover,.wpcf7-submit:focus {
    background-color: transparent;
    border-color: #CC323B;
    color: #CC323B;
}

label:has(.wpcf7-form-control-wrap) .wpcf7-not-valid-tip {
    bottom: 0px;
}
.wpcf7-form-control-wrap select {
    cursor: pointer;
	  appearance: none;	
}
.wpcf7-form-control-wrap:has(select)::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    pointer-events: none;
    background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.4448%2015.5646C12.3276%2015.6817%2012.1688%2015.7474%2012.0032%2015.7474C11.8375%2015.7474%2011.6787%2015.6817%2011.5615%2015.5646L5.31154%209.31467C5.20114%209.19619%205.14104%209.03949%205.1439%208.87757C5.14675%208.71566%205.21235%208.56117%205.32686%208.44666C5.44137%208.33215%205.59585%208.26656%205.75777%208.2637C5.91969%208.26084%206.07639%208.32094%206.19487%208.43134L12.0032%2014.2396L17.8115%208.43134C17.8687%208.36994%2017.9377%208.32069%2018.0144%208.28653C18.091%208.25237%2018.1738%208.234%2018.2577%208.23252C18.3416%208.23104%2018.425%208.24648%2018.5028%208.27791C18.5806%208.30934%2018.6513%208.35613%2018.7107%208.41548C18.77%208.47483%2018.8168%208.54552%2018.8482%208.62335C18.8797%208.70117%2018.8951%208.78453%2018.8936%208.86844C18.8921%208.95236%2018.8738%209.03512%2018.8396%209.11179C18.8055%209.18845%2018.7562%209.25745%2018.6948%209.31467L12.4448%2015.5646Z'%20fill='%23969FAF'%20stroke='%23969FAF'%20stroke-width='0.75'/%3E%3C/svg%3E") no-repeat center/contain;
    right: 8px;
    background-position: right;
    left: 0;
}

.wpcf7-form-control-wrap:has(select ) {
    position: relative;
}
/*animation-sec*/

.box-animate:hover  {
    transform: scale(1.03);
}
.box-animate {
    transition: all .35s 0s 
ease-in-out;
    overflow: hidden;
    
}
.animated-sec .active  h3.elementor-icon-box-title {
    font-size: clamp(28px, 4vw, 60px) !important;
    line-height: 32px !important;
}
.animated-sec>div.active svg {
    font-size: 60px;
}
.animated-sec   h3.elementor-icon-box-title,
.animated-sec>div  svg,
.animated-sec  .elementor-icon-box-description {
  transition:all 2s ease;
}
.animated-sec>div{
	min-height:250px;
}
.animated-sec {
    grid-template-columns: 1fr;
}
 .animated-sec svg path {
    fill: #CC323B ;
  transition:all 1s ease;
}
 .animated-sec>div.active{
      background-color: #CC323B !important ;
 }
.animated-sec>div.active h3.elementor-icon-box-title {
    color: #fff !important;
}
.animated-sec .elementor-icon-box-wrapper {
    height: 100%;
}
.animated-sec .elementor-widget-icon-box {
    height: 100%;
	width:100%;
}
 .animated-sec>div.active svg path {
    fill: #fff ;
}
.elementor-icon-box-wrapper {
    position: relative;
}
.animated-sec .elementor-icon-box-content {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
 .animated-sec>div.active p{
  color: #fff !important;
 }
.hover-line  a {
    position: relative;
    background-position: 100% 100%;
    background-image: linear-gradient(to right, #CC323B, #CC323B);
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s 
cubic-bezier(.4, 0, .2, 1);
}
.hover-line a:hover {
    text-decoration: none !important;
}
.hover-line a:hover {
    background-size: 100% 1px;
    background-position: 0 100%;
}
.hover-line  a:hover {
    color: #CC323B !important;
}
.elementor-social-icon svg:hover path {
    fill: #CC323B;
}
@media (min-width:1025px){
    .animated-sec .active  h3.elementor-icon-box-title {
        line-height: 60px !important;
    }
    .animated-sec>div {
        transition: all 2s ease;
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        overflow: hidden;
        transition:all 2s ease;
        height: 100%;
        max-height: fit-content;
        cursor: pointer;
        position: relative;
        min-height: 380px;
    }
    .animated-sec:has(.first-col.active) {
        grid-template-columns: 2fr 1fr 1fr;
    }
    .animated-sec:has(.second-col.active) {
        grid-template-columns: 1fr 2fr 1fr;
    }
    .animated-sec:has(.last-col.active) {
        grid-template-columns: 1fr 1fr 2fr;
    }
    .animated-sec {
        grid-template-columns: 1fr 1fr 1fr;
        display: grid;
        overflow: hidden;
        transition: all 2s ease;
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
  .testimonial-slider {
    padding-bottom: 60px;
  }
}
@media (min-width:1440px){
		.cards-wrap img {
    height: 280px;
    }
}
@media (max-width:1199px){
	button.slick-arrow {
    width: 40px;
    height: 40px;
    padding: 12px;
		bottom:-80px
}
}
@media (max-width:767px){
.wpcf7-form input[type="checkbox"]:checked::after {
    font-size: 12px;
}
.selectWrap p {
    grid-template-columns: 1fr;
    gap: 0;
}
	.banner-wrap {
    background-image: none !important;
}
.banner-form::before {
    width: 240px;
    height: 243px;
    left: -27px;
    right: auto;
    top: auto;
    bottom: 120px;
}
	.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 10px;
    bottom: -18px;
}
	label:has(.wpcf7-form-control-wrap) .wpcf7-not-valid-tip {
    bottom: -12px;
}
	label:has(.wpcf7-form-control-wrap) {
    margin-bottom: 28px;
}
label:has(.wpcf7-form-control-wrap) {
    gap: 1px 6px;
    font-size: 12px;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.wpcf7-form input[type="checkbox"] {
    width: 16px;
    min-height: auto;
    padding: 0;
    height: 16px;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select {
    min-height: 48px;
    font-size: 14px;
    padding-inline: 10px;
}
.wpcf7-submit {
    min-height: 48px;
    font-size: 16px;
}
button.slick-arrow {
    width: 30px;
    height: 30px;
    padding: 8px;
    bottom: 0px;
}
}
@media (max-width:600px){
	button.slick-arrow {
    display: none !important;
}
}
@media (max-width:480px){
		.mob-full-btn a {
			width: 100%;
	}
	.animated-sec>div.active svg {
   		 font-size: 50px;
	}
	label:has(.wpcf7-form-control-wrap) {
		font-size: 10px;
	}
}


