* {
	padding: 0;
	margin: 0;
}
body {
	overflow:;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

/* popuo header toggle */
.dialog-widget-content.dialog-lightbox-widget-content.animated {
    border-radius: 12px 0px 0px 12px !important;
}

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container.elementor-active {
    border-radius: 20px 0px 0px 20px;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	margin-top:0 !important; 
    }

/* Header after scroll */
#masthead.header-scroll{
    background: #fff; /* change to your color */
}
/* MOBILE MENU PANEL */
.header_menu .elementor-menu-toggle {
	z-index:9999 !important;
}
.header_menu .elementor-nav-menu--dropdown {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important; /* keep fixed */
    left: auto !important;
    width: 100% !important;
    height: 100vh;
    background: #fff;
    z-index: 999 !important;
    padding: 80px 0;

    /* UPDATED ANIMATION */
    transform: translateX(100%) !important;
    transition: transform 0.4s ease-in-out !important;
}

/* ACTIVE STATE */
.elementor-nav-menu--dropdown.elementor-active {
    transform: translateX(0) !important;
}
/* BLUR BACKGROUND WHEN MENU OPEN */
body.menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.5);
    z-index: 99 !important;
}
/* FIX: Elementor hiding menu items */
.header_menu .elementor-nav-menu--dropdown {
    max-height: 100vh !important;  /* prevent collapse */
    overflow-y: auto !important;
}

/* OPTIONAL: prevent scroll */
body.menu-open {
    overflow: hidden;
}


body {
	padding-top: 0px;
	overflow-x:hidden;
/* 	 font-family: 'Hannari' !important; */
}

a,button{
	cursor: pointer;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
	margin:0 !important;
}

.step_list .elementor-icon-list-text {
	padding-inline-start: 4px !important;
}

/* header menu toggle */
nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    height: 100vh;
}

/* button */
.btn_wrap .elementor-button .elementor-button-icon {
    background-color: white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    justify-content: center;
}
.btn_wrap a.elementor-button .elementor-button-icon svg path {
    fill: none;
}
 
.btn_wrap a.elementor-button:hover .elementor-button-icon {
    background-color: #1976D2;
}
 
.btn_wrap a.elementor-button:hover .elementor-button-icon svg path {
    stroke: white;
}
.btn_wrap a.elementor-button .elementor-button-icon svg path {
    stroke: black;
}
 

header#masthead {
	display: block !important;
}
body.menu-open #masthead {
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(20px);
    background: rgb(255 255 255 / 20%);
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	z-index: 987 !important;
}
/* header */
.header_menu .elementor-nav-menu--dropdown,
.header_menu .elementor-nav-menu--dropdown.elementor-active {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Overlay */
.rinde-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 9998;
}
.rinde-menu-overlay.active { 
	display: block; 
}

/* Drawer — slides in from right */
.rinde-mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  max-width: 340px;
  background: #fff;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.28s ease;
}
.rinde-mobile-drawer.open {
    border-radius: 15px 0px 0px 15px;
    transform: translateX(0);
}

/* Drawer header */
.rinde-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
 
}
.rinde-drawer-header-left {
  display: flex;
  align-items: center;
  gap: 100px;
}
.rinde-drawer-title {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}
.rinde-drawer-badge {
	display:flex !important;
	align-content:center !important;
    background: #1976D2;
    color: #fff;
    font-size: 14px;
    padding: 2px 10px 6px 12px;
    border-radius: 20px;
	cursor:pointer !important;
}
.rinde-drawer-close {
  background: none !important;
  border: none !important;
  font-size: 24px !important;
  cursor: pointer;
  color: black !important;
  line-height: 1;
	font-weight:900 !important;
padding:0 !important;
}


/* Vertical nav links inside drawer */
.rinde-mobile-drawer .drawer-nav a {
  display: block;
  padding: 14px 18px;
  font-size: 15px;
  color: #222;
  text-decoration: none;
font-weight:400;
}
/* .rinde-mobile-drawer .drawer-nav a:hover { background: #fafafa; } */
.rinde-mobile-drawer .drawer-nav a.current-menu-item {
  font-weight: 700;
  color: #000;
}



