/* 
Theme Name: Hello Elementor 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.0
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 */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@100..900&display=swap');
header,footer{
	display: none !important;
}
.elementor-field-group.elementor-column.elementor-field-type-submit {
    margin-top: 40px;
}
details > .elementor-element {
    border: none;
}
details > .elementor-element {
    border: none;
}

.main-wrapper {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.elementor-custom-embed-play {
    position: relative;
}

.elementor-custom-embed-play:before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background: url(/wp-content/uploads/2025/08/Icons_Video-Icon-scaled.png) no-repeat;
    position: absolute;
    z-index:9999999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: contain;
}
.price-tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  max-width: 240px;
  margin: 0;
  position: relative;
}

.price-wrap {
  position: relative;
  display: inline-block;
}

.price-text {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 8%;
  text-transform: capitalize;
  color: #fff;
  display: inline-block;
}

.strike-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  pointer-events: none;
  border-width: 4px;
}

.free-text {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: var( --e-global-color-primary );
}
.elementor-icon i, .elementor-icon svg {
    display: block;
    height: auto;
    position: relative;
    width: 20px;
    height: 20px;
}
.elementor-icon {
    font-size: 0;
    background: var(--e-global-color-primary);
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.elementor-widget-icon-box .elementor-icon-box-content {
    flex-grow: 1;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}
.image-bg .elementor-widget-image img {
    background: #2e2e2e;
    border-radius: 50px;
    padding: 5px;
}

span.elementor-icon-list-icon {
    width: 34px;
    height: 34px;
    background: var(--e-global-color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    border-radius: 50px;
    margin-right: 6px;
}
.elementor-widget-icon-box .elementor-icon-box-content h3{
	margin: 0;
}
span.elementor-button-icon svg {
    width: 10px;
	transform: rotate(180deg) !important;
    height: 10px;
}
.elementor-icon-box-icon svg,
span.elementor-icon-list-icon svg{
    filter: invert(1);
}
span.elementor-button-content-wrapper {
    align-items: center;
}
a.elementor-button:hover span.elementor-button-icon{
	background-color: var( --e-global-color-primary );
}
.elementor-custom-embed-play svg.e-font-icon-svg {
    display: none;
}
span.elementor-button-icon {
    border: 1px solid #fff;
    padding: 9px;
    border-radius: 40px;
}
.elementor-widget-video .elementor-wrapper iframe,
.elementor-widget-video .elementor-wrapper video{
	border-radius: 16px;
}
h2.design-section {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}
h2.design-section span{
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fff;
}
@media screen and (max-width: 1024px) {
	.tablet-reverse .e-con-inner {
    flex-direction: column-reverse !important;
}
	.price-tag{
		max-width: 100%;
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	body .center-icon {
        width: 160px !important;
        height: 160px !important;
    }
	.main-wrapper {
		flex-direction: column;
	}
	.col-reverse-mob .e-con-inner {
		flex-direction: column-reverse !important;
	}
	.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
		flex-direction: row !important;
	}
	 .elementor-icon {
        max-width: 35px;
        padding: 10px;
        height: 35px;
    }
	.elementor-15 .elementor-element.elementor-element-98135ce .gif-style {
    	width: 34px;
		height: 34px;
	}
	img.design-icon {
   		 max-width: 90px;
	}	
	h2.design-section span {
    	font-size: 42px;
	}
  .price-tag {
    max-width: 177px !important;
    gap: 10px !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }

  .price-text {
    font-size: 40px !important;
    letter-spacing: 8% !important;
  }

  .free-text {
    font-size: 20px !important;
    letter-spacing: 10% !important;
  }

  .strike-img {
    width: 100.6876px !important;
    transform: translate(-50%, -50%) !important;
    border-width: 4px !important;
  }
	    .elementor-widget-icon-box .elementor-icon-box-content {
        flex-direction: column;
        align-items: flex-start;
		gap: 10px;
    }
	.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description{
		font-size:14px;
	}
}
}

