/* Generated by less 3.11.1 */
@import url("https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&family=Poppins:wght@300;400;500;600;700&display=swap");

@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/philosopher/v18/vEFV2_5QCwIS4_Dhez5jcWBuT0g.ttf")
    format("truetype");
}

/* Poppins font-face (regular 400) */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJnedw.ttf")
    format("truetype");
}
/*Reset css*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li {
  list-style: none;
}

* {
  margin: 0px;
  padding: 0px;
}

button:focus {
  outline: none !important;
  border: none;
}

strong {
  font-weight: bold;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 1);
}

a,
button {
  transition: all ease 0.3s;
  border: none;
}

a:hover,
button:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1 {
  font-family: "Philosopher", sans-serif !important;
}
p {
  font-family: "Poppins", sans-serif !important;
}

p.lrg-text {
  font-size: 20px;
}

.container {
  max-width: 1280px;
}
h2 em {
  font-style: normal;
  color: #cc2727;
}

.red-btn {
  background: #cc2727;
  padding: 12px 60px;
  color: #fff;
  display: inline-block;
}

.red-btn:hover {
  background: #303030;
}

.post,
.page {
  margin-bottom: 0;
}
.entry-header {
	display: none !important;
}
.header-top {
	min-height: 35px;
	background-color: rgba(158, 50, 145, 1);
	color: white;
	font-size: 14px;
	font-weight: 500;
}
.header a {
    color: white !important;
}
.header-top a,
.header-top a:hover {
    text-decoration: none;
    cursor: pointer;
    color: white !important;
}

.page-loader2 {
  position: fixed;
  background: rgba(158, 50, 145, 1);
  width: 100%;
  height: 100%;
  z-index: 1080;
  top: 0;
  left: 0%;
  display: none;
  justify-content: center;
  align-items: center;
}

.page-loader2 .container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-loader2 img {
  display: block;
  max-width: 220px;
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1)
    infinite alternate both;
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) infinite
    alternate both;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.page-loader2 img.close-logo {
  left: 0;
  top: 10px;
  transform: scale(0);
  margin: 0;
  right: inherit;
}
.purple-btn {
  background-color: rgba(158, 50, 145, 1);
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  padding: 14px 24px;
  font-weight: 700;
  font-size: 16px;
  font-family: "Philosopher", sans-serif;
}
.black-btn {
  background-color: rgba(17, 17, 17, 1);
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  padding: 14px 24px;
  font-weight: 700;
  font-size: 16px;
  font-family: "Philosopher", sans-serif;
}
.contact-page .white-btn {
  background-color: #cc2727;
  box-shadow: 0px 8px 32px 0px #cc272773;
  border-radius: 4px;
  border: 1px solid #cc2727;
  color: #fff;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
}
/* -------------------------------- Remove extra ----------------------------------- */

.red-btn {
  display: inline-block;
  background: #cc2727;
  box-shadow: 0px 3px 6px #cc272773;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  border: none;
  position: relative;
}

.red-btn em {
  color: #fff;
  position: relative;
  z-index: 2;
}

.red-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #303030;
  transition: all ease 0.4s;
}

.red-btn:hover:after {
  width: 100%;
}

/* ------------------ till here -------------------------- */

header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0px;
  background-color: rgba(242, 238, 235, 1);
  z-index: 1030;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .container nav ul {
  display: flex;
  align-items: center;
}

header .container nav ul li {
  margin-left: 10px;
}

header .container nav ul li a {
  color: #414141;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 25px;
  display: inline-block;
  position: relative;
}
header .container nav ul li a:hover {
  color: rgba(158, 50, 145, 1) !important;
}

header .container nav ul li.contact a {
  border: rgba(158, 50, 145, 1) solid 1px;
  color: white;
  background-color: rgba(158, 50, 145, 1);
  border-radius: 4px;
  box-shadow: 0px 8px 32px 0px #00000014;
  font-weight: 500;
}

header .container nav ul li.contact a:hover {
  background: #ae1010;
  border: #ae1010 solid 1px;
}

header .container nav ul li.current-menu-item a {
  color: rgba(158, 50, 145, 1) !important;
  border-bottom: 2px solid rgba(158, 50, 145, 1) !important;
}

