﻿.togo-breadcrumb-banner {
    position: relative;
    width: 100%;
    padding: 160px 0 120px;
    font-family: Montserrat, Arial, sans-serif;
    
    /* Background Image with Deep Navy Gradient Overlay */
    
}

.togo-banner-content {
    text-align: left;
    max-width: 800px;
    position: relative;
    z-index: 2;
}

/* Eyebrow Label */
.togo-banner-eyebrow {
    display: inline-block;
    color: #e61e38;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* Heading */
.togo-banner-title {
    color: #ffffff;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin: 0 0 16px;
}

/* Subtitle */
.togo-banner-desc {
    color: #b0c2d4;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 991px) {
    .togo-breadcrumb-banner {
        padding: 130px 0 75px;
    }
    .togo-banner-title {
        font-size: 34px;
    }
}

@media (max-width: 576px) {
    .togo-breadcrumb-banner {
        padding: 100px 0 55px;
    }
    .togo-banner-title {
        font-size: 28px;
    }
    .togo-banner-desc {
        font-size: 14px;
    }
}