@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&family=Roboto:wght@300;400;500&family=Great+Vibes&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face{
  font-family:'Zodiak Bold';
  src:url('../css/fonts/Zodiak-Bold.woff2') format('woff2');
  font-weight:700;
  font-style:normal;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


:root {
 --jf-heading-font:'Zodiak Bold', serif;
  --jf-body-font:"Inter", sans-serif;
  --jf-script-font:'Great Vibes', cursive;
 --jf-pink:#e83e78;
 --jf-rose:#ff6f91;
 --jf-orange:#ff9f1c;
 --jf-green:#1f8a70;
 --jf-dark:#1e1733;
 --jf-soft:#fff4f8;
 --jf-light:#ffffff;
 --jf-muted:#6e657d;
 --jf-gold:#d9a441;
 --jf-shadow:0 22px 60px rgba(30, 23, 51, .14);
 --jf-radius:28px;
}

.checkoutsec-field select{
    width:100%;
    padding:14px 16px;
    border:1px solid rgba(217,107,140,.18);
    border-radius:15px;
    outline:0;
    background:#fffafa;
    font-family:var(--jf-body-font);
    font-size:15px;
    color:#333;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    cursor:pointer;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 16px center;
    padding-right:45px;
}

.checkoutsec-field select:focus{
    border-color:#d96b8c;
}


  

/* =========================================================
   PREMIUM LIGHT TYPOGRAPHY SYSTEM - SEPARATE MODULE RULES
   Fonts:
   - Main UI / headings: Outfit light sans-serif
   - Paragraphs: Roboto
   - Accent script words: Great Vibes
   ========================================================= */
body,
button,
input,
textarea,
select,
a{
	  font-family: "Inter", sans-serif;
  font-weight:400;
  letter-spacing:.01em;
}

p,
.jf-title p,
.jf-feature p,
.jf-product p,
.jf-strip p,
.jf-page-hero p,
.jf-footer p,
.jf-footer li,
.newproductshow-head p,
.newproductsec-title p,
.newproductsec-card p,
.homesec1-content p,
.homesec2-card p,
.homesec3-content p,
.about1-content p,
.about2-card p,
.about3-content p{
	  font-family: "Inter", sans-serif;
  font-weight:400;
  color:#5f5a62;
  line-height:1.4;
}

.jf-hero h1,
.jf-title h2,
.jf-feature h3,
.jf-product h3,
.jf-strip h2,
.jf-page-hero h1,
.jf-value h3,
.jf-footer h3,
.jf-footer h4,
.newproductshow-head h2,
.newproductshow-overlay h3,
.newproductsec-title h2,
.newproductsec-card h3,
.homesec1-content h2,
.homesec2-title h2,
.homesec3-content h2,
.homesec2-card h3,
.about1-content h2,
.about2-title h2,
.about3-content h2,
.about2-card h3{
  font-family:var(--jf-heading-font);
  font-weight:300;
  letter-spacing:-.035em;
}

.jf-title span,
.jf-hero h1 span{
  font-family:var(--jf-script-font);
  font-weight:400;
  letter-spacing:.01em;
}

.jf-menu li a,
.newheader-menu li a,
.newheader-cta,
.jf-btn,
.jf-mini-btn,
.newproductshow-btn,
.newproductsec-tab,
.newproductsec-btns a,
.homesec1-btn,
.homesec3-btn{

  font-weight:500;
  letter-spacing:.02em;
}

.jf-field label,
.jf-field input,
.jf-field textarea,
.jf-field select{
  font-family:var(--jf-body-font);
  font-weight:400;
}

.jf-field input::placeholder,
.jf-field textarea::placeholder{
  color:#a99ca7;
  font-family:var(--jf-body-font);
  font-weight:300;
}
* {
	box-sizing:border-box;
	margin:0;
	padding:0
}
html {
	scroll-behavior:smooth
}
body {
	font-family:var(--jf-ui-font);
	color:var(--jf-dark);
	background:#fff;
	line-height:1.65;
	overflow-x:hidden
}
a {
	text-decoration:none;
	color:inherit
}
img {
	max-width:100%;
	display:block
}
.jf-container {
padding-right: 20px;
    padding-left: 20px;
  margin:auto;
	margin:auto
}



@media (min-width: 768px) {
.jf-container {
    max-width: 720px;
}
}

/* Desktop / Large Screens */
@media (min-width: 1200px) and (max-width: 1399px) {
 .jf-container {
    max-width: 1120px;
  }
}

/* Laptop / Wide Screens */
@media (min-width: 1400px) and (max-width: 1600px) {
 .jf-container {
    max-width: 1500px;
  }
}

@media (min-width: 1900px) {
.jf-container {
   max-width: 1850px;
}
}



.jf-topbar {
	display:flex;
	justify-content:space-between;
	gap:15px;
	align-items:center;
	flex-wrap:wrap;
	background:linear-gradient(90deg, #ffebf2, #fff7d9, #eafff7);
	font-size:14px;
	color:#5a3041;
padding: 10px 30px 10px 30px;
    margin: auto;
}
.jf-topbar span {
	font-weight:500;
	color:var(--jf-pink)
}
.jf-header {
	position:sticky;
	top:0;
	z-index:1000;
	background:rgba(255, 255, 255, .88);
	backdrop-filter:blur(18px);
	border-bottom:1px solid rgba(232, 62, 120, .1)
}
.jf-navwrap {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:14px 0
}



.jf-logo img{
  width:160px;
  height:160px;
  object-fit:cover;
  border:3px solid #fff;
  border-radius:16px;
  box-shadow:0 12px 35px rgba(0,0,0,.18);
  background:#fff;
  transition:.35s ease;
}

/* Desktop sticky header */
.jf-header{
  position:sticky;
  top:0;
  z-index:999;
  background:#fff;
  box-shadow:0 8px 30px rgba(0,0,0,.08);
  transition:.35s ease;
}

.jf-navwrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
}

/* menu */
.jf-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}

.jf-menu li a{
  display:inline-flex;
  align-items:center;
  padding:13px 18px;
  border-radius:30px;
  color:var(--jf-dark);
  font-weight:500;
  text-decoration:none;
  transition:.3s ease;
}

.jf-menu li a:hover{
  background:#fff1f6;
  color:var(--jf-pink);
}

/* on scroll desktop: logo hide, menu center */
.jf-header.jf-scrolled .jf-logo{
  opacity:0;
  visibility:hidden;
  width:0;
  overflow:hidden;
}

.jf-header.jf-scrolled .jf-navwrap{
  justify-content:center;
}

.jf-header.jf-scrolled .jf-menu{
  margin:auto;
}

/* toggle */
.jf-toggle{
  display:none;
  border:0;
  background:var(--jf-pink);
  color:#fff;
  width:46px;
  height:46px;
  border-radius:14px;
  font-size:22px;
}

/* Mobile */
@media(max-width:768px){
  .jf-header{
    position:relative;
    top:auto;
  }

  .jf-logo img{
    width:62px;
    height:62px;
    border-radius:14px;
  }

  .jf-toggle{
    display:grid;
    place-items:center;
  }

  .jf-menu{
    position:absolute;
    top:100%;
    left:15px;
    right:15px;
    background:#fff;
    border-radius:22px;
    box-shadow:0 20px 50px rgba(0,0,0,.16);
    padding:18px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    z-index:999;
  }

  .jf-menu.active{
    display:flex;
  }

  .jf-menu li a{
    width:100%;
    justify-content:space-between;
    border-radius:14px;
  }

  .jf-header.jf-scrolled .jf-logo{
    opacity:1;
    visibility:visible;
    width:auto;
  }

  .jf-header.jf-scrolled .jf-navwrap{
    justify-content:space-between;
  }
}



