/* =========================================
   JAY AJEY INVESTMENTS - MAIN STYLESHEET
   ========================================= */
html,
html a {
  -webkit-font-smoothing: antialiased;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #2D1B3D;
  background: #FAF8F5;
  line-height: 1.6;
}

h1,
h2,
h3,
h4 {
  font-family: 'Georgia', 'Times New Roman', serif;
  color: #3E1F5C;
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  padding-left: 0px;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =========================================
   TOP BAR
   ========================================= */
.topbar {
  background: #3E1F5C;
  color: #EFE6F7;
  font-size: 13px;
  padding: 7px 0;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.topbar-info span {
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar-info i {
  color: #3e1f5c;
  margin-right: 6px;
  background: white;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar-social {
  display: flex;
  gap: 12px;
}

.topbar-social a {
  font-size: 14px;
  transition: color .2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar-info {
  font-size: 14px;
  display: flex;

}

.topbar-social i {
  color: #3e1f5c;
  font-size: 14px;
  transition: color .2s ease;
  background: #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar-social a:hover {
  color: #C9A227;
}

/* =========================================
   HEADER / NAVIGATION
   ========================================= */
.main-header {
  background: #FFFFFF;
  box-shadow: 0 2px 10px rgba(62, 31, 92, 0.08);
  position: sticky;
  top: 0;
  z-index: 999;
}

.main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-area {
  display: flex;
  align-items: center;
}

.logo-area img {
  height: 70px;
  width: auto;
}

.logo-area .logo-text {
  margin-left: 12px;
}

.logo-area .logo-text h1 {
  font-size: 22px;
  color: #3E1F5C;
  letter-spacing: 1px;
  margin: 0;
}

.logo-area .logo-text span {
  font-size: 16px;
  color: #3E1F5C;
  letter-spacing: 1px;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-weight: 700;
}

.main-nav ul {
  display: flex;
  align-items: center;
}

.main-nav ul li {
  margin-left: 32px;
}

.main-nav ul li a {
  font-size: 15px;
  font-weight: 600;
  color: #3E1F5C;
  padding: 8px 0;
  position: relative;
  transition: color .25s ease;
}

.main-nav ul li a:hover,
.main-nav ul li a.active {
  color: #C9A227;
}

.main-nav ul li a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #C9A227;
}

.nav-btn {
  background: #C9A227;
  color: #FFFFFF !important;
  padding: 10px 22px !important;
  border-radius: 4px;
  font-weight: 700 !important;
  transition: background .25s ease;
}

.nav-btn:hover {
  background: #3E1F5C;
  color: #FFFFFF !important;
}

.menu-toggle {
  display: none;
  font-size: 26px;
  color: #3E1F5C;
  cursor: pointer;
  background: none;
  border: none;
}

/* =========================================
   PAGE BANNER (about/products/contact)
   ========================================= */
.page-banner {
  background: linear-gradient(rgba(62, 31, 92, .7), rgba(107, 63, 160, .7)),
    url('../images/jay-banner.webp') center center/cover no-repeat;
  padding: 150px 0;
  text-align: center;
  color: #fff;
  position: relative;
}

.page-banner h2 {
  color: #FFFFFF;
  font-size: 36px;
  margin-bottom: 10px;
}

.page-banner .breadcrumb {
  font-size: 16px;
  color: #E3CFFA;
  display: flex;
  justify-content: center;
  font-weight: 600;
}

.page-banner .breadcrumb a {
  color: #C9A227;
}

/* =========================================
   HERO (HOME PAGE) - fixed background
   ========================================= */
.hero {
  background-image: linear-gradient(rgba(40, 18, 64, 0.72), rgba(40, 18, 64, 0.72)), url('../images/hero-banner.webp');
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 600px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.hero-content {
  max-width: 680px;
}

.hero-content .tagline {
  display: inline-block;
  background: rgba(201, 162, 39, 0.15);
  border: 1px solid #C9A227;
  color: #F0D77B;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.hero-content h2 {
  color: #FFFFFF;
  font-size: 44px;
  line-height: 1.25;
  margin-bottom: 18px;
}

.hero-content h2 span {
  color: #C9A227;
}

.hero-content p {
  font-size: 17px;
  color: #E9DEF4;
  margin-bottom: 28px;
}

.btn {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 15px;
  transition: all .25s ease;
}

.btn-primary {
  background: #C9A227;
  color: #FFFFFF;
  border: none;
}

.btn-primary:hover {
  background: #E3BC3B;
}

.btn-outline {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  margin-left: 14px;
}

.btn-outline:hover {
  background: #FFFFFF;
  color: #3E1F5C;
}

/* =========================================
   STATS STRIP
   ========================================= */
.stats-strip {
  background: #3E1F5C;
  padding: 36px 0;
}

.stats-strip .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.stat-item {
  flex: 1;
  min-width: 150px;
  padding: 10px;
  color: #FFFFFF;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.stat-item:last-child {
  border-right: none;
}

.stat-item h3 {
  color: #C9A227;
  font-size: 32px;
  margin-bottom: 4px;
}

.stat-item p {
  font-size: 13px;
  color: #D9C7EE;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* =========================================
   IMAGE UTILITY CLASSES
   ========================================= */
.two-col-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.two-col-layout .text-content {
  max-width: 100%;
}
.two-col-layout .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(62, 31, 92, 0.15);
}
.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-image-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.bg-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(62, 31, 92, 0.85); /* Dark purple overlay */
  z-index: -1;
}

@media (max-width: 992px) {
  .two-col-layout {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   SECTION GENERAL
   ========================================= */
.section {
  padding: 75px 0;
}

.section-alt {
  background: #F3EDF9;
}

.section-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px auto;
}

.section-head .eyebrow {
  color: #C9A227;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.section-head h2 {
  font-size: 32px;
  margin: 10px 0 14px 0;
}

.section-head p {
  color: #5A4A6B;
  font-size: 15px;
}

/* =========================================
   WHY CHOOSE US (feature grid)
   ========================================= */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-card {
  background: #FFFFFF;
  border: 1px solid #ECE2F7;
  border-radius: 6px;
  padding: 34px 26px;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(62, 31, 92, 0.12);
  border-color: #C9A227;
}

.feature-card .icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #F3EDF9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px auto;
  font-size: 26px;
  color: #6B3FA0;
}

.feature-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 14px;
  color: #5A4A6B;
}

/* =========================================
   PRODUCTS PREVIEW (HOME) / PRODUCTS GRID
   ========================================= */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.product-card {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(62, 31, 92, 0.08);
  border-top: 4px solid #C9A227;
}

.product-card .product-head {
  background: #3E1F5C;
  color: #FFFFFF;
  padding: 28px;
  display: flex;
  align-items: center;
}

.product-card .product-head .icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(201, 162, 39, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #C9A227;
  margin-right: 16px;
  flex-shrink: 0;
}

.product-card .product-head h3 {
  color: #FFFFFF;
  font-size: 20px;
  margin: 0;
}

.product-card .product-body {
  padding: 28px;
}

.product-card .product-body p {
  color: #5A4A6B;
  font-size: 14.5px;
  margin-bottom: 18px;
}

.product-card .product-body ul li {
  font-size: 14px;
  color: #2D1B3D;
  padding: 7px 0;
  border-bottom: 1px dashed #ECE2F7;
}

.product-card .product-body ul li i {
  color: #6B3FA0;
  margin-right: 10px;
}

.product-card .product-body ul li:last-child {
  border-bottom: none;
}

.product-card .product-footer {
  padding: 0 28px 28px 28px;
}

/* =========================================
   COMMITMENT / CTA SECTION
   ========================================= */
.cta-section {
  background: linear-gradient(135deg, #6B3FA0 0%, #3E1F5C 100%);
  color: #FFFFFF;
  padding: 70px 0;
  text-align: center;
}

.cta-section h2 {
  color: #FFFFFF;
  font-size: 30px;
  margin-bottom: 16px;
}

.cta-section p {
  color: #E3D7F2;
  max-width: 650px;
  margin: 0 auto 28px auto;
  font-size: 15.5px;
}

/* =========================================
   ABOUT PAGE - VISION / MISSION
   ========================================= */
.vm-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.vm-card {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 36px;
  border-left: 5px solid #C9A227;
  box-shadow: 0 4px 18px rgba(62, 31, 92, 0.06);
}

.vm-card .icon-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #F3EDF9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #6B3FA0;
  margin-bottom: 16px;
}

.vm-card h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

.vm-card p {
  font-size: 14.5px;
  color: #5A4A6B;
}

/* values grid */
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.value-card {
  text-align: center;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 30px 20px;
  border: 1px solid #ECE2F7;
}

.value-card .icon-circle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #3E1F5C;
  color: #C9A227;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 16px auto;
}

.value-card h4 {
  font-size: 17px;
  margin-bottom: 8px;
}

.value-card p {
  font-size: 13.5px;
  color: #5A4A6B;
}

/* leadership */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.team-card {
  background: #FFFFFF;
  text-align: center;
  border-radius: 8px;
  padding: 36px 24px;
  box-shadow: 0 4px 18px rgba(62, 31, 92, 0.06);
}

.team-card .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #F3EDF9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: #6B3FA0;
  margin: 0 auto 18px auto;
  border: 3px solid #C9A227;
}

.team-card h4 {
  font-size: 18px;
  margin-bottom: 4px;
}

.team-card .role {
  color: #C9A227;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
}

.team-card p {
  font-size: 14px;
  color: #5A4A6B;
}

/* =========================================
   PRODUCTS PAGE - benefit list / docs
   ========================================= */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.benefit-card {
  background: #FFFFFF;
  border: 1px solid #ECE2F7;
  border-radius: 6px;
  padding: 28px;
}

.benefit-card .icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F3EDF9;
  color: #6B3FA0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
}

