/* ============================================
   Mississauga DUI Lawyer - Custom Styles
   ============================================ */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;600;700;800&family=Roboto:wght@300;400;500;700;900&family=Merriweather:wght@300;400;700;900&family=Abel&display=swap');


body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* CSS Variables */
:root {
    --primary-navy: #16193b;
    --secondary-navy: #1a2744;
    --gold: #c9a347;
    --gold-light: #d4b545;
    --gold-dark: #a8976d;
    --white: #ffffff;
    --light-gray: #f5f5f5;
    --medium-gray: #7b7b7b;
    --dark-gray: #212121;
    --text-dark: #333333;
    --red-accent: #990000;
    --orange: #ff9900;
}

/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;

    font-size: 16px;
    color: var(--medium-gray);
    background-color: var(--light-gray);
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: var(--dark-gray);
    transition: color 0.3s ease;
}

a:hover {
    color: var(--gold);
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* Typography */
h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: var(--dark-gray);
}

h2 {
    font-family: 'Merriweather', serif;
    font-size: 28px;
    font-weight: bold;
    color: var(--dark-gray);
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: var(--dark-gray);
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: var(--dark-gray);
}

h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: var(--dark-gray);
}

h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: var(--dark-gray);
}

p {
    margin-bottom: 18px;
    line-height: 1.8;
}

/* ============================================
   Top Bar
   ============================================ */
.top_bar {
    background-color: var(--primary-navy);
    padding: 8px 0;
    text-align: right;
}

.top_bar .top-no {
    color: var(--white);
    font-size: 14pt;
}

.top_bar .top-no a {
    color: var(--white);
    font-weight: bold;
}

.top_bar .top-no a:hover {
    color: var(--gold);
}

.top_bar .top-no span {
    color: #c9a347;
}

/* ============================================
   Header / Navigation
   ============================================ */
.nav-bar-header {
    background-color: white;
    padding: 0;
}

