body {
    font-family: 'Inter', sans-serif;
    background: #0f1b34;
    margin: 0;
    padding: 0;
}

/* HERO SECTION */
.hero {
    background: linear-gradient(rgba(10, 20, 40, 0.7), rgba(10, 20, 40, 0.7)),
        url('../images/veneers-banner.jpg') center/cover no-repeat;
    color: white;
    text-align: center;
    padding: 130px 20px;
}

.hero h1 {
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    gap: 10px;
}

.breadcrumb-items a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.breadcrumb-items.active {
    color: var(--white-color);
}

/* MAIN WHITE CONTAINER */
.main-content {
    background: #0f1b34;
    /* padding: 80px 15px; */
}

.blog {
    max-width: 1000px;
    margin: 0 auto 60px auto;
    background: #ffffff;
    border-radius: 14px;
    padding: 50px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.blog h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    color: #172951;
}

.blog p {
    color: #555;
    line-height: 1.8;
}

/* COMPARISON SECTION */
.comparison {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 35px;
}

.comparison .card {
    flex: 1;
    min-width: 280px;
    background: #f7f9fc;
    border-radius: 12px;
    padding: 25px;
    border: none;
    transition: 0.3s;
}

.comparison .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.comparison h4 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #0b0a5a;
}

/* CARE SECTION */
.right {
    background: #ffffff;
    padding: 80px 0;
}

.right h2 {
    color: #172951;
}

.right ul li {
    color: #444;
}

/* CHOOSE SECTION */
.choose-vaneer {
    background: #f7f9fc;
    border-radius: 14px;
}

.choose-vaneer h2 {
    color: #172951;
}

.choose-vaneer .col-md-3 div {
    background: white;
    transition: 0.3s;
}

.choose-vaneer .col-md-3 div:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.main-card {
    max-width: 1000px;
    margin: auto;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

/* WHY CHOOSE SECTION */
section[style*="linear-gradient"] {
    /* border-radius: 14px; */
    /* margin: 60px auto; */
    max-width: 1000px;
}

/* CONCLUSION */
.conclusion {
    background: white;
    max-width: 1000px;
    margin: 60px auto;
    border-radius: 14px;
    padding: 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.conclusion h2 {
    color: #172951;
}

/* Section Titles */
.section-title {
    color: #172951;
    font-weight: 700;
    font-size: 2rem;
}

.section-subtitle {
    color: #666;
    font-size: 1.05rem;
    margin-bottom: 20px;
}

.title-divider {
    width: 80px;
    height: 4px;
    margin: 15px auto 0;
    background: linear-gradient(90deg, #172951, #1e3a5f);
    border-radius: 2px;
}

/* CARE SECTION */
.care-section {
    background: #ffffff;
}

.care-item {
    display: flex;
    align-items: flex-start;
    background: #ffffff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    gap: 15px;
}

.icon-circle {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #172951, #1e3a5f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

/* CHOOSE SECTION */
.choose-section {
    background: #ffffff;
}

.choose-card {
    padding: 25px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f7f9fc, #e8eef5);
    transition: 0.3s;
}

.choose-card h5 {
    color: #000000;
}

.choose-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.big-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #172951, #1e3a5f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: white;
    font-size: 1.8rem;
}

.consult-box {
    background: #f8f9fa;
    padding: 25px;
    border-left: 5px solid #172951;
    border-radius: 10px;
}

.consult-box h5 {
    color: #172951;
    font-weight: 600;
}

.consult-box p {
    color: #555;
    margin-bottom: 0;
    line-height: 1.8;
}

/* WHY SECTION */
.why-section {
    background: linear-gradient(135deg, #172951, #1e3a5f);
    color: white;
}

.why-content {
    max-width: 800px;
    margin: auto;
    line-height: 1.8;
}

.why-content p {
    color: #dddddd;
    margin-bottom: 30px;
    line-height: 1.8;
}

/* CONCLUSION */
.conclusion-section {
    background: #ffffff;
}

.conclusion-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin: 30px 0;
}

.conclusion-box p {
    color: #1e1e1e;
    line-height: 1.8;
}

.cta-box {
    background: linear-gradient(135deg, #172951, #1e3a5f);
    color: white;
    padding: 30px;
    border-radius: 16px;
}

.cta-box p {
    color: white;
    line-height: 1.8;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }

    .blog {
        padding: 30px;
    }
}