.footer {
  background: #011e30;
  color: #d0d0d0;
  padding-top: 40px;
}
.footer-logo{
    display: block;
    margin-bottom: 1rem; 
}

  .time2think-animate .letter {
    display: inline-block;
    animation: bounceLetter 0.5s ease-in-out forwards;
}

@keyframes bounceLetter {
    0% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}

.chess-brain-img img{
    width:100%;
}

.footer-column h4 {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  font-weight: 600;
  font-size: 1.3rem;
}

.footer-column h4::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--primary-color);
  left: 0;
  bottom: -8px;
}

.footer-column h4::before{
    content: '';
    width: 30px;
    bottom: -15px;
}

/* Text and general */
.footer p {
  line-height: 1.6;
  font-size: 15px;
  color:#fff;
}

/* Contact info */
.contact-info {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.contact-info li {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6;
  color:#fff;
}

.contact-info i {
  color: #e31b23;
  margin-right: 10px;
}

/* Links */
.link-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.link-list li {
  margin-bottom: 10px;
  color:#fff;
}

.link-list a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s;
}

.link-list a:hover {
  color: var(--primary-color);
  padding-left: 4px;
  
}

/* Instagram (columns only) */
.instagram img {
  width: 100%;
  border-radius: 4px;
  display: block;
}

/* Subscribe */
.subscribe form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.subscribe input {
  padding: 10px;
  border: none;
  border-radius: 4px;
  background: #142245;
  color: #fff;
  font-size: 14px;
}

.subscribe button {
  background: #e31b23;
  color: #fff;
  padding: 10px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.subscribe button:hover {
  background: #ff3b3f;
}

.copr-righ {
    color:#fff;
    font-size:14px;
}


/* Footer bottom */
.footer-bottom {
      border-top: 1px solid #ffffff24;
    margin-top: 40px;
    padding: 13px 0;
}

.footer-bottom p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.address-text p{
    margin-bottom:0;
}
.footer-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li {
  position: relative;
  padding: 0 15px;
}

.footer-menu li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #d0d0d0; /* divider color */
}

.footer-menu a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-menu a:hover {
  color: #fff;
}

.social-media {
  display: flex;
  align-items: center;
  gap: 12px; /* space between icons */
  list-style: none;
  margin: 0;
  padding: 0;
}
.office-address{
    display: flex;
    align-items: start;
    gap: 20px;
    border: 1px solid #ffffff24;
    padding: 1.5rem;
    margin-bottom: 2.8rem;
}
.social-media li a {
  width: 30px;
    height: 30px;
  background-color: #dddddd6b; /* default circle background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.social-media li i {
     color: #fff;
    font-size: 15px;
    height: 16px;
    transition: all 0.3s 
ease;
}

.social-media li a:hover {
  background-color: var(--primary-color); /* yellow on hover */
}

.social-media li a:hover i {
  color: #000; /* change icon color to black for better contrast */
}

.footer-column .second{
    margin-top:20px;
}

.link-list i{
    padding-right: 8px;
    color:#fdc242;
}

.office-address li {
  display: flex;
  align-items: flex-start;
  color: #d0d0d0;
  line-height: 1.6;
  flex: 1 1 auto; /* grow to fill row */
}

.office-address i {
  color: var(--primary-color);
    font-size: 30px;
    margin-right: 1.2rem;
    height: 42px;
}
.clas-ci a{
        color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
}
.clas-ci a:last-child{
    margin-bottom:0;
}
.office-address strong {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 3px;
}

.faq-chess-sec{
     position: relative;
  padding: 0 0 5rem; 
}


.faq-chess-sec .accordion-button {
    background: #fff !important;
  box-shadow: none !important;
   padding: 22px;
    font-size: 19px;
    font-weight: 500;
    color:#000;
 border-radius: 16px !important; 
  
}

.faq-chess-sec .collapse.show  .accordion-body{
    box-shadow: 0px 6px 10px 0px rgba(22, 18, 3, 0.1);
}

.faq-chess-sec .accordion-item {
    margin-bottom:10px;
    border-radius: 16px !important;
    border: 1px solid #E6E8F0;
}
.faq-chess-sec  .accordion-body {
    color: #4E4F53;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0 0 16px 16px;

    padding: 0px 23px 23px;
    
}