.benefit-card h4 {
  font-size: 16.5px;
  margin-bottom: 8px;
}

.benefit-card p {
  font-size: 13.5px;
  color: #5A4A6B;
}

.docs-box {
  background: #F3EDF9;
  border-radius: 8px;
  padding: 36px;
}

.docs-box h3 {
  margin-bottom: 18px;
  font-size: 20px;
}

.docs-box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.docs-box ul li {
  font-size: 14.5px;
  color: #2D1B3D;
  background: #FFFFFF;
  padding: 12px 16px;
  border-radius: 5px;
  border-left: 3px solid #C9A227;
}

.docs-box ul li i {
  color: #6B3FA0;
  margin-right: 10px;
}

.product-block {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 60px;
}

.product-block .image-wrapper {
  position: relative;
  z-index: 1;
  border-radius: 12px;
}
.product-block .image-wrapper img {
  border-radius: 12px;
  position: relative;
  z-index: 2;
}
.product-block .image-wrapper::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background: rgba(201, 162, 39, 0.1);
  border-radius: 12px;
  z-index: 0;
  transition: transform 0.3s ease;
}
.product-block:nth-child(even) .image-wrapper::before {
  right: auto;
  left: -20px;
  background: rgba(107, 63, 160, 0.05);
}
.product-block .image-wrapper:hover::before {
  transform: translate(-5px, 5px);
}
.product-block:nth-child(even) .image-wrapper:hover::before {
  transform: translate(5px, 5px);
}

