/* Devora Theme - Main Style sheet */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Arial", sans-serif;
}

body {
    background-color: #f9f9f9;
    color: #333;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.content-width {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 25px;
}

.content-width-full {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    height: 100%;
}

.box {
  flex: 1;
  display: flex;
  justify-content: center;
  height: 100%;
}

.box-inner {
  flex: 1;
  display: flex;
  justify-content: center;
  height: 100%;
}

.box:first-child > div { margin-right: auto; justify-content: start !important; }

.box:last-child  > div { margin-left: auto; justify-content: end !important;}

/* non-essential */
.box {
  align-items: center;
}

.content-column {
    flex-direction: column;
}

.flex-start {
    align-self: flex-start;
}

.flex-end {
    align-self: flex-end;
}


/* Header */
header {
    background-color: #fff;
    padding: 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.search-box {
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    flex: 0 0 100px;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    padding: 1rem 0rem;
    flex: 1 1 auto;
}

.logo a {
    color: #333;
    text-decoration: none;
}

.logo img {
	height: 60px;
}

.menu-button {
    background-color: #ff6b35;
    color: white;
    border: none;
    padding: 0;
    border-radius: 0px;
    cursor: pointer;
    flex: 0 0 100px;
    text-align: center;
    height: 100px !important;
    width: 100px !important;
}

.menu-button > svg {
    margin-top: 20px;
}

/* Navigation */
.nav Menu {
    display: flex;
    list-style: none;
    gap: 1rem;
}

.nav a {
    text-decoration: none;
    color: #333;
    padding: 0.5rem 1rem;
}

.nav a:hover {
    color: #ff6b35;
}

/* Hero Section */
.hero {
    text-align: center;
    padding: 8rem 2rem;
    margin-bottom: 40px;
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 2rem;
    color: #666;
    max-width: 800px;
}

/* Main Content */
main {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.container {
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.clear {
    flex: 1 1 auto;}

.site-content,
.disclaimer {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
    flex-wrap: wrap;
}

.disclaimer div {
    background-color: #ff6b35;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
}

/* Services Section */
.services {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
    flex-wrap: wrap;
}

.service-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
}

.service-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.service-card h3 {
    color: #ff6b35;
    margin-bottom: 1rem;
}

.service-card p {
    color: #666;
    margin-bottom: 1.5rem;
}

.service-button {
    background-color: #ff6b35;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
}

/* Page & Post Content */
.page-content,
.post-content {
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-header,
.post-header {
    margin: clamp(40px, 3.64vw + 25.45px, 72px) 0 40px;
}

.page-tag,
.post-tag {
    margin-bottom: 12px;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--ghost-accent-color);
}

.page-title,
.post-title {
    font-size: calc(clamp(3.4rem, 1.36vw + 2.85rem, 4.6rem) * var(--factor, 1));
    line-height: 1.1;
    letter-spacing: -0.022em;
}

.page-excerpt,
.post-excerpt {
    margin-top: clamp(12px, 0.45vw + 10.18px, 16px);
    max-width: 720px;
    font-size: clamp(1.7rem, 0.23vw + 1.61rem, 1.9rem);
    line-height: 1.45;
    letter-spacing: -0.018em;
}

.feature-image {
    grid-column: wide;
    margin-top: 40px;
}

.feature-image img {
    width: 100%;
}

h1 {
    margin-bottom: 1rem;
    color: #ff6b35;
}

.page-meta,
.post-meta {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

/* Footer */
footer {
    background-color: #333;
    color: #fff;
    padding: 2rem;
    margin-top: 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section h4 {
    margin-bottom: 1rem;
}

.footer-section p,
.footer-section a {
    color: #ccc;
    text-decoration: none;
}

.footer-section a:hover {
    color: #ff6b35;
}

/* Responsive */
@media (max-width: 768px) {
    .hero {
        padding: 2rem 1rem;
	margin-bottom: 0px !important;
    }
    
    .hero h1 {
        font-size: 1.8rem;
    }

    .hero p {
        font-size: 1.5rem;
    }

    .content-width {
        flex-direction: column;
        align-items: center;
    }
    
    header .content-width {
	flex-direction: row !important;
    }

    .flex-start,
    .flex-end {
        align-self: center !important;
	width: 80%;
    }
    
    .services {
        flex-direction: column;
        align-items: center;
    }

    .service-card {
        width: 100% !important;
	max-width: 400px !important;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 1rem;
    }
}
