/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.0.1705669038
Updated: 2024-01-19 12:57:18

*/

.banner-text-icon img{
    position:relative;
    top: -5px;
}
.banner-name-wrapper .elementor-icon-list-icon svg{
    border: 1px solid #fff;
    padding: 6px;
    border-radius:50%;
}
.contact-btn a {
    color: #fff;
    border: 2px solid #34312f;
    box-shadow: 0 0 0 0 #34312f; /* Corrected the box-shadow values */
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #34312f;
    }
    70% {
        box-shadow: 0 0 0 15px #69727d1c;
    }
    100% {
        box-shadow: 0 0 0 40px rgba(236, 237, 242, 0%);
    }
}

.header-wrapper nav ul li a {
  position: relative;
}

.header-wrapper nav ul li a::after {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #ffadad!important;
  height: 1px;
}

.header-wrapper nav ul li a {
  transition: all 2s!important;
}

.header-wrapper nav ul li a::after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
.header-wrapper nav ul li a:hover {
  color: #fff;
  z-index: 1;
}
.header-wrapper nav ul li a:hover::after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}
.header-wrapper nav ul li a:hover {
  color: #ffadadbf;
}
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #ffadadbf;
  }
}
.quality-slider ul li, .creative-wrapper ul li, .collaboration-list ul li{
  display:flex!important;
}
.quality-slider{
	 transform: rotate(-1deg);
}
.quality-slider, .creative-wrapper, .collaboration-list{
  margin: 0 auto;
  position: relative!important;
  overflow: hidden!important;
  background-color: #ffffff4f;
  height: 90px;
}
.quality-slider ul, .creative-wrapper ul, .collaboration-list ul{
  margin-top:6px!important
}

