      * {
    box-sizing: border-box;
}
  body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background: #f8f8f8;
        color: #0b2a52;
        overflow-x: hidden !important;
            max-width: 100vw !important;
    }


html {
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* ------------------------- */
.ylc-hero {
    position: relative;
    width: 100%;
    text-align: center;
    color: #0a1a3a;
    padding-bottom: 80px;
    overflow: hidden;
}

/* Top Logos */
.hero-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
}

.logo-left,
.logo-right {
    width: 140px;
}

/* Middle Yellow Background Title Block */
.title-block {
    position: relative;
    display: inline-block;
    margin: 20px auto 40px auto;
}

.title-bg {
    width: 100%;
    max-width: 650px;
}

.title-text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding-left: 35px;
}

.title-text .main-title {
    font-size: 32px;
    font-weight: 800;
    background: #0a1a3a;
    color: #fff;
    padding: 10px 18px;
    display: inline-block;
    line-height: 1.3;
}

.title-text .year {
    font-size: 28px;
    font-weight: 800;
    background: #0a1a3a;
    color: #fff;
    padding: 8px 16px;
    display: inline-block;
    margin-top: 10px;
}

.title-text .by-text {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Agenda Block */
.agenda-title {
  font-size: 134px;
  font-weight: 600;
  color: #0a2f79;
  margin-top: 20px;
  margin-bottom: 0px;
}
.date-range {
  font-size: 26px;
  font-weight: 600;
  margin-top: 10px;
    color: #06225a;
}

.location-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
    font-size: 17px;
    font-weight: 600;
}
.location-item span{
    font-size: 22px;
    color: #06225a;
}
.location-item .icon {
    width: 22px;
    height: auto;
    margin-top: 4px;
}
.location-item.two {
  display: flex;
 align-items: center;
  flex-direction: column;
}
.location-item.two span{
    font-weight: 400;
}
.location-item.two .col-1 span{
    font-weight: 600;
}
.bottom-image{
    position: relative;
}
/* Bottom Full Width Background Image */
.bottom-bg {
    width: 100%;
    margin-top: 30px;
    display: block;
}
.bottom-image img{
    position: relative;
    width: 100%;
      margin-top: -200px;

}
.ylc-hero .title-block img{
    width: 750px;
}
.ylc-hero .flag-bg {
    padding-top: 20px;
}
.location-item img{
    width: 30px !important;
}
.hero-logos img{
    width: 190px;
}
/* --------------------------- */
.modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        z-index: 9999;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    #closeBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999;
    cursor: pointer;
}

.video-container {
    width: 100vw;
    height: 100vh; /* Full viewport height */
    overflow: hidden;
}

