/*
Theme Name: LAW Theme
Theme URI: https://ledgerandwages.com
Author: Ledger And Wages
Author URI: https://ledgerandwages.com
Description: Premium Payroll & Labour Law Consultancy Theme
Version: 2.0
Text Domain: law-theme
*/

/*==================================================
ROOT VARIABLES
==================================================*/

:root{

--primary:#071A3D;
--secondary:#123D7C;
--accent:#C9982C;

--white:#ffffff;
--light:#F7F9FC;
--border:#E6ECF4;

--text:#1F2937;
--text-light:#6B7280;

--success:#0EA55A;

--shadow:0 20px 60px rgba(0,0,0,.08);

--radius:18px;

--transition:.35s ease;

--container:1240px;

}

/*==================================================
RESET
==================================================*/

*{

margin:0;

padding:0;

box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

font-family:'Inter',sans-serif;

font-size:16px;

line-height:1.8;

background:var(--white);

color:var(--text);

overflow-x:hidden;

}

img{

max-width:100%;

display:block;

}

a{

text-decoration:none;

color:inherit;

transition:var(--transition);

}

ul{

list-style:none;

}

.container{

max-width:var(--container);

margin:auto;

padding:0 20px;

}

/*==================================================
TYPOGRAPHY
==================================================*/

h1,h2,h3,h4,h5{

font-family:'Poppins',sans-serif;

font-weight:700;

line-height:1.2;

color:var(--primary);

}

h1{

font-size:64px;

}

h2{

font-size:48px;

margin-bottom:20px;

}

h3{

font-size:28px;

}

p{

color:var(--text-light);

}

/*==================================================
SECTION
==================================================*/

section{

padding:110px 0;

position:relative;

}

.section-title{

text-align:center;

max-width:760px;

margin:0 auto 70px;

}

.section-title span{

display:inline-block;

padding:8px 18px;

background:#EEF4FD;

color:var(--secondary);

font-weight:700;

font-size:14px;

letter-spacing:1px;

border-radius:50px;

margin-bottom:20px;

text-transform:uppercase;

}

.section-title p{

margin-top:18px;

font-size:18px;

}

/*==================================================
BUTTONS
==================================================*/

.btn-primary{

display:inline-flex;

align-items:center;

justify-content:center;

padding:16px 34px;

background:var(--accent);

color:#fff;

border-radius:50px;

font-weight:700;

transition:.35s;

box-shadow:0 15px 35px rgba(201,152,44,.35);

}

.btn-primary:hover{

background:var(--primary);

transform:translateY(-4px);

}

.btn-secondary{

display:inline-flex;

align-items:center;

justify-content:center;

padding:16px 34px;

border:2px solid var(--primary);

color:var(--primary);

border-radius:50px;

font-weight:700;

transition:.35s;

}

.btn-secondary:hover{

background:var(--primary);

color:#fff;

}

/*==================================================
TOP BAR
==================================================*/

.top-bar{

background:var(--primary);

color:#fff;

font-size:14px;

padding:10px 0;

}

.topbar-wrapper{

display:flex;

justify-content:space-between;

align-items:center;

}

.top-left{

display:flex;

gap:30px;

}

.top-left a{

color:#fff;

}

.top-right{

color:#fff;

}

/*==================================================
HEADER
==================================================*/

.site-header{

background:#fff;

position:sticky;

top:0;

z-index:9999;

box-shadow:0 5px 30px rgba(0,0,0,.04);

}

.nav-wrapper{

display:flex;

align-items:center;

justify-content:space-between;

height:90px;

}

.logo img{

height:90px;

width:auto;

transition:.3s;

}

.nav-menu{

display:flex;

gap:36px;

align-items:center;

}

.nav-menu li{

position:relative;

}

.nav-menu li a{

font-weight:600;

color:var(--primary);

}

.nav-menu li a:hover{

color:var(--accent);

}

.header-actions{

display:flex;

gap:15px;

align-items:center;

}

.call-btn{

padding:13px 28px;

background:var(--accent);

color:#fff;

border-radius:40px;

font-weight:700;

}

.whatsapp-btn{

padding:13px 28px;

background:#25D366;

color:#fff;

border-radius:40px;

font-weight:700;

}

