/* ===========================================
   GLOBAL WILLING LAW FIRM
   PREMIUM RESPONSIVE CSS
=========================================== */

:root{

--primary:#0A2342;
--secondary:#C7A14A;
--light:#f8f9fb;
--dark:#222;
--white:#fff;
--gray:#666;

--shadow:0 15px 40px rgba(0,0,0,.12);

--radius:12px;

--transition:.35s ease;

}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Poppins',sans-serif;
background:#fff;
color:#222;
line-height:1.7;
overflow-x:hidden;

}

img{
width:100%;
display:block;
}

a{
text-decoration:none;
}

ul{
list-style:none;
}

.container{

width:min(1200px,92%);
margin:auto;

}

/* ==========================
NAVIGATION
========================== */

header{

position:fixed;
width:100%;
top:0;
left:0;
z-index:999;

background:rgba(10,35,66,.95);

backdrop-filter:blur(10px);

transition:.4s;

}

.navbar{

display:flex;
justify-content:space-between;
align-items:center;

height:85px;

}

.logo h2{

font-family:'Playfair Display',serif;

color:#fff;

font-size:32px;

}

.logo span{

color:var(--secondary);

}

.nav-links{

display:flex;

gap:35px;

align-items:center;

}

.nav-links a{

color:#fff;

font-weight:500;

transition:.3s;

}

.nav-links a:hover{

color:var(--secondary);

}

.consult-btn{

background:var(--secondary);

padding:14px 28px;

border-radius:50px;

font-weight:600;

color:#fff;

transition:.3s;

}

.consult-btn:hover{

transform:translateY(-3px);

}

/* =======================
HAMBURGER
======================= */

.hamburger{

display:none;

flex-direction:column;

cursor:pointer;

gap:6px;

}

.hamburger span{

width:30px;

height:3px;

background:#fff;

transition:.4s;

}

/* =========================
HERO
========================= */

.hero{

height:100vh;

background:
linear-gradient(rgba(5,20,45,.75),
rgba(5,20,45,.75)),
url("images/law-bg.jpg") center/cover;

display:flex;

align-items:center;

color:#fff;

padding-top:80px;

}

.hero-content{

display:grid;

grid-template-columns:1.2fr .8fr;

gap:70px;

width:min(1200px,92%);

margin:auto;

align-items:center;

}

.tag{

color:var(--secondary);

font-weight:600;

letter-spacing:2px;

margin-bottom:15px;

}

.hero h1{

font-size:60px;

line-height:1.1;

font-family:'Playfair Display',serif;

margin-bottom:25px;

}

.hero p{

font-size:18px;

opacity:.95;

margin-bottom:35px;

}

.hero-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.btn-primary{

background:var(--secondary);

padding:16px 34px;

border-radius:50px;

color:#fff;

font-weight:600;

transition:.35s;

}

.btn-primary:hover{

transform:translateY(-5px);

}

.btn-secondary{

border:2px solid #fff;

padding:16px 34px;

border-radius:50px;

color:#fff;

transition:.35s;

}

.btn-secondary:hover{

background:#fff;

color:var(--primary);

}

/* ==========================
CARD
========================== */

.card{

background:#fff;

padding:40px;

border-radius:var(--radius);

box-shadow:var(--shadow);

color:#222;

}

.card h2{

color:var(--primary);

margin-bottom:15px;

}

.card hr{

margin:20px 0;

border:none;

height:1px;

background:#ddd;

}

.card p{

margin-bottom:20px;

color:#555;

}

.card i{

color:var(--secondary);

margin-right:10px;

}

/* =====================
SECTION
===================== */

section{

padding:100px 0;

}

.section-title{

text-align:center;

margin-bottom:70px;

}

.section-title h2{

font-size:42px;

font-family:'Playfair Display',serif;

color:var(--primary);

margin-bottom:20px;

}

.section-title p{

max-width:750px;

margin:auto;

color:#666;

}

/* ======================
ABOUT
====================== */

.about-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

}

.box{

background:#fff;

padding:40px;

border-radius:15px;

text-align:center;

box-shadow:var(--shadow);

transition:.35s;

}

.box:hover{

transform:translateY(-10px);

}

.box i{

font-size:45px;

color:var(--secondary);

margin-bottom:20px;

}

.box h3{

margin-bottom:15px;

color:var(--primary);

}



/* =========================
PREMIUM HERO HEADER
========================= */

.hero-header{
position:relative;
height:100vh;
overflow:hidden;
font-family:'Poppins',sans-serif;
}

/* UK FLAG */
.uk-flag{
width:26px;
margin-right:10px;
border-radius:4px;
}

/* GLASS NAVBAR */
.navbar{
position:fixed;
top:0;
width:100%;
height:80px;
display:flex;
justify-content:space-between;
align-items:center;
padding:0 5%;
z-index:999;

background:rgba(10,35,66,0.55);
backdrop-filter:blur(14px);
border-bottom:1px solid rgba(255,255,255,0.1);
}

.logo{
display:flex;
align-items:center;
gap:10px;
color:#fff;
}

.logo h2{
font-family:'Playfair Display',serif;
font-size:26px;
}

.logo span{
color:#C7A14A;
}

/* NAV LINKS */
.nav-links{
display:flex;
gap:25px;
align-items:center;
}

.nav-links a{
color:#fff;
font-weight:500;
transition:0.3s;
}

.nav-links a:hover{
color:#C7A14A;
}

/* CTA BUTTON */
.consult-btn{
background:#C7A14A;
padding:12px 22px;
border-radius:30px;
color:#fff;
font-weight:600;
transition:0.3s;
}

.consult-btn:hover{
transform:translateY(-2px);
}