.jf-nav-cta {
	background:linear-gradient(135deg, var(--jf-pink), var(--jf-orange));
	color:#fff!important;
	box-shadow:0 14px 32px rgba(232, 62, 120, .26)
}
.jf-toggle {
	display:none;
	border:0;
	background:var(--jf-soft);
	width:45px;
	height:45px;
	border-radius:14px;
	font-size:24px;
	color:var(--jf-pink)
}
.jf-hero {
	position:relative;
	min-height:690px;
	overflow:hidden;
	background:#180f24
}
.jf-slide {
	position:absolute;
	inset:0;
	opacity:0;
	transition:opacity 1s ease
}
.jf-slide.active {
	opacity:1
}
.jf-slide:after {
	content:"";
	position:absolute;
	inset:0;
	background:linear-gradient(90deg, rgba(20, 12, 32, .78), rgba(20, 12, 32, .38), rgba(20, 12, 32, .12))
}
.jf-slide img {
	width:100%;
	height:100%;
	object-fit:cover
}
.jf-hero-content {
	position:relative;
	z-index:5;
	min-height:690px;
	display:flex;
	align-items:center;
	color:#fff
}
.jf-kicker {
	display:inline-flex;
	gap:9px;
	align-items:center;
	background:rgba(255, 255, 255, .14);
	border:1px solid rgba(255, 255, 255, .28);
	backdrop-filter:blur(10px);
	padding:9px 15px;
	border-radius:999px;
	font-weight:500;
	margin-bottom:22px
}
.jf-kicker i {
	color:#ffd36e
}
.jf-hero h1 {
	font-family:var(--jf-heading-font);
	font-size:clamp(44px, 7vw, 92px);
line-height: 0.8;
	max-width:780px;
	text-shadow:0 16px 35px rgba(0, 0, 0, .28)
}
.jf-hero h1 span {
	font-family:var(--jf-script-font);
	font-size:.62em;
	color:#ffb347;
	font-weight:400
}
.jf-hero p {
	max-width:650px;
	font-size:18px;
	color:#fff3f8;
	margin:24px 0 30px
}
.jf-btns {
	display:flex;
	gap:14px;
	flex-wrap:wrap
}
.jf-btn {
	display:inline-flex;
	align-items:center;
	gap:10px;
	padding:15px 23px;
	border-radius:999px;
	font-weight:500;
transition:.35s;
	border:1px solid transparent
}
.jf-btn-primary {
	background:linear-gradient(135deg, var(--jf-pink), var(--jf-orange));
	color:#fff;
	box-shadow:0 18px 40px rgba(232, 62, 120, .35)
}
.jf-btn-light {
	background:#fff;
	color:var(--jf-dark)
}
.jf-btn:hover {
	transform:translateY(-4px)
}
.jf-slider-dots {
	position:absolute;
	z-index:6;
	bottom:35px;
	left:50%;
	transform:translateX(-50%);
	display:flex;
	gap:10px
}
.jf-dot {
	width:12px;
	height:12px;
	border-radius:50%;
	border:2px solid #fff;
	background:transparent;
	cursor:pointer
}
.jf-dot.active {
	background:#fff;
	width:35px;
	border-radius:20px
}
.jf-arrow {
	position:absolute;
	top:50%;
	z-index:8;
	transform:translateY(-50%);
	width:46px;
	height:46px;
	border:0;
	border-radius:50%;
	background:rgba(255, 255, 255, .2);
	color:#fff;
	font-size:22px;
	cursor:pointer;
	backdrop-filter:blur(10px)
}
.jf-prev {
	left:22px
}
.jf-next {
	right:22px
}
.jf-section {
	padding:40px 0;
	position:relative
}
.jf-soft {
	background:linear-gradient(180deg, #fff7fb, #fff)
}
.jf-title {
	text-align:center;
	max-width:760px;
	margin:0 auto 48px
}
.jf-title span {
	font-family:var(--jf-script-font);
	color:var(--jf-pink);
	font-size:32px
}
.jf-title h2 {
	font-family:var(--jf-heading-font);
	font-size:40px;
	line-height:1.05;
	margin:8px 0;
	color:#202020;
}
.jf-title p {
color: #545454;
    font-weight: 400;
    line-height: 1.4;
	font-size:16px;
}
.jf-feature-grid {
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:22px;
	margin-top:-65px;
	position:relative;
	z-index:20
}
.jf-feature {
	background:#fff;
	padding:28px;
	border-radius:24px;
	box-shadow:var(--jf-shadow);
	border:1px solid rgba(232, 62, 120, .08)
}
.jf-feature i {
	width:58px;
	height:58px;
	border-radius:18px;
	display:grid;
	place-items:center;
	background:linear-gradient(135deg, #fff0f6, #fff5d8);
	font-size:25px;
	color:var(--jf-pink);
	margin-bottom:15px
}
.jf-feature h3 {
	font-family:var(--jf-heading-font);
	font-size:25px
}
.jf-feature p {
	color:#545454;
	font-weight:400;
	font-size:16px;
	line-height: 1.2;
}
.jf-about-grid {
	display:grid;
grid-template-columns:1.05fr .95fr;
	gap:48px;
	align-items:center
}
.jf-about-img {
	position:relative
}
.jf-about-img img {
	height:100%;
	width:100%;
}
.jf-badge {
	position:absolute;
	right:-18px;
	bottom:35px;
	background:#fff;
	padding:22px;
	border-radius:24px;
	box-shadow:var(--jf-shadow);
	max-width:230px
}
.jf-badge strong {
	font-size:36px;
	color:var(--jf-pink);
	font-family:var(--jf-heading-font)
}
.jf-list {
	display:grid;
	gap:13px;
	margin:24px 0
}
.jf-list li {
	list-style:none;
	display:flex;
	gap:12px;
	font-weight:500
}
.jf-list i {
	color:var(--jf-green);
	margin-top:5px
}
.jf-product-grid {
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:28px
}
.jf-product {
	background:#fff;
	border-radius:30px;
	overflow:hidden;
	box-shadow:var(--jf-shadow);
	border:1px solid rgba(232, 62, 120, .08);
transition:.35s
}
.jf-product:hover {
	transform:translateY(-8px)
}
.jf-product-img {
	height:285px;
	overflow:hidden
}
.jf-product-img img {
	width:100%;
	height:100%;
	object-fit:cover;
transition:.6s
}
.jf-product:hover img {
	transform:scale(1.08)
}
.jf-product-body {
	padding:24px
}
.jf-price {
	display:inline-flex;
	background:#fff0f6;
	color:var(--jf-pink);
	padding:6px 13px;
	border-radius:20px;
	font-weight:500;
	margin-bottom:10px
}
.jf-product h3 {
	font-family:var(--jf-heading-font);
	font-size:28px
}
.jf-product p {
	color:var(--jf-muted);
	font-weight:400;
	margin:8px 0 18px
}
.jf-mini-btn {
	color:var(--jf-pink);
	font-weight:500
}
.jf-strip {
	background:linear-gradient(135deg, #e83e78, #ff9f1c);
	color:#fff;
	border-radius:40px;
	padding:50px;
	display:grid;
grid-template-columns:1.1fr .9fr;
	gap:25px;
	align-items:center;
	overflow:hidden;
	position:relative
}
.jf-strip h2 {
	font-family:var(--jf-heading-font);
	font-size:45px;
	line-height:1.05
}
.jf-strip p {
	color:#fff;
	opacity:.92;
	margin-top:12px
}
.jf-strip img {
	border-radius:30px;
	height:280px;
	width:100%;
	object-fit:cover;
	box-shadow:0 25px 60px rgba(0, 0, 0, .2)
}
.jf-gallery {
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:16px
}
.jf-gallery img {
	height:230px;
	width:100%;
	object-fit:cover;
	border-radius:24px;
	box-shadow:0 12px 35px rgba(30, 23, 51, .12)
}
.jf-gallery img:nth-child(2), .jf-gallery img:nth-child(5) {
height:300px
}
.jf-gallery img:nth-child(3) {
grid-row:span 2;
height:100%
}
.jf-contact-grid {
	display:grid;
grid-template-columns:.85fr 1.15fr;
	gap:35px
}
.jf-card {
	background:#fff;
	border-radius:30px;
	padding:32px;
	box-shadow:var(--jf-shadow);
	border:1px solid rgba(232, 62, 120, .08)
}
.jf-info {
	display:grid;
	gap:18px
}
.jf-info-item {
	display:flex;
	gap:16px;
	align-items:flex-start;
	padding:18px;
	border-radius:22px;
	background:#fff7fb
}
.jf-info-item i {
	width:45px;
	height:45px;
	border-radius:15px;
	background:linear-gradient(135deg, var(--jf-pink), var(--jf-orange));
	display:grid;
	place-items:center;
	color:#fff
}
.jf-form {
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	gap:16px
}
.jf-field.full {
	grid-column:1/-1
}
.jf-field label {
	display:block;
	font-size:13px;
	font-weight:500;
	margin-bottom:7px;
	color:#554763
}
.jf-field input, .jf-field textarea, .jf-field select {
	width:100%;
	border:1px solid #eadbe2;
	background:#fff;
	border-radius:16px;
	padding:15px 16px;
	font:inherit;
	font-weight:500;
	outline:none
}
.jf-field textarea {
	min-height:140px;
	resize:vertical
}
.jf-field input:focus, .jf-field textarea:focus, .jf-field select:focus {
	border-color:var(--jf-pink);
	box-shadow:0 0 0 4px rgba(232, 62, 120, .1)
}
.jf-page-hero {
	padding:105px 0;
	background:linear-gradient(135deg, rgba(30, 23, 51, .78), rgba(232, 62, 120, .35)), url('https://images.unsplash.com/photo-1487530811176-3780de880c2d?auto=format&fit=crop&w=1900&q=80') center/cover;
	color:#fff;
	text-align:center
}
.jf-page-hero h1 {
	font-family:var(--jf-heading-font);
font-size: 50px;
line-height: 1;
}
.jf-page-hero p {
	max-width:700px;
	margin:12px auto 0;
	color:#fff4f8;
	font-weight:400
}
.jf-values {
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap:24px
}
.jf-value {
	padding:32px;
	border-radius:28px;
	background:#fff;
	box-shadow:var(--jf-shadow);
	text-align:center
}
.jf-value i {
	font-size:42px;
	color:var(--jf-pink);
	margin-bottom:14px
}
.jf-value h3 {
	font-family:var(--jf-heading-font);
	font-size:26px
}
.jf-footer {
	background:#180f24;
	color:#fff;
	padding:65px 0 22px
}
.jf-footer-grid {
	display:grid;
	grid-template-columns:1.3fr repeat(3, 1fr);
	gap:30px
}
.jf-footer h3, .jf-footer h4 {
	font-family:var(--jf-heading-font);
	margin-bottom:15px
}
.jf-footer p, .jf-footer li {
	color:#cfc4d9;
	font-weight:400
}
.jf-footer ul {
	display:grid;
	gap:9px;
	list-style:none
}
.jf-social {
	display:flex;
	gap:10px;
	margin-top:18px
}
.jf-social a {
	width:40px;
	height:40px;
	border-radius:50%;
	display:grid;
	place-items:center;
	background:rgba(255, 255, 255, .1);
	color:#fff
}
.jf-copy {
	text-align:center;
	border-top:1px solid rgba(255, 255, 255, .12);
	margin-top:35px;
	padding-top:20px;
	color:#cfc4d9;
	font-weight:500
}
.jf-wa {
	position:fixed;
	left:22px;
	bottom:22px;
	z-index:999;
	width:58px;
	height:58px;
	border-radius:50%;
	background:#25d366;
	color:#fff;
	display:grid;
	place-items:center;
	font-size:30px;
	box-shadow:0 18px 40px rgba(37, 211, 102, .35)
}
@media(max-width:992px) {
.jf-toggle {
display:block
}
.jf-menu {
position:fixed;
top:83px;
left:4%;
right:4%;
background:#fff;
border-radius:24px;
box-shadow:var(--jf-shadow);
padding:18px;
flex-direction:column;
align-items:stretch;
transform:translateY(-18px);
opacity:0;
pointer-events:none;
transition:.35s
}
.jf-menu.open {
opacity:1;
pointer-events:auto;
transform:translateY(0)
}
.jf-menu a {
display:block
}
.jf-feature-grid, .jf-product-grid, .jf-values {
grid-template-columns:repeat(2, 1fr)
}
.jf-about-grid, .jf-strip, .jf-contact-grid, .jf-footer-grid {
grid-template-columns:1fr
}
.jf-gallery {
grid-template-columns:repeat(2, 1fr)
}
.jf-arrow {
display:none
}
.jf-hero, .jf-hero-content {
min-height:620px
}
}
@media(max-width:620px) {
.jf-topbar .jf-container {
justify-content:center;
text-align:center
}
.jf-logo {
font-size:20px
}
.jf-logo-mark {
width:42px;
height:42px
}
.jf-feature-grid, .jf-product-grid, .jf-values, .jf-form {
grid-template-columns:1fr
}
.jf-section {
padding:65px 0
}
.jf-hero, .jf-hero-content {
min-height:590px
}
.jf-hero p {
font-size:16px
}
.jf-strip {
padding:30px;
border-radius:28px
}
.jf-strip h2 {
font-size:34px
}
.jf-gallery {
grid-template-columns:1fr
}
.jf-gallery img, .jf-gallery img:nth-child(2), .jf-gallery img:nth-child(5) {
height:240px
}
.jf-gallery img:nth-child(3) {
height:240px
}
.jf-badge {
right:15px;
bottom:20px
}
.jf-about-img img {
height:430px
}
.jf-footer-grid {
gap:22px
}
.jf-page-hero {
padding:80px 0
}
}

.newheader{
  position:relative;
  top:0;
  left:0;
  width:100%;
  z-index:999;
  background:#fff;
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.14);
}

.newheader-container{
  padding-right:30px;
  padding-left:30px;
  margin:auto;
  height:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.newheader-logo{
  width:170px;
  height:170px;
  margin-top:100px;
  background:#fff;
  border:4px solid #fff;
  border-radius:0;
  box-shadow:0 18px 45px rgba(232,62,120,.30);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  flex-shrink:0;
}

.newheader-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.newheader-nav{
  flex:1;
  display:flex;
  justify-content:center;
}

.newheader-menu{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  align-items:center;
  gap:8px;
}

.newheader-menu li a{
  font-family:"Inter",sans-serif;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:31px 14px;
  color:#202020;
  font-size:16px;
  font-weight:500;
  text-decoration:none;
  transition:.3s ease;
}

.newheader-menu li a:hover{
  color:#ff6f91;
}

.newheader-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  min-width:152px;
  background:#d58224;
  color:#fff;
  padding:10px 20px;
  font-size:14px;
  font-weight:500;
  text-decoration:none;
  transition:.3s ease;
  white-space:nowrap;
}

.newheader-cta:hover{
  background:#000;
  transform:translateY(-2px);
}

.newheader-toggle{
  display:none;
  width:48px;
  height:48px;
  border:0;
  background:#111;
  color:#fff;
  font-size:22px;
  cursor:pointer;
}

/* desktop scroll */
.newheader.newheader-scrolled{
  position:fixed;
  background:rgba(255,255,255,.96);
  box-shadow:0 12px 35px rgba(0,0,0,.12);
}

.newheader.newheader-scrolled .newheader-container{
  height:76px;
}

.newheader.newheader-scrolled .newheader-menu li a{
  color:#1b1b1b;
  padding:27px 14px;
}

.newheader.newheader-scrolled .newheader-nav{
  justify-content:center;
}

/* mobile + tablet drawer */
@media(max-width:991px){

  .newheader{
    position:absolute;
    background:transparent;
    backdrop-filter:none;
    border-bottom:0;
    padding-top:55px;
  }

  .newheader-container{
    width:100%;
    padding:0 14px;
    height:auto;
    display:grid;
    grid-template-columns:112px 1fr 50px;
    align-items:start;
    gap:12px;
  }

  .newheader-logo{
    width:112px;
    height:112px;
    margin-top:0;
    border:4px solid rgba(255,255,255,.90);
    background:#fff;
    box-shadow:0 18px 40px rgba(0,0,0,.28);
    grid-column:1;
    grid-row:1;
    z-index:1003;
  }

  .newheader-cta{
    grid-column:2;
    grid-row:1;
    width:100%;
    min-width:0;
    height:50px;
    padding:0 14px;
    margin-top:0;
    font-size:13px;
    font-weight:800;
    border-radius:16px;
    color:#fff;
    background:linear-gradient(135deg,#e83e78 0%,#ff8f3c 100%);
    box-shadow:0 14px 30px rgba(232,62,120,.35);
    z-index:1003;
  }

  .newheader-toggle{
    display:grid;
    place-items:center;
    grid-column:3;
    grid-row:1;
    width:50px;
    height:50px;
    border-radius:16px;
    background:rgba(255,255,255,.92);
    color:#e83e78;
    border:1px solid rgba(232,62,120,.18);
    box-shadow:0 14px 30px rgba(0,0,0,.18);
    z-index:1004;
  }

  .newheader-toggle i{
    pointer-events:none;
  }

  .newheader::after{
    content:"";
    position:fixed;
    inset:0;
    background:rgba(15,8,12,.58);
    backdrop-filter:blur(7px);
    opacity:0;
    visibility:hidden;
    transition:.35s ease;
    z-index:998;
  }

  .newheader:has(.newheader-nav.active)::after{
    opacity:1;
    visibility:visible;
  }

  .newheader-nav{
    position:fixed;
    top:0;
    left:0;
    width:min(355px,88%);

    height:100vh;
    padding:34px 22px 28px;
    background:
      radial-gradient(circle at top left,rgba(255,143,180,.28),transparent 35%),
      radial-gradient(circle at bottom right,rgba(255,176,0,.16),transparent 34%),
      linear-gradient(180deg,#ffffff 0%,#fff3f7 52%,#fff9fb 100%);
    border-right:1px solid rgba(232,62,120,.16);
    box-shadow:28px 0 70px rgba(0,0,0,.28);
    display:block;
    transform:translateX(-110%);
    transition:.45s cubic-bezier(.22,.8,.25,1);
    z-index:1001;
    overflow-y:auto;
  }

  .newheader-nav.active{
    transform:translateX(0);
	z-index: 9999;
  }

  .newheader-nav::before{
    content:"";
    display:block;
    width:118px;
    height:118px;
    margin:0 auto 28px;
    background:#fff url("../images/logo.webp") center/contain no-repeat;
    border:4px solid rgba(255,255,255,.95);
    box-shadow:0 18px 45px rgba(232,62,120,.22);
  }

  .newheader-menu{
    flex-direction:column;
    align-items:stretch;
    gap:11px;
  }

  .newheader-menu li a{
	  font-family: var(--jf-heading-font);
	  letter-spacing: -1px;
    width:100%;
    justify-content:flex-start;
    position:relative;
    padding:16px 46px 16px 48px;
    color:#232323;
    background:rgba(255,255,255,.82);
    border:1px solid rgba(232,62,120,.12);
    border-radius:18px;
    font-size:15px;
    font-weight:800;
    box-shadow:0 12px 30px rgba(217,107,140,.10);
    overflow:hidden;
  }

  .newheader-menu li a::before{
    content:"";
    width:9px;
    height:9px;
    border-radius:50%;
    position:absolute;
    left:22px;
    top:50%;
    transform:translateY(-50%);
  }

  .newheader-menu li a::after{
    content:"\f105";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    color:#e83e78;
    font-size:13px;
    opacity:.85;
  }

  .newheader-menu li a:hover{
    background:#d96b8c;
    color:#fff;
    transform:translateX(6px);
  }

  .newheader-menu li a:hover::before{
    background:#fff;
  }

  .newheader-menu li a:hover::after{
    color:#fff;
  }

  .newheader.newheader-scrolled{
    position:absolute;
    background:transparent;
    box-shadow:none;
  }

  .newheader.newheader-scrolled .newheader-logo{
    opacity:1;
    visibility:visible;
    width:112px;
    height:112px;
  }

  .newheader.newheader-scrolled .newheader-menu li a{
    color:#232323;
    padding:16px 46px 16px 48px;
  }

  .newheader.newheader-scrolled .newheader-menu li a:hover{
    color:#fff;
  }
}

@media(max-width:480px){
  .newheader-container{
    grid-template-columns:104px 1fr 46px;
    gap:9px;
    padding:0 12px;
  }

  .newheader-logo{
    width:134px;
    height:134px;
  }

  .newheader-cta{
    height:46px;
    font-size:12px;
    border-radius:14px;
    padding:0 10px;
  }

  .newheader-toggle{
    width:46px;
    height:46px;
    border-radius:14px;
	z-index: 99999;
  }

  .newheader-nav{
    width:90%;
    padding:30px 18px 24px;
  }

  .newheader-nav::before{
    width:108px;
    height:108px;
    margin-bottom:24px;
  }
}

.newheader-left{
  display:flex;
  align-items:center;
  gap:38px;
}

.newheader-nav{
  justify-content:flex-start;
}

.newheader-delivery{
border-radius: 13px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 18px;
  border:2px dotted #23a455;
  background:#f3fff7;
  color:#126b35;
  font-family:"Inter",sans-serif;
  font-size:14px;
  font-weight:800;
  white-space:nowrap;
  box-shadow:0 12px 28px rgba(35,164,85,.12);
}

.newheader-delivery i{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#23a455;
  color:#fff;
  font-size:14px;
}

/* replace only mobile part/add this */
@media(max-width:991px){

  .newheader-container{
    grid-template-columns:1fr 50px;
    align-items:start;
  }

  .newheader-left{
    grid-column:1 / 2;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .newheader-delivery{
   display:none;
  }

  .newheader-logo{
    grid-column:1;
    grid-row:2;
    margin-top:10px;
  }

  .newheader-toggle{
    grid-column:2;
    grid-row:1;
  }

  .newheader-nav{
    position:fixed;
    top:0;
    left:0;
  }
}


.newproductshow{
  padding:95px 0;
  background:#fff7fb;
}

.newproductshow-container{
  width:min(1200px,92%);
  margin:auto;
}

.newproductshow-head{
  display:grid;
  grid-template-columns:1fr .8fr;
  gap:30px;
  align-items:end;
  margin-bottom:42px;
}

.newproductshow-head span{
  color:#e83e78;
  font-size:13px;
  font-weight:500;
  letter-spacing:2px;
  text-transform:uppercase;
}

.newproductshow-head h2{
  margin:12px 0 0;
  color:#202020;
font-size: 40px;
  line-height:1.05;
  font-weight:300;
}

.newproductshow-head p{
  margin:0;
color: #545454;
    font-weight: 400;
  line-height:1.4;
}

.newproductshow-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  grid-auto-rows:260px;
  gap:22px;
}

.newproductshow-card{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:32px;
  box-shadow:0 22px 55px rgba(0,0,0,.12);
  text-decoration:none;
}

.newproductshow-large{
  grid-row:span 2;
}

.newproductshow-wide{
  grid-column:span 1;
}

.newproductshow-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.6s ease;
  object-position: top;
}

.newproductshow-card:hover img{
  transform:scale(1.08);
}

.newproductshow-card:after{
  content:"";
  position:absolute;
  inset:0;
}

.newproductshow-overlay{
  position:absolute;
  left:26px;
  right:26px;
  bottom:24px;
  z-index:2;
}

.newproductshow-overlay span{
  display:inline-block;
  background:#e16268;
  color:#fff;
  padding:8px 15px;
  font-size:12px;
  font-weight:500;
  margin-bottom:12px;
}

.newproductshow-overlay h3{
  margin:0;
  color:#fff;
  font-size:30px;
  line-height:1.05;
  font-weight:500;
  text-shadow:0 8px 20px rgba(0,0,0,.35);
}

.newproductshow-btnwrap{
  text-align:center;
  margin-top:42px;
}

.newproductshow-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:17px 36px;
  background:#e16268;
  color:#fff;
  text-decoration:none;
  font-size:15px;
  font-weight:500;
  transition:.3s ease;
}

.newproductshow-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 25px 55px rgba(232,62,120,.38);
}

@media(max-width:991px){
  .newproductshow{
    padding:75px 0;
  }

  .newproductshow-head{
    grid-template-columns:1fr;
  }

  .newproductshow-grid{
    grid-template-columns:1fr 1fr;
    grid-auto-rows:250px;
  }

  .newproductshow-large{
    grid-row:span 1;
  }

  .newproductshow-wide{
    grid-column:span 2;
  }
}

@media(max-width:575px){
  .newproductshow-grid{
    grid-template-columns:1fr;
    grid-auto-rows:255px;
  }

  .newproductshow-wide{
    grid-column:span 1;
  }

  .newproductshow-card{
    border-radius:24px;
  }

  .newproductshow-overlay{
    left:20px;
    right:20px;
    bottom:20px;
  }

  .newproductshow-btn{
    width:100%;
  }
}

.newproductsec{
  padding:40px 0;
  background:linear-gradient(180deg,#fff7fb 0%,#ffffff 55%,#fff8ee 100%);
}

.newproductsec-container{
  width:min(1200px,92%);
  margin:auto;
}

.newproductsec-title{
  max-width:780px;
  margin:0 auto 38px;
  text-align:center;
}

.newproductsec-title span{
  color:#e83e78;
  font-size:13px;
  font-weight:500;
  letter-spacing:2px;
  text-transform:uppercase;
}

.newproductsec-title h2{
  margin:12px 0 0;
  color:#202020;
  font-size:40px;
  line-height:1.08;
  font-weight:300;
}

.newproductsec-title p{
  margin:18px auto 0;
  font-size: 17px;
    line-height: 20px;
    color: #242424;
}

.newproductsec-tabs{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:36px;
}

.newproductsec-tab{
  border:1px solid rgba(232,62,120,.18);
  background:#fff;
  color:#1b1b1b;
  padding:13px 22px;
  border-radius:50px;
  font-size:15px;
  font-weight:500;
  cursor:pointer;
  transition:.3s ease;
    font-size: 16px;
    line-height: 20px;
    color: #0c0c0c;
}

.newproductsec-tab.active,
.newproductsec-tab:hover{
  background:#e16268;
  color:#fff;
  border-color:transparent;
}

.newproductsec-panel{
  display:none;
}

.newproductsec-panel.active{
  display:block;
}

.newproductsec-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.newproductsec-card{
  background:#fff;
  overflow:hidden;
  box-shadow:0 16px 42px rgba(0,0,0,.08);
  transition:.35s ease;
}

.newproductsec-card:hover{
  transform:translateY(-8px);
}

.newproductsec-card img{
  width:100%;
  object-fit:cover;
  display:block;
}



.newproductsec-card p{
  margin:0;
  padding:5px 18px 15px;
  color:#545454;
  font-size:14px;
  line-height:1.4;
  font-weight:400;
}

.newproductsec-btns{
  display:flex;
  gap:10px;
  padding:0 18px 22px;
}

.newproductsec-btns a{
  flex:1;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#1b1b1b;
  color:#fff;
  text-decoration:none;
  border-radius:50px;
  font-size:14px;
  font-weight:500;
}

.newproductsec-btns a:hover{
  background:linear-gradient(135deg,#ff6f91,#ffb000);
}

.newproductsec-btns .newproductsec-wa{
  flex:0 0 48px;
  background:#25D366;
  font-size:22px;
}

.newproductsec-btns .newproductsec-wa:hover{
  background:#18b857;
}

@media(max-width:991px){
  .newproductsec-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:575px){
  .newproductsec{
    padding:65px 0;
  }

  .newproductsec-tabs{
    justify-content:flex-start;
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:8px;
  }

  .newproductsec-tab{
    white-space:nowrap;
  }

  .newproductsec-grid{
    grid-template-columns:1fr;
  }


}


/* HOME SECTION 1 */
.homesec1{
  padding:90px 0;
  background:#fff;
}

.homesec1-container{
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:55px;
  align-items:center;
}




@media (min-width: 768px) {
.homesec1-container {
    max-width: 720px;
}
}

/* Desktop / Large Screens */
@media (min-width: 1200px) and (max-width: 1399px) {
 .homesec1-container {
    max-width: 1120px;
  }
}

/* Laptop / Wide Screens */
@media (min-width: 1400px) and (max-width: 1600px) {
 .homesec1-container {
    max-width: 1320px;
  }
}

@media (min-width: 1900px) {
.homesec1-container {
   max-width: 1650px;
}
}

.homesec1-content span,
.homesec2-title span,
.homesec3-content span{
  color:#e83e78;
  font-size:13px;
  font-weight:500;
  letter-spacing:2px;
  text-transform:uppercase;
}

.homesec1-content h2,
.homesec2-title h2,
.homesec3-content h2{
  margin:14px 0 18px;
color: #202020;
font-size: 40px;
  line-height:1.08;
  font-weight:300;
}

.homesec1-content p,
.homesec2-card p,
.homesec3-content p{
  font-weight:400;
  color:#5f5a62;
  font-size:16px;
  line-height:1.4;
}

.homesec1-points{
  display:grid;
  gap:14px;
  margin:26px 0;
}

.homesec1-points div{
  display:flex;
  align-items:center;
  gap:12px;
  background:#fff7fb;
  padding:15px 18px;
  border-radius:18px;
  color:#1b1b1b;
  font-weight:500;
}

.homesec1-points i{
  color:#e83e78;
  font-size:20px;
}

.homesec1-btn,
.homesec3-btn{
 display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 17px 36px;
    background: #d96b8c;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: .3s ease;
}

.homesec1-img{
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 25px 70px rgba(0,0,0,.14);
}

.homesec1-img img{
  width:100%;
  height:520px;
  object-fit:cover;
  display:block;
}


/* HOME SECTION 2 */
.homesec2{
  padding:90px 0;
  background:linear-gradient(180deg,#fff7fb,#ffffff);
}

.homesec2-container{
  margin:auto;
}


@media (min-width: 768px) {
.homesec2-container {
    max-width: 720px;
}
}

/* Desktop / Large Screens */
@media (min-width: 1200px) and (max-width: 1399px) {
 .homesec2-container {
    max-width: 1120px;
  }
}

/* Laptop / Wide Screens */
@media (min-width: 1400px) and (max-width: 1600px) {
 .homesec2-container {
    max-width: 1350px;
  }
}

@media (min-width: 1900px) {
.homesec2-container {
   max-width: 1850px;
}
}




@media (min-width: 768px) {
.homesec3-container {
    max-width: 720px;
}
}

/* Desktop / Large Screens */
@media (min-width: 1200px) and (max-width: 1399px) {
 .homesec3-container {
    max-width: 1120px;
  }
}

/* Laptop / Wide Screens */
@media (min-width: 1400px) and (max-width: 1600px) {
 .homesec3-container {
    max-width: 1500px;
  }
}

@media (min-width: 1900px) {
.homesec3-container {
   max-width: 1850px;
}
}

.homesec2-title{
  max-width:760px;
  margin:0 auto 42px;
  text-align:center;
}

.homesec2-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.homesec2-card{
  background:#fff;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
  border:1px solid rgba(232,62,120,.10);
}

.homesec2-card img{
  width:100%;
  height:230px;
  object-fit:cover;
  display:block;
}

.homesec2-card div{
  padding:24px;
}

.homesec2-card h3{
  margin:0 0 10px;
  color:#1b1b1b;
  font-size:21px;
  font-weight:500;
}

.homesec2-card p{
  margin:0;
}


/* HOME SECTION 3 */
.homesec3{
  padding:90px 0;
  background:#fff8ee;
}

.homesec3-container{
  margin:auto;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:55px;
  align-items:center;
}

.homesec3-img{
  position:relative;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 25px 70px rgba(0,0,0,.14);
}

.homesec3-img img{
  width:100%;
  height:540px;
  object-fit:cover;
  display:block;
}

.homesec3-badge{
  position:absolute;
  right:24px;
  bottom:24px;
  width:145px;
  height:145px;
  border-radius:50%;
  background:linear-gradient(135deg,#ff6f91,#ffb000);
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 45px rgba(0,0,0,.25);
}

.homesec3-badge strong{
  font-size:38px;
  font-weight:500;
}

.homesec3-badge span{
  font-size:13px;
  font-weight:500;
}

.homesec3-list{
  margin:25px 0 30px;
}

.homesec3-list p{
  margin:0 0 12px;
  font-weight:500;
  color:#1b1b1b;
}

.homesec3-list i{
  color:#e83e78;
  margin-right:10px;
}


/* RESPONSIVE */
@media(max-width:991px){
  .homesec1,
  .homesec2,
  .homesec3{
    padding:75px 0;
  }

  .homesec1-container,
  .homesec3-container{
    grid-template-columns:1fr;
    gap:35px;
	padding-right: 20px;
    padding-left: 20px;
  }
  
  .homesec2-container {
    margin: auto;
		padding-right: 20px;
    padding-left: 20px;
}

.featuresnew-container{
  margin:auto;
		padding-right: 20px;
    padding-left: 20px;
}


  .homesec2-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .homesec1-img img,
  .homesec3-img img{
    height:430px;
  }
}

@media(max-width:575px){
  .homesec1,
  .homesec2,
  .homesec3{
    padding:60px 0;
  }

  .homesec2-grid{
    grid-template-columns:1fr;
  }

  .homesec1-img,
  .homesec3-img{
    border-radius:24px;
  }

  .homesec1-img img,
  .homesec3-img img{
    height:330px;
  }

  .homesec3-badge{
    width:118px;
    height:118px;
    right:16px;
    bottom:16px;
  }

  .homesec3-badge strong{
    font-size:30px;
  }

  .homesec1-btn,
  .homesec3-btn{
    width:100%;
    justify-content:center;
  }
}


.about1,
.about2,
.about3{
  padding:90px 0;
}

.about1{
  background:#fff;
}

.about2{
  background:linear-gradient(180deg,#fff7fb,#ffffff);
}

.about3{
  background:#fff8ee;
}

.about1-container,
.about2-container,
.about3-container{
  margin:auto;
}


@media (min-width: 768px) {
.about1-container,
.about2-container,
.about3-container {
    max-width: 720px;
}
}

/* Desktop / Large Screens */
@media (min-width: 1200px) and (max-width: 1399px) {
 .about1-container,
.about2-container,
.about3-container {
    max-width: 1120px;
  }
}

/* Laptop / Wide Screens */
@media (min-width: 1400px) and (max-width: 1600px) {
 .about1-container,
.about2-container,
.about3-container {
    max-width: 1350px;
  }
}

@media (min-width: 1900px) {
.about1-container,
.about2-container,
.about3-container {
   max-width: 1850px;
}
}

.about1-container,
.about3-container{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:55px;
  align-items:center;
}

.about1-img{
  position:relative;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 25px 70px rgba(0,0,0,.14);
}

.about1-img img{
  width:100%;
  height:540px;
  object-fit:cover;
  display:block;
}

.about1-badge{
  position:absolute;
  right:24px;
  bottom:24px;
  width:145px;
  height:145px;
  border-radius:50%;
  background:linear-gradient(135deg,#ff6f91,#ffb000);
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 45px rgba(0,0,0,.25);
}

.about1-badge strong{
  font-size:40px;
  font-weight:500;
}

.about1-badge span{
  font-size:13px;
  font-weight:500;
}

.about1-content span,
.about2-title span,
.about3-content span{
  color:#e83e78;
  font-size:13px;
  font-weight:500;
  letter-spacing:2px;
  text-transform:uppercase;
}

.about1-content h2,
.about2-title h2,
.about3-content h2{
  margin:14px 0 18px;
color: #202020;
  font-size:40px;
  line-height:1.08;
  font-weight:300;
}

.about1-content p,
.about2-card p,
.about3-content p{
font-weight: 400;
    color: #5f5a62;
    font-size: 16px;
    line-height: 1.4;
}

.about1-points{
  margin-top:25px;
}

.about1-points p{
  margin:0 0 13px;
  color:#1b1b1b;
  font-weight:500;
}

.about1-points i{
  color:#e83e78;
  margin-right:10px;
}

.about2-title{
  max-width:760px;
  margin:0 auto 42px;
  text-align:center;
}

.about2-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.about2-card{
  background:#fff;
  border-radius:28px;
  padding:34px 28px;
  text-align:center;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
  border:1px solid rgba(232,62,120,.10);
  transition:.35s ease;
}

.about2-card:hover{
  transform:translateY(-8px);
  box-shadow:0 28px 65px rgba(232,62,120,.16);
}

.about2-card i{
  width:72px;
  height:72px;
  border-radius:24px;
  display:grid;
  place-items:center;
  margin:0 auto 20px;
  background:linear-gradient(135deg,#ff6f91,#ffb000);
  color:#fff;
  font-size:30px;
  box-shadow:0 16px 34px rgba(232,62,120,.25);
}

.about2-card h3{
  margin:0 0 12px;
  color:#1b1b1b;
  font-size:24px;
  font-weight:500;
}

.about2-card p{
  margin:0;
}

.about3-list{
  margin-top:28px;
  display:grid;
  gap:14px;
}

.about3-list div{
	color: #242424;
  display:flex;
  align-items:center;
  gap:14px;
  background:#fff;
  padding:16px 18px;
  border-radius:18px;
  font-weight:600;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
  font-family: var(--jf-body-font);
}

.about3-list i{
  color:#e83e78;
  font-size:20px;
}

.about3-gallery{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.about3-gallery img{
  width:100%;
  object-fit:cover;
  display:block;
  border-radius:28px;
  box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.about3-gallery img:nth-child(1){
  height:420px;
  grid-row:span 2;
}

.about3-gallery img:nth-child(2),
.about3-gallery img:nth-child(3){
  height:200px;
}

@media(max-width:991px){
  .about1,
  .about2,
  .about3{
    padding:75px 0;
  }

  .about1-container,
  .about3-container{
    grid-template-columns:1fr;
    gap:35px;
			padding-right: 20px;
    padding-left: 20px;
  }

  .about2-grid{
    grid-template-columns:1fr;
  }

  .about1-img img{
    height:430px;
  }
}

@media(max-width:575px){
  .about1,
  .about2,
  .about3{
    padding:60px 0;
  }

  .about1-img{
    border-radius:24px;
  }

  .about1-img img{
    height:330px;
  }

  .about1-badge{
    width:118px;
    height:118px;
    right:16px;
    bottom:16px;
  }

  .about1-badge strong{
    font-size:30px;
  }

  .about3-gallery{
    grid-template-columns:1fr;
  }

  .about3-gallery img:nth-child(1),
  .about3-gallery img:nth-child(2),
  .about3-gallery img:nth-child(3){
    height:260px;
    grid-row:auto;
  }
}

/* Extra separated script accent classes - safe, no overlap */
.newproductshow-head span,
.newproductsec-title span,
.homesec1-content span,
.homesec2-title span,
.homesec3-content span,
.about1-content span,
.about2-title span,
.about3-content span{
  font-family:var(--jf-script-font);
  font-size:30px;
  font-weight:400;
  letter-spacing:0;
  text-transform:none;
  color:#e83e78;
}

/* Light font polish for mobile */
@media(max-width:575px){
  .jf-hero h1,
  .jf-title h2,
  .newproductsec-title h2,
  .newproductshow-head h2,
  .homesec1-content h2,
  .homesec2-title h2,
  .homesec3-content h2,
  .about1-content h2,
  .about2-title h2,
  .about3-content h2{
    letter-spacing:-.025em;
  }

  p,
  .jf-title p,
  .newproductsec-title p,
  .homesec1-content p,
  .homesec3-content p,
  .about1-content p,
  .about3-content p{
    font-size:15px;
    line-height:1.75;
  }
}




.newcta{
  position:relative;
  width:100%;
  min-height:430px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:
    url('../images/cta-bg.webp')
    center/cover no-repeat;
}

.newcta-overlay{
  position:absolute;
  inset:0;
background: rgb(0 0 0 / 70%);
}

.newcta-content{
  position:relative;
  z-index:2;
  max-width:860px;
  padding:90px 22px;
  text-align:center;
  color:#fff;
}

.newcta-content span{
  display:block;
  margin-bottom:14px;
  font-family:'Great Vibes', cursive;
  font-size:34px;
  font-weight:400;
  color:#ffe6ef;
}

.newcta-content h2{
  margin:0;
font-family: var(--jf-heading-font);
  font-size:clamp(34px,5vw,62px);
  line-height:1.08;
  font-weight:300;
  letter-spacing:-1.5px;
  color:#fff;
}

.newcta-content p{
  max-width:680px;
  margin:12px auto 0;
  font-family:'Roboto', sans-serif;
  font-size:18px;
  line-height:1.8;
  font-weight:300;
  color:rgba(255,255,255,.88);
}

.newcta-btns{
  margin-top:34px;
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.newcta-btns a{
  min-width:165px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 28px;
  background:#fff;
  color:#181018;
  border:1px solid rgba(255,255,255,.75);
  border-radius:0;
  font-family:'Plus Jakarta Sans', sans-serif;
  font-size:14px;
  font-weight:500;
  letter-spacing:.4px;
  text-decoration:none;
  transition:.35s ease;
}

.newcta-btns a:hover{
  background:transparent;
  color:#fff;
  transform:translateY(-3px);
}

@media(max-width:768px){
  .newcta{
    min-height:390px;
  }

  .newcta-content{
    padding:70px 18px;
  }

  .newcta-content span{
    font-size:30px;
  }

  .newcta-content p{
    font-size:16px;
    line-height:1.7;
  }
}

@media(max-width:480px){
  .newcta{
    min-height:420px;
  }

  .newcta-content h2{
    letter-spacing:-.8px;
  }

  .newcta-btns{
    flex-direction:column;
  }

  .newcta-btns a{
    width:100%;
  }
}


@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Roboto:wght@300;400;500&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap');

.heronew{
  position:relative;
  width:100%;
  min-height:355px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#111;
}

/* BACKGROUND IMAGE */
.heronew-bg{
  position:absolute;
  inset:0;
  z-index:1;
}

.heronew-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}

/* DARK OVERLAY */
.heronew-overlay{
  position:absolute;
  inset:0;
  z-index:2;
  background:
  linear-gradient(
    135deg,
    rgba(18,12,20,.76),
    rgba(38,16,28,.42),
    rgba(0,0,0,.18)
  );
}

/* CONTENT */
.heronew-content{
  position:relative;
  z-index:3;
  width:100%;
  text-align:center;
  padding:60px 20px;
}

.heronew-content span{
  display:block;
  margin-bottom:18px;
  font-family:'Great Vibes', cursive;
  font-size:40px;
  line-height:1;
  color:#ffe3ec;
  font-weight:400;
}

.heronew-content h1{
  margin:0;
font-family: var(--jf-heading-font);
  font-size:50px;
  line-height:1.04;
  letter-spacing:-2px;
  font-weight:300;
  color:#fff;
}

.heronew-content p{
  max-width:760px;
  margin:5px auto 0;
  font-family:'Roboto', sans-serif;
  font-size:18px;
  line-height:1.4;
  font-weight:300;
  color:rgba(255,255,255,.88);
}

/* TABLET */
@media(max-width:991px){

  .heronew{
    min-height:480px;
  }

  .heronew-content{
    padding:110px 24px;
  }

  .heronew-content span{
    font-size:34px;
  }

  .heronew-content p{
    font-size:16px;
    line-height:1.8;
  }
}

/* MOBILE */
@media(max-width:575px){

  .heronew{
    min-height:420px;
  }

  .heronew-content{
    padding:90px 18px;
	padding-top: 165px;
  }

  .heronew-content span{
    font-size:28px;
  }

  .heronew-content h1{
    letter-spacing:-1px;
  }

  .heronew-content p{
    font-size:15px;
    line-height:1.7;
    margin-top:18px;
  }
}



.featuresnew{
  position:relative;
  padding:55px 0;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(248,248,248,.94), rgba(255,255,255,.96)),
    url('../images/header-01.webp') center/cover no-repeat;
}

.featuresnew-container{
  margin:auto;
  position:relative;
  z-index:2;
}


@media (min-width: 768px) {
.featuresnew-container {
    max-width: 720px;
}
}

/* Desktop / Large Screens */
@media (min-width: 1200px) and (max-width: 1399px) {
 .featuresnew-container {
    max-width: 1120px;
  }
}

/* Laptop / Wide Screens */
@media (min-width: 1400px) and (max-width: 1600px) {
 .featuresnew-container {
    max-width: 1400px;
  }
}

@media (min-width: 1900px) {
.featuresnew-container {
   max-width: 1850px;
}
}

.featuresnew-head{
  max-width:760px;
  margin:0 auto 48px;
  text-align:center;
}

.featuresnew-head span{
  display:block;
  margin-bottom:12px;
  font-family:'Great Vibes', cursive;
  font-size:36px;
  font-weight:400;
  color:#d96b8c;
}

.featuresnew-head h2{
  margin:0;
font-family: var(--jf-heading-font);
	font-size:40px;
  line-height:1.08;
  font-weight:300;
  letter-spacing:-1.5px;
color: #202020;
    font-weight: 300;
}

.featuresnew-head p{
  max-width:660px;
  margin:20px auto 0;
font-weight: 400;
    font-family: var(--jf-body-font);
    font-size: 17px;
    line-height: 20px;
color: #242424;
}

.featuresnew-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.featuresnew-box{
  position:relative;
  min-height:245px;
  padding:34px 24px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(220,220,220,.75);
  box-shadow:0 18px 45px rgba(0,0,0,.06);
  text-align:center;
  overflow:hidden;
  transition:.38s ease;
}

.featuresnew-box::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(255,240,246,.85), rgba(255,255,255,.2));
  opacity:0;
  transition:.38s ease;
}

.featuresnew-box i{
  position:relative;
  z-index:2;
  width:66px;
  height:66px;
  margin:0 auto 22px;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid rgba(217,107,140,.18);
  color:#d96b8c;
  font-size:26px;
  box-shadow:0 14px 30px rgba(217,107,140,.12);
  transition:.38s ease;
}

.featuresnew-box h3{
  position:relative;
  z-index:2;
  margin:0 0 12px;
font-family: var(--jf-heading-font);
letter-spacing: -1.5px;
  font-size:20px;
  line-height:1.25;
  font-weight:400;
  color:#181018;
}

.featuresnew-box p{
  position:relative;
  z-index:2;
  margin:0;
   font-family: var(--jf-body-font);
    font-size: 17px;
    line-height: 20px;
    color: #242424;
}

.featuresnew-box:hover{
  transform:translateY(-10px);
  background:#fff;
  border-color:rgba(217,107,140,.28);
  box-shadow:0 28px 65px rgba(217,107,140,.16);
}

.featuresnew-box:hover::before{
  opacity:1;
}

.featuresnew-box:hover i{
  transform:translateY(-6px) rotate(-4deg);
  background:#d96b8c;
  color:#fff;
}

@media(max-width:991px){
  .featuresnew{
    padding:75px 0;
  }

  .featuresnew-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:575px){
  .featuresnew{
    padding:60px 0;
  }

  .featuresnew-head{
    margin-bottom:34px;
  }

  .featuresnew-head span{
    font-size:30px;
  }

  .featuresnew-head h2{
    letter-spacing:-.8px;
  }

  .featuresnew-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .featuresnew-box{
    min-height:auto;
    padding:30px 22px;
  }
}

.visioncss{
  padding:95px 0;
  background:linear-gradient(135deg,#fff7fb 0%,#ffffff 50%,#f7f7f7 100%);
  overflow:hidden;
}

.visioncss-container{
  margin:auto;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:60px;
  align-items:center;
}


@media (min-width: 768px) {
.visioncss-container {
    max-width: 720px;
}
}

/* Desktop / Large Screens */
@media (min-width: 1200px) and (max-width: 1399px) {
 .visioncss-container {
    max-width: 1120px;
  }
}

/* Laptop / Wide Screens */
@media (min-width: 1400px) and (max-width: 1600px) {
 .visioncss-container {
    max-width: 1350px;
  }
}

@media (min-width: 1900px) {
.visioncss-container {
   max-width: 1850px;
}
}

.visioncss-image{
  position:relative;
  overflow:hidden;
  min-height:560px;
  background:#fff;
  box-shadow:0 25px 70px rgba(0,0,0,.10);
}

.visioncss-image img{
  width:100%;
  height:560px;
  object-fit:cover;
  display:block;
  transition:.7s ease;
}

.visioncss-image:hover img{
  transform:scale(1.06);
}

.visioncss-badge{
  position:absolute;
  right:28px;
  bottom:28px;
  width:160px;
  height:160px;
  background:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 45px rgba(0,0,0,.14);
}

.visioncss-badge span{
  font-family:'Great Vibes', cursive;
  font-size:34px;
  color:#d96b8c;
  line-height:1;
}

.visioncss-badge strong{
  font-family:'Plus Jakarta Sans', sans-serif;
  font-size:21px;
  font-weight:300;
  color:#181018;
  letter-spacing:.5px;
}

.visioncss-content > span{
  display:block;
  margin-bottom:14px;
  font-family:'Great Vibes', cursive;
  font-size:38px;
  font-weight:400;
  color:#d96b8c;
}

.visioncss-content h2{
  margin:0;
  max-width:620px;
font-family: var(--jf-heading-font);
	font-size:40px;
  line-height:1.08;
  font-weight:300;
  letter-spacing:-1.6px;
  color:#202020;
}

.visioncss-content > p{
  max-width:660px;
  margin:24px 0 0;
  font-family: var(--jf-body-font);
    font-size: 17px;
    line-height: 20px;
    color: #242424;
}

.visioncss-points{
  margin-top:38px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.visioncss-points div{
  background:rgba(255,255,255,.85);
  border:1px solid rgba(217,107,140,.14);
  padding:28px 24px;
  box-shadow:0 16px 40px rgba(0,0,0,.06);
  transition:.35s ease;
}

.visioncss-points div:hover{
  transform:translateY(-8px);
  background:#fff;
  box-shadow:0 26px 60px rgba(217,107,140,.14);
}

.visioncss-points i{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  margin-bottom:20px;
  background:#fff1f6;
  color:#d96b8c;
  font-size:22px;
}

.visioncss-points h3{
  margin:0 0 10px;
font-family: var(--jf-body-font);
    font-size: 16px;
    line-height: 20px;
    color: #000;
font-weight: 600;
}

.visioncss-points p{
  margin:0;
font-family: var(--jf-body-font);
    font-size: 17px;
    line-height: 20px;
    color: #242424;
font-weight: 400;
}

@media(max-width:991px){
  .visioncss{
    padding:75px 0;
  }

  .visioncss-container{
    grid-template-columns:1fr;
    gap:38px;
			padding-right: 20px;
    padding-left: 20px;
  }

  .visioncss-image,
  .visioncss-image img{
    min-height:auto;
    height:430px;
  }
}

@media(max-width:575px){
  .visioncss{
    padding:60px 0;
  }

  .visioncss-image,
  .visioncss-image img{
    height:330px;
  }

  .visioncss-badge{
    width:125px;
    height:125px;
    right:16px;
    bottom:16px;
  }

  .visioncss-badge span{
    font-size:28px;
  }

  .visioncss-badge strong{
    font-size:17px;
  }

  .visioncss-content > span{
    font-size:32px;
  }

  .visioncss-content h2{
    letter-spacing:-.9px;
  }

  .visioncss-content > p{
    font-size:16px;
    line-height:1.75;
  }

  .visioncss-points{
    grid-template-columns:1fr;
  }
}


.aboutnewone{
  padding:50px 0;
  background:linear-gradient(135deg,#fff7fb 0%,#ffffff 55%,#f7f7f7 100%);
  overflow:hidden;
}

.aboutnewone-container{
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:65px;
  align-items:center;
}


@media (min-width: 768px) {
.aboutnewone-container {
    max-width: 720px;
}
}

/* Desktop / Large Screens */
@media (min-width: 1200px) and (max-width: 1399px) {
 .aboutnewone-container {
    max-width: 1120px;
  }
}

/* Laptop / Wide Screens */
@media (min-width: 1400px) and (max-width: 1600px) {
 .aboutnewone-container {
    max-width: 1350px;
  }
}

@media (min-width: 1900px) {
.aboutnewone-container {
   max-width: 1750px;
}
}


.aboutnewone-imgbox{
  position:relative;
  min-height:560px;
  padding:22px;
  background:#fff;
  box-shadow:0 28px 75px rgba(0,0,0,.10);
}

.aboutnewone-imgbox::before{
  content:"";
  position:absolute;
  left:-24px;
  top:45px;
  width:130px;
  height:130px;
  background:#ffe8f0;
  z-index:0;
}

.aboutnewone-imgbox::after{
  content:"";
  position:absolute;
  right:-22px;
  bottom:42px;
  width:170px;
  height:170px;
  border:1px solid rgba(217,107,140,.35);
  z-index:0;
}

.aboutnewone-imgbox img{
  position:relative;
  z-index:2;
  width:100%;
  height:516px;
  object-fit:cover;
  display:block;
  transition:.7s ease;
}

.aboutnewone-imgbox:hover img{
  transform:scale(1.025);
}

.aboutnewone-card{
  position:absolute;
  right:0;
  bottom:0;
  z-index:3;
  width:150px;
  height:150px;
  background:#181018;
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 45px rgba(0,0,0,.20);
}

.aboutnewone-card span{
  font-family:'Great Vibes', cursive;
  font-size:30px;
  font-weight:400;
  color:#ffd8e5;
  line-height:1;
}

.aboutnewone-card strong{
  font-family:'Plus Jakarta Sans', sans-serif;
  font-size:34px;
  font-weight:300;
  letter-spacing:-1px;
}

.aboutnewone-content > span{
  display:block;
  margin-bottom:14px;
  font-family:'Great Vibes', cursive;
  font-size:40px;
  font-weight:400;
  color:#d96b8c;
}

.aboutnewone-content h2{
  margin:0;
font-family: var(--jf-heading-font);
  font-size:40px;
  line-height:1.08;
  font-weight:300;
  letter-spacing:-1.6px;
color: #202020;
}

.aboutnewone-content > p{
  margin:24px 0 0;
font-family: var(--jf-body-font);
font-size: 17px;
    line-height: 20px;
    color: #242424;
}

.aboutnewone-points{
  margin-top:36px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.aboutnewone-points div{
  padding:26px 22px;
  background:#fff;
  border:1px solid rgba(217,107,140,.14);
  box-shadow:0 16px 40px rgba(0,0,0,.06);
  transition:.35s ease;
}

.aboutnewone-points div:hover{
  transform:translateY(-8px);
  box-shadow:0 26px 60px rgba(217,107,140,.14);
}

.aboutnewone-points i{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  background:#fff1f6;
  color:#d96b8c;
  font-size:22px;
}

.aboutnewone-points h3{
  margin:0 0 10px;
  font-family:'Plus Jakarta Sans', sans-serif;
  font-size:20px;
  line-height:1.3;
  font-weight:400;
  color:#181018;
}

.aboutnewone-points p{
  margin:0;
  font-family:'Roboto', sans-serif;
  font-size:15px;
  line-height:1.7;
  font-weight:300;
  color:#666;
}

.aboutnewone-btn{
  margin-top:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:150px;
  padding:15px 30px;
  background:#e16268;
  color:#fff;
  font-family:'Plus Jakarta Sans', sans-serif;
  font-size:14px;
  font-weight:400;
  letter-spacing:.5px;
  text-decoration:none;
  transition:.35s ease;
}

.aboutnewone-btn:hover{
  background:transparent;
  color:#181018;
  transform:translateY(-3px);
}

@media(max-width:991px){
  .aboutnewone{
    padding:75px 0;
  }

  .aboutnewone-container{
    grid-template-columns:1fr;
    gap:40px;
	padding-right: 20px;
    padding-left: 20px;
  }

  .aboutnewone-imgbox{
    min-height:auto;
  }

  .aboutnewone-imgbox img{
    height:430px;
  }
}

@media(max-width:575px){
  .aboutnewone{
    padding:60px 0;
  }

  .aboutnewone-imgbox{
    padding:14px;
  }

  .aboutnewone-imgbox::before{
    width:90px;
    height:90px;
    left:-12px;
    top:28px;
  }

  .aboutnewone-imgbox::after{
    width:110px;
    height:110px;
    right:-12px;
    bottom:28px;
  }

  .aboutnewone-imgbox img{
    height:330px;
  }

  .aboutnewone-card{
    width:120px;
    height:120px;
  }

  .aboutnewone-card span{
    font-size:25px;
  }

  .aboutnewone-card strong{
    font-size:28px;
  }

  .aboutnewone-content > span{
    font-size:32px;
  }

  .aboutnewone-content h2{
    letter-spacing:-.9px;
  }

  .aboutnewone-content > p{
    font-size:16px;
    line-height:1.75;
  }

  .aboutnewone-points{
    grid-template-columns:1fr;
  }

  .aboutnewone-btn{
    width:100%;
  }
}


.productnewsec{
  padding:95px 0;
  background:linear-gradient(180deg,#fff8fb 0%,#ffffff 45%,#f7f7f7 100%);
  overflow:hidden;
}

.productnewsec .jf-title{
  max-width:780px;
  margin:0 auto 45px;
  text-align:center;
}

.productnewsec .jf-title span{
  display:block;
  font-family:'Great Vibes', cursive;
  font-size:38px;
  font-weight:400;
  color:#d96b8c;
  margin-bottom:12px;
}

.productnewsec .jf-title h2{
  margin:0;
font-family: var(--jf-heading-font);
  font-size:clamp(34px,4vw,58px);
  line-height:1.08;
  font-weight:300;
  letter-spacing:-1.5px;
  color:#202020;
}

.productnewsec .jf-title p{
  margin: 18px auto 0;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
}

.productnewsec .jf-tabs{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:42px;
}

.productnewsec .jf-tab{
  border:1px solid rgba(217,107,140,.22);
  background:#fff;
  color:#181018;
  padding:13px 24px;
  border-radius:0;
  font-family:'Plus Jakarta Sans', sans-serif;
  font-size:14px;
  font-weight:400;
  cursor:pointer;
  transition:.35s ease;
  box-shadow:0 12px 28px rgba(0,0,0,.04);
}

.productnewsec .jf-tab.active,
.productnewsec .jf-tab:hover{
  background:#181018;
  color:#fff;
  border-color:#181018;
  transform:translateY(-3px);
}

.productnewsec .jf-panel{
  display:none;
}

.productnewsec .jf-panel.active{
  display:block;
}

.productnewsec .jf-product-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px;
}

.productnewsec .jf-product{
  background:#fff;
  border:1px solid rgba(217,107,140,.12);
  box-shadow:0 18px 45px rgba(0,0,0,.07);
  overflow:hidden;
  transition:.38s ease;
}

.productnewsec .jf-product:hover{
  transform:translateY(-10px);
  box-shadow:0 30px 70px rgba(217,107,140,.15);
  border-color:rgba(217,107,140,.28);
}

.productnewsec .jf-product-img{
  height:285px;
  overflow:hidden;
  background:#f7f7f7;
}

.productnewsec .jf-product-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.7s ease;
}

.productnewsec .jf-product:hover .jf-product-img img{
  transform:scale(1.08);
}

.productnewsec .jf-product-body{
  padding:24px 22px 26px;
}

.productnewsec .jf-price{
  display:inline-flex;
  margin-bottom:12px;
  padding:7px 14px;
  background:#fff1f6;
  color:#d96b8c;
  font-family:'Roboto', sans-serif;
  font-size:12px;
  font-weight:400;
  letter-spacing:.4px;
}

.productnewsec .jf-product h3{
  margin:0;
  font-family:'Plus Jakarta Sans', sans-serif;
  font-size:21px;
  line-height:1.2;
  font-weight:400;
  color:#181018;
}

.productnewsec .jf-product p{
  margin: 0;
    padding: 5px 0px 15px;
    color: #545454;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}

.productnewsec .jf-product-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.productnewsec .jf-mini-btn{
  flex:1;
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 18px;
  background:#181018;
  color:#fff;
  font-family:'Plus Jakarta Sans', sans-serif;
  font-size:13px;
  font-weight:400;
  letter-spacing:.4px;
  text-decoration:none;
  transition:.35s ease;
}

.productnewsec .jf-mini-btn:hover{
  background:#d96b8c;
  color:#fff;
}

.productnewsec .jf-whatsapp-btn{
  width:46px;
  height:46px;
  flex:0 0 46px;
  display:grid;
  place-items:center;
  background:#25d366;
  color:#fff;
  font-size:20px;
  text-decoration:none;
  transition:.35s ease;
}

.productnewsec .jf-whatsapp-btn:hover{
  background:#181018;
  transform:translateY(-3px);
}

@media(max-width:1199px){
  .productnewsec .jf-product-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:991px){
  .productnewsec{
    padding:75px 0;
  }

  .productnewsec .jf-product-grid{
    grid-template-columns:repeat(2,1fr);
    gap:22px;
  }

  .productnewsec .jf-tabs{
    justify-content:flex-start;
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:10px;
  }

  .productnewsec .jf-tab{
    white-space:nowrap;
  }
}

@media(max-width:575px){
  .productnewsec{
    padding:60px 0;
  }

  .productnewsec .jf-title span{
    font-size:31px;
  }

  .productnewsec .jf-product-grid{
    grid-template-columns:1fr;
  }

  .productnewsec .jf-product-img{
    height:260px;
  }

  .productnewsec .jf-product h3,
  .productnewsec .jf-product p{
    min-height:auto;
  }

  .productnewsec .jf-product-actions{
    flex-direction:row;
  }
}


.enquirycss{
  padding:100px 0;
  background:linear-gradient(135deg,#fff8fb 0%,#ffffff 48%,#f6f6f6 100%);
  overflow:hidden;
}

.enquirycss-wrap{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:55px;
  align-items:center;
}

.enquirycss-formbox{
  background:#fff;
  padding:48px;
  border:1px solid rgba(217,107,140,.14);
  box-shadow:0 28px 75px rgba(0,0,0,.08);
}

.enquirycss-formbox > span{
  display:block;
  margin-bottom:12px;
  font-family:'Great Vibes', cursive;
  font-size:38px;
  font-weight:400;
  color:#d96b8c;
}

.enquirycss-formbox h2{
  margin:0;
font-family: var(--jf-heading-font);
  font-size:clamp(34px,4vw,52px);
  line-height:1.08;
  font-weight:300;
  letter-spacing:-1.4px;
  color:#202020;
}

.enquirycss-formbox > p{
  max-width:650px;
  margin:18px 0 32px;
  font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #5f5a62;
    font-size: 16px;
    line-height: 1.4;
}

.enquirycss-form{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.enquirycss-field.full{
  grid-column:1/-1;
}

.enquirycss-field label{
  display:block;
  margin-bottom:8px;
  font-family:'Plus Jakarta Sans', sans-serif;
  font-size:13px;
  font-weight:400;
  color:#181018;
}

.enquirycss-field input,
.enquirycss-field select,
.enquirycss-field textarea{
  width:100%;
  border:1px solid rgba(217,107,140,.18);
  background:#fff;
  padding:15px 16px;
  font-family:'Roboto', sans-serif;
  font-size:15px;
  font-weight:300;
  color:#222;
  outline:none;
  transition:.35s ease;
}

.enquirycss-field input::placeholder,
.enquirycss-field textarea::placeholder{
  color:#000;
  font-weight:500;
}

.enquirycss-field textarea{
  min-height:140px;
  resize:vertical;
}

.enquirycss-field input:focus,
.enquirycss-field select:focus,
.enquirycss-field textarea:focus{
  border-color:#d96b8c;
  box-shadow:0 0 0 4px rgba(217,107,140,.08);
}

.enquirycss-field input,
.enquirycss-field textarea{
  font-family:'Roboto', sans-serif;
  font-size:15px;
  font-weight:500;
  color:#000;
}

.enquirycss-field input::placeholder,
.enquirycss-field textarea::placeholder{
  color:#4f4f4f !important;
  opacity:1 !important;
  font-family:'Roboto', sans-serif;
  font-size:14px;
  font-weight:400;
  letter-spacing:.2px;
}

.enquirycss-field input::-webkit-input-placeholder,
.enquirycss-field textarea::-webkit-input-placeholder{
  color:#4f4f4f !important;
  opacity:1 !important;
}

.enquirycss-field input::-moz-placeholder,
.enquirycss-field textarea::-moz-placeholder{
  color:#4f4f4f !important;
  opacity:1 !important;
}

.enquirycss-field input:-ms-input-placeholder,
.enquirycss-field textarea:-ms-input-placeholder{
  color:#4f4f4f !important;
  opacity:1 !important;
}

.enquirycss-field input::placeholder,
.enquirycss-field textarea::placeholder{
  font-family:'Roboto', sans-serif;
  font-size:14px;
  font-weight:300;
  color:#9a9a9a;
  letter-spacing:.2px;
  opacity:1;
}

.enquirycss-field button{
  min-height:52px;
  border:0;
  background:#181018;
  color:#fff;
  padding:15px 30px;
  font-family:'Plus Jakarta Sans', sans-serif;
  font-size:14px;
  font-weight:400;
  letter-spacing:.5px;
  cursor:pointer;
  transition:.35s ease;
}

.enquirycss-field button:hover{
  background:#d96b8c;
  transform:translateY(-3px);
}

.enquirycss-image{
  position:relative;
  min-height:620px;
  padding:18px;
  background:#fff;
  box-shadow:0 28px 75px rgba(0,0,0,.10);
}

.enquirycss-image::before{
  content:"";
  position:absolute;
  left:-22px;
  top:48px;
  width:130px;
  height:130px;
  background:#ffe7ef;
  z-index:0;
}

.enquirycss-image::after{
  content:"";
  position:absolute;
  right:-22px;
  bottom:48px;
  width:170px;
  height:170px;
  border:1px solid rgba(217,107,140,.32);
  z-index:0;
}

.enquirycss-image img{
  position:relative;
  z-index:2;
  width:100%;
  height:584px;
  object-fit:cover;
  display:block;
  transition:.7s ease;
}

.enquirycss-image:hover img{
  transform:scale(1.025);
}

.enquirycss-badge{
  position:absolute;
  right:0;
  bottom:0;
  z-index:4;
  width:170px;
  height:170px;
  background:#181018;
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:18px;
  box-shadow:0 18px 45px rgba(0,0,0,.20);
}

.enquirycss-badge strong{
  font-family:'Plus Jakarta Sans', sans-serif;
  font-size:36px;
  line-height:1;
  font-weight:300;
  color:#fff;
}

.enquirycss-badge p{
  margin:10px 0 0;
  font-family:'Roboto', sans-serif;
  font-size:13px;
  line-height:1.45;
  font-weight:300;
  color:rgba(255,255,255,.82);
}

@media(max-width:991px){
  .enquirycss{
    padding:75px 0;
  }

  .enquirycss-wrap{
    grid-template-columns:1fr;
    gap:38px;
  }

  .enquirycss-image{
    min-height:auto;
  }

  .enquirycss-image img{
    height:430px;
  }
}

@media(max-width:575px){
  .enquirycss{
    padding:60px 0;
  }

  .enquirycss-formbox{
    padding:30px 22px;
  }

  .enquirycss-form{
    grid-template-columns:1fr;
  }

  .enquirycss-formbox > span{
    font-size:32px;
  }

  .enquirycss-formbox h2{
    letter-spacing:-.8px;
  }

  .enquirycss-image{
    padding:14px;
  }

  .enquirycss-image::before{
    width:90px;
    height:90px;
    left:-12px;
    top:28px;
  }

  .enquirycss-image::after{
    width:110px;
    height:110px;
    right:-12px;
    bottom:28px;
  }

  .enquirycss-image img{
    height:330px;
  }

  .enquirycss-badge{
    width:130px;
    height:130px;
  }

  .enquirycss-badge strong{
    font-size:28px;
  }

  .enquirycss-badge p{
    font-size:12px;
  }

  .enquirycss-field button{
    width:100%;
  }
}


.newfooter{
  position:relative;
  padding:0 0 24px;
  background:
    radial-gradient(circle at top left, rgba(217,107,140,.20), transparent 32%),
    linear-gradient(135deg,#130d14 0%,#1d111b 52%,#090709 100%);
  color:#fff;
  overflow:visible;
}

.newfooter-logo-wrap{
  display:flex;
  justify-content:center;
  transform:translateY(-70px);
  margin-bottom:-35px;
}

.newfooter-logo{
  width:180px;
  height:180px;
  padding:5px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 28px 70px rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.5);
  transition:.35s ease;
}

.newfooter-logo:hover{
  transform:translateY(-8px);
}

.newfooter-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.newfooter-grid{
  display:grid;
  grid-template-columns:1.35fr .85fr 1fr 1.1fr;
  gap:38px;
  padding:25px 0 38px;
}

.newfooter-about h3,
.newfooter-box h4{
  margin:0 0 18px;
  font-family:'Plus Jakarta Sans', sans-serif;
  font-size:24px;
  line-height:1.25;
  font-weight:300;
  letter-spacing:-.5px;
  color:#fff;
}

.newfooter-box h4{
  font-size:20px;
}

.newfooter-about p{
  max-width:380px;
  margin:0;
  font-family:'Roboto', sans-serif;
  font-size:15px;
  line-height:1.8;
  font-weight:300;
  color:rgba(255,255,255,.72);
}

.newfooter-social{
  display:flex;
  gap:10px;
  margin-top:24px;
}

.newfooter-social a{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  text-decoration:none;
  transition:.35s ease;
}

.newfooter-social a:hover{
  background:#d96b8c;
  border-color:#d96b8c;
  transform:translateY(-5px);
}

.newfooter-box ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
}

.newfooter-box ul li a{
  display:inline-flex;
  color:#fff;
  font-family:'Roboto', sans-serif;
  font-size:15px;
  line-height:1.4;
  font-weight:300;
  text-decoration:none;
  transition:.3s ease;
}

.newfooter-box ul li a:hover{
  color:#ffd9e5;
  transform:translateX(5px);
}

.newfooter-contact{
  display:grid;
  gap:14px;
}

.newfooter-contact p{
  margin:0;
  display:flex;
  gap:12px;
  align-items:flex-start;
  color:rgba(255,255,255,.72);
  font-family:'Roboto', sans-serif;
  font-size:15px;
  line-height:1.6;
  font-weight:300;
}

.newfooter-contact i{
  width:36px;
  height:36px;
  flex:0 0 36px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.08);
  color:#d96b8c;
}

.newfooter-contact a{
  color:#fff;
  text-decoration:none;
  transition:.3s ease;
}

.newfooter-contact a:hover{
  color:#ffd9e5;
}

.newfooter-bottom{
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.10);
  text-align:center;
}

.newfooter-bottom p{
  margin:0;
  font-family:'Roboto', sans-serif;
  font-size:14px;
  line-height:1.6;
  font-weight:300;
  color:rgba(255,255,255,.60);
}

@media(max-width:991px){
  .newfooter-grid{
    grid-template-columns:1fr 1fr;
    gap:34px;
  }
}

@media(max-width:575px){
  .newfooter{
    margin-top:65px;
  }

  .newfooter-logo-wrap{
    transform:translateY(-55px);
    margin-bottom:-28px;
  }

  .newfooter-logo{
    width:120px;
    height:120px;
  }

  .newfooter-grid{
    grid-template-columns:1fr;
    gap:30px;
    padding-top:10px;
  }

  .newfooter-about p{
    max-width:100%;
  }

  .newfooter-social{
    flex-wrap:wrap;
  }
}


.footer1 {
background-color:#000;
padding:.5%;
}
.footer-left1 {
margin-left:1vw;
}
.footer-right1 {
margin-right:1vw;
}
.monogram {
float:left;
width:2%;
height:auto;
}
.monogram img {
width:100%;
height:100%;
}
.weblink {
font-family: Poppins, sans-serif;
font-size:0.9vw;
color:#FFF;
padding-top:.0vw;
float:left;
margin-left:.5vw;
text-decoration:none
}
.weblink a {
font-family: Poppins, sans-serif;
font-size:0.9vw;
color:#FFF;
text-decoration:none;
font-weight:700;
}
.weblink a:hover {
color:#d58224;
text-decoration:none
}
.copyright {
font-family: Poppins, sans-serif;
font-size:0.9vw;
float:right;
color:#FFF;
padding-top:.0vw;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 768px) {



    .cta-container {
        left: 12px;
        right: 12px;
        bottom: calc(14px + env(safe-area-inset-bottom));
        width: 185px;
    }

    .cta-button {
        justify-content: center;
        width: 100%;
        font-size: 15px;
        padding: 14px 18px;
    }
	
	 .weblink {
  font-size: 15px!important;
  text-align:center;
  width:100%;
  margin-left:0;
}
.weblink a {
  font-size: 15px!important;
}
.copyright {
  font-size: 15px!important;
  text-align:center;
  width:100%;
}

}


.newscrolltop{
  position:fixed;
  right:22px;
  bottom:22px;
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#181018;
  color:#fff;
  font-size:18px;
  text-decoration:none;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
  z-index:999;
  opacity:0;
  visibility:hidden;
  transform:translateY(20px);
  transition:.35s ease;
}

.newscrolltop.active{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.newscrolltop:hover{
  background:#d96b8c;
  transform:translateY(-5px);
}

html{
  scroll-behavior:smooth;
}

@media(max-width:575px){
  .newscrolltop{
    width:46px;
    height:46px;
    right:16px;
    bottom:16px;
    font-size:16px;
  }
}

.newctas{
  position:fixed;
  left:24px;
  bottom:88px;
  z-index:998;
  display:flex;
  flex-direction:column;
  gap:12px;
  opacity:0;
  visibility:hidden;
  transform:translateX(35px);
  transition:.4s ease;
}

.newctas.show{
  opacity:1;
  visibility:visible;
  transform:translateX(0);
}

.newctas.hide-footer{
  opacity:0;
  visibility:hidden;
  transform:translateX(35px);
}

.newctas a{
  min-width:168px;
  height:48px;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:#fff;
  text-decoration:none;
  font-family:'Plus Jakarta Sans', sans-serif;
  font-size:14px;
  font-weight:500;
  letter-spacing:.3px;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
  transition:.35s ease;
  border-radius:16px;
}

.newctas a i{
  font-size:17px;
}

.newctas-call{
  background:#181018;
}

.newctas-whatsapp{
  background:#25d366;
}

.newctas a:hover{
  transform:translateY(-4px);
}

.newctas-call:hover{
  background:#d96b8c;
}

.newctas-whatsapp:hover{
  background:#18b957;
}

/* MOBILE ICON ONLY */
@media(max-width:575px){

  .newctas{
    left:12px;
    bottom:14px;
    right:auto;
    flex-direction:column;
    gap:10px;
    transform:translateY(28px);
  }

  .newctas.show{
    transform:translateY(0);
  }

  .newctas.hide-footer{
    transform:translateY(28px);
  }

  .newctas a{
    width:50px;
    min-width:50px;
    height:50px;
    padding:0;
    border-radius:50%;
    justify-content:center;
    box-shadow:0 14px 30px rgba(0,0,0,.24);
  }

  .newctas a span{
    display:none;
  }

  .newctas a i{
    margin:0;
    font-size:19px;
  }
}


.top-section-mobile {
display:none;
}
.top-section {
background: linear-gradient(90deg, #ffebf2, #fff7d9, #eafff7);
}


.top-section-left {
	width: 60%;
	float:left;
	text-align:left;
}
.top-section-middle {
	float:right;
	text-align:left;
}

.top-section-middle li i {
font-size:14px;
padding-top:.3vw!important;
color:#d58224;
}
.top-section-right {
	float:right;
}
.top-section-middle li {
	  font-family: "Inter", sans-serif;
	display:inline-block;
	color:#000;
	z-index:1000;
	font-size:14px;
	font-weight:600;
	text-align:left;
	margin-right:10px;
	text-decoration:none;
	text-transform:none;
}

.top-section-middle li a {
	  font-family: "Inter", sans-serif;
	display:inline-block;
	color:#000;
	z-index:1000;
	font-size:14px;
	font-weight:600;
	text-align:left;
	text-decoration:none;
	text-transform:none;
	margin-top: 5px;
}


.top-section-left li:nth-child(1) {
background: linear-gradient(135deg, #ffe9d2, #ffd8b3);
padding:.5vw 1vw;
}
.top-section-left li {
	font-family: 'Plus Jakarta Sans', sans-serif;
	display:inline-block;
	color:#000;
	z-index:1000;
	font-size:14px;
	font-weight:300;
	text-align:left;
	margin-right:1vw;
	padding-top:.5vw;
	text-decoration:none;
	text-transform:none;
}
.top-section-left li a {
	font-family: var(--jf-body-font);
	color:#545454;
	text-decoration:none;
}
.top-section-left li a:hover {
	color:#d58224;
	text-decoration:none;
}
.top-section-left li i {
	padding-right:.5vw;
}
.top-section-right li {font-family: 'Plus Jakarta Sans', sans-serif;
	background-color:#34cadd;
	display:inline-block;
	color:#000;
	z-index:1000;
	font-size:1vw;
	font-weight:500;
	text-align: center;
	text-decoration:none;
	text-transform:uppercase;
	padding:.5vw 1vw;
}
.top-section-right li a {
	color:#000;
	text-decoration:none;
}
.top-section-right li a:hover {
	color: #d58224;
	text-decoration:none;
}
.top-section-right li i {
	font-size:1.3vw;
	font-weight:400;
	text-decoration:none;
}






@media (max-width:899px) {
.top-section-mobile {
background: linear-gradient(135deg, #ffe9d2, #ffd8b3);
	display:block;
	padding:5px;
}
.top-section-left {
    width: 100%;
    background: #03306b;
    float: left;
}
.top-section-right {
    width: 100%;
    background: #25b3c1;
    float:none;
	margin:0 auto;
}
.top-section-right li {
   font-size: 1.1em;
}
.top-section-left-mobile {
width:50%;
margin:0 auto;
text-align: center;
}
.top-section-left-mobile li {font-family: 'Plus Jakarta Sans', sans-serif;
	display:inline-block;
	color:#d58224;
	z-index:1000;
	font-size:20;
	font-weight:300;
	text-align:left;
	margin-right:2%;
	padding-top:0;
	padding-bottom:2px;
	padding-left:5px;
	text-decoration:none;
	text-transform:none;
}
.top-section {
display:none;
}
}


.slidernew{
  position:relative;
  width:100%;
  height:600px;
  overflow:hidden;
  background:#111;
}

.slidernew-slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  transition:opacity 1s ease, visibility 1s ease;
}

.slidernew-slide.active{
  opacity:1;
  visibility:visible;
  z-index:2;
}

.slidernew-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform:scale(1.04);
  transition:4s ease;
}

.slidernew-slide.active img{
  transform:scale(1);
}



.slidernew-content{
  position:absolute;
  inset:0;
  z-index:3;
  display:flex;
  align-items:center;
  color:#fff;
}

.slidernew-content span{
  display:inline-block;
  margin-bottom:18px;
  font-family:var(--jf-script-font);
  font-size:42px;
  line-height:1;
  color:#ffdce8;
  font-weight:400;
}

.slidernew-content h1{
  max-width:780px;
  margin:0;
  font-family:var(--jf-heading-font);
  font-size:55px;
  line-height:.95;
  letter-spacing:-2px;
  color:#fff;
  font-weight:700;
}

.slidernew-content p{
  max-width:620px;
  margin:22px 0 32px;
  font-family:var(--jf-body-font);
  font-size:18px;
  line-height:1.7;
  color:rgba(255,255,255,.86);
}

.slidernew-content a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:150px;
  height:52px;
  padding:0 30px;
  background:#fff;
  color:#181018;
  font-family:var(--jf-body-font);
  font-size:14px;
  font-weight:500;
  text-decoration:none;
  transition:.35s ease;
}

.slidernew-content a:hover{
  background:#d96b8c;
  color:#fff;
  transform:translateY(-4px);
}

.slidernew-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:8;
  width:52px;
  height:52px;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.10);
  backdrop-filter:blur(10px);
  color:#000;
  display:grid;
  place-items:center;
  font-size:20px;
  cursor:pointer;
  transition:.35s ease;
}

.slidernew-arrow:hover{
  background:#fff;
  color:#181018;
}

.slidernew-prev{
  left:26px;
}

.slidernew-next{
  right:26px;
}

.slidernew-dots{
display:none;
}

.slidernew-dots button{
  width:11px;
  height:11px;
  border:1px solid #fff;
  background:transparent;
  cursor:pointer;
  transition:.35s ease;
}

.slidernew-dots button.active{
  width:34px;
  background:#fff;
}

@media(max-width:991px){
  .slidernew{
    height:680px;
  }

  .slidernew-content{
    text-align:left;
  }

  .slidernew-content span{
    font-size:34px;
  }

  .slidernew-content h1{
    font-size:58px;
    max-width:680px;
  }

  .slidernew-arrow{
    display:none;
  }
}

@media(max-width:575px){
  .slidernew{
    height:610px;
  }

  .slidernew-slide::after{
    background:linear-gradient(180deg,rgba(10,8,12,.55),rgba(10,8,12,.80));
  }

  .slidernew-content{
    align-items:flex-end;
    text-align:center;
    padding-bottom:95px;
  }

  .slidernew-content span{
    font-size:30px;
    margin-bottom:14px;
  }

  .slidernew-content h1{
    font-size:42px;
    line-height:1;
    letter-spacing:-1px;
  }

  .slidernew-content p{
    font-size:15px;
    line-height:1.6;
    margin:18px auto 26px;
  }

  .slidernew-content a{
    width:100%;
    max-width:220px;
  }

  .slidernew-dots{
    bottom:28px;
  }
}

.slidernew-content{
  position:absolute;
  inset:0;
  z-index:3;
  display:flex;
  align-items:center;
  color:#fff;
}

.slidernew-inner{
  width:100%;
  max-width:1650px;
  padding-left:110px;
  padding-right:40px;
}

.slidernew-content span{
  display:inline-block;
  margin-bottom:18px;
  font-family:var(--jf-script-font);
  font-size:42px;
  line-height:1;
  color:#ffdce8;
  font-weight:400;
}

.slidernew-content h1{
  max-width:600px;
  margin:0;
  font-family:var(--jf-heading-font);
  font-size:55px;
  line-height:.92;
  letter-spacing:-2.5px;
  color:#000;
  font-weight:700;
}

.slidernew-content p{
  max-width:560px;
  margin:24px 0 34px;
  font-family:var(--jf-body-font);
  font-size:17px;
  line-height:1.8;
  color:#000;
}

.slidernew-content a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:165px;
  height:54px;
  padding:0 34px;
  background:#000;
  color:#fff;
  font-family:var(--jf-body-font);
  font-size:14px;
  font-weight:600;
  letter-spacing:.3px;
  text-decoration:none;
  transition:.35s ease;
  text-transform:uppercase;
}

.slidernew-content a:hover{
  background:#d96b8c;
  color:#fff;
  transform:translateY(-5px);
}

@media(max-width:1200px){

  .slidernew-inner{
    padding-left:70px;
  }

}

@media(max-width:991px){

  .slidernew-inner{
    padding-left:45px;
    padding-right:45px;
  }

  .slidernew-content h1{
    font-size:64px;
  }

}

@media(max-width:575px){

  .slidernew-content{
    align-items:flex-end;
    padding-bottom:90px;
  }

  .slidernew-inner{
    padding-left:22px;
    padding-right:22px;
    text-align:left;
  }

  .slidernew-content span{
    font-size:30px;
  }

  .slidernew-content h1{
    font-size:38px;
    line-height:.98;
    letter-spacing:-1px;
  }

  .slidernew-content p{
    font-size:15px;
    line-height:1.7;
    margin:18px 0 28px;
  }

  .slidernew-content a{
    min-width:145px;
    height:50px;
    padding:0 26px;
  }

}

.featureshome{
  position:relative;
  z-index:20;
  margin-top:-85px;
  padding:0 0 80px;
  background:transparent;
}

.featureshome-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.featureshome-card{
  position:relative;
  min-height:235px;
  padding:38px 26px 34px;
  background:#e16268;
  border:1px solid rgba(217,107,140,.14);
  box-shadow:0 22px 55px rgba(72,31,38,.08);
  text-align:center;
  overflow:hidden;
  transition:all .45s ease;
}

.featureshome-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top right,rgba(217,107,140,.16),transparent 38%);
  opacity:.75;
  transition:.45s ease;
}

.featureshome-card::after{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  bottom:0;
  height:3px;
  background:linear-gradient(90deg,transparent,#d96b8c,transparent);
  opacity:.45;
  transition:.45s ease;
}

.featureshome-card i{
  position:relative;
  z-index:2;
  width:70px;
  height:70px;
  margin:0 auto 22px;
  display:grid;
  place-items:center;
  background:#fff;
  color:#d96b8c;
  font-size:26px;
  border:1px solid rgba(217,107,140,.16);
  border-radius:50%;
  box-shadow:0 16px 35px rgba(217,107,140,.14);
  transition:.45s ease;
}

.featureshome-card h3{
  position:relative;
  z-index:2;
  margin:0 0 13px;
  font-family:var(--jf-heading-font);
  font-size:25px;
  line-height:1.16;
  color:#fff;
  font-weight:500;
}

.featureshome-card p{
  position:relative;
  z-index:2;
  margin:0 auto;
  max-width:250px;
  font-family:var(--jf-body-font);
  font-size:15.5px;
  line-height:1.4;
  color:#fff;
}

.featureshome-card:hover{
  transform:translateY(-12px);
  border-color:rgba(217,107,140,.28);
  box-shadow:0 30px 75px rgba(217,107,140,.16);
}

.featureshome-card:hover::before{
  opacity:1;
  transform:scale(1.08);
}

.featureshome-card:hover::after{
  left:0;
  right:0;
  opacity:1;
}

.featureshome-card:hover i{
  transform:translateY(-7px) scale(1.03);
  box-shadow:0 18px 38px rgba(217,107,140,.28);
}

@media(max-width:991px){
  .featureshome{
    margin-top:-45px;
    padding:0 0 65px;
  }

  .featureshome-grid{
    grid-template-columns:repeat(2,1fr);
    gap:20px;
  }
}

@media(max-width:575px){
  .featureshome{
    margin-top:-25px;
    padding:0 0 55px;
  }

  .featureshome-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .featureshome-card{
    min-height:auto;
    padding:32px 22px;
  }

  .featureshome-card h3{
    font-size:23px;
  }
}

.newproductsec-card-content{
    padding:18px 18px 20px;
}

.newproductsec-card h3{
font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size:15px;
    font-weight:600;
    color:#2e2d42;
    margin-bottom:10px;
    line-height:1.4;
	opacity: .8;
}

.newproductsec-price{
	font-family: "Inter", sans-serif;
    font-size:24px;
    font-weight:400;
    color:#2e2d42;
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:14px;
}

.newproductsec-price i{
    font-size:18px;
}

.newproductsec-mrp{
    font-size:18px;
    font-weight:500;
    color:#e84d6a;
    text-decoration:line-through;
    display:inline-flex;
    align-items:center;
    gap:2px;
}

.newproductsec-mrp i{
    font-size:10px;
}

.newproductsec-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    flex-wrap:wrap;
}

.newproductsec-review{
		font-family: "Inter", sans-serif;
    display:flex;
    align-items:center;
    gap:5px;
    font-size:14px;
    color:#777;
    font-weight:500;
}

.newproductsec-review i{
    color:#f4b400;
    font-size:13px;
}

.newproductsec-delivery{
		font-family: "Inter", sans-serif;
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:#f4eaff;
    color:#7b3fe4;
    padding:6px 12px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    line-height:1;
}

.newproductsec-delivery i{
    font-size:11px;
}

@media(max-width:768px){

.newproductsec-card h3{
    font-size:17px;
}

.newproductsec-price{
    font-size:21px;
}

.newproductsec-meta{
    align-items:flex-start;
    flex-direction:column;
}

}

.newproductsec-btn{
    width:100%;
    height:52px;
    border-radius:14px;
background: #e16268;
    color: #ffff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    margin-top:16px;
    transition:.3s ease;
}

.newproductsec-btn:hover{
    background:#d96b8c;
    transform:translateY(-2px);
}

.newproductsec-card-content{
    padding:18px 18px 20px;
}

.newproductsec-card h3{
    font-size:15px;
    font-weight:600;
    color:#222;
    margin-bottom:10px;
    line-height:1.4;
}

.newproductsec-price{
    font-size:24px;
    font-weight:700;
    color:#111;
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:14px;
}

.newproductsec-price i{
    font-size:18px;
}

.newproductsec-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    flex-wrap:wrap;
}

.newproductsec-review{
    display:flex;
    align-items:center;
    gap:5px;
    font-size:14px;
    color:#777;
    font-weight:500;
}

.newproductsec-review i{
    color:#f4b400;
    font-size:13px;
}

.newproductsec-delivery{
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:#f4eaff;
    color:#7b3fe4;
    padding:6px 12px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    line-height:1;
}

.newproductsec-delivery i{
    font-size:11px;
}

@media(max-width:768px){

.newproductsec-card h3{
    font-size:17px;
}

.newproductsec-price{
    font-size:21px;
}

.newproductsec-meta{
    align-items:flex-start;
    flex-direction:column;
}

}

.choosenewsec{
  padding:100px 0;
  background:linear-gradient(135deg,#fff8fb 0%,#ffffff 55%,#f7f7f7 100%);
  overflow:hidden;
}

.choosenewsec-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:65px;
  align-items:center;
}

.choosenewsec-content span{
  display:block;
  margin-bottom:14px;
  font-family:var(--jf-script-font);
  font-size:38px;
  color:#d96b8c;
}

.choosenewsec-content h2{
  max-width:620px;
  margin:0;
  font-family:var(--jf-heading-font);
color: #202020;
    font-size: 40px;
  line-height:1;
  letter-spacing:-.4px;
}

.choosenewsec-content p{
  max-width:640px;
  margin:24px 0 0;
  font-family:var(--jf-body-font);
  font-size:16px;
  line-height:20px;
  color:#242424;
}

.choosenewsec-points{
  margin:34px 0;
  display:grid;
  gap:14px;
}

.choosenewsec-points div{
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px 18px;
  background:#fff;
  border:1px solid rgba(217,107,140,.14);
  box-shadow:0 14px 35px rgba(0,0,0,.05);
  transition:.35s ease;
}

.choosenewsec-points div:hover{
  transform:translateX(8px);
  border-color:rgba(217,107,140,.28);
}

.choosenewsec-points i{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  background:#fff1f6;
  color:#d96b8c;
  font-size:18px;
}

.choosenewsec-points strong{
  font-family:var(--jf-body-font);
  font-size:18px;
  font-weight:600;
  color:#202020;
}

.choosenewsec-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:0 30px;
  background:#181018;
  color:#fff;
  font-family:var(--jf-body-font);
  font-size:14px;
  font-weight:500;
  text-decoration:none;
  transition:.35s ease;
}

.choosenewsec-btn:hover{
  background:#d96b8c;
  transform:translateY(-4px);
}

.choosenewsec-imgbox{
  position:relative;
  padding:18px;
  background:#fff;
  box-shadow:0 28px 75px rgba(0,0,0,.10);
}

.choosenewsec-imgbox::before{
  content:"";
  position:absolute;
  left:-24px;
  top:45px;
  width:140px;
  height:140px;
  background:#ffe8f0;
  z-index:0;
}

.choosenewsec-imgbox img{
  position:relative;
  z-index:2;
  width:100%;
  height:540px;
  object-fit:cover;
  display:block;
}

.choosenewsec-badge{
  position:absolute;
  right:0;
  bottom:0;
  z-index:3;
  width:150px;
  height:150px;
  background:#181018;
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.choosenewsec-badge strong{
  font-family:var(--jf-script-font);
  font-size:36px;
  font-weight:400;
  color:#ffd8e5;
}

.choosenewsec-badge span{
  font-family:var(--jf-body-font);
  font-size:14px;
  color:#fff;
}

@media(max-width:991px){
  .choosenewsec{
    padding:75px 0;
  }

  .choosenewsec-wrap{
    grid-template-columns:1fr;
    gap:38px;
  }

  .choosenewsec-imgbox img{
    height:430px;
  }
}

@media(max-width:575px){
  .choosenewsec{
    padding:60px 0;
  }

  .choosenewsec-content span{
    font-size:32px;
  }

  .choosenewsec-content h2{
    font-size:32px;
    line-height:1.05;
  }

  .choosenewsec-imgbox{
    padding:12px;
  }

  .choosenewsec-imgbox img{
    height:330px;
  }

  .choosenewsec-badge{
    width:120px;
    height:120px;
  }

  .choosenewsec-badge strong{
    font-size:28px;
  }

  .choosenewsec-btn{
    width:100%;
  }
}


.innerproductnew{
  padding:45px 18px;
  background:#fffaf9;
  font-family:'Poppins',Arial,sans-serif;
}

.innerproductnew-container{
  margin:auto;
  display:grid;
  grid-template-columns:.95fr 1fr;
  gap:30px;
  align-items:start;
}

@media (min-width: 768px) {
.innerproductnew-container {
    max-width: 720px;
}
}

/* Desktop / Large Screens */
@media (min-width: 1200px) and (max-width: 1399px) {
 .innerproductnew-container {
    max-width: 1120px;
  }
}

/* Laptop / Wide Screens */
@media (min-width: 1400px) and (max-width: 1600px) {
 .innerproductnew-container {
    max-width: 1500px;
  }
}

@media (min-width: 1900px) {
.innerproductnew-container {
   max-width: 1850px;
}
}

.innerproductnew-gallery,
.innerproductnew-info{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:22px;
  box-shadow:0 18px 45px rgba(90,45,55,.08);
}

.innerproductnew-gallery{
  padding:16px;
  position:sticky;
  top:20px;
}

.innerproductnew-mainimg{
  height:auto;
  border-radius:18px;
  overflow:hidden;
  position:relative;
  background:#f7f7f7;
  cursor:zoom-in;
}

.innerproductnew-mainimg img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.45s ease;
}

.innerproductnew-mainimg:hover img{
  transform:scale(1.045);
}

.innerproductnew-badge{
  position:absolute;
  top:16px;
  left:16px;
  z-index:2;
  background:#d71938;
  color:#fff;
  padding:8px 14px;
  border-radius:50px;
  font-size:12px;
  font-weight:800;
}

.innerproductnew-thumbs{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-top:12px;
}

.innerproductnew-thumbs img{
  height:78px;
  width:100%;
  object-fit:cover;
  border-radius:12px;
  border:2px solid transparent;
  cursor:pointer;
  transition:.3s;
}

.innerproductnew-thumbs img.active,
.innerproductnew-thumbs img:hover{
  border-color:#e84d6a;
  transform:translateY(-2px);
}

.innerproductnew-info{
  padding:28px;
}

.innerproductnew-cat{
  display:inline-block;
  background:#fff1f4;
  color:#d71950;
  padding:7px 14px;
  border-radius:40px;
  font-size:12px;
  font-weight:800;
  margin-bottom:10px;
}

.innerproductnew-info h1{
  margin:0 0 9px;
  font-size:30px;
  color:#1f1f1f;
  line-height:1.2;
  font-family:Georgia,serif;
}

.innerproductnew-rating{
  color:#ffb321;
  font-size:14px;
  margin-bottom:12px;
}

.innerproductnew-rating span{
  color:#777;
  margin-left:7px;
}

.innerproductnew-price{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
}

.innerproductnew-price strong{
  font-size:31px;
  color:#df1d3b;
  display:flex;
  align-items:center;
  gap:2px;
}

.innerproductnew-price strong i,
.innerproductnew-price span i{
  font-size:.72em;
}

.innerproductnew-price span{
  color:#777;
  text-decoration:line-through;
  font-size:18px;
}

.innerproductnew-price em{
  font-style:normal;
  background:#eafff1;
  color:#15833c;
  padding:5px 10px;
  border-radius:30px;
  font-size:12px;
  font-weight:800;
}

.innerproductnew-offerline{
  display:inline-flex;
  align-items:center;
  gap:5px;
  border:1.5px dashed #ff4d5f;
  color:#d71938;
  padding:9px 12px;
  border-radius:12px;
  font-size:14px;
  font-weight:700;
  background:#fff;
  margin-bottom:15px;
}

.innerproductnew-offerline strong{
  background:#d71938;
  color:#fff;
  padding:3px 7px;
  border-radius:6px;
  font-size:12px;
}

.innerproductnew-meta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-bottom:13px;
}

.innerproductnew-meta p{
  margin:0;
  padding:11px 12px;
  background:#fafafa;
  border-radius:12px;
  font-size:13px;
  color:#444;
}

.innerproductnew-delivery{
	font-family: "Inter", sans-serif;
  display:flex;
  gap:10px;
  align-items:center;
  background:#effff3;
  border:1px dashed #11a13a;
  color:#078420;
  padding:12px 14px;
  border-radius:13px;
  font-size:14px;
  font-weight:800;
  margin-bottom:18px;
}

.innerproductnew-special{
  background:#fff7f9;
  border:1px solid rgba(232,77,106,.12);
  border-radius:18px;
  padding:18px;
  margin-bottom:30px;
}

.innerproductnew-special h3{
	font-family: "Inter", sans-serif;
  margin:0;
  font-size:20px;
  color:#222;
}

.innerproductnew-special p{
  margin:5px 0 13px;
  color:#777;
  font-size:13px;
}

.innerproductnew-addons{
  display:grid;
  gap:9px;
}

.innerproductnew-addons label{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:10px;
  background:#fff;
  padding:11px 12px;
  border-radius:13px;
  border:1px solid rgba(0,0,0,.06);
  cursor:pointer;
  transition:.25s;
}

.innerproductnew-addons label:hover{
  border-color:#e84d6a;
  box-shadow:0 10px 24px rgba(232,77,106,.08);
}

.innerproductnew-addons input{
  accent-color:#e84d6a;
}

.innerproductnew-addons span{
  font-size:13.5px;
  color:#444;
}

.innerproductnew-addons span i{
  color:#e84d6a;
  margin-right:6px;
}

.innerproductnew-addons b{
  color:#222;
  font-size:13px;
  display:flex;
  align-items:center;
  gap:2px;
}

.innerproductnew-addons b i{
  font-size:11px;
}

.innerproductnew-btn{
  width:100%;
  border:0;
  background:#222;
  color:#fff;
  padding:15px 24px;
  border-radius:13px;
  font-size:14px;
  font-weight:900;
  text-transform:uppercase;
  cursor:pointer;
  transition:.3s;
  margin-bottom:16px;
}

.innerproductnew-btn:hover{
  background:#e84d6a;
  transform:translateY(-2px);
}

.innerproductnew-coupon{
  background:#fff;
  border:1px solid rgba(0,0,0,.07);
  border-radius:16px;
  padding:15px 16px;
  margin-bottom:16px;
}

.innerproductnew-coupon h4{
  margin:0 0 8px;
  color:#222;
  font-size:13px;
  text-transform:uppercase;
}

.innerproductnew-coupon p{
  margin:5px 0;
  font-size:13px;
  color:#555;
}

.innerproductnew-upi{
  border:1.5px solid #3478f6;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  margin-top: 25px;
}

.innerproductnew-upi-head{
	font-family: "Inter", sans-serif;
  background:#3478f6;
  color:#fff;
  padding:9px 14px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  font-size:13px;
  font-weight:800;
}

.innerproductnew-upi-head small{
  font-size:11px;
  font-weight:700;
  opacity:.9;
}

.innerproductnew-upi-body{
  padding:12px 14px;
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
}

.innerproductnew-upi-body p{
  margin:0;
  color:#444;
  font-size:15px;
  line-height:1.4;
  max-width:260px;
}

.innerproductnew-payicons{
  display:grid;
  grid-template-columns:repeat(4,42px);
  gap:15px;
  flex-shrink:0;
}

.innerproductnew-payicons span{
  width:52px;
  height:40px;
  border-radius:8px;
  background:#f4f7ff;
  border:1px solid rgba(52,120,246,.12);
  display:flex;
  align-items:center;
  justify-content:center;
}

.innerproductnew-payicons img{
  max-width:41px;
  max-height:28px;
  object-fit:contain;
  display:block;
}

@media(max-width:575px){
  .innerproductnew-upi-body{
    flex-direction:column;
    align-items:flex-start;
  }

  .innerproductnew-upi-body p{
    max-width:100%;
  }

  .innerproductnew-payicons{
    width:100%;
    grid-template-columns:repeat(4,1fr);
  }

  .innerproductnew-payicons span{
    width:100%;
  }
}

.innerproductnew-lightbox{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.88);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
  padding:20px;
}

.innerproductnew-lightbox img{
  max-width:90%;
  max-height:88%;
  border-radius:18px;
}

.innerproductnew-lightbox span{
  position:absolute;
  top:25px;
  right:35px;
  color:#fff;
  font-size:42px;
  cursor:pointer;
}

@media(max-width:991px){
  .innerproductnew-container{
    grid-template-columns:1fr;
  }
  
    .innerproductnew{
padding: 200px 12px;
  }

  .innerproductnew-gallery{
    position:relative;
    top:auto;
  }
  .checkoutsec{
padding: 200px 12px!important;
  }
  
  .pymentdetailssec {
padding: 200px 12px!important;
}

}

@media(max-width:575px){
  .innerproductnew{
padding: 220px 12px;
  }

  .innerproductnew-gallery,
  .innerproductnew-info{
    border-radius:18px;
  }

  .innerproductnew-info{
    padding:20px;
  }

  .innerproductnew-mainimg{
    height:330px;
  }

  .innerproductnew-info h1{
    font-size:25px;
  }

  .innerproductnew-price strong{
    font-size:28px;
  }

  .innerproductnew-meta{
    grid-template-columns:1fr;
  }

  .innerproductnew-thumbs{
    grid-template-columns:repeat(4,1fr);
  }

  .innerproductnew-thumbs img{
    height:62px;
  }

  .innerproductnew-upi-body{
    flex-direction:column;
    align-items:flex-start;
  }
}




.newcontactsec{
  width:100%;
  padding:90px 20px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 214, 224, .45), transparent 32%),
    radial-gradient(circle at 88% 82%, rgba(246, 232, 210, .55), transparent 34%),
    linear-gradient(135deg,#fffaf8 0%,#fff 48%,#fff4f6 100%);
  position:relative;
  overflow:hidden;
}

.newcontactsec *{
  box-sizing:border-box;
}

.newcontactsec-container{
  margin:0 auto;
}

@media (min-width: 768px) {
.newcontactsec-container {
    max-width: 720px;
}


  
}

/* Desktop / Large Screens */
@media (min-width: 1200px) and (max-width: 1399px) {
 .newcontactsec-container {
    max-width: 1120px;
  }
}

/* Laptop / Wide Screens */
@media (min-width: 1400px) and (max-width: 1600px) {
 .newcontactsec-container {
    max-width: 1500px;
  }
}

@media (min-width: 1900px) {
.newcontactsec-container {
   max-width: 1850px;
}
}

.newcontactsec-head{
  max-width:760px;
  margin:0 auto 55px;
  text-align:center;
}

.newcontactsec-head span,
.newcontactsec-form-title span{
	font-family: "Inter", sans-serif;
  display:inline-block;
  font-size:13px;
  letter-spacing:2.5px;
  text-transform:uppercase;
  color:#b77982;
  font-weight:700;
  margin-bottom:12px;
}

.newcontactsec-head h2{
font-family: var(--jf-heading-font);
  font-size:40px;
  line-height:1.15;
  color:#241f24;
  margin:0 0 16px;
  font-weight:700;
  letter-spacing: -.035em;
}

.newcontactsec-head p{
font-size: 17px;
    line-height: 20px;
color: #242424;
  margin:0;
}

.newcontactsec-grid{
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:34px;
  align-items:stretch;
}

.newcontactsec-left{
  display:grid;
  gap:24px;
}

.newcontactsec-img{
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(122, 70, 79, .16);
  position:relative;
}

.newcontactsec-img:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.12));
}

