/*
Theme Name: Presious Care
Author: Presious Healthcare Ltd
Version: 1.0
*/
html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #1f2933;
    background: #ffffff;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.top-contact-bar{
background:#1e73be;
color:white;
text-align:center;
padding:10px 0;
font-size:14px;
}

.contact-btn{
background:white;
color:#1e73be;
padding:6px 14px;
border-radius:4px;
margin-left:15px;
text-decoration:none;
font-weight:600;
}

header {
    background: #ffffff;
    padding: 16px 0;
    border-bottom: 1px solid #f2f2f2;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(6px);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img,
.custom-logo-link img {
    max-height: 70px;
    width: auto;
    display: block;
}

nav a {
    margin-left: 30px;
    font-size: 15px;
    text-decoration: none;
    color: #002d62;
    font-weight: 600;
    transition: 0.3s ease;
}

nav a:hover {
    color: #00b3a4;
}

.hero {
    position: relative;
    background: url('https://presioushome2homecare.co.uk/wp-content/uploads/2026/03/care7.png') center/cover no-repeat;
    height: 85vh;
    display: flex;
    align-items: center;
    color: #ffffff;
    
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        110deg,
        rgba(15, 23, 42, 0.92),
        rgba(14, 165, 164, 0.75)
    );
}

.hero .container {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.hero h1 {
    font-size: clamp(2.5rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 35px;
    opacity: 0.95;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn,
.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #00b3a4, #008f83);
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0,179,164,0.4);
}

.btn-primary:hover {
    transform: translateY(-4px);
}

.btn-secondary {
    background: #ffffff;
    color: #002d62;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.btn-secondary:hover {
    transform: translateY(-4px);
}

.trust-section {
    padding: 90px 0 100px;
    background: #f4f7fa;
    margin-top: -70px;
    position: relative;
    z-index: 10;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.trust-box {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #eef2f7;
}

.trust-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.08);
}

.trust-box h3 {
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #0f172a;
}

.trust-box p {
    color: #4b5563;
    line-height: 1.6;
    font-size: 0.95rem;
}

.trust-box strong {
    color: #111827;
}

.trust-icon {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.services-section {
    padding: 80px 20px;
    background: #ffffff;
}

.services-section h2{
    text-align:center;
    margin-bottom:50px;
    font-size:32px;
    color:#002d62;
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-header h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.section-header p {
    color: #6b7280;
}

.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:30px;
max-width:1200px;
margin:auto;
}



.service-card {
    background: #ffffff;
    padding: 45px 35px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.service-card h3 {
    margin-bottom: 15px;
    color: #111827;
}

.service-card p {
    color: #4b5563;
    line-height: 1.7;
    flex-grow: 1;
}

.service-link {
    margin-top: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #0ea5a4;
}

.service-link:hover {
    color: #0c8f8e;
}

.services{
padding:80px 20px;
background:#f8f9fb;
text-align:center;
}


.section-title{
font-size:36px;
margin-bottom:10px;
}

.section-subtitle{
color:#666;
margin-bottom:50px;
}

.service-card{
background:#fff;
padding:35px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.3s;
}

.service-card:hover{
transform:translateY(-6px);
}

.service-icon{
font-size:40px;
margin-bottom:20px;
}

.service-card h3{
margin-bottom:15px;
font-size:22px;
}

.service-card p{
color:#555;
margin-bottom:20px;
}

.service-card a{
text-decoration:none;
font-weight:600;
color:#0077b6;
}



.testimonials {
    padding: 100px 0;
    background: #f8f9fb;
    text-align: center;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    gap: 30px;
    margin-top: 50px;
}

.testimonial-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    font-style: italic;
    transition: 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-6px);
}


.stats-section{
background:#f1f6ff;
padding:80px 0;
text-align:center;
}

.stats-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:40px;
}

.counter{
font-size:72px;
font-weight:800;
color:#1e73be;
line-height:1;
letter-spacing:1px;
}

.stat p{
font-size:18px;
color:#555;
}