.product-block .product-visual {
  background: linear-gradient(135deg, #3E1F5C, #6B3FA0);
  border-radius: 10px;
  padding: 50px 30px;
  text-align: center;
  color: #FFFFFF;
}

.product-block .product-visual i {
  font-size: 60px;
  color: #C9A227;
  margin-bottom: 18px;
}

.product-block .product-visual h3 {
  color: #FFFFFF;
}

.product-block:nth-child(even) {
  direction: rtl;
}

.product-block:nth-child(even)>* {
  direction: ltr;
}

/* =========================================
   CONTACT PAGE
   ========================================= */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
}

.contact-info-card {
  background: #3E1F5C;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 40px 32px;
}

.contact-info-card h3 {
  color: #FFFFFF;
  margin-bottom: 22px;
  font-size: 21px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

.contact-info-item i {
  font-size: 20px;
  color: #C9A227;
  margin-right: 16px;
  margin-top: 3px;
}

.contact-info-item h4 {
  color: #FFFFFF;
  font-size: 15px;
  margin-bottom: 4px;
}

.contact-info-item p {
  color: #D9C7EE;
  font-size: 13.5px;
}

.contact-socials {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  margin-right: 10px;
  transition: background .25s ease;
}

.contact-socials a:hover {
  background: #C9A227;
}

.contact-form-card {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 6px 22px rgba(62, 31, 92, 0.08);
}

.contact-form-card h3 {
  margin-bottom: 22px;
  font-size: 21px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #3E1F5C;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #DCD0E8;
  border-radius: 5px;
  font-size: 14px;
  font-family: inherit;
  background: #FAF8F5;
  transition: border-color .2s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #6B3FA0;
}

.form-group textarea {
  resize: vertical;
  min-height: 130px;
}

.btn-submit {
  background: #C9A227;
  color: #FFFFFF;
  border: none;
  padding: 13px 34px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: background .25s ease;
}

.btn-submit:hover {
  background: #3E1F5C;
}

.map-wrap {
  margin-top: 50px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(62, 31, 92, 0.08);
}

.map-wrap iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}