.header-wrapper {
	backdrop-filter: blur(4px);
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}

/* landing page btn hero banner */
.elementor-20 .elementor-element.elementor-element-a36b1c7 .elementor-button-content-wrapper  {
    flex-direction: column-reverse !important;
    align-items: center;
}
.hero_btn a.elementor-button.elementor-button-link.elementor-size-sm {
    padding: 0;
}
.hero_btn .elementor-button-content-wrapper {
	gap:0 !important;
}

/* Padding top and bottom zero*/

.e-con.p-top {
	padding-top: 0;
}

.e-con.p-bottom {
	padding-bottom: 0;
}
/* hero-banner of home page */
.hero_banner {
  position: relative;
}

.hero_banner::after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:289px;
  background:linear-gradient(0deg,#FFF 4.64%,rgba(255,255,255,0) 27.14%);
}

/* slider on landing page*/
.slider .elementor-testimonial__cite {
	margin-top: 40px;
}
.elementor-testimonial .elementor-testimonial__title {
    padding-top: 14px;
}
.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
    margin-top: 0 !important;
}



/* into slider set text and title animated right and left */

/* default state */
/* .elementor-testimonial__cite{
opacity:1;
transition:transform .6s ease, opacity .6s ease;
} */

/* from right */
/* .cite-from-right .elementor-testimonial__cite{
transform:translateX(80px);
opacity:0;
animation:citeRight .6s forwards;
} */

/* from left */
/* .cite-from-left .elementor-testimonial__cite{
transform:translateX(-80px);
opacity:0;
animation:citeLeft .6s forwards;
} */

/* @keyframes citeRight{
from{
transform:translateX(80px);
opacity:0;
}
to{
transform:translateX(0);
opacity:1;
}
}

@keyframes citeLeft{
from{
transform:translateX(-80px);
opacity:0;
}
to{
transform:translateX(0);
opacity:1;
}
} */

/* smoother animation */
.swiper-slide{
will-change:transform;
backface-visibility:hidden;
}

/* What are we asking about? */
.image-area {
	position: relative;
}

.image-area .hover-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.image-area .hover-img img {
	width:100%;
	height:100%;
	max-height:638px !important;
	object-fit:cover;
	object-position:center;
}

.hover-img {
	opacity: 0;
	transition: opacity 0.4s ease;
}

.hover-img.img1 {
    opacity: 1;
}

.hover-text {
    color:#12121280 !important;
    transition:color 0.3s ease;
}

.hover-text.active-text {
    color:#121212 !important;
}

/* timeline on landing page */



/*  timeline on landing page */

/* .process_steps {
	position:relative;
	align-items:center;
} */

/* animated line */
/* .process_steps::after {
	content:"";
	position:absolute;
	left:240px;
	top:36%;
	transform:translateY(-36%);
	border:1px dashed #121212 !important;
	width:0%;
	z-index:2;
	transition:width 4s ease;
} */

/* animation trigger */
/* .process_steps.timeline_active::after {
	width: 60%;
} */

/* .step_item {
	position:relative;
	z-index:3;
} */

/* .step_item .elementor-icon-box-description {
	transition:color 2s ease;
}

.step_item.active_step .elementor-icon-box-description {
	color:#121212 !important;
} */

/*  */

/* Hide any native Elementor lines */
/* Hide any native Elementor lines */
/* .timeline .process_steps .elementor-icon-box-title::before,
.timeline .process_steps .elementor-icon-box-title::after,
.timeline .process_steps .elementor-icon-box-title span::before,
.timeline .process_steps .elementor-icon-box-title span::after,
.timeline .process_steps .step_item::before,
.timeline .process_steps .step_item::after,
.timeline .process_steps .e-con-inner::before,
.timeline .process_steps .e-con-inner::after {
  display: none !important;
} */

/* All descriptions start at 50% opacity by default */
/* .timeline .process_steps .step_item .elementor-icon-box-description {
  color: #12121280 !important;
  transition: color 0.5s ease;
} */

/* All titles start with no shadow */
/* .timeline .process_steps .step_item .elementor-icon-box-title {
  text-shadow: none;
  transition: text-shadow 0.5s ease;
} */