/*==================================================
HERO
==================================================*/

.hero{

background:linear-gradient(135deg,#F7F9FC,#EEF4FD);

overflow:hidden;

}

.hero-wrapper{

display:grid;

grid-template-columns:1fr 520px;

gap:80px;

align-items:center;

}

.hero-badge{

display:inline-block;

padding:10px 20px;

background:#fff;

border-radius:50px;

font-weight:700;

color:var(--secondary);

box-shadow:var(--shadow);

margin-bottom:25px;

}

.hero h1{

margin-bottom:28px;

}

.hero h1 span{

color:var(--accent);

}

.hero p{

font-size:18px;

margin-bottom:35px;

}

.hero-buttons{

display:flex;

gap:18px;

margin-bottom:35px;

}

.hero-features{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:15px;

font-weight:600;

}

.feature{

background:#fff;

padding:16px;

text-align:center;

border-radius:14px;

box-shadow:var(--shadow);

}

.dashboard-card{

background:#fff;

padding:35px;

border-radius:22px;

box-shadow:0 30px 80px rgba(0,0,0,.10);

}

.dashboard-title{

font-size:24px;

font-weight:700;

margin-bottom:30px;

}

.dashboard-item{

display:flex;

justify-content:space-between;

margin:18px 0 10px;

}

.progress{

height:10px;

background:#EEF4FD;

border-radius:50px;

overflow:hidden;

}

.progress-fill{

height:100%;

background:linear-gradient(90deg,var(--secondary),var(--accent));

}

.fill100{

width:100%;

}

.fill98{

width:98%;

}
/*==================================================
TRUST STRIP
==================================================*/

.trust-strip{

padding:28px 0;

background:var(--primary);

}

.trust-strip .container{

display:flex;

justify-content:space-between;

align-items:center;

gap:40px;

flex-wrap:wrap;

}

.trust-strip p{

color:#fff;

font-weight:700;

font-size:18px;

margin:0;

}

.trust-items{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.trust-items span{

background:rgba(255,255,255,.12);

color:#fff;

padding:12px 22px;

border-radius:40px;

font-size:15px;

font-weight:600;

transition:var(--transition);

}

.trust-items span:hover{

background:var(--accent);

transform:translateY(-4px);

}

/*==================================================
STATISTICS
==================================================*/

.stats-section{

background:#fff;

padding:90px 0;

}

.stats-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.stat-card{

background:#fff;

padding:45px 30px;

border-radius:22px;

text-align:center;

box-shadow:var(--shadow);

transition:var(--transition);

border:1px solid var(--border);

}

.stat-card:hover{

transform:translateY(-12px);

}

.stat-card h2{

font-size:54px;

color:var(--accent);

margin-bottom:10px;

}

.stat-card p{

font-size:17px;

margin:0;

}

/*==================================================
ABOUT
==================================================*/

.about-section{

background:var(--light);

}

.about-wrapper{

display:grid;

grid-template-columns:500px 1fr;

gap:80px;

align-items:center;

}

.about-image{

position:relative;

}

.about-image img{

width:00%;

height:000px;

object-fit:cover;

border-radius:20px;

display:block;

}

.experience-card{

position:absolute;

left:-30px;

bottom:30px;

background:var(--primary);

padding:28px;

width:220px;

border-radius:22px;

color:#fff;

z-index:5;

}

.experience-card h2{

color:#fff;

font-size:48px;

margin-bottom:8px;

}

.experience-card p{

color:#fff;

margin:0;

}

.section-tag{

display:inline-block;

padding:10px 22px;

background:#EEF4FD;

border-radius:40px;

color:var(--secondary);

font-weight:700;

font-size:14px;

margin-bottom:20px;

}

.about-content h2{

margin-bottom:28px;

}

.about-content p{

margin-bottom:20px;

font-size:17px;

}

.about-list{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin:35px 0;

}

.about-item{

background:#fff;

padding:18px;

border-radius:14px;

font-weight:600;

box-shadow:var(--shadow);

}

.about-buttons{

display:flex;

gap:20px;

margin-top:40px;

}

/*==================================================
WHY SECTION
==================================================*/

.why-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

align-items:stretch;

}

.why-card{

background:#fff;

padding:45px 35px;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.3s;

text-align:center;

display:flex;

flex-direction:column;

align-items:center;

justify-content:flex-start;

}

.why-card:hover{

transform:translateY(-8px);

}

.why-icon{

font-size:52px;

margin-bottom:20px;

display:flex;

justify-content:center;

align-items:center;

width:100%;

}

.why-card h3{

font-size:28px;

color:#123D7C;

margin-bottom:18px;

text-align:center;

width:100%;

}

.why-card p{

font-size:16px;

line-height:1.9;

color:#666;

text-align:center;

max-width:320px;

margin:0 auto;

}

/* Mobile */

@media(max-width:991px){

.why-grid{

grid-template-columns:1fr;

}

}
/*==================================================
SERVICES
==================================================*/

.services-section{

background:var(--light);

}

.services-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

}

