/********** Template CSS **********/

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed !important;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Fonts ***/
.font-work-sans {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-dancing-script {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


/*** Button ***/
.btn {
    position: relative;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-dark,
.btn-primary {
    margin: 10px;
}

.btn-primary::before,
.btn-primary::after {
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
}

.btn-primary::before {
    top: -10px;
    height: calc(100% + 20px);
    border-left: 2px solid var(--bs-primary);
    border-right: 2px solid var(--bs-primary);
}

.btn-primary::after {
    left: -10px;
    width: calc(100% + 20px);
    border-top: 2px solid var(--bs-primary);
    border-bottom: 2px solid var(--bs-primary);
}

.btn-dark::before,
.btn-dark::after {
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
}

.btn-dark::before {
    top: -10px;
    height: calc(100% + 20px);
    border-left: 2px solid var(--bs-dark);
    border-right: 2px solid var(--bs-dark);
}

.btn-dark::after {
    left: -10px;
    width: calc(100% + 20px);
    border-top: 2px solid var(--bs-dark);
    border-bottom: 2px solid var(--bs-dark);
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar-brand {
    background-color: #501a41;
    min-width: 320px;
    padding: 8px 20px;
    display: flex;
    justify-content: center; /* Equal left & right space */
    align-items: center;
}

.navbar-brand img {
    height: 70px;
    width: auto;
    object-fit: contain;
    display: block;
}

.navbar .navbar-nav .nav-link {
    margin: 0 12px;
    padding: 0;
    outline: none;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--bs-dark);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #300e27;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.email-wrap { word-break: break-word; overflow-wrap: break-word; white-space: normal; }

@media (max-width:991.98px){

    .navbar{
        display:flex;
        align-items:center;
        justify-content:space-between;
        background:#501a41;
        min-height:80px;
    }

    .navbar-brand{
        width:auto;
        padding-left:15px;
    }

    .navbar-brand img{
        height:200px;
    }

    .navbar-toggler{
        margin-right:15px;
    }

    .navbar-collapse{
        background:#fff;
        padding:15px;
        margin-top:5px;
    }

    .navbar-nav{
        text-align:left;      /* Menu on left */
    }

    .navbar .navbar-nav .nav-link{
        font-size: 25px;          /* Bigger text */
        font-weight: 600;
        padding: 18px 0;          /* More height */
        margin:0;
        border-bottom:1px solid #eee;
    }
}

/*** Hero Header ***/
.hero-header {
    background: url(../img/hero-bg.jpg) top left no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .hero-header .container {
        max-width: 100% !important;
    }

    .hero-header .hero-header-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .hero-header .hero-header-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .hero-header .hero-header-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.header-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next{
    position: relative;
    margin-left: 2px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-dark);
    background: var(--bs-primary);
    font-size: 22px;
    transition: .5s;
    color: var(--bs-white);
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: var(--bs-white);
}

.page-header {
    background: url(../img/page-header.jpg) center center no-repeat;
    background-size: contain;
}


/*** Service ***/
@media (max-width: 768px) {
    .service .service-item {
        border: none !important;
        box-shadow: 0 0 45px rgba(0, 0, 0, .05);
    }
}

@media (min-width: 992px) {
    .service .service-item.border-lg-end {
        border-right: 1px solid #dee2e6;
    }

    .service .service-item.border-lg-end-0 {
        border-right: none !important;
    }

    .service .service-item.border-lg-bottom-0 {
        border-bottom: none !important;
    }
}

.service .service-item .btn-primary {
    border-width: 2px;
    background: var(--bs-white);
}

.service .service-item .btn-primary:hover {
    background: var(--bs-primary);
    color: white;
}

.service .service-item img {
    width: 70px;
    margin-bottom: 20px;
}


/*** Team ***/
.team {
    position: relative;
}

.team::before {
    position: absolute;
    content: "";
    width: 200%;
    height: 200px;
    top: 50%;
    left: -50%;
    transform: translateY(-50%);
    margin-top: 1rem;
    background: var(--bs-primary);
}

.team-item img {
    transition: .5s;
}
  
.team-item:hover img {
    transform: scale(1.2);
}
  
.team-overlay {
    position: absolute;
    padding: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-overlay {
    background: rgba(255, 255, 255, .9);
}

.team-overlay p {
    letter-spacing: 1px;
}

.team-overlay .btn-dark {
    border-width: 2px;
    color: var(--bs-dark);
    background: transparent;
}

.team-overlay .btn-dark:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}


/*** Testimonial ***/
.testimonial-carousel .owl-item {
    position: relative;
}

.testimonial-carousel .owl-item::before {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .1;
}

.testimonial-carousel .owl-item img {
    position: relative;
    width: 100px;
    height: 100px;
    z-index: 1;
}

.testimonial-carousel .owl-item,
.testimonial-carousel .owl-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item span {
    letter-spacing: 2px;
}

.testimonial-carousel .owl-item.center .bg-light {
    background: var(--bs-primary) !important;
}

.testimonial-carousel .owl-item.center .bg-light * {
    color: var(--bs-dark) !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: white;
    background: var(--bs-primary);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}


/*** Footer ***/
@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: var(--bs-secondary);
    }
}

.contact-card{
    transition:0.3s;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.contact-card:hover{
    transform:translateY(-5px);
}

.contact-card p{
    word-break:break-word;
    line-height:1.8;
}

.contact-card a{
    color:#333;
    text-decoration:none;
}

.contact-card a:hover{
    color:#c59d5f;
}

@media (max-width: 767.98px){

    .contact-card{
        padding:25px 20px !important;
    }

    .contact-card h4{
        font-size:22px;
    }

    .contact-card p{
        font-size:15px;
        line-height:1.7;
    }

    .contact-card i{
        font-size:2.5rem !important;
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-white);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, .5);
    margin-right: 10px;
}

.team-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--bs-white);
    background: var(--bs-primary);
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.team-carousel .owl-nav .owl-prev i,
.team-carousel .owl-nav .owl-next i {
    font-size: 20px;
}

.fab {
    font-family: "Font Awesome 5 Brands";
    color: white;
}

.service-item img {
    width: 70px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(31%)
            saturate(1737%) hue-rotate(294deg) brightness(93%) contrast(95%);
}

/* Active center icon */
.testimonial-carousel .owl-item.active.center .text-primary {
    color: #fff !important;
}

/* Active center text */
.testimonial-carousel .owl-item.active.center h4,
.testimonial-carousel .owl-item.active.center p,
.testimonial-carousel .owl-item.active.center i {
    color: #fff !important;
}

.work-item {
    overflow: hidden;
    border-radius: 12px;
}

.work-item img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform .4s ease;
}