.office-card {
  background: #FFFFFF;
  border: 1px solid #ECE2F7;
  border-radius: 6px;
  padding: 28px;
  text-align: center;
}

.office-card i {
  font-size: 26px;
  color: #C9A227;
  margin-bottom: 12px;
}

.office-card h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

.office-card p {
  font-size: 13.5px;
  color: #5A4A6B;
}

/* =========================================
   FOOTER
   ========================================= */
.main-footer {
  background: #2A1640;
  color: #C9B9DA;
  padding-top: 60px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 36px;
  padding-bottom: 40px;
}

.footer-col .logo-area img {
  height: 160px;
  margin-bottom: 14px;
}

.footer-col p {
  font-size: 13.5px;
  line-height: 1.8;
  color: #B6A4CC;
}

.footer-col h4 {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-col h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: #C9A227;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  font-size: 14px;
  color: #B6A4CC;
  transition: color .2s ease;
}

.footer-col ul li a:hover {
  color: #C9A227;
}

.footer-col ul li i {
  margin-right: 8px;
  color: #C9A227;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  color: #9985B3;
}

.footer-bottom a {
  color: #C9A227;
}

/* =========================================
   SCROLL TO TOP
   ========================================= */
#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #C9A227;
  color: #FFFFFF;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  font-size: 18px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 998;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  transition: background .25s ease;
}