.header-nav {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.nav-brand {
    padding: 10px 0;
        @media (max-width: 991px) {
        margin-bottom: 0;
    }
}

.nav-brand img {
    max-height: 90px;

    @media (max-width: 991px) {
        height: 70px;
    }
}

.nav-content {
    flex: 1;
    text-align: right;
}

.nav-site-name h1 {
    color: var(--primary-navy);
    font-family: "Merriweather", sans-serif;
font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 700;
    margin: 0;
    padding: 5px 0;
    text-align: right;

}

.nav-content-bottom .nav {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-content-bottom .nav li {
    margin: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
}

.nav-content-bottom .nav li a {
    display: block;
    padding: 10px 12px;
    color: var(--primary-navy);
    font-family: "Open Sans", sans-serif;

    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.nav-content-bottom .nav li a:hover,
.nav-content-bottom .nav li.active a {
    background-color: var(--gold);
    color: var(--primary-navy);
}

.navbar-brand img {
    height: 100px;

    @media (max-width: 991px) {
        height: 75px;
    }
}

.navbar-brand h1 {
font-size: clamp(18px, 2.2vw, 26px);
font-family: 'Merriweather';
color: var(--primary-navy);
margin-bottom: 0;
padding-left: 24px;

}

.navbar-toggler {
    border: unset;
}

/* Mobile Navigation */
.navbar-toggler {
    border-color: var(--primary-navy);
}

.navbar-toggler span {
        border-color: var(--primary-navy);

}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23c9a227' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ============================================
   Hero Banner
   ============================================ */
.banner {
    background:  url('../img/banner.png') center center no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;

    @media screen and (min-width: 768px) {
    min-height: 700px;

    }
}

.home-banner-top {
    padding: 60px 0;
}

.left-home-top {
    color: var(--white);
    padding: 40px 0;
}

.left-home-top .sm-h2 {
    font-family: 'Merriweather', serif;
     font-size: clamp(28px, 5vw, 48px);
    color: var(--white);
    margin-bottom: 5px;
}

.left-home-top h2 {
    font-family: 'Merriweather', serif;
     font-size: clamp(28px, 5vw, 48px);
    color: var(--gold);
    margin-bottom: 20px;
}

.left-home-top .call-now {
     font-size: clamp(28px, 5vw, 48px);
    color: var(--white);
}

.left-home-top .call-now a {
    color: var(--white);
}

.left-home-top .call-now a:hover {
    color: var(--gold);
}

/* Hero Form */
.right-home-top {
    padding: 20px;
}

.right-home-top form {
    background-color: var(--primary-navy);
    padding: 30px;
    border-radius: 5px;
    border: 1px solid rgba(201, 162, 39, 0.3);
}

.title-form {
    color: var(--gold);
    font-family: 'Merriweather', serif;
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}

.form-body-top label {
    color: var(--white);
    font-size: 14px;
    display: block;
    margin-bottom: 18px;
}

.form-body-top input.homeform,
.form-body-top textarea.homeform {
    width: 100%;
    padding: 12px 18px;
    border: none;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-top: 5px;
}

.form-body-top textarea.homeform {
    height: 80px;
    resize: vertical;
}

.sldr-submit input[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: var(--gold);
    color: var(--white);
    border: none;
    border-radius: 48px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
}

.sldr-submit input[type="submit"]:hover {
    background-color: var(--white);
    color: var(--primary-navy);
}

/* ============================================
   Benefit Boxes
   ============================================ */
.boxes-blue {
    background-color: var(--primary-navy);
    padding: 30px 0;
    border-bottom: 4px solid var(--gold);
}

.boxes {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.box-steps {
    text-align: center;
    padding: 18px;
}

@media (min-width: 991px){
    .box-steps:first-child {
    border-right: 1px solid var(--gold-light);
}

.box-steps:nth-child(2) {
    border-right: 1px solid var(--gold-light);
}

.box-steps:nth-child(3) {
    border-right: 1px solid var(--gold-light);
}
}

.box-steps img {
    max-height: 120px;
}

/* ============================================
   Section 1 - Winning DUI Lawyer
   ============================================ */
.section_1 {
    background-color: var(--light-gray);
    padding: 80px 0;

        @media (max-width: 991px) {
            padding: 48px 0;
            .row {
                gap: 32px;
            }

    }
}

.left-mississuga-charges {
    display: flex;
    align-items: center;
}

.left-mississuga-charges h2 {
    color: var(--primary-navy);
    font-size: 24px;
    line-height: 1.4;
}

.left-mississuga-charges img {
    margin-right: 20px;
}

.right-mississuga-charges h3 {
    color: var(--primary-navy);
    font-family: 'Merriweather', serif;
    font-size: 20px;
    margin-bottom: 18px;
}

.right-mississuga-charges {
    background: white;
    padding: 32px;
    border-left: 5px solid var(--gold);
}

.right-mississuga-charges p {
    color: var(--primary-navy);
    font-size: 18px;
    margin-bottom: 0;
}

/* ============================================
   Section Lady/Car - Categories
   ============================================ */

           .fall-categories-container {
            position: relative;
            background: linear-gradient(rgba(15, 76, 92, 0.75), rgba(15, 76, 92, 0.75)), 
                        url('../img/police-banner-optimize.png') top/cover no-repeat;
            padding: 80px 0;
            min-height: 500px;
            display: flex;
            align-items: center;
        }

        .fall-categories {
            position: relative;
            z-index: 2;
        }

        .categories-content {
            background: transparent;
            padding: 0;
            border-radius: 0;
            color: #fff;
        }

        .categories-content h2 {
            font-family: 'Merriweather', serif;
            font-size: 2rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .categories-content p {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #fff;
            margin-bottom: 25px;
        }

        .categories-content ul {
            list-style: none;
            padding-left: 0;
            margin: 25px 0 30px 0;
        }

        .categories-content ul li {
            font-size: 1.05rem;
            padding: 12px 0 12px 35px;
            position: relative;
            line-height: 1.6;
            color: #fff;
        }

        .categories-content ul li:before {
            content: "●";
            color: #ffd700;
            font-size: 1.8rem;
            position: absolute;
            left: 0;
            top: 5px;
            font-weight: bold;
        }

        .categories-content .closing-text {
            margin-top: 30px;
            font-size: 1.1rem;
            line-height: 1.7;
        }

        .categories-content .closing-text strong {
            font-weight: 600;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .fall-categories-container {
                padding: 60px 0;
                min-height: auto;
            }

            .categories-content h2 {
                font-size: 1.6rem;
            }

            .categories-content p,
            .categories-content ul li {
                font-size: 1rem;
            }
        }

        @media (max-width: 576px) {
            .categories-content h2 {
                font-size: 1.4rem;
            }
        }
.section_lady-car {
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
    background: var(--primary-navy);
}

.lady-left {
    background: linear-gradient(to bottom, rgba(22, 25, 59, 0.3), rgba(22, 25, 59, 0.7)),
                url('../img/lady.png') center center no-repeat;
    background-size: cover;
    min-height: 400px;
}

.lady-right {
    background-color: var(--primary-navy);
    padding: 80px 80px;
}

.lady-right h2 {
    font-size: 24px;
    color: var(--white);
    margin-bottom: 20px;
}

.lady-right p {
    color: var(--white);
    font-size: 18px;
    line-height: 1.8;
}

.lady-right ul {
    list-style: none;
    padding: 0;
}

.lady-right ul li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    font-size: 18px;
    color: var(--white);
    font-weight: 500;
}

.lady-right ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: bold;
}

/* ============================================
   Section 2 - Reputation
   ============================================ */
.section_2 {
    padding: 80px 0 0;
    background-color: var(--light-gray);

            @media (max-width: 991px) {
            padding: 48px 0;
            .row {
                gap: 32px;
            }

    }
}

.section_2 .row {
    align-items: flex-end;
}

.section-left {
    padding-right: 40px;
}

.section-left .title-section {
    font-size: 26px;
    color: var(--primary-navy);
    margin-bottom: 20px;
    line-height: 1.4;
}

.section-left p {
    font-size: 18px;
    color: var(--medium-gray);
    line-height: 1.8;
}

.section-left a {
    color: var(--gold);
}

.section-left a:hover {
    color: var(--gold-dark);
}

.jonathan-picture {
    text-align: center;
}

.jonathan-picture img {
    max-width: 100%;
    border-radius: 5px;
}

/* ============================================
   Section 3 - Video & To Do List
   ============================================ */
.section_3 {
    background-color: var(--primary-navy);
    padding: 60px 0;

            @media (max-width: 991px) {
            padding: 48px 0;
            .row {
                gap: 32px;
            }

    }
}

.video_column {
    padding: 20px;
}

.video_column iframe {
    width: 100%;
    height: 350px;
    border-radius: 5px;
}

.to-do {
    color: var(--white);
    padding: 30px 40px;
}

.to-do h2 {
    color: var(--white);
    font-size: 28px;
    margin-bottom: 30px;
}

.to-do .gold {
    color: var(--white);
    padding: 18px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.to-do .gold strong {
    color: var(--gold);
    font-size: 18px;
    margin-right: 10px;
    font-family: 'Merriweather';
}

/* ============================================
   Section Shake Hands - Options
   ============================================ */
.section_shake-hands {
    padding: 0;
    background-color: var(--white);

            @media (max-width: 991px) {
            padding: 48px 24px;
            .row {
                gap: 32px;
            }

    }
}

.shake-hand-left {
    max-width: 600px;
    margin: 0 auto
}

.shake-hand-left h2 {
    font-size: 32px;
    color: var(--primary-navy);
    margin-bottom: 25px;
}

.shake-hand-left p {
    font-size: 18px;
    color: var(--medium-gray);
    line-height: 1.8;
}

.shake-hand-left a {
    color: var(--gold);
}

.shake-hand-left strong {
    color: var(--gold);
}
.shake-img {
    background: url('../img/slider-2.jpg') center center no-repeat;
    background-size: cover;
    min-height: 550px;
}

/* ============================================
   Section How It Works - DUI Defence
   ============================================ */
.section_how-it-works {
    background: var(--primary-navy);
    padding: 60px 0;
}

.how-top {
    text-align: center;
    margin-bottom: 40px;
}

.how-top h2 {
    color: var(--white);
    font-size: 36px;
}

.section_how-it-works .gold {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 5px;
    color: var(--white);
    font-size: 16px;
    line-height: 1.5;
    min-height: 125px;
}

.section_how-it-works .row {
    gap: 32px;
    @media (min-width: 991px) {
        flex-wrap: nowrap;
    }
}

.section_how-it-works .col-md-6 {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.section_how-it-works .gold strong {
    color: var(--gold);
    font-size: 24px;
    margin-right: 10px;
    font-family: 'Merriweather', sans-serif;
}

/* ============================================
   Section 5 - Experience Boxes
   ============================================ */
.gray-bg {
    background-color: var(--light-gray);
    padding: 80px 0;

            @media (max-width: 991px) {
            padding: 48px 0;
            .row {
                gap: 32px;
            }

    }
}

.section_5 {
    gap: 32px;
    display: flex;
    

    @media (min-width: 991px) {
flex-wrap: nowrap;
    }
}

.box-white {
    background-color: var(--white);
    padding: 40px;
    border-radius: 5px;
    color: var(--white);
    height: 100%;
}

.box-white h2 {
    color: var(--gold);
    font-size: 24px;
    margin-bottom: 20px;
}

.box-white p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--primary-navy);
}

.box-white a {
    color: var(--gold);
}


        .gray-bg {
            background: #e8e8e8;
            padding: 80px 0;
        }

        /* Top Section - Two Columns */
        .top-section {
            margin-bottom: 50px;
        }

        .experience-column {
            padding: 0 40px;
        }

        .experience-column h2 {
            font-family: 'Open Sans', sans-serif;
            font-size: 1.1rem;
            font-weight: 400;
            color: #555;
            margin-bottom: 5px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .experience-column h2.large {
            font-size: 1.8rem;
            font-weight: 700;
            color: #1a1a2e;
            margin-bottom: 25px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .experience-column p {
            font-size: 1rem;
            line-height: 1.8;
            color: #555;
            margin-bottom: 0;
        }

        /* Take the Next Step Section */
        .next-step-section {
            background: #fff;
            padding: 50px 60px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            margin-bottom: 50px;
        }

        .next-step-title {
            padding-right: 40px;
        }

        .next-step-title h2 {
            font-family: 'Open Sans', sans-serif;
            font-size: 1.5rem;
            font-weight: 400;
            color: #1a1a2e;
            margin: 0 0 5px 0;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .next-step-title h2.large {
            font-size: 2.2rem;
            font-weight: 700;
            color: #1a1a2e;
            margin: 0;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .next-step-content p {
            font-size: 1.05rem;
            line-height: 1.8;
            color: #555;
            margin: 0;
        }

        /* Bottom Cards Section */
        .cards-section {
            margin-top: 0;
        }

        .testimonial-card {
            background: url('../img/testimonial.jpg') center/cover;
            padding: 60px 40px;
            min-height: 300px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            color: #fff;
            position: relative;
            overflow: hidden;
            border-radius: 0;
            height: 100%;
        }

        .about-card {
            background: url('../img/contact.jpg') center/cover;
            padding: 60px 40px;
            min-height: 300px;
            border-radius: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            color: #fff;
            position: relative;
            overflow: hidden;
        }

        .testimonial-card h2,
        .about-card h2 {
            font-family: 'Open Sans', sans-serif;
            font-size: 1.2rem;
            font-weight: 400;
            margin: 0 0 5px 0;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .testimonial-card h2.large,
        .about-card h2.large {
            font-size: 2.5rem;
            font-weight: 700;
            margin: 0 0 30px 0;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .testimonial-card p,
        .about-card p {
            font-size: 1.05rem;
            line-height: 1.7;
            margin-bottom: 15px;
        }

        .testimonial-card p:last-child,
        .about-card p:last-child {
            margin-bottom: 0;
        }

        .btn-gold {
            background: linear-gradient(to right, #c9a227, #d4af37);
            color: #fff;
            border: none;
            padding: 12px 35px;
            font-weight: 600;
            text-transform: uppercase;
            border-radius: 25px;
            text-decoration: none;
            display: inline-block;
            margin-top: 20px;
            font-size: 0.9rem;
            letter-spacing: 0.5px;
        }

        .btn-gold:hover {
            background: linear-gradient(to right, #d4af37, #c9a227);
            color: #fff;
        }

        /* Responsive adjustments */
        @media (max-width: 992px) {
            .experience-column {
                padding: 0 20px;
                margin-bottom: 40px;
            }

            .next-step-section {
                padding: 40px;
            }

            .next-step-title {
                margin-bottom: 20px;
            }

            .testimonial-card,
            .about-card {
                margin-bottom: 20px;
            }
        }

        @media (max-width: 768px) {
            .gray-bg {
                padding: 60px 0;
            }

            .experience-column h2.large {
                font-size: 1.5rem;
            }

            .next-step-section {
                padding: 30px 25px;
            }

            .next-step-title h2.large {
                font-size: 1.8rem;
            }

            .testimonial-card h2.large,
            .about-card h2.large {
                font-size: 2rem;
            }
        }

/* ============================================
   Section 6 - Take Next Step
   ============================================ */
.section_6 {
    background-color: var(--primary-navy);
    padding: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.section_6 h2 {
    color: var(--white);
    font-size: 32px;
    margin-bottom: 0;
}

.section_6 p {
    color: var(--white);
    font-size: 18px;
    margin-bottom: 0;
}

/* ============================================
   Section 8 - Testimonials & About
   ============================================ */
.section_8 {
    display: flex;
    flex-wrap: wrap;
}

.home-testimonial {
    background: url('../img/yellow-bg.png') center center no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.client-say {
    color: var(--white);
    padding: 40px;
}

.client-say h2 {
    color: var(--white);
    font-size: 28px;
    margin-bottom: 25px;
}

.client-say p {
    font-style: italic;
    font-size: 16px;
    line-height: 1.8;
}

.contact-me {
    background: url('../img/blue-bg.png') center center no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.about_jonathan {
    color: var(--white);
    padding: 40px;
}

.about_jonathan h2 {
    color: var(--white);
    font-size: 28px;
    margin-bottom: 25px;
}

.about_jonathan p {
    font-size: 18px;
    line-height: 1.8;
}

/* Buttons */
.btn-md {
    background-color: var(--primary-navy);
    border: 2px solid var(--primary-navy);
    color: var(--white);
    border-radius: 48px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-style: normal;

}

.btn-md:hover {
    background-color: var(--white);
    color: var(--primary-navy);
}

/* ============================================
   Contact Form Section
   ============================================ */
.form-wrapper {
    padding: 80px 0;
    background-color: var(--light-gray);

            @media (max-width: 991px) {
            padding: 48px 0;
            .row {
                gap: 32px;
            }

    }
}

.map h2 {
    color: var(--primary-navy);
    font-size: 32px;
    margin-bottom: 20px;
}

.map p {
    font-size: 18px;
    color: var(--medium-gray);
}

.map iframe {
    width: 100%;
    height: 400px;
    filter: grayscale(100%);
    border-radius: 5px;
}

.form-bottom {
    padding: 20px;
}

.form-bottom label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: var(--dark-gray);
    margin-bottom: 18px;
}

.form-bottom form {
    background: white;
    padding: 32px;
    height: 100%;
    border-left: 5px solid #c9a347;

}

.form-bottom input[type="text"],
.form-bottom input[type="email"],
.form-bottom input[type="tel"],
.form-bottom textarea {
    width: 100%;
    padding: 12px 18px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-top: 5px;
}

.form-bottom textarea {
    height: 100px;
    resize: vertical;
}

.contact-spacer {
    margin-bottom: 18px;
}

.spacer {
    height: 32px;
}

.submit-button input[type="submit"] {
    padding: 12px 40px;
    background-color: var(--gold);
    color: var(--white);
    border: none;
    border-radius: 48px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
}

.submit-button input[type="submit"]:hover {
    background-color: var(--primary-navy);
}

/* ============================================
   Footer
   ============================================ */
.site-footer {
    background-color: var(--primary-navy);
    padding: 30px 0;
}

.nav-bar-footer {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-bar-footer .nav-brand img {
    max-height: 100px;
}

.nav-bar-footer .nav {
    justify-content: center;
}

.nav-bar-footer .nav li a {
    color: var(--white);
    font-size: 13px;
    padding: 10px 18px;
    text-decoration: none !important;
}

.nav-bar-footer .nav li a:hover {
    color: var(--gold);
    background: transparent;
}

.copyright {
    text-align: center;
    padding: 20px 0;
}

.copyright p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    margin: 0;
}

/* ============================================
   Scroll to Top
   ============================================ */
#scrolltotop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--gold);
    color: var(--primary-navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

#scrolltotop.visible {
    opacity: 1;
    visibility: visible;
}

#scrolltotop:hover {
    background-color: var(--gold-dark);
    transform: translateY(-3px);
}

#scrolltotop i {
    font-size: 24px;
}

/* ============================================
   Page Header (for inner pages)
   ============================================ */
.page-header {
background: linear-gradient(90deg, rgba(21, 25, 59, 0.75), rgba(41, 130, 55, 0.9)),
                url('../img/banner.png') center center no-repeat;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

.page-header h1 {
    color: var(--white);
    font-size: 42px;
    margin-bottom: 18px;
}

.page-header .breadcrumb {
    background: transparent;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    color: var(--gold);
    font-size: 14px;
}

.page-header .breadcrumb-item.active {
    color: var(--white);
}

/* ============================================
   Inner Page Content
   ============================================ */
.page-content {
    padding: 60px 0;
    background-color: var(--white);
}

.page-content h2 {
    color: var(--primary-navy);
    margin-bottom: 25px;
    font-family: 'Merriweather';
}

.page-content h3 {
    color: var(--primary-navy);
    margin: 30px 0 20px;
        font-family: 'Merriweather';

}

.page-content strong {
    color: var(--gold);
}

.page-content p {
    font-size: 18px;
    color: var(--medium-gray);
    line-height: 1.8;
}

.page-content ul {
    margin-bottom: 20px;
}

.page-content ul li, .page-content ol li {
    padding: 8px 0;
    font-size: 18px;
    color: var(--medium-gray);
    margin-bottom: 8px;
}

.sidebar {
    background-color: var(--light-gray);
    padding: 30px;
    border-radius: 5px;
}

.sidebar h3 {
    color: var(--primary-navy);
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 2px solid var(--gold);
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}

.sidebar ul li a {
    color: var(--dark-gray);
    font-size: 18px;
}

.sidebar ul li a:hover {
    color: var(--gold);
}

/* ============================================
   Testimonials Page


.testimonial-card p {
    font-style: italic;
    font-size: 16px;
    margin-bottom: 18px;
}

.testimonial-card .author {
    color: var(--gold);
    font-weight: 600;
    font-size: 14px;
}

/* ============================================
   Contact Page
   ============================================ */
.contact-info-box {
    background-color: var(--primary-navy);
    padding: 30px;
    border-radius: 5px;
    color: var(--white);
    margin-bottom: 20px;
}

.contact-info-box h4 {
    color: var(--gold);
    margin-bottom: 18px;
}

.contact-info-box p {
    color: var(--white);
    font-size: 18px;
}

.contact-info-box i {
    color: var(--gold);
    font-size: 24px;
    margin-right: 18px;
}

/* ============================================
   Responsive Styles
   ============================================ */
@media (max-width: 991px) {
    .nav-brand {
        text-align: center;
    }
    
    .nav-content-bottom .nav {
        justify-content: center;
    }
    
    .left-home-top h2 {
        font-size: 36px;
    }
    
    .section_2 .section-left {
        padding-right: 18px;
        margin-bottom: 40px;
    }
    
    .section_6 {
        flex-direction: column;
        text-align: center;
    }
    
    .section_6 h2 {
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .top_bar {
        text-align: center;
    }
    
    .nav-content-bottom .nav li a {
        padding: 8px 10px;
        font-size: 12px;
    }
    
    .left-home-top {
        text-align: center;
    }
    
    .left-home-top h2 {
        font-size: 28px;
    }
    
    .lady-left {
        min-height: 250px;
    }
    
    .section_3 .video_column iframe {
        height: 250px;
    }
    
    .box-white {
        margin: 10px 0;
    }
    
    .section_8 > div {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .box-steps {
        width: 50%;
    }
    
    .nav-content-bottom .nav {
        flex-direction: column;
        align-items: center;
    }
}

/* ============================================
   Utility Classes
   ============================================ */
.spacer {
    display: block;
}

.text-gold {
    color: var(--gold);
}

.bg-navy {
    background-color: var(--primary-navy);
}

.bg-gold {
    background-color: var(--gold);
}

.mb-0 {
    margin-bottom: 0;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}
