/* Custom styles for Persona Grata */

/* Reduce header logo max height */
.header-lower .logo-box .logo img,
.sticky-header .logo-box .logo img {
    max-height: 50px;
    width: auto;
}

/* Improved section spacing */
section {
    position: relative;
    overflow: hidden;
}

section.testimonial-section {
    overflow: visible !important;
}

/* About section - proper padding */
.about-section {
    padding: 120px 0px 150px 0px;
}

/* Service section - proper padding */
.service-section {
    padding: 100px 0px 70px 0px;
}

/* Stats/Funfact section */
.funfact-section {
    padding: 100px 0px 70px 0px;
}

/* Working process section */
.working-process {
    padding: 100px 0px 70px 0px;
}

/* CTA section - centered text */
.cta-section.bg-color-2 {
    padding: 80px 0px !important;
    background: #ffffff !important;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.05), 0 5px 20px rgba(0,0,0,0.05);
}

.cta-section {
    padding: 80px 0px;
}

.cta-section .text {
    text-align: center;
    width: 100%;
}

.cta-section .text h2 {
    margin: 0;
    color: #252525 !important;
}

/* Testimonial section */
.testimonial-section {
    padding: 100px 0px 70px 0px;
    margin-top: -100px;
    position: relative;
    z-index: 2;
}

/* Contact section styling */
.contact-section {
    position: relative;
    padding: 100px 0px 70px 0px;
}

.contact-section .inner-container {
    position: relative;
    margin-top: 50px;
}

.contact-block-one {
    position: relative;
    margin-bottom: 30px;
}

.contact-block-one .inner-box {
    position: relative;
    padding: 40px 30px;
    background: #ffffff;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
    border-radius: 5px;
    transition: all 500ms ease;
}

.contact-block-one .inner-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.contact-block-one .icon-box {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    transition: all 500ms ease;
}

.contact-block-one h3 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-block-one p {
    position: relative;
    font-size: 16px;
    margin-bottom: 0px;
}

.contact-block-one p a {
    color: inherit;
    transition: all 500ms ease;
}

.contact-block-one p a:hover {
    color: #1e88e5;
}


/* Testimonials - rounded avatars and green border */
.testimonial-section .testimonial-block-one .inner-box {
    overflow: visible !important;
}

.testimonial-section .image-box img {
    border-radius: 50% !important;
    width: 70px !important;
    height: 70px !important;
    object-fit: cover;
}

.testimonial-section .image-box {
    margin-top: 20px !important;
}

/* Remove border/divider between testimonials and footer */
.testimonial-section .inner-container {
    border-bottom: none !important;
}

/* Privacy Policy Page Styling */
body:has(.privacy-policy-section) {
    background: #ffffff;
}

/* Dark header on privacy page - same as sticky header */
body:has(.privacy-policy-section) .main-header,
body:has(.privacy-policy-section) .sticky-header {
    background: #272727;
    border-bottom: 2px solid #28aa4a;
}

body:has(.privacy-policy-section) .main-header .header-lower .outer-box {
    padding: 0px 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

body:has(.privacy-policy-section) .main-header .header-lower .logo-box {
    padding: 25px 85px 22px 0px;
}

/* Hide navigation menu on privacy page */
body:has(.privacy-policy-section) .menu-area {
    display: none !important;
}

/* Keep contact button visible and styled */
body:has(.privacy-policy-section) .menu-right-content .btn-box a {
    color: #ffffff;
}

/* Use dark logo on privacy page - only non-sticky header */
body:has(.privacy-policy-section) .main-header .header-lower .logo img {
    content: url(/assets/images/logo-3.png);
}

.privacy-policy-section {
    padding: 100px 0px 100px 0px;
    background: #ffffff;
}

.privacy-policy-section .content-box {
    padding: 60px;
    background: #ffffff;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    border-radius: 8px;
}

.privacy-policy-section h1 {
    font-size: 42px;
    font-weight: 700;
    color: #252525;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #28aa4a;
}

.privacy-policy-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #252525;
    margin-top: 40px;
    margin-bottom: 20px;
}

.privacy-policy-section h3 {
    font-size: 22px;
    font-weight: 600;
    color: #252525;
    margin-top: 30px;
    margin-bottom: 15px;
}

.privacy-policy-section p {
    font-size: 16px;
    line-height: 28px;
    color: #777777;
    margin-bottom: 20px;
}

.privacy-policy-section ul,
.privacy-policy-section ol {
    margin-left: 30px;
    margin-bottom: 20px;
}

.privacy-policy-section li {
    font-size: 16px;
    line-height: 28px;
    color: #777777;
    margin-bottom: 10px;
}

.privacy-policy-section strong {
    color: #252525;
    font-weight: 600;
}

.privacy-policy-section a {
    color: #28aa4a;
    text-decoration: none;
    transition: all 0.3s ease;
}

.privacy-policy-section a:hover {
    color: #1e8039;
    text-decoration: underline;
}

.privacy-policy-section hr {
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 40px 0;
}