.service-card{

background:#fff;

padding:40px;

border-radius:24px;

box-shadow:var(--shadow);

transition:var(--transition);

border:1px solid var(--border);

position:relative;

overflow:hidden;

}

.service-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:5px;

background:linear-gradient(90deg,var(--secondary),var(--accent));

transform:scaleX(0);

transition:.4s;

transform-origin:left;

}

.service-card:hover::before{

transform:scaleX(1);

}

.service-card:hover{

transform:translateY(-12px);

}

.service-icon{

width:85px;

height:85px;

border-radius:20px;

display:flex;

align-items:center;

justify-content:center;

font-size:38px;

background:linear-gradient(135deg,var(--secondary),var(--primary));

color:#fff;

margin-bottom:25px;

transition:.4s;

}

.service-card:hover .service-icon{

background:linear-gradient(135deg,var(--accent),#E7B74D);

transform:rotate(-8deg);

}

.service-card h3{

margin-bottom:18px;

font-size:24px;

}

.service-card p{

margin-bottom:24px;

}

.service-link{

font-weight:700;

color:var(--secondary);

}

.service-link:hover{

color:var(--accent);

}

/*==================================================
INDUSTRIES
==================================================*/

.industries-section{

background:#fff;

}

.industries-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:28px;

}

.industry-card{

padding:35px;

text-align:center;

border-radius:20px;

background:#fff;

box-shadow:var(--shadow);

transition:var(--transition);

border:1px solid var(--border);

}

.industry-card:hover{

transform:translateY(-10px);

}

.industry-icon{

width:80px;

height:80px;

margin:auto;

margin-bottom:20px;

display:flex;

align-items:center;

justify-content:center;

font-size:36px;

background:var(--light);

border-radius:18px;

}

.industry-card h3{

margin-bottom:15px;

font-size:22px;

}
/*==================================================
PROCESS SECTION
==================================================*/

.process-section{
background:var(--light);
}

.process-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.process-card{
background:#fff;
padding:45px 30px;
border-radius:22px;
box-shadow:var(--shadow);
text-align:center;
position:relative;
transition:var(--transition);
border:1px solid var(--border);
}

.process-card:hover{
transform:translateY(-10px);
}

.process-number{
width:70px;
height:70px;
margin:0 auto 25px;
border-radius:50%;
background:linear-gradient(135deg,var(--secondary),var(--primary));
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:24px;
font-weight:700;
}

.process-card h3{
margin-bottom:18px;
font-size:24px;
}

/*==================================================
COMPLIANCE DASHBOARD
==================================================*/

.dashboard-section{
background:#fff;
}

.dashboard-wrapper{
display:grid;
grid-template-columns:1fr 520px;
gap:80px;
align-items:center;
}

.dashboard-list{
margin:35px 0;
display:grid;
gap:18px;
}

.dashboard-check{
background:#F7F9FC;
padding:18px 22px;
border-left:5px solid var(--accent);
border-radius:12px;
font-weight:600;
}

.compliance-box{
background:#fff;
padding:40px;
border-radius:22px;
box-shadow:var(--shadow);
border:1px solid var(--border);
}

..compliance-item{
display:flex;
justify-content:space-between;
margin:22px 0 10px;
font-weight:600;
}

/*==================================================
HIGHLIGHT SECTION
==================================================*/

