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

/* =Theme custom styles
-------------------------------------------------------------- */
/*  custom css starts here*/
/* .border-image img {
    border-image-source: linear-gradient(
    228.59deg,
    rgba(253, 233, 235, 0.3) 19.6%,
    #EB2534 91.12%
  );
    border-image-slice: 1;
} */

.border-image img{
	background: 
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(
      228.59deg,
      rgba(253, 233, 235, 0.3) 19.6%,
      #EB2534 91.12%
    ) border-box;

  background-clip: padding-box, border-box;
}
.bg-linear-badge {
    background: linear-gradient(276.3deg, #FF4949 3.15%, #FF7A7A 22.28%, #FFADAD 54.82%, #FF7A7A 77.79%, #FF4949 102.67%);
}

/* ---- FORM WRAPPER ---- */
.custom-form {
    font-family: inherit;
    color: #000;
}

.custom-form .row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.custom-form .col {
    width: 50%;
}

.custom-form .full {
    width: 100%;
}

.custom-form label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

/* ---- INPUT FIELDS ---- */
.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="tel"],
.custom-form select,
.custom-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    font-size: 16px;
    background: #fff;
    outline: none;
    transition: 0.3s;
	font-family: "TikTokSans", Sans-serif;
}

.custom-form input::placeholder,
.custom-form textarea::placeholder {
    color: #D9D9D9;
}

.custom-form textarea {
    height: 160px;
    resize: none;
}

/* ---- SELECT DROPDOWN ---- */
.custom-form select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
}

/* ---- SUBMIT BUTTON ---- */
.custom-form input[type="submit"] {
    background: #EB2534;
    padding: 12px 32px;
    border: none;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}



.custom-form .submit-wrap {
    margin-top: -10px;
}

.custom-form input[type="submit"]:hover {
    opacity: 0.9;
}
.custom-form label + br {
    display: none;
}
.custom-form label {
    margin-bottom: 12px;
	
    font-family: "TikTokSans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #262626;

}

.custom-dropdown {
  position: relative;
  width: 100%;
  user-select: none;
}

.custom-dropdown .display {
    padding: 10px 16px;
    border: 1px solid #E5E5E5;
    background: #fff;
    cursor: pointer;
    border-radius: 8px;
}
.custom-dropdown .display:before {
    width: 14px;
    height: 14px;
    border-top: 2px solid #262626;
    border-right: 2px solid #262626;
    content: "";
    display: block;
    position: absolute;
    right: 17px;
    transform: rotate(135deg);
}
.custom-dropdown .open.display:before {
    transform: rotate(315deg) translateX(-9px) translateY(4px);
}

.custom-dropdown .list {
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid #E5E5E5;
  background: #fff;
  display: none;
  z-index: 1000;
	border-radius: 12px;
}

.custom-dropdown .list div {
    padding: 10px 16px;
    cursor: pointer;
}

.custom-dropdown .list div:hover {
  background: #E5E5E5;
}

/* menu */
nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    width: 100vw;
    right: -20px;
    z-index: 99;
    top: calc(100% + 10px);
    position: absolute;
	border: 1px solid #E5E5E5;
}

/* sliders */

.review-card {
    width: 420px !important;
    background: #FCFCFC;
    height: 240px !important;
	border-radius: 12px;
	padding:20px;
}

.review-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.review-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review-content{
	text-indent: -20px;
	padding-left: 20px;
}
.review-content:before{
	content:"";
	background: url('https://onestopsv.com.au/onestopsv/wp-content/uploads/2025/12/unnamed-file.png');
	width:14px;
	height: 14px;
	display: inline-block;
	position: relative;
	top: -3px;
	
}
.reviews-top {
    margin-bottom: 20px;
}
.review-card
.review-card div,
.review-card h4{
 font-family: "TikTokSans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    
}
.review-card div{
	color: #262626;
}
.review-card h4{
	color: #EB2534;
}
.footer-link-box ul li:last-child    span {
    color: #eb2534 !important;
}
.pupup-friday .black-box1:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 25%;
    background: #EB2534;
    right: 0;
    border-radius: 0 0 0 20px;
    transform: translateX(111%);
}
.elementor-element.elementor-element-70db4cdc.black-box1.e-flex.e-con-boxed.e-con.e-child {
    overflow: hidden;
    border-radius: 10px;
}

@media (max-width: 440px){
	
.review-card {
    width: 100% !important;
	}
	.custom-form .col {
    width: 100%;
}
	.custom-form .row {
    flex-direction: column;
}
	
}