/* First step description dark on page load */
/* .timeline .process_steps .step_item:first-child .elementor-icon-box-description {
  color: #121212 !important;
} */

/* First step title shadow on page load */
/* .timeline .process_steps .step_item:first-child .elementor-icon-box-title {
  text-shadow: 0 4px 4px rgba(255, 228, 77, 0.40);
} */

/* When step becomes active — description dark */
/* .timeline .process_steps .step_item.step-active .elementor-icon-box-description {
  color: #121212 !important;
} */

/* When step becomes active — title shadow */
/* .timeline .process_steps .step_item.step-active .elementor-icon-box-title {
  text-shadow: 0 4px 4px rgba(255, 228, 77, 0.40);
} */

/* Dotted animated line wrapper */
/* .timeline-line {
  position: absolute;
  height: 4px;
  background: transparent;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 1.2s ease-in-out;
  pointer-events: none;
  z-index: 10;
  display: flex;
  align-items: center;
} */

/* .timeline-line.animate {
  transform: scaleX(1);
} */

/* Dotted line in the middle */
/* .timeline-line .line-inner {
  position: absolute;
  left: 6px;
  right: 6px;
  height: 0;
  border-top: 2px dashed #434343;
} */

/* Circle at start */
/* .timeline-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #434343;
  flex-shrink: 0;
} */

/* Circle at end */
/* .timeline-line::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #434343;
  flex-shrink: 0;
} */