@media (max-width: 992px) {
    .trust-grid,
    .services-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        height: auto;
        padding: 80px 0;
    }

    .hero h1 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    nav {
        display: none;
    }

    .hero h1 {
        font-size: 28px;
    }

    .hero p {
        font-size: 16px;
    }

    .hero-buttons a {
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }

    .site-footer {
        text-align: center;
    }
}

@media (max-width:768px){

.hero{
padding:60px 20px;
min-height:70vh;
}

.hero-content{
margin-left:0;
text-align:center;
}


.hero h1{
font-size:32px;
}

}

.about-preview{
padding:80px 0;
background:#f8f9fb;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.about-text h2{
font-size:36px;
margin-bottom:20px;
color:#002d62;
}

.about-text p{
margin-bottom:15px;
font-size:17px;
line-height:1.7;
}

.about-image img{
width:100%;
border-radius:14px;
}

.why-section{
padding:80px 0;
background:#ffffff;
}

.section-title{
text-align:center;
font-size:36px;
margin-bottom:50px;
color:#002d62;
}

.why-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.why-card{
background:#f8f9fb;
padding:35px;
border-radius:16px;
box-shadow:0 15px 40px rgba(0,0,0,0.05);
transition:0.3s ease;
}

.why-card:hover{
transform:translateY(-6px);
}

.why-card h3{
margin-bottom:15px;
color:#002d62;
}

/* CAREERS SECTION */

.careers-section{
padding:80px 0;
background:#f8f9fb;
}

.careers-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.careers-text h2{
font-size:36px;
margin-bottom:20px;
color:#002d62;
}

.careers-text p{
margin-bottom:25px;
font-size:18px;
}

.careers-image img{
width:100%;
border-radius:16px;
}


/* CTA SECTION */

.cta-section{
padding:90px 0;
background:linear-gradient(120deg,#002d62,#00b3a4);
color:#ffffff;
text-align:center;
}

.cta-box{
max-width:700px;
margin:auto;
}

.cta-box h2{
font-size:40px;
margin-bottom:20px;
}

.cta-box p{
font-size:20px;
margin-bottom:30px;
}

.cta-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}


/* ABOUT PAGE */

.about-hero{
padding:120px 20px;
background:linear-gradient(120deg,#002d62,#00b3a4);
color:white;
text-align:center;
}

.about-hero h1{
font-size:44px;
margin-bottom:20px;
}

.about-hero p{
max-width:700px;
margin:auto;
font-size:18px;
}


.about-content{
padding:80px 0;
background:#ffffff;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.about-text h2{
margin-bottom:20px;
}

.about-text p{
margin-bottom:15px;
font-size:16px;
line-height:1.7;
}

.about-image img{
width:100%;
border-radius:12px;
}


.about-values{
background:#f8f9fb;
padding:80px 0;
text-align:center;
}

.values-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
margin-top:40px;
}

.value-box{
background:#ffffff;
padding:30px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
}


.about-cta{
background:#002d62;
color:#ffffff;
text-align:center;
padding:80px 20px;
}

.about-cta h2{
margin-bottom:20px;
}

.about-cta p{
margin-bottom:30px;
}

/* CONTACT PAGE */

.contact-hero{
background:#002d62;
color:#ffffff;
padding:120px 20px;
text-align:center;
}

.contact-hero h1{
font-size:42px;
margin-bottom:20px;
}

.contact-info{
padding:70px 0;
background:#f8f9fb;
}

.contact-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
text-align:center;
}