footer {
  background: rgba(158, 50, 145, 1);
  padding-top: 50px;
  padding-bottom: 0px;
}
footer .f-info {
  max-width: 308px;
  width: 100%;
}
footer p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 400;
}
footer .row {
  align-items: flex-start;
  justify-content: space-between;
}
footer .copyright {
  border-top: rgba(255, 255, 255, 0.5) solid 1px;
  padding: 15px 0px;
  margin-top: 50px;
}
footer .copyright p {
  font-size: 14px;
  color: white;
  opacity: 0.5;
}
footer .privacy-a, 
footer .privacy-a:hover {
  font-size: 14px;
  color: white !important;
}
footer .social-icons {
  margin-top: 10px;
}
footer .social-icons p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}
footer .footer-heading {
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  margin-bottom: 12px;
}
footer .social-icons .list {
  margin-top: 6px;
}
footer nav ul li a,
footer nav ul li a:hover {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.banner-section {
  padding: 80px 0px;
}

.banner-section {
  background-repeat: no-repeat;
  min-height: 600px;
  padding: 50px 40px;
  background-size: cover;
  display: flex;
  align-items: center;
}
.home-banner {
  background-image: url("../images/BG\ Image.svg");
}

.about-banner {
  background-color: rgba(255, 255, 255, 1);
}
.careers-banner h1 span {
  color: rgba(158, 50, 145, 1);
  font-style: italic;
}
.banner-section h1 {
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  color: rgba(17, 17, 17, 1);
}

.banner-section .banner-sub-text {
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 24px;
  font-weight: 300;
  color: rgba(17, 17, 17, 1);
  font-family: "Poppins", sans-serif;
}

.details-section {
  background-color: rgba(242, 238, 235, 1);
  min-height: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.details-section .banner-values h1 {
  font-size: 40px;
  color: rgba(158, 50, 145, 1);
  font-weight: 700;
  margin-top: 10px;
}
.details-section .banner-values p {
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
}

.details-careers-section {
  background-color: rgba(242, 238, 235, 1);
  min-height: 521px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 50px 40px;
}
.details-careers-section .left-section {
  max-width: 684px;
}
.details-careers-section .left-section h1 {
  font-size: 48px;
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
  line-height: 54px;
}
.details-careers-section .left-section p {
  font-size: 16px;
  color: rgba(17, 17, 17, 1);
  font-weight: 300;
  margin-top: 12px;
}
.details-careers-section .right-section {
  max-width: 390px;
  width: 100%;
}
.details-careers-section .right-section .how-wrap {
  background-repeat: no-repeat;
  background-position: left center; /* vertically & horizontally centered */
  max-width: 170px;
}
.details-careers-section .right-section .how-label {
  font-size: 24px;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 24px;
}

.details-about-section {
  background-color: rgba(242, 238, 235, 1);
  min-height: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.details-about-section .right-section img {
  margin-bottom: -7px;
}
.details-about-section h1 {
  font-size: 48px;
  color: rgba(158, 50, 145, 1);
  font-weight: 700;
  line-height: 54px;
}
.details-about-section .banner-values p {
  font-size: 16px;
  color: rgba(17, 17, 17, 1);
  font-weight: 300;
}
.motive-about-section {
  min-height: 530px;
  padding: 50px 40px;
  background-color: white;
}
.motive-about-section .motive-cards {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 8px 16px 0px rgba(35, 35, 35, 0.12);
  color: rgba(17, 17, 17, 1);
  border-radius: 4px;
  padding: 24px;
  max-width: 376px;
  width: 100%;
  min-height: 361px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.motive-about-section .motive-cards:nth-child(2) {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.motive-about-section .motive-cards:nth-child(3) {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.motive-about-section .tag-motive {
  background-color: rgba(158, 50, 145, 1);
  border-radius: 20px;
  font-weight: 700;
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  padding: 6px 10px;
  width: fit-content;
  font-family: "Philosopher", sans-serif;
}

.commitment-section {
  min-height: 538px;
  display: flex;
  align-items: center;
  background-color: white;
}
.commitment-section .commitment-card {
  max-width: 187px;
  width: 100%;
}
.commitment-section .commitment-card h1 {
  color: rgba(0, 0, 0, 1);
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 10px;
}
.commitment-section .commitment-card p {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}
.commitment-section .commitment-label h1 {
  font-size: 48px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
.commitment-section .commitment-label h1 span {
  color: rgba(158, 50, 145, 1);
}
.commitment-section .commitment-label p {
  font-size: 16px;
  color: rgba(17, 17, 17, 1);
  font-weight: 300;
  margin-top: 12px;
  margin-bottom: 40px;
}
.empowering-section {
  min-height: 601px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 50px 40px;
}
.empowering-section .empowering-label {
  max-width: 528px;
}
.empowering-section .empowering-label h1 {
  font-size: 48px;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
}
.empowering-section .empowering-label p {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  font-weight: 300;
  margin-top: 12px;
}
/* =========================
   Services Section
========================= */
.services-section {
  position: relative;
  padding: 100px 40px;
}

/* -------- Layout -------- */
.services-section .section-inner {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  overflow: visible; /* Required for sticky */
}

.services-section .left-section {
  position: sticky;
  top: 100px; /* Adjust based on header height */
  flex: 1;
  height: fit-content;
}

.services-section .right-section {
  flex: 1;
}

/* -------- Text Styling -------- */
.services-section .pre-text {
  font-size: 16px;
  color: rgba(199, 199, 199, 1);
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  line-height: 32px;
}

.services-section .service-main {
  font-size: 48px;
  color: rgba(158, 50, 145, 1);
  font-weight: 400;
  line-height: 1.1;
  padding: 12px 0;
}

.services-section .banner-sub-text {
  font-size: 16px;
  color: rgba(127, 125, 125, 1);
  line-height: 32px;
  margin-bottom: 24px;
}

.services-section .purple-text {
  font-weight: 700;
  font-size: 14px;
  font-family: "Philosopher", sans-serif;
  margin-top: 4px;
  color: rgba(158, 50, 145, 1);
}
.services-section .service-head {
  font-size: 36px;
  font-weight: 400;
  color: #000;
}

.services-section .service-des,
.services-section .service-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin: 12px 0 24px;
  color: rgba(102, 102, 102, 1);
}

/* -------- Links -------- */
.services-section .service-desc a {
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  line-height: 24px;
  color: #111;
  text-decoration: none;
  transition: color 0.3s ease;
}

.services-section .service-desc a:hover {
  color: rgba(158, 50, 145, 1);
}

.services-section .service-desc a img {
  margin-left: 10px;
}

/* -------- Images -------- */
.services-section .service-img {
  width: 200px;
  margin-right: 20px;
}

/* -------- Service Wrap -------- */
.services-section .service-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.services-section .service-wrap:last-child {
  margin-bottom: 0;
}

.events-detail-section {
  background-image: url("../images/BG.svg");
  min-height: 647px;
  background-repeat: no-repeat;
  padding: 50px 40px;
  background-size: cover;
  display: flex;
  align-items: center;
}
.events-detail-section h1 {
  font-size: 48px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  line-height: 56px;
}
.events-detail-section .banner-sub-text {
  font-size: 16px;
  font-weight: 300;
  color: rgba(17, 17, 17, 1);
  margin: 12px 0px;
  line-height: 32px;
}
.events-detail-section .details-ul {
  margin-bottom: 24px;
  gap: 10px;
}
.events-detail-section .details-ul .details-li img {
  margin-right: 10px;
}

.how-it-works-section {
  background-color: rgba(255, 255, 255, 1);
  min-height: 319px;
  padding: 50px 40px;
}
.how-it-works-section .how-wrap {
  background-repeat: no-repeat;
  background-position: left center; /* vertically & horizontally centered */
}
.how-it-works-section .how-it-works-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.how-it-works-section .left-section h1 {
  font-size: 48px;
  color: rgba(0, 0, 0, 1);
  font-style: italic;
  font-weight: 400;
}
.how-it-works-section .left-section h1 span {
  color: rgba(158, 50, 145, 1);
}
.how-it-works-section .left-section p {
  font-size: 16px;
  color: rgba(17, 17, 17, 1);
  font-weight: 300;
  margin-top: 12px;
  margin-bottom: 24px;
}
.how-it-works-section .right-section .how-label {
  font-size: 32px;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 24px;
}
/* ==============================
   INFLUENCERS SECTION
============================== */
.influencers-section {
  min-height: 552px;
  background-color: rgba(158, 50, 145, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

.influencers-section .influencers-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

/* ==============================
   LEFT SECTION
============================== */
.influencers-section .left-section {
  flex: 1;
}

.influencers-section .left-section h1 {
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  font-family: "Outfit", sans-serif;
}

.influencers-section .left-section p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  margin-top: 12px;
  font-family: "Outfit", sans-serif;
}

/* ==============================
   SLIDER & CARD STYLING
============================== */
.influencers-slider {
  flex: 1;
  position: relative;
  max-width: 800px;
}

.influencers-slider .owl-stage {
  display: flex;
  align-items: center;
}

.influencers-slider .owl-item {
  width: 350px !important;
  min-width: 350px !important;
  transition: all 0.4s ease-in-out;
  opacity: 0.4;
  transform: scale(0.9);
}

.influencers-slider .owl-item.center {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

/* ==============================
   CARD
============================== */
.influencers-section .item {
  width: 350px !important;
  height: 350px !important;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.influencers-section .hs-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* ==============================
   SOCIAL BLOCK OVERLAY
============================== */
.influencers-section .influencer-social-block img {
  max-width: 24px;
}
.influencers-section .influencer-social-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 166px;
  padding: 20px;
  background: url(../images/gradient.svg) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* Slight blur for side slides */
.influencers-slider .owl-item:not(.center) img {
  filter: blur(1px);
}

/* ==============================
   NAVIGATION BUTTONS
============================== */
.influencers-slider .owl-nav {
  position: relative;
  top: -195px;
  margin: 0 auto;
  max-width: 440px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  font-size: 25px;
}

.influencers-slider .owl-nav button {
  pointer-events: all;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff !important;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: background 0.3s ease;
}
.influencers-slider .owl-dots {
  text-align: center !important;
}
.influencers-slider .owl-dot {
  width: 17px;
  height: 17px;
  background: transparent !important; /* light white by default */
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 1) !important;
  transition: all 0.3s ease;
  margin: 0 3px;
}

.influencers-slider .owl-dot.active {
  background: #fff !important; /* solid white when active */
  border: none;
}

.influencers-slider .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.6);
}

.locations-section {
  background-color: rgba(242, 238, 235, 1);
  min-height: 547px;
  width: 100%;
  padding: 50px 40px;
  display: flex;
  align-items: center;
}
.locations-section .locations-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.locations-section .left-section h1 {
  font-size: 48px;
  color: rgba(17, 17, 17, 1);
}
.locations-section .left-section .banner-sub-text {
  color: rgba(17, 17, 17, 1);
  font-size: 16px;
  font-weight: 300;
  margin-top: 12px;
  margin-bottom: 24px;
}

.frequent-section {
  background-color: rgba(255, 255, 255, 1);
  min-height: 547px;
  width: 100%;
  padding: 50px 40px;
}
.frequent-section .frequent-inner {
  display: flex;
  flex-wrap: wrap;
}
.frequent-section .frequent-inner .left-section {
  width: 35%;
  padding-top: 35px;
}
.frequent-section .frequent-inner .right-section {
  width: 65%;
}
.frequent-section .left-section h1 {
  font-size: 48px;
  color: rgba(0, 0, 0, 1);
}
.frequent-section .right-section .frequent-block h1 {
  font-size: 28px;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
}
.frequent-section .right-section .frequent-block p {
  font-size: 16px;
  color: rgba(82, 82, 82, 1);
  font-weight: 300;
  margin-top: 16px;
}
.frequent-section .right-section .frequent-block {
  padding: 24px 32px;
}
.frequent-section .right-section .frequent-block img {
  cursor: pointer;
}
.frequent-section .right-section .frequent-block.active {
  background-color: rgba(242, 238, 235, 1);
  border-radius: 8px;
}

/* --- OUR BEAUTY SECTION --- */
.our-beauty-section {
  padding: 50px 40px;
  background-color: rgba(242, 238, 235, 1);
}
.our-beauty-inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.our-beauty-section .left-section {
  flex: 0 0 35%;
}
.our-beauty-section .left-section h1 {
  font-size: 48px;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
}
.our-beauty-section .left-section p {
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  font-weight: 300;
  margin-top: 12px;
  margin-bottom: 24px;
}

/* Right section containing 2-column images + one big image */
.our-beauty-section .right-section {
  flex: 0 0 65%;
  display: flex;
  align-items: stretch;
  gap: 20px;
}

/* ✅ Two-column small images */
.our-beauty-section .image-section {
  flex: 0 0 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.our-beauty-section .our-beauty-block {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 182px;
}

.our-beauty-section .our-beauty-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.blog-banner {
  background: url(../images/stories.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 296px;
  display: flex;
  align-items: center;
}
.blog-banner h1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
}
.blog-banner h1 span {
  color: rgba(158, 50, 145, 1);
  font-style: italic;
}
.blog-banner p {
  font-size: 16px;
  font-weight: 300;
  color: rgba(17, 17, 17, 1);
  margin-top: 12px;
}

/* =========================
   Responsive Design
========================= */
/* ✅ Responsive */

@media (max-width: 1024px) {
  .services-section,
  .events-detail-section,
  .how-it-works-section,
  .frequent-section,
  .our-beauty-section,
  .banner-section,
  .details-careers-section {
    padding: 10px 0px;
  }
  .black-btn,
  .purple-btn {
    font-weight: 500;
    font-size: 14px;
  }
  .how-it-works-section .how-it-works-inner {
    display: block;
  }
  .left-section {
    width: 100% !important;
  }
  .right-section {
    width: 100% !important;
  }
  .influencers-section .influencers-inner,
  .locations-section .locations-inner,
  .frequent-section .frequent-inner,
  .commitment-innter {
    flex-wrap: wrap;
    gap: 30px;
  }
  .frequent-section .right-section .frequent-block {
    padding: 10px;
  }
  .banner-section h1,
  .blog-banner h1,
  .events-detail-section h1,
  .how-it-works-section .left-section h1,
  .influencers-section .left-section h1,
  .locations-section .left-section h1,
  .frequent-section .left-section h1,
  .our-beauty-section .left-section h1,
  .services-section .service-main,
  .details-about-section h1,
  .commitment-section .commitment-label h1,
  .empowering-section .empowering-label h1,
  .details-careers-section .left-section h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .events-detail-section {
    min-height: 400px;
  }
  .how-it-works-section .right-section .how-label,
  .frequent-section .right-section .frequent-block h1,
  .commitment-section .commitment-card h1,
  .blog-page h1,
  .blog-page .post-block h1 {
    font-size: 24px !important;
    line-height: 1.2;
  }
  .details-section .banner-values h1 {
    font-size: 24px;
  }
  .details-section .banner-values p {
    font-size: 12px;
  }
  .our-beauty-inner {
    flex-direction: column;
  }

  .our-beauty-section .left-section,
  .our-beauty-section .right-section {
    flex: 0 0 100%;
  }

  .our-beauty-section .right-section {
    flex-direction: column;
  }

  .our-beauty-section .image-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .our-beauty-section .big-image {
    order: -1;
  }
  .services-section .section-inner {
    flex-direction: column;
  }

  .services-section .left-section,
  .services-section .right-section {
    position: relative;
    top: 0;
    flex: 1 1 100%;
  }

  .services-section .service-head {
    font-size: 24px;
  }

  .services-section .service-img {
    width: 150px;
  }

  .services-section .service-wrap {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
}

.menu-icon {
  display: none;
}

.line-height-0 {
  line-height: 0;
}

.arrow-up {
  position: fixed;
  right: 15px;
  bottom: 40px;
  z-index: 1020;
  cursor: pointer;
}

.arrow-up img {
  max-width: 40px;
}

.arrow-up.arrow-up2 {
  display: none;
}

.arrow-up2 {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 40px;
  z-index: 1020;
  cursor: pointer;
}

.arrow-up2 img {
  max-width: 40px;
}

@media only screen and (max-width: 1000px) {
	  a.hide-btn,
  a.hide-btn .black-btn {
    display: none !important;
  }{
		display: none !important;
	}
  .menu-icon {
    display: inline-block;
  }
  header .container nav ul {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background-color: #f7f7f7;
  }
}
