/* Styles by cruzbytes */

body {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", serif;
  letter-spacing: -0.02em;
}

/* Common styles start */

.container-inner {
  max-width: 80%;
  margin: auto;
}

.color_primary {
  color: #E75480;
}

.color_secondary {
  color: #2D2D2D;
}

.bg_primary {
  background-color: #E75480;
}

.bg_secondary {
  background-color: #2D2D2D;
}

.outline_primary {
  border-color: #E75480;
}

.outline_secondary {
  border-color: #2D2D2D;
}

.no-p-mb p {
  margin-bottom: 0px !important;
}

.link_inherit {
  color: inherit;
  text-decoration: none;
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ctaBtn a {
  /*background: transparent;*/
  border: 2px solid;
  padding: 10px 20px;
  display: block;
  max-width: max-content;
  border-radius: 50px;
  transition: .3s ease-in-out;
  font-weight: 600;
}

/* Common styles end */

/* Header styles start */

.site-header {
  position:relative;
  /*top:0;
  left: 0;
  right: 0;*/
  /*background:#F7F2E9;*/
  z-index:60;
  border-bottom:1px solid var(--gray-100);
}

.header-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:88px
}

.logo img{ 
  width: auto;
  height:75px;
  object-fit: contain;
}

.logo .logo_title img {
  height: 65px;
}

.logo a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav ul.primary-menu {
	display:flex;
	gap:28px;
	align-items:center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav a {
  color:#222;
  text-decoration:none;
  font-weight:400;
}

.nav a:hover, 
a:hover {
	color: var(--primary-color-hover);
}

.header-cta{ 
  display:flex;
  gap:12px;
  align-items:center
}

.header-cta a {
  cursor: pointer;
  background: #E75480;
  border: 2px solid #E75480;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: .3s ease-in-out;
}

.header-cta a:hover {
  background: transparent;
  color: #E75480;
}

.hamburger {
  display:none;
  border:0;
  background:transparent;
  font-size:22px;
  flex-direction: column;
  justify-content: space-between;
  gap: 3px;
}

.hamburger span {
  display: block;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
  width: 18px;
}

.hamburger.active span:first-child {
  transform: rotate(45deg) translate(6px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.hamburger.active span:last-child {
  transform: rotate(-45deg) translate(2px, -1px);
}

/* Hide mega menu initially */

.primary-menu li.menu-item-has-children {
  position: relative;
}

.primary-menu > li > a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

/* Default arrow for any menu item with children */
.primary-menu li.menu-item-has-children > a,
.primary-menu li.has-mega > a {
    position: relative;
    padding-right: 14px;
}

/* Arrow icon using pseudo-element */
.primary-menu li.menu-item-has-children > a:before,
.primary-menu li.has-mega > a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-70%) rotate(45deg);
    transition: transform .25s ease;
}

/* Rotate arrow when mega is open */
.primary-menu li.menu-item-has-children.active > a:before,
.primary-menu li.has-mega.active > a:before,
.primary-menu li.menu-item-has-children.active_mob a:before {
    transform: translateY(-40%) rotate(-135deg);
}

/* Mega panel */
.mega-menu, .primary-menu li.menu-item-has-children > .sub-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #fff;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  /*pointer-events: none;*/
  transition:
      opacity .3s ease,
      transform .3s ease,
      visibility 0s .3s;
}

.primary-menu li.menu-item-has-children > .sub-menu {
  width: max-content;
  min-width: 200px;
  padding: 5px 5px;
  top: 50px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  /*gap: 15px;*/
  left: 0;
  /*transform: translate(-50%, 0px);*/
}

/* Show panel */

.primary-menu li.menu-item-has-children > .sub-menu li {
  padding: 8px 15px;
}

.primary-menu li.menu-item-has-children > .sub-menu li a {
  text-decoration: none;
  color: #444;
  font-size: 15px;
  transition: 0.2s ease;
  /*text-transform: capitalize;*/
}

/* Header styles end */

/* Home page styles start */

.hero-section {
  position: relative;
  height: 85vh;
  width: 100%;
  overflow: hidden;
  /*margin-top: 80px;*/
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.hero-slider, .hero-slider .swiper-slide {
  height: 100%;
}

.hero-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Gold spiritual glow */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 65%, rgba(203,162,75,0.25), transparent 60%);
  z-index: 1;
}

/* Slider controls */
.slider-controls {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 3;
  display: flex;
  gap: 20px;
}

.slider-controls span {
  font-size: 36px;
  cursor: pointer;
  color: white;
  text-shadow: 0 4px 10px rgba(0,0,0,0.4);
  transition: 0.2s;
}

.slider-controls span:hover {
  transform: scale(1.15);
}

.abtSec {
  background: #f9fafc;
}

.abtCont {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.abtCont .iconArea img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  opacity: 0.3;
}

.mainTitle {
  font-size: 3.75rem;
  line-height: normal;
}

.desc p {
  font-size: 1.25rem;
  line-height: 1.4;
}

.abtCont .ctaArea {
  gap: 20px;
}

/* Home page styles end */