.work-item:hover img {
    transform: scale(1.05);
}

@media (max-width: 767.98px) {
      .hide-mobile {
        display: none !important;
        visibility: hidden !important;
    }

    .hide-mobile.wow {
        animation: none !important;
    }
}


/*** ================================
     MOBILE MEDIA QUERY (≤767.98px)
     ================================ ***/
@media (max-width: 767.98px) {

    /* ---------- Fix horizontal overflow ---------- */
    html, body {
        overflow-x: hidden;
        max-width: 100%;
    }

    * {
        max-width: 100%;
    }

    /* ---------- Font Fix (mobile only) ---------- */
    /* body,
    h1, h2, h3, h4, h5, h6,
    p, a, span, li, .btn {
        font-family: "Work Sans", sans-serif !important;
    } */

    .font-dancing-script {
        font-family: "Dancing Script", cursive !important;
    }

    /* ---------- Base Text Readability ---------- */
    body,
    p {
        font-size: 15px;
        line-height: 1.7;
    }

    h1, h2, h3, h4, h5, h6 {
        word-wrap: break-word;
    }

    /* ---------- Container & Section Spacing ---------- */
    .container-fluid.py-5,
    .container.py-5 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .row.g-5 {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 2rem;
    }

    .row.g-4 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1.5rem;
    }

    /* ---------- Navbar Brand ---------- */
    .navbar-brand {
        min-width: unset;
        width: auto;
        padding: 8px 15px;
    }

    .navbar-brand img {
        height: 75px !important;
    }

    /* ============ HERO SECTION (same style as desktop, just readable) ============ */
    .hero-header-text {
        padding: 30px 15px !important;
    }

    .hero-header-text h1.font-dancing-script {
        font-size: 26px;
    }

    .hero-header-text h1.display-1 {
        font-size: 32px;
        line-height: 1.3;
    }

    .hero-header-text .fs-3 {
        font-size: 17px !important;
    }

    .hero-header-text .btn-square {
        width: 34px;
        height: 34px;
    }

    .hero-header-text .fa-phone,
    .hero-header-text .fa-envelope {
        font-size: 14px;
    }

    .hero-header-text h5 {
        font-size: 15px;
    }

    .hero-header-text .fs-5 {
        font-size: 14px !important;
    }

    .hero-header-text .px-3 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    /* Hero image carousel */
    .header-carousel img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    /* ============ ABOUT SECTION ============ */
    #about h1.font-dancing-script {
        font-size: 26px;
    }

    #about h1.mb-5 {
        font-size: 28px;
    }

    #about h2 {
        font-size: 20px;
    }

    #about p {
        font-size: 15px;
        line-height: 1.7;
    }

    #about .d-flex.align-items-center.bg-light {
        padding: 15px !important;
    }

    #about .d-flex.align-items-center.bg-light .btn-square {
        width: 70px !important;
        height: 70px !important;
    }

    #about .fa-2x {
        font-size: 1.4em;
    }

    #about .fa-4x {
        font-size: 2.2em;
    }

    #about .display-5 {
        font-size: 26px;
    }

    #about .bg-light.text-center.p-4 {
        padding: 20px !important;
    }

    /* ============ SERVICES ============ */
    .service h1.font-dancing-script {
        font-size: 26px;
    }

    .service h1.mb-5 {
        font-size: 28px;
    }

    .service-item {
        padding: 25px 15px !important;
    }

    .service-item h3 {
        font-size: 18px;
    }

    .service-item p {
        font-size: 14px;
    }

    .service-item img {
        width: 50px;
        margin-bottom: 12px;
    }

    /* ============ MAKEUP & HAIRSTYLING SECTION ============ */
    #makeup h1.font-dancing-script {
        font-size: 26px;
    }

    #makeup h1.mb-5 {
        font-size: 28px;
    }

    #makeup h3.text-primary {
        font-size: 20px;
    }

    #makeup p {
        font-size: 15px;
    }

    #makeup .row.g-3 p {
        font-size: 14px;
    }

    #makeup .fa-check {
        font-size: 14px;
    }

    #makeup .btn.px-5.py-3 {
        padding: 12px 25px !important;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    /* ============ OUR WORK GALLERY ============ */
    .work-item {
        width: 100%;
    }

    .work-item img {
        width: 100%;
        height: 370px;
        object-fit: cover;
    }

    /* Override Bootstrap col-6 so it takes full row width on mobile */
    #makeup .col-6.col-md-4.col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }


    /* ============ TEAM CAROUSEL ============ */
    .team-item img {
        width: 100%;
        height: 360px;
        object-fit: contain;
    }

    .team-overlay {
        padding: 14px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .team-overlay p {
        font-size: 12px;
        letter-spacing: 0.5px;
        margin-bottom: 4px;
    }

    .team-overlay h4 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .team-carousel .owl-nav {
        margin-top: 20px;
    }

    .team-carousel .owl-nav .owl-prev,
    .team-carousel .owl-nav .owl-next {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    /* ============ TESTIMONIAL CAROUSEL ============ */
    .testimonial-carousel .owl-item::before {
        font-size: 120px;
    }

    .testimonial-carousel .bg-light,
    .testimonial-carousel .text-center.bg-light {
        padding: 25px 18px !important;
    }

    .testimonial-carousel .fa-quote-left {
        font-size: 1.5em !important;
    }

    .testimonial-carousel p {
        font-size: 14px;
        line-height: 1.6;
    }

    .testimonial-carousel h4 {
        font-size: 15px;
    }

    .testimonial-carousel .owl-nav {
        margin-top: 18px;
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    /* Prevent owl items from overflowing width */
    .owl-carousel .owl-stage {
        display: flex;
    }

    .owl-carousel .owl-item {
        flex-shrink: 0;
        width: 100% !important;
    }

    /* ============ CONTACT SECTION ============ */
    .contact-card {
        padding: 25px 20px !important;
    }

    .contact-card h4 {
        font-size: 18px;
    }

    .contact-card h6 {
        font-size: 14px;
    }

    .contact-card p {
        font-size: 14px;
        line-height: 1.7;
    }

    .contact-card i {
        font-size: 2rem !important;
    }

    /* ============ FOOTER ============ */
    .footer {
        padding: 30px 0 !important;
    }

    .footer .col-lg-6 {
        padding: 0 15px !important;
    }

    .footer h5 {
        font-size: 16px;
    }

    .footer p {
        font-size: 14px;
        line-height: 1.6;
    }

    .footer .btn-sm-square {
        width: 28px;
        height: 28px;
    }

    .footer .btn-sm-square i {
        font-size: 14px;
    }

    .footer img[alt="Viva Salon & Academy"] {
        height: 120px !important;
    }

    /* ============ COPYRIGHT BAR ============ */
    .container-fluid.bg-dark.text-white.py-4 .col-12.text-left {
        font-size: 13px;
        text-align: center !important;
    }
}

/*** ================================
     TABLET / iPAD (768px – 1024px)
     ================================ ***/
@media (min-width: 768px) and (max-width: 1024px) {

    .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* Navbar */
    .navbar-brand img {
        height: 75px !important;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 15px;
        margin: 0 8px;
    }

    /* Hero Section */
    .hero-header-text {
        padding: 40px 20px !important;
    }

    .hero-header-text h1.font-dancing-script {
        font-size: 30px;
    }

    .hero-header-text h1.display-1 {
        font-size: 42px;
    }

    .hero-header-text .fs-3 {
        font-size: 20px !important;
    }

    .header-carousel img {
        height: 320px;
        object-fit: cover;
    }

    /* About Section */
    #about h1.mb-5 {
        font-size: 34px;
    }

    #about p {
        font-size: 16px;
    }

    /* Services */
    .service-item {
        padding: 30px 20px !important;
    }

    .service-item h3 {
        font-size: 19px;
    }

    /* Makeup Section */
    #makeup h1.mb-5 {
        font-size: 32px;
    }

    .work-item img {
        height: 360px;
    }

    /* Team Carousel */
    .team-item img {
        height: 320px;
        object-fit: contain;
    }

    .team-overlay p {
        font-size: 13px;
    }

    .team-overlay h4 {
        font-size: 17px;
    }

    /* Testimonial Carousel */
    .testimonial-carousel .owl-item::before {
        font-size: 200px;
    }

    .testimonial-carousel p {
        font-size: 15px;
    }

    /* Footer */
    .footer img[alt="Viva Salon & Academy"] {
        height: 140px !important;
    }
}