.contact-box{
background:#ffffff;
padding:35px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.contact-box a{
color:#00b3a4;
text-decoration:none;
font-weight:600;
}


.contact-form-section{
padding:80px 20px;
background:#ffffff;
text-align:center;
}

.form-container{
max-width:700px;
margin:auto;
}

.contact-form{
display:flex;
flex-direction:column;
gap:20px;
margin-top:40px;
}

.contact-form input,
.contact-form textarea{
padding:14px;
border:1px solid #d1d5db;
border-radius:6px;
font-size:16px;
}

.contact-form button{
background:#00b3a4;
color:#fff;
border:none;
padding:14px;
border-radius:6px;
font-size:16px;
cursor:pointer;
}

.contact-form button:hover{
background:#009688;
}

.contact-map{
margin-top:40px;
}

.service-card img{
width:100%;
height:200px;
object-fit:cover;
border-radius:10px;
margin-bottom:20px;
}


.cta-button{
display:inline-block;
margin-top:25px;
padding:14px 30px;
background:#e63946;
color:#ffffff;
font-size:16px;
font-weight:600;
text-decoration:none;
border-radius:6px;
transition:0.3s;
}

.cta-button:hover{
background:#c1121f;
transform:translateY(-2px);
}

.hero-content{
position:relative;
max-width:600px;
padding-left:80px;
z-index:2;
}


/* WHY US SECTION */

.why-us{
padding:90px 0;
background:#ffffff;
text-align:center;
}

.why-us h2{
margin-bottom:50px;
font-size:32px;
}

.why-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.why-card{
background:#f8f9fb;
padding:30px;
border-radius:12px;
transition:0.3s ease;
}

.why-card:hover{
transform:translateY(-6px);
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.why-card h3{
margin-bottom:15px;
color:#002d62;
}


/* TESTIMONIALS */

.testimonials{
padding:100px 0;
background:#f8f9fb;
text-align:center;
}

.testimonial-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
margin-top:40px;
}

.testimonial-card{
background:#ffffff;
padding:35px;
border-radius:12px;
box-shadow:0 12px 30px rgba(0,0,0,0.05);
font-style:italic;
}

.testimonial-card h4{
margin-top:20px;
font-style:normal;
color:#002d62;
}


/* CTA */

.cta-section{
background:#002d62;
color:#ffffff;
padding:100px 20px;
text-align:center;
}

.cta-section h2{
font-size:36px;
margin-bottom:20px;
}

.cta-section p{
max-width:600px;
margin:auto;
margin-bottom:30px;
}


.site-header{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 40px;
}


.menu-toggle{
display:none;
font-size:28px;
background:none;
border:none;
cursor:pointer;
}

/* MOBILE */
@media (max-width:768px){

.menu-toggle{
display:block;
}

.nav-menu{
display:flex;
flex-direction:column;
position:absolute;
top:80px;
right:0;
background:white;
width:200px;
padding:20px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
gap: 25px;
list-style: none;
}


.nav-menu a{
text-decoration:none;
color:#002d62;
font-weight:600;
}

/* MOBILE */
@media (max-width:768px){

.nav-menu{
flex-direction:column;
width:100%;
margin-top:15px;
display:none;
}

}

.nav-menu.active{
display:flex;
}

}


.career-hero{
background:#0b6b6b;
color:white;
padding:100px 20px;
text-align:center;
}

.career-hero h1{
font-size:42px;
margin-bottom:20px;
}

.btn-primary{
background:#ff7a59;
color:white;
padding:14px 28px;
border-radius:6px;
display:inline-block;
text-decoration:none;
margin-top:20px;
}

.career-intro{
padding:80px 20px;
text-align:center;
}

.career-benefits{
padding:80px 20px;
background:#f8f8f8;
}

.benefits-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.benefit-card{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.career-jobs{
padding:80px 20px;
}

.jobs-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.job-card{
background:#f8f8f8;
padding:30px;
border-radius:10px;
}

.career-training{
padding:80px 20px;
background:#f8f8f8;
}

.training-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;
}

.career-cta{
padding:80px 20px;
text-align:center;
background:#0b6b6b;
color:white;
}

/* MOBILE */

@media(max-width:768px){

.benefits-grid{
grid-template-columns:1fr;
}

.jobs-grid{
grid-template-columns:1fr;
}

.training-grid{
grid-template-columns:1fr;
}

}




.site-footer{
background:#002d62;
color:#ffffff;
padding:70px 0 0 0;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:40px;
}

.site-footer h3{
margin-bottom:15px;
font-size:20px;
}

.site-footer p{
margin-bottom:10px;
font-size:15px;
}

.site-footer ul{
list-style:none;
padding:0;
}

.site-footer ul li{
margin-bottom:8px;
}

.site-footer a{
color:#ffffff;
text-decoration:none;
}

.site-footer a:hover{
text-decoration:underline;
}

.footer-bottom{
text-align:center;
margin-top:40px;
padding:20px 0;
background:#001e45;
font-size:14px;
}






@media (max-width: 768px){

/* Header */
.site-header{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 40px;
flex-wrap:wrap;
flex-direction:column;
padding:15px;
}

.nav-menu{
flex-direction:column;
gap:10px;
margin-top:10px;
}

/* Hero Section */
.hero{
min-height:70vh;
padding:40px 20px;
text-align:center;
}

.hero-content{
margin-left:0;
max-width:100%;
}

.hero h1{
font-size:34px;
}

.hero p{
font-size:18px;
}

/* Button */
.cta-button{
padding:14px 28px;
font-size:16px;
}

/* Services Section */
.services{
padding:50px 20px;
}

.services-grid{
grid-template-columns:1fr;
}

.service-card{
padding:25px;
}

.section-title{
font-size:28px;
}

}

img{
max-width:100%;
height:auto;
}

.care-services{
padding:80px 20px;
max-width:1200px;
margin:auto;
}

.care-services h2{
text-align:center;
font-size:36px;
margin-bottom:20px;
}

.care-services .intro{
text-align:center;
max-width:800px;
margin:0 auto 50px;
font-size:18px;
}

.services-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.service-item{
background:#f8f8f8;
padding:30px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.service-item h3{
margin-bottom:10px;
color:#0b6b6b;
}

@media (max-width:768px){

.services-grid{
grid-template-columns:1fr;
}

}

@media (max-width:900px){

.services-grid{
grid-template-columns:1fr;
}

}





/* =========================
   GLOBAL RESPONSIVE FIXES
========================= */

@media (max-width:1024px){

.why-grid{
grid-template-columns:repeat(2,1fr);
}

.values-grid{
grid-template-columns:repeat(2,1fr);
}

.footer-grid{
grid-template-columns:repeat(2,1fr);
}

.contact-grid{
grid-template-columns:repeat(2,1fr);
}

.about-grid{
grid-template-columns:1fr;
}

.careers-grid{
grid-template-columns:1fr;
}

}


/* =========================
   MOBILE RESPONSIVE
========================= */

@media (max-width:768px){

/* Header */

.site-header{
flex-direction:column;
padding:15px;
}

.nav-container{
flex-direction:column;
align-items:flex-start;
}

nav{
width:100%;
margin-top:10px;
}

nav a{
display:block;
margin:10px 0;
}


/* Hero */

.hero{
min-height:70vh;
padding:60px 20px;
text-align:center;
}

.hero .container{
max-width:100%;
}

.hero-content{
padding-left:0;
text-align:center;
}

.hero h1{
font-size:30px;
}

.hero p{
font-size:17px;
}



/*career-hero*/

.career-hero{
background:#0b3c6d;
color:white;
text-align:center;
padding:80px 20px;
}

.career-hero h1{
font-size:42px;
margin-bottom:10px;
}

.career-hero p{
font-size:18px;
opacity:0.9;
}


.courses{
padding:60px 20px;
max-width:1100px;
margin:auto;
}

.courses h2{
text-align:center;
margin-bottom:40px;
font-size:32px;
}

.course-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.course-card{
background:white;
padding:25px;
border-radius:8px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.3s;
}

.course-card:hover{
transform:translateY(-5px);
}

.course-card h3{
color:#0b3c6d;
margin-bottom:10px;
}

.training{
background:#f7f9fc;
padding:60px 20px;
}

.training h2{
text-align:center;
margin-bottom:40px;
font-size:32px;
}

.training-grid{
max-width:1100px;
margin:auto;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
}

.training-grid ul{
list-style:none;
padding:0;
}

.training-grid li{
padding:8px 0;
border-bottom:1px solid #e5e5e5;
}

.career-cta{
background:#0b3c6d;
color:white;
text-align:center;
padding:70px 20px;
}

.apply-btn{
display:inline-block;
margin-top:20px;
padding:14px 35px;
background:#e63946;
color:white;
text-decoration:none;
border-radius:5px;
font-weight:bold;
}


/* Buttons */

.hero-buttons{
flex-direction:column;
align-items:center;
}

.btn,
.btn-primary,
.btn-secondary{
width:100%;
max-width:280px;
text-align:center;
}


/* Sections */

.section-header h2{
font-size:28px;
}

.section-title{
font-size:28px;
}


/* Grids */

.services-grid{
grid-template-columns:1fr;
}

.trust-grid{
grid-template-columns:1fr;
}

.testimonial-grid{
grid-template-columns:1fr;
}

.why-grid{
grid-template-columns:1fr;
}

.values-grid{
grid-template-columns:1fr;
}

.contact-grid{
grid-template-columns:1fr;
}

.footer-grid{
grid-template-columns:1fr;
text-align:center;
}


/* Footer */

.footer-grid{
gap:30px;
}

}


/* ===== NEW SERVICES DESIGN ===== */

.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:40px;
max-width:1200px;
margin:60px auto;
padding:0 20px;
}

.service-card{
background:#ffffff;
padding:40px 30px;
border-radius:12px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.3s ease;
}

.service-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

.service-card h3{
font-size:22px;
margin-bottom:15px;
color:#002d62;
}

.service-card p{
font-size:16px;
color:#555;
line-height:1.6;
margin-bottom:20px;
}

.service-card a{
display:inline-block;
margin-top:10px;
color:#00b3a4;
font-weight:600;
text-decoration:none;
}


@media (max-width:768px){

.services-grid{
grid-template-columns:1fr;
gap:25px;
}

.service-card{
padding:25px;
}

}


.services-hero{
padding:120px 0;
background:#f7fbff;
}

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.hero-image img{
width:100%;
border-radius:12px;
}

.trust-bar{
background:#1e73be;
color:white;
padding:40px 0;
}

.trust-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
text-align:center;
}

