/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.6.1758629352
Updated: 2025-09-23 12:09:12

*/

/*  start :- 23-09-2025 5:00 PM */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
*{
	font-family: "Manrope", sans-serif !important;
	scroll-behavior: smooth;
	
}
/*  */

a:hover {
    text-decoration: none !important;
}
a {
    display: flex !important;
    background-color: transparent;
	padding:0px !important;
	text-decoration:none !important;
}
a:focus {
    background: unset !important;
}
/*--------------------------------------------*/
.buttom-custom{
	overflow: hidden;
	display: inline-block;
	border-radius:5px;
}
.buttom-custom .vc_general {
	position: relative !important;
	display: inline-block !important;
	padding: 13px 12px !important;
	font-family: Manrope !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 110.00000000000001% !important;
	color: #F5EFEB !important;
	text-decoration: none !important;
	border: 1px solid #F5EFEB !important;
	border-radius: 5px !important;
	background-image: url("/wp-content/uploads/2025/10/left-btn-arrow.svg"), url("/wp-content/uploads/2025/10/right-btn-arrow.svg") !important;
	background-repeat: no-repeat, no-repeat !important;
	background-position: left 4px center, right 4px center !important;
	background-size: auto calc(100% - 8px), auto calc(100% - 8px) !important;
	margin-right: 43px !important;
	transition: 0.2s ease-in-out ;
}
.buttom-custom .vc_general:after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 43px;
	height: 100%;
	right: -43px;
	top: 50%;
	transform: translate(0 , -50%);
	border: 1px solid #F5EFEB;
	border-radius: 5px;
	background-image: url("/wp-content/uploads/2025/10/left-btn-arrow.svg"),url("/wp-content/uploads/2025/10/rightarrow.svg"),  url("/wp-content/uploads/2025/10/right-btn-arrow.svg");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: left 4px center, center center,  right 4px center;
	background-size:auto calc(100% - 8px), auto , auto calc(100% - 8px);
	transition:all 0.4s ease;
}
.buttom-custom .vc_general:hover {
	background-image: url(/wp-content/uploads/2025/10/left-btn-arrow.svg), url(/wp-content/uploads/2025/10/right-btn-arrow.svg), linear-gradient(
97deg, #0044FF -26.52%, #D500FF 96%) !important;
	background-size: auto calc(100% - 8px), auto calc(100% - 8px), auto calc(100% - 0px) !important;
	background-position: left 4px center, right 4px center, left 0px center !important;
}

.buttom-custom .vc_general:hover:after {
	background-image: url("/wp-content/uploads/2025/10/left-btn-arrow.svg"),url("/wp-content/uploads/2025/10/rightarrow.svg"), url("/wp-content/uploads/2025/10/right-btn-arrow.svg"), linear-gradient(90deg, #0044FF -26.52%, #D500FF -9%) !important;
	background-position: left 4px center, center center,  right 4px center, left 0px center;
    background-size:auto calc(100% - 8px), auto , auto calc(100% - 8px), auto calc(100% - 0px);
}
    .buttom-custom .vc_general::before {
    background: #fff;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotate(227deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
} 
.buttom-custom .vc_general::before {
    left: -50%;
}
.buttom-custom .vc_general:hover::before {
	left: 120%;
    opacity: 0.5;
}


/*----------------------------------------------*/
.site-main {
    padding: 0px;
}
.entry-content .wpb-content-wrapper {
    max-width: 100% !important;
}
.site-content {
    position: relative;
    z-index: 2;
    background-color: #2E0037;
/* 	background-image: url(https://luneus.com/wp-content/uploads/2025/10/image-3.png);
    background-repeat: no-repeat;
    background-position: left 90px; */
}
/*  */
.header-main {
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    width: 100%;
	padding:30px 0px ;
	transition: all  0.3s ease;
}
.site-header {
    max-width: 1350px;
    width: 100%;
    padding: 0px 15px;
	transition: all  0.3s ease;
		
	
}
.header-main.scroll-down {
    transform: translateY(-100%);
}
.header-main.scroll-up {
    background: #2E0037;
}
.header-main.scroll-up  {
    padding: 10px 0px;
	transition: all 0.3s ease;
}

.site-header .site-branding {
    margin: 0px;
}

.site-header .site-logo {
    margin: 0px;
}

.site-header .custom-logo-link img {
    max-height: 100% !important;
    max-width: 100% !important;
}

.site-header .primary-navigation > div > .menu-wrapper {
    gap: 30px;
}
.site-header .primary-menu-container {
    margin-right: 0px !important;
}

.site-header .menu-wrapper li:nth-child(1) a > *:not(:first-child),
.site-header .menu-wrapper li:nth-child(2) a > *:not(:first-child) {
    display: none;
}

.site-header .menu-wrapper li:nth-child(1) a > *:not(:last-child),
.site-header .menu-wrapper li:nth-child(2) a > *:not(:last-child) {
    border: none;
}

.site-header .menu-wrapper li:nth-child(1) a > *:not(:last-child) span:before,
.site-header .menu-wrapper li:nth-child(1) a > *:not(:last-child) span:after,
.site-header .menu-wrapper li:nth-child(2) a > *:not(:last-child) span:before,
.site-header .menu-wrapper li:nth-child(2) a > *:not(:last-child) span:after {
    display: none;
}

/* .site-header .menu-wrapper li:nth-child(1) a > *:not(:last-child) span{
	padding-right:0px;
} */
.bb_button.bb_button--corner.bb_button--alt {
    border: 1px solid  #F5EFEB;
    border-radius: 2px;
    padding: 4px;
    display: flex;
    background-color: transparent;
	transition: all 0.3s ease!important;
}

.bb_button.bb_button--corner.bb_button--alt:nth-child(2) {
    width: 43px;
	transition: all 0.3s ease!important;
}

.bb_button__text {
    padding: 8.5px 9px;
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    line-height: 110.00000000000001%;
    width: 100%;
    position: relative;
    background-color: transparent;
	text-align:center;
	text-decoration:none;
	transition: all 0.3s ease!important;
}
.bb_button__text:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url("/wp-content/uploads/2025/09/left.svg");
    height: 100%;
    width: 5px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position:left;
	transition: all 0.3s ease!important;
    
}
 .bb_button__text:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url("/wp-content/uploads/2025/09/right.svg");
    height: 100%;
    width: 5px;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    background-position:right;
	 transition: all 0.3s ease!important;
}
.bb_button.bb_button--corner.bb_button--alt:nth-child(2) .bb_button__text {
    background-image: url("/wp-content/uploads/2025/09/Group-1.svg");
    background-repeat: no-repeat;
    background-position: center;
	transition: all 0.3s ease!important;
}
.bb_button.bb_button--corner.bb_button--alt:nth-child(1) {
    width: 100%;
	transition: all 0.3s ease!important;
}



/*  */
.banner-section{
	position:relative !important;
	z-index:1;
	mix-blend-mode: Screen;
	overflow:visible !important;

	
}
.banner-section:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/uploads/2025/09/banner-gradient.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    left: 0;
    top: 0;
	z-index:-1;
	animation: bannerann 5.5s ease-in-out infinite; 
}

@keyframes bannerann {
    0% {
      background-size:  97% ;
      opacity: 0.9;
    }
    50% {
      background-size: 100% ;
      opacity: 1;
    }
    100% {
      background-size: 97%;
      opacity: 0.9;
    }
  }


/* .banner-section:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url("https://luneus.com/wp-content/uploads/2025/10/image-3.png");
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: left;
    left: 0;
    top: 0;
	z-index:-1;
	
} */
.banner-section:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    background-image: url("https://luneus.com/wp-content/uploads/2025/10/image-3.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left center;
    left: 0;
    top: 0;
    bottom: -110px;
    z-index: -1;
	animation: bannerannOne 2.5s ease-in-out infinite; 
}
@keyframes bannerannOne {
    0% {
      background-size:  45% ;
      opacity: 0.8;
    }
    50% {
      background-size: 50% ;
      opacity: 1;
    }
    100% {
      background-size: 45%;
      opacity: 0.8;
    }
  }

.banner-section-container {
    max-width: 1320px;
    width: 100%;
    z-index: 2;
    position: relative;
    margin: 0 auto !important;
    padding-top: 100px !important;
	padding-bottom:63px;
	height:100%;
}

.banner-section-container .banner-section-inner-wrapper > div >  .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.main-heading {
    font-weight: 700;
	font-family: Manrope;


}
.forth-heaidng {
    max-width: 316px;
    width: 100%;
    letter-spacing: 0px;
    justify-self: end;
	margin-left: auto;
}
.main-container{
	max-width: 1320px;
    width: 100%;
	margin: 0 auto !important;
}
/*  */
.second-section-heading {
    position: relative;
    max-width: 738px;
    width: 100%;
    padding: 45px 20px;
}
@keyframes moveLeftCorner {
  0% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(-5deg); }
  100% { transform: translateY(0) rotate(0deg); }
}

