/* 
Theme Name: PeLightbox Landing
Author: PIXELONETRY
Version: 1.0.1
Description: Landing page theme for PeLightbox Gallery Slider.
*/

:root{
  --bg:#0f1724;
  --card:#0b1220;
  --muted:#9aa4b2;
  --accent:#6ee7b7;
  --accent-2:#60a5fa;
  --radius:18px;
  --shadow:0 8px 30px rgba(2,6,23,0.6);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body{margin:0;background:linear-gradient(180deg,#071228 0%, #071826 100%);color:#e6eef6!important;font-size:16px;line-height:1.6;scroll-behavior:smooth; font-family: "Playfair Display", serif;}
h1,h2,h3{margin:0 0 12px;font-weight:800;line-height:1.3}
p{margin:0 0 16px}
.section{padding:80px 20px}
.wrap{max-width:1100px;margin:0 auto}
.btn{display:inline-block;padding:14px 22px;border-radius:12px;font-weight:700;text-decoration:none;cursor:pointer;text-align:center;transition:.2s}
.btn.primary{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#04263b}
.btn.primary:hover{opacity:.9}
.btn.ghost{border:1px solid rgba(255,255,255,0.1);color:var(--muted)}
.text-center{text-align:center}
.grid{display:grid;gap:20px}
@media(min-width:800px){
  .grid-2{grid-template-columns:1fr 1fr}
  .grid-3{grid-template-columns:repeat(3,1fr)}
  .grid-4{grid-template-columns:repeat(4,1fr)}
}
.card{background:var(--card);padding:28px;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid rgba(255,255,255,0.05)}
.icon{font-size:32px;margin-bottom:12px}
.muted{color:var(--muted)}
/* Navbar */
header{position:sticky;top:0;z-index:1000;background:#071228dd;backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,0.05)}
nav{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;max-width:1100px;margin:0 auto}
nav .logo{font-weight:800;font-size:18px}
nav ul{list-style:none;display:flex;gap:20px;margin:0;padding:0}
nav ul li a{color:#e6eef6;text-decoration:none;font-weight:600;font-size:15px;transition:.2s}
nav ul li a:hover{color:var(--accent)}
.toggle{background:var(--card);border-radius:999px;padding:6px;display:inline-flex;gap:6px;align-items:center;margin-bottom:30px}
.toggle button{background:transparent;border:0;color:var(--muted);padding:8px 14px;border-radius:999px;cursor:pointer;font-weight:600}
.toggle button.active{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#04263b}
.price{font-size:36px;font-weight:800;margin:8px 0}
.price small{display:block;font-size:14px;color:var(--muted);font-weight:600}
.highlight{border:2px solid rgba(110,231,183,0.12);transform:translateY(-6px)}
.plan-name{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.badge{font-size:12px;color:var(--accent);font-weight:700}
ul.benefits{padding-left:20px;margin:0}
li{margin-bottom:8px}
.faq-item{margin-bottom:20px}
.faq-item h3{font-size:18px}
footer{padding:40px 20px;text-align:center;color:var(--muted);border-top:1px solid rgba(255,255,255,0.05)}
.demo-grid{display:grid;gap:20px;margin-top:30px}
@media(min-width:800px){.demo-grid{grid-template-columns:repeat(3,1fr)}}
.demo-grid img{width:100%;border-radius:12px;box-shadow:var(--shadow)}
img {
		display:block;
    max-width:100%;
		height:auto;
    }
.logo {
    display: flex;
    align-items: center; /* Aligns image and text vertically */
    gap: 10px; /* Adds space between image and text */
}

.logo img {
    max-height: 50px; /* Adjust size as needed */
    height: auto;
    width: auto;
    display: block;
}

.logo-text {
    font-size: 1.2rem; /* Style text as needed */
    font-weight: bold;
    color: #ffffff;
}

/* TITLE */

	.sec-head {
		position: relative;
    margin: 0 auto 80px;
		margin-bottom: 40px;

	}
	.sec-head .tbg {
		position: absolute;
		/*bottom: -50px;*/
		left: 0;
		width: 100%;
		text-align: center;
		font-size: 10vw;
		font-weight: 700;
		text-transform: uppercase;
		color: transparent;
		-webkit-text-stroke: 1px;
		/*-webkit-text-stroke: 1px rgba(64, 176, 66, 0.5);*/
	    -webkit-text-stroke-color: #b8a279;
		-webkit-text-stroke-color: rgba(239, 109, 16,0.5);
		opacity: .7;
		
	}
	.sec-head .tbg:hover {
		/*-webkit-text-stroke: 1px;
		-webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
		opacity: .4;*/
		-webkit-text-stroke: 1px;
		-webkit-text-stroke: 1px rgba(176, 64, 64, 0.5);
		opacity: .7;
	}
    .title-class {
		font-family: var(--first-font);
		letter-spacing: 4px;
		text-transform: uppercase;
		color: #ffffff;
	}
	.title-h6 {
		font-style: italic;
		color: rgb(239, 109, 16);
		letter-spacing: 1px;
    font-size: 13px;
    line-height: 24px;
		text-transform: uppercase;
		font-family: var(--first-font);
    margin-bottom: 65px;
	}
	.title-h6::after {
		display: block;
		content: "";
		height: 1px;
		width: 40px;
		background-color: #ccc;
		margin: 20px auto -30px;
	}
  /* WP LOGINED IN */
  .logged-in nav {
    margin-top: 35px;
}