/* SLIDER */
.slider{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:-2;
}

.slide{
position:absolute;
width:100%;
height:100%;
background-size:cover;
background-position:center;
opacity:0;
transition:opacity 1.4s ease;
transform:scale(1.05);
}

.slide.active{
opacity:1;
transform:scale(1);
}

/* DARK OVERLAY */
.overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(120deg, rgba(10,35,66,0.75), rgba(0,0,0,0.5));
z-index:-1;
}

/* HERO CONTENT */
.hero-content{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
text-align:center;
color:#fff;
max-width:850px;
padding:0 20px;
}

.tag{
color:#C7A14A;
letter-spacing:2px;
font-weight:600;
margin-bottom:10px;
}

.hero-content h1{
font-size:52px;
font-family:'Playfair Display',serif;
margin-bottom:20px;
line-height:1.2;
}

.hero-content p{
font-size:18px;
opacity:0.9;
margin-bottom:30px;
}

/* BUTTONS */
.hero-buttons{
display:flex;
gap:15px;
justify-content:center;
flex-wrap:wrap;
}

.btn-primary{
background:#C7A14A;
padding:14px 28px;
border-radius:30px;
color:#fff;
font-weight:600;
transition:0.3s;
}

.btn-primary:hover{
transform:translateY(-3px);
}

.btn-secondary{
border:1px solid #fff;
padding:14px 28px;
border-radius:30px;
color:#fff;
transition:0.3s;
}

.btn-secondary:hover{
background:#fff;
color:#0A2342;
}




/* =========================
PRACTICE AREAS
========================= */

.practice-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.practice-card{
background:#fff;
padding:40px;
border-radius:15px;
box-shadow:var(--shadow);
text-align:center;
transition:.35s;
}

.practice-card:hover{
transform:translateY(-10px);
}

.practice-card i{
font-size:40px;
color:var(--secondary);
margin-bottom:20px;
}

.practice-card h3{
color:var(--primary);
margin-bottom:10px;
}

/* =========================
ATTORNEY SECTION
========================= */

.attorney-wrapper{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.attorney-image img{
border-radius:20px;
box-shadow:var(--shadow);
}

.attorney-info h2{
font-size:40px;
color:var(--primary);
margin-bottom:10px;
font-family:'Playfair Display',serif;
}

.attorney-info h4{
color:var(--secondary);
margin-bottom:20px;
}

.attorney-info p{
color:var(--gray);
margin-bottom:25px;
}

/* =========================
FOOTER
========================= */

footer{
background:var(--primary);
color:#fff;
text-align:center;
padding:30px 20px;
margin-top:80px;
}

/* =========================
HAMBURGER ACTIVE STATE
========================= */

.nav-links.active{
position:absolute;
top:85px;
left:0;
width:100%;
background:var(--primary);
flex-direction:column;
padding:30px 0;
gap:20px;
display:flex;
}

.hamburger.active span:nth-child(1){
transform:rotate(45deg) translate(6px,6px);
}

.hamburger.active span:nth-child(2){
opacity:0;
}

.hamburger.active span:nth-child(3){
transform:rotate(-45deg) translate(6px,-6px);
}

/* =========================
TABLET RESPONSIVE
========================= */

@media(max-width:1024px){

.hero-content{
grid-template-columns:1fr;
text-align:center;
}

.hero h1{
font-size:45px;
}

.about-grid{
grid-template-columns:repeat(2,1fr);
}

.practice-grid{
grid-template-columns:repeat(2,1fr);
}

.attorney-wrapper{
grid-template-columns:1fr;
text-align:center;
}

}

/* =========================
MOBILE RESPONSIVE
========================= */

@media(max-width:768px){

.nav-links{
display:none;
}

.hamburger{
display:flex;
}

.hero h1{
font-size:36px;
}

.hero p{
font-size:16px;
}

.hero-buttons{
justify-content:center;
}

.about-grid{
grid-template-columns:1fr;
}

.practice-grid{
grid-template-columns:1fr;
}

.section-title h2{
font-size:32px;
}

.attorney-info h2{
font-size:32px;
}

}

/* =========================
SMOOTH ANIMATIONS
========================= */

.box,
.practice-card,
.card{
animation:fadeUp .8s ease forwards;
}

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(30px);
}
to{
opacity:1;
transform:translateY(0);
}
}


header{
position:relative;
}

.hero{
min-height:90vh;
position:relative;
display:flex;
align-items:center;
justify-content:center;
overflow:hidden;
}



/* =========================
GLOBAL MOBILE SPACING FIX
========================= */

@media (max-width: 768px){

/* Add breathing space to all sections */
section{
padding:70px 20px;
}

/* Prevent text from sticking to edges */
.hero-content{
padding:20px;
gap:20px;
}

/* Add spacing between stacked items */
.hero-buttons{
display:flex;
flex-direction:column;
gap:12px;
align-items:center;
}

/* Make buttons full width feel on mobile */
.btn-primary,
.btn-secondary{
width:90%;
max-width:260px;
}

/* Add spacing in nav dropdown */
.nav-links.active{
gap:18px;
padding:25px 0;
}

/* Logo breathing space */
.logo{
gap:8px;
}

/* Prevent hero text crowding */
.hero-content h1{
margin-bottom:15px;
}

.hero-content p{
margin-bottom:20px;
}

}



.hero-content{
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
gap:15px;
}


/* PULSE GLOW */
.consult-btn{
animation:pulse 2.5s infinite;
}

@keyframes pulse{
0%{
box-shadow:0 0 0 0 rgba(199,161,74,0.5);
}
70%{
box-shadow:0 0 0 15px rgba(199,161,74,0);
}
100%{
box-shadow:0 0 0 0 rgba(199,161,74,0);
}
}


