
.commonStyle__zt3BrandBg {
  background-color: #FFCC33;
}
.Header__logo img {
    max-height: 4rem;
    max-width: 15.5rem;
}
.Header__searchTitle {
    color: #fff; /* default color */
  font-size: 48px;
}
.Header__searchSection .Header__container{
    max-width:1400px;
    width:92%;
}
.Header__header {
    background-image: none;
}

.Header__searchTitle{
    font-size:68px;
    line-height:1.1;
    max-width:none; /* Don't restrict the heading itself */
}
.white-text {
    color: #fff;
}

.yellow-text {
    color: #FFD700; /* or your preferred yellow */
}
.announcement-btn{
    display:inline-block;
    margin-top:35px;
    padding:16px 36px;
    background:#FFC72C;
    color:#000;
    font-size:20px;
    font-weight:600;
    text-decoration:none;
    border-radius:6px;
    transition:all .2s ease;
}

.announcement-btn:hover{
    background:#e5b21d;
    transform:translateY(-2px);
}
.btn blue {
    background-color: #FFCC33!important;
}
.Button__footerBtn {
  background: #FFCC33;
  color: black;
}
.Button__footerBtn:hover {
  background: #c0c0c0;
}
.AppContainer__backToTop:hover {
  background: #c0c0c0;
}
.SearchContainer__downArrow {
      border-top-color: #FFCC33;
}
.NoContent__title {
  color: #FFCC33;
}
.Icon__brand {
  color: #FFCC33;
}
.commonStyle__zt3Brand {
  color: #FFCC33;
}
.Layout__oneColumn {
  min-height: 40vh;
}
.MediaObject__mediaObject {
    display: block;
}
.Avatar__xmedium {
    width: 100%;
    height: 200px;
}

.KbCategory__box.commonStyle__verticalTop.carguroolegacyproduct  {
	border-top: 5px solid red;
}
.KbCategory__box.commonStyle__verticalTop.numberoklegacyproduct {
	border-top: 5px solid red;
}
.KbCategory__box.commonStyle__verticalTop.datafactory {
	border-top: 5px solid green;
}
.KbCategory__box.commonStyle__verticalTop.cammra {
	border-top: 5px solid green;
}
.KbCategory__box.commonStyle__verticalTop.cammraai {
	border-top: 5px solid green;
}



.hero-overlay{
    
    min-height:520px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
  background-image: url("https://cdn.prod.website-files.com/646d11ce44482df542516533%2F66893c59b7b684da73a3714d_1753226_Panamericana_Freeway_1280x720-poster-00001.jpg");
background-position: 50% 35%;
    background-size: cover;
    position: relative;
    z-index: 3;
}

.hero-background{
  background:rgba(0,0,0,.55);
  min-height:520px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
  width:100%;
}

.Header__searchTitle{
    font-size:64px;
    font-weight:700;
    color:#fff;
    max-width:1400px;   /* Increase this */
    width:100%;
    margin:0 auto 25px;
    text-align:center;
    line-height:1.15;
}

.yellow-text{
    color:#FFC72C;
}
.Header__homeContent .Header__globalSearch input[role=search] {
    
    background-color: #d6d6d6 !important;
}

.Header__description{
    color:#fff;
    font-size:18px;
    max-width:900px;
    margin:0 auto 40px;
    line-height:1.6;
}
.search-article{
    color:black;
    font-size:16px;
    max-width:900px;
    margin:0 auto 40px;
    line-height:1.6;
  align-items:center;
    justify-content:center;
    text-align:center;
}
/* ===========================
   General
=========================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #111;
}

/* ===========================
   Section
=========================== */

.faq-info {
    width: 100%;
    background: #1b1b1b;
    padding: 60px 80px;
}

.info-grid {
    max-width: 1400px;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

.info-item {
    flex: 1;
    text-align: center;
}

.info-item h3 {
    color: #f4c430;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}

.info-item p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.95;
}

/* ===========================
   Responsive
=========================== */

@media (max-width: 900px) {

    .faq-info {
        padding: 50px 30px;
    }

    .info-grid {
        flex-direction: column;
        gap: 50px;
    }

    .info-item h3 {
        font-size: 24px;
    }

    .info-item p {
        font-size: 16px;
    }
}
