:root {
    --fb-orange: #f25a22;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
}
a {
    color: white;
    text-decoration: none;
}
/* Barra Superior */
.top-bar {
    background-color: #ffffff;
    color: #000;
    font-weight: 500;
}
.px-5{
    padding-right: 7% !important;
    padding-left: 7% !important;
}

/* Logo */
.logo-fiel {
    width: 12.2%;
    position: absolute;
    top: -50px;
    z-index: 10;
}

/* Navbar */
.nav-link {
    font-size: 18px;
    font-weight: 600;
    color: white;
}
.nav-link.active { color: var(--fb-orange) !important; }

.btn-catalogue {
    border: 1px solid white;
    color: white;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: bold;
}
.display-4{
    font-size: 56px !important;
    font-weight: 400;
    font-family: "Kanit";
    line-height: 1.2;
}

/* Hero Section */
.hero-fiel {
    height: 57vh;
    background: url('https://www.fbtrophies.co.za/wp-content/uploads/2023/03/Sports-banner-1.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}

.orange-line {
    height: 3px;
    display: inline-grid;
    align-items: center;
    width: 50%;
    background-color: var(--fb-orange);
    margin: 0px 0;
}

.btn-contact-fiel {
    display: inline-block;
    border: 3px solid var(--fb-orange);
    color: white;
    padding: 17px 35px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    background: rgba(0,0,0,0.3);
}
.btn-contact-fiel:hover{
    background-color: var(--fb-orange);
    border-color: var(--fb-orange);
    color: #fff;
}

/* Barra de Ícones */
.icon-section-fiel {
    background-color: #000;
    border-top: 2px solid var(--fb-orange);
}

.circle-orange {
    width: 80px;
    height: 80px;
    border: 2px solid var(--fb-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    color: white;
    font-size: 1.5rem;
}
.circle-orange:hover{
    background-color: var(--fb-orange);
    border-color: var(--fb-orange);
    color: #35baf2;
}
.mp-1{
    margin-right: 6rem;
    margin-left: 6rem;
}
.circle-orange i{
    border-color: #ffffff;
    border-width: 0px;
    box-sizing: content-box;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    border-radius: 50%;
    font-size: 40px;
}
html.awb-scroll {
    scrollbar-width: thin;
    scrollbar-color: var(--fb-orange);
}
.icon-box p {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

/* WhatsApp Widget */
.wa-widget {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #333;
    padding: 5px 15px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 0.8rem;
    z-index: 999;
}
.wa-widget img { width: 25px; margin-right: 10px; }
.wa-widget a{
    color: white;
    text-decoration: none;
}
/* Seção de Títulos */
.section-title {
    color: var(--fb-orange);
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

/* Cards de Troféus */
.trophy-card {
    background: #fff;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    height: 100%;
}

.trophy-img-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    background-color: #000;
}

.trophy-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.trophy-card:hover .trophy-main-img {
    transform: scale(1.1);
}

.card-logo {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40px;
    z-index: 10;
}

.trophy-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(242, 90, 34, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.trophy-card:hover .trophy-hover-overlay {
    opacity: 1;
}

.hover-text {
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    border: 2px solid white;
    padding: 8px 15px;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.trophy-info {
    background-color: #000;
    padding: 20px 10px;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trophy-name {
    color: #fff;
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 5px;
}

.trophy-price {
    color: var(--fb-orange);
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0;
}

/* Botão Find More */
.btn-find-more {
    display: inline-block;
    padding: 12px 35px;
    border: 2px solid var(--fb-orange);
    color: var(--fb-orange);
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.btn-find-more:hover {
    background-color: var(--fb-orange);
    color: #fff;
}

/* Promo Card */
.promo-card {
    background-color: #1a1a1a;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border: 1px solid var(--fb-orange);
}

.promo-content {
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.promo-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: white;
}

.text-orange {
    color: var(--fb-orange) !important;
}

.promo-text {
    color: #b0b0b0;
    font-size: 1.1rem;
    max-width: 550px;
    line-height: 1.6;
}

.promo-image-side {
    background-image: linear-gradient(to right, #1a1a1a, transparent 40%), 
                      url('PLAYER.png');
    background-size: cover;
    background-position: center;
    min-height: 400px;
}
.promo-image-side2 {
    background-image: linear-gradient(to right, #1a1a1a, transparent 40%), 
                      url('GIFT.png');
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

.promo-img-box {
    background-image: url('GIFT.png'); 
    background-size: cover;
    background-position: center;
    min-height: 450px;
}

.btn-promo {
    background-color: var(--fb-orange);
    color: white;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
}

.btn-small-text {
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 2px;
}

.btn-main-text {
    font-weight: bold;
    font-size: 16px;
}

.btn-promo-action {
    display: inline-flex;
    flex-direction: column;
    background-color: var(--fb-orange);
    color: white;
    padding: 15px 30px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-promo-action:hover {
    background-color: #d14a1a;
    color: white;
    transform: translateY(-3px);
}

.btn-top-text {
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 1px;
    opacity: 0.9;
    margin-bottom: 2px;
}

.btn-bottom-text {
    font-weight: 800;
    font-size: 1rem;
}

/* Victory Section */
.victory-card {
    background-color: #000000;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #d14a1a;
}

.victory-img-side {
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 400px;
}

.victory-title {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
}

.victory-text {
    color: #d1d1d1;
    font-size: 1.1rem;
    max-width: 500px;
}

.btn-victory-promo {
    background-color: var(--fb-orange);
    color: #000;
    text-decoration: none;
    padding: 20px 30px;
    border-radius: 15px;
    display: inline-block;
    width: 100%;
    max-width: 450px;
    transition: transform 0.3s ease;
}

.btn-victory-promo:hover {
    transform: scale(1.02);
    color: #000;
}

.promo-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.promo-main-text {
    display: block;
    font-size: 1.25rem;
    font-weight: 900;
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(343deg) brightness(98%) contrast(92%);
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0.8;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

/* Testimonials */
.testimonial-underline {
    height: 3px;
    width: 80px;
    background-color: var(--fb-orange);
    margin: 0 auto;
}

.testimonial-card {
    background-color: #1a1a1a;
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid #333;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    border-color: var(--fb-orange);
}

.stars {
    color: var(--fb-orange);
    font-size: 0.9rem;
}

.testimonial-quote {
    color: #b0b0b0;
    font-style: italic;
    font-size: 1rem;
    line-height: 1.6;
}

.user-icon-circle {
    width: 45px;
    height: 45px;
    background-color: #332119;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--fb-orange);
    font-size: 1.2rem;
}

.testimonial-card small {
    font-size: 0.7rem;
    letter-spacing: 0.5px;
}

/* Showcase Polaroid */
.showcase-polaroid {
    background-color: #fff;
    padding: 15px;
    padding-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transition: transform 0.3s ease;
    height: 100%;
}

.showcase-polaroid:hover {
    transform: rotate(-2deg) scale(1.03);
    z-index: 10;
}

.polaroid-img-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: #f0f0f0;
}

.polaroid-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.polaroid-content {
    padding-top: 20px;
    text-align: center;
    color: #333;
}

.polaroid-content p {
    font-size: 0.95rem;
    line-height: 1.4;
    margin: 0;
    color: #444;
}

.polaroid-content strong {
    font-weight: 800;
    color: #000;
}

.showcase-section .orange-line {
    display: block;
    margin-top: 10px;
}

#showcaseCarousel .carousel-control-prev-icon,
#showcaseCarousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.showcase-section .btn-find-more {
    display: inline-block;
    border: 2px solid var(--fb-orange);
    color: var(--fb-orange);
    padding: 10px 40px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    background: transparent;
}

.showcase-section .btn-find-more:hover {
    background-color: var(--fb-orange);
    color: #fff;
}

@media (min-width: 992px) {
    #showcaseCarousel {
        padding: 0 60px;
    }
}

/* Client Logos */
.client-logo-box {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.client-img {
    max-height: 60px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
    transition: all 0.4s ease;
}

.client-img:hover {
    filter: grayscale(0%) brightness(1); 
    opacity: 1;
    transform: translateY(-5px);
}

.border-top-dark {
    border-top: 1px solid rgba(242, 90, 34, 0.3); 
    max-width: 600px;
    margin: 40px auto 0;
}

.clients-section .text-light {
    color: #d1d1d1 !important; 
}

/* Location */
.btn-location-outline {
    border: 2px solid var(--fb-orange);
    color: var(--fb-orange);
    padding: 10px 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8rem;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-location-outline:hover {
    background-color: var(--fb-orange);
    color: #fff;
}

.location-header {
    border-top: 4px solid var(--fb-orange);
    padding-top: 10px;
}

.location-header h4 {
    font-family: 'Kanit', sans-serif;
    font-size: 1.2rem;
    color: #000;
}

.map-wrapper {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid #eee;
}

/* Contact Stadium */
.contact-stadium-section {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                url('https://www.fbtrophies.co.za/wp-content/uploads/2023/03/Sports-banner-1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
}

.contact-info-card {
    border: 1px solid var(--fb-orange);
    background: rgba(0, 0, 0, 0.4);
    padding: 30px;
    height: 100%;
    transition: background 0.3s ease;
}

.contact-info-card:hover {
    background: rgba(242, 90, 34, 0.1);
}

.contact-icon {
    color: var(--fb-orange);
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.contact-info-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.callback-form-card {
    border: 1px solid var(--fb-orange);
    background: rgba(0, 0, 0, 0.5);
    padding: 50px;
}

.form-title {
    font-family: 'Kanit', sans-serif;
    border-bottom: 2px solid var(--fb-orange);
    display: inline-block;
    padding-bottom: 5px;
}

.callback-form-card .input-group-text {
    background-color: #fff;
    border: none;
    color: #333;
}

.callback-form-card .form-control {
    border: none;
    border-radius: 0;
    padding: 12px;
}

.callback-form-card .form-control:focus {
    box-shadow: none;
    border-left: 3px solid var(--fb-orange);
}

.btn-submit-orange {
    background: transparent;
    border: 2px solid var(--fb-orange);
    color: white;
    padding: 10px 40px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-submit-orange:hover {
    background: var(--fb-orange);
    color: white;
}

/* ============================================
   RESPONSIVE - MOBILE FIXES
   ============================================ */

/* Tablet */
@media (max-width: 991px) {
    .logo-fiel {
        width: 100px;
        top: -30px;
    }

    .px-5 {
        padding-right: 3% !important;
        padding-left: 3% !important;
    }

    .mp-1 {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .hero-fiel {
        height: 45vh;
    }

    .hero-fiel h1 {
        font-size: 2.2rem !important;
    }

    .hero-fiel h2 {
        font-size: 1.5rem !important;
    }

    .promo-title { font-size: 2.5rem; }
    .promo-img-box { min-height: 300px; }
    .promo-content { text-align: center; padding: 40px 20px !important; }
    .btn-promo-action { margin: 0 auto; }

    .promo-image-side {
        min-height: 300px;
        background-image: linear-gradient(to bottom, #1a1a1a, transparent 30%), 
                          url('PLAYER.png');
    }

    .victory-img-side {
        min-height: 300px;
    }
    .victory-title {
        font-size: 2.2rem;
    }
    .victory-content {
        text-align: center;
        padding: 40px 20px !important;
    }
    .victory-text {
        margin: 0 auto;
    }

    .contact-stadium-section {
        background-attachment: scroll;
    }
}

/* Mobile */
@media (max-width: 767px) {
       header{
        display: none;
    }
    .top-bar {
        text-align: center !important;
    }

    .top-bar small {
        font-size: 0.7rem;
        display: block;
        line-height: 1.4;
    }

    .logo-fiel {
        width: 80px;
        top: -20px;
        position: relative;
    }

    .navbar {
        padding: 10px 0 !important;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-collapse {
        padding-top: 15px;
    }

    .nav-link {
        font-size: 16px;
        padding: 8px 0 !important;
        text-align: center;
    }

    .btn-catalogue {
        display: block;
        text-align: center;
        margin: 10px auto 0;
    }

    .px-5 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    /* Hero */
    .hero-fiel {
        height: 40vh;
        min-height: 280px;
    }

    .hero-fiel h1 {
        font-size: 1.8rem !important;
    }

    .hero-fiel h2 {
        font-size: 1.2rem !important;
    }

    .btn-contact-fiel {
        padding: 12px 25px;
        font-size: 0.85rem;
    }

    .orange-line {
        width: 60%;
    }

    /* Icon Section */
    .mp-1 {
        margin-right: 0;
        margin-left: 0;
    }

    .icon-section-fiel .d-flex {
        justify-content: center !important;
        gap: 10px;
    }

    .icon-box {
        width: 30%;
        margin-bottom: 15px;
    }

    .circle-orange {
        width: 55px;
        height: 55px;
    }

    .circle-orange i {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 24px;
    }

    .icon-box p {
        font-size: 11px;
    }

    /* Product Sections */
    .products-section .row .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .section-title {
        font-size: 1.5rem !important;
    }

    .trophy-info {
        padding: 12px 8px;
        min-height: 80px;
    }

    .trophy-name {
        font-size: 0.75rem;
    }

    .trophy-price {
        font-size: 0.9rem;
    }

    /* Victory Card */
    .victory-card {
        border-radius: 15px;
    }

    .victory-title {
        font-size: 1.6rem;
    }

    .victory-text {
        font-size: 0.9rem;
    }

    .btn-victory-promo {
        padding: 15px 20px;
    }

    .promo-main-text {
        font-size: 1rem;
    }

    /* Promo Card */
    .promo-card {
        border-radius: 15px;
    }

    .promo-title {
        font-size: 1.8rem;
    }

    .promo-text {
        font-size: 0.9rem;
    }

    .promo-content {
        padding: 30px 20px !important;
        text-align: center;
    }

    .btn-promo-action {
        margin: 0 auto;
        padding: 12px 20px;
    }

    /* Testimonials */
    .testimonial-card {
        padding: 25px 20px;
        margin-bottom: 15px;
    }

    .testimonial-quote {
        font-size: 0.9rem;
    }

    /* Showcase */
    .showcase-polaroid {
        padding: 10px;
        padding-bottom: 15px;
    }

    #showcaseCarousel {
        padding: 0 30px;
    }

    /* Clients */
    .client-logo-box {
        height: 70px;
        padding: 5px;
    }

    .client-img {
        max-height: 40px;
    }

    .clients-section h2 {
        font-size: 1.5rem !important;
    }

    .clients-section p {
        font-size: 0.85rem;
    }

    /* Location */
    .location-header h4 {
        font-size: 1rem;
    }

    .location-header small {
        display: block;
        margin-left: 0 !important;
        margin-top: 5px;
    }

    .map-wrapper iframe {
        height: 250px;
    }

    .btn-location-outline {
        padding: 8px 15px;
        font-size: 0.7rem;
    }

    /* Contact */
    .callback-form-card {
        padding: 20px 15px;
    }

    .form-title {
        font-size: 1.3rem;
    }

    .contact-info-card {
        padding: 20px;
    }

    .contact-info-card h3 {
        font-size: 1rem;
    }

    .contact-info-card p {
        font-size: 0.85rem;
        word-break: break-word;
        color: white;
    }

    /* WhatsApp */
    .wa-widget {
        bottom: 15px;
        left: 10px;
        padding: 4px 10px;
        font-size: 0.7rem;
    }

    .wa-widget img {
        width: 20px;
    }
}

/* Small phones */
@media (max-width: 400px) {
    header{
        display: none;
    }
    .hero-fiel h1 {
        font-size: 1.5rem !important;
    }

    .hero-fiel h2 {
        font-size: 1rem !important;
    }

    .btn-contact-fiel {
        padding: 10px 20px;
        font-size: 0.8rem;
    }

    .icon-box {
        width: 30%;
    }

    .products-section .row .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .victory-title {
        font-size: 1.4rem;
    }

    .promo-title {
        font-size: 1.5rem;
    }
}