@keyframes moveRightCorner {
  0% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(5deg); }
  100% { transform: translateY(0) rotate(0deg); }
}
.second-section-heading::before{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*     background-image: url("/wp-content/uploads/2025/09/down.svg"); */
	background-image: url("/wp-content/uploads/2025/10/horizontal-double-left.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
/* 	animation: moveLeftCorner 3s ease-in-out infinite alternate; */

}
.second-section-heading::after{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*     background-image: url("/wp-content/uploads/2025/09/up.svg"); */
	background-image: url("/wp-content/uploads/2025/10/horizontal-double-right.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
/* 	animation: moveRightCorner 3s ease-in-out infinite alternate; */
}
.custom-heading {
	font-family: Manrope;
	font-weight: 700;
	font-size: 60px;
	line-height: 110.00000000000001%;
	color:#F5EFEB;

}

.custom-heading span {
/*     background: linear-gradient(90deg, #0044FF 50.48%, #D500FF 100%); */
	background: linear-gradient(130deg, #0044FF 10%, #D500FF 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  	background-size: 160% 160%;
  	background-position: 0% 50%;
  	animation: gradientFlow 6s ease infinite;
}
@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 70% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*  */
.second-main-section {
	background: radial-gradient(50% 50% at 80% 50%, #3369ff57 0%, rgb(46 0 55) 100%);
	z-index:0;
}
.second-main-section:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: radial-gradient(50% 50% at 100% 50%, #D500FF 0%, #2E0037 100%);
    opacity: 40%;
	z-index:-1;
/* 	mix-blend-mode: Screen; */

}
.second-main-section .plyr__controls {
    display: none;
}
.second-main-section .plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: none;
}
.second-main-section .video-short-code  {
    pointer-events: none;
	 mix-blend-mode: plus-lighter;
}
/*  */

.video-row-main:before, .video-row-main:after {
    display: none !important;
}

.video-row-main > div {
    width: 100%;
}


.video-row-main {
    display: grid;
    grid-template-columns:  1.1fr 2fr ;
    gap: 10px;
}

.video-row-main > :nth-child(1) {
    padding-left: 122px;
}


.third-heading {
    font-weight: 400;
}

.video-row-main .third-heading {
    letter-spacing: 1px;
}
.video-row-main > :nth-child(2) {
    display: flex;
    align-items: center;
}


/*  */
/* Job Type section  */
.job-type-section {
    background-image: url("https://luneus.com/wp-content/uploads/2025/09/image-6.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-origin: padding-box;
	animation: jobtypeann 4.5s ease-in-out infinite; 
}

@keyframes jobtypeann {
    0% {
      background-size:  38.5% 100% ;
    }
    50% {
      background-size: 40%  100%;
    }
    100% {
      background-size: 38.5% 100%;
    }
  }
@keyframes jobtyperespons {
    0% {
      background-size: 56% 100%;
    }
    50% {
      background-size: 60%  100%;
    }
    100% {
      background-size: 56% 100%;
    }
  }
.job-type-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
}

.job-type-container:before, .job-type-container:after {
    display: none !important;
}

.job-type-container > div {
    width: 100%;
}

.job-type-container > :nth-child(2) {
    grid-column: span 3;
}

.job-type-container > :nth-child(1) {
    grid-column: span 1;
}
.job-type .swiper-wrapper{
    padding-bottom: 50px;
}
.job-type-wrapper{
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
}
.job-type-wrapper:before{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/wp-content/uploads/2025/09/down.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;

}
.job-type-wrapper::after{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/wp-content/uploads/2025/09/up.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;

}
.job-type-wrapper-inner-wrapper{
    padding:0px 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.job-type-inner-content{
    padding: 10px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(46, 0, 55, 0.05) 100%);
/*     border: 1px solid #F5EFEB; */
	border: 1px solid #f5efeb63;
    border-radius: 5px;
}
.job-type-inner-content:nth-child(1){
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(46, 0, 55, 0.2) 100%);
	border: 1px solid #F5EFEB;
	min-height: 125px;
}
.job-type-inner-content > * {
    background-color: transparent;
}
.job-type-inner-content h3{
    font-family: Manrope;
    font-weight: 400;
    font-size: 30px;
    line-height: 130%;
    color: #F5EFEB;


}

.job-type-inner-content h5{
    font-family: Manrope;
    font-weight: 400;
    font-size: 17px;
    line-height: 110.00000000000001%;
    color: #F5EFEB;

}
.job-type-inner-content h6{
    font-family: Manrope;
    font-weight: 600;
    font-size: 14px;
    line-height: 110.00000000000001%;
    text-transform: uppercase;
    color: #F5EFEB;
    margin-bottom: 8px;


}
.slider-btn-main{
    display: flex;
    align-items: center;
    gap: 32px;
	z-index: 99;
}
.left-arrow{
    height: 43px;
    width: 43px;
	transition: all 0.5s 
		ease-in-out;
/*     border: 1px solid #F5EFEB;
    background-image: url("/wp-content/uploads/2025/09/left-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    cursor: pointer;
	position:relative;
	z-index:10;
	transition:0.5s ease-in-out, background-color 0.5s ease-in-out */
}
.right-arrow{
    height: 43px;
    width: 43px;
	transition: all 0.5s 
		ease-in-out;
/*     border: 1px solid #F5EFEB;
    background-image: url("/wp-content/uploads/2025/09/right-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    cursor: pointer;
	position:relative;
	z-index:10;
	transition: 0.5s ease-in-out, background-color 0.5s ease-in-out     */
}

/* .slider-btn-main .left-arrow:hover, .slider-btn-main .right-arrow:hover  {
    background-size: 110% 110%;
    background-color:#D500FF   ;
    background-position:center;
    
} */

/* hire section */
.second-heading {
    font-weight: 700;
	position:relative;
	z-index:1;
}
.hire-section:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 100%;
    background: radial-gradient(50% 50% at 25% 50%, #3369FF 0%, rgba(46, 0, 55, 0) 100%);
    width: 100%;
    opacity: 40%;
    top: 0;
    left: 0;
}
.hire-section .main-container {
    position: relative;
    z-index: 1;
}
.hire-section:after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background: radial-gradient(50% 50% at 40% 50%, #D500FF 0%, #2E0037 60%);
    opacity: 40%;
	z-index:-1;
}
.hire-section .swiper-wrapper {
    display: flex;
    align-items: stretch; 
	box-sizing:border-box
}
.hire-section .swiper-slide {
    display: flex; 
    flex-direction: column; 
    height: auto !important; 
	border:1px solid transparent;
	cursor:pointer;
	transition: all 0.4s ease;
}
.hire-slider-content-main{
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hire-slider-inner-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
	transition: all 0.5s ease;
}

.swiper.hire-slider {
    padding: 40px 15px;
}
.hire-slider-wrapper{
    padding: 10px 0px;
}
.hire-slider-inner-wrapper {
    padding-top: 23px;
    padding-bottom: 23px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    border-radius: 5px;
	margin:0px 10px;
	z-index:1;
}
.hire-slider-wrapper:hover{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(46, 0, 55, 0.2) 100%);
    border: 1px solid#F5EFEB;
	border-radius: 5px ;
}
.dimmed {
    opacity: 70%;
}

.hire-slider-inner-wrapper::before{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/wp-content/uploads/2025/09/down.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
	z-index:-1;

}
.hire-slider-inner-wrapper::after{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/wp-content/uploads/2025/09/up.svg");
    background-repeat: no-repeat;
    background-position: bottom;
	z-index:-1;
    background-size: contain;

}

.hire-slider .hire-slider-wrapper:nth-child(1) .hire-slider-inner-wrapper::before{
    background-image: url("/wp-content/uploads/2025/10/pink-top-double.svg");
}
.hire-slider .hire-slider-wrapper:nth-child(1) .hire-slider-inner-wrapper::after{
    background-image: url("/wp-content/uploads/2025/10/pink-bottom-double.svg");
}
.hire-slide-content{
    display: flex;
    flex-direction: column;
    gap: 30px;
	height: 100%;
}
.hire-title-main h3{
    font-family: Manrope;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    color: #F5EFEB;


}
.hire-title-main h5{
    font-family: Manrope;
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    vertical-align: bottom;
    color: #F5EFEB;


}
.hire-title-main{
    border-bottom: 1px solid#F5EFEB;
    padding-bottom: 15px;
	display: flex;
    flex-direction: column;
	justify-content:space-between;
    gap: 17px;
    height: 30%;

}
.hire-list-main h6{
    font-family: Manrope;
    font-weight: 600;
    font-size: 14px;
    line-height: 110.00000000000001%;
    text-transform: uppercase;
    color: #F5EFEB;
    margin-bottom: 15px;
}
.hire-list-main ul{
    list-style-type: none;
    padding-left: 29px;
}
.hire-list-main ul li{
    position: relative;
    font-family: Manrope;
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    color: #F5EFEB;


}
.hire-list-main ul *:not(:last-child){
    margin-bottom: 8px;

}
.hire-list-main ul li:before{
    content: "";
    position: absolute;
    display: inline-block;
    height: 19px;
    width: 19px;
    left: -29px;
    top: 0;
    background-image: url("/wp-content/uploads/2025/09/checklist.svg");
    background-repeat: no-repeat;
    background-position: center;


}
.hire-list-main{
    border-bottom:1px solid#F5EFEB ;
    padding-bottom: 65px;
	height: 70%;
}
.hire-alert{
    padding-top: 17px;

}
.hire-alert p{
    font-family: Manrope;
    font-weight: 600;
    font-size: 14px;
    line-height: 110.00000000000001%;
    text-transform: uppercase;
    color: #B6B6B6;
    position: relative;
    padding-left: 30px;


}
.hire-alert p::before{
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    display: inline-block;
    height: 19px;
    width: 19px;
    background-image: url("/wp-content/uploads/2025/09/alert.svg");
    background-repeat: no-repeat;
    background-position: center;


}

.slider-btn-main.hire-slider-btn {
    margin-top: 20px;
    display: none;
}
/* client slider   */

.client-slider-wrapper{
    display: flex !important;
    flex-direction: column;
    gap: 10px;
	cursor:pointer;
}
.client-slider-main-content{
    padding: 23px 0px ;
    position: relative;
}
.client-slider-main-content::before{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/wp-content/uploads/2025/09/clientdown.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.client-slider-main-content::after{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/wp-content/uploads/2025/09/clientslideruparrow.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;

}
.client-slider-main-content h3{
    font-family: Manrope;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    color: #F5EFEB;

}

.label-main h5 {
    display: none;
}

.title-desciption-main{
    display: flex;
    gap: 36px;
}
.label-main{
    padding: 13px 0px;
    position: relative;
}

.label-main::before{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/wp-content/uploads/2025/09/smalldown-2.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;

}
.label-main::after{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/wp-content/uploads/2025/09/smalldown.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;

}
.label-main h4{
    font-family: Manrope;
    font-weight: 600;
    font-size: 24px;
    line-height: 110.00000000000001%;
    color: #F5EFEB;
    margin-bottom: 5px;
	text-align: center;
    max-width: 280px;

}

.label-main h5{
    font-family: Manrope;
    font-weight: 400;
    font-size: 17px;
    line-height: 110.00000000000001%;
    color: #F5EFEB;


}
.client-title-main h5{
    font-family: Manrope;
    font-weight: 400;
    font-size: 17px;
    line-height: 110.00000000000001%;
    color: #F5EFEB;
}
.client-title-main h6{
    font-family: Manrope;
    font-weight: 600;
    font-size: 14px;
    line-height: 110.00000000000001%;
    text-transform: uppercase;
    color: #F5EFEB;

}

.clientslider-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.clientslider-container:before, .clientslider-container:after {
    display: none !important;
}

.clientslider-container > div {
    width: 100%;
}

.clientslider-container > :nth-child(1) {
    grid-column: span 2;
}

.clientslider-container > :nth-child(2) {
    grid-column: span 3;
}


.client-section:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 30%;
    height: 30%;
    top: 50%;
    right: 50%;
    transform: translate(40%, -50%);
/*     background: radial-gradient(40% 40% at 50% 50%, #EE99FF 0%, #0c0c0d61 100%); */
	background: radial-gradient(50% 50% at 50% 50%, #EE99FF 0%, rgba(12, 12, 13, 0) 100%);
    background-position: right center;
/*     opacity: 30%; */
    z-index: 0;
/*     border-radius: 50%; */
	z-index:-1;
/* 	
	width: 815px;
height: 815px; */
opacity: 0.2;
/* background: radial-gradient(50% 50% at 50% 50%, #EE99FF 0%, rgba(12, 12, 13, 0) 100%); */

	
}


.client-section {
    background: 
        url("https://luneus.com/wp-content/uploads/2025/09/image-4.png");
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 1;
	animation: clientann 4.5s ease-in-out infinite; 
}
@keyframes clientann {
  0% {
    background-size: 30.5% auto;
  }
  50% {
    background-size: 32% auto;
  }
  100% {
    background-size: 30.5% auto;
  }
}
@keyframes clientrespons {
  0% {
    background-size: 60%;
  }
  50% {
    background-size: 65%;
  }
  100% {
    background-size: 60%;
  }
}
/* .client-section-second-main-container:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: -40%;
    top: 20%;
    background: radial-gradient(50% 50% at 50% 50%, #668FFF 0%, rgba(12, 12, 13, 0) 60%);
    opacity: 20%;
	z-index:-1;
} */
.client-section-second-main-container:before {
    content: '';
    position: absolute;
    height: 815px;
    width: 815px;
    left: -20%;
    top: 45%;
    background: radial-gradient(50% 50% at 50% 50%, #668FFF 0%, rgba(12, 12, 13, 0) 100%);
    opacity: 20%;
    z-index: -1;
}
.client-sider-main > .wpb_wrapper {
    display:flex;
    align-items: end;
    gap: 36px;
}
/*  */

.image-side figure {
    width: 100%;
}

.image-side figure img {
    max-width: 100% !important;
}

.image-side figure > div {
    width: 100%;
}
.third-heading.custom-heading {
    position: relative;
    margin-right: -254px;
    z-index: 9;
    font-weight: 400;
	padding-top: 61px;
	max-width: 400px;
}
.sixth-heading {
    font-weight: 600;
    text-transform: uppercase;
}
.fifth-heading {
    font-weight: 400;
}
.image-side {
    position: relative;
    padding: 23px 5px;
	z-index:1;
}
.image-side::before{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/wp-content/uploads/2025/09/Frame-10.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
	z-index:-1;

}
.image-side::after{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/wp-content/uploads/2025/09/Frame-9.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
	z-index:-1;

}




/* blog section */

.blog-slide-main{
    position: relative;
    padding: 16px 8px;
	z-index:1;

}


.blog-slide-main::before{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/wp-content/uploads/2025/09/down.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
	z-index:-1;

}
.blog-slide-main::after{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/wp-content/uploads/2025/09/up.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
	z-index:-1;
	

}


.blog-image-main{
    height: 240px;


}
.blog-image-main img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;


}
.content-main h3{
    font-family: Manrope;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    color: #F5EFEB;
}

.blog-slider .swiper-wrapper {
  	display: flex;             
  	align-items: stretch;    
  	padding-bottom:50px;
	box-sizing:border-box;
	
}

.blog-slider .swiper-slide {
 	display: flex;
  	height: auto !important; 

}
.blog-slider .blog-slide-main {
  	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
  	width: 100%;
	gap:82px;
	height:100%;
	
	
	
}
.content-main {
    margin-top: 30px;
}
.blog-section{
	position:relative;
	z-index:1;
}
.blog-section:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    background: radial-gradient(50% 50% at 50% 50%, #D500FF 0%, #2E0037 100%);
    opacity: 40%;
	z-index:-1;
}
.blog-section .slider-btn-main {
    justify-content: center;
}
.blog-slider .swiper-slide {
    padding:10px 8px ;
	border:1px solid transparent;
	transition: all 0.4s ease;
}
.blog-slider .swiper-slide:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(46, 0, 55, 0.2) 100%);
	border-radius:5px;
	border:1px solid #FFFFFF;
}
/* footer start   */
.Footer-main a * {
    all: unset !important;
}
.Footer-main {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
	padding:0px  15px ;
    
}