.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
margin-top:50px;
}

.service-card{
background:white;
padding:40px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:.4s;
}

.service-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 40px rgba(0,0,0,0.12);
}

.stats-section{
background:#f1f6ff;
padding:80px 0;
text-align:center;
}

.stats-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:40px;
}

.counter{
font-size:48px;
color:#1e73be;
}

.testimonial-section{
padding:100px 0;
background:#ffffff;
text-align:center;
}

.testimonial{
max-width:700px;
margin:auto;
font-size:20px;
}

.cta-section{
background:#1e73be;
color:white;
padding:100px 0;
text-align:center;
}

.btn-primary{
background:#1e73be;
color:white;
padding:14px 28px;
border-radius:6px;
text-decoration:none;
}

.btn-secondary{
border:2px solid #1e73be;
padding:14px 28px;
border-radius:6px;
}


.reveal{
opacity:0;
transform:translateY(40px);
transition:all .8s ease;
}

.reveal.active{
opacity:1;
transform:translateY(0);
}


.floating-call{
position:fixed;
bottom:25px;
right:25px;
background:#1e73be;
color:white;
font-size:28px;
width:65px;
height:65px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
box-shadow:0 8px 25px rgba(0,0,0,0.2);
z-index:9999;
animation:pulse 2s infinite;
}