#scrollTopBtn:hover {
  background: #3E1F5C;
}

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 992px) {

  .feature-grid,
  .product-grid,
  .vm-grid,
  .benefit-grid,
  .values-grid,
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-block {
    grid-template-columns: 1fr;
  }

  .product-block:nth-child(even) {
    direction: ltr;
  }

  .contact-wrap {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.menu-close {
  display: none;
}

.mobile-topbar {
  display: none;
}

@media (max-width: 768px) {

  .product-card .product-head .icon-circle {
    width: 45px;
    height: 45px;
    font-size: 19px;

  }

  .product-card .product-head h3 {
    font-size: 16px;
  }

  .product-card .product-head {
    font-size: 13px;
  }

  .product-card .product-body {
    padding: 13px;
  }

  .cta-section h2 {
    font-size: 22px;
  }

  .cta-section {
    padding: 40px 0px;
  }

  .benefit-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .form-row {
    margin-bottom: 0px;
  }

  .form-group {
    margin-bottom: 9px;
  }

  .contact-form-card h3 {
    margin-bottom: 17px;
    font-size: 18px;
  }

  .contact-form-card {
    padding: 23px;
  }


  .section-head h2 {
    font-size: 23px;
  }

  .section {
    padding: 40px 0;
  }

  .btn {
    padding: 7px 16px;
    font-size: 14px;
  }

  .btn-wrap {
    display: flex;
  }

  .logo-area img {
    height: 50px;
  }

  .logo-area .logo-text h1 {
    font-size: 18px;
  }

  .logo-area .logo-text span {
    font-size: 10px;
  }

  .topbar {
    display: none;
  }

  .mobile-topbar {
    display: block;
    background: white;
  }

  .mobile-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4b2269;
    text-decoration: none;
    /* margin-bottom: 15px; */
    font-size: 16px;
  }

  .mobile-contact i {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #4b2269;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-social {
    margin-top: 20px;
    display: flex;
    gap: 15px;
  }

  .mobile-social a {
    width: 40px;
    height: 40px;
    background: #4b2269;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .menu-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: white;
    background: #3d1f5b;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }

  .topbar-info span {
    justify-content: start;
    align-items: start;
    margin-bottom: 10px;
  }

  .topbar-info {
    flex-direction: column;
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100vh;
    background: #FFFFFF;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    transition: right .3s ease;
    padding: 60px 30px;
  }

  .main-nav.active {
    right: 0;
  }

  .main-nav ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-nav ul li {
    margin-left: 0;
    margin-bottom: 26px;
    width: 100%;
  }

  .menu-toggle {
    display: block;
  }

  .hero-content h2 {
    font-size: 30px;
  }

  .feature-grid,
  .product-grid,
  .vm-grid,
  .benefit-grid,
  .values-grid,
  .team-grid,
  .footer-grid,
  .docs-box ul,
  .form-row {
    grid-template-columns: 1fr;
  }

  .stats-strip .container {
    flex-direction: column;
  }

  .stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 16px 0;
  }

  .topbar .container {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
}

.jaej-emi-wrap {
  --jaej-purple-950: #2c1546;
  --jaej-purple-900: #3a1c5c;
  --jaej-purple-800: #4a2775;
  --jaej-purple-100: #ece5f6;
  --jaej-purple-50: #f4f0fa;
  --jaej-gold-600: #c99a2e;
  --jaej-gold-500: #dcae3d;
  --jaej-cream: #ffffff;
  --jaej-ink: #2d1b3d;
  --jaej-ink-soft: #5a4a6b;
  --jaej-line: #e6ddf2;
  --jaej-white: #ffffff;
  color: var(--jaej-ink);
  background: var(--jaej-cream);
}

.jaej-emi-wrap * {
  box-sizing: border-box;
}

.jaej-emi-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px;
}

.jaej-emi-eyebrow {
  display: inline-block;
  color: var(--jaej-gold-600);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 10px;
}

.jaej-emi-h2 {
  color: var(--jaej-purple-900);
  font-size: 34px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 16px;
}

.jaej-emi-lede {
  color: var(--jaej-ink-soft);
  font-size: 16px;
  line-height: 1.7;
  max-width: 760px;
  margin: 0 0 0;
}

.jaej-emi-center {
  text-align: center;
}

.jaej-emi-center .jaej-emi-lede {
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Intro ---------- */
.jaej-emi-intro {
  padding-bottom: 56px;
}

/* ---------- Calculator ---------- */
.jaej-emi-calc-section {
  background: var(--jaej-purple-50);
}

.jaej-emi-calc-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0;
  background: var(--jaej-white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px -25px rgba(44, 21, 70, .35);
}

.jaej-emi-calc-inputs {
  padding: 44px 40px;
  border-right: 1px solid var(--jaej-line);
}

.jaej-emi-field {
  margin-bottom: 26px;
}

.jaej-emi-field label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 14px;
  font-weight: 700;
  color: var(--jaej-purple-900);
  margin-bottom: 10px;
}

.jaej-emi-field label span.jaej-emi-value {
  color: var(--jaej-gold-600);
  font-weight: 700;
  font-size: 15px;
}

.jaej-emi-inputrow {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--jaej-line);
  border-radius: 10px;
  overflow: hidden;
  background: var(--jaej-white);
}

.jaej-emi-inputrow span.jaej-emi-prefix {
  padding: 12px 14px;
  background: var(--jaej-purple-50);
  color: var(--jaej-purple-900);
  font-weight: 700;
  font-size: 14px;
  border-right: 1.5px solid var(--jaej-line);
}

.jaej-emi-inputrow input[type="number"] {
  border: none;
  outline: none;
  padding: 12px 14px;
  width: 100%;
  font-size: 15px;
  color: var(--jaej-ink);
  background: transparent;
}

.jaej-emi-inputrow input[type="number"]::-webkit-outer-spin-button,
.jaej-emi-inputrow input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.jaej-emi-slider {
  width: 100%;
  margin-top: 12px;
  accent-color: var(--jaej-gold-600);
  height: 4px;
}

.jaej-emi-toggle {
  display: inline-flex;
  border: 1.5px solid var(--jaej-line);
  border-radius: 999px;
  padding: 3px;
  background: var(--jaej-purple-50);
}

.jaej-emi-toggle button {
  border: none;
  background: transparent;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: var(--jaej-ink-soft);
  cursor: pointer;
}