.Footer-main .widget-area {
    padding: 0px;
    width: 100% !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 0px;
    margin-bottom: 40% !important;
    max-width: 1350px;
    margin: 0 auto;
	position:relative;
	padding:0px  15px ;
	padding-top:38px;
	padding-bottom:38px;
	z-index:1;
}

.Footer-main .widget-area::before{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/wp-content/uploads/2025/09/footerup.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
	z-index: -1;
    

}
.Footer-main .site-footer .site-info::after{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/wp-content/uploads/2025/09/footerdown.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    
}

.Footer-main .widget-area section {
    margin: 0px;
}

.Footer-main .widget-area:after {
    display: none;
}

.Footer-main .widget-area section:nth-child(1) {
    grid-column: span 2;
}

.Footer-main .widget-area section:nth-child(2) {
    grid-column: span 2;
}
.Footer-main .textwidget.custom-html-widget p {
    font-family: Manrope;
    font-weight: 400;
    font-size: 17px;
    line-height: 110.00000000000001%;
    color: #F5EFEB;
}

.Footer-main .widget-title {
    font-family: Manrope;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 110.00000000000001% !important;
    text-transform: uppercase;
    color: #F5EFEB;
    margin-bottom: 8px !important;
}

.Footer-main .textwidget {
    margin: 0px;
}
.Footer-main img{
	width:100% ;
	max-width:100% ;
}

.Footer-main .widget-area section:nth-child(2) .textwidget {
    display: flex;
    flex-direction: column;
}

.Footer-main .widget-area section:nth-child(2) .textwidget a {
    text-decoration: underline !important;
    text-underline-offset: 6px !important;
}

.Footer-main .widget-area section:nth-child(2) .textwidget a  span:before, .Footer-main .widget-area section:nth-child(2) .textwidget a  span:after {
    display: none;
}


.Footer-main .site-footer {
	padding: 0px 15px;
    padding-bottom: 0px !important;
    padding-top: 302px;
    max-width: 100%;
    width: 100%;
    background-image: url("/wp-content/uploads/2025/09/image-7.svg");
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 0;
    left: 0;
	opacity: 0; 
    visibility: hidden;
}

.site-footer:before, .site-footer:after {
    display: none !important;
}

.site-footer .site-info {
    padding: 0px;
    border: none;
    max-width: 1350px;
    margin: 0 auto !important;
	position:relative;
	padding: 0px 15px;
	padding-bottom: 38px !important;
}

.Footer-main.active-footer  .site-footer {
    opacity: 1;
    visibility: visible;
    z-index: -9;
}

.Footer-main {
    background-color: #2E0037;
}

.Footer-main .widget-area section:nth-child(2) .textwidget a span {
    font-family: Manrope !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 110.00000000000001% !important;
}
.Footer-main .widget-area section:nth-child(2) .textwidget p:not(:last-child) {
  	margin-bottom: 8px;
}
.Footer-main .widget-area section:nth-child(2) .textwidget a {
  position: relative;
  display: inline-block !important;
}

.Footer-main .widget-area section:nth-child(2) .textwidget a::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: -1px;
  bottom: 0px;       
  width: 0%;          
  height: 3px;      
  background: radial-gradient(50% 50% at 50% 50%, #EE99FF 0%, #3369ff 100%);
  transition: width 0.3s ease;
}

.Footer-main .widget-area section:nth-child(2) .textwidget a:hover::after {
  width: 101%;      

  
}
.Footer-main .site-footer {
	 animation: bgZoom 4.5s ease-in-out infinite; 
}
@keyframes bgZoom {
    0% {
      background-size: 100% 85% ;
      opacity: 0.8;
    }
    50% {
      background-size:100%  90% ;
      opacity: 1;
    }
    100% {
      background-size: 100% 85%;
      opacity: 0.8;
    }
  }


@keyframes resonsive {
    0% {
      background-size:  80% ;
      opacity: 0.8;
    }
    50% {
      background-size: 90% ;
      opacity: 1;
    }
    100% {
      background-size: 80%;
      opacity: 0.8;
    }
  }	
	
/* footer End */
.animation-star {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 100%;
	
}
.animation-star-hide{
	z-index:-1;
}
.hire-section .animation-star {
    top: 0;
}
a{
	transition: all 0.5s ease-in-out !important;
}
/* a:hover .bb_button.bb_button--corner.bb_button--alt {
    padding: 0px;
} */

/* a:hover .bb_button.bb_button--corner.bb_button--alt .bb_button__text {
    padding: 12.5px 13px;
} */

/* a:hover .bb_button.bb_button--corner.bb_button--alt .bb_button__text::before {
	background-size: 130%;
} */

/* a:hover .bb_button.bb_button--corner.bb_button--alt .bb_button__text::after {
    background-size: 126%;
} */





/* ----29/30-09-2025-start----- */
body.media-hub-listing .header-main {
    position: sticky;
}
body.media-hub-listing header.entry-header.alignwide {
    padding-top: 111px;
    padding-bottom: 98px;
    max-width: 1350px;
    padding-left: 15px;
    padding-right: 15px;
	border: none;
	margin-bottom: 0px;
}
body.media-hub-listing header.entry-header.alignwide h1.entry-title {
    line-height: 110.00000000000001%;
    font-size: 70px;
    font-weight: 700;
}
body.media-hub-listing section#media-hub-section {
    margin: 0px;
}
body.media-hub-listing section#media-hub-section .vc_column-inner {
    padding: 0px;
}
body.media-hub-listing section#media-hub-section {
    margin: 0px;
    padding: 0px;
	padding-bottom: 260px;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .related-product-display .media-wrapper{
	padding:0px !important;
}
body.media-hub-listing section#media-hub-section .media_hub_part {
    display: flex;