.highlight-section{
background:linear-gradient(135deg,var(--primary),var(--secondary));
}

.highlight-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.highlight-card{
background:rgba(255,255,255,.08);
backdrop-filter:blur(10px);
padding:40px;
text-align:center;
border-radius:22px;
border:1px solid rgba(255,255,255,.15);
transition:.35s;
}

.highlight-card:hover{
transform:translateY(-10px);
background:rgba(255,255,255,.14);
}

.highlight-card h2{
color:#fff;
font-size:52px;
margin-bottom:12px;
}

.highlight-card p{
color:#fff;
}

/*==================================================
TESTIMONIALS
==================================================*/

.testimonial-section{
background:var(--light);
}

.testimonial-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:35px;
}

.testimonial-card{
background:#fff;
padding:40px;
border-radius:22px;
box-shadow:var(--shadow);
transition:.35s;
border:1px solid var(--border);
}

.testimonial-card:hover{
transform:translateY(-10px);
}

.stars{
color:#FDBA12;
font-size:22px;
margin-bottom:22px;
}

.testimonial-card h4{
margin-top:28px;
font-size:20px;
}

.testimonial-card span{
color:var(--accent);
font-weight:600;
}

/*==================================================
FAQ
==================================================*/

.faq-section{
background:#fff;
}

.faq-wrapper{
max-width:900px;
margin:auto;
}

.faq-item{
background:#fff;
padding:30px;
margin-bottom:20px;
border-radius:18px;
box-shadow:var(--shadow);
border:1px solid var(--border);
}

.faq-item h3{
margin-bottom:15px;
font-size:22px;
}

/*==================================================
CONTACT
==================================================*/

.contact-section{
background:var(--light);
}

.contact-wrapper{
display:grid;
grid-template-columns:1fr 550px;
gap:70px;
align-items:start;
}

.contact-info{
margin-top:35px;
display:grid;
gap:20px;
}

.contact-info p{
font-size:18px;
}

.contact-info a{
font-weight:600;
}

.contact-form{
background:#fff;
padding:45px;
border-radius:22px;
box-shadow:var(--shadow);
border:1px solid var(--border);
}

.contact-form input,
.contact-form textarea{
width:100%;
padding:18px;
margin-bottom:20px;
border:1px solid var(--border);
border-radius:12px;
font-size:16px;
outline:none;
transition:.35s;
font-family:inherit;
}

.contact-form input:focus,
.contact-form textarea:focus{
border-color:var(--accent);
box-shadow:0 0 0 4px rgba(201,152,44,.15);
}

.contact-form button{
border:none;
cursor:pointer;
width:100%;
}

/*==================================================
CTA
==================================================*/

.cta-section{
background:linear-gradient(135deg,var(--secondary),var(--primary));
}

.cta-box{
text-align:center;
padding:70px;
border-radius:30px;
background:rgba(255,255,255,.08);
backdrop-filter:blur(12px);
}

.cta-box h2{
color:#fff;
margin-bottom:20px;
}

.cta-box p{
color:#fff;
font-size:18px;
margin-bottom:35px;
}

.cta-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}
/*==================================================
GOOGLE MAP
==================================================*/

.map-section{

background:#fff;

}

.map-wrapper{

overflow:hidden;

border-radius:24px;

box-shadow:var(--shadow);

border:1px solid var(--border);

}

.map-wrapper iframe{

display:block;

width:100%;

}

/*==================================================
TRUST SECTION
==================================================*/

.trust-section{

background:var(--light);

}

.trust-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.trust-card{

background:#fff;

padding:40px;

border-radius:22px;

box-shadow:var(--shadow);

transition:var(--transition);

position:relative;

overflow:hidden;

border:1px solid var(--border);

}

.trust-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,var(--secondary),var(--accent));

transform:scaleX(0);

transition:.4s;

transform-origin:left;

}

.trust-card:hover::before{

transform:scaleX(1);

}

.trust-card:hover{

transform:translateY(-12px);

}

.trust-number{

width:70px;

height:70px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(135deg,var(--secondary),var(--primary));

color:#fff;

font-size:24px;

font-weight:700;

margin-bottom:25px;

}