.jaej-emi-toggle button.jaej-emi-active {
  background: var(--jaej-purple-900);
  color: var(--jaej-white);
}

.jaej-emi-calcbtn {
  width: 100%;
  margin-top: 8px;
  padding: 15px 20px;
  border: none;
  border-radius: 10px;
  background: var(--jaej-gold-600);
  color: var(--jaej-purple-950);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, transform .15s ease;
}

.jaej-emi-calcbtn:hover {
  background: var(--jaej-gold-500);
  transform: translateY(-1px);
}

/* results panel */
.jaej-emi-calc-results {
  padding: 44px 40px;
  background: var(--jaej-purple-900);
  color: var(--jaej-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jaej-emi-result-emi {
  text-align: center;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  margin-bottom: 26px;
}

.jaej-emi-result-emi span.jaej-emi-tag {
  display: block;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--jaej-gold-500);
  font-weight: 700;
  margin-bottom: 8px;
}

.jaej-emi-result-emi strong {
  font-size: 40px;
  font-weight: 700;
  display: block;
}

.jaej-emi-result-rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 26px;
}

.jaej-emi-result-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14.5px;
  color: rgba(255, 255, 255, .85);
}

.jaej-emi-result-row strong {
  color: var(--jaej-white);
  font-size: 16px;
  font-weight: 700;
}

.jaej-emi-bar {
  height: 12px;
  width: 100%;
  border-radius: 999px;
  background: rgba(255, 255, 255, .15);
  overflow: hidden;
  display: flex;
  margin-bottom: 12px;
}

.jaej-emi-bar-principal {
  background: var(--jaej-gold-500);
  height: 100%;
}

.jaej-emi-bar-interest {
  background: rgba(255, 255, 255, .35);
  height: 100%;
}

.jaej-emi-legend {
  display: flex;
  gap: 22px;
  font-size: 13px;
  color: rgba(255, 255, 255, .8);
}

.jaej-emi-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.jaej-emi-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
}

/* ---------- What is EMI + formula ---------- */
.jaej-emi-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.jaej-emi-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.jaej-emi-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--jaej-ink-soft);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.jaej-emi-list li .jaej-emi-bullet {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--jaej-gold-600);
  margin-top: 8px;
}

.jaej-emi-formula-card {
  background: var(--jaej-purple-900);
  color: var(--jaej-white);
  border-radius: 16px;
  padding: 34px 32px;
}

.jaej-emi-formula-card h3 {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 700;
}

.jaej-emi-formula-eq {
  background: rgba(255, 255, 255, .08);
  border: 1px dashed rgba(255, 255, 255, .3);
  border-radius: 10px;
  padding: 18px;
  text-align: center;
  font-size: 17px;
  letter-spacing: .02em;
  margin-bottom: 20px;
}

.jaej-emi-formula-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.jaej-emi-formula-table th {
  text-align: left;
  color: var(--jaej-gold-500);
  font-weight: 700;
  padding: 8px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.jaej-emi-formula-table td {
  padding: 10px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .85);
}

/* ---------- Steps ---------- */
.jaej-emi-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.jaej-emi-step {
  background: var(--jaej-white);
  border-radius: 14px;
  padding: 30px 24px;
  border-top: 4px solid var(--jaej-gold-600);
  box-shadow: 0 12px 30px -20px rgba(44, 21, 70, .3);
}

.jaej-emi-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--jaej-purple-900);
  color: var(--jaej-white);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 16px;
}

.jaej-emi-step h4 {
  margin: 0 0 8px;
  color: var(--jaej-purple-900);
  font-size: 16px;
  font-weight: 700;
}

.jaej-emi-step p {
  margin: 0;
  color: var(--jaej-ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

/* ---------- Benefits / why-calculate cards ---------- */
.jaej-emi-panel-section {
  background: var(--jaej-purple-50);
}

.jaej-emi-panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 40px;
}

.jaej-emi-panel {
  background: var(--jaej-white);
  border-left: 4px solid var(--jaej-gold-600);
  border-radius: 12px;
  padding: 32px;
}

.jaej-emi-panel h3 {
  color: var(--jaej-purple-900);
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 18px;
}

/* ---------- Loans chips ---------- */
.jaej-emi-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
  justify-content: center;
}

