body {
    background-color: #ffff;
}

@media (min-width: 1536px) {
    .columns, .container  {
        max-width: 1800px;
    }
}


div#search-content {
    width: 65%;
}
button#menu-search-icon {
    position: absolute;
    right: 30px;
    top: 14px;
}
#header, footer {
    background-color: #002D6A;
}
.text-color-gcc {
    color: #f26522;
}
.preloading {
    display: none;
}

.pt-8 {
    padding-top: 2rem ;
}

.hover-bt-blue:hover {
    background-color: #084BA6;
    border-radius: 22px;
}
/*menu-banner*/
main#maincontent:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1100px;
    z-index: -1;
}

.menu-list-container {
    background: linear-gradient(180deg, #05225E 0%, #295591 100%);
}
/*category-brand on homepage*/
.img-gray-hover img {
  transition: filter 0.3s ease-in-out;
}

.img-gray-hover:hover img {
  filter: grayscale(100%);
}

/*footer*/
.w-80 {
    width: 80%;
}
.group:hover .group-hover\:translate-x-2 {
  transform: translateX(0.5rem);
}

li a:hover {
    color: #e06e38;
}

.ft-tab button {
    padding: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 2px;
    background-image: linear-gradient(rgb(251 246 245 / 21%), transparent);
    box-shadow: inset 0 0 3px rgb(193 193 193 / 4%);
    border-bottom: none;
    cursor: pointer;
    color: rgb(187 187 187 / 80%);
    transition: all 0.036s linear;
}
.ft-tab button.ft-tab-active {
    font-weight: bold;
    background-image: linear-gradient(rgba(224, 110, 56, 0.36), transparent) !important;
    box-shadow: inset 0 0 3px rgba(36, 9, 5, 0.036);
    text-shadow: 0 1px rgba(255, 255, 255, 0.18);
    color: rgb(253 116 73 / 81%) !important;
}

.bt-app {
    background: #000;
    color: #ffff;
}
.bt-app:hover {
    background: #f26522;
    border-color: #fff;
    transform: scale(1.01) translate3d(0, -1px, 0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

footer a.social-icon svg {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

footer a.social-icon:hover svg {
  transform: scale(0.9);
  opacity: 0.7;
}

footer .subscribe button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
    background-color: #f26522;
}

footer .subscribe input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
footer .subscribe button:hover {
    background-color: #f26522;
    opacity: 0.9
}