/* number color */
.process_steps .step_item .elementor-icon-box-title  {
	background: linear-gradient(180deg, #1976D2 0%, #FFF 85.42%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Hide any native Elementor lines */
.timeline .process_steps .elementor-icon-box-title::before,
.timeline .process_steps .elementor-icon-box-title::after,
.timeline .process_steps .elementor-icon-box-title span::before,
.timeline .process_steps .elementor-icon-box-title span::after,
.timeline .process_steps .step_item::before,
.timeline .process_steps .step_item::after,
.timeline .process_steps .e-con-inner::before,
.timeline .process_steps .e-con-inner::after {
  display: none !important;
}

/* All descriptions start at 50% opacity by default */
.timeline .process_steps .step_item .elementor-icon-box-description {
  color: #12121280 !important;
  transition: color 0.5s ease;
}

/* All titles start with no shadow */
.timeline .process_steps .step_item .elementor-icon-box-title {
	color:#1976D2 !important;
  text-shadow: none;
  transition: text-shadow 0.5s ease;
}

/* First step description dark on page load */
.timeline .process_steps .step_item:first-child .elementor-icon-box-description {
  color: #121212 !important;
}

/* First step title shadow on page load */
.timeline .process_steps .step_item:first-child .elementor-icon-box-title {
/*   text-shadow: 0 4px 4px #1976D2; */
}

/* When step becomes active — description dark */
.timeline .process_steps .step_item.step-active .elementor-icon-box-description {
  color: #121212 !important;
}

/* When step becomes active — title shadow */
.timeline .process_steps .step_item.step-active .elementor-icon-box-title {
/*   text-shadow: 0 4px 4px #1976D2; */
}

/* Line wrapper */
.timeline-line {
  position: absolute;
  height: 4px;
  background: transparent;
  pointer-events: none;
  z-index: 10;
  display: flex;
  align-items: center;
  overflow: visible;
  visibility: visible !important;
}

/* Clipping container — clips growing dash only */
.timeline-line .line-clip {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* DESKTOP: dashed line grows width */
.timeline-line.horizontal .line-inner {
  display: block;
  width: 0;
  height: 0;
  border-top: 2px dashed #434343;
  transition: width 1.2s linear;
  flex-shrink: 0;
}

.timeline-line.horizontal.animate .line-inner {
  width: 100%;
}

/* MOBILE: vertical */
.timeline-line.vertical {
  width: 4px !important;
  height: auto;
  flex-direction: column;
  overflow: visible;
}

.timeline-line.vertical .line-clip {
  position: absolute;
  top: 2px;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  width: 4px;
  height: auto;
  right: auto;
  display: block;
}

.timeline-line.vertical .line-inner {
  display: block;
  width: 0;
  border-left: 2px dashed #434343;
  height: 0;
  transition: height 1.2s linear;
}

.timeline-line.vertical.animate .line-inner {
  height: 100%;
}

/* ── CIRCLES — YOUR EXACT ORIGINAL CSS ── */

/* Circle at start */
.timeline-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #434343;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.1s ease;
  visibility: visible !important;
}

/* Show start circle when animation begins */
.timeline-line.animate::before {
  opacity: 1;
}

/* Circle at end */
.timeline-line::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #434343;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.1s ease;
  visibility: visible !important;
}

/* Show end circle when line finishes */
.timeline-line.line-done::after {
  opacity: 1;
}

/* Vertical circle positions — flush to line edges */
.timeline-line.vertical::before {
  left: 50%;
  top: -3px;
  right: auto;
  bottom: auto;
  transform: translateX(-50%);
}

.timeline-line.vertical::after {
  left: 50%;
  bottom: -3px;
  top: auto;
  right: auto;
  transform: translateX(-50%);
}

/* Hide the line container until JS makes it visible */

/* home page */

/* on scroll text color change(above the hero banner section) */
/* .tagline-section .elementor-heading-title .scroll-word {
    transition: color 0.6s ease;
    display: inline-block;
}
.tagline-section .elementor-heading-title .scroll-word.word-visible {
    color: #121212;
} */
.tagline-section .elementor-heading-title .scroll-word {
    display: inline-block;
    color: #cccccc;
    transition: color 0.08s ease;
}
.tagline-section .elementor-heading-title .scroll-word.word-visible {
    color: #121212;
}


/* Choose Your Perfect Routine */
.list_count ul {
	column-count:2;
	column-gap:16px;
}

.routine {
    display: initial !important;
}
 

.products figure.elementor-image-box-img {
    background-color: #F1F1F1;
	display: flex;
    justify-content: center;
	border-radius:20px;
	height:100%;
	padding: 14px 0px 0px 0px;
}

.choose_routine {
    position: sticky !important;
    top: 100px;
    left: 0;
    float: left;
}
.rinde_items {
	position: sticky !important;
}

/* how rinde works */

.how_rinde_works {
    position: relative !important;
}

.rinde_step {
    position: sticky !important;
	top:40px; 
/*     top: 25vh;
    margin-bottom: 75vh; 
    will-change: opacity, transform;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px)
               scale3d(1, 1, 1)
               rotateX(0deg)
               rotateY(0deg)
               rotateZ(0deg)
               skew(0deg, 0deg);
    transform-style: preserve-3d;
    transform-origin: 50% 0; */
}

/* .rinde_step1{
	position: relative;
} */
.rinde_step .step_item {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s ease-out;
}

/* visible state */
.rinde_step .step_item.show {
  opacity: 1;
  transform: translateY(0);
}

.rinde_works_img::after {
    content: '';
    width: 2px;
    height: 100%;
    background: linear-gradient(90deg, #1976D2 );
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.how_rinde_works .rinde_step:first-child::before,
.how_rinde_works .rinde_step:last-child::after {
    content: '';
    width: 24px;
    height: 2px;
    background: #1976D2;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.how_rinde_works .rinde_step:first-child::before {
    top: -2px !important;
}

.how_rinde_works .rinde_step:last-child::after {
    bottom: -2px;
}







/* Contact form 7 */

.contact-form .wpcf7 .row {
	display: flex;
	gap: 12px;
	margin-bottom:12px;
}

/* Columns */
.contact-form .wpcf7 .half-col {
	width: 50%;
}
.row br{
    display: none;
}
.contact-form .wpcf7 .full-col {
	width: 100%;
}

/* Remove unwanted <p> spacing from CF7 */
.contact-form .wpcf7 p {
	margin: 0;
}

/* Labels */
.contact-form .wpcf7 label {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight:400;
	color: #121212;
}

/* Inputs & textarea */
.contact-form .wpcf7 input,
.contact-form .wpcf7 textarea {
	width: 100%;
	padding: 23px;
	font-family: "Hannari", Sans-serif;
	border-radius: 10px;
	border: 1px solid rgba(30, 30, 30, 0.10);
	background: rgba(30, 30, 30, 0.03);
	backdrop-filter: blur(10px);
	font-size: 16px;
	outline: none;
	
}

/* Focus effect */
.contact-form .wpcf7 input:focus,
.contact-form .wpcf7 textarea:focus {
	border-color: #000;
}

/* Textarea height */
.contact-form .wpcf7 textarea {
	height: 90px;
	resize:none;
}
.contact-form .row .half-col input {
    height: 41px;
}
/* Submit button */
.yellow-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	background-color:#1976D2;
	color: #000;
	border: none;
	border-radius: 50px;
	padding: 12px 12px 12px 24px;
	font-family: Hannari;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	cursor: pointer;
	white-space: nowrap;
	margin-top: 36px;
}

.yellow-btn::after {
	content: "";
	background-image: url('/wp-content/uploads/2026/04/Frame-64.svg'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	display: inline-block;
}
.yellow-btn input{
    background-color: transparent !important;
    padding: 0px !important;
    border: none !important;
}
/* Hover Effect */
.yellow-btn:hover {
  background-color: #1976C2;
  transition: 0.3s ease;
}
#cf7-ajax-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 9999999;
}

#cf7-ajax-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	background: #F8F4EE;
	border-radius: 12px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
	z-index: 99999999;
	font-family: "Groillim", Sans-serif;
	color: #252525;
	text-align: center;
}

#cf7-ajax-modal.show,
#cf7-ajax-overlay.show {
	display: block !important;
}