.newcontactsec-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.6s ease;
}

.newcontactsec-img:hover img{
  transform:scale(1.05);
}

.newcontactsec-info-card,
.newcontactsec-form-card{
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(14px);
  border:1px solid rgba(185,128,139,.16);
  border-radius:34px;
  box-shadow:0 25px 80px rgba(122, 70, 79, .12);
}

.newcontactsec-info-card{
  padding:34px;
}

.newcontactsec-info-card h3{
font-family: var(--jf-heading-font);
    font-size: 38px;
  color:#241f24;
  margin:0 0 10px;
  letter-spacing: -.035em;
}

.newcontactsec-info-card > p{
  font-size:17px;
color: #242424;
  line-height:1.4;
  margin:0 0 28px;
}

.newcontactsec-info-list{
  display:grid;
  gap:16px;
}

.newcontactsec-info-item{
  display:flex;
  gap:15px;
  padding:17px;
  border-radius:20px;
  background:#fff8f9;
  border:1px solid rgba(185,128,139,.12);
  transition:.3s ease;
}

.newcontactsec-info-item:hover{
  transform:translateY(-4px);
  background:#fff;
  box-shadow:0 15px 35px rgba(122,70,79,.10);
}

.newcontactsec-info-item i{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:50%;
  background:#e16268;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
}