.creative-wrapper ul li .elementor-icon-list-icon:before{
  content:url(https://swatiagarwal.co.in/wp-content/uploads/2024/01/Idea.svg);
}
.creative-wrapper ul li .elementor-icon-list-icon svg{
  display:none;
}
.creative-wrapper ul li .elementor-icon-list-icon{
  order:1;
}
.collaboration-list ul li .elementor-icon-list-icon:before{
  content:url(https://swatiagarwal.co.in/wp-content/uploads/2024/01/Quick-Mode-On.png);
}
.collaboration-list ul li .elementor-icon-list-icon svg{
  display:none;
}
.collaboration-list{
  margin-top:-2px
}
.box-wrapper .elementor-image-box-content{
  display:flex;
}
.box-wrapper .elementor-image-box-title, .box-wrapper .elementor-image-box-description{
  width:100%
}
.box-wrapper .elementor-image-box-title:after{
  content:url(https://swatiagarwal.co.in/wp-content/uploads/2024/01/Right-Arrow.svg);
  position:relative;
  left:40px;
  bottom:40px;
  opacity:0;
}
.box-wrapper .elementor-image-box-wrapper:hover .elementor-image-box-title:after{
  opacity:1;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.label{
	width:100%!important;}

.w-100{
	width:100%;
	padding-left:15px;
	padding-right:15px;
}

.w-50{
	width:50%;
	padding-left:15px;
	padding-right:15px;
}
.form-width label {
    display: block;
    color: #fff!important;
}
.form-width{
	font-family: "Sulphur Point", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
	line-height:18px;
}
.form-width input, .form-width textarea{
	color:#000;
	margin-top:10px;
	border-color:#d9d9d9;
	margin-bottom:10px;
	border-radius:5px;
}
:focus-visible {
    outline: unset;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
   border-color:#d9d9d9;
}
.form-width textarea{
	height:120px;
}
.form-bg{
	box-shadow: 0px 20px 40px 0px #0000000D;
}
.form-width button{
    font-size: 20px;
	background:#ffadad;
	border:0px;
	color:#fff;
	display: flex;
	border-radius:4px;
	padding:13px 20px 10px;
}
.form-width img{
	margin-left:17px;
	margin-top: 2px;
}
.form-width button:hover {
    box-shadow: 0px 20px 30px #ffadad45;
    background-color: #4a4a4a;
}
.box-container img{
	border-radius:20px;
	position:relative;
	transition: transform .2s
}
.box-container .elementor-image-box-content h3{
	background:#ffadade3;
	width:370px;
	padding:30px 20px 20px;
	min-height:107px;
	margin-top:-35px;
	border-radius:20px;
	box-shadow: 0px 0px 46px 5px rgba(123.22343750000002, 109.56170855978262, 109.56170855978262, 0.88);
}
.box-container .elementor-image-box-content{
	display: flex;
    justify-content: center;
}
.box-container .elementor-image-box-wrapper:hover .elementor-image-box-img img{
	transform: scale(1.1);
}
.box-container .elementor-image-box-wrapper:hover  .elementor-image-box-content h3{
	background:#fff;
	color:#4a4a4a;
}
.detail-wrapper .elementor-image-box-wrapper{
	align-items:baseline;
}
.detail-wrapper .elementor-image-box-img img{
	position:relative;
	top:12px;
}
.box-container a{
	text-decoration:none;
}
.wpcf7-response-output{
	color:#fff;
	line-height:1.1;
}
.form-width button:focus {
    outline: unset;
}
.wpcf7-not-valid-tip{
	font-size:18px;
}
.flipster--infinite-carousel .flipster__item--past, .flipster--infinite-carousel .flipster__item--future{
	filter:unset !important
}

.test.flipster__item .flipster__item__content:before{
    content:'';
    position:absolute;
    width:100%;
    height: calc(100% - 25px);
    background-color:rgba(0, 0, 0, .5) !important;
    z-index: 11;
    border: 5px solid #000;
} 

.test.flipster__item.flipster__item--current .flipster__item__content:before{
    content:'';
    position:absolute;
    width:100%;
    height: 102%;
    background-color:unset!important;
    z-index: 2;
    border: 5px solid #000;
} 
.flipster__item img {
    width: 288px;
	height:288px;
}
.test.flipster__item .image-title a{
  color:#fff;
}
.flipster__nav__item{
  background:#fff;
}
.flipster__nav__item--current{
  background:#ffadad
}
.fixed{
     position: fixed;
    top: 0px;
}
.fixed{
	background:#000000b3;
	display:flex;
	align-items:center;
	align-self:center;
}
.img-hover .elementor-widget-container, .my-timeline .twae-media.full, .related-post-design article .elementor-post__thumbnail, .cat-post article .elementor-post__thumbnail{
	position: relative;
}
.img-hover .elementor-widget-container:before, .my-timeline .twae-media.full:before, .related-post-design article .elementor-post__thumbnail:before, .cat-post article .elementor-post__thumbnail:before{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.img-hover .elementor-widget-container:hover::before, .my-timeline .twae-story:hover .twae-media.full::before, .related-post-design article:hover .elementor-post__thumbnail::before, .cat-post article:hover .elementor-post__thumbnail:before{
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.info-box span{
	font-size:14px;
	position:absolute;
	font-weight: 600;
}
#code-wrapper {
    display: flex;
    background: white;
    padding: 10px;
  font-family: "Sulphur Point", Sans-serif;
}
#code-wrapper .copy-button{
  font-size: 20px;
  background: #ffadad;
  border: 0px;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  min-height: 40px;
  justify-content: space-between;
  font-size: 20px;
  font-family: "Sulphur Point", Sans-serif;
}

#code-wrapper .copy-button:hover {
    background-color: #4a4a4a;
}
@media (max-width:1024px){
	.banner-text-icon img {
    position: relative;
    top: -4px;
}
	.title-icon{
		display:none;
	}
	.collaboration-list ul li .elementor-icon-list-icon:before {
    width: 69px;
	transform: scale(.7);
}
	.creative-wrapper ul li .elementor-icon-list-icon:before {
    transform: scale(.7);
}
}
@media (max-width:767px){
	#title-icon img {
    top: -36px;
}
	hfe-dropdown{
		margin-top:15px;
	}
.mobile-menu svg path{
	fill:#fff;
}
	.mobile-menu .hfe-active-menu .hfe-nav-menu-icon svg{
		fill:#fff!important
	}
	.mobile-menu .hfe-dropdown{
		width:100vw!important;
        right:-21px;
		left:inherit!important;
		overflow:hidden;
	}
	.mobile-banner img{
		top: -21px;
		width: 11%;
		object-fit:contain;
	}
	.mobile-banner h2{
		display:flex;
	}
	.banner-name-wrapper .elementor-icon-list-icon svg {
    border: 1px solid #fff;
    padding: 3px;
    border-radius: 50%;
}
.detail-wrapper .elementor-image-box-wrapper{
	display:flex;
}
	.detail-wrapper .elementor-image-box-title, 
	.detail-wrapper .elementor-image-box-description{
		text-align:left;
	}
	.detail-wrapper .elementor-image-box-img img {
    top: 2px;
}
	.detail-wrapper .elementor-image-box-content{
		margin-left:10px
	}
	.box-container .slick-dots li button:before{
	color:#fff;
	font-size: 40px;
	opacity:1;
	
}
.box-container .slick-dots li.slick-active button:before{
	color:#ffadade3;
	opacity:1;
}
.box-container button:hover{
	background:transparent;
}
	.box-container .elementor-image-box-content h3{
		box-shadow:unset;
	}
	.main-icon img {
    width: 14%;
    top: -2px;
}
	.form-width .w-50 {
    width: 100%!important;
	
}
	.collaboration-list ul li .elementor-icon-list-icon:before {
    width: 57px;
}
	.page-id-468 .mobile-banner img, .page-id-490 .mobile-banner img {
    top: -37px;
}
	.page-id-481 .mobile-banner img {
    top: -42px;
}
	.mobile-menu .current-menu-ancestor a{
	color:#4a4a4a!important
}
	.quality-slider, .creative-wrapper, .collaboration-list{
  height: 60px;
}
	.collaboration-list li, .creative-wrapper li{
	height:60px;
}
	.collaboration-list ul li .elementor-icon-list-icon:before, .creative-wrapper ul li .elementor-icon-list-icon:before {
	transform: scale(.6);
}
	#code-wrapper {
		display: block;
	}
}

.box-container button:focus{
	background:transparent;
}

.main-timeline .circle span:before, .main-timeline .circle span:after, .main-timeline .icon span:before, .main-timeline .icon span:after{
	background:#000;
}
#post-design-3 .title a, #post-design-3 .description{
	color:#fff;
}