/*** ================================
     iPHONE — SMALLER / NARROWER SCREENS
     (SE, Mini, and anything ≤380px)
     ================================ ***/
@media (max-width: 380px) {

    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Navbar */
    .navbar-brand img {
        height: 75px !important;
    }

    /* Hero Section */
    .hero-header-text {
        padding: 20px 10px !important;
    }

    .hero-header-text h1.font-dancing-script {
        font-size: 22px;
    }

    .hero-header-text h1.display-1 {
        font-size: 26px;
        line-height: 1.25;
    }

    .hero-header-text .fs-3 {
        font-size: 15px !important;
    }

    .hero-header-text .btn-square {
        width: 30px;
        height: 30px;
    }

    .hero-header-text .fa-phone,
    .hero-header-text .fa-envelope {
        font-size: 12px;
    }

    .hero-header-text h5 {
        font-size: 13px;
    }

    .hero-header-text .fs-5 {
        font-size: 12.5px !important;
    }

    .header-carousel img {
        height: 180px;
    }

    /* About Section */
    #about h1.font-dancing-script {
        font-size: 22px;
    }

    #about h1.mb-5 {
        font-size: 23px;
    }

    #about h2 {
        font-size: 17px;
    }

    #about p {
        font-size: 13.5px;
    }

    #about .fa-4x {
        font-size: 1.8em;
    }

    #about .display-5 {
        font-size: 21px;
    }

    /* Services */
    .service-item h3 {
        font-size: 16px;
    }

    .service-item p {
        font-size: 13px;
    }

    .service-item img {
        width: 42px;
    }

    /* Makeup Section */
    #makeup h1.font-dancing-script {
        font-size: 22px;
    }

    #makeup h1.mb-5 {
        font-size: 23px;
    }

    #makeup h3.text-primary {
        font-size: 17px;
    }

    #makeup p,
    #makeup .row.g-3 p {
        font-size: 13px;
    }

    .work-item img {
        height: 290px;
    }

    /* Team Carousel */
    .team-item img {
        height: 360px;
        object-fit: contain;
    }

    .team-overlay {
        padding: 10px;
    }

    .team-overlay p {
        font-size: 10.5px;
    }

    .team-overlay h4 {
        font-size: 13.5px;
    }

    /* Testimonial Carousel */
    .testimonial-carousel .owl-item::before {
        font-size: 90px;
    }

    .testimonial-carousel .bg-light,
    .testimonial-carousel .text-center.bg-light {
        padding: 20px 14px !important;
    }

    .testimonial-carousel p {
        font-size: 13px;
    }

    .testimonial-carousel h4 {
        font-size: 14px;
    }

    /* Contact Section */
    .contact-card {
        padding: 20px 15px !important;
    }

    .contact-card h4 {
        font-size: 16px;
    }

    .contact-card p {
        font-size: 13px;
    }

    .contact-card i {
        font-size: 1.8rem !important;
    }

    /* Footer */
    .footer h5 {
        font-size: 15px;
    }

    .footer p {
        font-size: 13px;
    }

    .footer img[alt="Viva Salon & Academy"] {
        height: 100px !important;
    }
}