.video-container iframe {
    width: 100%;
    height: 100%;
}

    .modal-content {
        background: #081d39;
        padding: 40px 30px;
        width: 90%;
        max-width: 700px;
        min-height: 100px;
        text-align: center;
        border-radius: 12px;
        position: relative;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    }

    .close-btn {
        position: absolute;
        top: 0px;
  right: 0px;
        background: transparent;
        border: none;
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        padding: 0;
        line-height: 1;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.2s, opacity 0.2s;
    }

    .close-btn:hover {
        transform: scale(1.1);
        opacity: 0.8;
    }

    .heading {
        color: #fff;
        font-size: 24px;
        margin-bottom: 30px;
        font-weight: 500;
    }

    .btn-fields {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-bottom: 20px;
    }

    .btn-fields button {
        border: none;
        padding: 12px 30px;
        width: 150px;
        background: #fff;
        color: #4c2525;
        font-size: 16px;
        font-weight: 600;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.3s;
    }

    .btn-fields button:hover {
        background: #f0f0f0;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    /* Social Icons Animation */
    .social-icons {
        display: flex;
        flex-direction: row;
        gap: 15px;
        margin-top: 30px;
        opacity: 0;
        transform: translateX(100%);
        transition: all 0.5s ease-in-out;
        max-height: 0;
        overflow: hidden;
    }

    .social-icons.show {
        opacity: 1;
        transform: translateX(50px);
        max-height: 500px;
    }

    .social-link {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: #ffffff17;
        padding: 12px 20px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s;
        animation: slideInRight 0.5s ease-out forwards;
    }
.social-link:hover {
    transform: scale(1.2);
    transition: 0.3s ease;
}
    .social-icons.show .social-link:nth-child(1) {
        animation-delay: 0.1s;
    }

    .social-icons.show .social-link:nth-child(2) {
        animation-delay: 0.2s;
    }

    .social-icons.show .social-link:nth-child(3) {
        animation-delay: 0.3s;
    }

    @keyframes slideInRight {
        from {
            opacity: 0;
            transform: translateX(50px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

/* Facebook Blue */
.social-link.fb {
    color: #1877F2;
}

/* Instagram Gradient Trick */
.social-link.ig {
    color: #E4405F;  /* solid pink tone */
}

/* LinkedIn Blue */
.social-link.li {
    color: #0A66C2;
}

/* Email (Gmail red) */
.social-link.mail {
    color: #D44638;
}

/* WhatsApp Green */
.social-link.wa {
    color: #25D366;
}
    .social-link:hover {
        background: #f0f0f0;
        transform: translateX(-5px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .social-link svg {
        width: 24px;
        height: 24px;
    }

    /* Responsive Design */
    @media (max-width: 600px) {
        .modal-content {
            padding: 30px 20px;
            width: 95%;
        }

        .heading {
            font-size: 20px;
        }

        .btn-fields {
            flex-direction: column;
        }

        .btn-fields button {
            width: 100%;
            max-width: 200px;
        }
    }
   /* =========================================================================== */
   .qr-modal-page {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qr-modal-page iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.container {
    max-width: 1440px;
    margin: 0 auto;
}
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
}
.day {
    text-align: center;
    padding-top: 15px;
}
 .day h1 {
    margin: 0;
    font-size: 80px;
}
 .day span {
    font-size: 35px;
    color: #0b2a52;
    display: flex;
    align-items: center;
    text-align: center;
}
 .day span sup{
        font-size: 19px;
    position: relative;
    top: -10px;
}
 .day span::before,
 .day span::after {
    content: "";
    flex: 1;
    border-bottom: 3px solid #0b2a52; /* line color */
    margin: 0 10px; /* spacing from text */
}
 .checkin {
    background: linear-gradient(to right, #f6d455 0%, #f6d455 70%, rgba(246, 212, 85, 0.2) 100%);
    padding: 10px 0px 10px 20px;
    font-weight: 500;
    font-size:24px;
    margin: 20px 0;
        display: flex;
    align-items: center;
}
 .checkin sub{
    font-size: 18px;
 }
.trainers h2 {
    position: relative;
    padding-top: 20px; /* line ke liye space */
}

.trainers h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15%; /* max-width as per request */
    height: 5px; /* line thickness */
    background-color: #0b2a52; /* line color */
}
.section-1 .checkin ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
 .first-list ul li{
    font-size: 23px;
    font-weight: 500;
    padding: 3px 0px;
}

.section-1 .checkin ul li {
    margin: 5px 0;
}
.section-1 .location {
    text-align: center;
    color: #0b2a52;
}
.section-1 .location h2{
         font-size: 30px;
    font-weight: 600;
        margin-bottom: -10px;
}
.section-1 .location h3{
    font-size: 28px;
    font-weight: 500;
}
.section-1 .trainers {
    text-align: center;
}
.section-1 .trainers h2 {
       font-size: 54px;
    margin-bottom: 30px;
    font-weight: 800;
    color: #0b2a52;
}
.section-1 .trainer-cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}
.section-1 .trainer-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.section-1 .trainer-card img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
}
.section-1 .trainer-card h3 {
      margin: 10px 0 5px;
    font-size: 26px;
    font-weight: 800;
}
.section-1 .trainer-card p {
    font-size: 20px;
    margin: 2px 0;
    color: #004b89;
    background: #f6d455;
    display: inline-block;
    padding: 10px 5px;
    border-radius: 4px;
    font-weight: 600;
}
.section-1 .trainer-card .paragraph{
    width: 100%;
    background: #f6d455;
}
/* Common hidden state */
.fade-rl, .fade-lr, .fade-tb, .fade-bt {
    opacity: 0;
    transition: 0.8s ease;
}

/* Left → Right */
.fade-rl {
    transform: translateX(-90px);
}
.fade-rl.show {
    opacity: 1;
    transform: translateX(0);
}

/* Right → Left */
.fade-lr {
    transform: translateX(50px);
}
.fade-lr.show {
    opacity: 1;
    transform: translateX(0);
}

/* Top → Bottom */
.fade-tb {
    transform: translateY(-50px);
}
.fade-tb.show {
    opacity: 1;
    transform: translateY(0);
}

/* Bottom → Top */
.fade-bt {
    transform: translateY(50px);
}
.fade-bt.show {
    opacity: 1;
    transform: translateY(0);
}
/* BOUNCE IN */
.bounce-in {
    opacity: 0;
    transform: scale(0.7);
    transition: 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bounce-in.show {
    opacity: 1;
    transform: scale(1);
}


.section-1{
    padding-bottom: 50px;
}
.section-break{
    width: 100%;
    height: 15px;
    background-color: #0b2a52;
}

.section-2{
    height: 190vh;
    display:flex;
    position: relative;
    padding-top: 30px;
    /* align-items: center; */
}
.section-2 .image img{
        width: 600px;
    border-radius: 50%;
    float: right;
}
.section-2 .heading-sec-2{
    text-align: center;
}
.section-2 .trainer-card-center h3{
    font-size: 110px;
    font-weight: 800;
}
.section-2 .paragraph{
         font-size: 34px;
    font-weight: 500;
    text-align: end;
    margin-top: -162px;
}
.section-2 .paragraph p{
    background-color: #f6d455;
    padding: 5px;
    float: right;
}
.section-2 .image{
    padding: 100px 0px;
    position: relative;
    right: 0px;
    left: 100px;
}
.section-2 .second-list{
    position: relative;
    top: 60px;
}
.section-2 .second-list ul li{
    font-size: 65px;
    font-weight: 200;
    line-height:80px;
}
.email-box a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
    text-decoration: none;
    color: rgb(81, 81, 81);
}
.email-box a:hover{
        color: rgb(0, 0, 0);
}
.email-box a img{
    width: 40px;
}
.email-box{
    position: absolute;
    bottom: 50px;
    left: 50%;
    right: 50%;
}

.email-box span{
        font-size: 30px;
}
.section-3{
    position: relative;
}
.section-3 .heading{
    text-align: center;
    color: #0b2a52;
}
.section-3 .heading h4{
    font-size: 65px;
    font-weight: 200;
        margin-bottom: -80px;
    text-transform: uppercase;
}
.section-3 .heading h1{
    font-size: 120px;
    margin-bottom: 0px;
    font-weight: 800;
}

.section-3 .heading .desc-title {
    display: inline-block;     /* Sirf text jitni width lega */
    background: #0b2a52;       /* Aapka color */
    padding: 5px 12px;
     color: #f0f0f0;
    margin: 0;
    font-weight: 300;
}
.first-list.nill{
    margin-bottom: 50px;
}
.first-list li{
        /* display: flex; */
    /* align-items: center;
    gap: 10px; */
}
.first-list li sub{
    font-size: 14px;
    margin-left: 10px;
        position: relative;
    top: -8px;
}
.first-list.nill.end{
    padding-bottom: 200px;
}
.section-3 .email-box{
    bottom: 8px;
}
.section-4{
    padding-top: 100px;
    position: relative;
}
.section-4 .email-box {
    bottom: 2px;
}

.section-5{
    /* height: 190vh; */
    display:flex;
    position: relative;
    padding-top: 30px;
    /* align-items: center; */
}
.section-5 .image img{
        width: 450px;
    border-radius: 50%;
    /* float: right; */
}
.section-5 .heading-sec-2{
    text-align: center;
}
.section-5 .trainer-card-center h3{
    font-size: 60px;
    font-weight: 800;
}
.section-5 .paragraph{
         font-size: 34px;
    font-weight: 500;
    text-align: end;
    margin-top: -100px;
}
.section-5 .paragraph p{
    background-color: #f6d455;
    padding: 5px;
    float: right;
}
.section-5 .image{
    padding: 100px 0px;
    position: relative;
    right: 0px;
    left: 100px;
}
.section-5 .second-list{
    position: relative;
    top: -98px;
    left: 17%;
}
.section-5 .second-list ul li{
    font-size: 23px;
  font-weight: 200;
  line-height: 34px;

}
.section-5 .top-bar::after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-75%);
  width: 71%;
  height: 3px;
  background-color: #0b2a52;
}
.section-5 .top-bar.last{
    margin-bottom: 200px;
}
.section-5 .paragraph.sec{
    font-size: 34px;
  font-weight: 500;
  text-align: end;
  margin-top: -100px;
  position: relative;
  left: 57%;
  transform: translateX(-75%);
}

.section-3 .heading .title{
font-size: 60px;
  margin-bottom: 0px;
  font-weight: 800;
}
.section-3 .heading h4.small {
  font-size: 45px;
  font-weight: 200;
  margin-bottom: -40px;
  text-transform: uppercase;
}
.checkin.pad{
    margin-top: 70px;
    margin-bottom: 30px;
}
.section-break.small{
    height: 6px;
}
 .head{
    text-align: center;
}
 .head h3{
    font-size: 33px;
  font-weight: 500;
}
 .head h1{
    font-size: 70px;
  margin-top: -32px;
}
.section-7{
    position: relative;
}
.email-box.sect-7{
    bottom: 2px;
}
.trainer-card .img-box {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
}
.heading-code{
    color: white;
    font-size: 25px;
    margin-bottom: 20px;
}

.trainer-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.email-box.till-last{
    bottom: 15px;
}
.first-list.till.end {
  padding-bottom: 139px;
}





@media (max-width: 991px){
    .section-1 .trainers h2 {
  font-size: 35px;
    }
    .bottom-image img {
  margin-top: -150px;
    }
    .agenda-title {
  font-size: 100px;
    }
    .ylc-hero .title-block img {
  width: 650px;
}
.location-item span {
  font-size: 19px;
}
    .modal-content {
  background: #081d39;
  padding: 40px 30px;
  width: 55%;
  min-height: 100px;
    }
    .section-3 .heading .title {
  font-size: 50px;
    }
    .head h1 {
  font-size: 49px;
    }
    .checkin {
  font-size: 21px;
    }
    .checkin sub {
  font-size: 16px;
}
.section-5 .trainer-card-center h3 {
  font-size: 42px;
}
.section-5 .paragraph {
  margin-top: -80px;
}
.section-5 .paragraph.sec {
  margin-top: -78px;
}
.section-5 .top-bar.last {
  width: 700px;
}
.section-3 .heading h1 {
  font-size: 78px;
}
.section-3 .heading h4 {
  font-size: 41px;
  font-weight: 200;
  margin-bottom: -61px;
}
.day h1 {
  margin: 0;
  font-size: 60px;
}
.day span {
  font-size: 25px;
}
.section-2 .trainer-card-center h3 {
  font-size: 95px;
  font-weight: 800;
}
.section-2 .paragraph {
  margin-top: -152px;
}
.section-1 .location h2 {
  font-size: 27px;
}
.section-2 .second-list ul li {
  font-size: 49px;
}
.section-5 .second-list {
  left: 8%;
}

}
@media (max-width: 768px){
.section-2 .image {
  padding: 100px 0px;
  position: relative;
  right: 0px;
  left: 0px;
}
  .ylc-hero .title-block img {
    width: 430px;
  }
    .agenda-title {
    font-size: 70px;
  }
    .bottom-image img {
    margin-top: -100px;
  }
  .location-item span {
    font-size: 16px;
  }
.heading-code {
  color: white;
  font-size: 22px;
  margin-bottom: 27px;
}
.social-link {
  padding: 10px 10px;
}
.social-icons.show {
  opacity: 1;
  transform: translateX(0px);
}
.location-item img{
    width: 16px !important;
}
  .section-2 .trainer-card-center h3 {
    font-size: 67px;
    font-weight: 800;
  }
    .section-2 .paragraph {
    margin-top: -114px;
    position: relative;
    right: 10%;
  }
    .section-1 .trainers h2 {
    font-size: 30px;
  }
    .section-1 .location h2 {
    font-size: 25px;
  }
  .section-1 .location h3 {
  font-size: 25px;

  }
  .section-5 .heading-sec-2 {
  text-align: start;
}
.section-5 .paragraph p {
  position: relative;
  right: 40%;
}
.trainer-card-center.center{
    text-align: center;
}
  .section-3 .heading .title {
    font-size: 42px;
  }
  .section-3 .heading h4.small {
  font-size: 33px;
  font-weight: 200;
  margin-bottom: -21px;
  }
  .section-5 .paragraph.sec {
  font-size: 34px;
  left: 74%;
  }
    .section-5 .second-list {
    left: 50px;
  }
    .section-5 .top-bar.last {
    width: 565px;
  }
}
@media (max-width: 576px) {
  .day h1 {
    margin: 0;
    font-size: 50px;
  }
   .day span {
    font-size: 20px;
  }
   .section-1 .trainers h2 {
    font-size: 26px;
  }
    .section-1 .location h2 {
    font-size: 23px;
  }
    .section-1 .location h3 {
    font-size: 20px;
  }
  .section-2 .image img {
  width: 454px;
  }
    .section-2 .second-list ul li {
    font-size: 37px;
    line-height: 57px;
  }
    .section-3 .heading h1 {
    font-size: 65px;
  }
    .section-3 .heading h4 {
    font-size: 31px;
    }
     .section-5 .second-list {
    left: 50px;
    width: 474px;
  }
    .section-3 .heading .title {
    font-size: 30px;
  }
    .section-3 .heading h4.small {
    font-size: 26px;
    }
      .section-5 .paragraph {
    margin-top: -68px;
    font-size: 26px;
  }
    .section-5 .trainer-card-center h3 {
    font-size: 36px;
  }
    .section-5 .top-bar.last {
    width: 487px;
  }
   .head h1 {
    font-size: 37px;
  }
  .head h3 {
  font-size: 28px;
  font-weight: 500;
}
.email-box span {
  font-size: 21px;
}
.email-box a img {
  width: 26px;
}
.section-5 .image {
  left: 50px;
}
}
@media (max-width: 500px) {
.social-link {
  gap: 8px;
  padding: 6px 5px;
}
.social-icons.show {
  opacity: 1;
  transform: translateX(0px);
}
  .checkin {
    font-size: 18px;
  }
  .hero-logos img{
    width: 110px;
}
.date-range {
  font-size: 20px;
}
    .agenda-title {
    font-size: 56px;
  }
   .location-item span {
    font-size: 13px;
  }
    .ylc-hero .title-block img {
    width: 350px;
  }
  .first-list ul li {
  font-size: 20px;
  }
   .section-1 .location h3 {
    font-size: 17px;
  }
   .section-1 .trainers h2 {
    font-size: 35px;
  }
   .section-2 .trainer-card-center h3 {
    font-size: 50px;
   }
    .section-2 .paragraph {
    margin-top: -78px;
    font-size: 21px;
    }
    .section-2 {
  height: 147vh;
    }
      .section-3 .heading h4 {
    font-size: 25px;
    margin-bottom: -34px;
  }
    .section-3 .heading h1 {
    font-size: 50px;
  }
  .heading {
    font-size: 15px;
  }
    .checkin sub {
    font-size: 14px;
  }
  .section-5 .image img {
  width: 370px;
  }
  .section-5 .second-list ul li {
  font-size: 18px;
  }
    .section-5 .second-list {
    left: 0px;
    width: 425px;
  }
    .section-5 .trainer-card-center h3 {
    font-size: 26px;
  }
    .section-5 .paragraph {
    margin-top: -42px;
    font-size: 18px;
  }
    .section-5 .paragraph.sec {
    font-size: 18px;
    left: 74%;
    margin-top: -44px;
  }
   .section-3 .heading h4.small {
    font-size: 22px;
  }
    .section-3 .heading .title {
    font-size: 24px;
  }
   .section-3 .heading h4.small {
    margin-bottom: -8px;
   }
   .section-3 .heading .title {
  margin-bottom: 14px;
   }
     .section-5 .top-bar.last {
    width: 391px;
  }
  .section-2 .heading-sec-2 {
  text-align: start;
}
  .section-2 .paragraph {
    right: 13%;
  }
    .section-2 .second-list ul li {
    font-size: 28px;
    line-height: 45px;
  }
    .section-5 .image {
    left: 0px;
  }
   .modal-content {
    background: #081d39;
    padding: 40px 30px;
    width: 80%;
   }
}
@media (max-width: 400px) {
  .day h1 {
    margin: 0;
    font-size: 33px;
  }
  .social-link svg {
  width: 21px;
  height: 22px;
}
 .ylc-hero .title-block img {
    width: 270px;
  }
    .agenda-title {
    font-size: 38px;
  }
   .date-range {
    font-size: 13px;
  }
   .location-item span {
    font-size: 10px;
  }
    .bottom-image img {
    margin-top: -60px;
  }
    .checkin {
    font-size: 16px;
    display: flex;
  flex-direction: column;
  }
    .first-list ul li {
    font-size: 18px;
  }
    .section-1 .location h2 {
    font-size: 21px;
  }
    .section-1 .location h3 {
    font-size: 16px;
  }
    .section-1 .trainers h2 {
    font-size: 28px;
  }
  .section-1 .trainer-card p {
  font-size: 15px;
  }
    .section-2 .trainer-card-center h3 {
    font-size: 35px;
  }
    .section-2 .paragraph {
    margin-top: -56px;
    font-size: 15px;
  }
   .section-2 .image img {
    width: 270px;
  }
    .section-2 {
    height: 110vh;
  }
  .email-box span {
    font-size: 17px;
  }
   .email-box a img {
    width: 19px;
  }
    .section-3 .heading h1 {
    font-size: 37px;
  }
  .section-3 .heading h4 {
    font-size: 21px;
    margin-bottom: -28px;
  }
    .heading {
    font-size: 12px;
  }
  .first-list.nill.end {
  padding-bottom: 120px;
}
.section-break {
  width: 100%;
  height: 7px;
}
.section-4 {
  padding-top: 30px;
  position: relative;
}
  .section-5 .image img {
    width: 317px;
  }
    .section-5 .second-list {
    left: 0px;
    width: 312px;
  }
  .section-5 .top-bar::after {
  left: 67%;
  }
    .section-5 .top-bar.last {
    width: 329px;
  }
   .section-3 .heading h4.small {
    font-size: 18px;
  }
   .social-link {
    gap: 0px;
    padding: 0px 0px;
  }
    .heading-code {
    color: white;
    font-size: 20px;
    margin-bottom: 27px;
  }
    .head h1 {
    font-size: 25px;
          margin-top: -19px;
  }
    .head h3 {
    font-size: 20px;
    }
      .section-5 .trainer-card-center h3 {
    font-size: 23px;
  }
   .checkin sub {
    font-size: 12px;
  }
}