/*     gap: 36px; */
    gap: 16px;
    flex-wrap: wrap;
	
}
body.media-hub-listing section#media-hub-section .media_hub_part .media-wrapper {
    width: 100%;
    max-width: calc((100% - 32px) / 3);
	padding:10px 8px;
	border: 1px solid transparent;
	transition: all 0.4s ease;
}
body.media-hub-listing section#media-hub-section .media_hub_part .media-wrapper:hover{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(46, 0, 55, 0.2) 100%);
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(60px);
	border-radius:5px;

}
body.media-hub-listing section#media-hub-section .media_hub_part .media-wrapper .blog-slide-btn {
    margin-top: 30px;
}
body.media-hub-listing section#media-hub-section .media_hub_part .media-wrapper .blog-slide-main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
body.media-hub-listing .entry-content {
    margin-top: 0px;
}
body.media-hub-listing .search-bar {
    padding-bottom: 93px;
}
body.media-hub-listing .search-bar form input[type="search"] {
    border: 1px solid #F5EFEB;
    background: transparent;
    border-radius: 2px;
    height: 43px;
    max-width: 626px;
    width: 100%;
    margin: 0px;
	color: #F5EFEB;
    font-size: 17px;
    line-height: normal;
    font-weight: 400;
}
body.media-hub-listing .search-bar form {
    display: flex;
    gap: 32px;
	padding: 22px 8px;
	flex-wrap: wrap;
}
body.media-hub-listing .search-bar form button {
    background: transparent !important;
    border: 1px solid #F5EFEB;
    border-radius: 2px;
    color: #F5EFEB !important;
    font-size: 16px;
    line-height: 110.00000000000001%;
    height: 43px;
    padding: 12px 15px;
}
body.media-hub-listing .search-bar form a span.bb_button--alt:nth-child(2) .bb_button__text {
    background: url(/wp-content/uploads/2025/09/right-arrow.svg);
	background-position: center;
}
body.media-hub-listing .search-bar form input[type="search"]::placeholder {
    color: #F5EFEB;
}
body.media-hub-listing .search-bar form a:hover span.bb_button--alt:nth-child(2) .bb_button__text {
    background-size: 130%;
    background-position: center;
}
body.media-hub-listing .header-main .site-branding a span.bb_button.bb_button--corner.bb_button--alt, body.custom-single-blog-post-page .header-main .site-branding a span.bb_button.bb_button--corner.bb_button--alt {
    border: none;
}
body.media-hub-listing .header-main .site-branding a span.bb_button.bb_button--corner.bb_button--alt:last-child, body.custom-single-blog-post-page .header-main .site-branding a span.bb_button.bb_button--corner.bb_button--alt:last-child {
    display: none;
}
body.media-hub-listing .header-main .site-branding a span.bb_button.bb_button--corner.bb_button--alt span.bb_button__text::after, body.media-hub-listing .header-main .site-branding a span.bb_button.bb_button--corner.bb_button--alt span.bb_button__text::before, body.custom-single-blog-post-page .header-main .site-branding a span.bb_button.bb_button--corner.bb_button--alt span.bb_button__text::after, body.custom-single-blog-post-page .header-main .site-branding a span.bb_button.bb_button--corner.bb_button--alt span.bb_button__text::before {
	display: none;
}
body.media-hub-listing .header-main .site-branding a:hover span.bb_button.bb_button--corner.bb_button--alt, body.custom-single-blog-post-page .header-main .site-branding a:hover span.bb_button.bb_button--corner.bb_button--alt {
    background: transparent;
    padding: 4px;
}
body.media-hub-listing .header-main .site-branding a:hover span.bb_button.bb_button--corner.bb_button--alt span.bb_button__text, body.custom-single-blog-post-page .header-main .site-branding a:hover span.bb_button.bb_button--corner.bb_button--alt span.bb_button__text {
    padding: 8.5px 9px;
}
a.custom-logo-link:focus {
    outline: none !important;
}
a.custom-logo-link:focus img.custom-logo {
    outline: none !important;
}
body.custom-single-blog-post-page .header-main img.custom-logo {
    filter: invert(1);
}
body.custom-single-blog-post-page, body.custom-single-blog-post-page .header-main.scroll-up {
    background: #F5EFEB !important;
}
body.custom-single-blog-post-page .header-main {
    position: sticky;
}
body.custom-single-blog-post-page nav#site-navigation ul li a span.bb_button__text {
    color: #0C0C0D;
}
body.custom-single-blog-post-page .site-content {
    background: #F5EFEB !important;
	padding-top: 70px;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide h1.entry-title {
    color: #0C0C0D;
    font-size: 70px;
    font-weight: 600;
    line-height: 110.00000000000001%;
    margin-bottom: 0px;
    padding-bottom: 74px;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide {
    max-width: 1094px;
    margin: 0 auto;
    width: 100%;
	padding-bottom: 60px;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide .img-wrapper figure.post-thumbnail img {
    margin: 0px;
    width: 100% !important;
    height: 640px !important;
    max-width: 100% !important;
	padding: 0px 13px;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide .img-wrapper figure.post-thumbnail, body.custom-single-blog-post-page .site-content header.entry-header.alignwide .img-wrapper {
    margin: 0px;
}
body.custom-single-blog-post-page .site-content .entry-content {
    max-width: 642px;
    width: 100%;
    margin: 0 auto;
    color: #0C0C0D;
}
body.custom-single-blog-post-page .site-content .entry-content p {
    margin: 0px !important;
    font-size: 17px;
    font-weight: 400;
	padding-bottom: 20px;
}
body.custom-single-blog-post-page .site-content .entry-content h4 {
    margin: 0px !important;
    padding-top: 30px;
    font-size: 30px;
    line-height: 110.00000000000001%;
    font-weight: 600;
    padding-bottom: 20px;
}
body.custom-single-blog-post-page .site-content .entry-content h6 {
    margin: 0px !important;
    font-size: 20px;
    line-height: 110.00000000000001%;
    font-weight: 600;
    padding-bottom: 10px;
}
body.custom-single-blog-post-page .site-content .entry-content img {
    width: 100%;
    height: 384px;
    object-fit: cover;
    padding-top: 30px;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide .img-wrapper .bio .detail {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(46, 0, 55, 0.05) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(204, 218, 255, 0.3) 0%, rgba(247, 204, 255, 0.3) 100%);
    backdrop-filter: blur(60px);
    padding: 10px;
    border-radius: 5px;
    color: #F5EFEB;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide .img-wrapper {
    position: relative;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide .img-wrapper .bio {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 10px;
    right: 23px;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide .img-wrapper .bio .detail span:first-child {
    padding-bottom: 8px;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide .img-wrapper .bio .detail span {
    display: block;
	font-size: 14px;
    line-height: 110.00000000000001%;
}
body.custom-single-blog-post-page .site-content .entry-content .social-links {
    margin: 0px !important;
    padding-top: 30px;
}
body.custom-single-blog-post-page .site-content .entry-content .social-links h6 {
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 110.00000000000001%;
    text-transform: uppercase;
}
body.custom-single-blog-post-page .site-content .entry-content .social-links a span span {
    color: #0C0C0D;
    font-size: 17px;
    padding: 0px;
    line-height: 110.00000000000001%;
    text-align: left;
    padding-bottom: 6px;
    border-bottom: 1px solid #0C0C0D;
}
body.custom-single-blog-post-page .site-content .entry-content .social-links a span.bb_button.bb_button--corner.bb_button--alt {
    width: auto;
}
body.custom-single-blog-post-page .site-content .entry-content .social-links a span.bb_button.bb_button--corner.bb_button--alt {
    width: auto;
    padding: 0px;
    padding-bottom: 8px;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding-top: 260px;
	padding-bottom: 260px;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part h2 {
    font-size: 60px;
    font-weight: 600;
    color: #0C0C0D;
    line-height: 110.00000000000001%;
    padding-bottom: 50px;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .related-product-display {
    display: flex;
/*     gap: 36px; */
    gap: 16px;
    flex-wrap: wrap;
	
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .related-product-display .media-wrapper {
    max-width: calc((100% - 32px) / 3);
    width: 100%;
	padding:10px 8px;
	border: 1px solid transparent;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .media-wrapper .blog-slide-main .content-main h3 {
    color: #0C0C0D;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .media-wrapper .blog-slide-main .blog-slide-btn a {
    color: #0C0C0D;
    font-size: 16px;
    line-height: 110.00000000000001%;
}
body.custom-single-blog-post-page #footer-main-div {
    background: #F5EFEB;
}
body.custom-single-blog-post-page #footer-main-div aside.widget-area p, body.custom-single-blog-post-page #footer-main-div aside.widget-area h2, body.custom-single-blog-post-page #footer-main-div aside.widget-area a {
    color: #0C0C0D;
}
body.custom-single-blog-post-page footer#colophon img {
    filter: invert(1);
}
body.custom-single-blog-post-page #footer-main-div footer#colophon {
    background: url(/wp-content/uploads/2025/09/footer-bgg.svg) !important;
    background-position: bottom center !important;
	background-repeat: no-repeat !important;
}
body.custom-single-blog-post-page .blog-slide-btn span.bb_button.bb_button--corner.bb_button--alt {
    border-color: #0C0C0D;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .media-wrapper .blog-slide-main .blog-slide-btn a .bb_button.bb_button--corner.bb_button--alt:nth-child(2) .bb_button__text {
    background: url(/wp-content/uploads/2025/09/blog-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .related-product-display .media-wrapper .blog-slide-main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
body.custom-single-blog-post-page .blog-slide-btn span.bb_button.bb_button--corner.bb_button--alt span.bb_button__text::before {
    background: url(/wp-content/uploads/2025/09/left-double.svg);
    background-repeat: no-repeat;
}
body.custom-single-blog-post-page .blog-slide-btn span.bb_button.bb_button--corner.bb_button--alt span.bb_button__text::after {
    background: url(/wp-content/uploads/2025/09/right-double.svg);
    background-repeat: no-repeat;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .media-wrapper .blog-slide-main .blog-slide-btn a:hover span.bb_button.bb_button--corner.bb_button--alt {
    background: transparent;
	padding: 4px;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .media-wrapper .blog-slide-main .blog-slide-btn a:hover span.bb_button.bb_button--corner.bb_button--alt span.bb_button__text {
    padding: 8.5px 9px;
}
body.custom-single-blog-post-page .site-content .entry-content .social-links a:hover span.bb_button.bb_button--corner.bb_button--alt {
    background: transparent !important;
}
body.custom-single-blog-post-page .site-content .entry-content .social-links a:hover span.bb_button.bb_button--corner.bb_button--alt span.bb_button__text {
    padding: 0px;
    padding-bottom: 6px;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide .img-wrapper figure.post-thumbnail::before {
    content: '';
    background: url(/wp-content/uploads/2025/09/top-double.svg);
    position: absolute;
    width: 100%;
    height: 8px;
    left: 0;
    top: -8px;
    background-repeat: no-repeat;
	background-size: contain;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide .img-wrapper figure.post-thumbnail::after {
    content: '';
    background: url(/wp-content/uploads/2025/09/bottom-double.svg);
    position: absolute;
    width: 100%;
    height: 8px;
    left: 0;
    bottom: -8px;
    background-repeat: no-repeat;
	background-size: contain;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .related-product-display .media-wrapper .blog-slide-main::before {
	filter: invert(1);
    background-repeat: no-repeat;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .related-product-display .media-wrapper .blog-slide-main::after {
	filter: invert(1);
}
body.custom-single-blog-post-page .header-main nav#site-navigation ul li a span.bb_button.bb_button--corner.bb_button--alt {
    border-color: #0C0C0D;
}
body.custom-single-blog-post-page .header-main nav#site-navigation ul li a span.bb_button.bb_button--corner.bb_button--alt span.bb_button__text::before {
    background: url(/wp-content/uploads/2025/09/left-double.svg);
    background-repeat: no-repeat;
}
body.custom-single-blog-post-page .header-main nav#site-navigation ul li a span.bb_button.bb_button--corner.bb_button--alt span.bb_button__text::after {
    background: url(/wp-content/uploads/2025/09/right-double.svg);
    background-repeat: no-repeat;
}
body.custom-single-blog-post-page .header-main nav#site-navigation ul li a span.bb_button.bb_button--corner.bb_button--alt:nth-child(2) .bb_button__text {
    background: url(/wp-content/uploads/2025/09/black-plus.svg);
    background-repeat: no-repeat;
    background-position: center;
}
body.custom-single-blog-post-page .header-main nav#site-navigation ul li a:hover span.bb_button.bb_button--corner.bb_button--alt {
    background: transparent;
    padding: 4px;
}
body.custom-single-blog-post-page .header-main nav#site-navigation ul li a:hover span.bb_button.bb_button--corner.bb_button--alt span.bb_button__text {
    padding: 8.5px 9px;
}
body.custom-single-blog-post-page .header-main .site-logo a.custom-logo-link:hover span {
    background: transparent;
    border: none;
}
body.custom-single-blog-post-page #footer-main-div aside.widget-area::before {
    background: url(/wp-content/uploads/2025/09/footer-top-double.svg);
    background-repeat: no-repeat;
}
body.custom-single-blog-post-page #footer-main-div footer#colophon .site-info::after {
    background: url(https://luneus.com/wp-content/uploads/2025/09/footer-bottom-double.svg);
    background-repeat: no-repeat;
    bottom: 0;
    top: unset;
    height: 8px;
    background-size: cover;
}
body.custom-single-blog-post-page #footer-main-div aside.widget-area::before {
    background: url(/wp-content/uploads/2025/09/footer-top-double.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 8px;
}
.animate-btnn:hover {
    background: linear-gradient(90deg, #0044FF -26.52%, #D500FF 96%) !important;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .media-wrapper .blog-slide-main .blog-slide-btn a:hover {
    color: #fff;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .media-wrapper .blog-slide-main .blog-slide-btn a:hover span.bb_button.bb_button--corner.bb_button--alt {
    border-color: #fff;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .media-wrapper .blog-slide-main .blog-slide-btn a:hover span.bb_button.bb_button--corner.bb_button--alt:last-child span.bb_button__text {
    filter: invert(1);
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .related-product-display .media-wrapper .blog-slide-main .blog-slide-btn a:hover span.bb_button.bb_button--corner.bb_button--alt:first-child span.bb_button__text::before, body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .related-product-display .media-wrapper .blog-slide-main .blog-slide-btn a:hover span.bb_button.bb_button--corner.bb_button--alt:first-child span.bb_button__text::after {
    filter: invert(1);
}
body.custom-single-blog-post-page .header-main nav#site-navigation ul li a.animate-btnn:hover span.bb_button.bb_button--corner.bb_button--alt {
    border-color: #fff !important;
}
body.custom-single-blog-post-page .header-main nav#site-navigation ul li a:hover span.bb_button.bb_button--corner.bb_button--alt span.bb_button__text {
    filter: invert(1);
}
body.custom-single-blog-post-page .site-content .entry-content .social-links a {
    color: #0C0C0D;
    font-size: 17px;
    line-height: 110.00000000000001%;
    padding-bottom: 5px !important;
    margin-bottom: 6px;
    border-bottom: 1px solid #0C0C0D;
}
body.custom-single-blog-post-page .site-content .entry-content .social-links {
    display: inline-block;
}
.slider-btn-main .animate-btnn::before {
    height: 20px;
    width: 40px;
}
.slider-btn-main .animate-btnn::after {
    height: 20px;
    width: 60px;
}
.left-arrow::before {
    content: '';
    height: 43px;
    width: 43px;
    border: 1px solid #F5EFEB;
    background-image: url(/wp-content/uploads/2025/09/left-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    transition: 0.5s 
ease-in-out, background-color 0.5s 
ease-in-out;
}
.right-arrow::before{
	content: '';
    height: 43px;
    width: 43px;
    border: 1px solid #F5EFEB;
    background-image: url("/wp-content/uploads/2025/09/right-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    cursor: pointer;
	position:absolute;
	z-index:10;
	transition: 0.5s ease-in-out, background-color 0.5s ease-in-out    
}
.left-arrow:hover, .right-arrow:hover {
	background: linear-gradient(90deg, #0044FF -26.52%, #D500FF 96%) !important;
	transform: translatey(-3px);
	transition: all 0.5s 
		ease-in-out;
}
a#blog_search_btn {
    position: relative;
    overflow: hidden;
}
.second-section-heading {
    z-index: 99;
}
/* .second-section-heading:hover::before,
.second-section-heading:hover::after, .hire-slider-inner-wrapper:hover::before, .hire-slider-inner-wrapper:hover::after, .blog-slider .blog-slide-main:hover::before, .blog-slider .blog-slide-main:hover::after {
  animation: shake 1s ease-in-out forwards;
}
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
} */
 
 


/* btnn-animation---- */
.animate-btnn:link,
.animate-btnn:visited {
  border-radius: 2px;
  border: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  padding-bottom: 1px !important;
}
.animate-btnn::before {
  background: #fff;
  content: "";
  height: 40px;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotate(120deg);
  width: 50px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.animate-btnn::after {
  background: #fff;
  content: "";
  height: 30px;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotate(120deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
}
.animate-hover::before {
  left: -50%;
}
.animate-hover::after {
  left: -100%;
}
.animate-btnn:hover,
.animate-btnn:active {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 10px 19px 0 rgb(0 0 0 / 30%);
}
.animate-hover:hover::before {
  left: 120%;
  opacity: 0.5s;
}
.animate-hover:hover::after {
  left: 200%;
  opacity: 0.6;
}
/* btnn-animation---- */




/* ----29/30-09-2025-end----- */








.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
    outline: none !important;
}


/* changes ------ */
.hide-heading{
	display:none;
}


  .contact-form label {
      border: 1px solid #CCDAFF;
	  border-radius: 5px;
      display: block;
      padding:10px;
  }

  .contact-form label > span {
      font-family: Manrope;
      font-weight: 600;
      font-size: 14px;
      line-height: 110.00000000000001%;
      letter-spacing: 0px;
      text-transform: uppercase;
      color: #F5EFEB;
      display: block;
  }

  .contact-form label input,.contact-form label textarea {
      background-color: transparent !important;
      font-family: Manrope;
      font-weight: 400;
      font-size: 25px;
      line-height: 130%;
      letter-spacing: 0px;
      opacity: 1 !important;
      color: #F5EFEB !important;
      border:none !important;
      outline:none !important;
      width:100%;
      padding-left: 0px;
	  padding-bottom:0px !important;
  }
  .contact-form label textarea{
    height:100px;
  }

  .contact-form label input::placeholder, .contact-form label textarea::placeholder {
      font-family: Manrope;
      font-weight: 400;
      font-size: 25px;
      line-height: 130%;
      letter-spacing: 0px;
      opacity: 0.5;
      color: #F5EFEB !important;
  }

  .contact-form label input:focus,.contact-form label textarea:focus{
    outline:none !important;
  }


  section.vc_section.contact-form-sec h2 strong {
      font-family: Manrope;
      font-weight: 700;
      font-size: 60px;
      line-height: 110.00000000000001%;
      letter-spacing: 0px;
      margin-bottom: 30px !important;
      display: block;
  }


  .form-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin:0 -18px;
      margin-bottom:36px;
  }
  .form-row > p {
      flex:0 0 auto;
      width:50%;
      padding:0 18px;
  }

.submit-btn {
    margin-top: 30px;
    display: flex;
    justify-content: end;
}
.submit-btn h6 {
    font-weight: 400;
    font-size: 17px;
    line-height: 110%;
    letter-spacing: 0px;
    max-width: 334px;
    margin-right: 30px;
}
.submit-btn h6 a{
  display:inline-block !important;
  transition:.3s linear;
  position:relative;
}
.submit-btn h6 a::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: #fff;
	transition:.3s linear;
}
.submit-btn h6 a:hover{
	color:#D500FF !important;
	transition:.3s linear;
	
}
.submit-btn h6 a:hover:before{
	background-color:#D500FF !important;
	transition:.3s linear;
}

.submit-btn .submin-btn-inner input{
    display: none;
}
.submit-btn .submin-btn-inner span.wpcf7-spinner {
    display: block;
}

 span.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 18px;
    padding: 10px;
    border-color: #dc3232 !important;
    color: #dc3232;
    margin: 10px 0 0 !important;
}

 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    color: #46b450 !important;
}

.contact-form-sec .vc_row .vc_column-inner {
    max-width: 1124px !important;
    margin: auto;
}
section.vc_section.contact-form-sec .wpb_content_element {
    margin-bottom: 0px;
}

section.vc_section.contact-form-sec .vc_row {
    padding-top: 35px;
    padding-bottom: 35px;
    position:relative;
    background-image: url(https://luneus.com/wp-content/uploads/2025/10/form-bottom.png);
    background-repeat: no-repeat;
    background-size: 100%;;
    background-position:bottom;
}
 section.vc_section.contact-form-sec .vc_row::before {
    content:"";
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100px;
    background-image: url(https://luneus.com/wp-content/uploads/2025/10/form-top.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

section.vc_section.contact-form-sec {
    background-position: left -130px top 0px !important;
    background-size: 900px 900px !important;
    padding-bottom: 250px;
    padding-top: 60px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0px !important;
}
span.blog-category {
    display: block;
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0px;
    margin-bottom: 10px;
	color:#F5EFEB;
	text-transform:capitalize !important;
}
body.custom-single-blog-post-page span.blog-category-single-page {
    color: #0c0c0d !important;
}
.wp-singular header.entry-header.alignwide {
    padding-top: 160px;
    padding-bottom: 50px;
    max-width: 1350px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    margin-bottom: 0px;
}
.wp-singular  header.entry-header.alignwide h1.entry-title {
    line-height: 110.00000000000001%;
    font-size: 70px;
    font-weight: 700;
}

section.vc_section.privacy-section {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 600 !important;
        margin-bottom: 16px !important;
		padding-top:4px !important;
    }
	a{
		display:inline-block !important;
	}
    p,
    ul,
    ol,div {
        margin-bottom: 12px !important;
    }
	li{
		margin-bottom:6px !important;
	}
    p,
    ul li,
    ol li, span,a,div {
        font-family: var(--font-secondary);
        font-weight: 300;
        font-size: clamp(16px, calc(1rem + ((1vw - 7.68px) * 0.5952)), 20px) !important;
        line-height: 29px;
        letter-spacing: 0px;
    }

    a{
        text-decoration:underline !important;
    }

     ul,ol {
        padding-left: 20px !important;
    }
}
body.wp-singular div#page {
    overflow: hidden !important;
}
section.vc_section.privacy-section {
    padding-bottom: 80px !important;
}
span.blog-category-single-page {
    text-transform: capitalize !important;
}

section.vc_section.banner-section .vc_empty_space.empty-space {
    display: none;
}
section.vc_section.banner-section .vc_row.wpb_row.vc_row-fluid.main-container {
    height: 90vh;
}

/* 12-11-2025 */

.main-container.view-casestudy-row  .vc_row {
    padding: 40px;
    border-radius: 5px;
    border: 1px solid #F7CCFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(46, 0, 55, 0.2) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap:wrap;
}
.main-container.view-casestudy-row h2{
	margin-bottom:0px !important;
}
.main-container.view-casestudy-row {
    padding: 22px 10px;
	position:relative;
	margin-top: clamp(1px, calc(0.0625rem + ((1vw - 7.68px) * 14.7321)), 100px) !important;
    margin-bottom: clamp(1px, calc(0.0625rem + ((1vw - 7.68px) * 23.6607)), 160px) !important;
}
.main-container.view-casestudy-row::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100px;
    background-image: url(https://luneus.com/wp-content/uploads/2025/10/form-top.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.main-container.view-casestudy-row::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100px;
    background-image: url(https://luneus.com/wp-content/uploads/2025/10/form-bottom.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    top: unset !important;
}
.main-container.view-casestudy-row > .vc_column_container{
	float:unset;
}
.main-container.view-casestudy-row .vc_row .vc_col-sm-4 .vc_column-inner > div {
    text-align: right;
}
header.entry-header.alignwide {
    display: none;
}
body.page-privacy header.entry-header.alignwide,body.page-terms header.entry-header.alignwide,body.media-hub-listing header.entry-header.alignwide{
	display:block;
}

/* case-study */

.contentainer {
    max-width: 1094px;
    margin: auto;
    padding: 100px 0;
}

.case-compny {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: max-content;
    flex-wrap: wrap;
    margin: 50px 0;
}

.comp-box {
    background: linear-gradient(180deg, rgba(46, 0, 55, 0.05) 0%, rgba(46, 0, 55, 0.05) 100%);
    padding: 10px;
    backdrop-filter: blur(60px)
}

.comp-box span {
    font-family: Manrope;
    font-weight: 600;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
    color: #0C0C0D
}

.case-detail-main p {
    font-family: Manrope;
    font-weight: 400;
    font-size: 17px;
    line-height: 110%;
    letter-spacing: 0px;
    color: #0C0C0D
}

.case-detail-main h3 {
    font-family: Manrope;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: 0px;
    color: #0C0C0D;
    margin-bottom: 20px;

}

.case-detail-main h4 {
    font-family: Manrope;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: 0px;
    color: #0C0C0D;
    margin-bottom: 10px;

}

.case-background ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap:20px;
}

.case-background ul li {
    flex: 0 0 auto;
    width: 48%;
    padding: 10px;
    background: linear-gradient(180deg, rgba(46, 0, 55, 0.05) 0%, rgba(46, 0, 55, 0.05) 100%);
    backdrop-filter: blur(60px)
}

.case-about {
    margin: 100px 0 40px;
}

.case-about > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap:20px;
}

.case-about > ul > li {
    flex: 0 0 auto;
    width: 31%;
}

ul.static-case {
     display: flex;
    margin-bottom: 100px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px !important;
    background: linear-gradient(180deg, rgba(247, 204, 255, 0.05) 0%, rgba(46, 0, 55, 0.05) 100%);
    backdrop-filter: blur(60px);
}
ul.static-case li{
    flex: 0 0 auto;
    padding: 13px 5px;
    position: relative;
}

.moving-case .moving-casemain {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}
.case-detail-main .moving-casemain ul {
    padding-left: 20px;
    list-style-type: disc;
}
.case-detail-main .moving-casemain ul li{
	color:#0C0C0D;
	font-family: Manrope;
	font-weight: 400;
	font-size: 17px;
	line-height: 150%;
	letter-spacing: 0px;
}
.case-detail-main .case-aboutbox ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
    list-style-type: disc;
}
.case-detail-main .case-aboutbox ul li{
	color:#0C0C0D;
	font-family: Manrope;
	font-weight: 400;
	font-size: 17px;
	line-height: 150%;
	letter-spacing: 0px;
}

.moving-casemain > div {
    flex: 0 0 auto;
    width: 48%;
}

ul.static-case li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100px;
    background-image: url(https://luneus.com/wp-content/uploads/2025/11/static-top.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
ul.static-case li::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100px;
    background-image: url(https://luneus.com/wp-content/uploads/2025/11/static-bottom.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    top: unset !important;
}
.case-detail-main ul {
    list-style: none;
    padding: 0px;
	color: #0C0C0D;
}
body.page-case-detail,body.page-case-detail .site-content {
    background-color: #F5EFEB !important;
}
section.vc_section.case-detail-sec .main-container {
    max-width: 1124px;
}
section.vc_section.case-detail-sec {
    padding-top: 170px;
}
.case-detail-main h2 {
    font-family: Manrope;
    font-weight: 700;
    font-size: clamp(35px, calc(2.1875rem + ((1vw - 7.68px) * 5.2083)), 70px);
    line-height: 110%;
    letter-spacing: 0px;
    color: #0C0C0D;
}
section.vc_section.view-nexcase-sec {
    padding: clamp(120px, calc(7.5rem + ((1vw - 7.68px) * 20.8333)), 260px) 15px;
}
section.vc_section.view-nexcase-sec {
    background-position: right center !important;
    background-size: contain !important;
	position:relative;
}



.vc_btn3-container.view-next-case-btn span.bb_button__text {
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: clamp(25px, calc(1.5625rem + ((1vw - 7.68px) * 5.2083)), 60px);
    line-height: 110%;
    letter-spacing: 0px;
    color:#0C0C0D;
}

.vc_btn3-container.view-next-case-btn .bb_button.bb_button--corner.bb_button--alt:nth-child(1) span.bb_button__text {
    padding: clamp(30px, calc(1.875rem + ((1vw - 7.68px) * 5.9524)), 70px) clamp(20px, calc(1.25rem + ((1vw - 7.68px) * 4.4643)), 50px);
}

.vc_btn3-container.view-next-case-btn .vc_btn3.vc_btn3-style-custom{
    background-image: unset;
}

.vc_btn3-container.view-next-case-btn .bb_button.bb_button--corner.bb_button--alt:nth-child(2) {
    width: unset;
    transition: all 0.3s ease!important;
    padding: clamp(30px, calc(1.875rem + ((1vw - 7.68px) * 7.4405)), 80px) clamp(20px, calc(1.25rem + ((1vw - 7.68px) * 4.4643)), 50px) clamp(30px, calc(1.875rem + ((1vw - 7.68px) * 5.9524)), 70px) 0;
    border: none;
}

.vc_btn3-container.view-next-case-btn .bb_button.bb_button--corner.bb_button--alt:nth-child(2) .bb_button__text {
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease!important;
    width: 50px;
    height: 50px;
       background-image: url(https://luneus.com/wp-content/uploads/2025/11/case-btn.png);
}

.vc_btn3-container.view-next-case-btn span.bb_button__text::before,.vc_btn3-container.view-next-case-btn span.bb_button__text::after {
    content: none;
}

.vc_btn3-container.view-next-case-btn .bb_button.bb_button--corner.bb_button--alt:nth-child(1) {
    border: none;
}

.vc_btn3-container.parent-animate-btnn.view-next-case-btn {
    position: relative;
}
.vc_btn3-container.parent-animate-btnn.view-next-case-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    background-image: url(https://luneus.com/wp-content/uploads/2025/11/left-side.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.vc_btn3-container.parent-animate-btnn.view-next-case-btn::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 10px;
    background-image: url(https://luneus.com/wp-content/uploads/2025/11/right-side.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
/* .vc_btn3-container.parent-animate-btnn.view-next-case-btn a.vc_general:hover span.bb_button__text {
    color: #fff !important;
}

.vc_btn3-container.parent-animate-btnn.view-next-case-btn a.vc_general:hover .bb_button.bb_button--corner.bb_button--alt:nth-child(2) .bb_button__text {
    background-image: url(https://luneus.com/wp-content/uploads/2025/11/Group-38.png);
} */
.vc_btn3-container.parent-animate-btnn.view-next-case-btn .animate-btnn:hover {
    background: unset !important;
}

body.page-case-detail .Footer-main {
    background-color: #f5efeb;
}
body.page-case-detail .Footer-main .widget-title,body.page-case-detail .Footer-main .widget-area .textwidget a,body.page-case-detail .Footer-main .widget-area  p{
	color:#0C0C0D;
}
section.vc_section.view-nexcase-sec::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20%;
    width: 100%;
    height: 100%;
    background-image: url(
    https://luneus.com/wp-content/uploads/2025/11/nest-shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

body.page-case-detail .Footer-main .widget-area::before ,body.page-case-detail .Footer-main .site-footer .site-info::after{
    filter: invert(1);
}
body.page-case-detail .Footer-main .site-info img {
    filter: invert(1) !important;
}
body.page-case-detail .Footer-main .site-footer {
    background-image: url("/wp-content/uploads/2025/11/footer-shadomg.png");
}
body.page-case-detail .entry-content {
    margin-top: 0px !important;
}

   body.page-case-detail .site-logo img {
        filter: invert(1);
    }
    body.page-case-detail .header-main.scroll-up  .site-logo img{
        filter: invert(0);
    }

    body.page-case-detail ul#primary-menu-list li a > span {
        filter: invert(1);
    }
    body.page-case-detail ul#primary-menu-list li a:hover > span {
        filter: invert(0) !important;
    }

    body.page-case-detail .header-main.scroll-up ul#primary-menu-list li a > span {
        filter: invert(0) !important;
    }
/*---------------*/


/* Responsive start  */



@media screen and (min-width:1600px){
section.vc_section.banner-section{
	background-size:  cover !important;
	/* background-image: url("/wp-content/uploads/2025/09/banner.png") !important; */
}
}






@media screen and (max-width:1400px) {
body.custom-single-blog-post-page .site-content header.entry-header.alignwide, body.custom-single-blog-post-page .site-content .related-posts.media_hub_part {
    padding-left: 15px;
	padding-right: 15px;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide .img-wrapper figure.post-thumbnail, body.custom-single-blog-post-page .site-content header.entry-header.alignwide .img-wrapper {
    width: 100%;
}
}









@media screen and (max-width:1350px) {
body.media-hub-listing section#media-hub-section {
    padding-left: 15px;
    padding-right: 15px;
}
	.client-slider-main-content h3{
		font-size:28px;
	}	
}







@media screen and (max-width:1200px) {
body.media-hub-listing section#media-hub-section .media_hub_part .media-wrapper {
    width: 100%;
    max-width: calc((100% - 16px) / 2);
}
body.media-hub-listing header.entry-header.alignwide h1.entry-title {
    font-size: 60px;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .related-product-display {
    gap: 20px;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .related-product-display .media-wrapper {
    max-width: calc((100% - 40px) / 3);
    width: 100%;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .media-wrapper .blog-slide-main .content-main h3 {
    font-size: 30px;
}
}












@media screen and (max-width:1100px){
.clientslider-container {
    grid-template-columns: repeat(3, 1fr);
}
.clientslider-container > :nth-child(1) {
    grid-column: span 1;
}

.clientslider-container > :nth-child(2) {
    grid-column: span 2;
}
.slider-btn-main.hire-slider-btn {
    display: flex;
	justify-content:center;
}	
}








@media screen and (max-width:1024px){
.banner-section{
	min-height:unset !important;
}
.banner-section-container {
    padding: 80px 0px 50px !important;
}
.banner-section-container .empty-space {
    height: 400px !Important;
}
.banner-section-container .main-heading{
    font-size: 60px !important;
}
/*  */
section.vc_section.second-main-section {
    padding-top: 120px !important;
}
.custom-heading {
    font-size: 50px;
}
.third-heading , .hire-title-main h3, .content-main h3{
    font-size: 35px !important;
}
	.client-slider-main-content h3{
		font-size:28px;
	}	
.second-heading {
    font-size: 50px !important;
}
.job-type-section .second-heading , .client-section .second-heading {
    margin-bottom: 40px !important;
}
/*  */
section.job-type-section {
    padding: 120px  15px  150px !important;
    background-size: contain;
}
.job-type-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.job-type-container > :nth-child(2) {
    grid-column: span 2;
}
	
/* 	 */
section.vc_section.client-section {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
}
section.vc_section.client-section .clientslider-container {
    padding-bottom: 100px !important;
}
section.vc_section.client-section .client-section-second-main-container {
    padding-top: 80px !important;
}	
.third-heading.custom-heading {
    padding-top: 50px;
}	
	
/* 	 */
section.vc_section.blog-section .blog-section-container {
    padding-bottom: 150px !important;
    padding-top: 150px !important;
}
.blog-slider .swiper-wrapper {
    padding-bottom: 40px;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .related-product-display .media-wrapper {
	max-width: calc((100% - 20px) / 2);
	width: 100%;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .related-product-display {
	gap: 50px 20px;
}
}



@media screen and (max-width:991px){
.banner-section-container .main-heading {
    font-size: 50px !important;
}
	
/* 	 */
section.vc_section.second-main-section {
    padding-top: 100px !important;
}
.custom-heading {
    font-size: 40px;
}
.video-row-main > :nth-child(1) {
    padding-left: 0px;
}	
/* 	 */
.second-heading {
    font-size: 40px !important;
}
.job-type-section .second-heading, .client-section .second-heading {
    margin-bottom: 35px !important;
}
section.job-type-section {
    padding: 100px  15px  100px !important;
}
.job-type-container > :nth-child(1) {
    grid-column: span 3;
}
.job-type-container > :nth-child(2) {
    grid-column: span 3;
}
.job-type .swiper-wrapper {
    padding-bottom: 40px;
}	
.job-type-section {
	animation: clientrespons 2.5s ease-in-out infinite; 
}
/* 	 */
.clientslider-container {
    gap: 50px;
}
.clientslider-container > :nth-child(1) {
    grid-column: span 3;
}	
.clientslider-container > :nth-child(2) {
    grid-column: span 3;
}	
	
/* 	 */
section.vc_section.client-section {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
}
.client-sider-main > .wpb_wrapper {
    flex-direction: column-reverse;
}	
.client-sider-main .slider-btn-main {
    width: 100%;
}	
.client-slider {
    width: 100%;
}
section.vc_section.client-section .clientslider-container {
    padding-bottom: 80px !important;
}
section.vc_section.client-section .client-section-second-main-container {
    padding-top: 60px !important;
}	
.third-heading.custom-heading {
    padding-top: 40px;
}	
/* 	 */
	
section.vc_section.blog-section .blog-section-container {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
}
	
/* footer start	 */
.Footer-main .widget-area {
    grid-template-columns: repeat(4, 1fr);
}
body.media-hub-listing section#media-hub-section .media_hub_part .media-wrapper .content-main h3 {
    font-size: 30px !important;
}
body.media-hub-listing section#media-hub-section {
    padding-bottom: 100px;
}
body.media-hub-listing header.entry-header.alignwide h1.entry-title {
    font-size: 50px;
}
body.media-hub-listing header.entry-header.alignwide {
    padding-top: 50px;
    padding-bottom: 30px;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide h1.entry-title {
    font-size: 60px;
}
body.custom-single-blog-post-page .site-content {
    padding-top: 50px;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part {
    padding-top: 100px;
    padding-bottom: 100px;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part h2 {
    font-size: 50px;
    padding-bottom: 40px;
}
}








@media screen and (max-width: 768px) {
	.job-type-inner-content:nth-child(1){
		    min-height: auto;
	}
.banner-section-container {
    padding: 60px 0px 50px !important;
}
.banner-section-container .main-heading {
    font-size: 45px !important;
}
.banner-section-container .empty-space {
	height: 300px ! Important;
}
.forth-heaidng {
    font-size: 25px !important;
}	
.third-heading, .hire-title-main h3 , .content-main h3{
    font-size: 30px !important;
}
	.client-slider-main-content h3{
		font-size: 26px !important;
	}
.second-heading {
    font-size: 35px !important;
}
.job-type-section .second-heading, .client-section .second-heading {
    margin-bottom: 30px !important;
}
/* 	 */
section.vc_section.second-main-section {
    padding-top: 80px !important;
}
.custom-heading {
    font-size: 30px;
}
.second-main-section .second-main-section-first-row {
    padding-bottom: 0px !important;
}
.second-section-heading {
    max-width: 100%;
}	
.video-row-main {
    grid-template-columns: auto;
  
}
.video-row-main > :nth-child(2) {
    position: absolute;
    bottom: 0;
}	
/*  */
section.job-type-section {
    padding: 70px  15px !important;
    background-size: contain;
}
.job-type-inner-content h3 {
    font-size: 28px;
}	
.job-type .swiper-wrapper {
    padding-bottom: 35px;
}	
/* 	 */
section.vc_section.hire-section {
    padding-top: 0px !important;
}
.swiper.hire-slider {
    padding: 30px 15px;
}
	
	
/*  */
section.vc_section.client-section {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
}
.label-main h4 {
    font-size: 18px;
}	
.client-section:before {
    width: 100%;
}	
	
.client-section {
	animation: clientrespons 2.5s ease-in-out infinite; 
}	
section.vc_section.client-section .clientslider-container {
    padding-bottom: 60px !important;
}	
section.vc_section.client-section .client-section-second-main-container {
    padding-top: 40px !important;
	display:flex;
	flex-direction:column-reverse;
}	
.third-heading.custom-heading {
    padding-top: 30px;
	margin-right: 0px;
}		
	
section.vc_section.blog-section .blog-section-container {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
}	
.blog-slider .swiper-wrapper {
    padding-bottom: 30px;
}	
.blog-slider .blog-slide-main {
    gap: 40px;
}
/* footer start  */
.Footer-main .widget-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
	padding-bottom: 20px;
}
	

/* .Footer-main .site-footer {
	 animation: resonsive 6.5s ease-in-out infinite; 
} */
body.media-hub-listing section#media-hub-section .media_hub_part .media-wrapper {
	width: 100%;
	max-width: calc((100% - 0px) / 1);
}
body.media-hub-listing section#media-hub-section .media_hub_part .media-wrapper .blog-slide-main::after {
    bottom: -12px;
    background-size: 100%;
}	
body.media-hub-listing section#media-hub-section .media_hub_part .media-wrapper .blog-slide-main::before {
    top: -5px;
    background-size: 100%;
}
body.media-hub-listing section#media-hub-section .media_hub_part {
    gap: 60px;
}
body.media-hub-listing .search-bar {
    padding-bottom: 50px;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide h1.entry-title {
	font-size: 50px;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide h1.entry-title {
    padding-bottom: 50px;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide {
    padding-bottom: 30px;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .related-product-display .media-wrapper {
	max-width: calc((100% - 0px) / 1);
	width: 100%;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide .img-wrapper figure.post-thumbnail img {
    height: 400px !important;
}
body.custom-single-blog-post-page .site-content .entry-content {
    padding: 0px 15px;
    max-width: 100%;
}
body.custom-single-blog-post-page .site-content .entry-content p {
    width: 100%;
    max-width: 100% !important;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part h2 {
    font-size: 40px;
    padding-bottom: 30px;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part .related-product-display {
	gap: 30px 20px;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide .img-wrapper figure.post-thumbnail::before, body.custom-single-blog-post-page .site-content header.entry-header.alignwide .img-wrapper figure.post-thumbnail::after {
	display: none;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide .img-wrapper figure.post-thumbnail img {
    padding: 0px;
}
.second-main-section .video-short-code {
    filter: drop-shadow(15px 4px 6px black);
}
	
	
section.vc_section.contact-form-sec {
    padding-bottom: 80px;
    padding-top: 0px;
}
.form-row > p {
    width: 100%;
    padding: 0 0px;
}
.form-row {
    margin: 0 0px;
    margin-bottom: 20px;
    flex-wrap: wrap;
	gap:25px;
}
.contact-form label input, .contact-form label textarea {
    font-size: 18px;
}
.contact-form label input::placeholder, .contact-form label textarea::placeholder {
    font-size: 18px;
}
.submit-btn {
    margin-top: 20px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    gap: 20px;
}
.submin-btn-inner > div {
    margin: 0px;
}
.submit-btn h6 {
    max-width: 100%;
    margin-right: 0px;
	font-size: 15px;
}
	
section.vc_section.contact-form-sec .vc_row {
    background-image: url("/wp-content/uploads/2025/09/up.svg");
}
section.vc_section.contact-form-sec .vc_row::before {
    background-image: url("/wp-content/uploads/2025/09/down.svg");
}
section.vc_section.contact-form-sec h2 strong {
    font-size: 35px;
}
body.wp-singular header.entry-header.alignwide h1.entry-title {
    font-size: 46px;
}
body.wp-singular header.entry-header.alignwide {
    padding-top: 120px !important;
    padding-bottom: 30px !important;
}
	
section.vc_section.banner-section .vc_empty_space.empty-space {
    display: block;
}
section.vc_section.banner-section .vc_row.wpb_row.vc_row-fluid.main-container {
    height: auto;
}
.main-container.view-casestudy-row h2 {
    margin-bottom: 30px !important;
}
.main-container.view-casestudy-row .vc_row .vc_col-sm-4 .vc_column-inner > div {
    text-align: left;
}
.case-background ul li {
    width: 100%;
}
.case-about ul li {
    width: 100%;
}
.moving-casemain > div {
    width: 100%;
}
.case-about {
    margin: 40px 0 40px;
}
ul.static-case li {
    flex: 0 0 auto;
    width: 48%;
}
.case-detail-main h3 {
    font-size: 22px;
}
.case-detail-main h4 {
    font-size: 18px;
}
.case-detail-main p {
    font-size: 16px;
}
.case-detail-main h3 {
    margin-bottom: 10px;
}
ul.static-case {
    margin-bottom: 40px;
}
	
section.vc_section.view-nexcase-sec::before {
    bottom: -40%;
    width: 100%;
    height: 70%;
}
}





@media screen and (max-width: 576px) {
.banner-section-container .main-heading {
    font-size: 35px !important;
}
	
.banner-section-container .empty-space {
    height: 150px ! Important;
}	
.forth-heaidng {
    font-size: 20px !important;
}	
.forth-heaidng {
    max-width: 100%;
}	
.job-type-section .second-heading , .client-section .second-heading{
    margin-bottom: 20px !important;
}	
.job-type .swiper-wrapper {
    padding-bottom: 30px;
}	
/* 	 */
section.vc_section.second-main-section {
    padding-top: 60px !important;
}
.second-section-heading {
    padding: 25px 10px;
}
.third-heading, .hire-title-main h3, .client-slider-main-content h3, .content-main h3 {
    font-size: 22px !important;
}
.custom-heading {
    font-size: 25px;
}
.second-heading {
    font-size: 30px !important;
}
/* 	 */
	
	
.job-type-inner-content h3 {
    font-size: 28px;
}
	
/* 	 */
section.vc_section.client-section {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}
.label-main h4 {
    font-size: 20px;
}	
section.vc_section.client-section .clientslider-container {
    padding-bottom: 40px !important;
}	
section.vc_section.client-section .client-section-second-main-container {
    padding-top: 20px !important;
}	
.third-heading.custom-heading {
    padding-top: 30px;
}	
.title-desciption-main {
    gap: 16px;
}
/* 	 */
	
section.vc_section.blog-section .blog-section-container {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
}
.blog-slider .swiper-wrapper {
    padding-bottom: 20px;
}		
.blog-section .slider-btn-main {
    gap: 10px;
}	
/* footer start	 */
.site-footer .site-info {
    padding: 0px; 
}
.Footer-main .widget-area {
    padding: 38px 0px  0px;
}
body.custom-single-blog-post-page .site-content {
	padding-top: 30px;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide h1.entry-title {
	font-size: 40px;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide h1.entry-title {
	padding-bottom: 30px;
}
section.vc_section.contact-form-sec h2 strong {
    font-size: 30px;
}
span.wpcf7-not-valid-tip,.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
}
.main-container.view-casestudy-row  .vc_row {
    padding: 15px 0px;

}
ul.static-case li {
    flex: 0 0 auto;
    width: 90%;
	padding: 18px 10px;
}
.case-compny {
    justify-content: start;
}
}
	
	
	
@media screen and (max-width:480px){
	
.header-main .menu-button-container {
    display: none;
    padding: 0px !important;
}

.header-main .primary-menu-container {
    visibility: visible !important;
    opacity: 1 !important;
    position: unset !important;
    height: unset !important;
    padding: 0px !important;
    transform: unset !important;
	background-color:unset !important;
}

.header-main .primary-navigation {
    position: unset;
    margin-left: auto;
    width: 65%;
    line-height: 100% !important;
}

.header-main .menu-wrapper {
    padding: 0px !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
	justify-content:flex-end !important;
}

.header-main .site-logo {
    position: unset !important;
    padding: 0px !important;
}

.header-main .site-branding {
    width: 35% !important;
}

.header-main .site-header .menu-wrapper li:nth-child(1) a > *:not(:last-child) span {
    padding-left: 0px;
}
.header-main .bb_button__text {
    padding: 8.5px 0px;
}
.header-main .bb_button.bb_button--corner.bb_button--alt:nth-child(2) {
   
    display: none;
}	
.header-main .primary-navigation > div > .menu-wrapper li {
    width: unset !important;
}
body.custom-single-blog-post-page .site-content .related-posts.media_hub_part h2 {
    font-size: 30px;
}
body.custom-single-blog-post-page .site-content .entry-content h4 {
    margin: 0px !important;
    padding-top: 10px;
    font-size: 25px;
    line-height: 110.00000000000001%;
    font-weight: 600;
    padding-bottom: 10px;
}
body.custom-single-blog-post-page .site-content header.entry-header.alignwide h1.entry-title {
	font-size: 30px;
}
.primary-navigation a:hover {
    transform: unset;
}
}

/* Styles for Case Study single */
.case-study-copy-wrapper {
	color: #000;
	margin-top: 50px;
}

.case-study-copy-wrapper p {
	margin: 0px !important;
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
	.case-study-single-padding-bottom {
        padding-bottom: 100px !important;
    }
}

@media screen and (max-width: 991px) {
	.case-study-single-padding-bottom {
        padding-bottom: 100px !important;
    }
}

/* Next Case Study */
.view-nexcase-section {
    background-image: url(https://luneus.com/wp-content/uploads/2025/11/view-gradshape.png?id=485) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.view-next-case-btn {
    margin-bottom: 0 !important;
}

.view-nexcase-section {
    position: relative;
    padding: clamp(120px, calc(7.5rem + ((1vw - 7.68px) * 20.8333)), 260px) 15px;
    background-position: right center !important;
    background-size: contain !important;
    text-align: center;
    z-index: 2;
}

.view-nexcase-section::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20%;
    width: 100%;
    height: 100%;
    background-image: url(https://luneus.com/wp-content/uploads/2025/11/nest-shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 0;
}

.view-nexcase-section .main-container {
    max-width: 1260px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
}

.view-nexcase-section a {
    display: inline-flex !important;
    background: transparent !important;
    padding: 0 !important;
    text-decoration: none !important;
}

.view-next-case-btn {
    display: inline-flex !important;
    align-items: stretch;
    position: relative;
    gap: 0;
    z-index: 3;
}

.view-next-case-btn .bb_button.bb_button--corner.bb_button--alt:nth-child(1) {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
}

.view-next-case-btn .bb_button.bb_button--corner.bb_button--alt:nth-child(1) .bb_button__text {
    font-family: Manrope;
    font-weight: 700;
    font-size: clamp(25px, calc(1.5625rem + ((1vw - 7.68px) * 5.2083)), 60px);
    line-height: 110%;
    color: #0C0C0D;
    padding: clamp(30px, calc(1.875rem + ((1vw - 7.68px) * 5.9524)), 70px)
             clamp(20px, calc(1.25rem + ((1vw - 7.68px) * 4.4643)), 50px);
    position: relative;
}

.view-next-case-btn .bb_button.bb_button--corner.bb_button--alt:nth-child(2) {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    width: auto !important;
    min-width: clamp(60px, calc(2.5vw + 35px), 110px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.view-next-case-btn .bb_button.bb_button--corner.bb_button--alt:nth-child(2) .bb_button__text {
    width: clamp(55px, calc(1.5vw + 28px), 80px) !important;
    height: clamp(55px, calc(1.5vw + 28px), 80px) !important;
    background-image: url(https://luneus.com/wp-content/themes/twentytwentyone-child/images/case-btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    padding: 0 !important;
}

.view-next-case-btn .bb_button__text::before,
.view-next-case-btn .bb_button__text::after {
    content: none !important;
}

.view-next-case-btn::before,
.view-next-case-btn::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 12px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.view-next-case-btn::before {
    left: -12px;
    background-image: url(https://luneus.com/wp-content/uploads/2025/11/left-side.png);
}

.view-next-case-btn::after {
    right: -12px;
    background-image: url(https://luneus.com/wp-content/uploads/2025/11/right-side.png);
}

.view-next-case-btn:hover {
    background: unset !important;
    transform: translateY(-3px);
    transition: 0.3s ease;
}

.view-next-case-btn .bb_button {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.view-next-case-btn:hover .bb_button.bb_button--corner.bb_button--alt:nth-child(2) .bb_button__text {
    background-image:
		url(https://luneus.com/wp-content/themes/twentytwentyone-child/images/case-btn-white.svg),
		linear-gradient(90deg, #0044FF -26.52%, #D500FF 96%);
    background-size: cover, contain;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    transition: 0.3s ease !important;
}

/* Normalize Case Study Single Content */
.case-detail-main .case-bgbox p {
	margin-bottom: 20px;
	line-height: 1.7;
}

.case-detail-main .case-bgbox p:last-of-type {
	margin-bottom: 0px;
}

.case-detail-main .case-about .case-aboutbox p {
	margin-bottom: 20px;
	line-height: 1.7;
}

.case-detail-main .case-about .case-aboutbox p:last-of-type {
	margin-bottom: 0px;
}

.case-detail-main .moving-case .moving-casemain .moving-box p {
	margin-bottom: 20px;
	line-height: 1.7;
}

.case-detail-main .moving-case .moving-casemain .moving-box p:last-of-type {
	margin-bottom: 0px;
}

/* Last Case Study */
.last-case-study {
	padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    background-image: url(/wp-content/uploads/2025/10/form-bottom.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.last-case-study::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100px;
    background-image: url(/wp-content/uploads/2025/10/form-top.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.last-case-study:after {
    clear: both;
}

.last-case-study .gradient-wrapper {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(46, 0, 55, 0.2) 100%), linear-gradient(0deg, rgba(245, 239, 235, 0.4), rgba(245, 239, 235, 0.4));
	padding: 30px;
	border-radius: 5px;
	border: 1px solid;
    border-image-source: linear-gradient(90deg, #F7CCFF 0%, #CCDAFF 100%);
	display: flex;
    gap: 30px;
    align-items: flex-start;
}

.gradient-wrapper .column-1 {
    flex: 0 0 820px;
    max-width: 820px;
}

.gradient-wrapper .column-1 .vc_do_btn a {
	margin-top: 30px;
}

.gradient-wrapper .column-2 {
    flex: 1;
}

@media (max-width: 1199px) {
	.last-case-study .gradient-wrapper {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
	
	.last-case-study .gradient-wrapper .column-1,
    .last-case-study .gradient-wrapper .column-2 {
        flex: 0 0 100% !important; 
        max-width: 100% !important;
    }
	
	.last-case-study .animate-btnn {
        width: fit-content;
    }
}

.gradient-wrapper .column-2 .static-case {
	background: transparent !important;
	list-style-type: none;
	backdrop-filter: none !important;
}

.gradient-wrapper .column-2 .static-case li {
	width: 100%;
}

.gradient-wrapper .column-2 .static-case li::before {
	background-image: url(/wp-content/uploads/2025/09/down.svg);
}

.gradient-wrapper .column-2 .static-case li::after {
	background-image: url(/wp-content/uploads/2025/09/up.svg);
}


/* Helper CSS classes */
.display-none {
    display: none !important;	
}