@keyframes pulse{
0%{box-shadow:0 0 0 0 rgba(30,115,190,.6);}
70%{box-shadow:0 0 0 20px rgba(30,115,190,0);}
100%{box-shadow:0 0 0 0 rgba(30,115,190,0);}
}

.reviews-section{
padding:100px 0;
background:#f7fbff;
text-align:center;
}

.review{
max-width:600px;
margin:auto;
font-size:18px;
}

.service-icon img{
width:60px;
margin-bottom:20px;
transition:.4s;
}

.service-card:hover .service-icon img{
transform:scale(1.15) rotate(3deg);
}

.cqc-section{
background:#ffffff;
padding:80px 0;
}

.cqc-grid{
display:grid;
grid-template-columns:200px 1fr;
gap:40px;
align-items:center;
}


.top-contact-bar{
background:#1e73be;
color:white;
padding:10px 0;
text-align:center;
font-size:14px;
}

.contact-btn{
background:white;
color:#1e73be;
padding:6px 14px;
border-radius:4px;
margin-left:15px;
text-decoration:none;
}



.about-hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.about-hero-image img{
width:100%;
border-radius:12px;
}

.about-story{
padding:80px 0;
}

.values-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
margin-top:40px;
}

.value-card{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.trust-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:30px;
text-align:center;
}