.trust-card h3{

margin-bottom:18px;

}

/*==================================================
BOTTOM CONTACT BAR
==================================================*/

.bottom-contact{

background:linear-gradient(135deg,var(--secondary),var(--primary));

padding:70px 0;

}

.bottom-contact-wrapper{

display:flex;

justify-content:space-between;

align-items:center;

gap:40px;

flex-wrap:wrap;

}

.bottom-contact h2{

color:#fff;

margin-bottom:10px;

}

.bottom-contact p{

color:#fff;

}

.bottom-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

}

/*==================================================
NEWS SECTION
==================================================*/

.news-section{

background:#fff;

}

.news-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

}

.news-card{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:var(--shadow);

transition:.35s;

border:1px solid var(--border);

}

.news-card:hover{

transform:translateY(-10px);

}

.news-date{

display:inline-block;

padding:8px 18px;

background:var(--accent);

color:#fff;

border-radius:40px;

font-size:13px;

font-weight:700;

margin-bottom:18px;

}

.news-card h3{

margin-bottom:18px;

font-size:24px;

}

.news-card a{

font-weight:700;

color:var(--secondary);

}

.news-card a:hover{

color:var(--accent);

}

/*==================================================
COMMITMENT
==================================================*/

.commitment-section{

background:var(--light);

}

.commitment-box{

background:#fff;

padding:70px;

border-radius:28px;

text-align:center;

box-shadow:var(--shadow);

}

.commitment-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:50px;

}

.commitment-grid h3{

font-size:42px;

color:var(--accent);

}

/*==================================================
PREMIUM CTA
==================================================*/

.premium-cta{

background:linear-gradient(135deg,var(--primary),#020B20);

text-align:center;

}

.premium-cta h2{

color:#fff;

margin-bottom:18px;

}

.premium-cta p{

color:#fff;

font-size:18px;

margin-bottom:35px;

}

.premium-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

/*==================================================
FOOTER
==================================================*/

.site-footer{

background:#071A3D;

color:#fff;

padding:90px 0 0;

}

.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr 1.2fr;

gap:45px;

margin-bottom:60px;

}

.footer-logo img{

max-height:110px;

margin-bottom:10px;

}

.site-footer h3{

color:#fff;

margin-bottom:25px;

font-size:24px;

}

.site-footer p{

color:#D7DCE5;

}

.footer-menu,

.footer-links{

display:grid;

gap:14px;

}

.footer-menu a,

.footer-links a{

color:#D7DCE5;

transition:.3s;

}

.footer-menu a:hover,

.footer-links a:hover{

color:var(--accent);

padding-left:8px;

}

.footer-btn,

.footer-call,

.footer-whatsapp,

.footer-email{

display:inline-block;

margin-top:15px;

padding:14px 28px;

border-radius:50px;

font-weight:700;

}

.footer-btn,

.footer-call{

background:var(--accent);

color:#fff;

}

.footer-whatsapp{

background:#25D366;

color:#fff;

}

.footer-email{

background:#fff;

color:var(--primary);

}

.footer-divider{

height:1px;

background:rgba(255,255,255,.15);

margin:40px 0;

}

.footer-bottom{

display:flex;

justify-content:space-between;

align-items:center;

padding-bottom:35px;

gap:20px;

flex-wrap:wrap;

}

.footer-bottom p{

margin:0;

}

.footer-bottom-right{

display:flex;

gap:18px;

align-items:center;

flex-wrap:wrap;

}

.footer-bottom-right a{

color:#D7DCE5;

}

.footer-bottom-right a:hover{

color:var(--accent);

}

/*==================================================
FLOATING WHATSAPP
==================================================*/

.floating-whatsapp{

position:fixed;

right:25px;

bottom:25px;

width:65px;

height:65px;

background:#25D366;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-weight:700;

box-shadow:0 20px 50px rgba(0,0,0,.25);

z-index:9999;

transition:.35s;

}