.newcontactsec-info-item strong{
	font-family: "Inter", sans-serif;
  display:block;
color: #242424;
  font-size:17px;
  margin-bottom:5px;
}

.newcontactsec-info-item p{
  margin:0;
color: #242424;
  font-size:17px;
  line-height:1.55;
}

.newcontactsec-info-item a{
color: #242424;
font-weight:600;
  text-decoration:none;
}

.newcontactsec-info-item a:hover{
  color:#b77982;
}

.newcontactsec-form-card{
  padding:42px;
}

.newcontactsec-form-title{
  margin-bottom:28px;
}

.newcontactsec-form-title h3{
font-family: var(--jf-heading-font);
    font-size: 40px;
	letter-spacing: -.035em;
  line-height:1.2;
  color:#241f24;
  margin:0;
}

.newcontactsec-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.newcontactsec-field{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.newcontactsec-full{
  grid-column:1 / -1;
}

.newcontactsec-field label{
	font-family: "Inter", sans-serif;
  font-size:14px;
  font-weight:700;
  color:#3a333a;
}

.newcontactsec-field input,
.newcontactsec-field select,
.newcontactsec-field textarea{
	font-family: "Inter", sans-serif;
  width:100%;
  border:1px solid rgba(185,128,139,.18);
  background:#fff;
  border-radius:18px;
  padding:16px 18px;
  font-size:15px;
  color:#322b32;
  outline:none;
  transition:.3s ease;
}

.newcontactsec-field textarea{
  min-height:140px;
  resize:vertical;
}

.newcontactsec-field input:focus,
.newcontactsec-field select:focus,
.newcontactsec-field textarea:focus{
  border-color:#b77982;
  box-shadow:0 0 0 4px rgba(183,121,130,.12);
}

.newcontactsec-btn{
  grid-column:1 / -1;
  border:none;
  border-radius:18px;
  padding:17px 26px;
  background:#e16268;
  color:#fff;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  transition:.3s ease;
  box-shadow:0 18px 40px rgba(143,88,98,.25);
}

.newcontactsec-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 50px rgba(143,88,98,.34);
}