.faq-chess-sec .accordion-button {
    position: relative;
}
.accordion-button::after{
    background-image: unset;
    background-color: var(--primary-color);
    border-radius: 50%;
    font-family: flaticon_normal-icon !important;
    content: "\f13a";
    font-size: 10px;
    text-align: center;
    line-height: 21px;
    transform: rotate(90deg);
}

.accordion-button:not(.collapsed)::after{
    background-image:unset;  
    transform: rotate(180deg);
}




.faq-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.faq-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
}
.faq-list li::before {
    content: "\f109";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: 0px;
    top: 3px;
    color: var(--primary-color);
    font-weight: 900;
    font-size: 15px;
    line-height: 1.2;
}

/*CTA DESIGN START*/

.cta-chess-sec{
    padding: 0 0 4rem;
    position: relative;
}

.cta-chess-sec .main-cta{
    background: #faf5e1;;
    padding: 45px;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.cta-chess-sec .cta-btn{
    display: inline-block;
    background: #ffffff;
    padding: 14px 32px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
}
.cta-chess-sec .main-cta::before {
    content: "";
    position: absolute;
    width: 261px;
    height: 261px;
    background: #fee555;
    border-radius: 50%;
    opacity: 0.9;
    top: 72%;
    right: -9%;
}
.cta-chess-sec .main-cta::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 320px;
    height: 300px;
    background: #fee555;
    border-radius: 50%;
    opacity: 0.9;
    left: -10%;
    bottom: 58%;
    z-index: -1;

}


.chess-king img {
    animation: floatUpDown 4s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}

.cta-chess-sec .cta-buttons {
    display: flex;
    gap: 12px;
    /* justify-content: center; */
    align-items: center;
}
.cta-chess-sec .cta-buttons{
    margin-top:20px;
}
.cta-chess-sec .section-ttilsd{
    margin:0;
}
.cta-chess-sec .contact .btnsd{
    padding: 10px 24px;
}
.cta-chess-sec .main-cta p{
    color:#000;
    margin:0;
}
/*CTA DESIGN END*/


.online-chess-secc{
    padding:5rem 0;
    position:relative;
}
.online-chess-secc .chess-stand{
border-radius: 150px 12px 12px 12px;
     margin-bottom: 21px;
    text-align: center;
    padding: 40px;
    height: -webkit-fill-available;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.online-chess-secc .chess-stand img{
    transition: 1s ease-in-out;
    margin-bottom:30px;
    height:80px;
    width:80px;
}
.online-chess-secc .chess-contt{
   font-size: 18px;
    margin: 0;
    font-weight: 400;
}
.online-chess-secc .chess-out {
    border-radius: 12px;
}
.online-chess-secc .chess-border{
    border-radius: 12px 150px 12px 12px; 
}
.online-chess-secc .train-ceness{
      border-radius: 12px  12px 12px 150px; 
}
.online-chess-secc .trainy-pro{
     border-radius: 12px 12px  150px 12px ; 
}

.online-parent-sec{
    padding: 0 0 5rem;
    position:relative;
}
.online-parent-sec .section-sub-titles{
    font-size:23px;
    font-weight:500;
    margin-bottom:20px;
}
.online-parent-sec .parent-icon img{
    width:100%;
    object-fit:cover;
   border-radius: 15px;
   height:auto;
}
.online-parent-sec .faq-list {
       margin-left: 8px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 6px;
}

.online-parent-sec .faq-list li {
    width: 48%;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 0 0 10px 30px;
}
.online-parent-sec .faq-list li:last-child {
    border-bottom: none;
}
.online-parent-sec .faq-list li:nth-child(10) {
    border-bottom: none;
}


.online-parent-sec .faq-list li::before {
    content: "\f109";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: 0px;
    top: 3px;
    color: var(--primary-color);
    font-weight: 900;
    font-size: 15px;
    line-height: 1.2;
}
.online-parent-sec .key-sec{
    margin-top:28px;
}
/*CTA START */

.beginner-main-cta{
    padding:5rem 0;
    position:relative;
}

.beginner-main-cta .begi-cta{
   background: #011e30;
    padding: 40px;
    border-radius: 14px;
    position: relative;
}

.begi-cta::before{
  content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../image/bg/cta-shapes.webp);
    background-size: cover;
    opacity: 1;
    z-index: 0;
}

.beginner-main-cta .section-big-titles{
       margin-bottom: 22px;
       color:#fff;
}
.beginner-main-cta .section-ttilsd{
  text-align: left;
  max-width: 96%;
}

