/*
Theme Name: Lisa OT Theme
Author: ChatGPT
Version: 1.0
*/
body {
margin: 0;
font-family: Georgia, serif;
background: #f7f4f6;
color: #2e2140;
}
body p{
	font-size:1.1em;
}
.container {
width: 90%;
max-width: 1300px;
margin: auto;
}
.topbar, .topbar a {
	/*background: #60857B;*/
	background:#6b7d78;
	color: white;
	/*font-size: 14px;*/
	font-size: 1em;
	padding: 10px 0;
	text-decoration:none;
}
.topbar .container {
display: flex;
justify-content: center;
gap: 100px;
}
.site-header {
	background: white;
	padding: 15px 0;
}
.header-inner {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo-area {
display: flex;
align-items: center;
gap: 20px;
}
.logo-area img {
	height: auto;
	max-width: 350px;
}
.site-title {
font-size: 42px;
color: #6b568f;
margin: 0;
line-height: 1;
}
.site-subtitle {
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
}
.main-nav ul {
list-style: none;
display: flex;
gap: 40px;
margin: 0;
padding: 0;
}
.main-nav a {
text-decoration: none;
color: #4f3a75;
font-size: 18px;
}
.hero {
	position: relative;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.hero-overlay, .page-image {
	position: absolute;
	inset: 0;
	/*background: rgba(101, 83, 132, 1);*/
}
.hero-content {
	position: relative;
	z-index: 2;
	max-width: 900px;
	color: white;
	padding: 40px;
}
.hero-subheading {
	color: #d9a93f;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 25px;
	font-size: 2em;
	font-weight:bold;
	text-shadow: 0 3px 6px rgba(0,0,0,1), 0 8px 24px rgba(0,0,0,1);
}
.hero h1 {
	font-size: 62px;
	font-weight: normal;
	margin-bottom: 25px;
	text-shadow: 0 3px 6px rgba(0,0,0,1), 0 8px 24px rgba(0,0,0,1);
}
.hero-text {
	font-size: 2em;
	line-height: 1.8;
	margin-bottom: 40px;
	text-shadow: 0 3px 6px rgba(0,0,0,1), 0 8px 24px rgba(0,0,0,1);
}
.hero-button {
display: inline-block;
background: #4f3a75;
color: white;
padding: 16px 42px;
border-radius: 40px;
text-decoration: none;
font-size: 18px;
}
.services {
background: #f7f4f6;
padding: 0;
position: relative;
}

.service-card {
padding: 20px;
}
.service-icon {
width: 120px;
height: 120px;
border-radius: 35px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 30px;
}
.service-icon img {
width: 55px;
height: 55px;
}
.service-title {
font-size: 32px;
margin-bottom: 20px;
}
.service-description {
font-size: 20px;
line-height: 1.8;
}

/* Badge - start */

.page .hero-overlay{
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
}

/* ========================================= */
/* BADGE ROW LAYOUT */
/* ========================================= */

.badge-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 7rem;

  max-width: 1400px;
  margin: 0 auto;

  padding: 4rem 2rem;

  flex-wrap: wrap;
}

/* ========================================= */
/* INDIVIDUAL BADGE BLOCK */
/* ========================================= */

.badge {
  --badge-color: #7a63a8;

  width: 260px;

  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;
}

.badge-svg {
  width: 120px;
  height: 120px;

  margin-bottom: 1.5rem;

  transition: transform 0.2s ease;
}

.badge:hover .badge-svg {
  transform: scale(1.06);
}

.badge-shape {
  fill: var(--badge-color);
}

.badge h3 {
  margin: 0 0 0.75rem;

  font-size: 1.5rem;
  line-height: 1.2;
}

.badge p {
  margin: 0;

  line-height: 1.6;
  opacity: 0.8;
}

.badge {
    width: 125px;
    height: 125px;
	margin-left:20%
}

.badge-container{
	width:260px;
	text-align:center;
}

.badge__blue {
  fill: #bcd6e0; /* swap for green/purple as needed */
}

.badge__green {
	fill:#d0d8c8;
}

.badge__purple {
	fill:#d9cade;
}

/* ========================================= */
/* MOBILE RESPONSIVE */
/* ========================================= */

@media (max-width: 768px) {

  .badge-row {
    flex-direction: column;
    align-items: center;

    gap: 3rem;
  }

  .badge {
    width: 100%;
    max-width: 320px;
	margin:0;
  }

  .badge-svg {
    width: 110px;
    height: 110px;
  }
}
/* Badge - end */

.icon-purple {
background: #8670ad;
}
.icon-gold {
background: #c8a030;
}
.icon-pink {
background: #cb7fb0;
}

.divider svg {
  display: block;
  width: 100%;
  height: 80px;
}

.divider.top{
	height:100px;
	background: linear-gradient(
        to bottom,
        rgba(211,219,203,1) 0%,
        rgba(211,219,203,0.4) 60%,
        rgba(247, 244, 246, 1) 100%
    );
}

.divider.bottom{
	height:100px;
	/*background: linear-gradient(to top, #eaeee7, #f7f4f6);*/
	/*background: linear-gradient(to top, #c4d4bf, #f7f4f6);*/
	background: linear-gradient(to top, #d3dbcb, #f7f4f6);
}

/* Footer - start */
.site-footer {
    /*background-color:#eaeee7;*/
	/*background-color:#c4d4bf;*/
	background-color:#d3dbcb;
    padding: 30px 20px;
    margin-top: 0;
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.footer-col h4 {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #2f2f2f;
}

.footer-logo img {
    max-width: 350px;
    height: auto;
    display: block;
}

.footer-logo p {
    margin-top: 10px;
    color: #666;
}

.footer-item, .footer-item a {
    margin-bottom: 10px;
    color: #555;
    line-height: 1.6;
	text-decoration:none;
	font-size:1.1em;
}

.footer-social {
    text-align: right;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    margin-left: 12px;

    border-radius: 50%;
    background: rgba(255,255,255,0.5);

    color: #5f6f67;
    font-size: 20px;

    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    transform: translateY(-2px);
    background: white;
}

.footer-contact{
	grid-column:none;
}

/* Mobile */
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }

    .footer-logo img {
        margin: 0 auto;
    }

    .footer-social {
        text-align: center;
    }

    .footer-social a {
        margin: 0 6px;
    }
	
	.footer-contact{
		grid-column:auto;
	}
}
/* Footer - end */

/* HERO SECTION */

.front-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    overflow: hidden;
}