.floating-whatsapp:hover{

transform:scale(1.1);

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1100px){

.hero-wrapper,
.about-wrapper,
.dashboard-wrapper,
.contact-wrapper{

grid-template-columns:1fr;

}

.services-grid,
.industries-grid,
.process-grid,
.why-grid,
.highlight-grid,
.testimonial-grid,
.trust-grid,
.news-grid,
.commitment-grid,
.footer-grid,
.stats-grid{

grid-template-columns:repeat(2,1fr);

}

.hero-features{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

h1{

font-size:42px;

}

h2{

font-size:34px;

}

.nav-menu,
.header-actions,
.top-bar{

display:none;

}

.mobile-toggle{

display:flex;

}

.services-grid,
.industries-grid,
.process-grid,
.why-grid,
.highlight-grid,
.testimonial-grid,
.trust-grid,
.news-grid,
.commitment-grid,
.footer-grid,
.stats-grid{

grid-template-columns:1fr;

}

.hero-buttons,
.about-buttons,
.cta-buttons,
.bottom-buttons,
.premium-buttons{

flex-direction:column;

}

.bottom-contact-wrapper,
.footer-bottom{

flex-direction:column;

text-align:center;

}

}

/*==================================================
ANIMATIONS
==================================================*/

.service-card,
.industry-card,
.why-card,
.process-card,
.trust-card,
.news-card,
.testimonial-card,
.stat-card{

transition:.35s ease;

}

.service-card:hover,
.industry-card:hover,
.why-card:hover,
.process-card:hover,
.trust-card:hover,
.news-card:hover,
.testimonial-card:hover,
.stat-card:hover{

transform:translateY(-12px);

}
/*==================================================
PAGE HERO
==================================================*/

.page-hero{

padding:140px 0 90px;

background:linear-gradient(135deg,#071A3D,#123D7C);

text-align:center;

color:#fff;

}

.page-tag{

display:inline-block;

padding:10px 22px;

background:rgba(255,255,255,.12);

border-radius:40px;

font-weight:700;

margin-bottom:25px;

letter-spacing:1px;

}

.page-hero h1{

font-size:58px;

color:#fff;

margin-bottom:20px;

}

.breadcrumb{

display:flex;

justify-content:center;

gap:12px;

font-weight:600;

}

.breadcrumb a{

color:#fff;

opacity:.85;

}

.page-content{

padding:100px 0;

background:#fff;

}

.content-wrapper{

max-width:1100px;

margin:auto;

font-size:18px;

line-height:1.9;

}

.content-wrapper h2{

margin-top:50px;

margin-bottom:20px;

}

.content-wrapper h3{

margin-top:35px;

margin-bottom:15px;

}

.content-wrapper p{

margin-bottom:20px;

}

/*==================================================
PREMIUM PAGE HERO
==================================================*/

.page-hero{

position:relative;

overflow:hidden;

padding:150px 0 140px;

background:linear-gradient(135deg,#071A3D,#123D7C);

}

.hero-pattern{

position:absolute;

inset:0;

background-image:

radial-gradient(circle at 20% 20%,rgba(255,255,255,.08) 2px,transparent 2px),

radial-gradient(circle at 80% 80%,rgba(255,255,255,.08) 2px,transparent 2px);

background-size:70px 70px;

opacity:.45;

}

.page-hero-wrapper{

display:grid;

grid-template-columns:1fr 480px;

gap:70px;

align-items:center;

position:relative;

z-index:2;

}

.page-tag{

display:inline-block;

padding:10px 22px;

background:rgba(255,255,255,.12);

border-radius:40px;

color:#fff;

font-size:13px;

font-weight:700;

letter-spacing:1px;

margin-bottom:25px;

}

.page-hero h1{

color:#fff;

font-size:62px;

margin-bottom:25px;

}

.page-description{

color:rgba(255,255,255,.90);

font-size:20px;

line-height:1.8;

margin-bottom:35px;

}

.page-buttons{

display:flex;

gap:20px;

margin-top:40px;

}

.hero-whatsapp{

display:inline-flex;

align-items:center;

justify-content:center;

padding:16px 34px;

background:#25D366;

color:#fff;

font-weight:700;

border-radius:50px;

box-shadow:0 15px 35px rgba(37,211,102,.35);

}

.hero-card{

background:rgba(255,255,255,.08);

backdrop-filter:blur(14px);

padding:40px;

border-radius:28px;

border:1px solid rgba(255,255,255,.15);

}

.hero-card-header{

color:#fff;

font-size:24px;

font-weight:700;

margin-bottom:30px;

}

.hero-item{

display:flex;

justify-content:space-between;

color:#fff;

margin:20px 0 10px;

}

.page-wave{

position:absolute;

bottom:0;

left:0;

width:100%;

line-height:0;

}
/* ==========================================
MOBILE MENU
========================================== */

.mobile-toggle{
    display:none;
}

.mobile-menu{
    display:none;
}

@media (max-width:768px){

    .main-nav{
        display:none;
    }

    .header-actions{
        display:none;
    }

    .mobile-toggle{
        display:flex;
        flex-direction:column;
        justify-content:center;
        gap:6px;
        width:45px;
        height:45px;
        background:none;
        border:none;
        cursor:pointer;
    }

    .mobile-toggle span{
        display:block;
        width:28px;
        height:3px;
        background:#071A3D;
        border-radius:5px;
    }

    .mobile-menu{
        display:none;
        position:absolute;
        top:90px;
        left:0;
        width:100%;
        background:#ffffff;
        padding:30px;
        box-shadow:0 20px 50px rgba(0,0,0,.10);
        z-index:9999;
    }

    .mobile-menu.active{
        display:block;
    }

    .mobile-nav{
        display:flex;
        flex-direction:column;
        gap:18px;
    }

    .mobile-nav li{
        list-style:none;
    }

    .mobile-nav a{
        color:#071A3D;
        font-weight:600;
    }

    .mobile-buttons{
        margin-top:25px;
        display:flex;
        flex-direction:column;
        gap:15px;
    }
}
/* ==========================================
BACK TO TOP BUTTON
========================================== */

.back-to-top{

position:fixed;

right:25px;

bottom:25px;

width:55px;

height:55px;

border:none;

border-radius:50%;

background:#123D7C;

color:#fff;

font-size:22px;

cursor:pointer;

display:flex;

align-items:center;

justify-content:center;

box-shadow:0 10px 25px rgba(0,0,0,.20);

opacity:0;

visibility:hidden;

transition:.3s;

z-index:9999;

}

.back-to-top.show{

opacity:1;

visibility:visible;

}

.back-to-top:hover{

background:#C9982C;

transform:translateY(-5px);

}
/*==================================================
CONTACT FORM 7 PREMIUM DESIGN
==================================================*/

.wpcf7{
max-width:900px;
margin:60px auto;
}

.wpcf7 form{

background:#ffffff;

padding:50px;

border-radius:24px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

border:1px solid #E8EEF7;

}

.wpcf7 label{

display:block;

font-size:16px;

font-weight:600;

color:#123D7C;

margin-bottom:10px;

}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select{

width:100%;

padding:16px 20px;

margin-top:8px;

margin-bottom:25px;

border:1px solid #D7E2F0;

border-radius:12px;

font-size:16px;

font-family:inherit;

background:#fff;

transition:.3s;

box-sizing:border-box;

}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus{

outline:none;

border-color:#123D7C;

box-shadow:0 0 0 4px rgba(18,61,124,.10);

}

.wpcf7 textarea{

min-height:180px;

resize:vertical;

}

.wpcf7-submit{

background:#123D7C !important;

color:#fff !important;

padding:16px 45px !important;

border:none !important;

border-radius:50px !important;

font-size:17px !important;

font-weight:700 !important;

cursor:pointer;

transition:.3s;

width:auto !important;

}

.wpcf7-submit:hover{

background:#C9982C !important;

transform:translateY(-3px);

}

.wpcf7-spinner{

display:none;

}

.wpcf7-not-valid-tip{

font-size:14px;

margin-top:-15px;

margin-bottom:15px;

}

.wpcf7-response-output{

margin-top:30px !important;

padding:15px !important;

border-radius:10px !important;

}
/*==================================================
ABOUT INTRO
==================================================*/

.about-grid{

display:grid;

grid-template-columns:1.3fr 1fr;

gap:60px;

align-items:center;

margin-top:70px;

}

.about-content h3{

font-size:34px;

margin-bottom:20px;

color:#123D7C;

}

.about-content p{

font-size:17px;

line-height:1.9;

color:#555;

margin-bottom:35px;

}

.about-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

}

.feature-item{

background:#fff;

padding:18px 22px;

border-radius:14px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

font-weight:600;

transition:.3s;

}

.feature-item:hover{

transform:translateY(-5px);

}

.about-highlight{

background:linear-gradient(135deg,#123D7C,#0D2E63);

padding:45px;

border-radius:24px;

color:#fff;

box-shadow:0 25px 60px rgba(18,61,124,.25);

}

.about-highlight h3{

font-size:30px;

margin-bottom:30px;

color:#fff;

text-align:center;

}

.highlight-item{

padding:18px 0;

border-bottom:1px solid rgba(255,255,255,.15);

}

.highlight-item:last-child{

border-bottom:none;

}

.highlight-item h4{

color:#fff;

margin-bottom:8px;

font-size:20px;

}

.highlight-item p{

color:rgba(255,255,255,.9);

line-height:1.7;

}

@media(max-width:991px){

.about-grid{

grid-template-columns:1fr;

}

.about-features{

grid-template-columns:1fr;

}

}
/*==================================================
ABOUT PAGE PREMIUM SECTIONS
==================================================*/

/*------------------------------
COMMON SECTION
------------------------------*/

.values-section,
.why-section,
.comparison-section{

padding:100px 0;

}

.values-section .section-title,
.why-section .section-title,
.comparison-section .section-title{

max-width:850px;

margin:0 auto 70px;

text-align:center;

}

/*==================================================
CORE VALUES
==================================================*/

.values-grid{

display:grid;

grid-template-columns:repeat(2,minmax(300px,1fr));

gap:35px;

margin-top:40px;

}

.value-card{

background:#ffffff;

padding:40px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 45px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.value-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.value-icon{

font-size:48px;

margin-bottom:20px;

}

.value-card h3{

font-size:28px;

margin-bottom:18px;

color:#123D7C;

}

.value-card p{

font-size:16px;

line-height:1.8;

color:#666;

margin:0;

}

/*==================================================
WHY CHOOSE US
==================================================*/

.choose-grid{

display:grid;

grid-template-columns:repeat(3,minmax(250px,1fr));

gap:30px;

margin-top:50px;

}

.choose-card{

background:#ffffff;

padding:35px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 45px rgba(0,0,0,.08);

transition:.35s;

height:100%;

display:flex;

flex-direction:column;

justify-content:flex-start;

align-items:center;

}

.choose-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.choose-icon{

width:80px;

height:80px;

border-radius:50%;

background:#123D7C;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

margin-bottom:25px;

}

.choose-card h3{

font-size:24px;

margin-bottom:18px;

color:#123D7C;

}

.choose-card p{

font-size:16px;

line-height:1.8;

color:#666;

margin:0;

}

/*==================================================
COMPARISON SECTION
==================================================*/

.comparison-wrapper{

max-width:1100px;

margin:50px auto 0;

border-radius:20px;

overflow:hidden;

box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.comparison-header{

display:grid;

grid-template-columns:1fr 1fr;

}

.comparison-header .comparison-left{

background:#d9534f;

color:#fff;

padding:24px;

text-align:center;

font-size:22px;

font-weight:700;

}

.comparison-header .comparison-right{

background:#123D7C;

color:#fff;

padding:24px;

text-align:center;

font-size:22px;

font-weight:700;

}

.comparison-row{

display:grid;

grid-template-columns:1fr 1fr;

}

.comparison-row:nth-child(even){

background:#f8fbff;

}

.comparison-row:hover{

background:#eef6ff;

}

.comparison-left,
.comparison-right{

padding:22px 28px;

font-size:17px;

line-height:1.8;

display:flex;

align-items:center;

}

.comparison-left{

border-right:1px solid #e5e5e5;

color:#666;

}

.comparison-right{

font-weight:600;

color:#123D7C;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:992px){

.values-grid{

grid-template-columns:1fr;

}

.choose-grid{

grid-template-columns:1fr;

}

.comparison-header,
.comparison-row{

grid-template-columns:1fr;

}

.comparison-left{

border-right:none;

border-bottom:1px solid #eee;

}

}