.beginner-main-cta .cta-buttons{
    display: flex;
    gap: 13px;
    justify-content: flex-start;
    align-items: center;
    margin: 19px 0 0;
}
.beginner-main-cta .section-ttilsd p{
    margin:0; 
    color:#fff;
}
.beginner-main-cta .btnsd{
    padding: 10px 24px;
}
.beginner-main-cta .btnsd::after,
.beginner-main-cta .btnsd::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    background-color: #ffffff;
    z-index: -1;
    transition: 1s ease;
}

.beginner-main-cta .btnsd:hover {
    background: rgb(253, 194, 66) !important;
    color: #000 !important;
}
/*CTA END */

 /*Join the Beginner Level design start*/
 
.join-beg-lavel{
    padding:5rem 0;
    position:relative;
}

.join-beg-lavel .join-card {
    border-radius: 16px;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
    height: -webkit-fill-available;
   border-color: #ebecef;
   margin:20px 0;
}

.join-beg-lavel .card-blue {
    background: #eef6ff;
}
.join-beg-lavel .card-blue .join-icon img {
   filter: invert(36%) sepia(55%) saturate(5837%) hue-rotate(201deg) brightness(94%) contrast(82%);
}

.join-beg-lavel .card-blue:hover {
    border-color: #7bb5ff;
}

.join-beg-lavel .card-green {
    background: #effff7;
}
.join-beg-lavel .card-green:hover {
    border-color: #7df7c1;
}
.join-beg-lavel .card-green .join-icon img {
   filter: invert(69%) sepia(38%) saturate(3867%) hue-rotate(103deg) brightness(101%) contrast(103%);
}


.join-beg-lavel .card-cream {
    background: #fff7ef;
}
.join-beg-lavel .card-cream:hover {
    border-color: #ffb97a;
}
.join-beg-lavel .card-cream .join-icon img {
    filter: brightness(0) saturate(100%) invert(78%) sepia(53%) 
            saturate(836%) hue-rotate(330deg) brightness(101%) contrast(94%);
}

.join-beg-lavel .join-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    transition: all 0.1s ease-in-out;
}

.join-beg-lavel .join-card .join-icon img {
    transform: rotate(0deg) !important;
    transition: filter 0.3s ease-in-out !important;
     width: 50px;
    height: 50px;
}

.join-beg-lavel .join-card p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 24px;
    color: #1c1f2b;
}
.join-beg-lavel .join-card:hover .join-icon img {
    transform: rotatey(180deg) !important;
    transition: transform 0.6s ease !important;
}

.whychoose-mani h4{
    font-size: 16px;
}

/*Join the Beginner Level design End*/


.class-learning-secc{
    padding: 5rem 0;
    position: relative;
}

