.elementor .e-69b637a3-920adef{margin-block-start:0px;flex-direction:row;justify-content:flex-end;align-items:center;}.elementor .e-79a96e84-e43573a{width:50vw;margin-block-start:-30px;flex-direction:column;justify-content:center;align-items:center;}.elementor .e-e002c54-f8c262a{width:100%;height:20vh;background-image:url("https://fat-mag.com/wp-content/uploads/2026/06/listcategory-1.svg");background-repeat:no-repeat;background-attachment:scroll;background-size:cover;background-position:center center;/* Marquee animation for scrolling content */
.marquee-content .elementor-widget-container {
 display: flex;
 width: 5000px; /* Large width for continuous scrolling */
 transform: translateX(0);
 animation: marquee 30s linear infinite;
 white-space: nowrap;
 will-change: transform;
}
/* Stroke effect on text within icon lists */
.marquee-content .elementor-icon-list-text {
 -webkit-text-stroke: 1px #02050a;
}
/* Keyframes for marquee animation */
@keyframes marquee {
 100% { transform: translateX(-2000px); } /* Move content left */
}
/* Reverse marquee animation for right-to-left scrolling */
.marquee-right .elementor-widget-container {
 animation: marquee-right 30s linear infinite;
 transform: translateX(0);
}
@keyframes marquee-right {
 100% { transform: translateX(2000px); } /* Move content right */
}\n}.elementor .e-3f367f4e-ec0d88d{width:100vw;height:100vh;background-image:url("https://fat-mag.com/wp-content/uploads/2026/06/FAT_back.png");background-repeat:no-repeat;background-attachment:scroll;background-size:cover;background-position:0% 0%;flex-direction:column;justify-content:flex-start;align-items:center;}