@media(max-width:992px){
  .newcontactsec{
    padding:70px 16px;
  }

  .newcontactsec-grid{
    grid-template-columns:1fr;
  }

  .newcontactsec-head h2{
    font-size:40px;
  }


}

@media(max-width:576px){
  .newcontactsec-head h2{
    font-size:32px;
  }

  .newcontactsec-head p{
    font-size:15px;
  }

  .newcontactsec-form-card,
  .newcontactsec-info-card{
    padding:24px;
    border-radius:26px;
  }

  .newcontactsec-form{
    grid-template-columns:1fr;
  }

  .newcontactsec-form-title h3{
    font-size:31px;
  }

  .newcontactsec-info-card h3{
    font-size:28px;
  }

  .newcontactsec-left{
    grid-template-rows:240px auto;
  }

  .newcontactsec-info-item{
    padding:15px;
  }
}
.footerlightnew{
background: linear-gradient(90deg, #ffebf2, #fff7d9, #eafff7);
  padding:55px 20px 26px;
  font-family:'Poppins',sans-serif;
  border-top:1px solid rgba(232,77,106,.08);
}

.footerlightnew-container{
  max-width:1180px;
  margin:auto;
  text-align:center;
}

.footerlightnew h2{
  margin:0 0 24px;
  font-size:38px;
  color:#1f1f1f;
  font-weight:300;
font-family: var(--jf-heading-font);
letter-spacing: -.035em;
}



.footerlightnew-contact{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
  margin-bottom:28px;
}

.footerlightnew-address{
  align-items:flex-start;
  justify-content:center;
  gap:12px;
  max-width:850px;
  text-align:center;
  color:#555;
  font-size:16px;
  line-height:1.7;
  font-family:"Inter",sans-serif;
}

.footerlightnew-address i{
  color:#e84d6a;
  margin-top:5px;
  flex-shrink:0;
}

.footerlightnew-bottom{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

.footerlightnew-line{
  display:flex;
  align-items:center;
  gap:10px;
  color:#555;
  font-size:16px;
  font-family:"Inter",sans-serif;
}

.footerlightnew-line i{
  color:#e84d6a;
  font-size:14px;
}

.footerlightnew-line a{
  color:#555;
  text-decoration:none;
  transition:.3s;
}

.footerlightnew-line a:hover{
  color:#e84d6a;
}

.footerlightnew-divider{
  width:1px;
  height:18px;
  background:#ddd;
}

@media(max-width:767px){

  .footerlightnew-address{
    font-size:15px;
  }

  .footerlightnew-bottom{
    flex-direction:column;
    gap:12px;
  }

  .footerlightnew-divider{
    display:none;
  }

}

.footerlightnew-divider{
  width:1px;
  height:16px;
  background:rgba(0,0,0,.12);
}

.footerlightnew-social{
  display:flex;
  justify-content:center;
  gap:16px;
  margin-bottom:22px;
}

.footerlightnew-social a{
  color:#d86a83;
  font-size:17px;
  transition:.3s ease;
  text-decoration:none;
}

.footerlightnew-social a:hover{
  color:#e84d6a;
  transform:translateY(-2px);
}

.footerlightnew-copy{
  margin:0;
  padding-top:18px;
  border-top:1px solid rgba(0,0,0,.06);
  color:#8a8a8a;
  font-size:13px;
  letter-spacing:.2px;
}

@media(max-width:768px){

  .footerlightnew{
    padding:45px 16px 24px;
  }

  .footerlightnew h2{
    font-size:30px;
    margin-bottom:20px;
  }

  .footerlightnew-contact{
    flex-direction:column;
    gap:12px;
  }

  .footerlightnew-divider{
    display:none;
  }

  .footerlightnew-line{
    justify-content:center;
    text-align:center;
    font-size:13.5px;
  }

  .footerlightnew-social{
    gap:14px;
  }

}

.newaboutsec{
  position:relative;
  padding:60px 0;
  background:
    radial-gradient(circle at 8% 18%,rgba(217,107,140,.10),transparent 32%),
    linear-gradient(180deg,#fffaf9 0%,#fff 100%);
  overflow:hidden;
}

.newaboutsec::before{
  content:"";
  position:absolute;
  width:380px;
  height:380px;
  right:-170px;
  top:80px;
  background:#ffe9ef;
  border-radius:50%;
  opacity:.7;
}

.newaboutsec-container{
  position:relative;
  z-index:2;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:70px;
  align-items:center;
}



@media (min-width: 768px) {
.newaboutsec-container {
    max-width: 720px;
}
}

/* Desktop / Large Screens */
@media (min-width: 1200px) and (max-width: 1399px) {
 .newaboutsec-container {
    max-width: 1120px;
  }
}

/* Laptop / Wide Screens */
@media (min-width: 1400px) and (max-width: 1600px) {
 .newaboutsec-container {
    max-width: 1350px;
  }
}

@media (min-width: 1900px) {
.newaboutsec-container {
   max-width: 1800px;
}
}



.newaboutsec-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:18px;
  padding:9px 18px;
  background:#fff0f4;
  color:#d96b8c;
  border:1px solid rgba(217,107,140,.18);
  border-radius:50px;
  font-family:var(--jf-body-font);
  font-size:14px;
  font-weight:600;
  letter-spacing:.4px;
}

.newaboutsec-content h2{
  margin:0 0 24px;
  font-family:var(--jf-heading-font);
  font-size:40px;
  line-height:1.13;
  color:#201d1f;
  font-weight:500;
  letter-spacing:-.8px;
}

.newaboutsec-content p{
margin: 24px 0 0;
    font-family: var(--jf-body-font);
    font-size: 17px;
    line-height: 20px;
color: #242424;
}

.newaboutsec-content p strong{
  color:#201d1f;
  font-weight:600;
}

.newaboutsec-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px 16px;
  padding:0;
  margin:30px 0 0;
  list-style:none;
}

.newaboutsec-list li{
  display:flex;
  align-items:center;
  gap:11px;
  padding:14px 16px;
  background:#e16268;
  border:1px solid rgba(217,107,140,.12);
  border-radius:16px;
  box-shadow:0 14px 35px rgba(72,31,38,.05);
  font-family:var(--jf-body-font);
  font-size:17px;
  color:#fff;
}

.newaboutsec-list li i{
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  flex:0 0 26px;
  background:#fff;
  color:#d96b8c;
  border-radius:50%;
  font-size:12px;
}

.newaboutsec-image-wrap{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.newaboutsec-bg-shape{
  position:absolute;
  width:430px;
  height:430px;
  background:linear-gradient(145deg,#fff0f4,#ffdfe8);
  border-radius:42% 58% 55% 45% / 44% 45% 55% 56%;
  box-shadow:0 35px 90px rgba(217,107,140,.16);
}

.newaboutsec-bg-shape::before{
  content:"";
  position:absolute;
  inset:28px;
  border:1px solid rgba(217,107,140,.20);
  border-radius:inherit;
}

.newaboutsec-image{
  position:relative;
  z-index:2;
  width:100%;
  max-width:640px;
  text-align:center;
}

.newaboutsec-image img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 28px 35px rgba(67,35,42,.20));
}

.newaboutsec-badge{
  position:absolute;
  z-index:3;
  left:16px;
  bottom:48px;
  width:178px;
  padding:22px 20px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(16px);
  border:1px solid rgba(217,107,140,.16);
  border-radius:22px;
  box-shadow:0 22px 60px rgba(72,31,38,.12);
}

.newaboutsec-badge strong{
  display:block;
  margin-bottom:5px;
  font-family:var(--jf-heading-font);
  font-size:38px;
  line-height:1;
  color:#d96b8c;
  font-weight:600;
}

.newaboutsec-badge p{
  margin:0;
  font-family:var(--jf-body-font);
  font-size:14px;
  line-height:1.45;
  color:#554d52;
}

@media(max-width:991px){
  .newaboutsec{
    padding:80px 0;
  }

  .newaboutsec-container{
    grid-template-columns:1fr;
    gap:55px;
  }

  .newaboutsec-content h2{
    font-size:38px;
  }

  .newaboutsec-image-wrap{
    min-height:auto;
    padding:40px 0 70px;
  }

  .newaboutsec-bg-shape{
    width:360px;
    height:360px;
  }

  .newaboutsec-badge{
    left:50%;
    bottom:0;
    transform:translateX(-50%);
  }
}

@media(max-width:575px){
  .newaboutsec{
    padding:95px 0;
  }

  .newaboutsec-container{
    width:90%;
    gap:40px;
  }

  .newaboutsec-content h2{
    font-size:31px;
  }

  .newaboutsec-content p{
    font-size:15px;
    line-height:1.8;
  }

  .newaboutsec-list{
    grid-template-columns:1fr;
  }

  .newaboutsec-image-wrap{
    padding:25px 0 78px;
  }

  .newaboutsec-bg-shape{
    width:285px;
    height:285px;
  }

  .newaboutsec-image{
    max-width:330px;
  }

  .newaboutsec-badge{
    width:165px;
    padding:20px 18px;
  }

  .newaboutsec-badge strong{
    font-size:34px;
  }
}

.checkoutsec{
  padding:85px 0;
  background:linear-gradient(180deg,#fffaf9 0%,#fff1f4 100%);
}

.checkoutsec *{
  box-sizing:border-box;
}

.checkoutsec-container{
  width:min(1360px,94%);
  margin:auto;
}



.checkoutsec-main{
  display:grid;
  grid-template-columns:40% 60%;
  gap:28px;
  align-items:stretch;
}

.checkoutsec-formbox{
  padding:34px;
  background:#fff;
  border:1px solid rgba(217,107,140,.16);
  border-radius:28px;
  box-shadow:0 24px 70px rgba(72,31,38,.10);
}

.checkoutsec-head{
  text-align:center;
  margin-bottom:28px;
}

.checkoutsec-head-left{
  text-align:left;
}

.checkoutsec-head span{
  display:inline-block;
  padding:9px 18px;
  margin-bottom:12px;
  background:#fff0f4;
  border:1px solid rgba(217,107,140,.20);
  border-radius:50px;
  color:#d94d75;
  font-family:var(--jf-body-font);
  font-size:14px;
  font-weight:700;
}

.checkoutsec-head h2{
  margin:0 0 8px;
  font-family:var(--jf-heading-font);
  font-size:34px;
  line-height:1.15;
  color:#211f20;
  font-weight:500;
}

.checkoutsec-price{
  margin:0;
  font-family:var(--jf-body-font);
  font-size:28px;
  color:#d94d75;
  font-weight:900;
}

.checkoutsec-price i{
  font-size:22px;
}

.checkoutsec-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.checkoutsec-field{
  margin-bottom:16px;
}

.checkoutsec-field label{
  display:block;
  margin-bottom:8px;
  font-family:var(--jf-body-font);
  font-size:14px;
  font-weight:700;
  color:#2b292a;
}

.checkoutsec-field input,
.checkoutsec-field textarea{
  width:100%;
  padding:14px 16px;
  border:1px solid rgba(217,107,140,.18);
  border-radius:15px;
  outline:0;
  background:#fffafa;
  font-family:var(--jf-body-font);
  font-size:15px;
  color:#333;
}

.checkoutsec-field textarea{
  resize:none;
}

.checkoutsec-field input:focus,
.checkoutsec-field textarea:focus{
  background:#fff;
  border-color:#d94d75;
  box-shadow:0 0 0 4px rgba(217,107,140,.10);
}

.checkoutsec-btn{
  width:100%;
  margin-top:8px;
  border:0;
  padding:17px 28px;
  background:#d94d75;
  color:#fff;
  border-radius:50px;
  font-family:var(--jf-body-font);
  font-size:16px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 18px 38px rgba(217,77,117,.28);
  transition:.35s ease;
}

.checkoutsec-btn:hover{
  transform:translateY(-3px);
  background:#bd2f58;
}

.checkoutpaysec{
  position:relative;
  padding:38px 38px 24px;
  background:
    radial-gradient(circle at top left,rgba(255,204,216,.35),transparent 24%),
    radial-gradient(circle at bottom right,rgba(255,204,216,.45),transparent 25%),
    linear-gradient(135deg,#ffffff 0%,#fff9fa 48%,#ffeef2 100%);
  border:1px solid rgba(217,107,140,.38);
  border-radius:28px;
  overflow:hidden;
}

.checkoutpaysec-flower{
  position:absolute;
  z-index:1;
  pointer-events:none;
}

.checkoutpaysec-flower img{
  width:130px;
  opacity:.95;
}

.checkoutpaysec-flower-left{
  left:0;
  top:0;
}

.checkoutpaysec-flower-right{
  right:0;
  bottom:0;
}

.checkoutpaysec-wrap{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:26px;
  align-items:center;
}

.checkoutpaysec-left{
  text-align:center;
}

.checkoutpaysec-topline{
  display:grid;
  grid-template-columns:70px auto 70px;
  align-items:center;
  gap:14px;
  justify-content:center;
  margin-bottom:12px;
}

.checkoutpaysec-topline span{
  height:2px;
  background:#d94d75;
  opacity:.75;
}

.checkoutpaysec-topline b{
  font-family:var(--jf-body-font);
  font-size:16px;
  color:#d94d75;
  text-transform:uppercase;
  letter-spacing:1.4px;
}

.checkoutpaysec-left h2{
  margin:0;
  font-family:Arial, sans-serif;
  font-size:48px;
  line-height:.95;
  font-weight:900;
  color:#242424;
  text-transform:uppercase;
  letter-spacing:3px;
}

.checkoutpaysec-left > p{
  margin:10px 0 22px;
  font-family:Arial, sans-serif;
  font-size:24px;
  color:#424242;
}

.checkoutpaysec-pills{
  width:max-content;
  max-width:100%;
  margin:0 auto 24px;
  display:flex;
  border:1px solid #f19aae;
  border-radius:50px;
  overflow:hidden;
  background:rgba(255,255,255,.55);
}

.checkoutpaysec-pills a{
  padding:12px 22px;
  color:#d94d75;
  text-decoration:none;
  font-family:Arial, sans-serif;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1px;
  border-right:1px solid #f7c1cd;
}

.checkoutpaysec-pills a:last-child{
  border-right:0;
}

.checkoutpaysec-pills i{
  margin-right:8px;
}

.checkoutpaysec-box{
  padding:24px 24px 22px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(217,107,140,.24);
  border-radius:16px;
  box-shadow:0 18px 45px rgba(217,107,140,.10);
}

.checkoutpaysec-bhimupi{
  display:grid;
  grid-template-columns:1fr 1px 1fr;
  gap:24px;
  align-items:center;
}

.checkoutpaysec-bhimupi img{
  width:100%;
  max-height:64px;
  object-fit:contain;
}

.checkoutpaysec-bhimupi em{
  height:62px;
  background:#f09aae;
}

.checkoutpaysec-titleline{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:16px;
  align-items:center;
  margin:22px 0 18px;
}

.checkoutpaysec-titleline span{
  height:1px;
  background:#f0a8b9;
}

.checkoutpaysec-titleline b{
  font-family:Arial, sans-serif;
  color:#d94d75;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1.2px;
  white-space:nowrap;
}

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

.checkoutpaysec-apps a{
  min-height:88px;
  padding:10px 7px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#333;
  border-right:1px solid #f3c0cb;
}

.checkoutpaysec-apps a:last-child{
  border-right:0;
}

.checkoutpaysec-apps img{
  height:40px;
  max-width:84px;
  object-fit:contain;
  margin-bottom:8px;
}

.checkoutpaysec-apps small{
  font-family:Arial, sans-serif;
  font-size:12px;
  color:#333;
}

.checkoutpaysec-cards{
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1.45fr;
  gap:14px;
  align-items:center;
}

.checkoutpaysec-cards a{
  text-decoration:none;
}

.checkoutpaysec-cards img{
  width:100%;
  max-height:42px;
  object-fit:contain;
}

.checkoutpaysec-cardbtn{
  padding:12px 10px;
  background:#fff0f4;
  border:1px solid #f2a8b8;
  border-radius:12px;
  color:#d94d75;
  font-family:Arial, sans-serif;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  line-height:1.35;
}

.checkoutpaysec-cardbtn i{
  margin-right:7px;
}

.checkoutpaysec-card{
  min-height:500px;
  padding:32px 28px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(217,107,140,.25);
  border-radius:17px;
  box-shadow:0 20px 55px rgba(72,31,38,.12);
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.checkoutpaysec-decor{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:14px;
  align-items:center;
  margin-bottom:24px;
}

.checkoutpaysec-decor span{
  height:2px;
  background:#ee8ea5;
}

.checkoutpaysec-decor i{
  color:#e87996;
  font-style:normal;
  font-size:28px;
}

.checkoutpaysec-qr{
  width:190px;
  height:190px;
  margin:0 auto 26px;
  padding:12px;
  background:#fff;
  border:1px solid #f2a8b8;
  border-radius:18px;
  box-shadow:0 15px 38px rgba(217,77,117,.18);
}

.checkoutpaysec-qr img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.checkoutpaysec-dash{
  width:78%;
  height:1px;
  margin:0 auto 30px;
  border-top:2px dotted #f09aae;
  position:relative;
}

.checkoutpaysec-dash::after{
  content:"";
  width:38px;
  height:4px;
  background:#d94d75;
  border-radius:10px;
  position:absolute;
  left:50%;
  top:-3px;
  transform:translateX(-50%);
}

.checkoutpaysec-upi{
  width:86%;
  margin:0 auto 32px;
  padding:16px 16px;
  background:#fff0f4;
  border:1px solid #f4b3c1;
  border-radius:13px;
  color:#333;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  font-family:Arial, sans-serif;
  font-size:17px;
  font-weight:500;
}

.checkoutpaysec-upi i{
  color:#d94d75;
  font-size:24px;
}

.checkoutpaysec-line{
  width:78%;
  height:1px;
  margin:0 auto 28px;
  background:#d94d75;
  opacity:.75;
  position:relative;
}

.checkoutpaysec-line::after{
  content:"";
  width:10px;
  height:10px;
  background:#d94d75;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%) rotate(45deg);
}

.checkoutpaysec-card p{
  margin:0 0 28px;
  font-family:Arial, sans-serif;
  font-size:17px;
  color:#444;
}

.checkoutpaysec-status{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}

.checkoutpaysec-status a{
  color:#d94d75;
  text-decoration:none;
  font-family:Arial, sans-serif;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1px;
}

.checkoutpaysec-status i{
  margin-right:7px;
  font-size:18px;
}

.checkoutpaysec-bottom{
  position:relative;
  z-index:2;
  margin-top:28px;
  padding-top:20px;
  border-top:1px solid #f3b1c0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  text-align:center;
}

.checkoutpaysec-bottom a{
  color:#444;
  text-decoration:none;
  font-family:Arial, sans-serif;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.8px;
}

.checkoutpaysec-bottom i{
  color:#d94d75;
  margin-right:8px;
  font-size:18px;
}

@media(max-width:1199px){
  .checkoutsec-main{
    grid-template-columns:1fr;
  }

  .checkoutsec-formbox{
    max-width:100%;
  }
}

@media(max-width:991px){
  .checkoutpaysec{
    padding:42px 24px 24px;
  }

  .checkoutpaysec-wrap{
    grid-template-columns:1fr;
  }

  .checkoutpaysec-left h2{
    font-size:46px;
  }

  .checkoutpaysec-left > p{
    font-size:24px;
  }

  .checkoutpaysec-card{
    min-height:auto;
  }

  .checkoutpaysec-bottom{
    grid-template-columns:1fr;
  }
}

@media(max-width:575px){


  .checkoutsec-formbox{
    padding:24px 18px;
  }

  .checkoutsec-head h2{
    font-size:28px;
  }

  .checkoutsec-price{
    font-size:24px;
  }

  .checkoutsec-grid{
    grid-template-columns:1fr;
    gap:0;
  }

  .checkoutpaysec-topline{
    grid-template-columns:35px auto 35px;
  }

  .checkoutpaysec-topline b{
    font-size:12px;
  }

  .checkoutpaysec-left h2{
    font-size:32px;
    letter-spacing:2px;
  }

  .checkoutpaysec-left > p{
    font-size:18px;
  }

  .checkoutpaysec-pills{
    flex-direction:column;
    border-radius:16px;
  }

  .checkoutpaysec-pills a{
    border-right:0;
    border-bottom:1px solid #f7c1cd;
  }

  .checkoutpaysec-bhimupi{
    grid-template-columns:1fr;
  }

  .checkoutpaysec-bhimupi em{
    display:none;
  }

  .checkoutpaysec-apps{
    grid-template-columns:repeat(2,1fr);
  }

  .checkoutpaysec-apps a{
    border-right:0;
    border-bottom:1px solid #f3c0cb;
  }

  .checkoutpaysec-cards{
    grid-template-columns:1fr;
  }

  .checkoutpaysec-qr{
    width:165px;
    height:165px;
  }

  .checkoutpaysec-upi{
    width:100%;
    font-size:15px;
  }

  .checkoutpaysec-status{
    flex-direction:column;
    gap:12px;
  }

  .checkoutpaysec-flower img{
    width:90px;
  }
}

.newproductsec-meta {
  margin-top: 12px;
  display: flex;
  justify-content: flex-start;
}

.newproductsec-delivery {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff5f8, #ffffff);
  color: #b84b70;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid rgba(184, 75, 112, 0.16);
  box-shadow: 0 8px 22px rgba(184, 75, 112, 0.10);
}

.newproductsec-delivery i {
  font-size: 13px;
  color: #d95d86;
}

.newproductsec-btn {
  margin-top: 16px;
  width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 999px;
  background: #e16268;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(184, 75, 112, 0.26);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.newproductsec-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -90%;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  transform: skewX(-22deg);
  transition: 0.55s ease;
}

.newproductsec-btn span,
.newproductsec-btn i {
  position: relative;
  z-index: 1;
}

.newproductsec-btn i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  font-size: 13px;
  transition: transform 0.28s ease, background 0.28s ease;
}

.newproductsec-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(184, 75, 112, 0.34);
  color: #ffffff;
}

.newproductsec-btn:hover::before {
  left: 120%;
}

.newproductsec-btn:hover i {
  transform: rotate(-8deg) scale(1.05);
  background: rgba(255,255,255,0.25);
}

@media (max-width: 575px) {
  .newproductsec-meta {
    margin-top: 10px;
  }

  .newproductsec-delivery {
    font-size: 12px;
    padding: 8px 11px;
  }

  .newproductsec-btn {
    min-height: 44px;
    font-size: 13px;
  }
}



.checkoutsec-main{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  align-items:stretch;
}

.checkoutsec-formbox{
  max-width:100%;
  margin:0;
}

.checkoutsec-head-left{
  text-align:left;
}

.checkoutsec-stock{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  padding:8px 14px;
  background:#f2fff6;
  border:1px dashed #20a852;
  border-radius:50px;
  color:#16813d;
  font-family:var(--jf-body-font);
  font-size:14px;
  font-weight:800;
}

.checkoutsec-stock i{
  color:#20a852;
}

.checkoutsec-imagebox{
  position:relative;
  min-height:100%;
  padding:28px;
  background:linear-gradient(145deg,#ffffff 0%,#fff5f7 100%);
  border:1px solid rgba(217,107,140,.18);
  border-radius:28px;
  box-shadow:0 24px 70px rgba(72,31,38,.10);
  overflow:hidden;
  display:flex;
  justify-content:center;
}

.checkoutsec-imagebox::before{
  content:"";
  position:absolute;
  inset:22px;
  border:1px dashed rgba(217,107,140,.22);
  border-radius:24px;
  pointer-events:none;
}

.checkoutsec-imagebox img{
  position:relative;
  z-index:2;
  width:100%;
  height:auto;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 20px 55px rgba(217,77,117,.18);
}

.checkoutsec-image-badge{
  position:absolute;
  left:44px;
  top:44px;
  z-index:3;
  padding:10px 16px;
  background:#fff;
  border:1px solid rgba(217,107,140,.18);
  border-radius:50px;
  color:#d94d75;
  font-family:var(--jf-body-font);
  font-size:13px;
  font-weight:900;
  box-shadow:0 12px 28px rgba(72,31,38,.12);
}

.checkoutsec-field input,
.checkoutsec-field textarea{
  min-height:52px;
}

@media(max-width:991px){
  .checkoutsec-main{
    grid-template-columns:1fr;
  }

  .checkoutsec-imagebox{
    order:-1;
    padding:18px;
  }



  .checkoutsec-image-badge{
    left:30px;
    top:30px;
  }
}



.pymentdetailssec{
    padding:85px 0;
    background:linear-gradient(180deg,#fffaf9 0%,#fff1f4 100%);
}

.pymentdetailssec *{
    box-sizing:border-box;
}

.pymentdetailssec-container{
    width:min(1360px,94%);
    margin:auto;
}

.pymentdetailssec-main{
    display:block;
}

.pymentdetailssec-details{
    width:100%;
    padding:34px;
    background:#fff;
    border:1px solid rgba(217,107,140,.18);
    border-radius:28px;
    box-shadow:0 24px 70px rgba(72,31,38,.10);
}

.pymentdetailssec-details-head{
    margin-bottom:24px;
}

.pymentdetailssec-details-head span{
    display:inline-block;
    padding:9px 18px;
    margin-bottom:12px;
    background:#fff0f4;
    border:1px solid rgba(217,107,140,.20);
    border-radius:50px;
    color:#d94d75;
    font-family:var(--jf-body-font);
    font-size:14px;
    font-weight:800;
}

.pymentdetailssec-details-head h2{
    margin:0 0 8px;
    font-family:var(--jf-heading-font);
    font-size:34px;
    line-height:1.15;
    color:#211f20;
    font-weight:500;
}

.pymentdetailssec-price{
    margin:0;
    font-family:var(--jf-body-font);
    font-size:28px;
    color:#d94d75;
    font-weight:900;
}

.pymentdetailssec-list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.pymentdetailssec-item{
    min-height:95px;
    padding:16px 18px;
    background:#fffafa;
    border:1px solid rgba(217,107,140,.16);
    border-radius:16px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}


.pymentdetailssec-full{
    grid-column:1 / -1;
}

.pymentdetailssec-item small{
    display:block;
    margin-bottom:6px;
    color:#d94d75;
    font-family:var(--jf-body-font);
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.pymentdetailssec-item strong{
    display:block;
    color:#292526;
    font-family:var(--jf-body-font);
    font-size:15px;
    font-weight:700;
    line-height:1.45;
    word-break:break-word;
}

.pymentdetailssec-note{
    margin-top:22px;
    padding:16px 18px;
    border-radius:16px;
    background:#f2fff6;
    border:1px dashed #20a852;
    color:#16813d;
    font-family:var(--jf-body-font);
    font-size:15px;
    font-weight:800;
    display:flex;
    align-items:center;
    gap:10px;
}

.pymentdetailssec-note i{
    font-size:18px;
    color:#20a852;
}

@media(max-width:991px){
    .pymentdetailssec-list{
        grid-template-columns:repeat(2,1fr);
    }

    .pymentdetailssec-wide,
    .pymentdetailssec-full{
        grid-column:1 / -1;
    }
}

@media(max-width:575px){
    .pymentdetailssec{
        padding:60px 0;
    }

    .pymentdetailssec-details{
        padding:24px 18px;
        border-radius:22px;
    }

    .pymentdetailssec-details-head h2{
        font-size:28px;
    }

    .pymentdetailssec-price{
        font-size:25px;
    }

    .pymentdetailssec-list{
        grid-template-columns:1fr;
        gap:12px;
    }

    .pymentdetailssec-item{
        min-height:auto;
        padding:14px 15px;
    }

    .pymentdetailssec-item strong{
        font-size:14px;
    }

    .pymentdetailssec-note{
        align-items:flex-start;
        font-size:14px;
        line-height:1.45;
    }
}

.pymentdetailssec-subtitle{
   margin-top: 22px;
    padding: 16px 18px;
    border-radius: 16px;
    background: #f2fff6;
    border: 1px dashed #20a852;
    color: #16813d;
    font-family: var(--jf-body-font);
    font-size: 19px;
    font-weight: 800;
    display: table;
    align-items: center;
    gap: 10px;
	margin-bottom: 10px;
}

@media(max-width:575px){
    .pymentdetailssec-subtitle{
        font-size: 16px;
        line-height: 1.45;
    }
}

.checkoutsec-btn{
  width:100%;
  margin-top:8px;
  border:0;
  padding:17px 28px;
  background:#d94d75;
  color:#fff;
  border-radius:50px;
  font-family:var(--jf-body-font);
  font-size:16px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 18px 38px rgba(217,77,117,.28);
  transition:.35s ease;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-decoration:none;
}

.checkoutsec-checkrow{
    margin: 12px 0 18px;
}

.checkoutsec-checkrow label{
    display:flex;
    align-items:center;
    gap:12px;
    cursor:pointer;
    padding:10px 14px;
    border-radius:12px;
    background:rgba(217,107,140,.06);
    border:1px solid rgba(217,107,140,.15);
    transition:all .3s ease;
}

.checkoutsec-checkrow label:hover{
    background:rgba(217,107,140,.10);
    border-color:rgba(217,107,140,.25);
}

.checkoutsec-checkrow input[type="checkbox"]{
    width:20px;
    height:20px;
    min-height:auto !important;
    accent-color:#d94f7b;
    flex-shrink:0;
    cursor:pointer;
}

.checkoutsec-checkrow span{
    font-family:'Inter',sans-serif;
    font-size:15px;
    font-weight:500;
    line-height:1.5;
    color:#444;
    letter-spacing:.2px;
}

@media (max-width:767px){

    .checkoutsec-checkrow label{
        padding:10px 12px;
        gap:10px;
    }

    .checkoutsec-checkrow span{
        font-size:14px;
    }

    .checkoutsec-checkrow input[type="checkbox"]{
        width:18px;
        height:18px;
    }
}




.checkoutsec-btn{
  width:100%;
  margin-top:8px;
  border:0;
  padding:17px 28px;
  background:#d94d75;
  color:#fff;
  border-radius:50px;
  font-family:var(--jf-body-font);
  font-size:16px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 18px 38px rgba(217,77,117,.28);
  transition:.35s ease;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-decoration:none;
}


.newcontactsec-left{
  display:grid;
  gap:24px;
}
.newcontactsec-form-card{
    position:relative;
    overflow:hidden;
    border-radius:20px; /* optional */
}

.newcontactsec-form-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.newheader-container{
    height:70px;
    padding:0 30px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:22px;
}




.newheader-menu li a{
    text-decoration:none;
    color:#111;
    font-family:var(--jf-body-font);
    font-size:16px;
    font-weight:400;
}

.newheader-right{
    margin-left:auto;
    display:flex;
    align-items:center;
    gap:15px;
}

.jfcustomorderbtn{
    height:52px;
    padding:0 22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:#e85f6b;
    color:#fff;
    text-decoration:none;
    border-radius:0;
    font-family:var(--jf-body-font);
    font-size:15px;
    font-weight:700;
    white-space:nowrap;
    transition:.3s ease;
}

.jfcustomorderbtn i{
    font-size:18px;
}

.jfcustomorderbtn:hover{
    background:#d94d5a;
    color:#fff;
}

.newheader-delivery{
    height:52px;
    padding:0 20px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border:2px dotted #169447;
    border-radius:12px;
    color:#157a39;
    background:#fffdfb;
    font-family:var(--jf-body-font);
    font-size:15px;
    font-weight:700;
    white-space:nowrap;
}

.newheader-delivery i{
    width:30px;
    height:30px;
    background:#169447;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
}



.newheader-mobile-custom{
    display:none;
}

@media(max-width:991px){

    .newheader-container{
        height:70px;
        padding:0 18px;
        justify-content:space-between;
    }


    .newheader-right{
        display:none;
    }

    .newheader-toggle{
        display:block;
        margin-left:auto;
    }



    

    .newheader-mobile-custom{
        display:block;
    }

    .newheader-mobile-custom a{
        background:#e85f6b !important;
        color:#fff !important;
        display:flex !important;
        align-items:center;
        gap:10px;
        font-weight:700 !important;
    }
}