@media (max-width:768px){
.consult-btn{
display:none; /* optional cleaner mobile header */
}
}






/* =========================
PREMIUM ATTORNEY SECTION
========================= */

.attorney-modern{
padding:90px 20px;
background:#f4f7fb;
}

/* MAIN LAYOUT */
.attorney-wrapper{
display:grid;
grid-template-columns:1.3fr 0.7fr;
gap:40px;
align-items:start;
}

/* =========================
OFFICE HERO CARD (JERRY)
========================= */

.office-card{
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 20px 60px rgba(0,0,0,0.08);
transition:0.4s;
}

.office-card:hover{
transform:translateY(-10px);
}

.image-box{
position:relative;
overflow:hidden;
}

.image-box img{
width:100%;
height:450px;
object-fit:cover;
transition:0.6s;
}

.office-card:hover img{
transform:scale(1.06);
}

/* DARK OVERLAY */
.image-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
padding:25px;
background:linear-gradient(to top, rgba(0,0,0,0.75), transparent);
color:#fff;
}

.image-overlay h2{
font-size:28px;
font-family:'Playfair Display',serif;
color:#fff;
}

.image-overlay p{
opacity:0.9;
}

/* OFFICE TEXT */
.office-info{
padding:25px;
}

.office-info h3{
color:#0A2342;
margin-bottom:10px;
}

.office-info p{
color:#555;
line-height:1.6;
}

/* =========================
RIGHT SIDE STACK
========================= */

.side-stack{
display:flex;
flex-direction:column;
gap:20px;
}