.class-learning-secc .learning-box{
    position: relative;
    padding: 40px 45px;
    border-radius: 24px;
    background: rgba(240, 244, 245, 0.6);
    transition: 0.3s ease;
    margin: 40px 16px 0;
        height: -webkit-fill-available;
}
.class-learning-secc .row{
    gap:30px 0;
}
.class-learning-secc .learning-box::after {
     content: '';
    position: absolute;
    width: 122px;
    height: 129px;
    bottom: auto;
    left: auto;
    top: -12px;
    right: -17px;
     background: #fff;
    -webkit-mask-image: url(../image/bg/produc-shape-bottom.png);
    transform: rotate(266deg);

}
.class-learning-secc .learning-icon{
    width: 78px;
    height: 78px;
    background: rgba(240, 244, 245, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
    right: -4%;
    top: -11%;
    transition: 0.3s ease;

}

.learning-icon img {
    transition: 0.3s ease;
    /*filter: brightness(0) saturate(100%)*/
    /*        invert(84%) sepia(91%) saturate(742%) hue-rotate(329deg) brightness(102%) contrast(98%);*/
}

.learning-box:hover .learning-icon {
    background: #faf5e1; 
}

.learning-box:hover .learning-icon img {
    filter: brightness(0);
}



.class-learning-secc .class-content {
    max-width: 87%;
}
.class-learning-secc .class-content h4{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
}
.class-learning-secc .class-content p{
   margin: 0;
}
.online-chess-sec{
      padding: 4rem 0 0;
    position: relative;
}
 
/*.your-chess-journey .icon-box img{*/

/*    filter: invert(76%) sepia(85%) saturate(465%) hue-rotate(329deg) brightness(103%) contrast(102%);*/
/*}*/
.off-line-class-sec h4{
     font-size: 26px;
    font-weight: 600;
}
   
.about-chess-secc{
    padding:5rem 0;
    position:relative;
}
.about-chess-secc .about-trainng span {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 22px;
    background: linear-gradient(135deg, #f9f9f9, #ffffff);
    border-left: 4px solid var(--primary-color);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-bottom: 17px;
}



.about-chess-secc .about-profose img {
    border-radius: 18px;
    object-fit: cover;

}
.about-chess-secc .about-stats-box {
    position: absolute;
    top: 13px;
    left: 77%;
    transform: translateX(-54%);
    display: flex;
    gap: 15px;
    z-index: 10;
}

/* Stat box styles */
.about-chess-secc .stat-item {
    padding: 14px 22px;
    border-radius: 14px;
    text-align: center;
    color: #fff;
    min-width: 120px;
}

.about-chess-secc .stat-item.blue {
    background: #fdc242;
}

.about-chess-secc .stat-item.blue h3{
    color:#000;
}
.about-chess-secc .stat-item.blue p{
    color:#000;
}
.about-chess-secc .stat-item.green h3{
     color:#000;
}
.about-chess-secc .stat-item.green p{
     color:#000;
}

.about-chess-secc .stat-item.green {
    padding: 10px;
    background: #fdc242;
    position: absolute;
    bottom: 17px;
    width: 204px;
    left: 31px;
}
.about-chess-secc .stat-item.dark {
    background: #011e30;
}

.about-chess-secc .stat-item h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.about-chess-secc .stat-item p {
    font-size: 14px;
    margin: 0;
    color: #fff;
}
.about-chess-secc .about-main-key{
    display: inline-block;
    position: relative;
}



.guide-student-sec{
    padding:5rem 0;
    position:relative;
}

.guide-student-sec p span {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
padding: 8px 18px;
    margin-top: 8px;
color: #222;
    background: linear-gradient(135deg, #f9f9f9, #ffffff);
border-left: 4px solid var(--primary-color);
    border-radius: 8px;
 box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);

}


.guide-student-sec .about-guide {
    border: 2px solid #F5F5F5;
    padding: 40px;
    text-align: center;
    position: relative;
    transition: .5s;
    border-radius: 8px;
    margin-bottom: 28px;
   height: -webkit-fill-available;
}

.guide-student-sec .grow-icon{
    width: 90px;
    height: 90px;
    line-height: 87px;
    background: #f6f1de;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 24px;
    display: inline-block;
    transition: .5s;
}
.guide-student-sec .about-guide h4{
    font-size: 20px;
    transition: .5s;
}
.about-guide:hover {
    border-radius: 8px 60px 8px 8px;
    border-color: var(--primary-color);
}
.about-guide:hover .grow-icon {
    background-color: rgb(253, 194, 66);
}

.about-guide:hover .grow-icon img {
    filter: brightness(0);
}
.guide-student-sec .section-ttilsd{
    margin:0;
}
.about-founder-sec {
   padding:0 0 5rem;
    position: relative;
}
.guide-student-sec .row > .col-lg-4:nth-last-child(-n+3) .about-guide {
    margin-bottom: 0;
}
.about-founder-sec .sub-about {
    padding: 34px;
    border-radius: 24px;
    background-color: #f0f4f5;
}

.founder-main-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.founder-main-icon img {
    border-radius: 20px; 
    width:94%;
}

.founder-main-icon:after {
    content: "";
    position: absolute;
    top: 50%;
 right: 0;
    transform: translateY(-50%);
    width: 60%;
    height: 80%;
    background: var(--primary-color);
    border-radius: 30px;
    z-index: -1;
}
.about-founder-sec h4{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
}
.about-founder-sec p{
    text-align:justify;
}
.vision-miss-chess .mis-vis {
    background: #011e30;
    padding: 0 40px;
    border-radius: 15px;
}
.vision-miss-chess{
    padding:0 0 5rem;
    position:relative;
}

.vision-miss-chess .misson-sec {
    padding: 40px 10px;
    /*border-right: 1px solid #fcf8f838;*/
    position: relative;
    margin-top:10px;
}

/*.vision-miss-chess .col-lg-6:last-child .misson-sec {*/
/*    border-right: none;*/
/*}*/


.misson-iconn {
    width: 100px;
    height: 100px;
    position: relative;
    background: #fff;

    clip-path: polygon(
        30% 0%, 70% 0%,
        100% 30%, 100% 70%,
        70% 100%, 30% 100%,
        0% 70%, 0% 30%
    );
    flex-shrink: 0;
    display: flex;
    top:18px;
    justify-content: center;
    align-content: center;
    align-items: center;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.25));
}