.jaej-emi-chip {
  background: var(--jaej-white);
  border: 1.5px solid var(--jaej-line);
  color: var(--jaej-purple-900);
  font-weight: 700;
  font-size: 14px;
  padding: 12px 22px;
  border-radius: 999px;
}

/* ---------- FAQ ---------- */
.jaej-emi-faq {
  max-width: 820px;
  margin: 40px auto 0;
}

.jaej-emi-faq-item {
  border-bottom: 1px solid var(--jaej-line);
}

.jaej-emi-faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 4px;
  font-size: 16px;
  font-weight: 700;
  color: var(--jaej-purple-900);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.jaej-emi-faq-icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--jaej-purple-50);
  color: var(--jaej-gold-600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  transition: transform .2s ease;
}

.jaej-emi-faq-item.jaej-emi-open .jaej-emi-faq-icon {
  transform: rotate(45deg);
}

.jaej-emi-faq-a {
  max-height: 0;
  overflow: hidden;
  color: var(--jaej-ink-soft);
  font-size: 14.5px;
  line-height: 1.7;
  transition: max-height .25s ease;
}

.jaej-emi-faq-a-inner {
  padding: 0 4px 20px;
}

.jaej-emi-faq-item.jaej-emi-open .jaej-emi-faq-a {
  max-height: 220px;
}

/* ---------- Disclaimer ---------- */
.jaej-emi-disclaimer {
  background: var(--jaej-white);
  border: 1.5px solid var(--jaej-line);
  border-radius: 12px;
  padding: 26px 30px;
  color: var(--jaej-ink-soft);
  font-size: 13.5px;
  line-height: 1.7;
  margin-top: 44px;
}

.jaej-emi-disclaimer strong {
  color: var(--jaej-purple-900);
}