/* FEMALE LAWYER */
.lawyer-card{
position:relative;
border-radius:16px;
overflow:hidden;
box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

.lawyer-card img{
width:100%;
height:260px;
object-fit:cover;
transition:0.6s;
}

.lawyer-card:hover img{
transform:scale(1.08);
}

/* OVERLAY TEXT */
.overlay-text{
position:absolute;
bottom:0;
left:0;
width:100%;
padding:15px;
background:linear-gradient(to top, rgba(0,0,0,0.7), transparent);
color:#fff;
}

.overlay-text h3{
font-size:16px;
margin-bottom:5px;
}

.overlay-text p{
font-size:13px;
opacity:0.9;
}

/* =========================
TRUST PANEL
========================= */

.trust-panel{
background:#0A2342;
color:#fff;
padding:20px;
border-radius:16px;
box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.trust-panel h3{
color:#C7A14A;
margin-bottom:12px;
}

.trust-panel ul{
list-style:none;
padding:0;
}

.trust-panel li{
margin-bottom:8px;
font-size:14px;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 900px){

.attorney-wrapper{
grid-template-columns:1fr;
}

.image-box img{
height:320px;
}

}



/* =========================
PRACTICE AREAS - PREMIUM DESIGN
========================= */

.practice{
padding:90px 20px;
background:linear-gradient(180deg, #f6f9fc, #ffffff);
}

/* TITLE */
.section-title{
text-align:center;
margin-bottom:40px;
}

.section-title h2{
font-family:'Playfair Display',serif;
font-size:36px;
color:#0A2342;
margin-bottom:10px;
}

.section-title p{
color:#666;
font-size:16px;
}

/* GRID */
.practice-grid{
display:grid;
grid-template-columns:repeat(3, 1fr);
gap:25px;
margin-top:30px;
}

/* CARD */
.practice-card{
background:#fff;
padding:30px 25px;
border-radius:16px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.06);
transition:0.4s ease;
position:relative;
overflow:hidden;
cursor:pointer;
}

/* HOVER EFFECT */
.practice-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

/* GOLD TOP LINE ANIMATION */
.practice-card::before{
content:"";
position:absolute;
top:0;
left:0;
width:0%;
height:3px;
background:#C7A14A;
transition:0.4s;
}

.practice-card:hover::before{
width:100%;
}

/* ICON */
.practice-card i{
font-size:40px;
color:#C7A14A;
margin-bottom:15px;
transition:0.4s;
}

/* ICON HOVER */
.practice-card:hover i{
transform:scale(1.2) rotate(5deg);
color:#0A2342;
}

/* TITLE */
.practice-card h3{
font-size:18px;
color:#0A2342;
margin-bottom:10px;
font-weight:600;
}

/* TEXT */
.practice-card p{
font-size:14px;
color:#666;
line-height:1.6;
}

/* =========================
RESPONSIVE DESIGN
========================= */

/* TABLET */
@media (max-width: 900px){
.practice-grid{
grid-template-columns:repeat(2, 1fr);
gap:20px;
}

.section-title h2{
font-size:30px;
}
}

/* MOBILE (2 COLUMNS) */
@media (max-width: 600px){
.practice-grid{
grid-template-columns:repeat(2, 1fr);
gap:15px;
}

/* tighter cards */
.practice-card{
padding:20px 15px;
border-radius:14px;
}

/* icon smaller */
.practice-card i{
font-size:32px;
margin-bottom:10px;
}

/* text adjustments */
.practice-card h3{
font-size:15px;
}

.practice-card p{
font-size:12px;
line-height:1.4;
}

/* title smaller */
.section-title h2{
font-size:26px;
}
}


/* =========================
PROFESSIONAL EMAIL CARD
========================= */

.email-card{
display:flex;
align-items:center;
gap:15px;
background:#0A2342;
color:#fff;
padding:20px;
border-radius:16px;
box-shadow:0 15px 40px rgba(0,0,0,0.12);
transition:0.3s;
position:relative;
overflow:hidden;
}

/* hover lift effect */
.email-card:hover{
transform:translateY(-5px);
box-shadow:0 25px 60px rgba(0,0,0,0.18);
}

/* icon circle */
.email-icon{
width:50px;
height:50px;
display:flex;
align-items:center;
justify-content:center;
background:rgba(199,161,74,0.15);
border:1px solid #C7A14A;
border-radius:50%;
font-size:20px;
color:#C7A14A;
flex-shrink:0;
}

/* text area */
.email-content h3{
margin:0;
font-size:16px;
color:#C7A14A;
}

.email-content p{
margin:5px 0;
}

.email-content a{
color:#fff;
font-weight:600;
text-decoration:none;
transition:0.3s;
}

.email-content a:hover{
color:#C7A14A;
text-decoration:underline;
}

.email-content span{
font-size:12px;
opacity:0.8;
}

/* subtle gold glow line */
.email-card::before{
content:"";
position:absolute;
top:0;
left:0;
width:0%;
height:3px;
background:#C7A14A;
transition:0.4s;
}

.email-card:hover::before{
width:100%;
}



/* =========================
ABOUT PAGE - PREMIUM STYLE
========================= */

/* BACK BUTTON */
.back-home{
position:fixed;
top:20px;
left:20px;
background:#0A2342;
color:#fff;
padding:10px 15px;
border-radius:8px;
text-decoration:none;
z-index:999;
transition:0.3s;
font-size:14px;
}

.back-home:hover{
background:#C7A14A;
color:#000;
}

/* HERO */
.about-hero{
height:60vh;
background:url("https://images.unsplash.com/photo-1589829545856-d10d557cf95f") center/cover no-repeat;
position:relative;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:#fff;
}

.about-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(10,35,66,0.75);
}

.about-content{
position:relative;
z-index:2;
padding:20px;
}

.about-content h1{
font-size:42px;
margin-bottom:10px;
}

.about-content p{
font-size:16px;
opacity:0.9;
max-width:700px;
margin:auto;
}

/* SECTION */
.about-section{
padding:80px 20px;
background:#f6f9fc;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}

.about-text h2{
color:#0A2342;
margin-bottom:15px;
}

.about-text h3{
color:#C7A14A;
margin-top:20px;
}

.about-text p{
color:#555;
line-height:1.6;
margin-bottom:10px;
}

/* IMAGE */
.about-image img{
width:100%;
border-radius:15px;
box-shadow:0 15px 40px rgba(0,0,0,0.1);
}

/* TEAM */
.about-team{
padding:80px 20px;
background:#fff;
text-align:center;
}

.about-team h2{
margin-bottom:40px;
color:#0A2342;
}

.team-grid{
display:grid;
grid-template-columns:repeat(3, 1fr);
gap:25px;
}

.team-card{
background:#f6f9fc;
padding:20px;
border-radius:15px;
transition:0.3s;
}

.team-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 40px rgba(0,0,0,0.1);
}

.team-card img{
width:100%;
height:220px;
object-fit:cover;
border-radius:12px;
margin-bottom:10px;
}

.team-card h3{
color:#0A2342;
}

.team-card p{
color:#C7A14A;
}

/* FOOTER */
.about-footer{
text-align:center;
padding:20px;
background:#0A2342;
color:#fff;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 900px){

.about-grid{
grid-template-columns:1fr;
}

.team-grid{
grid-template-columns:1fr;
}

.about-content h1{
font-size:30px;
}
}


/* =========================
UK COMPANY SECTION - PREMIUM
========================= */

.uk-company{
padding:90px 20px;
background:linear-gradient(135deg, #f6f9fc, #ffffff);
}

/* GRID */
.uk-grid{
display:grid;
grid-template-columns:1.2fr 1fr;
gap:40px;
align-items:center;
}

/* BADGE */
.uk-badge{
display:inline-block;
background:#0A2342;
color:#fff;
padding:8px 14px;
border-radius:20px;
font-size:13px;
margin-bottom:15px;
}

/* TEXT */
.uk-text h2{
color:#0A2342;
font-size:32px;
margin-bottom:15px;
font-family:'Playfair Display',serif;
}

.uk-text p{
color:#555;
line-height:1.6;
margin-bottom:12px;
}

/* HIGHLIGHT BOX */
.uk-highlight{
margin-top:20px;
background:#fff;
padding:20px;
border-left:4px solid #C7A14A;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.uk-highlight h3{
color:#0A2342;
margin-bottom:10px;
}

.uk-highlight ul{
list-style:none;
padding:0;
}

.uk-highlight li{
margin-bottom:8px;
font-size:14px;
color:#333;
}

/* IMAGE SIDE */
.uk-image{
position:relative;
}

.uk-image img{
width:100%;
border-radius:15px;
box-shadow:0 15px 40px rgba(0,0,0,0.1);
}

/* UK FLAG OVERLAY */
.uk-flag-overlay{
position:absolute;
top:15px;
right:15px;
width:60px;
height:40px;
box-shadow:0 10px 20px rgba(0,0,0,0.2);
border-radius:6px;
overflow:hidden;
}

.uk-flag-overlay img{
width:100%;
height:100%;
object-fit:cover;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 900px){

.uk-grid{
grid-template-columns:1fr;
text-align:center;
}

.uk-flag-overlay{
top:10px;
right:10px;
width:50px;
height:35px;
}
}





/* =========================
TRUST & VALUES SECTION
========================= */

.trust-values{
padding:90px 20px;
background:#0A2342;
color:#fff;
}

/* TITLE */
.trust-values .section-title h2{
color:#fff;
}

.trust-values .section-title p{
color:rgba(255,255,255,0.8);
}

/* GRID */
.values-grid{
display:grid;
grid-template-columns:repeat(4, 1fr);
gap:25px;
margin-top:40px;
}

/* CARD */
.value-card{
background:rgba(255,255,255,0.05);
border:1px solid rgba(255,255,255,0.1);
padding:25px;
border-radius:15px;
text-align:center;
transition:0.4s;
backdrop-filter:blur(10px);
}

/* HOVER EFFECT */
.value-card:hover{
transform:translateY(-10px);
background:rgba(199,161,74,0.1);
border-color:#C7A14A;
}

/* ICON */
.value-card i{
font-size:35px;
color:#C7A14A;
margin-bottom:15px;
transition:0.3s;
}

.value-card:hover i{
transform:scale(1.2);
color:#fff;
}

/* TEXT */
.value-card h3{
margin-bottom:10px;
color:#fff;
}

.value-card p{
font-size:14px;
color:rgba(255,255,255,0.8);
line-height:1.6;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 900px){
.values-grid{
grid-template-columns:repeat(2, 1fr);
}
}

@media (max-width: 600px){
.values-grid{
grid-template-columns:1fr;
}
}

/* =========================
PRACTICE PAGE HERO
========================= */

.practice-hero{
height:60vh;
background:url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a") center/cover no-repeat;
position:relative;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:#fff;
}

.practice-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(10,35,66,0.75);
}

.practice-hero-content{
position:relative;
z-index:2;
padding:20px;
}

.practice-hero-content h1{
font-size:42px;
margin-bottom:10px;
}

.practice-hero-content p{
opacity:0.9;
}

/* =========================
PRACTICE GRID PAGE
========================= */

.practice-page-section{
padding:80px 20px;
background:#f6f9fc;
}

.practice-page-grid{
display:grid;
grid-template-columns:repeat(3, 1fr);
gap:25px;
}

/* CARD */
.practice-page-card{
background:#fff;
padding:30px;
border-radius:15px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.06);
transition:0.3s;
}

