/* ============================================
   DARSHAN DRIVING SCHOOL - Modern UI Overrides
   ============================================ */

/* --- Page Banner / Breadcrumb --- */
.page-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0 50px;
    overflow: hidden;
}
.page-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26,26,46,0.92) 0%, rgba(22,33,62,0.88) 100%);
    z-index: 1;
}
.page-banner .auto-container { position: relative; z-index: 2; }
.page-banner .banner-inner { text-align: center; }
.page-banner h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
    letter-spacing: -0.3px;
}
.page-banner .bread-crumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.page-banner .bread-crumb li {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255,255,255,0.65);
}
.page-banner .bread-crumb li a {
    color: #24a88e;
    text-decoration: none;
    transition: color 0.2s;
}
.page-banner .bread-crumb li a:hover { color: #5dffc2; }
.page-banner .bread-crumb li + li::before {
    content: '/';
    margin-right: 8px;
    color: rgba(255,255,255,0.35);
    font-weight: 400;
}
@media (max-width: 600px) {
    .page-banner { padding: 40px 0 35px; }
    .page-banner h1 { font-size: 26px; }
}

/* --- Typography & Base --- */
body {
    font-family: 'Inter', 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #2d3436;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1a1a2e;
}

p, .text {
    font-size: 16px;
    line-height: 1.75;
    color: #4a5568;
}

/* --- Buttons - Modern Style --- */
.btn-style-one {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.02em;
    padding: 14px 40px 14px 24px;
    border-radius: 6px;
    background-color: #24a88e;
    box-shadow: 0 4px 14px rgba(36, 168, 142, 0.35);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-style-one:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(36, 168, 142, 0.45);
}

.btn-style-one.style-three {
    border: 2px solid #24a88e;
    color: #24a88e;
    background: transparent;
    box-shadow: none;
}

.btn-style-one.style-three:hover {
    background: #24a88e;
    color: #fff;
    box-shadow: 0 4px 14px rgba(36, 168, 142, 0.35);
}

/* --- Section Titles - Better Hierarchy --- */
.sec-title {
    margin-bottom: 24px;
}

.sec-title .sub-title {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #24a88e;
    margin-bottom: 14px;
}

.sec-title h2 {
    font-size: 38px;
    line-height: 1.3;
    font-weight: 800;
    color: #1a1a2e;
    margin-top: 6px;
}

.sec-title .text {
    font-size: 16px;
    color: #636e72;
    margin-top: 18px;
    line-height: 1.8;
}

/* About section content spacing */
.about-section .content-box .text {
    margin-top: 10px;
}
.about-section .content-box .text p {
    font-size: 15px;
    line-height: 1.85;
    color: #4a4a5a;
    margin-bottom: 16px;
}
.about-section .content-box .list-style-one {
    margin-top: 20px;
}

.sec-title.light .sub-title {
    color: rgba(255, 255, 255, 0.8);
}

.sec-title.light h2 {
    color: #fff;
}

/* --- Banner Section - More Impact --- */
.banner-section {
    min-height: 92vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.banner-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.15) 100%);
    z-index: 1;
}

.banner-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, rgba(255,255,255,0.05), transparent);
    z-index: 1;
}

.banner-section .banner-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
    padding: 80px 0 100px;
    text-align: center !important;
    margin: 0 auto;
}

.banner-section .auto-container {
    text-align: center !important;
    max-width: 1200px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.banner-section .banner-content h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 30px;
}

.banner-section .banner-ndis-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.banner-section .ndis-logo-center {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.banner-section .ndis-tag {
    display: inline-block;
    background: linear-gradient(135deg, #24a88e 0%, #1e8c76 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 36px;
    border-radius: 50px;
    letter-spacing: 0.3px;
    box-shadow: 0 8px 30px rgba(36, 168, 142, 0.35);
    transition: all 0.3s ease;
}

.banner-section .ndis-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(36, 168, 142, 0.5);
    color: #fff;
}

.banner-section .banner-text {
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.banner-section .banner-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.banner-section .banner-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #24a88e 0%, #1e8c76 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 30px rgba(36, 168, 142, 0.4);
    transition: all 0.3s ease;
}

.banner-section .banner-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(36, 168, 142, 0.5);
    background: linear-gradient(135deg, #2bb89c 0%, #24a88e 100%);
    color: #fff;
}

.banner-section .banner-btn-primary i {
    transition: transform 0.3s ease;
}

.banner-section .banner-btn-primary:hover i {
    transform: translateX(4px);
}

.banner-section .banner-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.25);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.banner-section .banner-btn-secondary:hover {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.4);
    color: #fff;
    transform: translateY(-2px);
}

