:root {
     --main-color: #2ea9e0;
    --primary:#2ea9e0; 
    --black: #000;
    --white: #fff;
    --green: #19803f;
    --light-green:#14bd5b ;
    --dark-gray-bg:#121314;
    --yellow: #f7e34c;
    --gradient1: linear-gradient(120deg, #5f26fe 0%, #5f26fe 60%, #ee0ae5 100%);
    --gradient: linear-gradient(120deg, #5f26fe, #ee0ae5);
    --border-radius-lg: 16px;
    --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
    --white: #ffffff;
    --shadow-lg: 0 8px 24px rgba(0,0,0,0.15);
     --page-w: 520px;
    --page-h: 742px;
  --book-w: calc(var(--page-w) * 2);
  --book-h: var(--page-h);
  --turn-ms: 900ms;
    --ui-bg: #2b0830 ;
  --ui-fg: #f4f7fb;
  --ui-border: rgba(255, 255, 255, 0.08);
  --stage-pad: 20px;
--bs-body-color: #000;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

li,
ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
h2{
    font-size:1.5rem;
}
p{margin: 0;}
.container{
padding:0 20px;
}

.main-title{
    margin-bottom: 24px;
}
@media (min-width: 1200px) {
    .container {
        margin: 0 auto;
        padding: 0;
        max-width: 1120px;
    }
}
@media (min-width: 768px) {
    .h2, h2 {
       font-size: 1.75rem;
    }
}
@media (min-width: 1200px) {
    .h2, h2 {
       font-size:2rem;
    }
}
a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

a:hover {
    color: var(--main-color);
}

body {
     font-family: 'Poppins', sans-serif;
     font-size: 16px;
     line-height: 1.4;
}
.dark-gray-bg {
    background: var(--dark-gray-bg);
}
.section-space{
    padding: 40px 0;
}
@media (min-width: 1200px) {
.section-space{
    padding: 60px 0;
}
}
.primary-color {
    color: var(--primary);
}
/** Top Links ***/
.top-head {
    background: #fff;
    padding: 5px 0px;
}

.top-menu li {
    padding: 0px 11px;
    position: relative;
}

.top-menu li:first-child {
    padding-left: 0px;
}

.top-menu li:first-child::before {
    display: none;
}

.top-menu {
    width: 98%;
}

.top-menu ul {
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
}

.top-menu ul::-webkit-scrollbar {
    display: none;
}

.top-menu li a {
    color: #000;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

.top-menu li a:hover {
    color: var(--main-color);
}

.top-menu li:last-child {
    padding-right: 0px;
}

/** Logo section **/
.logo{
    min-width: 200px;

}
.logo img{
    display: block;
    max-width: 200px;
    height: auto;
}
@media(min-width:991px){
    .logo{
    min-width: 350px;

}
.logo img{
    max-width: 320px;

}
}
.main-head {
    padding: 12px 15px;

}
.responsive-video video, .responsive-video iframe {
    width: 100%;
    height: 100%;
    display: block;
    /* border: 4px solid #000; */
    min-height: 270px;
}
/* haeder tabs */
.top_img{text-align:center;}
.top_img img{max-width:100%;}
.hdr_tab_ul{display:flex;gap:12px;margin:0 12px 0 auto;}
.hdr_tab_li{display:flex;}
.hdr_tab_lnk{display:flex;justify-content:center;align-items:center;padding:5px;font-weight:600;
    font-size:13px;
    color:#212529;
    @media(min-width:1200px) {
       font-size:14px; 
    }
}

.hdr_tab_lnk:hover{color:#2ea9e0;border-color:#2ea9e0;}
@media screen and (max-width: 767px) {
.hdr_wth_tab{flex-wrap:wrap;}
.hdr_wth_tab .logo{order:0;}
.hdr_wth_tab .head-right{order:1;}
.hdr_tab_ul{flex-wrap:wrap;margin:16px 0 0 0;order:2;gap:8px;}
.hdr_tab_lnk{padding:5px;}
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.archive {
    margin-right: 15px;
    position: relative;
}

.archive-btn {
    border: 1px solid rgba(21, 25, 28, 0.2);
    padding: 6px 10px;
    color: var(--dark-gray);
    font-weight: 600;
    border-radius: 6px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

.archive-btn i {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -4px;
}

.archive-list {
    background: rgb(249, 249, 249);
    border: 1px solid rgb(237, 237, 237);
    margin-top: 10px;
    position: absolute;
    z-index: 9;
    top: 27px;
    width: 100px !important;
max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
@media(min-width:576px){
    .archive-list{
        width: 100px !important;
    }
 
}
.archive-list.open {
  max-height: 500px; /* enough to fit content */
  opacity: 1;
}

.archive-list li a {
    padding: 5px 13px;
    margin: 0px;
    display: block;
    font-size: 15px;
    color: var(--dark-gray);
    border-bottom: 1px solid rgb(235, 235, 235);
}

.archive-list li a:hover {
    background: var(--main-color);
    color: var(--white);
}

.goto-bt {
    border: 1px solid rgba(21, 25, 28, 0.2);
    padding: 5.7px 10px;
    font-size: 14px;
    display: inline-block;
    color: #000;
    font-weight: 600;
    border-radius: 6px;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;

}
.back-bt {
    flex-shrink: 0;
}
.goto-bt img {
    margin-left: 4px;
    vertical-align: bottom;
}
@media screen and (max-width: 575px) {
        .main-head {
        padding: 10px 0px;
    }

    .logo img {
        max-width: 200px;
    }

    .archive {
        margin-right: 5px;
    }

    .archive-btn,
    .goto-bt {
        font-size: 13px;
        padding: 6px 4px;
    }
    .goto-bt img{
        margin-left: 4px;
    }
    .archive-btn i{
        margin-left: 3px;
    }
}
/** Banner css **/
.header{
position: relative;
z-index: 1;
}
.hero-section {
    position: relative;
    width: 100%;
    min-height: 500px;
    background: #060115 url("https://akm-img-a-in.tosshub.com/businesstoday/resource/lenovo-fifa-2026/images/lenovo1-mobile.jpg") center 20%/cover no-repeat;
}
.hero-section::before{
    background: rgb(0, 0, 0,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
}
@media(min-width:991px){

 .hero-section {
    min-height: 600px;
   background: #060115 url("https://akm-img-a-in.tosshub.com/businesstoday/resource/lenovo-fifa-2026/images/lenovo1.jpg") center center/cover no-repeat
}
.hero-section::before{
background: rgb(0, 0, 0,0.1);
}   
}

/* @media(min-width:991px){
 .hero-section {
    background: #000000 url("../images/lenovo-banner.jpeg") center center/cover no-repeat;
}   
} */
/* @media(min-width:991px){
 .hero-section {
    background: #000000 url("https://akm-img-a-in.tosshub.com/businesstoday/resource/lenovo-fifa-2026/images/lenovo-fifa-2026-banner-new.jpg") center center/cover no-repeat;
}   
}
@media(min-width:1520px){
 .hero-section {
    background: #000000 url("https://akm-img-a-in.tosshub.com/businesstoday/resource/lenovo-fifa-2026//images/lenovo-fifa-2026-banner-new.jpg") top center/contain no-repeat;
}   
} */
.int{
    background: linear-gradient(
    180deg,
    #1a0018 0%,
    #2b0830 35%,
    #3b103f 65%,
    #120012 100%
);
}
.video-intro{
    font-size: 18px;
    line-height: 1.6;
}


/** Footer css start here ****/
.ftr_nav_lnk,.ftr_nav_lnk:before{-webkit-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.bt_ftr_wrp{font-family:"Poppins",verdana,trebuchet ms,arial,helvetica, sans-serif;background-color:#181818;padding:0}.ftr_cnt{align-items:flex-start;display:flex}.ftr_lhs{flex:0 0 280px;flex-shrink:0;max-width:280px}.ftr_rhs{width:calc(100% - 280px)}.ftr_nav_itm{margin:0 0 30px}.ftr_nav_ttl{color:#fff;font-size:16px;line-height:24px;margin:0 0 8px;text-transform:uppercase}.ftr_nav_ul{display:flex;flex-wrap:wrap}.ftr_nav_li{padding:0 24px 8px 0}.ftr_nav_lnk{color:#a4a4a4;display:inline-block;font-size:14px;line-height:21px;padding:0 0 0 15px;position:relative;transition:.3s ease-in-out}.ftr_btm_txt,.ftr_scl_ttl{font-size:12px;line-height:20px;color:#a4a4a4}.ftr_nav_lnk:after{content:'';display:flex;background:url('https://akm-img-a-in.tosshub.com/businesstoday/resource/img/bt_icn_grey.svg') center center/contain no-repeat;height:10px;width:10px;position:absolute;left:0;top:4px}.ftr_nav_lnk:before{content:'';left:0;bottom:-3px;width:100%;height:2px;background:#666;position:absolute;transform:scaleX(0);transition:.3s ease-in-out}.ftr_nav_lnk:hover:before{transform:scaleX(1)}.ftr_nav_lnk:hover{color:#ddd}.lts_str_lst .ftr_nav_li{flex:0 0 25%;margin:0 0 20px;max-width:25%}.ftr_lhs_lgo{display:inline-block;margin:0 0 40px}.ftr_scl_ttl{display:block;margin:0 0 12px}.ftr_scl_ul{align-items:center;display:flex}.ftr_scl_li{margin:0 12px 0 0}.ftr_scl_lnk{align-items:center;display:flex;justify-content:center;border-radius:50%;-webkit-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.ftr_scl_lnk:hover{box-shadow:0 2px 8px rgba(255,255,255,.3);transform:translateY(-5px)}.ftr_btm_wrp{border-top:1px solid #a4a4a4;padding:20px 0}.ftr_btm_ttl{color:#a4a4a4;font-size:11px;line-height:18px;margin:0 0 2px}.ftr_btm_cnt{align-items:center;display:flex;justify-content:space-between}.ftr_btm_rhs{display:flex;flex-direction:column;flex:0 0 100px;max-width:100%}.bt_txt_wrp{padding:12px 6px 60px}.bt_txt_ul{align-items:center;display:flex;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;justify-content: space-between;}.bt_txt_ul::-webkit-scrollbar{display:none}.bt_txt_li{display:flex;flex-shrink:0;padding:0 20px 0 0}.bt_txt_lnk{display:inline-blocks}@media (max-width:1024px){.lts_str_lst .ftr_nav_li{flex:0 0 33.3%;max-width:33.3%}}@media (max-width:767px){/*.bt_ftr_wrp{padding:0 20px}.bt_ftr_wrp.bt_ftr_gap{padding-bottom:90px;}*/.ftr_cnt{flex-direction:column;flex-wrap:wrap}.ftr_lhs{flex:0 0 100%;max-width:100%}.ftr_rhs{margin:40px 0 0;width:100%}.ftr_lhs_lgo{margin-bottom:20px}.ftr_nav_li{flex:0 0 50%;max-width:50%}.lts_str_lst .ftr_nav_li{flex:0 0 50%;max-width:50%;margin:0}.ftr_btm_rhs{margin:0 0 0 50px}.ftr_nav_ttl{color:#fff;margin-bottom:16px}.ftr_nav_lnk:after{filter:invert(.5)}.ftr_nav_lnk{color:#777;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;padding-left:18px}.ftr_btm_wrp{padding:12px 0}.bt_txt_wrp{padding-bottom:30px; padding-left: 20px;padding-right: 20px;}}

.bottom-link{
    border-top:1px solid #a4a4a4;
        padding: 20px 0;
}
.footer-bot-nav {
    display: inline-block;
    width: 100%;
    /* border-bottom: 1px solid rgb(70, 73, 78); */
}
.footer-bot-nav ul {
    padding: 0px 0px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* .footer-bot-nav ul li {
    width: auto;
    display: inline;
    padding-left: 35px;
} */
.footer-bot-nav ul li {
flex: 1 0 auto;
position: relative;
display: flex;
justify-content: space-evenly;
}
.footer-bot-nav ul li:first-child {
    padding-left: 0px;
}
.footer-bot-nav ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #ddd;
    position: relative;
    transition: all 0.5s ease 0s;
}

/* .footer-bot-nav ul li a::after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 13px;
    position: absolute;
    right: -50px;
    top: 4px;
} */

.footer-bot-nav ul li::after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 4px;
}
.footer-bot-nav ul li:last-child::after{
    display: none;
}
/* .footer-bot-nav ul li:last-child a::after {
    display: none;
} */

.footer-bot-nav ul li a::before{
    content: '';
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #666;
    position: absolute;
    transform: scaleX(0);
    transition: .3s ease-in-out;
}
.footer-bot-nav ul li a:hover::before{
transform: scaleX(1);
}
.footer-bot-nav ul li a:hover {
    color: #fff;
}
@media(max-width:1200px){
    .footer-bot-nav ul li a{
        font-size: 13px;
        text-align: left;
    }
    /* .footer-bot-nav ul li {
        padding-left: 10px;
    } */
    /* .footer-bot-nav ul li a::after {
        display: none;
    } */
}
@media screen and (max-width: 767px) {
    .bottom-link{
        padding: 7px 0;
    } 
   .footer-bot-nav ul {
        justify-content: flex-start;
    }
    .footer-bot-nav ul li {
        justify-content:flex-start ;
        width: 50%;
        padding: 5px 5px 5px 0px;
    }
    .toprow ul.social li {
        margin-left: 15px;
    }
    .footer-bot-nav {
        padding: 0px;
    }
    /* .footer-bot-nav ul li a::after {
        display: none;
    } */
    .footer-bot-nav ul li::after {
        display: none;
    }
}
/** Footer css end here ****/

.st-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}
.st-card {
    background: var(--white);
    border-radius: var(--border-radius-lg);
    padding: 1.5rem;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
}



.st-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.st-header h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--primary-dark);
    margin: 0;
}

.st-body, .st-body p {
    color: var(--neutral-gray);
    line-height: 16px;
    line-height: 1.6;
}

.hero-banner-inner{
position: relative;
z-index: 2;
}
 .hero-banner-inner h1 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;   
    text-shadow: rgb(94 5 106) 0px 3px 3px;
}
.banner-info,.banner-info p{
    color: var(--white);
    font-size: 17px;
     margin-bottom: 0;
     line-height: 1.8; 
     font-weight: 500;  
}
.banner-info-sec{
    position: relative;
    z-index: 2;
    /* max-width: 650px; */
    margin: auto;
    /* display: flex;
    justify-content: center;
    flex-direction: column;
     text-align: center;    */
}
@media(min-width:767px){
    .hero-banner-inner h1 {
  font-size: 36px;
    }

}
@media(min-width:991px){
    .hero-banner-inner h1 {
  font-size: 44px;
    }

}

/*** Ebook***/

.toolbar{
  position:sticky;
  top:0;
  z-index:40;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 24px;
  border-radius: 6px;
  background:var(--ui-bg);
  color:var(--ui-fg);
  border-bottom:1px solid var(--ui-border);
  flex-wrap:wrap;
  max-width: 840px;
  margin: auto;
}
.toolbar-group{display:flex;align-items:center;gap:10px;min-width:0}
.toolbar-center{flex:1;justify-content:center}
.btn{
  border:1px solid rgba(255,255,255,0.12);
  background:#152033;
  color:#fff;
  border-radius:12px;
  padding:10px 14px;
  font-size:14px;
  line-height:1;
  cursor:pointer;
}
.btn:hover{background:#f4f4f4}
.btn:disabled{opacity:.45;cursor:not-allowed}
.zoom-wrap{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:14px}
.zoom-wrap input{width:100px}
.page-indicator{min-width:140px;text-align:center;font-weight:700;letter-spacing:.02em}

.stage{
  height:auto;
  /* overflow:auto; */
  touch-action:none;
  padding:var(--stage-pad);
}
.book-wrap{
  min-height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.book{
  position:relative;
  width:var(--book-w);
  height:var(--book-h);
  transform-style:preserve-3d;
  user-select:none;
  perspective:2400px;
  /* min-height: 300px;
  min-width: 300px; */
}

.static-page,.turn-sheet,.turn-sheet .face{border-radius:4px}

.static-page{
  position:absolute;
  top:0;
  width:var(--page-w);
  height:var(--page-h);
  background:transparent;
  box-shadow:0 14px 30px rgba(15,23,42,0.18), 0 4px 8px rgba(15,23,42,0.12);
  overflow:hidden;
}
.static-page.left{left:0}
.static-page.right{right:0}
.static-page.centered{
  left:50%;
  right:auto;
  transform:translateX(-50%);
}

.page-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  background:transparent;
}

.static-page::after,.turn-sheet .face::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:4px;
  box-shadow: inset 0 0 0 1px rgba(15,23,42,.06);
  pointer-events:none;
}

.turn-sheet{
  position:absolute;
  top:0;
  width:var(--page-w);
  height:var(--page-h);
  transform-style:preserve-3d;
  z-index:25;
}
.turn-sheet.hidden{display:none}
.turn-sheet.forward{
  left:50%;
  transform-origin:left center;
}
.turn-sheet.backward{
  left:0;
  transform-origin:right center;
}
.turn-sheet .face{
  position:absolute;
  inset:0;
  backface-visibility:hidden;
  overflow:hidden;
  background:#fff;
  box-shadow:0 14px 30px rgba(15,23,42,0.18), 0 4px 8px rgba(15,23,42,0.12);
}
.turn-sheet .face::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to right, rgba(0,0,0,0.16), transparent 12%, transparent 82%, rgba(0,0,0,0.08));
  mix-blend-mode:multiply;
  pointer-events:none;
}
.turn-sheet .front{transform:rotateY(0deg)}
.turn-sheet .back{transform:rotateY(180deg)}
.turn-sheet.forward.animating{
  transition:transform var(--turn-ms) cubic-bezier(.25,.8,.2,1);
  transform:rotateY(-180deg);
}
.turn-sheet.backward.animating{
  transition:transform var(--turn-ms) cubic-bezier(.25,.8,.2,1);
  transform:rotateY(180deg);
}

.hotspot{
  position:absolute;top:0;bottom:0;width:18%;border:0;background:transparent;cursor:pointer;z-index:30;
}
.hotspot-left{left:0}
.hotspot-right{right:0}
.hotspot:hover{background:linear-gradient(to right, rgba(15,23,42,0.04), transparent)}
.hotspot-right:hover{background:linear-gradient(to left, rgba(15,23,42,0.04), transparent)}

.loading{
  position:absolute;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;
  font-size:18px;font-weight:700;color:#0f172a;background:rgba(255,255,255,0.7);backdrop-filter: blur(2px);
}

@media (max-width: 900px){
    .stage{
        height: auto;
    }
    .toolbar-group{
        flex-wrap: wrap;
        justify-content: center;

    }
  .toolbar{padding:10px; justify-content: center;flex-wrap: wrap;flex-direction: column;}
  .toolbar-center{/*order:3;**/width:100%;}
  .page-indicator{width:100%;}
  .hotspot{width:22%}
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes slideInFromBottom {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animation Classes */
.animate-fade-up {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

.animate-fade-left {
    opacity: 0;
    animation: fadeInLeft 0.8s ease-out forwards;
}

.animate-fade-right {
    opacity: 0;
    animation: fadeInRight 0.8s ease-out forwards;
}

.animate-scale-in {
    opacity: 0;
    animation: scaleIn 0.6s ease-out forwards;
}

.animate-slide-up {
    opacity: 0;
    animation: slideInFromBottom 0.8s ease-out forwards;
}

/* Delay classes */
.delay-100 { animation-delay: 0.1s; }
.delay-200 { animation-delay: 0.2s; }
.delay-300 { animation-delay: 0.3s; }
.delay-400 { animation-delay: 0.4s; }
.delay-500 { animation-delay: 0.5s; }
.delay-600 { animation-delay: 0.6s; }

/* Scroll-triggered animations */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-animate.visible {
    opacity: 1;
    transform: translateY(0);
}

.scroll-animate-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-animate-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.scroll-animate-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-animate-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.scroll-animate-scale {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-animate-scale.visible {
    opacity: 1;
    transform: scale(1);
}

/* Hero section animations */
.banner-info-sec h1 {
    animation: fadeInUp 1s ease-out 0.2s forwards;
    opacity: 0;
}

.banner-info {
    animation: fadeInUp 1s ease-out 0.4s forwards;
    opacity: 0;
}

/* Video section animation */
.image-box {
    animation: fadeInRight 1s ease-out 0.3s forwards;
    opacity: 0;
}

.int .col-6:first-child {
    animation: fadeInLeft 1s ease-out 0.2s forwards;
    opacity: 0;
}

/* Article cards animation */



.st-card:hover {
    animation: pulse 0.6s ease-in-out;
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.2);
}

/* Ebook section animation */
.toolbar {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

.stage {
    animation: scaleIn 1s ease-out 0.3s forwards;
    opacity: 0;
}


/*** stories ***/
.stories-sec{
background: var(--white);
/* background-image: radial-gradient(#dcdcdc 1px, transparent 1px);
background-size: 20px 20px; */
margin-bottom: 0;
}
@media(min-width:992px){
    .stories-sec{
       /* margin-bottom: -40px;  */
    }
}
.stories-sec img {
    border-radius: 6px;
    width: 100%;
    display: block;
    margin: 6px 0 0 0;
}
.top-sec p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
}
.stories-sec h3 a,.stories-sec h3 {
    font-size: 28px;
    line-height: 1.3;
    color: var(--black);
    font-weight: 600;
}
@media screen and (max-width: 991px) {
    .stories-sec h3 a,.stories-sec h3{
    font-size: 24px;
    }
    .top-sec p {
    font-size: 16px;
}
}
@media screen and (max-width: 767px) {
    .stories-sec h3 a,.stories-sec h3{
    font-size: 20px;

    }
    .top-sec p {
    font-size: 16px;
}
}
.stories-sec h4,.stories-sec h4 a {
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    font-weight: 600; 
}
  @media (max-width: 767px){
    .stories-sec h4{
        font-size: 16px;
    }

   }


.stories-sec h3 a:hover,
.stories-sec h4 a:hover{
    color: var(--main-color);
}

.stories-sec .img-wrapper {
    border: 1px solid #838ea4;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
}
.smStory{
    border-left:none;
    height: 100%;
}
.stroy-scroll{
    height: auto;
    overflow-y: inherit;
    overflow-x: inherit;
    padding-right: 0;
}

@media(min-width:992px){
    .smStory{
    border-left:2px solid #dee2e6;
    height: 100%;
}
.stroy-scroll{
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #888 #f1f1f1;
    scrollbar-width: thin;
    padding-right: 20px;
}
}
/** video sec ***/
.card-vd{
    background: #f2f2f2;
    padding:12px 12px 6px 12px;
    transition: all 0.3s ease-in-out;
}
.card-vd h5{
    color: #000;
    margin-top: 12px;
    text-align: left;
    text-transform: capitalize;
}
.card-vd h5 a{
    color: #000;
    transition: all 0.3s ease-in-out;
}
.card-vd h5 a:hover{
   color: var(--main-color);
}
.fifa-video video{
    width: 100%;
    height: 100%;
    display: block;


}
a.btn-style {
  align-items: center;
  background-image: linear-gradient(144deg, #7d1018 , #4b1248  50%, #7d1018);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 600;
}

a.btn-style:active,
a.btn-style:hover {
  outline: 0;
}

a.btn-style span {
  background-color: rgb(5, 6, 45, 0.7);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

a.btn-style:hover span {
  background: none;
}

a.btn-style:active {
  transform: scale(0.9);
}
.arw-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gotonext{
        height: 60px;
        width: 60px;
        min-width:60px;
        background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60" fill="none"><path d="M13.8844 48.75L11.25 46.1156L39.8656 17.5H22.5V13.75H46.25V37.5H42.5V20.1344L13.8844 48.75Z" fill="black"/></svg>')
    }
.card-vd:hover .gotonext {
        background-color: #7a126b;
        background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60" fill="none"><path d="M13.8844 48.75L11.25 46.1156L39.8656 17.5H22.5V13.75H46.25V37.5H42.5V20.1344L13.8844 48.75Z" fill="white"/></svg>')
    } 
.read-more{
    padding: 8px 16px;
    border:1px solid #120012 ;
    display: inline-block;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
}
.read-more:first-child{
    margin-right: 12px;
}