.code-slider #code-wrapper{
	justify-content: space-between;
}
.code-slider #code-wrapper pre{
	margin-bottom:0px;
	display: flex;
	align-self: center;
}

.main-timeline .circle span:before, .main-timeline .circle span:after, .main-timeline .icon span:before, .main-timeline .icon span:after{
	background:#000!important;
}

.single-post header, .single-plugin-magic header{
    background-image: url(https://swatiagarwal.co.in/wp-content/uploads/2024/01/Group-2-2.png);
    background-color:#000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-post header .header-wrapper, .single-plugin-magic header .header-wrapper{
   margin-bottom:0px;
}

.post-list-link a{
  color:#FFADAD;
  text-decoration:none!important;
  font-size:18px;
  transition: all 0.3s ease-in-out 0.2s;
}
.post-list-link a:hover{
  color:#FFADAD;
}

.box-container .elementor-image-box-title{
  min-height:118px;
  height:118px;
}

.product-template-default{
    background-color: #000000;
    background-image: url(https://swatiagarwal.co.in/wp-content/uploads/2024/01/Group-2-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
    font-family: "Sulphur Point", Sans-serif;
}
.product-template-default #primary{
  margin-top:140px;
}
.product-template-default .woocommerce-breadcrumb, .posted_in{
  display:none;
}

.woocommerce div.product form.cart .button{
    font-size: 20px;
    background: #ffadad;
    border: 0px;
    color: #fff;
    display: flex;
    border-radius: 4px;
    padding: 10px 20px 8px;
    border:2px solid #ffadad;
	margin-bottom:40px;
}
.woocommerce div.product form.cart .button:hover{
  box-shadow: 0px 20px 30px #ffadad45;
    background-color: #4a4a4a;
    border: 2px solid #ffadad;
}
.woocommerce-Price-amount.amount{
  color:#fff;
}
.woocommerce div.product .product_title{
  font-weight:600;
}
.custom-toast {
     position: fixed;
    top: 20px;
    right: 20px;
    background-color: #ffadad;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 4px 6px #ffadad45;
    z-index: 9999;
    display: none;
}
.ugc-video-item .ugc-video-text{
	color:#fff;
}
.review-wrapper{
  clear:both;
  margin-bottom: -10px;
  font-weight:600;
}

.vid-li-wrapper h4 img{
	margin-right:5px;
}
#code-show .code-container{
	justify-content: space-between;
    align-items: center;
}
#code-show .code-container pre{
	margin-bottom:0px;
}

.woocommerce .quantity input.qty {
    display: none; /* Hides default input box */
}

.smiley-quantity {
    font-size: 24px; 
    cursor: pointer;
    margin-top:10px;
    display:flex;
}

/* Mobile Menu Container Styling */
    .mobile-menu-wrapper {
      position: fixed;
      top: 0;
      right: 0;
      width: 300px; /* Apne design ke hisaab se width adjust karein */
      height: 100vh;
      background: #fff;
      transform: translateX(100%); /* Initially off-screen */
      transition: transform 0.3s ease-in-out;
      z-index: 10000;
      overflow-y: auto;
    }
    .mobile-menu-wrapper.active {
      transform: translateX(0);
    }

    /* Overlay Styling */
    .menu-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease-in-out;
      z-index: 9999;
    }
    .menu-overlay.active {
      opacity: 1;
      visibility: visible;
    }

    /* Background Scroll Prevention */
    body.no-scroll {
      overflow: hidden;
    }

    /* Optional: Styling for Toggle and Close Buttons */
    .menu-toggle, .menu-close {
     cursor: pointer;
    background: #ffadade3;
    color: #fff;
    border: none;
    padding: 8px 13px;
    font-size: 16px;
    border-radius: 4px;
    }
.menu-close{
	position:relative;
}
.menu-toggle img, .menu-close img{
	filter:invert(1);
}
    .menu-close {
      float: right;
      margin: 20px;
    }

.mobile-menu-wrapper.active:before{
  content:'';
  background-color:#00000059;
  position:absolute;
  top:0;
  bottom:0;
  width:100%;
  height:auto
}
.mobile-menu-wrapper.active, .mobile-menu-wrapper{
  
    background-image: url(https://swatiagarwal.co.in/wp-content/uploads/2024/01/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;

}
.mobile-nav{
  
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;

}
.mobile-nav ul{
  list-style:none;
}
.mobile-nav ul li{
  min-height:70px;
}
.mobile-nav ul li a{
  color:#fff;
  font-size:26px;
  font-family: "Sulphur Point", Sans-serif;
  font-weight:600;
	padding:15px 30px;
}

.mob-wrapper.header-wrapper nav ul li a:hover::after {
	position:absolute;
}
.mob-wrapper.header-wrapper nav ul li a:hover {
    color: #fff;
}

.mobile-nav a.active-menu {
      color: #FFFFFF;
    background-color: #FFADADBF;
    }