/*** ================================
     NAVBAR TOGGLER ICON — White Lines
     ================================ ***/

@media (max-width: 991.98px) {

    .navbar-toggler {
        border: none !important;
        background: transparent;
        outline: none;
        box-shadow: none !important;
        padding: 6px 10px;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
        outline: none;
    }

    /* Make the hamburger icon lines white */
    .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='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        width: 26px;
        height: 26px;
    }
}

/*** ================================
     NAVBAR TOGGLER ICON — White Lines (Fix)
     ================================ ***/

@media (max-width: 991.98px) {

    .navbar-toggler {
        border: none !important;
        background: transparent !important;
        outline: none !important;
        box-shadow: none !important;
        padding: 6px 10px;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
        outline: none !important;
    }

    /* Higher specificity to beat Bootstrap's .navbar-light default */
    .navbar-light .navbar-toggler-icon,
    .navbar .navbar-toggler-icon,
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
        width: 26px;
        height: 26px;
    }
}

/* iPad / Tablet sizing (768px – 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-toggler-icon {
        width: 28px;
        height: 28px;
    }
}

/* Mobile sizing (≤767.98px) */
@media (max-width: 767.98px) {
    .navbar-toggler-icon {
        width: 24px;
        height: 24px;
    }
}

/* Small iPhones (≤380px) */
@media (max-width: 380px) {
    .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }
}