.misson-iconn::after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow:rgba(253, 194, 66, 0.9) 0 0 0 2px inset,
        rgba(0, 0, 0, 0.35) 0 0 0 1px;

}



.misson-sec::before {
     content: "";
    position: absolute;
    top: -9px;
    bottom: 0;
    left: 60px;
    width: 1px;
    background: rgb(250 245 225 / 58%);
    height: 300px;
}
.misson-sec:hover .misson-iconn img {
    transform: rotatex(360deg);
    transition: transform 0.6s ease; 
}


.misson-iconn img {
    width: 50px;
    height: 50px;
    margin: 0;
}

.vision-miss-chess h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color:#fff;
}

.vision-miss-chess p {
    margin-bottom: 20px;
    line-height: 1.6;
    margin:0;
     color:#fff;
}
.misson-great {
    display: flex;
    gap: 35px;
    align-items: flex-start;
}
.our-journey-sec{
    padding:0 0 5rem;
    position:relative;
}
.our-journey-sec .journy-imgg img {
    border-radius: 15px;
    height:390px;
}
.about-team-sec{
    padding: 0 0 2rem;
    position: relative;
}

.about-team-sec .team-card {
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);*/
    /*transition: transform 0.3s ease, box-shadow 0.3s ease;*/
    margin: 0 0 30px 0;
    position: relative;
    height: -webkit-fill-available;
}

/*.about-team-sec .team-card:hover {*/
/*    transform: translateY(-2px);*/
/*    box-shadow: 0 10px 25px rgba(0,0,0,0.15);*/
/*}*/

.about-team-sec .team-img {
    margin-bottom: 19px;
    overflow: hidden;    
    /*border-radius: 15px;*/
    transition: border-radius 0.4s ease; 
}

.about-team-sec .team-img img {
    object-fit: cover;
    transition: transform 0.4s ease, border-radius 0.4s ease;
     /*border-radius: 20px;*/
}

/*.about-team-sec .team-card:hover .team-img img {*/
/*    transform: scale(1.15);*/
/*    border-radius: 20px; */
/*}*/
.about-team-sec .team-name {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 9px;
}
.about-team-sec .team-card p {
    margin: 0;
    font-size:14px
}

.keynumbers-neww p{
    color:#fff;
}

.image-icon img{
    border-radius:50%;
}

.keynumbers-neww h5{
    margin-bottom:14px;
    font-weight:600;
}
.keynumbers-neww .col-lg-4 {
    border-right: 1px solid rgba(252, 248, 248, 0.22);
    padding-right: 20px;
}

.keynumbers-neww .col-lg-4:nth-child(3n) {
    border-right: none;
    padding-right: 0;
}



.keynumbers-neww .section-ttilsd{
    color:#fff;
}

.structured-chess .row:not(:last-child){
    margin-bottom:30px;
}

.join-now-chess{
    padding:5rem 0;
}
.footer-locat-sec ul{
    display:flex;
    gap:19px;
   justify-content: center;
}

.footer-locat-sec h4 {
    color: #fff;
    position: relative;
    font-weight: 600;
    font-size: 1.3rem;
    text-align:center;
}

 .appointment{
  max-width:90%;
  margin:0 auto;
  background:#fff;
  border-radius:16px;
  box-shadow:0 10px 30px rgba(0,0,0,.1);
  overflow:hidden;
}
.appointment .appointment-header{
  padding:20px 30px;
  border-bottom:1px solid #e5e5e5;
}
.appointment .calendar-day--disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.appointment .calendar-day--active {
  background: #020f17;
  color: #fff;
  border-radius: 50%;
}
.appointment .appointment-step{
  display:none;
  padding:30px;
  position:relative;
}
.appointment .appointment-step--active{
  display:block;
}