.cf7-ajax-inner {
	padding: 50px 40px;
	position: relative;
}

#cf7-ajax-text {
	font-size: 22px;
	line-height: 1.5;
	margin: 0;
}

.cf7-ajax-close {
	position: absolute;
	top: 10px;
	right: 18px;
	font-size: 38px;
	cursor: pointer;
	opacity: 0.7;
}

.cf7-ajax-close:hover {
	opacity: 1;
}

.wpcf7-response-output {
	display: none !important;
}

.wpcf7-spinner {
	display: none;
}

#cf7-ajax-loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 9999999999;
	justify-content: center;
	align-items: center;
}

#cf7-ajax-loading.active {
	display: flex;
}

.cf7-spinner {
	width: 45px;
	height: 45px;
	border: 4px solid #ccc;
	border-top-color: #000;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.wpcf7-response-output {
	display: none !important;
}

.cf7-popup-open,
.cf7-loading {
	overflow: hidden;
}

.wpcf7-not-valid-tip {
	margin-top: 6px;
}
.footer_menu li a {
  border-left: 1px solid #434343 !important; 
  padding: 0 0 0 11px !important;
	
}
/* contact ok button, when requried feild are not set   */
#cf7-ajax-ok {
    border-radius: 20%;
    padding: 12px 20px;
    margin-top: 10px;
}

/*  */

/* SECTION SCROLL HEIGHT */
/* image text change on page scroll */
.product_wrapper {
	position:relative !important;
	top:64px !important;
}

.product_sections {
	position: sticky !important;
	top:64px !important;
}

.product_sections_texts {
  opacity: 0;
  transform: translateY(70px);
  color: #B3B3B3 !important;
  transition: color .4s cubic-bezier(.22, .61, .36, 1);
  will-change: opacity, transform;
}

.product_sections_texts.show {
  opacity: 1;
  transform: translateY(0);
  color: white;
}

/* ////////////////////////////////// */