.banner-section .banner-btn-secondary i {
    color: #24a88e;
    font-size: 16px;
}

.banner-section .banner-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.banner-section .trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    font-weight: 500;
}

.banner-section .trust-item i {
    color: #ffc107;
    font-size: 14px;
}

/* --- Service Boxes - Modern Cards --- */
.services-section {
    margin-top: -60px;
    z-index: 10;
    padding-bottom: 60px;
}

.services-section .row {
    display: flex;
    flex-wrap: wrap;
}

.services-section .service-block-one {
    display: flex;
}

.service-block-one .inner-box {
    border-radius: 12px;
    padding: 30px 20px 20px;
    border-bottom: 3px solid #24a88e;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 300px;
    overflow: hidden !important;
    position: relative;
}

.service-block-one .inner-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.service-block-one .inner-box::after {
    content: '';
    position: absolute;
    inset: -1px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    border-radius: 12px;
}

.service-block-one .inner-box:hover::after {
    opacity: 1;
}

.service-block-one .icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #e8f8f5 0%, #d1f2eb 100%);
    margin: 0 auto 24px;
    border-radius: 50%;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.service-block-one .icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.service-block-one .icon .hover-icon {
    display: none;
}

.service-block-one .inner-box:hover .icon {
    transform: scale(0.7);
    margin-bottom: 8px;
}

.service-block-one .lower-content {
    position: relative;
    z-index: 2;
    transition: transform 0.4s ease;
    text-align: center;
}

.service-block-one .inner-box:hover .lower-content {
    transform: translateY(-10px);
}

.service-block-one .lower-content div[style],
.service-block-one h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a2e;
    line-height: 1.4;
    margin-bottom: 12px;
    transition: color 0.4s ease;
}

.service-block-one .inner-box:hover .lower-content div[style],
.service-block-one .inner-box:hover .lower-content div,
.service-block-one .inner-box:hover h4 {
    color: #fff !important;
}

.service-block-one .text {
    font-size: 13px;
    color: rgba(255,255,255,0.85) !important;
    line-height: 1.6;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease 0.1s;
    position: relative;
    z-index: 2;
    transform: translateY(8px);
    margin: 0;
    padding: 0;
}

.service-block-one .inner-box:hover .text {
    opacity: 1;
    max-height: 80px;
    transform: translateY(0);
}

/* --- About Section --- */
.about-section .content-block h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.3;
}

.about-section .content-block p {
    font-size: 15px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 16px;
}

.about-section .image-two img {
    border-radius: 12px;
    border: 6px solid #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-section .contact-number a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    border-color: #24a88e;
    color: #1a1a2e;
    transition: all 0.3s ease;
}

.about-section .contact-number a:hover {
    background: #24a88e;
    color: #fff;
    border-color: #24a88e;
}

.about-section .contact-number a i {
    background: #24a88e;
}

/* --- Driving Courses Section --- */
.driving-courses-section .top-content .sec-title h2 {
    font-size: 36px;
    line-height: 1.3;
}

.driving-courses-section .project-tab .project-tab-btns .p-tab-btn {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 4px;
    transition: all 0.3s ease;
    border-right: none;
    margin-right: 8px;
    background: rgba(255,255,255,0.1);
}

.driving-courses-section .project-tab .project-tab-btns .p-tab-btn.active-btn,
.driving-courses-section .project-tab .project-tab-btns .p-tab-btn:hover {
    background: rgba(36, 168, 142, 0.9);
    color: #fff;
}

.driving-courses-section .tabs-header {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

/* --- Feature Banner --- */
.feature-banner-section .outer-box {
    border-radius: 16px;
    padding: 80px 40px;
    overflow: hidden;
    position: relative;
}

.feature-banner-section .outer-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.4), rgba(0,0,0,0.1));
    border-radius: 16px;
}

.feature-banner-section h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    color: #fff;
}

.feature-banner-section h3 {
    position: relative;
    z-index: 1;
}

.feature-banner-section h3 a {
    font-family: 'Inter', sans-serif;
    display: inline-block;
    background: #24a88e;
    color: #fff;
    padding: 14px 36px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(36, 168, 142, 0.35);
}

.feature-banner-section h3 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(36, 168, 142, 0.5);
}

/* --- Driving Info Section --- */
.driving-info-section .sec-title h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.driving-info-section .icon-box {
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    margin-bottom: 24px;
}

.driving-info-section .icon-box:hover {
    background: #f8fffe;
    box-shadow: 0 4px 20px rgba(36, 168, 142, 0.1);
}

