/*
Theme Name: LearnFlow Theme
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: Custom WordPress theme converted from the LearnFlow landing page.
Version: 1.0
Text Domain: learnflow
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #f7f6f2;
  color: #171614;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
}

.site-main {
  min-height: 60vh;
}

.custom-logo{
    width:80px;
}


.mandala-section {
  position: relative;
  overflow: hidden;
  background: #f7f6f2;
}

.hero-mandala-art {
  position: absolute;
  top: 1.2rem;
  left: -5.5rem;
  width: 240px;
  opacity: 0.13;
  pointer-events: none;
  z-index: 0;
}

.hero-mandala-art img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(0.05) sepia(18%) saturate(82%);
}

.mandala-section > .relative {
  position: relative;
  z-index: 1;
}

.mandala-section .text-center.lg\:text-left {
  position: relative;
  z-index: 2;
}

.hero-mandala-art {
  position: absolute;
  top: 0.5rem;
  left: -7.5rem;
  width: 260px;
  opacity: 0.07;
  pointer-events: none;
  z-index: 0;
}

@media (min-width: 768px) {
  .hero-mandala-art {
    top: 0.8rem;
    left: -6.5rem;
    width: 280px;
    opacity: 0.11;
  }
}

@media (min-width: 1280px) {
  .hero-mandala-art {
    top: 0.2rem;
    left: -7rem;
    width: 300px;
    opacity: 0.10;
  }
}

@media (max-width: 767px) {
  .hero-mandala-art {
    top: 0.6rem;
    left: -4.5rem;
    width: 160px;
    opacity: 0.08;
  }
}