/* CALENDAR */
.appointment .calendar{
  display:grid;
  grid-template-columns:1fr 320px;
  gap:20px;
}
.appointment .calendar-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:15px;
}
.appointment .calendar-header button{
  width:36px;
  height:36px;
  border:none;
  border-radius:50%;
  background:#fdc242;
  cursor:pointer;
}
.appointment .calendar-week,
.appointment .calendar-days{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  text-align:center;
}
.appointment .calendar-week div{
  font-weight:600;
  padding:8px 0;
}
.appointment .calendar-day{
  border:none;
  background:none;
  padding:12px;
  margin:4px;
  border-radius:50%;
  cursor:pointer;
  height:50px;
  width:50px;
  margin:0 auto;
}
.appointment .calendar-day:hover{
  background:#020f17;
  color:#fff;
}
.appointment .calendar-day--active{
  background:#020f17;
  color:#fff;
}
.appointment .time .apoi-title-sm{
        position: absolute;
    top: 20px;
    margin: 0;
}
/* TIME */
.appointment .time{
     border-left: 1px solid #e5e5e5;
    padding-left: 20px;
    position: static;
    height: 500px;
    overflow-y: scroll;
}
.appointment .time-item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:#f2f2f2;
  padding:14px 16px;
  border-radius:10px;
  margin-bottom:12px;
}
.appointment .time-label{
  font-weight:600;
}
.appointment .time-select{
  background:#020f17;
  color:#fff;
  border:none;
  padding:10px 20px;
  border-radius:8px;
  cursor:pointer;
}
.appointment .time-select:disabled{
  opacity:.5;
  cursor:not-allowed;
}

/* FORM */
.appointment .form-header{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:20px;
}
.appointment .back-btn{
      width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 45px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    text-align:center;
}

.appointment .form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.appointment .form-group{
  display:flex;
  flex-direction:column;
}
.appointment .form-label{
  margin-bottom:6px;
  font-weight:600;
}
.appointment .form-input,
.appointment .form-textarea{
  padding:12px;
  border-radius:8px;
  border:1px solid #e5e5e5;
}
.appointment .form-textarea{
  min-height:120px;
}
.appointment .form-full{
  grid-column:1 / -1;
}
.appointment .btn-submit{
  margin-top:20px;
  padding:16px;
  background:#fdc242;
  border:none;
  border-radius:12px;
  font-size:18px;
  font-weight:bold;
  cursor:pointer;
}


.appointment .time-select {
  display: none;
}

.appointment .time-item.active .time-select {
  display: inline-block;
}

.appointment .time-item {
  cursor: pointer;
}

.appointment .btnsd{
      border: none;
    margin: 30px auto 0;
    padding: 10px 30px;
    display: flex;
}

.appointment .appointment-step .apoi-title-sm{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.appointment .appointment-header{
    padding: 20px 30px;
    border-bottom: 1px solid #e5e5e5;
    background: #faf5e1;
}
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box {
    background: #fff;
    padding: 60px 30px 30px;
    max-width: 400px;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.popup-box input,
.popup-box textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.popup-box textarea {
    height: 80px;
}

.popup-box input:focus,
.popup-box textarea:focus {
    border-color: #fdc242;
    outline: none;
}

.submit-btn {
    width: 100%;
    padding: 10px;
    background: #fdc242;
    color: #000;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    background: #fdc242;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 600;
}

.beadcrumb-content-box ul {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 20px 0 10px;
  padding: 10px 18px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  font-size: 15px;
}

.beadcrumb-content-box ul li {
  color: #6b7280;
  position: relative;
}

.beadcrumb-content-box ul li {
  display: inline-flex;
  align-items: center;
}

.beadcrumb-content-box ul li:not(:last-child)::after {
  content: "\f108";
  font-family: flaticon_normal-icon !important;
  margin-left: 10px;
  color: #9ca3af;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}

.beadcrumb-content-box {
    text-align:center;
}
.beadcrumb-content-box ul li a {
  text-decoration: none;
  color: #6b7280;
  transition: color 0.3s ease;
}

.beadcrumb-content-box ul li a:hover {
  color: #fdc242;
}

.beadcrumb-content-box ul li.active {
  color: #000;
  font-weight: 600;
}

.chess-historical .top-time-border{
    position: relative;
    overflow: hidden;
}

.gobal-history {
    padding:3rem 0 0;
}

.hide-robot{
display:none !important;
}