.front-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}

.front-hero__inner {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1200px;

    padding: 4rem 2rem;
    color: #fff;
}

.front-hero__title {
    font-size: clamp(2.5rem, 6vw, 5rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.front-hero__content {
    font-size: 1.125rem;
    line-height: 1.7;
    max-width: 700px;
}

/* Responsive tweaks */

@media (max-width: 768px) {
	.topbar .container {
		gap: 40px;
	}

    .front-hero {
        min-height: 80vh;
    }

    .front-hero__inner {
        padding: 3rem 1.5rem;
    }

    .front-hero__title {
        font-size: 2.5rem;
    }

    .front-hero__content {
        font-size: 1rem;
    }
}

@media (max-width: 992px) {
.services-grid {
grid-template-columns: 1fr;
}
.hero h1 {
font-size: 42px;
}
.hero-text {
font-size: 20px;
}
.main-nav ul {
gap: 20px;
}
}

/* Menu - start */
/* HEADER */

.site-header {
    position: relative;
    width: 100%;
    /*background: #111;*/
    z-index: 1000;
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
}

/* LOGO */

.site-branding a {
    /*color: #fff;*/
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

/* MENU */

.main-menu {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu li a {
    /*color: #fff;*/
    text-decoration: none;
}

/* HAMBURGER BUTTON */

.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;

    background: none;
    border: none;
    cursor: pointer;

    width: 40px;
    height: 40px;
}

.menu-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background: #000;
    border-radius: 2px;
}

/* MOBILE */

@media (max-width: 768px) {
	.logo-area img{
		max-width:250px;
	}
	
	.footer-logo img{
		max-width:250px
	}

    .menu-toggle {
        display: flex;
    }

    .main-navigation {
        position: absolute;
        top: 100%;
        left: 0;

        width: 100%;
		background:#f7f4f6;
        /*background: #111;*/

        display: none;
    }

    .main-navigation.active {
        display: block;
    }

    .main-menu {
        flex-direction: column;
        gap: 0;
    }

    .main-menu li {
        border-top: 1px solid rgba(0,0,0,0.1);
    }

    .main-menu li a {
        display: block;
        padding: 1rem 2rem;
    }
	
	.container .wp-block-image{
		width:auto;
	}
}
/* Menu - end */