.practice-page-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

.practice-page-card i{
font-size:40px;
color:#C7A14A;
margin-bottom:15px;
}

.practice-page-card h3{
color:#0A2342;
margin-bottom:10px;
}

.practice-page-card p{
color:#666;
line-height:1.6;
font-size:14px;
}

/* =========================
CTA SECTION
========================= */

.practice-cta{
padding:80px 20px;
background:#0A2342;
text-align:center;
color:#fff;
}

.practice-cta h2{
font-size:32px;
margin-bottom:10px;
}

.practice-cta p{
opacity:0.8;
margin-bottom:20px;
}

/* =========================
FOOTER
========================= */

.practice-footer{
background:#081a2e;
color:#fff;
text-align:center;
padding:20px;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 900px){

.practice-page-grid{
grid-template-columns:repeat(2, 1fr);
}

.practice-hero-content h1{
font-size:30px;
}
}

@media (max-width: 600px){

.practice-page-grid{
grid-template-columns:1fr;
}
}



/* =========================
HOW WE WORK SECTION
========================= */

.practice-extra{
padding:80px 20px;
background:#ffffff;
}

/* GRID */
.process-grid{
display:grid;
grid-template-columns:repeat(4, 1fr);
gap:25px;
margin-top:40px;
}

/* CARD */
.process-card{
background:#f6f9fc;
padding:25px;
border-radius:15px;
text-align:center;
transition:0.3s;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.process-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.1);
}

/* ICON */
.process-card i{
font-size:35px;
color:#C7A14A;
margin-bottom:15px;
}

/* TEXT */
.process-card h3{
color:#0A2342;
margin-bottom:10px;
}

.process-card p{
color:#666;
font-size:14px;
line-height:1.6;
}

/* =========================
RESPONSIVE (IMPORTANT PART)
========================= */

/* TABLET = 2 COLUMNS */
@media (max-width: 900px){
.process-grid{
grid-template-columns:repeat(2, 1fr);
}
}

/* MOBILE = 2 COLUMNS (YOUR REQUEST) */
@media (max-width: 600px){
.process-grid{
grid-template-columns:repeat(2, 1fr);
gap:15px;
}

.process-card{
padding:18px;
}

.process-card i{
font-size:28px;
}

.process-card h3{
font-size:15px;
}

.process-card p{
font-size:12px;
line-height:1.4;
}
}



/* =========================
CLIENT IMPACT SECTION
========================= */

