/* ===========================================
BLACKBERRY HOLIDAYS
OOTY CABS PREMIUM CSS
===========================================*/

:root{
    --primary:#0f766e;
    --secondary:#14532d;
    --accent:#f59e0b;
    --light:#f8fafc;
    --white:#ffffff;
    --dark:#111827;
    --text:#4b5563;

    --radius:18px;

    --shadow:0 12px 40px rgba(0,0,0,.08);

    --transition:.35s ease;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Poppins',sans-serif;
    color:var(--text);
    background:#fff;
    line-height:1.8;

}

img{

    max-width:100%;

}

.container{

    width:min(1180px,92%);
    margin:auto;

}

section{

    padding:90px 0;

}

/* ========================= */

.hero{

background:
linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
url(/assets/images/IMG/Valpari-Tea-Plantation-shutterstock-2.jpg);

background-size:cover;
background-position:center;
min-height:90vh;

display:flex;
align-items:center;

}
.ooty{
    color: white;
}
.hero-content{

max-width:760px;
color:#fff;

}

.tag{

display:inline-block;
padding:10px 18px;
border-radius:50px;
background:rgba(255,255,255,.15);
backdrop-filter:blur(12px);

margin-bottom:20px;

}

.hero h1{

font-size:58px;
font-weight:700;
line-height:1.2;

margin-bottom:25px;

}

.hero p{

font-size:20px;
opacity:.95;

margin-bottom:35px;

}

/* ========================= */

.hero-buttons{

display:flex;
gap:18px;
flex-wrap:wrap;

}

.btn-primary{

display:inline-block;

padding:16px 34px;

background:linear-gradient(135deg,#f59e0b,#ffcf54);

color:#111;

font-weight:600;

border-radius:50px;

text-decoration:none;

transition:var(--transition);

}

.btn-primary:hover{

transform:translateY(-4px);

box-shadow:0 15px 30px rgba(245,158,11,.4);

}

.btn-outline{

display:inline-block;

padding:16px 34px;

border:2px solid #fff;

border-radius:50px;

color:#fff;

text-decoration:none;

transition:.3s;

}

.btn-outline:hover{

background:#fff;
color:#111;

}

/* ========================= */

.section-heading{

text-align:center;

margin-bottom:60px;

}

.section-heading span{

color:var(--primary);

font-weight:600;

letter-spacing:2px;

text-transform:uppercase;

}

.section-heading h2{

font-size:42px;

color:var(--dark);

margin:15px 0;

}

.section-heading p{

max-width:760px;

margin:auto;

}

/* ========================= */

.features-grid,
.package-grid,
.fleet-grid,
.routes-grid,
.why-grid,
.review-grid{

display:grid;

grid-template-columns:
repeat(auto-fit,minmax(280px,1fr));

gap:30px;

}

/* ========================= */

.feature-card,
.package-card,
.fleet-card,
.route-card,
.why-card,
.review-card{

background:#fff;

padding:35px;

border-radius:18px;

box-shadow:var(--shadow);

transition:.35s;

}

.feature-card:hover,
.package-card:hover,
.fleet-card:hover,
.route-card:hover,
.why-card:hover,
.review-card:hover{

transform:translateY(-10px);

}

.icon{

font-size:45px;

margin-bottom:20px;

}

.feature-card h3,
.package-card h3,
.fleet-card h3,
.why-card h3{

margin-bottom:15px;

color:#111827;

}

/* ========================= */

.package-card ul{

padding-left:18px;

}

.package-card li{

margin:10px 0;

}

/* ========================= */

.route-card{

text-align:center;

font-weight:600;

}

/* ========================= */

.review-card{

position:relative;

}

.review-card h4{

margin-top:25px;

color:var(--primary);

}

/* ========================= */

.faq-container{

max-width:900px;

margin:auto;

}

.faq-item{

margin-bottom:18px;

border-radius:14px;

overflow:hidden;

box-shadow:var(--shadow);

}

.faq-question{

width:100%;

padding:22px;

border:none;

cursor:pointer;

background:#fff;

font-size:18px;

font-weight:600;

text-align:left;

}

.faq-answer{

display:none;

padding:22px;

background:#fafafa;

}

/* ========================= */

.cta-box{

background:

linear-gradient(135deg,#0f766e,#14532d);

padding:70px;

border-radius:25px;

color:#fff;

text-align:center;

}

.cta-box h2{

font-size:42px;

margin-bottom:15px;

}

.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

margin-top:30px;

flex-wrap:wrap;

}

/* ========================= */

.blog-content{

max-width:950px;

margin:auto;

}

.blog-content h2{

font-size:42px;

margin-bottom:25px;

color:#111;

}

.blog-content h3{

margin-top:45px;

margin-bottom:18px;

font-size:30px;

color:#14532d;

}

.blog-content p{

margin-bottom:25px;

}

.blog-content ul{

padding-left:22px;

margin-bottom:30px;

}

.blog-content li{

margin:10px 0;

}

/* ========================= */

@media(max-width:991px){

.hero{

text-align:center;

}

.hero h1{

font-size:42px;

}

.section-heading h2{

font-size:34px;

}

.cta-box{

padding:45px 25px;

}

.cta-box h2{

font-size:32px;

}

}

@media(max-width:768px){

section{

padding:70px 0;

}

.hero{

min-height:75vh;

}

.hero h1{

font-size:34px;

}

.hero p{

font-size:17px;

}

.hero-buttons{

justify-content:center;

}

.btn-primary,
.btn-outline{

width:100%;

text-align:center;

}

.section-heading h2{

font-size:30px;

}

.blog-content h2{

font-size:30px;

}

.blog-content h3{

font-size:24px;

}

}

@media(max-width:480px){

.hero h1{

font-size:28px;

}

.tag{

font-size:14px;

}

.section-heading h2{

font-size:26px;

}

.feature-card,
.package-card,
.fleet-card,
.route-card,
.why-card,
.review-card{

padding:25px;

}

}