.text-panel {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.text-panel.active {
  opacity: 1;
  transform: translateY(0);
}

.sticky-sec {
  position: relative;
	margin: 0 !important;
	padding:0 !important;
}

/* PIN */
.rinde-pin {
  position: sticky;
  top: 0;
  height: 100vh !important;
  overflow: hidden;
}

/* IMAGE */
.rinde-pin > *:first-child {
  position: absolute;
  inset: 0;
}

.rinde-pin > *:first-child > * {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 2s ease;
}

.rinde-pin > *:first-child > *.img-active {
  opacity: 1;
}

/* CONTENT */
.rinde-pin > *:last-child {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 70vh;
}

/* TEXT */
.rinde-pin > *:last-child > * {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.content-sec .e-con-full {
	background-size: 0 !important;
}

.con-popup .dialog-close-button {
    border: 2px solid #292D32;
    padding: 6px;
    border-radius: 8px;
}

/* Hvad spørger vi om?*/
/* .text_listbox li {
    cursor: pointer;
    transition: 0.3s ease;
}
.text_listbox li.active .elementor-icon-list-text{
    color: #000 !important;
} */

/* test */
.image_gallery img {
    border: none !important;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-in-out;
}
 
.image_gallery img.active {
    opacity: 1;
    position: relative;
}

.image_gallery .gallery-item {
	margin-top: 0 !important;
}

.image_gallery .gallery br {
	display: none;
}



/* footer  */
.footer_menulist li.elementor-icon-list-item .elementor-icon-list-text{
    border-left: 1px solid #434343;
	padding-left: 11px; 
}


/* ////Home page /////  What RINDE Doesn’t Do  /////////// */


.elementor-main-swiper.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    padding-bottom: 0 !important;
}

.products_testimonial .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-left: 20px;
}

/* product sliders */
.products_testimonial img{
	width: 100% !important;
	height: 260px!important;
}

.products_testimonial .swiper-pagination {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
}

/* Fraction styling */
.products_testimonial .swiper-fraction {
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-left: 30px;
  white-space: nowrap;
  vertical-align: middle;
}
.products_testimonial .custom-pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
}
.products_testimonial .swiper-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
}
.products_testimonial .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    background: #ddd;
    border-radius: 10px;
    margin: 0 !important;
    opacity: 1;
    position: relative;
    overflow: hidden;
    transition: width 0.35s ease;
}
.products_testimonial .swiper-pagination-bullet-active {
    width: 120px;
    background: #ddd;
}
.products_testimonial .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    left: 0; top: 0;
    height: 100%;
    width: 0%;
    background: #000;
    animation: progressFill 3000ms linear forwards;
}
@keyframes progressFill {
    from { width: 0%; }
    to { width: 100%; }
}

.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next, .elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev, .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next, .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
    top: calc(44% - 40px / 2) !important;
}

/*/////////////////////////////  */

/* .products {
	position: relative !important;
	overflow: hidden !important;   
	height: 100vh !important;
}
.product_inner {
	position: absolute !important;
    top: 0 !important;
    left: 0 !important;
	overflow: hidden !important;
	gap: 0 !important;
} */
/* .product_inner > .e-con-inner {
  padding: 0 !important;
  gap: 0 !important;
  height: 100% !important;
}
.product_items {
  position: relative !important;
  inset: 0;
	height:100vh;
  will-change: transform;
}
.products_details {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1),
         		transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.products_details.show {
  opacity: 1;
  transform: translateY(0);
}
.products_details.exit {
  opacity: 0;
  transform: translateY(-22px);
  transition: opacity 0.3s ease,
              transform 0.3s ease;
} */

/*  */
.cs-section-wrap {
	position:relative !important;
}
#cs-stage {
    width: 100%;
    height: 100vh;
    position: relative !important;
}

#cs-stage.e-con,
#cs-stage > .e-con-inner {
	position: relative !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
}

#cs-stage.cs-pinned {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
}

#cs-placeholder {
    display: none;
    width: 100%;
    height: 100vh;
}

.cs-card {
    position: absolute !important;
    inset: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateY(100%); 
}

.cs-card:first-child {
    transform: translateY(0%);
}

.cs-card > .e-con-inner {
	position: relative !important;
    padding: 40px 24px !important;
    max-width: 860px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cs-card .elementor-widget-image-box {
	position:relative !important;
    opacity: 0;
    transform: translateY(24px);
    transition: none;
}

.cs-card.cs-active .elementor-widget-image-box {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.cs-card.cs-exit .elementor-widget-image-box {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

/* #cs-dots {
    position: absolute !important;
    right: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
} */

/* #cs-dots.cs-visible {
    display: flex;
} */

/* .cs-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    transition: 0.3s;
    cursor: pointer;
} */

/* .cs-dot.active {
    background: #fff;
    transform: scale(1.5);
} */

#cs-progress {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background: rgba(255,255,255,0.6);
    z-index: 9999;
    display: none;
    transition: width 0.5s ease;
}

#cs-progress.active {
    display: block;
}