.practice-impact{
padding:90px 20px;
background:linear-gradient(180deg, #f6f9fc, #ffffff);
}

/* LAYOUT */
.impact-wrapper{
display:grid;
grid-template-columns:1.2fr 1fr;
gap:40px;
align-items:center;
}

/* TEXT */
.impact-text h3{
color:#0A2342;
margin-bottom:10px;
margin-top:20px;
}

.impact-text p{
color:#555;
line-height:1.7;
margin-bottom:12px;
}

.impact-text ul{
list-style:none;
padding:0;
margin-top:15px;
}

.impact-text li{
margin-bottom:8px;
color:#333;
font-size:14px;
}

/* IMAGE */
.impact-image img{
width:100%;
border-radius:15px;
box-shadow:0 15px 40px rgba(0,0,0,0.1);
transition:0.4s;
}

.impact-image img:hover{
transform:scale(1.03);
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 900px){
.impact-wrapper{
grid-template-columns:1fr;
text-align:center;
}
}


/* =========================
AWARDS & RECOGNITION SECTION
========================= */

.attorney-awards{
padding:80px 20px;
background:linear-gradient(180deg, #f6f9fc, #ffffff);
}

/* GRID */
.awards-grid{
display:grid;
grid-template-columns:repeat(4, 1fr);
gap:25px;
margin-top:40px;
}

/* CARD */
.award-card{
background:#0A2342;
color:#fff;
padding:25px;
border-radius:15px;
text-align:center;
transition:0.3s;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

/* HOVER EFFECT */
.award-card:hover{
transform:translateY(-10px);
background:#112f57;
box-shadow:0 20px 50px rgba(0,0,0,0.2);
}

/* ICON */
.award-card i{
font-size:35px;
color:#C7A14A;
margin-bottom:15px;
}

/* TEXT */
.award-card h3{
margin-bottom:10px;
font-size:16px;
}

.award-card p{
font-size:13px;
opacity:0.85;
line-height:1.6;
}

/* =========================
RESPONSIVE (IMPORTANT)
========================= */

/* TABLET = 2 COLUMNS */
@media (max-width: 900px){
.awards-grid{
grid-template-columns:repeat(2, 1fr);
}
}

/* MOBILE = 2 COLUMNS (CONSISTENT DESIGN) */
@media (max-width: 600px){
.awards-grid{
grid-template-columns:repeat(2, 1fr);
gap:15px;
}

.award-card{
padding:18px;
}

.award-card i{
font-size:28px;
}

.award-card h3{
font-size:14px;
}

.award-card p{
font-size:12px;
}
}





/* =========================
ATTORNEY CTA - PREMIUM DESIGN
========================= */

.attorney-cta{
position:relative;
padding:100px 20px;
background:url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85") center/cover no-repeat;
text-align:center;
color:#fff;
overflow:hidden;
}

/* DARK OVERLAY */
.cta-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(10,35,66,0.85);
}

/* CONTENT */
.cta-content{
position:relative;
z-index:2;
max-width:800px;
margin:auto;
}

/* TITLE */
.cta-content h2{
font-size:36px;
margin-bottom:15px;
font-family:'Playfair Display',serif;
}

/* TEXT */
.cta-content p{
font-size:16px;
line-height:1.6;
opacity:0.9;
margin-bottom:25px;
}

/* BUTTON GROUP */
.cta-buttons{
display:flex;
gap:15px;
justify-content:center;
flex-wrap:wrap;
}

/* PRIMARY BUTTON */
.btn-primary{
background:#C7A14A;
color:#0A2342;
padding:12px 22px;
border-radius:8px;
text-decoration:none;
font-weight:600;
transition:0.3s;
border:2px solid #C7A14A;
}

.btn-primary:hover{
background:transparent;
color:#C7A14A;
transform:translateY(-3px);
}

/* OUTLINE BUTTON */
.btn-outline{
background:transparent;
color:#fff;
padding:12px 22px;
border-radius:8px;
text-decoration:none;
font-weight:600;
border:2px solid #fff;
transition:0.3s;
}

.btn-outline:hover{
background:#fff;
color:#0A2342;
transform:translateY(-3px);
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 600px){

.cta-content h2{
font-size:26px;
}

.cta-content p{
font-size:14px;
}

.cta-buttons{
flex-direction:column;
}
}



/* =========================
UK COURTROOM ATTORNEY HERO
========================= */

.attorney-hero{
min-height:80vh;
position:relative;
background:url("https://images.unsplash.com/photo-1589829545856-d10d557cf95f")
center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
padding:60px 20px;
color:#fff;
overflow:hidden;
}

/* DARK COURTROOM OVERLAY */
.attorney-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(
  135deg,
  rgba(10,35,66,0.92),
  rgba(0,0,0,0.65)
);
}

/* GRID LAYOUT */
.hero-grid{
position:relative;
z-index:2;
display:grid;
grid-template-columns:1fr 1.3fr;
gap:40px;
align-items:center;
max-width:1100px;
width:100%;
}

/* LEFT IMAGE (ATTORNEY) */
.hero-image img{
width:100%;
border-radius:18px;
border:3px solid rgba(199,161,74,0.4);
box-shadow:0 20px 60px rgba(0,0,0,0.4);
}

/* INFO PANEL */
.hero-info{
background:rgba(255,255,255,0.06);
backdrop-filter:blur(12px);
padding:30px;
border-radius:18px;
border:1px solid rgba(255,255,255,0.12);
}

/* UK BADGE */
.uk-badge{
display:flex;
align-items:center;
gap:10px;
margin-bottom:15px;
font-size:13px;
opacity:0.9;
}

.uk-badge img{
width:35px;
border-radius:4px;
}

/* TEXT */
.hero-info h1{
font-size:42px;
margin-bottom:5px;
font-family:'Playfair Display',serif;
}

.hero-info h3{
color:#C7A14A;
margin-bottom:15px;
}

.hero-info p{
font-size:14px;
line-height:1.6;
opacity:0.9;
margin-bottom:20px;
}

/* STATS */
.hero-stats{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:15px;
margin-bottom:20px;
}

.hero-stats div{
background:rgba(255,255,255,0.07);
padding:12px;
border-radius:10px;
text-align:center;
}

.hero-stats h4{
color:#C7A14A;
font-size:20px;
margin-bottom:5px;
}

/* BUTTON */
.hero-btn{
display:inline-block;
background:#C7A14A;
color:#0A2342;
padding:12px 22px;
border-radius:8px;
text-decoration:none;
font-weight:600;
transition:0.3s;
}

.hero-btn:hover{
background:transparent;
color:#C7A14A;
border:1px solid #C7A14A;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 900px){

.hero-grid{
grid-template-columns:1fr;
text-align:center;
}

.hero-stats{
grid-template-columns:1fr;
}

.hero-info h1{
font-size:30px;
}
}


/* =========================
RESPONSIVE FIX (2 COLUMN SYSTEM)
========================= */

/* DESKTOP (2 COLUMNS) */
.hero-grid{
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:40px;
  align-items:center;
}

/* TABLET */
@media (max-width: 1024px){

.hero-grid{
  grid-template-columns:1fr 1fr;
  gap:30px;
}

.hero-info h1{
  font-size:34px;
}
}

/* SMALL TABLET */
@media (max-width: 900px){

.hero-grid{
  grid-template-columns:1fr;
  text-align:center;
}

.hero-image img{
  max-width:320px;
  margin:auto;
  display:block;
}

.hero-stats{
  grid-template-columns:repeat(2, 1fr);
}
}

/* MOBILE */
@media (max-width: 600px){

.hero-info{
  padding:20px;
}

.hero-info h1{
  font-size:26px;
}

.hero-stats{
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.hero-btn{
  width:100%;
  text-align:center;
}
}



/* =========================
MOBILE / TABLET SIMPLE HERO VIEW
========================= */

.mobile-hero{
display:none;
text-align:center;
padding:40px 20px;
color:#fff;
position:relative;
z-index:3;
}

.mobile-flag{
width:90px;
margin-bottom:15px;
border-radius:6px;
box-shadow:0 10px 25px rgba(0,0,0,0.4);
}

.mobile-hero h1{
font-size:28px;
margin-bottom:5px;
}

.mobile-hero p{
font-size:14px;
opacity:0.9;
}

/* =========================
RESPONSIVE SWITCH SYSTEM
========================= */

/* TABLET + MOBILE → SHOW SIMPLE VIEW */
@media (max-width: 900px){

/* hide full desktop layout */
.hero-grid{
display:none;
}

/* show simple UK view */
.mobile-hero{
display:block;
}
}





/* =========================
HOW WE HELP - 2 COLUMN SYSTEM
========================= */

.help-wrapper{
display:grid;
grid-template-columns:1.2fr 1fr;
gap:40px;
align-items:center;
}

/* =========================
TABLET VIEW (KEEP 2 COLUMN BUT TIGHTER)
========================= */

@media (max-width: 1024px){

.help-wrapper{
  grid-template-columns:1fr 1fr;
  gap:25px;
}

.help-text h2{
  font-size:28px;
}
}

/* =========================
TABLET + MOBILE (STACK BUT CONTROL STYLE)
========================= */

@media (max-width: 900px){

.help-wrapper{
  grid-template-columns:1fr;
  text-align:center;
}

/* keep list aligned properly */
.help-text ul{
  display:inline-block;
  text-align:left;
}

.help-image img{
  max-width:420px;
  margin:auto;
  display:block;
}
}

/* =========================
MOBILE FINAL TWEAK
========================= */

@media (max-width: 600px){

.help-clients{
  padding:60px 15px;
}

.help-text h2{
  font-size:24px;
}

.help-text p{
  font-size:14px;
}

.help-text li{
  font-size:13px;
}

.help-image img{
  max-width:100%;
}

.help-text a.btn-primary{
  width:100%;
  display:inline-block;
}
}


/* =========================
HELP CLIENTS - PREMIUM DESIGN
========================= */

.help-clients{
padding:90px 20px;
background:linear-gradient(135deg,#f6f9fc,#ffffff);
}

/* MAIN GRID */
.help-wrapper{
display:grid;
grid-template-columns:1.2fr 1fr;
gap:40px;
align-items:center;
}

/* TEXT SECTION */
.help-text h2{
color:#0A2342;
font-family:'Playfair Display',serif;
font-size:34px;
margin-bottom:15px;
}

.help-text p{
color:#555;
line-height:1.7;
margin-bottom:12px;
font-size:15px;
}

.help-text ul{
list-style:none;
padding:0;
margin-top:15px;
}

.help-text li{
margin-bottom:10px;
font-size:14px;
color:#333;
padding-left:18px;
position:relative;
}

.help-text li::before{
content:"✔";
position:absolute;
left:0;
color:#C7A14A;
font-weight:bold;
}

/* IMAGE */
.help-image img{
width:100%;
border-radius:18px;
box-shadow:0 20px 50px rgba(0,0,0,0.12);
transition:0.4s ease;
}

.help-image img:hover{
transform:scale(1.03);
}

/* BUTTON */
.help-text .btn-primary{
display:inline-block;
margin-top:15px;
}

/* =========================
TABLET (2 COLUMN - TIGHTER)
========================= */

@media (max-width: 1024px){

.help-wrapper{
  grid-template-columns:1fr 1fr;
  gap:25px;
}

.help-text h2{
  font-size:28px;
}
}

/* =========================
MOBILE (STILL 2 COLUMN - COMPACT GRID)
========================= */

@media (max-width: 768px){

.help-wrapper{
  grid-template-columns:1fr 1fr; /* KEEP 2 COLUMNS */
  gap:15px;
}

.help-text h2{
  font-size:20px;
}

.help-text p{
  font-size:12px;
  line-height:1.5;
}

.help-text li{
  font-size:11px;
}

.help-image img{
  height:100%;
  object-fit:cover;
}

/* button compact */
.help-text .btn-primary{
  padding:10px 12px;
  font-size:12px;
}
}

/* =========================
SMALL MOBILE (ULTRA COMPACT 2 COLUMN)
========================= */

@media (max-width: 480px){

.help-wrapper{
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.help-text h2{
  font-size:16px;
}

.help-text p{
  display:none; /* keep clean on very small screens */
}

.help-text li{
  font-size:10px;
}

.help-text .btn-primary{
  width:100%;
  font-size:11px;
}
}



/* =========================
DEFAULT STATE (HIDDEN)
========================= */

.hidden-section{
opacity:0;
transform:translateY(40px);
transition:all 0.8s ease;
}

/* =========================
ACTIVE STATE (VISIBLE + GLOW)
========================= */

.active-section{
opacity:1;
transform:translateY(0);
box-shadow:0 0 0 rgba(0,0,0,0);
}

/* GLOW EFFECT WHEN ACTIVE */
.active-section::before{
content:"";
position:absolute;
inset:0;
background:radial-gradient(circle at center, rgba(199,161,74,0.08), transparent 70%);
pointer-events:none;
}

/* =========================
SMOOTH PAGE FEEL
========================= */

section{
position:relative;
overflow:hidden;
}

/* =========================
HOVER LIFT EFFECT (PRO LEVEL)
========================= */

.practice-card,
.help-image img,
.team-card,
.office-card{
transition:0.4s ease;
}

.practice-card:hover,
.team-card:hover,
.office-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}



/* =========================
WHATSAPP FLOATING BUTTON
========================= */

.whatsapp-float{
position:fixed;
bottom:25px;
right:25px;
width:60px;
height:60px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 10px 25px rgba(0,0,0,0.25);
z-index:9999;
transition:0.3s ease;
animation:pulse 1.8s infinite;
}

/* ICON */
.whatsapp-float img{
width:32px;
height:32px;
}

/* HOVER EFFECT */
.whatsapp-float:hover{
transform:scale(1.15);
box-shadow:0 15px 35px rgba(0,0,0,0.35);
}

/* PULSE ANIMATION */
@keyframes pulse{
0%{
box-shadow:0 0 0 0 rgba(37,211,102,0.6);
}
70%{
box-shadow:0 0 0 15px rgba(37,211,102,0);
}
100%{
box-shadow:0 0 0 0 rgba(37,211,102,0);
}
}

/* MOBILE ADJUSTMENT */
@media (max-width:600px){
.whatsapp-float{
width:55px;
height:55px;
bottom:15px;
right:15px;
}

.whatsapp-float img{
width:28px;
height:28px;
}
}


/* =========================
LOCATION SECTION
========================= */

.location-section{
padding:90px 20px;
background:#f6f9fc;
}

/* GRID */
.location-wrapper{
display:grid;
grid-template-columns:1.2fr 1fr;
gap:30px;
align-items:center;
}

/* MAP */
.location-map iframe{
width:100%;
height:350px;
border:0;
border-radius:15px;
box-shadow:0 15px 40px rgba(0,0,0,0.1);
}

/* ADDRESS CARD */
.location-card{
background:#0A2342;
color:#fff;
padding:30px;
border-radius:15px;
box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.location-card h3{
color:#C7A14A;
margin-bottom:10px;
font-size:22px;
}

.location-card p{
line-height:1.6;
opacity:0.9;
margin-bottom:20px;
}

/* CONTACT INFO */
.location-info{
display:flex;
flex-direction:column;
gap:12px;
margin-bottom:20px;
}

.location-info div{
display:flex;
align-items:center;
gap:10px;
font-size:14px;
}

.location-info i{
color:#C7A14A;
}

/* BUTTON */
.location-card .btn-primary{
display:inline-block;
margin-top:10px;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 900px){

.location-wrapper{
grid-template-columns:1fr;
}

.location-card{
text-align:center;
}

.location-info{
align-items:center;
}
}



/* LOGO */

.brand-logo{

display:flex;

justify-content:center;

align-items:center;

}

.brand-logo img{

max-width:380px;

width:100%;

transition:.4s;

filter:drop-shadow(0 20px 35px rgba(0,0,0,.15));

}

.brand-logo img:hover{

transform:scale(1.05) rotate(-2deg);

}

/* CONTENT */

.brand-tag{

display:inline-block;

background:#C7A14A;

color:#fff;

padding:8px 18px;

border-radius:30px;

font-size:13px;

font-weight:600;

margin-bottom:18px;

}

.brand-content h2{

font-size:42px;

color:#0A2342;

font-family:'Playfair Display',serif;

margin-bottom:20px;

line-height:1.2;

}

.brand-content p{

color:#666;

font-size:16px;

line-height:1.8;

margin-bottom:18px;

}

/* FEATURES */

.brand-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin:30px 0;

}

.feature{

display:flex;

align-items:center;

gap:12px;

padding:15px;

background:#fff;

border-radius:12px;

box-shadow:0 8px 20px rgba(0,0,0,.08);

transition:.35s;

}

.feature:hover{

transform:translateY(-6px);

box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.feature i{

width:45px;

height:45px;

display:flex;

align-items:center;

justify-content:center;

background:#0A2342;

color:#C7A14A;

border-radius:50%;

font-size:18px;

}

.feature span{

font-weight:600;

color:#0A2342;

}

/*==========================
TABLET
==========================*/

@media(max-width:992px){

.brand-wrapper{

grid-template-columns:1fr 1fr;

gap:25px;

}

.brand-content h2{

font-size:30px;

}

.brand-features{

grid-template-columns:repeat(2,1fr);

}

}

/*==========================
MOBILE
==========================*/

@media(max-width:768px){

.brand-wrapper{

grid-template-columns:1fr 1fr;

gap:15px;

align-items:start;

}

.brand-logo img{

max-width:170px;

}

.brand-tag{

font-size:10px;

padding:6px 10px;

}

.brand-content h2{

font-size:20px;

}

.brand-content p{

font-size:12px;

line-height:1.6;

}

.brand-features{

grid-template-columns:repeat(2,1fr);

gap:8px;

}

.feature{

padding:10px;

flex-direction:column;

text-align:center;

}

.feature i{

width:38px;

height:38px;

font-size:15px;

}

.feature span{

font-size:11px;

}

.btn-primary{

width:100%;

text-align:center;

padding:12px;

}

}