.about-team{
padding:100px 0;
background:#f7fbff;
}

.team-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
margin-top:40px;
}

.team-card img{
width:100%;
border-radius:10px;
margin-bottom:15px;
}

.about-cta{
background:#1e73be;
color:white;
padding:100px 0;
text-align:center;
}



.about-hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.about-hero-image img{
width:100%;
border-radius:12px;
}

.about-story{
padding:80px 0;
}

.values-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
margin-top:40px;
}

.value-card{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.trust-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:30px;
text-align:center;
}

.about-team{
padding:100px 0;
background:#f7fbff;
}

.team-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
margin-top:40px;
}

.team-card img{
width:100%;
border-radius:10px;
margin-bottom:15px;
}

.about-cta{
background:#1e73be;
color:white;
padding:100px 0;
text-align:center;
}


.founder-section{
padding:100px 0;
}

.founder-grid{
display:grid;
grid-template-columns:350px 1fr;
gap:50px;
align-items:center;
}

.founder-image img{
width:100%;
border-radius:10px;
}


.timeline{
margin-top:50px;
border-left:3px solid #1e73be;
padding-left:30px;
}

.timeline-item{
margin-bottom:40px;
}

.timeline-item h3{
color:#1e73be;
}

.cqc-trust{
background:#f7fbff;
padding:80px 0;
}

.cqc-grid{
display:grid;
grid-template-columns:200px 1fr;
gap:40px;
align-items:center;
}

.cqc-logo img{
width:150px;
}

/* =========================
   FINAL MOBILE FIXES
========================= */

@media (max-width:768px){

/* Containers */
.container{
width:95%;
}



/* HERO GRID */
.hero-grid{
grid-template-columns:1fr;
gap:30px;
text-align:center;
}

/* ABOUT HERO GRID */
.about-hero-grid{
grid-template-columns:1fr;
gap:30px;
text-align:center;
}

/* FOUNDER GRID */
.founder-grid{
grid-template-columns:1fr;
gap:30px;
text-align:center;
}

/* CQC GRID */
.cqc-grid{
grid-template-columns:1fr;
text-align:center;
}

/* CAREER BENEFITS */
.benefits-grid{
grid-template-columns:1fr;
}

/* JOBS */
.jobs-grid{
grid-template-columns:1fr;
}

/* TRAINING */
.training-grid{
grid-template-columns:1fr;
}

/* COURSE GRID */
.course-grid{
grid-template-columns:1fr;
}

/* TEAM GRID */
.team-grid{
grid-template-columns:1fr;
}

/* STATS GRID */
.stats-grid{
grid-template-columns:1fr;
}

/* TRUST GRID */
.trust-grid{
grid-template-columns:1fr;
}

/* VALUES GRID */
.values-grid{
grid-template-columns:1fr;
}

/* WHY GRID */
.why-grid{
grid-template-columns:1fr;
}

/* SERVICES GRID */
.services-grid{
grid-template-columns:1fr;
}

/* FOOTER */
.footer-grid{
grid-template-columns:1fr;
text-align:center;
}

/* Images */
img{
max-width:100%;
height:auto;
}

/* Fix big paddings */
.about-hero,
.career-hero,
.contact-hero{
padding:80px 20px;
}

.about-hero h1,
.career-hero h1,
.contact-hero h1{
font-size:32px;
}

}


@media (max-width:768px){

.counter{
font-size:48px;
}

}
