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

/* Add your custom styles below */


header#site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    background: transparent;
    backface-visibility: hidden;
}

.heading-gradient {   
background: radial-gradient(45% 100% at 50% 50%, #ffffff 30%, rgba(255, 255, 255, 0.4) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-rendering: geometricPrecision;
}
.blue-gradient {
background: linear-gradient(0deg, rgba(6, 3, 23, 0.96), rgba(6, 3, 23, 0.96)),
linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 100%);

    box-shadow: inset 1px -21px 37px -7px rgb(255 255 255 / 19%);
    border: 1px solid rgb(255 255 255 / 8%);
}
.glass-gradient-box {
background: linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)),
linear-gradient(180deg, rgba(255, 255, 255, 0) 54.17%, rgba(255, 255, 255, 0.04) 100%),
radial-gradient(50% 50% at 50% 50%, rgba(120, 123, 255, 0.06) 0%, rgba(120, 123, 255, 0) 100%);
}
.glass-gradient-box::before {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
    --background-overlay: '';
    backdrop-filter: blur(4px);
	opacity: 1;
}
.testimonial-cont{
	z-index: -1;
}
.testimonial-cont::before{
	z-index: 1;
}
.blue-button {
	border: 1px solid rgba(77, 47, 140, 1);
	background: linear-gradient(0deg, rgba(113, 47, 255, 0.12), rgba(113, 47, 255, 0.12)),
linear-gradient(180deg, rgba(60, 8, 126, 0) 0%, rgba(60, 8, 126, 0.32) 100%);
box-shadow: 0px 0px 12px 0px rgba(191, 151, 255, 0.24) inset;
}
.blue-button a {
	background: transparent !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.e-n-tab-icon svg {
	 fill: transparent;
}
.tabs-custom button {
    flex-direction: column !important;
}
.p-tabs .e-n-tab-title-text {
	display: flex;
	flex-direction: column;
	text-align: left;
	align-items: baseline;
	gap: 10px;
}
.p-tabs .e-n-tab-title-text p {
	font-weight: 400;
	font-size: 14.4px;
	line-height: 22.32px;
	letter-spacing: 0%;
	vertical-align: middle;
	display: block;
	width: 100%;
	text-align: left;
}
.swiper-wrapper {
	overflow: visible !important;
}
.elementor-element-7a702647 {
	overflow: hidden;
}
.blue-gradient.blurry {
	box-shadow: 0px 0px 24px 1px #FFFFFF0F inset;
	background: transparent;
}
.other-bg {
background: linear-gradient(0deg, rgba(4, 1, 21, 0.1), rgba(4, 1, 21, 0.1)),
radial-gradient(50% 50% at 50% 50%, rgba(168, 127, 255, 0.04) 0%, rgba(168, 127, 255, 0) 100%);
  backdrop-filter: blur(24px);
	opacity: 1;
}
.cursor-pointer-none, .cursor-pointer-none img {
    cursor: not-allowed;
}
.equalboxes .elementor-image-box-wrapper {
    min-height: 236px;
}
body {
overflow-x: hidden;
}
.price-inline .elementor-image-box-content {
    display: flex;
    align-items: end;
}
.marquee {
  overflow: hidden;
  width: 100%;
  background: transparent;
}

.marquee-content {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scroll 20s linear infinite;
}

/* Pause on hover */
.marquee .marquee-content:hover {
  animation-play-state: paused;
}

/* Animation */
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-tabs {
position: relative;
}
.inherit-tab {
position: inherit;
}
.hover-box:hover img {
    box-shadow: 0px 0px 44px #DA3691;
}
.hover-box:hover .hover-btn {
opacity: 1;
transaction: 0.5s;
}
.hover-btn {
opacity: 0;
transaction: 0.5s;
}
form#es_subscription_form_69c15058711c0
 {
    background: transparent !important;
}
.height-set {
    height: min-content;
}
.height-set .elementor-image-box-img {
        flex-shrink: 0;
}

.big-gradient {
  background: linear-gradient(120deg, #3C2860 0%, #A51952 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
  

.border-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* border thickness */
  border-radius: 40px;
  background: linear-gradient(to bottom, #DA3691, #4D2F8C);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media only screen and (min-width: 1300px) {
  .pad-set-big {
    padding-top: 300px !important;
  }
}
.marquee-content .elementor-image-box-wrapper {
 display: flex;
    align-items: center;
    padding-right: 10px;
    gap: 15px;
    }
    
    
    .equalboxes .elementor-image-box-wrapper {
    min-height: 236px;
}
.flip-card .elementor-testimonial-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
}
.customemail form input.wpcf7-email {
    background: rgba(26, 26, 26, 1);
    border-color: rgba(38, 38, 38, 1);
}
.customemail form input.wpcf7-email::placeholder {
    color: rgba(152, 152, 154, 1);
}
.customemail form input.wpcf7-form-control.wpcf7-submit {
    background-image: url('/wp-content/uploads/2026/03/Icon.png');
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    color: transparent;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 25px;
    right: -15px;
}
.customcontact_form  form {
    display: flex;
    flex-wrap: wrap;
}
.col-6 {
    width: 100%;
    max-width: 50%;
    padding: 0 12px;
}
.col-12 {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
}
.customcontact_form form input, .customcontact_form form textarea {
    background-color: rgba(26, 26, 26, 1);
    border: 1px solid rgba(38, 38, 38, 1);
    width: 100%;
    margin-top: 5px;
}
.customcontact_form form p label {
    width: 100%;
    color: #fff;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}
.customcontact_form form textarea {
    max-height: 163px;
}
.wpcf7-submit {
    max-width: 103px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
}
customcontact_form form input::placeholder, .customcontact_form form textarea::placeholder{
	font-family: Inter;
font-weight: 400;
font-size: 14px;
line-height: 150%;
letter-spacing: 0%;
color: rgba(102, 102, 102, 1);
}
.col-12.acceptance p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.col-12.acceptance p label {
    display: flex;
}
.col-12.acceptance p label input[type="checkbox"] {
    width: 24px;
    background: rgba(26, 26, 26, 1);
    color: rgba(26, 26, 26, 1);
    margin-right: 10px;
}
.col-12.acceptance p span.wpcf7-list-item {
    margin: 0;
}
.col-12.acceptance p span.wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: -20px;
}
.wpulike-default .wp_ulike_put_image:after {
    background: url(/wp-content/uploads/2026/03/Icon-1.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.wpulike-heart .wp_ulike_general_class {
    box-shadow: none;
    padding: 0.5px 5.5px;
    background: rgba(26, 26, 26, 1);
    border-radius: 50px;
    border: 1px solid rgba(38, 38, 38, 1);
}
.custom-share-container {
    display: flex;
    gap: 10px;
}

.share-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 3.5px 16px;
    border-radius: 30px;
    background: rgba(26, 26, 26, 1);
    color: rgba(152, 152, 154, 1);
    cursor: pointer;
    border: 1px solid rgba(38, 38, 38, 1);
}

.share-pill:hover {
    background: rgba(255,255,255,0.15);
}

/* POPUP */
.share-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.share-box {
    background: #111;
    padding: 20px;
    border-radius: 12px;
    width: 260px;
    text-align: center;
}

.share-link {
    display: block;
    padding: 10px;
    margin: 6px 0;
    background: #222;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
}

.close-share {
    float: right;
    cursor: pointer;
    font-size: 18px;
}
.post-views {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 19px;
    border-radius: 30px;
    background: rgba(26, 26, 26, 1);
    color: rgba(152, 152, 154, 1);
    cursor: pointer;
    border: 1px solid rgba(38, 38, 38, 1);
}
.dashicons-chart-bar:before {
    background-image: url(/wp-content/uploads/2026/03/Icon-4.svg);
    content: '';
    width: 26px;
    height: 26px;
    display: inline-flex;
    background-size: contain;
    background-position: center center;
    margin-top: -4px;
}
body.single-post .share-pill {
    padding: 8px 22px;
}
body.single-post .wpulike-heart .wp_ulike_general_class {
    padding: 5px 11.5px;
}
body.single-post .wpulike.wpulike-heart {
    padding: 0;
}
.terms-condition ul.elementor-icon-list-items.elementor-post-info {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.terms-condition li.elementor-icon-list-item {
    max-width: 50%;
    width: 46%;
}

.terms-condition li.elementor-icon-list-item span.elementor-icon-list-text {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-weight: 500;
}

.terms-condition span.elementor-post-info__item-prefix {
    color: rgba(152, 152, 154, 1);
    font-weight: 400;
}

.terms-condition time {
    color: #fff;
}

.terms-condition a.elementor-post-info__terms-list-item {
    color: #fff!important;
}
.hover_parent:hover .hoverbttn {
    opacity: 1;
		transition: 0.3s all ease;
		transform: translatey(0px);
}
.hover_parent:hover .elementor-widget-image img {
        box-shadow: 0px 0px 44px #DA3691;
		border-radius: 60px;
	overflow: hidden;
}
.hover_parent .hoverbttn {
    opacity: 0;
		transform: translatey(-10px);
		transition: 0.3s all ease;
}
.customzoom .elementor-image-box-img img {
    transform: scale(2);
}
.custom_background {
    background: #000000;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(192, 29, 96, 1) 59%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(192, 29, 96, 1) 59%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(192, 29, 96, 1) 49%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
.elementor-element-4e2fc3c img {
    width: 85px !important;
}

@media only screen and (max-width: 992px) {
.customzoom .elementor-image-box-img img {
    transform: scale(1);
}
.customzoom .elementor-image-box-wrapper {
    display: flex;
    position: relative;
    top: -10px;
    gap: 20px;
}
.flex-icon-bttn .elementor-image-box-wrapper {
    display: flex;
    gap: 10px;
    text-align: left;
    align-items: center;
}
	
}



@media only screen and (max-width: 767px) {
.rs-inherit {
position: inherit !important;
}

.box-icon-inline {
    background: #D9D9D966 !important;
}
.flip-card.abt {
background: #232431 !important;
}
.box-icon-inline .elementor-image-box-wrapper {
    display: inline-flex;
    gap: 15px;
    width: 100%;
}
.box-icon-inline .elementor-image-box-wrapper .elementor-image-box-content br {
display: none;
}
.box-icon-inline .elementor-image-box-wrapper .elementor-image-box-content h3 {
margin: 0px !important;
font-weight: 400 !important;
}
.box-icon-inline .elementor-image-box-wrapper .elementor-image-box-content p {
margin: 0px !important;
font-weight: 400 !important;
}
.rs-bg-about {
background-image: linear-gradient(180deg, #6b153f 0%, #000000 100%) !important;
}
.customcontact_form form p label {
    font-size: 14px !important;
}
.elementor-element-05942dc .e-n-tabs-heading button {
    background: transparent !important;
    color: #fff !important;
}
.elementor-element-05942dc .e-n-tabs-heading button.e-n-tab-title[aria-selected="true"] {
 background: #851B4E !important;
}
.customcontact_form form .col-6 {
    width: 100%;
    max-width: 100% !important;

}
.elementor-element-048cb83 {
    border-bottom: 0.5px solid #6F294F !important;
    border-top: 0.5px solid #6F294F !important;
}
.elementor-element-43e0f58 ul.elementor-icon-list-items.elementor-inline-items {
    gap: 20px;
    margin-top: 10px;
    border-bottom: 0.5px solid #6F294F;
    padding-bottom: 22px !important;
}
.equalboxes .elementor-image-box-wrapper {
    min-height: auto !important;
}
.border-gradient::before {
border-radius: 20px;
}

}