.driving-info-section .icon-box h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.driving-info-section .icon-box .text {
    font-size: 14px;
    color: #636e72;
    line-height: 1.7;
}

/* --- Counter / Funfacts Section --- */
.funfacts-section {
    padding: 80px 0 60px;
    background: linear-gradient(180deg, #f8fffe 0%, #fff 100%);
    border-top: 1px solid #e8f8f5;
}

.funfacts-section .count-box {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 56px;
    font-weight: 800;
    color: #24a88e;
    line-height: 1;
}

.funfacts-section .count-box .count-text {
    color: #24a88e;
}

.funfacts-section .text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #4a5568;
    margin-bottom: 0;
}

.funfacts-section .icon-outer {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.funfacts-section .icon {
    border-radius: 16px;
    border-bottom: 2px solid #24a88e;
}

/* --- Info Form / Booking Section --- */
.info-form-section {
    padding: 80px 0;
}

.info-form-section .sec-title h2 {
    font-size: 34px;
    line-height: 1.3;
}

.info-form-section .list li {
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
}

.consult-form {
    border-radius: 16px;
    padding: 40px 30px 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.consult-form h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

.consult-form .text {
    font-size: 14px;
    color: #636e72;
}

.consult-form .form-group input,
.consult-form .form-group textarea {
    font-family: 'Inter', sans-serif;
    border-radius: 8px;
    border: 1.5px solid #e2e8f0;
    padding: 14px 20px;
    font-size: 14px;
    height: auto;
    transition: all 0.3s ease;
    background: #f7fafc;
}

.consult-form .form-group input:focus,
.consult-form .form-group textarea:focus {
    border-color: #24a88e;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(36, 168, 142, 0.1);
    outline: none;
}

.consult-form .form-group textarea {
    min-height: 100px;
    resize: vertical;
}

/* --- Working Process Section --- */
.working-process-section {
    padding: 80px 0 60px;
}

.process-block .content {
    border-radius: 50%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.process-block .inner-box:hover .content {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.process-block .count {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    background: #24a88e;
    box-shadow: 0 6px 20px rgba(36, 168, 142, 0.4);
}

.process-block h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
}

.process-block .text {
    font-size: 14px;
    color: #636e72;
    line-height: 1.7;
}

.process-block.active .content {
    background: linear-gradient(135deg, #24a88e 0%, #1e8c76 100%);
}

.process-block.active h4,
.process-block.active .text {
    color: #fff;
}

/* --- CTA Section --- */
.cta-section {
    padding: 100px 0;
    position: relative;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.6), rgba(0,0,0,0.3));
}

.cta-section h5 {
    position: relative;
    z-index: 1;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.cta-section h2 {
    position: relative;
    z-index: 1;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 40px;
}

.cta-section .link-box {
    position: relative;
    z-index: 1;
}

/* --- Testimonials Section --- */
.testimonials-section {
    padding: 80px 0 60px;
}

.testimonial-block .inner-box {
    border-radius: 12px;
    border-bottom: 3px solid #24a88e;
    padding: 30px 24px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    background: #fff;
}

.testimonial-block .inner-box:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

.testimonial-block h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
}

.testimonial-block .text {
    font-size: 15px;
    line-height: 1.8;
    color: #4a5568;
    font-style: italic;
}

.testimonial-block .location {
    font-size: 13px;
    color: #24a88e;
    font-weight: 600;
}

/* --- Header - Modern Touch --- */
.header-top {
    padding: 8px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-top ul.contact-info li {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: rgba(255, 255, 255, 0.85);
    padding-right: 16px;
    margin-right: 16px;
}

.header-top ul.contact-info li:before {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.header-top ul.contact-info li i {
    color: #24a88e;
    font-size: 14px !important;
    margin-right: 6px;
}

.header-top ul.contact-info a {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.header-top ul.contact-info a:hover {
    color: #24a88e !important;
}

.header-top .right-column a {
    color: #24a88e !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.header-top .right-column a:hover {
    color: #fff !important;
}

/* Header Main Nav */
.main-header .header-upper {
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.main-header .header-upper .inner-container {
    min-height: 70px;
}

.main-menu .navigation > li {
    margin-right: 8px;
    padding: 20px 0 !important;
}

.main-menu .navigation > li > a {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #2d3436 !important;
    padding: 8px 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.main-menu .navigation > li > a:hover {
    color: #24a88e !important;
    background: rgba(36, 168, 142, 0.06);
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current > a:hover {
    color: #24a88e !important;
    background: rgba(36, 168, 142, 0.08);
    font-weight: 600;
}

/* Dropdown styling */
.main-menu .navigation > li > ul {
    border-radius: 10px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    padding: 8px !important;
    min-width: 200px;
}

.main-menu .navigation > li > ul > li > a {
    font-size: 14px !important;
    padding: 10px 16px !important;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.main-menu .navigation > li > ul > li > a:hover {
    background: rgba(36, 168, 142, 0.08) !important;
    color: #24a88e !important;
    padding-left: 20px !important;
}

/* Phone CTA in header */
.main-header .header-upper .navbar-right .contact-info {
    background: linear-gradient(135deg, #f0faf7 0%, #e8f5f1 100%);
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid rgba(36, 168, 142, 0.15);
    transition: all 0.3s ease;
}

.main-header .header-upper .navbar-right .contact-info:hover {
    background: linear-gradient(135deg, #e8f5f1 0%, #d4ede6 100%);
    border-color: rgba(36, 168, 142, 0.3);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(36, 168, 142, 0.15);
}

.main-header .header-upper .navbar-right .contact-info .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #24a88e;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 3px 10px rgba(36, 168, 142, 0.3);
}

.main-header .header-upper .navbar-right .contact-info .icon span {
    color: #fff;
}

.main-header .header-upper .navbar-right .contact-info .content h5 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666;
    font-weight: 500;
    margin-bottom: 2px;
}

.main-header .header-upper .navbar-right .contact-info .content span {
    font-size: 16px;
    font-weight: 700;
    color: #24a88e;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Book Now button in nav */
.nav-book-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #24a88e 0%, #1e8c76 100%);
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(36, 168, 142, 0.3);
    margin-left: 12px;
}

.nav-book-btn:hover {
    background: linear-gradient(135deg, #1e8c76 0%, #187a67 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(36, 168, 142, 0.4);
    color: #fff !important;
}

.nav-book-btn i {
    font-size: 12px;
}

/* Sticky header enhancement */
.sticky-header {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
}

.sticky-header .header-upper {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
}

/* --- Footer Modern --- */
.main-footer {
    background: #1a1a2e;
    padding-top: 0;
    position: relative;
}
.footer-top-bar {
    height: 4px;
    background: linear-gradient(90deg, #24a88e 0%, #1a6fa8 50%, #24a88e 100%);
}
.main-footer .auto-container {
    max-width: 1400px;
}
.main-footer .widgets-section {
    padding: 55px 0 30px;
}
.main-footer .footer-col {
    min-width: 0;
}
.main-footer .widget {
    margin-bottom: 35px;
}
.main-footer .widget .widget-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 18px;
    margin-bottom: 24px;
    position: relative;
}
.main-footer .widget .widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #24a88e;
    border-radius: 2px;
}
.main-footer .widget .widget-title::after {
    content: '';
    position: absolute;
    left: 36px;
    bottom: 1px;
    width: 4px;
    height: 4px;
    background: #24a88e;
    border-radius: 50%;
    box-shadow: 8px 0 0 #24a88e, 16px 0 0 #24a88e;
}

.main-footer .links-widget ul {
    padding: 0;
    margin: 0;
}
.main-footer .links-widget ul li {
    margin-bottom: 10px;
}
.main-footer .links-widget ul li a {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.25s ease, padding-left 0.25s ease;
    display: inline-block;
    line-height: 1.6;
}
.main-footer .links-widget ul li a:hover {
    color: #24a88e;
    padding-left: 6px;
}

/* Footer - We are description */
.main-footer .footer-about-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    line-height: 1.8;
    margin: 0;
}

/* Footer - Opening Hours */
.main-footer .hours-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-footer .hours-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}
.main-footer .hours-list li:last-child {
    border-bottom: none;
}
.main-footer .hours-list .day {
    font-weight: 500;
    color: rgba(255,255,255,0.75);
    min-width: 100px;
}
.main-footer .hours-list .time {
    color: rgba(255,255,255,0.6);
    white-space: nowrap;
}

/* Footer Bottom */
.main-footer .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 22px 0;
    background: rgba(0,0,0,0.15);
    margin: 0;
    width: 100%;
}
.footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.copyright-text {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    line-height: 1.7;
}
.copyright-text a {
    color: #24a88e;
    text-decoration: none;
    transition: color 0.2s;
}
.copyright-text a:hover {
    color: #2bc4a6;
}
.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-social a {
    color: rgba(255,255,255,0.6);
    font-size: 16px;
    transition: color 0.25s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    text-decoration: none;
}
.footer-social a:hover {
    color: #24a88e;
}
.footer-social .social-sep {
    color: rgba(255,255,255,0.2);
    font-size: 14px;
    user-select: none;
}

@media (max-width: 991px) {
    .main-footer .footer-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 575px) {
    .main-footer .footer-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}

/* --- Form Inputs General --- */
input, textarea, select {
    font-family: 'Inter', sans-serif;
}

/* --- Smooth Scrolling --- */
html {
    scroll-behavior: smooth;
}

/* --- Better Image Handling --- */
.about-section .image-one img {
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

/* --- Owl Carousel Dots --- */
.owl-dots .owl-dot {
    transition: all 0.3s ease;
}

.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
    background: #24a88e !important;
}

/* --- Animations Enhancement --- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-block-one .inner-box,
.process-block .inner-box,
.testimonial-block .inner-box {
    animation: fadeInUp 0.6s ease forwards;
}

/* --- Responsive Tweaks --- */
@media (max-width: 991px) {
    .banner-section .banner-content h1 {
        font-size: 40px;
        line-height: 1.2;
    }

    .banner-section .banner-content {
        max-width: 100%;
    }

    .banner-section .banner-trust {
        gap: 16px;
    }
    
    .sec-title h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    
    .feature-banner-section h2 {
        font-size: 28px;
    }
    
    .cta-section h2 {
        font-size: 30px;
    }
    
    .funfacts-section .count-box {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .banner-section {
        min-height: 80vh;
    }

    .banner-section .banner-content h1 {
        font-size: 32px;
    }

    .banner-section .banner-text {
        font-size: 16px;
    }

    .banner-section .banner-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .banner-section .banner-trust {
        flex-direction: column;
        gap: 12px;
    }
    
    .sec-title h2 {
        font-size: 26px;
    }
    
    .consult-form {
        right: 0;
        margin-top: 30px;
    }
    
    .services-section {
        margin-top: -30px;
    }
}

/* ─────────────────────────────────────────────────
   INSTRUCTOR PROFILE PAGE
───────────────────────────────────────────────── */
.instructor-profile-section {
    padding: 60px 0 80px;
    background: #f8fafb;
    min-height: 60vh;
}

/* Skeleton loading */
.profile-skeleton { max-width: 800px; margin: 0 auto; }
.profile-skeleton .skel-header { display: flex; gap: 24px; align-items: center; margin-bottom: 30px; }
.profile-skeleton .skel-avatar { width: 120px; height: 120px; border-radius: 50%; background: #e0e7ed; }
.profile-skeleton .skel-info { flex: 1; }
.profile-skeleton .skel-line { height: 18px; border-radius: 8px; background: #e0e7ed; margin-bottom: 12px; }
.profile-skeleton .skel-line.w60 { width: 60%; }
.profile-skeleton .skel-line.w40 { width: 40%; }
.profile-skeleton .skel-line.w30 { width: 30%; }
.profile-skeleton .skel-body { display: grid; gap: 16px; }
.profile-skeleton .skel-block { height: 140px; border-radius: 12px; background: #e0e7ed; }
.pulse { animation: pulse 1.4s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:.6} 50%{opacity:1} }

/* Error state */
.profile-error {
    text-align: center; padding: 80px 20px;
}
.profile-error i { font-size: 48px; color: #e74c3c; margin-bottom: 16px; }
.profile-error h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 24px; margin-bottom: 8px; }
.profile-error p { color: #666; max-width: 500px; margin: 0 auto 24px; }
.profile-error .btn-back {
    display: inline-block; padding: 12px 28px; background: #19be6f; color: #fff; border-radius: 8px;
    font-weight: 600; text-decoration: none; transition: background .2s;
}
.profile-error .btn-back:hover { background: #14a85e; }

/* Profile hero */
.profile-hero {
    display: flex; gap: 32px; align-items: flex-start;
    background: #fff; border-radius: 16px; padding: 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06); margin-bottom: 24px;
}
.profile-avatar-wrap { position: relative; }
.profile-avatar {
    width: 150px; height: 150px; border-radius: 50%; object-fit: cover;
    border: 4px solid #19be6f; box-shadow: 0 4px 16px rgba(25,190,111,.15);
}
.tier-badge {
    position: absolute; bottom: -4px; left: 50%; transform: translateX(-50%);
    background: linear-gradient(135deg,#19be6f,#0d9e58); color: #fff;
    font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px;
    white-space: nowrap; box-shadow: 0 2px 6px rgba(0,0,0,.12);
}
.profile-hero-right { flex: 1; }
.profile-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 28px; font-weight: 800; color: #1a1a2e; margin: 0 0 10px;
}
.profile-meta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; }
.meta-pill {
    display: inline-flex; align-items: center; gap: 6px;
    background: #f0faf4; color: #1a1a2e; font-size: 13px; font-weight: 500;
    padding: 6px 14px; border-radius: 20px; border: 1px solid #d4f0e2;
}
.meta-pill i { color: #19be6f; font-size: 12px; }
.meta-pill.tier-pill { background: transparent; border: 1px solid #19be6f; color: #19be6f; font-weight: 600; }

/* Starting price */
.profile-starting-price { margin-bottom: 10px; }
.starting-price-val { font-size: 32px; font-weight: 800; color: #19553a; font-family: 'Plus Jakarta Sans','Inter',sans-serif; line-height: 1.1; }
.starting-price-label { font-size: 13px; color: #8e99a4; margin-left: 2px; }

/* Available from */
.profile-available-from {
    display: inline-block; background: #fffbeb; color: #b45309; font-size: 13px; font-weight: 500;
    padding: 5px 14px; border-radius: 20px; border: 1px solid #fde68a; margin-bottom: 14px;
}
.profile-available-from i { margin-right: 5px; }

.profile-languages { margin-bottom: 16px; font-size: 13px; color: #555; }
.profile-languages i { color: #19be6f; margin-right: 6px; }
.lang-tag {
    display: inline-block; background: #eef6ff; color: #2b6cb0; font-size: 12px;
    padding: 3px 10px; border-radius: 12px; margin: 2px 4px 2px 0;
}
.profile-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.profile-btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 28px; background: #19be6f; color: #fff; border-radius: 8px;
    font-weight: 700; font-size: 15px; text-decoration: none; transition: filter .2s;
}
.profile-btn-primary:hover { filter: brightness(0.9); color: #fff; }
.profile-btn-secondary {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 24px; background: #fff; color: #1a1a2e; border: 2px solid #e2e8f0;
    border-radius: 8px; font-weight: 600; font-size: 15px; text-decoration: none; transition: border-color .2s;
}
.profile-btn-secondary:hover { border-color: #19be6f; color: #19be6f; }

/* Profile cards */
.profile-card {
    background: #fff; border-radius: 16px; padding: 28px 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,.05); margin-bottom: 20px;
}
.profile-card-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px; font-weight: 700; color: #1a1a2e;
    margin: 0 0 20px; padding-bottom: 12px; border-bottom: 2px solid #f0f4f8;
}
.profile-card-title i { color: #19be6f; margin-right: 8px; }
.profile-about-text { color: #444; line-height: 1.7; font-size: 15px; margin: 0; }

/* Pricing tabs */
.pricing-tabs {
    display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px;
}
.pricing-tab {
    padding: 8px 18px; border: 2px solid #e2e8f0; border-radius: 8px;
    background: #fff; color: #555; font-size: 13px; font-weight: 600;
    cursor: pointer; transition: all .2s;
}
.pricing-tab:hover { border-color: #19be6f; color: #19be6f; }
.pricing-tab.active { background: #19be6f; border-color: #19be6f; color: #fff; }
.pricing-panel { display: none; }
.pricing-panel.active { display: grid; grid-template-columns: repeat(auto-fill,minmax(220px,1fr)); gap: 16px; }

/* Price card */
.price-card {
    background: #f8fafb; border-radius: 12px; padding: 18px 20px;
    border: 1px solid #e8edf2; transition: box-shadow .2s, border-color .2s;
}
.price-card:hover { border-color: #19be6f; box-shadow: 0 4px 12px rgba(25,190,111,.1); }
.price-card-name { font-weight: 700; font-size: 14px; color: #1a1a2e; margin-bottom: 4px; }
.price-card-dur { font-size: 12px; color: #888; margin-bottom: 10px; }
.price-row { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; border-top: 1px solid #eee; }
.price-label { font-size: 13px; color: #555; }
.price-val { font-size: 18px; font-weight: 800; color: #19be6f; }
.price-book-btn {
    display: block; text-align: center; margin-top: 10px; padding: 8px 0;
    background: #19be6f; color: #fff; border-radius: 6px; font-size: 13px;
    font-weight: 600; text-decoration: none; transition: background .2s;
}
.price-book-btn:hover { background: #14a85e; color: #fff; }
.price-card-package .price-row:first-of-type { border-top: none; }

/* Suburbs */
.suburb-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.suburb-tag {
    display: inline-block; background: #f0f4f8; color: #333; font-size: 13px;
    padding: 6px 14px; border-radius: 20px; border: 1px solid #e2e8f0;
}

/* Vehicle */
.vehicle-details { font-size: 15px; color: #444; }
.vehicle-item strong { color: #1a1a2e; }

/* Details grid */
.details-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); gap: 16px; }
.detail-item { background: #f8fafb; border-radius: 10px; padding: 16px; border: 1px solid #eee; }
.detail-item strong { display: block; font-size: 14px; color: #1a1a2e; margin-bottom: 6px; }
.detail-item strong i { color: #19be6f; margin-right: 6px; }
.detail-item p { margin: 0; font-size: 13px; color: #555; line-height: 1.5; }

/* Reviews */
.reviews-summary { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.reviews-avg { font-size: 28px; font-weight: 900; color: #1a1a2e; }
.reviews-count { font-size: 13px; color: #888; }
.stars { color: #f5a623; font-size: 14px; }
.stars i { margin-right: 1px; }
.reviews-list { display: grid; gap: 14px; }
.review-item { background: #f8fafb; border-radius: 12px; padding: 18px; border: 1px solid #eee; }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.review-avatar {
    width: 40px; height: 40px; border-radius: 50%; background: #19be6f; color: #fff;
    display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px;
}
.review-meta strong { display: block; font-size: 14px; color: #1a1a2e; }
.review-date { font-size: 11px; color: #aaa; margin-left: 8px; }
.review-text { margin: 0; font-size: 14px; color: #555; line-height: 1.6; font-style: italic; }

/* Responsive */
@media (max-width: 768px) {
    .instructor-profile-section { padding: 30px 0 50px; }
    .profile-hero { flex-direction: column; align-items: center; text-align: center; padding: 24px 20px; }
    .profile-hero-right { text-align: center; }
    .profile-meta-row { justify-content: center; }
    .profile-actions { justify-content: center; }
    .profile-avatar { width: 120px; height: 120px; }
    .profile-name { font-size: 22px; }
    .profile-card { padding: 20px 18px; }
    .pricing-panel.active { grid-template-columns: 1fr; }
}

/* ============================================
   BOOK SESSION PAGE
   ============================================ */
.book-session-section { padding: 40px 0 80px; background: #f5f7fa; min-height: 70vh; }

.booking-grid {
    display: grid; grid-template-columns: 1fr 380px; gap: 30px; align-items: start;
}
.booking-card {
    background: #fff; border-radius: 12px; padding: 28px 30px; margin-bottom: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06); border: 1px solid #e8ecf1;
}

/* Header card */
.booking-header-card { border-left: 4px solid #19be6f; }
.booking-label { font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; color: #8e99a4; font-weight: 700; }
.booking-service-name { font-size: 26px; font-weight: 800; color: #1e293b; margin: 6px 0 14px; font-family: 'Plus Jakarta Sans','Inter',sans-serif; }
.booking-meta-pills { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 10px; }
.bk-pill { display: inline-flex; align-items: center; gap: 6px; background: #f0faf5; color: #1e293b; border: 1px solid #d1f0e0;
    padding: 5px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; }
.bk-pill i { color: #19be6f; font-size: 12px; }
.booking-instructor-line { font-size: 15px; color: #64748b; margin: 10px 0 16px; }
.booking-price-line { display: flex; align-items: baseline; gap: 10px; padding-top: 16px; border-top: 1px solid #e8ecf1; }
.booking-price-label { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: #8e99a4; font-weight: 700; }
.booking-price-val { font-size: 32px; font-weight: 800; color: #19be6f; font-family: 'Plus Jakarta Sans',sans-serif; }
.booking-gst { font-size: 13px; color: #8e99a4; }

/* Calendar */
.calendar-hint { font-size: 13px; color: #8e99a4; margin: -4px 0 16px; }
.calendar-widget { user-select: none; }
.calendar-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.cal-nav-btn { background: none; border: 1px solid #e2e8f0; width: 36px; height: 36px; border-radius: 8px;
    font-size: 20px; cursor: pointer; color: #475569; transition: all .2s; display: flex; align-items: center; justify-content: center; }
.cal-nav-btn:hover { background: #f1f5f9; border-color: #cbd5e1; }
.cal-month-year { font-size: 16px; font-weight: 700; color: #1e293b; }
.calendar-grid { text-align: center; }
.cal-head { display: inline-block; width: calc(100%/7); font-size: 11px; font-weight: 700; color: #8e99a4;
    text-transform: uppercase; padding: 8px 0; letter-spacing: .5px; }
.cal-days-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-day { padding: 10px 0; border-radius: 8px; font-size: 14px; font-weight: 500; color: #94a3b8; cursor: default; transition: all .15s; }
.cal-day.empty { visibility: hidden; }
.cal-day.past { color: #d1d5db; }
.cal-day.available { color: #1e293b; background: #f0fdf4; cursor: pointer; font-weight: 600; }
.cal-day.available:hover { background: #dcfce7; }
.cal-day.selected { background: #19be6f; color: #fff; font-weight: 700; cursor: pointer; }
.cal-day[data-date] { cursor: pointer; color: #1e293b; }
.cal-day[data-date]:hover { background: #f1f5f9; }

/* Time slots */
.time-slots-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 8px; }
.time-slot { padding: 10px 8px; border: 1px solid #e2e8f0; border-radius: 8px; background: #fff;
    font-size: 13px; font-weight: 600; color: #475569; cursor: pointer; transition: all .15s; text-align: center; }
.time-slot:hover { border-color: #19be6f; color: #19be6f; background: #f0fdf4; }
.time-slot.selected { background: #19be6f; color: #fff; border-color: #19be6f; }
.time-loading, .time-empty { padding: 20px; text-align: center; color: #8e99a4; font-size: 14px; }
.time-loading i { margin-right: 6px; }
.time-empty i { color: #f59e0b; margin-right: 4px; }

/* Form */
.form-hint { font-size: 13px; color: #8e99a4; margin: -4px 0 20px; }
.booking-form .form-row { display: flex; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; }
.form-group.full { flex: 1; }
.form-group.half { flex: 1; }
.form-group.quarter { flex: 0 0 120px; }
.form-group label { font-size: 13px; font-weight: 600; color: #374151; margin-bottom: 6px; }
.form-group .req { color: #ef4444; }
.form-group input, .form-group select, .form-group textarea {
    padding: 10px 14px; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 14px;
    font-family: 'Inter',sans-serif; color: #1e293b; transition: border-color .2s; outline: none; width: 100%;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #19be6f; box-shadow: 0 0 0 3px rgba(25,190,111,.1); }
.form-sub { font-size: 12px; color: #8e99a4; margin-top: 4px; }
.manual-address { margin-bottom: 8px; }
.manual-address summary { font-size: 12px; font-weight: 700; color: #8e99a4; text-transform: uppercase; letter-spacing: 1px;
    cursor: pointer; padding: 8px 0; }
.manual-address[open] summary { margin-bottom: 12px; }

/* Summary sidebar */
.sticky-summary { position: sticky; top: 100px; }
.booking-summary-card { text-align: center; }
.booking-summary-card h3 { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; color: #8e99a4; font-weight: 700; margin-bottom: 12px; }
.summary-price { font-size: 42px; font-weight: 800; color: #1e293b; font-family: 'Plus Jakarta Sans',sans-serif; line-height: 1.1; }
.summary-gst { font-size: 13px; color: #8e99a4; margin-bottom: 16px; }
.summary-instructor { font-size: 14px; color: #475569; margin-bottom: 12px; padding-top: 12px; border-top: 1px solid #e8ecf1; }
.summary-datetime { font-size: 14px; color: #64748b; line-height: 1.7; margin-bottom: 20px; padding: 12px;
    background: #f8fafc; border-radius: 8px; }
.summary-datetime i { color: #19be6f; margin-right: 4px; }
.confirm-btn { width: 100%; padding: 14px 20px; background: #19be6f; color: #fff; border: none; border-radius: 10px;
    font-size: 16px; font-weight: 700; cursor: pointer; transition: all .2s; font-family: 'Inter',sans-serif; }
.confirm-btn:hover:not(:disabled) { background: #14a85e; transform: translateY(-1px); }
.confirm-btn:disabled { opacity: .5; cursor: not-allowed; }
.summary-secure { font-size: 12px; color: #8e99a4; margin-top: 14px; line-height: 1.5; }
.summary-secure i { color: #19be6f; margin-right: 3px; }

/* Booking page responsive */
@media (max-width: 900px) {
    .booking-grid { grid-template-columns: 1fr; }
    .sticky-summary { position: static; }
}
@media (max-width: 600px) {
    .booking-form .form-row { flex-direction: column; gap: 12px; }
    .form-group.quarter { flex: 1; }
    .booking-service-name { font-size: 22px; }
    .booking-price-val { font-size: 26px; }
    .summary-price { font-size: 34px; }
    .time-slots-grid { grid-template-columns: repeat(3, 1fr); }
}