/* ---------- CTA ---------- */
.jaej-emi-cta {
  background: linear-gradient(135deg, var(--jaej-purple-800), var(--jaej-purple-950));
  border-radius: 20px;
  padding: 50px 45px;
  color: var(--jaej-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  gap: 30px;
  box-shadow: 0 15px 40px rgba(44, 21, 70, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jaej-emi-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(44, 21, 70, 0.25);
}

.jaej-emi-cta-content {
  flex: 1.2;
}

.jaej-emi-cta h3 {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 30px;
  font-weight: 700;
  color: #FFFFFF !important;
  margin: 0 0 8px;
}

.jaej-emi-cta p {
  color: rgba(255, 255, 255, .85);
  font-size: 15.5px;
  margin: 0;
}

.jaej-emi-cta-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.jaej-emi-cta-list li {
  font-size: 15px;
  color: rgba(255, 255, 255, .9);
  display: flex;
  align-items: center;
  gap: 8px;
}

.jaej-emi-cta-list li::before {
  content: "✔";
  color: var(--jaej-gold-500);
  font-weight: 700;
}

.jaej-emi-cta-actions {
  flex: 0 0 auto;
}

.jaej-emi-cta-btn {
  display: inline-block;
  background: var(--jaej-gold-600);
  color: var(--jaej-purple-950);
  font-weight: 700;
  font-size: 15px;
  padding: 15px 38px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(201, 162, 39, 0.2);
  transition: background .2s ease, transform .15s ease, box-shadow .15s ease;
}

.jaej-emi-cta-btn:hover {
  background: var(--jaej-gold-500);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(201, 162, 39, 0.3);
}

@media (max-width: 991px) {
  .jaej-emi-cta {
    flex-direction: column;
    text-align: center;
    padding: 45px 30px;
    gap: 25px;
  }
  .jaej-emi-cta-list {
    align-items: center;
    margin: 10px 0;
  }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .jaej-emi-calc-grid {
    grid-template-columns: 1fr;
  }

  .jaej-emi-calc-inputs {
    border-right: none;
    border-bottom: 1px solid var(--jaej-line);
  }

  .jaej-emi-two-col {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .jaej-emi-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .jaej-emi-panel-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .jaej-emi-h2 {
    font-size: 26px;
  }

  .jaej-emi-container {
    padding: 52px 18px;
  }

  .jaej-emi-steps {
    grid-template-columns: 1fr;
  }

  .jaej-emi-calc-inputs,
  .jaej-emi-calc-results {
    padding: 30px 24px;
  }
}



.avatar {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #f4f4f4;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



.faq-section .section-head h2 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #e6ddf0;
}

.faq-item:first-child {
  border-top: 1px solid #e6ddf0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 4px;
}

.faq-question span:first-child {
  color: #2e1a4d;
  font-size: 17px;
  font-weight: 600;
}

.faq-toggle {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b98f1f;
  font-size: 20px;
  font-weight: 700;
  transition: transform .25s ease;
}

.faq-item.open .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding .3s ease;
  padding: 0 4px;
}

.faq-item.open .faq-answer {
  max-height: 220px;
  padding: 0 4px 26px;
}

.faq-answer p {
  color: #5A4A6B;
  font-size: 15px;
  line-height: 1.7;
}





.botton-outline {
  border: 2px solid #c9a227;
  color: #3e1f5c;
  margin-left: 14px;
}



/* Dropdown */
.main-nav ul li.dropdown {
  position: relative;
}

.main-nav ul .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 130px;
  background: #fff;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  display: none !important;
  flex-direction: column;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 999;
  border: none;
  border-radius: 4px;
}

.main-nav ul .dropdown-menu li {
  width: 100%;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.main-nav ul .dropdown-menu li a {
  display: block;
  padding: 10px 18px !important;
  color: #333 !important;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.main-nav ul .dropdown-menu li a:hover {
  background: #f5f5f5;
  color: #C9A227 !important;
}

.main-nav ul .dropdown:hover .dropdown-menu,
.main-nav ul .dropdown-menu.show {
  display: block !important;
}

@media (max-width: 991px) {
  .main-nav ul .dropdown-menu {
    position: static;
    box-shadow: none;
    background: #f9f9f9;
    margin-top: 5px;
    padding-left: 15px;
    width: 100%;
  }

  .main-nav ul li.dropdown {
    margin-bottom: 10px;
  }
}

/* =========================================
   IMAGE CARD UTILITIES
   ========================================= */
.image-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .image-card-grid {
    grid-template-columns: 1fr;
  }
}
.image-card {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  border: 1px solid rgba(107, 63, 160, 0.05);
  display: flex;
  flex-direction: column;
}
.image-card-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.image-card-content {
  padding: 35px 30px 30px 30px;
  position: relative;
}
.image-card-icon {
  position: absolute;
  top: -25px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #C9A227;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 5px 15px rgba(201,162,39,0.3);
}
.image-card h4 {
  font-size: 22px;
  color: #2D1B3D;
  margin-bottom: 12px;
}
.image-card p {
  color: #5A4A6B;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.7;
}

/* =========================================
   TIMELINE LAYOUT UTILITIES
   ========================================= */
.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  width: 2px;
  background: #ECE2F7;
}
.timeline-item {
  position: relative;
  padding-left: 70px;
  margin-bottom: 40px;
}
.timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #3E1F5C;
  color: #C9A227;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(62, 31, 92, 0.2);
  z-index: 1;
}
.timeline-content {
  background: #FFFFFF;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.04);
  border: 1px solid rgba(107, 63, 160, 0.05);
}
.timeline-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.timeline-content p {
  color: #5A4A6B;
  margin: 0;
  font-size: 15px;
}

/* =========================================
   GLOBAL MODERN HOVER ANIMATIONS
   ========================================= */
.feature-card,
.product-card,
.vm-card,
.value-card,
.team-card,
.benefit-card,
.docs-box,
.image-wrapper {
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  will-change: transform, box-shadow;
}

.feature-card:hover,
.product-card:hover,
.vm-card:hover,
.value-card:hover,
.team-card:hover,
.benefit-card:hover,
.docs-box:hover,
.image-wrapper:hover {
  transform: translateY(-5px) scale(1.03) !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
  z-index: 2;
  position: relative; /* Ensure z-index works */
}

/* Standalone images that aren't inside the specific wrappers or are not logos/icons */
.img-cover:not(.image-wrapper .img-cover),
.img-fluid:not(.image-wrapper .img-fluid):not(.logo-area img):not(.icon-circle img):not(.avatar) {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, box-shadow;
}

.img-cover:not(.image-wrapper .img-cover):hover,
.img-fluid:not(.image-wrapper .img-fluid):not(.logo-area img):not(.icon-circle img):not(.avatar):hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}