/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

html{scroll-behavior: smooth;}
body{  font-family: "Inter", sans-serif;font-size: 16px;color:#000 !important;margin: 0;line-height: 24px;}
a{transition: .5s;text-decoration: none;color: var(--color1);cursor: pointer;}
a:hover{transition: .5s;color:#000;}
section{padding:100px 80px;}
h1,h2,h3,h4,h5,h6{ font-family: "Inter", serif; color: #072239;}
h1{font-size: 56px;font-weight: 600;}
h2{font-size: 48px;line-height: 48px;}
h3{font-size: 38px;line-height: 38px;}
h4{font-size: 28px;line-height: 28px;}
.overflowHidden{overflow: hidden;}
p{font-family: "Inter", sans-serif; font-size: 16px;}
dl, ol, ul{margin-bottom: 30px;}
ul li,ol li{font-size:16px;font-family: "Inter", sans-serif;}
.btn { font-family: 'Inter', sans-serif; font-size: 16px;}
.container{ max-width: 80%;}

 :root {
      --color1: #FF8C00; 
      --bordercolor: #FFD700;
      --hover:#E9AA29;
       --linear: linear-gradient(to right, #FFD700 0%, #FF8C00 100%);
    }

.btn{
    padding: 8px 16px !important;
     border-radius: 8px !important;
  font-weight: 600 !important;
}
/* ---------------- Header ---------------- */

header ul{
    gap: 40px;
}
.py-3.mainheader {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
    /* background: rgba(205, 32, 39, 0.8);  */
    z-index: 9999;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    background-color: rgba(255, 255, 255, 0.7); 
  backdrop-filter: blur(10px);
}
 header img{
    width: 110px;
  }


.mainheader.scrolled {
    position: fixed;
  padding: 10px 0;         
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.nav-menu ul li.menu-item-has-children > a::after {

  font-size: 0.6em;
  margin-left: 0.2rem;
}

.nav-menu a {
    position: relative;
    text-decoration: none;
}
.nav-menu a:hover{
    color: var(--color1);
}

.nav-menu a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px; 
    background-color: var(--color1); 
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

.mainheader.scrolled {
  background-color:#fff; 
  padding: 10px 0; 
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}


span.logo-text{
    margin-left: 10px;
    font-weight: 600;
}
.contactus{
    background: #fff;
  border: 2px solid var(--color1) !important;
 
}
.linear-btn{
background: var(--linear);
  border: 2px solid var(--color1) !important;
}

.contactus:hover{
    background: var(--linear);   
 
}
.linear-btn:hover{
 background: #fff;
   border: 2px solid var(--color1) !important;
}
/* ================= GENERAL ================= */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2.5rem;
  position: relative;
  text-align: left;
}

.nav-menu li {
  position: relative;
}

.nav-menu a {
  text-decoration: none;
  color: #36454F;
  font-weight: 600;
  padding: 8px 0;
  text-transform: capitalize;
  display: block;
  transition: color 0.3s;
}

.nav-menu ul li ul li a{
    color: #000;
}

.nav-menu li.menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 4px;
  z-index: 1000;
  flex-direction: column;
  gap:0px;
  padding: 25px;
}

.nav-menu li.menu-item-has-children:hover > .sub-menu {
  display: flex;
  flex-direction: column;
      padding: 20px;
}
.nav-menu li .sub-menu li a{
    text-decoration: none;
    text-align: left;
}
.nav-menu li .sub-menu li a:hover {
  background-color: rgba(205,32,39,0.05);
  color: var(--color1);
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 20px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  z-index: 2001;
}
.hamburger span {
  display: block;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(6px,4px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(8px,-6px); }

.menu-item-has-children {
  position: relative;
}

.toggle-submenu {
  background: none;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  font-size: 0;
  position: absolute;
  right: 10px;
top: 25px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.toggle-submenu::before {
  content: '+';
  font-size: 18px;
  color: #000;
   display: inline-block;
}
.toggle-submenu.active::before {
  content: '−';
}

#overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 998;
}
#overlay.active { display: block; }

.nav-menu .sub-menu li.menu-item-has-children > .sub-menu {
  top: -15px;             
  left: 100%;         
  margin-left: 21px;   
  display: none;      
  position: absolute; 
  background: #fff;
  min-width: 180px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 4px;
  z-index: 1001;
  padding: 15px;
}

.nav-menu .sub-menu li.menu-item-has-children:hover > .sub-menu {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.banner-text h2{
    text-transform: capitalize;
}

/* ---------------- Home Banner ---------------- */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #8B4500 0%, #000000 100%);
    opacity: 0.7; 
    z-index: 1;
}

.homebanner{
    display: flex;
    align-items: center;
    padding: 0px 80px;
}



.banner-content {
    position: relative;
    z-index: 2; 
    color: #fff; 
}

.rating-content .stars span {
    color: #FFD700;
    font-size: 24px;
    margin-right: 10px;
}

.banner-title{
    font-size: 70px;
    font-weight: 700;
}
.bannerleft{
    width: 75%;
}
.banner-text{
    font-size: 24px;
}
.btn-whitebg{
    background-color: #fff !important;
    border:2px solid var(--bordercolor) !important;
}
.btn-whitebg:hover{
    color: #000;
    background-color: transparent !important;
    
}
/* ---------------- Banner ---------------- */

.banner {
    position: relative;
    display: flex;
    align-items: end;
}
.bannerbootom{
    background: rgba(21,21,21,0.4);
    width: 100%;
}



.banner-text {
    position: relative;
    z-index: 1; 
    
}

.banner-text h2 {
    color: #fff;
    font-size: 55px;
    line-height: 82px;;
    text-align: center;
}

.banner-text .btn {
    color: var(--color1);
    background: #fff;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin: 0 auto;
    display: block;
    width: fit-content;
}
.banner-text .btn:hover{
    color:#fff;
    background:var(--hover);
    border:1px solid var(--bordercolor);
}
.banner::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    /* background: rgba(0,0,0,0.2); */
    z-index: 0;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    color: #fff;
    background-color: var(--color1);
    border-color: #fff;
}


/* ---------------- Inner Banner ---------------- */

.innerbanner{
    background: linear-gradient(45deg, #FFD700, #FF8C00);
    text-align: center;
    padding: 50px 0px;
}

.innertext .banner_tag{
    font-size: 16px;
    font-weight: 700;
    background: #FFD700;
    padding: 10px 15px;
    color: #000;
    width: fit-content;
    margin: 35px auto;
    border-radius: 35px;
}

.innertext h2 {
    color: #000;
    font-size: 55px;
    text-align: center;
    font-weight: 700;
}

.innertext p {
    color: #000;
    font-size: 24px;
    text-align: center;
}

/* ---------------- Key Strength ---------------- */

.key-strength h4{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: var(--color1);
    margin-top: 15px;
}

.key-strength {
    background-color: #F9FAFB;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    position: relative;
    padding: 40px 0px;
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px; */
    justify-content: center;
    align-items: center;
    width: -webkit-fill-available;
}

.key-strength .strength-item {
    flex: 0 0 15%; 
    text-align: center; 
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border 0.3s ease;
    overflow: hidden;
    display: flex;
    align-items: center; 
    gap: 10px; 
}

.key-strength .strength-item img {
    transition: transform 0.5s ease;
        width: 15%;
}


.key-strength .strength-item h4 {
    transition: color 0.3s ease, transform 0.3s ease;
}

/* .key-strength .strength-item:hover {
    transform: scale(1.05); 
    border: 1px solid var(--color1); 
    box-shadow: rgba(231, 92, 12, 0.16) 0px 3px 6px,
                rgba(231, 92, 12, 0.23) 0px 3px 6px;
}

.key-strength .strength-item:hover img {
    transform: scale(1.2); 
} */

.key-strength .strength-item:hover h4 {
    transform: translateY(-3px); 
}
/* ---------------- About section ---------------- */


.about-sec {
    background-color: #F9FAFB;
    padding: 50px 0px;
}

.about-sec  .container{
     padding: 50px;
      box-shadow: 0 0 10px rgb(167 167 167 / 50%);
      border-radius: 16px;
    background: #fff;
}
/* .about-sec h2 {
    margin-bottom: 30px;
    font-weight: bold;
    color:#000;
    text-align: center;
    text-transform: uppercase;
} */

.about-sec h2 {
    margin-bottom: 20px;
    font-weight: bold;
    color:#000;
    text-align: left;
    text-transform: uppercase;
    font-size: 36px;
}
.about-sec h2 a{
    font-weight: bold;
    color:#000;
    text-align: left;
    text-decoration: underline;
}
.about-sec h2 a:hover{
    text-decoration: underline;
}
.about-sec strong{
    color: var(--color1);
}

.about-sec img {
    max-width: 100%;
    height: auto;
}

.innerbutton {
    color: #fff;
    background: var(--color1);
    border-radius: 20px;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid var(--color1);
    width: fit-content;
    padding: 10px 20px;
    text-decoration: none;
}


.innerbutton:hover {
    color: var(--color1);
    background: #fff;
    border: 1px solid var(--color1);
}
/* ---------------- Line ---------------- */

.redline{
    border: none;                       
    height: 2px;                        
    background-color: var(--color1);         
    opacity: 1;                        
}
/* ---------------- Three column Section ---------------- */
.threecol-sec{ 
    background: linear-gradient(to bottom, #ffffff 0%, #FFF7ED 100%);
   
}
.threecol-sec .container{
     padding: 50px 0px; 
}
.threecol-sec h2 {
     margin-bottom: 20px; 
    font-weight: 900; 
    color: #000; 
    text-align: center; 
    text-transform: uppercase; 
    font-size: 48px;
} 
.threecol-sec h2 span{
    color: var(--color1); 
}
.threecol-desc p{ 
    margin-bottom: 30px; 
}
 .threecol-sec p{ 
    text-align: center; 
    font-size: 20px;
}

.columnrepeater {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
}

.columnrepeater .col-sm-4 {
    flex: 0 0 calc(33.333% - 20px); 
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border 0.3s ease;
    position: relative;
    box-shadow: rgba(231, 92, 12, 0.16) 0px 3px 6px,
                rgba(231, 92, 12, 0.23) 0px 3px 6px;
}

.columnrepeater .col-sm-4:nth-child(3n+1) { border: 4px solid #FFD700; }
.columnrepeater .col-sm-4:nth-child(3n+2) { border: 4px solid #FF8C00; }
.columnrepeater .col-sm-4:nth-child(3n+3) { border: 4px solid #FF4500; }

.columnrepeater .col-sm-4:hover {
    transform: scale(0.95);
    box-shadow: rgba(231, 92, 12, 0.16) 0px 3px 6px,
                rgba(231, 92, 12, 0.23) 0px 3px 6px;
    border: 1px solid var(--color1); 
}

.columnrepeater .col-sm-4 img {
    transition: transform 0.5s ease;
    width: 70px;
height: 70px;
object-fit: cover;
}

.columnrepeater .col-sm-4:hover img {
    transform: scale(0.95);
}

.columnrepeater .col-sm-4 h4 {
    transition: color 0.3s ease;
    margin: 20px 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.columnrepeater .col-sm-4 .column-box {
    padding: 20px;
}
.column-box i{
    width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-box i {
  color: #fff;
  font-size: 30px;
}

.columnrepeater .col-sm-4:nth-child(3n+1) .column-box i{ background: #FFD700; }
.columnrepeater .col-sm-4:nth-child(3n+2) .column-box i{ background: #FF8C00; }
.columnrepeater .col-sm-4:nth-child(3n+3) .column-box i{ background: #FF4500; }

/* ---------------- Program Carousel ---------------- */

.programs-sec{
    padding: 50px;
}

.programs-sec h2 {
    margin-bottom: 20px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
}

.programs-sec p.prosubtitile {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 20px;
}
.programs-sec .innerbutton{
    display:block; 
    width:max-content;
     margin:20px auto;
     color: #fff;
    background: var(--color1);
    border-radius: 20px;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid var(--color1);
    width: fit-content;
}
.programs-sec{
    background:#000;
}
.classesheader{
       width: fit-content;
    background: var(--linear);
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 50px;
    font-weight: 600;
}

.program-block .col-sm-4 {
    box-sizing: border-box;
}


.program-block {
    display: flex;
    flex-wrap: wrap;
    gap: 24px; 
}

.program-block .col-sm-4 {
    flex: 1 1 calc(33.333% - 24px);
    box-sizing: border-box;
}

.program-card {
    border: none; 
    padding: 0px !important;     
    border-radius: 10px;
    background-color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
}

.program-card:nth-child(3n + 1) {
    box-shadow: 0 0 30px 10px rgba(255, 215, 0, 0.6); 
}

.program-card:nth-child(3n + 2) {
    box-shadow: 0 0 30px 10px rgba(255, 140, 0, 0.6); 
}

.program-card:nth-child(3n + 3) {
    box-shadow: 0 0 30px 10px rgba(255, 69, 0, 0.6); 
}

.program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); 
    transition: all 0.3s ease;
}

.program-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.program-image-wrapper img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.programtag {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #000;
    background: #fff;
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 35px;
    font-size: 0.9rem;
    margin: 20px;
}

.program-card:nth-child(3n + 1) .programtag {
    border:4px solid #FFD700;
}

.program-card:nth-child(3n + 2) .programtag {
    border:4px solid #FF8C00;
}

.program-card:nth-child(3n + 3) .programtag {
    border:4px solid #FF4500;
}

.agetag{
    color: #fff;
    border-radius: 35px;
    width: fit-content;
    padding: 5px 10px;
    margin-left: 20px;
}

.program-card:nth-child(3n + 1) .agetag {
    background:#FFD700;
}

.program-card:nth-child(3n + 2) .agetag {
    background:#FF8C00;
}

.program-card:nth-child(3n + 3) .agetag {
    background:#FF4500;
}

.program-card h4{
    font-weight: 900;
    font-size: 30px;
    text-align: left;
    margin: 20px;
}
.program-card:nth-child(3n + 1) h4 {
    color:#FFD700;
}

.program-card:nth-child(3n + 2) h4 {
    color:#FF8C00;
}

.program-card:nth-child(3n + 3) h4 {
    color:#FF4500;
}
.program-card .prodesccard{
    text-align: left;
    margin: 20px;
}

.programlearnbut{
    margin: 20px;
}

.programlearnbut a{
    width: 100%;
    color: #fff;
}

.programlearnbut a span, .program-card h4 span{
    margin-left: 10px;
}

.program-card:nth-child(3n + 1) .programlearnbut a {
    background:#FFD700;
}

.program-card:nth-child(3n + 2) .programlearnbut a {
    background:#FF8C00;
}

.program-card:nth-child(3n + 3) .programlearnbut a {
    background:#FF4500;
}

.probotsubtitile{
    margin: 35px;
    color: #fff;
    text-align: center;
}

.programs-sec .linear-btn{
    margin: 0 auto;
    display: table;
}
.programs-sec .linear-btn:hover{
   color: #fff;
}

/* ---------------- Program Four Block ---------------- */

.profourblock{
    background:  #FFF7ED;
}

.profourblock .container {
    padding: 50px 0px;
    
}

.profourblock h2{
    font-weight: 900;
    font-size: 48px;
    text-align: center;
}
.profourblock .prosubtitile, .probotsubtitile{
 text-align: center;
 font-size: 20px;
}
.profour-block {
    padding-top: 50px;
}

.maincolumpro{
    background:#fff;
    border-radius: 10px;
}
.mainimgpro{
    border-radius: 10px 0px 0 10px;
}
.logoimgpro{
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.profour-block h4{
    font-size: 20px;
    font-weight: 700;
}
.maincolumpro{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
     transition: transform 0.3s, box-shadow 0.3s;
}
.maincolumpro:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.procoulmn ul{
    padding-left: 18px;
    line-height: 35px;
}

.procoulmn:nth-child(3n + 1) ul li::marker {
    color: #FFD700;
}

.procoulmn:nth-child(3n + 2) ul li::marker {
    color: #FF8C00;
}

.procoulmn:nth-child(3n + 3) ul li::marker {
    color: #FF4500;
}

.procoulmbtn a{
    color: #fff;
}
.procoulmn:nth-child(3n + 1) .procoulmbtn a {
    background: #FFD700;
}

.procoulmn:nth-child(3n + 2) .procoulmbtn a {
    background: #FF8C00;
}

.procoulmn:nth-child(3n + 3) .procoulmbtn a {
    background: #FF4500;
}

.fourblocklogo i{
    width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fourblocklogo i {
  color: #fff;
  font-size: 30px;
      margin-bottom: 20px;
}

.profour-block .col-md-6:nth-child(3n+1) .fourblocklogo i{ background: #FFD700; }
.profour-block .col-md-6:nth-child(3n+2) .fourblocklogo i{ background: #FF8C00; }
.profour-block .col-md-6:nth-child(3n+3) .fourblocklogo i{ background: #FF4500; }


/* ---------------- Testimonial ---------------- */

.testimonials-sec{
    background: #000;
}
.testimonials-sec {
    padding: 50px 0px;
}

.testimonials-sec h2 {
    margin-bottom: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.testimonials-sec p.testidesc {
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.testimonial-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 1rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.rating-img {
    height: 20px;
}

.testimonial-quote {
    font-size: 2rem;
    line-height: 1;
}

.testimonial-text {
    font-size: 1rem;
    margin: 0.5rem 0;
}

.testimonial-separator {
    border: 0;
    margin: 0.5rem 0;
}

.testimonial-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.testimonial-name {
    font-weight: 600;
}

.testicoumn:nth-child(3n + 1) .testimonial-quote {
      color: #FFD700;
}

.testicoumn:nth-child(3n + 2) .testimonial-quote {
      color: #FF8C00;
}

.testicoumn:nth-child(3n + 3) .testimonial-quote {
      color: #FF4500;
}

.testicoumn:nth-child(3n + 1) .testimonial-separator {
      border-top: 2px solid #FFD700;
}

.testicoumn:nth-child(3n + 2) .testimonial-separator {
      border-top: 2px solid #FF8C00;
}

.testicoumn:nth-child(3n + 3) .testimonial-separator {
      border-top: 2px solid #FF4500;
}

/* ---------------- Signup Red Block ---------------- */

.signup_block{
  background: linear-gradient(
    90deg, 
    #FF6900 0%,    
    #FB2C36 50%,    
    #F54900 100%    
);
    padding:50px 0px;
    color:#fff;
    text-align: center;
}

.signup_block h2 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
}

.innersignup {
    background: #fff;
    border-radius: 10px;
    color: #000;
    margin: 30px 0px;
    padding: 30px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
.innersignup h2{
    color: var(--color1);
}
.member_subtitle{
    font-size: 48px !important;
}
.signup-card {
    text-align: center;
    align-items: center;
}
.signup-card img{
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.signup-card h5{
    text-align: center;
    font-weight: 700;
}
.signup-card a{
    font-size: 30px;
}

.signup_block p a{
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.signup_block p a:hover{
    color: #000;

}

.member_desc_bottom{
    margin-top: 30px;
}

html, body {
  overflow-y: auto !important;
  height: auto;
}

#page {
  min-height: 100%;
  overflow-y: auto;
}

.signup-card i{
    width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.signup-card i {
  color: #fff;
  font-size: 30px;
      margin-bottom: 20px;
}

.innersignup .col-sm-4:nth-child(3n+1) .signup-card i{ background: #FFD700; }
.innersignup .col-sm-4:nth-child(3n+2) .signup-card i{ background: #FF8C00; }
.innersignup .col-sm-4:nth-child(3n+3) .signup-card i{ background: #FF4500; }

/* ---------------- Latest New Section ---------------- */


.latestnews-sec{
    padding: 50px 0px;
    background-color: #F9FAFB;
}

.latestnews-sec h2 {
    margin-bottom: 30px;
    font-weight: bold;
    color:#000;
    text-align: center;
    font-size: 48px;
}

.latestnews-sec p.subtitle {
    text-align: center;
}

.latestnews-sec  .card{
    border: none;
    border-radius: 25px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.card-title{
    text-align: left;
    color:#000;
    font-weight: 600;
}
.card-text{
    text-align: left;
}

.latestnews-sec .innerbutton{
    margin: 0 auto;
}
.latestnews-sec .card {
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border 0.3s ease;
    cursor: pointer;
}

.latestnews-sec .card img.card-img-top {
    transition: transform 0.5s ease;
}

.latestnews-sec .card-body h5,
.latestnews-sec .card-body p {
    transition: transform 0.3s ease, color 0.3s ease;
    text-align: left;
}

.latestnews-sec .card:hover {
    transform: scale(1.05); 
    box-shadow: rgba(231, 92, 12, 0.16) 0px 3px 6px,
                rgba(231, 92, 12, 0.23) 0px 3px 6px;
}

.latestnews-sec .card:hover img.card-img-top {
    transform: scale(0.95); 
}

.latestnews-sec .card:hover h5 {
    transform: translateY(-3px); 
}

.latestnews-sec .card:hover p {
    transform: translateY(-2px); 
}
.latestcolum .latestcard a{
    border: none;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
}
.latestcolum > .col-md-4:nth-child(3n + 1) a {
    color: #FFD700;
}

.latestcolum > .col-md-4:nth-child(3n + 2) a {
    color: #FF8C00;
}

.latestcolum > .col-md-4:nth-child(3n + 3) a {
    color: #FF4500;
}

.blogall.contactus{
    margin: 20px auto !important;
    display: table;
    color: var(--color1);
}

/* ---------------- Free trail section ---------------- */


.free-contact-section {
    padding: 50px 0px !important;
    background: linear-gradient(to bottom, #ffffff 0%, #FFF7ED 100%);
}
.free-contact-section h2{
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}

.free-contact-section .free-contact-description{
    text-align: center;
    font-size: 24px;
}
.freecolumn{
    margin-top: 30px !important;
}


.page-id-682 .footer-contact-section, .page-id-199 .footer-contact-section {
    display:none;
}

.sitemap{
    margin: 30px 0px;
}
/* ---------------- Contact footer section ---------------- */


.footer-contact-section {
    padding: 50px 0px !important;
    background: linear-gradient(to bottom, #ffffff 0%, #FFF7ED 100%);
}
.footer-contact-section h2{
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}

.footer-contact-section .footer-contact-description{
    text-align: center;
    font-size: 24px;
}
.footercolumn{
    margin-top: 30px !important;
}

.contact-info-title, .walkin-title, .contact-form-title {
    font-size: 24px;
    font-weight: 700;
}

.address-lists{
    margin-top: 30px;
}

.address-lists img{
    width: 50px;
    width: 50px;
    object-fit: cover;
}

.address-text h5{
    font-weight: 700;
    font-size: 16px;
}

.address-text a{
    color:#000;
    text-decoration: none;
}

.address-text a:hover{
    color:var(--color1);
}
.address-item i{
    width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.address-item i {
  color: #fff;
  font-size: 30px;
      margin-right: 20px;
}

.address-lists .address-item:nth-child(3n+1) i{ background: #FFD700; }
.address-lists .address-item:nth-child(3n+2) i{ background: #FF8C00; }
.address-lists .address-item:nth-child(3n+3) i{ background: #FF4500; }
.walinwelcome{
    padding: 20px;
    border: 1px solid var(--color1);
    background: linear-gradient(
  90deg, 
  #FEF9C2 0%, 
  #FFEDD4 100%
);
border-radius: 10px;
}

.contactformright{
    background: #fff;
    border-radius: 10px;
    padding: 0px 30px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
/* ---------------- Power Bar ---------------- */


.location-title .arrow i {
  transition: transform 0.3s ease;
  font-size: 30px;
  margin-left: 12px;
  display: inline-block; 
}

.location-title.active .arrow i {
  transform: rotate(180deg); 
}


.locationlist-sec h2 {
    font-weight: bold;
    color: #000;
    text-align: center;
    text-transform: uppercase;
     padding: 20px 0px;
    background: var(--linear);
}

.locationlist-sec  ul li {
    margin-bottom: 10px;
	list-style: none;
    color: #000;
}
.locationlist-sec  ul li a{
    text-decoration: none;
    color: #000;
}
.locationlist-sec  ul {
    column-count: 1;
    display: grid;
    grid-template-columns: auto auto auto;
	text-align: left;
    margin-top: 20px;
}

.locationlist-sec  ul.location-list {
    border-bottom: 2px solid #FF6900;
    padding-bottom: 10px;
}

.locationlist-sec  ul li a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px; 
    background-color: currentColor; 
    transition: width 0.3s ease;
}

.locationlist-sec  ul li a:hover::after {
    width: 100%;
}

.locationlist-sec  ul li a {
    position: relative;
    text-decoration: none;
}
.locationlist-sec  ul liu a:hover{
    color: var(--hover);
}

/* ---------------- Footer ---------------- */

.footermapdet{
    padding: 50px 0px;
    background-color: #F9FAFB;
    border-bottom: 6px solid #ccc;
}

.mapiframe{
     width: 80%;
    margin: 0 auto;
    border-radius: 50px;
    border: 3px solid var(--color1);
    overflow: hidden;
    background: linear-gradient(90deg, #FEF9C2 0%, #FFEDD4 100%);
}

.footermapdet h2{
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}

.footermapdet p.footermapdet-description{
    text-align: center;
    font-size: 24px;
}

.mapdetails{
    text-align: center;
    margin-top: 20px;
}

.footer{
    background-color: #000;
    color: #fff;
    padding: 50px 0px;
}

.footer ul li{
    list-style: none;
        padding: 5px 0px;
}
.footer ul li a{
    text-decoration: none;
    color: #fff;
}
.footer ul li a:hover{
    color: var(--color1);
}
.footer h4{
        color: #fff;
font-weight: 700;
font-size: 24px;
}
.footer a{
    color: #fff;
    text-decoration: none;
        line-height: 32px;
}

.footer a:hover{
    color: var(--color1);
}



.followlist {
    display: flex;
    flex-wrap: wrap; 
    list-style: none; 
    padding: 0;
    margin: 20px 0px;
    gap: 20px; 
}

.followlist li {
    display: flex; 
    align-items: center;
}

.followlist i{
    width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.followlist i {
  color: #fff;
  font-size: 15px;
}

.followlist li:nth-child(3n+1) i{ background: #FFD700; }
.followlist li:nth-child(3n+2) i{ background: #FF8C00; }
.followlist li:nth-child(3n+3) i{ background: #FF4500; }

.footer h5{
    color: #fff;
    text-align: left;
    margin: 20px 0px;
}

.copyright .container {
    display: flex;
    justify-content: space-between; 
    align-items: center;            
    flex-wrap: wrap;                
    gap: 10px;                      
}

.copyright {
    padding: 10px 20px; 
    font-size: 14px;
    color: #fff;  
    text-align: center;    
}

.copyright .footer-menu ul {
    display: flex;
    gap: 20px; 
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}

.copyright .footer-menu a {
    text-decoration: none;
    color: #fff;  
    transition: color 0.3s;
}

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

/* ---------------- sEO Content ---------------- */
.seocontent{
    margin: 50px 0px;
}
.seocontent h2{
    /* text-align: center; */
    font-size: 48px;
    font-weight: 700;
}
.seo-readmore-btn{
    color: var(--color1);
}
/* ---------------- Right image with list on right ---------------- */


 .leftimage-desc{
        padding-top: 20px;
    }

.right_image_with_lists{
    background-color: var(--color1);
    color: #fff;
}
.right_image_with_lists h2{
        margin-bottom: 30px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.leftimagelist img, .threecol-sec img{
    border-radius: 25px;
}
.right_image_with_lists h4{
    color: #fff;
    font-size: 16px;
}

.listonrightimage{
    margin-bottom: 20px;
}

.listonrightimage img{
    width: 20px;
}

/* ---------------- Class Schedule ---------------- */


.classschedule h2{
    margin-bottom: 30px;
    font-weight: 900;
    color: var(--color1);
    text-align: center;
    text-transform: uppercase;
}

.classschedule h4{
    font-weight: 700;
}

.classschedule a{
    margin: 25px auto;
    display: block;
}

.classschedule i.fa-users  {
   
    font-weight: 900; 
    color: #000; 
    background: var(--linear); 
    border-radius: 50%; 
    margin-right: 10px;
    font-size: 20px;
    width: 40px; 
    height: 40px; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
       box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.row-border {
    border: 2px solid #E5E7EB; 
    border-radius: 15px;
    padding: 15px;
    display: flex;
    justify-content: space-between; 
    background-color: #F9FAFB;
        align-items: center;
    margin-bottom: 10px; 
}
.row-border i{
    color: #99A1AF; 
        font-size: 20px;
    margin-right: 5px;
}

.row-border .time{
    border: 3px solid var(--color1);
    border-radius: 25px;
    background-color: #fff;
    padding: 10px;
}

.classschedule .table-responsive{
    border-radius: 10px;
    border: 3px solid #E5E7EB;
}

.dayclasstable{
    padding: 20px;
}

.classschedule  tr{
    border: transparent;
}

.scheclasstitle{
    padding: 20px;
    background: linear-gradient(to top, #FAF5FF 0%, #EFF6FF 100%);
            border-bottom: 2px dashed #BEDBFF;


}

.table-responsive h5{
    font-size: 16px;
}


.classes_bottom{
    background: #f0f5fe;
    color: #000;
    border: 4px solid #aabcdd;
    border-radius: 10px;
    padding: 20px;
}

.classschedule .linear-btn{
        margin: 0 auto;
    display: table;
    text-decoration: none;
    margin-top: 30px;
    padding: 10px 15px;
    border-radius: 10px;
    color: #000;
    font-weight: 700;
}
.classschedule .linear-btn:hover{
   color: #000;
}

/* ---------------- Pricing block ---------------- */

.pricing-block-container{
    padding: 50px 0px;
}

.pricing-block-container{ 
    background: linear-gradient(to right, #FFF7ED 0%, #FFE8CC 100%);
   
}
.pricing-block-container h2 {
    margin-bottom: 30px;
    font-weight: 900;
    color:#000;
    text-align: center;
    font-size: 48px;
}

.pricing-block-container p.pricing-sub-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
.pricing-title{
    font-weight: 700;
    font-size: 30px;
}
.pricing-details {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    margin-top: 40px;
}

.pricing-item.two-columns {
    flex: 1 1 calc(40% - 3rem);
    max-width: calc(40% - 3rem);
    position: relative;
}

.pricing-item.three-columns {
    flex: 1 1 calc(33.333% - 3rem);
    max-width: calc(33.333% - 3rem);
    position: relative;
}

.pricing-category-badge {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: bold;
    border-radius: 35px;
    z-index: 10;
}

@media (max-width: 768px) {
    .pricing-item.two-columns,
    .pricing-item.three-columns {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.pricing-item {
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 0.5rem;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
 transition: transform 0.3s, box-shadow 0.3s;
}
.pricing-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}


ul.pricing-list{
    text-align: left;
     list-style-type: none;
     line-height: 35px;
}

.enroll-btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background: #000;
    color: #fff;
    font-weight: 700;
    border-radius: 0.5rem;
    text-decoration: none;
}

.linear-btn.pricing-btn{
        margin: 0 auto;
    display: table;
    text-decoration: none;
    margin-top: 30px;
    padding: 10px 15px;
    border-radius: 10px;
    color: #000;
    font-weight: 700;
}
.linear-btn.pricing-btn:hover{
   color: #000;
}

.pricing-tag i{
    color: var(--color1);
}

.pricing-tag{
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: table;
}

.pricing-tag p{
    margin: 0px;
    padding: 0px;
}

.pricing_icon{
    width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
      margin: 0 auto;
    margin-bottom: 20px;
}

.pricing-fee strong{
    font-size: 45px;
}




/* ---------------- journey block ---------------- */
.journey-block-container {
    padding: 50px 0;
}

.journey-block-container h2 {
    margin-bottom: 30px;
    font-weight: 900;
    color: #000;
    text-align: center;
    font-size: 48px;
}

.journey-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 40px;
}


.journey-item {
    flex: 1 1 calc(25% - 2rem); 
    max-width: calc(25% - 2rem);
    border: 4px solid #ddd;
    padding: 2rem;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.journey-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.journey-category-badge {
    position: absolute;
    top: 0;
    left: 1.5rem; 
    transform: translateY(-50%); 
    padding: 0.5rem 1.25rem;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 35px;
    z-index: 10;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: transform 0.3s ease;
}
.journey-description p{
    margin: 0px;

}
.journey-title {
    font-weight: 700;
    font-size: 20px;
    margin-top: 1rem;
    text-align: left;
}

@media (max-width: 1200px) {
    .journey-item {
        flex: 1 1 calc(33.333% - 2rem); 
        max-width: calc(33.333% - 2rem);
    }
}

@media (max-width: 992px) {
    .journey-item {
        flex: 1 1 calc(50% - 2rem); 
        max-width: calc(50% - 2rem);
    }
}

@media (max-width: 576px) {
    .journey-item {
        flex: 1 1 100%; 
        max-width: 100%;
    }

    .journey-block-container h2 {
        font-size: 32px;
        text-align: center;
    }
}

/* ---------------- Alternative  block ---------------- */


.alternate_content {
     padding: 50px 0; 
     text-align: center;
    }
.alternate_content .container { 
    max-width: 1200px; 
    margin: 0 auto;
 }



 .tag-title-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px; 
  font-size: 16px; 
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
background: linear-gradient(to right, #ffffff 0%, #FFF7ED 100%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        padding: 10px;
    border-radius: 30px;
}

.tag-title-with-icon i{
  font-size: 1.4em; 
  color: #000; 
  line-height: 1;
}

.inner-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px; 
  font-size: 16px; 
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
background: linear-gradient(to right, #ffffff 0%, #FFF7ED 100%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        padding: 10px;
    border-radius: 30px;
}

 .inner-tag i {
  font-size: 1.4em; 
  color: #fff; 
  line-height: 1;
}
.alternate_content h2 {
    margin-bottom: 30px;
    font-weight: 900;
    color: #000;
    text-align: center;
    font-size: 48px;
}

.list-of-contents .content-block {
    text-align: left;
    background: #FFF7ED;
    padding: 30px;
    border-radius: 10px;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

  
.alternate_content .inner-tag:nth-child(2n+1){ background: #FF8C00; }
.alternate_content .inner-tag:nth-child(2n+2){ background: #FF4500; }

.alternate_content .list-of-contents { 
    display: flex; 
    flex-direction: 
    column; gap: 60px;
 }
.alternate_content .content-block { 
    display: flex;
     align-items: center; 
     gap: 40px;
 }
.alternate_content .content-block.reverse { 
    flex-direction: row-reverse;
 }


 .alternate_content .content-block h3 {
    margin-bottom: 30px;
    font-weight: 900;
    color: #000;
    font-size: 30px;
}
.alternate_content  .content-block:nth-child(2n+1) .inner-sub{ color: #FF8C00; font-weight: 900; }
.alternate_content .content-block:nth-child(2n+2) .inner-sub{ color: #FF4500; font-weight: 900; }

.alternate_content .content-image img { 
    width: 100%; 
    max-width: 500px; 
    border-radius: 12px;
 }
.alternate_content .content-text { 
    flex: 1;
 }
.alternate_content .details-count { 
    display: flex;
     gap: 20px;
     margin-top: 15px;
     list-style: none;
     padding: 0;
    /* justify-content: center; */

 }
 .alternate_content .details-count li{
    padding: 20px;
    background:#fff;
    text-align: center;
    border-radius: 10px;
 }

.alternate_content .details-count li strong { 
    display: block;
     font-size: 24px;
     font-weight: 900;
 }

.alternate_content .content-block:nth-child(2n+1) .details-count li strong {
  color: #FF8C00; 
}

.alternate_content .content-block:nth-child(2n+2) .details-count li strong {
  color: #FF4500; 
}
 
.alternate_content .details-count li span { 
    color: #666; 
    font-size: 14px;
 }

/* ---------------- Try Before block ---------------- */


.trybeforebutton-wrap {
    display: flex;
    gap: 10px; 
    justify-content: center; 
    flex-wrap: wrap; 
}

.trybeforebutton a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    border-radius: 30px;
    transition: background-color 0.3s ease;
    font-weight: 700;
}

.trybeforebutton:last-child a{
    background-color: #fff;
    color: #000;
}

.trybeforebutton a:hover {
    color: var(--color1);
}

/* ---------------- Important Notices block ---------------- */
.importantnotice{
    margin: 50px 0px;
}
.importantnotice .container{
    background: #f0f5fe;
    color: #000;
    border: 4px solid #aabcdd;
    border-radius: 10px;
}
.importantnotice h2{
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
}
.importantnotice p{
    line-height: 30px;
}
.importantnotice ul{
    line-height: 30px;
}

/* ---------------- paragraph block ---------------- */





.paragraph{
background: linear-gradient(to bottom, #ffffff 0%, #FFF7ED 100%);
    padding: 40px 0px;
   
}

.paragraph .container{
    background: #fff;
    color: #000;
    border: 4px solid var(--color1);
    border-radius: 10px;
    padding:30px;
}
.paragraph p{
    font-size: 24px;
}
.listbuttons-wrap {
    display: flex;
    gap: 10px; 
    justify-content: center; 
    flex-wrap: wrap; 
}

.listbuttons a{
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--color1);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    border-radius: 30px;
    transition: background-color 0.3s ease;
    font-weight: 700;
}

.listbuttons:last-child a{
    background-color: #000;
}

.listbuttons a:hover {
    color: #000;
}

.listbuttons:last-child a:hover {
    color: var(--color1);
}

.listbuttons {
    transition: transform 0.3s, box-shadow 0.3s;
}

.listbuttons:hover {
    transform: scale(1.05); 
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.listbuttons {
    transform: scale(1);
}


/* ---------------- Two column lists block ---------------- */

.twocolumnlists {
    padding: 50px 0;
    /* background-color: rgb(249, 250, 251); */
}

.twocolumnlists h2 {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}

.twocolumn-desc {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    color: var(--color1);
    margin-bottom: 40px;
}

.twocolumnlists ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.two-column-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 30px;                             
    list-style: none;
    margin: 0;
    padding: 0;
}

.two-column-list li.listbuttons {
    background: linear-gradient(to bottom, #ffffff 0%, #FFF7ED 100%);
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 20px 20px 70px; 
    min-height: 60px;
    position: relative;
    display: flex;
    align-items: center;  
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.two-column-list li.listbuttons::before {
    content: "\f00c";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    background: var(--linear);
    border-radius: 50%;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

@media (max-width: 767px) {
    .two-column-list {
        columns: 1;
    }
}


.column_btm_con{
    background: #f0f5fe;
    color: #000;
    border: 4px solid #aabcdd;
    border-radius: 10px;
    margin-top: 20px;
}

.column_btm_con p{
        line-height: 30px;
    padding: 20px;
    margin: 0px;
}

.listicons {
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px
}

.listicons:hover {
    transform: scale(1.05); 
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.listicons {
    transform: scale(1);
}
/* ---------------- Two column icon block ---------------- */


.twocolumnicon {
    padding: 50px 0;
    background: var(--linear);
}

.twocolumnicon h2 {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
}


.listicons {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 25px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    display: flex;
    align-items: center;  
    gap:6px;
}

.listicons i {
    font-size: 30px;
    color: #000;
    background: var(--linear);
    width: 50px;
    height: 50px;
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.listicons .icon-text {
    line-height: 1.5;
}

@media (max-width: 767px) {
    .listicons {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* ---------------- Imagegallery block ---------------- */

.imagesblock h2 {
    margin-bottom: 30px;
    font-weight: 900;
    color: #000;
    text-align: center;
    font-size: 48px;
    margin-top: 30px;
}

/* ---------------- Schedule block ---------------- */

.schedule-wrapper{
    padding: 50px 0px;
}

.schedule-wrapper h2{
   font-weight: 900;
   text-align: center;
}


.schedule-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0px;
    justify-content: center;
}

.category-btn {
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}

.schedule-categories .category-btn:nth-child(7n+1) {
  background-color: #FF8C00; 
}

.schedule-categories .category-btn:nth-child(7n+2), li[data-category*="After-School Program"] {
  background-color: #F54900; 
}

.schedule-categories .category-btn:nth-child(7n+3), li[data-category*="Little Ninjas (3-6 yrs)"] {
  background-color: #C71585; 
}

.schedule-categories .category-btn:nth-child(7n+4), li[data-category*="Green Stripe & UP"] {
  background-color: #008000; 
}

.schedule-categories .category-btn:nth-child(7n+5), li[data-category*="Kids Beginner (7 yrs+, White Belt & up)"] {
  background-color: #800000; 
}

.schedule-categories .category-btn:nth-child(7n+6) , li[data-category*="Blue Belt & up"]{
  background-color: #0000ff; 
}

.schedule-categories .category-btn:nth-child(7n+7), li[data-category*="Black Belt & up"] {
  background-color: #000; 
}

.schedule-categories .category-btn:nth-child(7n+8), li[data-category*="Teen & Adults (All Belts)"] {
  background-color: #6495ED; 
}
.schedule-categories .category-btn:nth-child(7n+9), li[data-category*="Weapons class"] {
  background-color: #D2691E; 
}
.schedule-categories .category-btn:nth-child(7n+10), li[data-category*="Cardio Kickboxing"] {
  background-color: #DC143C; 
}
.category-btn:hover {
  filter: brightness(0.9);
}

.category-btn.active {
  filter: brightness(0.8);
  outline: 3px solid #00000022;
}

.list-view {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.list-view .day-schedule{
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
     transition: transform 0.3s, box-shadow 0.3s;
}
.list-view .day-schedule:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.list-view .day-schedule{
    border:3px solid var(--bordercolor);
    border-radius: 10px;
        width: 20%;
        padding: 20px;
}

.list-view .day-schedule h3{
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid var(--bordercolor);
        padding-bottom: 15px;
    margin-bottom: 15px;
}

.list-view .day-schedule ul{
        padding: 0px;
        list-style: none;
}

.list-view .day-schedule ul li{
        padding: 10px;
        margin-bottom: 20px;
        border-radius: 10px;
        color: #fff;
}


td .categoryday:nth-child(3n+1)  { background:#FFD700; }
td .categoryday:nth-child(3n+2)  { background:#FF8C00; }
td .categoryday:nth-child(3n+3) { background:#FF4500; }

.schedule-categories, .view-toggle {
    text-align: center;
    margin-bottom: 20px;
}
.category-btn, #list-view-btn, #calendar-view-btn {
    padding: 10px 15px;
    margin: 5px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.2s;
}
.category-btn.active, #list-view-btn.active, #calendar-view-btn.active {
    background: #333;
    color: white;
    border-color: #333;
}

/* List View Styling */
.day-schedule { 
    margin-bottom: 30px; 
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
}
.list-view h3 {
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
    margin-top: 0;
}
.list-view ul { 
    list-style: none; 
    padding-left: 0; 
}
.list-view li {
    padding: 8px 0;
    border-bottom: 1px dotted #ddd;
}
.list-view li:last-child {
    border-bottom: none;
}
.class-category {
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    margin-top: 2px;
}

/* Calendar View Styling */
.calendar-view table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; 
}
.calendar-view th, .calendar-view td {
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: top;
    min-height: 50px; 
}
.calendar-view th:first-child, .calendar-view td:first-child {
    width: 100px; 
    font-weight: bold;
    background-color: #f8f8f8;
    text-align: center;
}
.calendar-class {
    margin: 2px 0;
    padding: 4px;
    border-radius: 4px;
    color: #fff;
    font-size:
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; 
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
/* ---------------- Blog page ---------------- */


a.blogall.innerbutton.mt-auto {
    display: block;
    margin: 30px auto !important;
}

.blog-filter .filter-link {
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}
.blog-filter {
    margin: 40px 0px;
}
.single-post {
    margin-bottom: 30px;
}
.pagination a {
    margin: 0 5px;
    text-decoration: none;
    color: #FF4500;
    text-transform: uppercase;
}
.pagination a:hover {
    text-decoration: underline;
}

.single-post.col-sm-4 {
    border: 1px solid #FF4500;
}
/* #blog-posts .single-post {
    display: flex;
}

#blog-posts .card {
        border: 1px solid var(--color1);
}

#blog-posts .card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#blog-posts .innerbutton {
    display: block !important;
    margin: 15px auto !important; 
}

#blog-posts img.card-img-top {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
#blog-posts  .card-title a{
    color: var(--color1);
    text-decoration: none;
}

#blog-posts  .card-title a:hover{
    color: var(--color1);
    text-decoration: underline;
} */

.blogmainpage .latestcolum .col-md-4{
margin-bottom: 20px;
}

.latestcolum .row > .col-md-4:nth-child(3n + 1) a {
    color: #FFD700;
}

.latestcolum .row > .col-md-4:nth-child(3n + 2) a {
    color: #FF8C00;
}

.latestcolum .row > .col-md-4:nth-child(3n + 3) a {
    color: #FF4500;
}


button.filter-btn {
    text-transform: uppercase;
}

.filter-link {
    padding: 8px 15px;
    border: 1px solid #FF4500;
    background: #fff;
    color: #FF4500;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 35px;
    font-weight: 700;
}

.filter-link.active,
.filter-link:hover {
    background-color: #FF4500;
    color: #fff;
    text-decoration: none;
}

.blogmainpage h2 {
    font-weight: bold;
    color: #FF4500;
    text-align: center;
    text-transform: uppercase;
}

.blogmainpage {
    margin: 50px 0px;
    background-color: #fff;
}

#pagination {
    display: flex;
    justify-content: center; 
    margin: 30px 0;
    flex-wrap: wrap;
    gap: 5px; 
}

#pagination a,
#pagination span {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid var(--color1);
    background-color: #fff; 
    color: var(--color1); 
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

#pagination a:hover {
    background-color: var(--color1);
    color: #fff;
}

#pagination .current {
    background-color: var(--color1);
    color: #fff;
    pointer-events: none; 
}

#single-wrapper .banner-text h2 {
    color: #fff;
    font-size: 64px;
    line-height: 82px;
}

.post-meta span{
    font-size: 20px;
    text-transform: capitalize;
}

#single-wrapper .post-navigation a{
    font-size: 20px;
    color: var(--color1);
    text-decoration: none;
}
#single-wrapper .post-navigation a:hover{
    text-decoration: underline;
}
.relatedposts h2 {
    margin: 30px 0px;
    font-weight: bold;
    color: var(--color1);
    text-align: center;
    text-transform: uppercase;
}

.dateposts{
    text-align: left;
}


/* ---------------- Gallery block ---------------- */

.galleryblock{
    margin: 50px 0px;
}
.galleryblock h2 {
    margin-bottom: 30px;
    font-weight: bold;
    color: #FF4500;
    text-align: center;
    text-transform: uppercase;
}
.gallery-filters {
    margin-bottom: 40px;
}

.filter-btn {
    padding: 8px 15px;
    border: 1px solid #FF4500;
    background: #fff;
    color: #000;
    cursor: pointer;
    margin-right: 8px;
    font-weight: 700;
    border-radius: 35px;
}

.filter-btn.active,
.filter-btn:hover {
    background-color: #FF4500;
    color: #fff;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 15px;
}

.gallery-item img {
    width: 100%;
    display: block;
    border-radius: 30px;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 25px;
    overflow: hidden; 
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
}
.gallery-item img:hover {
       transform: scale(0.95);
           border: 1px solid #FF4500;
 padding: 20px;
box-shadow: rgba(231, 92, 12, 0.16) 0px 3px 6px, 
                rgba(231, 92, 12, 0.23) 0px 3px 6px;
                
}


.load-more-wrapper {
    text-align: center;
    margin-top: 20px;
}

#loadMore {
    padding: 10px 20px;
    background-color: #FF4500;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
#loadMore {
    color: #fff;
    background: #FF4500;
    border-radius: 20px;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid #FF4500;
    width: fit-content;
    padding: 10px 20px;
    text-decoration: none;
}


#loadMore:hover {
    color: #FF4500;
    background: #fff;
    border: 1px solid #FF4500;
}


/* ---------------- Contact block ---------------- */

.contactform {
    margin: 40px 0px;
}
.contactform h2 {
    margin-bottom: 30px;
    font-weight: bold;
    color: var(--color1);
    text-align: center;
    text-transform: uppercase;
}

.contact-form form input, .contact-form form textarea, .contact-form form select{
border: 0px !important;
color:#717182;
background-color: #F3F3F5 !important;
font-size: 14px !important;
}
.contact-form form textarea{
    width: 100%;
    height: 100px;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #717182; 
  opacity: 1 !important; 
  font-size: 14px !important;
}
.contact-form .wpcf7 .wpcf7-form p {
    margin-bottom: 0px;
}
/* .wpcf7 input:focus::placeholder,
.wpcf7 textarea:focus::placeholder {
  color: var(--color1) !important; 
  font-weight: 600 !important; 
} */
input.wpcf7-form-control.wpcf7-submit{
 color: #000 !important;
    background: var(--linear) !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    border: 1px solid var(--color1) !important;
    width: 100% !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
}


input.wpcf7-form-control.wpcf7-submit:hover {
    color: #000 !important;;
    background: #fff !important;;
    border: 1px solid var(--color1) !important;;
}

.contactform ul li{
    list-style: none;
        padding: 5px 0px;
}
.contactform ul li a{
    text-decoration: none;
    color: var(--color1);
    font-size: 24px;
}
.contactform ul li a:hover{
    color: var(--color1);
}



.registerform .wpcf7{
    width:100%;
    max-width:100%;
}

.registerform h2 {
    margin: 50px 0px;
    font-weight: bold;
    color: var(--color1);
    text-align: center;
    text-transform: uppercase;
}


.registerform legend {
    font-weight: bold;
    color: var(--color1);
    text-transform: capitalize;
}
.registerform .wpcf7-checkbox input[type="checkbox"], .registerform .wpcf7-acceptance input[type="checkbox"]  {
    width: 25px;    
    height: 25px;   
    vertical-align: middle; 
    accent-color: var(--color1);  
    border: 2px solid var(--bordercolor);
    border-radius: 4px;
    /* appearance: none; */
    cursor: pointer;
}
.registerform  input[type='radio'] {
    accent-color: var(--color1);
}
.registerform .wpcf7-checkbox .wpcf7-list-item-label, .registerform .wpcf7-acceptance .wpcf7-list-item-label {
    display: inline;      
    line-height: 1.2;           
    margin-left: 8px;           
    vertical-align: middle;     
}
.registerform  .wpcf7-list-item {
    display: inline-block;
    margin: 16px 0 0 1em;
}

.dscf7_signature_inner{
    border: 1px solid var(--color1);
}

.registerform form input,.contactform form textarea, .contactform form input[type="checkbox"] {
border: 1px solid var(--color1) !important;
}

.registerform h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.programinfoform p{
    margin-bottom: 0px;
}

.contactform  li img{
    width: 6%;
    margin-right: 20px;
}

.tnp-field input[type="submit"]:hover{
    color:var(--color1);
}


.nav-menu ul li ul li{
    border-bottom: 1px solid var(--color1);
}

footer ul{
    margin: 0px;
    padding: 0px;
}

.readmore-btn{
    display: inline-block;
    margin-top: 20px;
}

.gridform {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important; 
  gap: 10px 20px; 
  max-width: 600px; 
}

.gridform .wpcf7-list-item {
  margin: 0 !important; 
}

.gridform label {
  display: flex;
  align-items: center; 
  gap: 6px;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 10px 20px; 
  max-width: 600px; 
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin: 0; 
}

.wpcf7-form-control.wpcf7-checkbox label {
  display: flex;
  align-items: center; 
  gap: 6px;
  cursor: pointer;
}
.marginbotform {
    margin-bottom: 2rem;
}


tr.subclasses {
    background: #fff !important;
    border-bottom: 1px solid;
    font-size: 14px;
}
tr.subclasses.noborder{
    border-bottom: none;
}
tr.subclasses td:first-child{
    padding-left: 40px;
}

.member_structure_repeater h5 {
    font-size: 16px;
    text-align: center;
    border: 1px solid;
    padding: 15px;
    font-weight: bold;
}
.memberstuct{
    margin-top: 30px !important;
}

li.current-menu-item > a,
li.current-menu-parent > a,
li.current-menu-ancestor > a {
    text-decoration: underline;
    text-underline-offset: 13px;
    text-decoration-thickness: 2px;
}

li.current-menu-item .sub-menu li a,  li.current-menu-parent .sub-menu li  a{
    text-decoration: none;
}

li.current-menu-parent ul li.current-menu-item a, li.current-menu-parent ul li.current-menu-item a ul li a{
    background-color: rgba(205,32,39,0.05);
  color: var(--color1);
}
li.current-menu-parent ul li.current-menu-item ul li a{
background-color: #fff;
color: #36454F;
}
.type-power-bar h3{
    color: var(--color1);
    margin-bottom: 10px;
    font-weight: 600;
}

.leftimage-sec img{
    height: 500px;
    object-fit: cover;
}
.about-sec img.img-fluid{
    height: 500px;
    object-fit: cover;
}


.about-desc ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.about-desc ul li {
  position: relative;
  padding-left: 40px; 
  margin-bottom: 15px;
}

.about-desc ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  transform: translateY(-50%);
  width: 30px;  
  height: 30px;
  background-image: url('/wp-content/uploads/2025/09/kaarteicon.png'); 
  background-size: contain;
  background-repeat: no-repeat;
}


.contact-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.popup-content {
  background: #fff;
  margin: 10% auto;
  padding: 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.close-popup {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 28px;
  color: #333;
  cursor: pointer;
}


.popupform h2.popup-title {
  display: flex;
  align-items: center;      
  justify-content: center;  
  gap: 10px;                
  font-weight: 900;
  color: #000;
  margin-bottom: 20px;
}

.popupform h2.popup-title i {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  color: #000;
  background: var(--linear);
  font-size: 24px;
  display: flex;
  align-items: center;      
  justify-content: center;  
}

.wrapper {
    padding: 0px !important;
}
/* ---------------- Left Imgage and Right Content ---------------- */

.leftimage-sec {
    background:linear-gradient(to right, #FFF7ED 0%, #FFE8CC 100%)
}

.leftimage-sec .container{
    padding: 50px 0px;
}

.leftimage-sec h2 {
    margin-bottom: 30px;
    font-weight: 900;
    color: var(--color1);
    text-align: center;
    text-transform: uppercase;
}

.leftimage-sec strong{
    color: var(--color1);
}

.leftimage-sec img {
    max-width: 100%;
    height: auto;
    margin-right: 40px;
    border-radius: 25px;
}

.leftimage-desc{
    margin-bottom: 30px;
}
.leftimage-desc ul{
    line-height: 30px;
}

.leftimage-sec ul li {
    position: relative;
    padding-left: 40px; 
    margin-bottom: 12px;
    list-style: none; 
}

.leftimage-sec ul li::before {
    content: "\f00c"; 
    font-family: "Font Awesome 7 Free"; 
    font-weight: 900; 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #000; 
    background: var(--linear); 
    border-radius: 50%; 
    font-size: 15px;
    width: 30px; 
    height: 30px; 
    display: flex;
    align-items: center;
    justify-content: center;
       box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}





/* ---------------- Mobile styles ---------------- */



@media (max-width: 992px) {
    .key-strength .strength-item {
        flex: 0 0 33.33%; 
    }
}

@media (max-width: 768px) {
    .key-strength .strength-item {
        flex: 0 0 50%; 
    }
}

@media (max-width: 480px) {
    .key-strength .strength-item {
        flex: 0 0 52%; 
    }
}

@media (max-width: 768px){


    .homebanner{
    padding: 0px 0px;
}
    .bannerleft{
        width: 100%;
    }
    .banner-title {
    font-size: 40px;
    font-weight: 700;
    }

.about-sec {
    padding-top: 50px;
}

.threecol-sec h2, .programs-sec h2, .profourblock h2, .signup_block h2, .latestnews-sec h2, .footer-contact-section h2, .footermapdet h2, .seocontent h2{
    font-size: 32px;
}
.columnrepeater {
    display: block !important;
}

.flex-shrink-0.w-50{
    width:100% !important;
}
.mainimgpro {
    border-radius: 10px 10px 0 0px;
}

.mainheader .container{
    max-width: 95%;
}


.nav-menu li.menu-item-has-children > .sub-menu {
    position: relative !important;
    top: 0px !important;
	left:0px !important;
    }
     
    .contactform ul li a {
    font-size: 16px;
}
.contactform li img {
    margin-right: 10px;
}
.maplocation iframe {
    height: 300px;
}
    .banner-text h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .banner-bg{
        width: 80%;
    }
    .banner{
        min-height: 500px;
    }
    .about-sec img{
        margin-top: 20px;
        border-radius: 25px;
    }
    .columnrepeater .text-center{
        margin-bottom: 20px;
    }
    .owl-nav, .owl-prev {
    display: none;
    }
    .signup_block {
    padding: 50px 30px;
    overflow: hidden;
    }
    .leftimage-desc{
        padding-top: 20px;
    }
    .locationlist-sec ul{
        column-count: 1;
        display: block;
    }
}



@media (max-width: 768px) {


  .headerbtn {
    margin-top: 1rem;
    width: 80%;
    text-align: center;
  }
  header img{
    width: 95px;
  }
.nav-menu a:active, .nav-menu a:hover{
    color: var(--color1);
}
button.filter-btn {
    margin-top: 20px;
}
.gallery-grid {
    grid-template-columns: none;
}
.registerform  .col {
    flex: 100%;
}
}
@media (max-width: 991px) {

  .hamburger { display: flex; }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100vh;
    background: #fff;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    transition: right 0.3s ease;
    padding: 80px 20px 30px;
    z-index: 1000;
    overflow-y: auto;
    flex-direction: column;
    display: block;
  }
  .nav-menu.active { right: 0; }

  .nav-menu ul { flex-direction: column; width: 100%; gap: 0; }
  .nav-menu li { width: 100%; border-bottom: 1px solid #eee; position: relative; }
  .nav-menu a { padding: 15px 0; color: #333; width: 100%; }

  .sub-menu {
    display: none;
    flex-direction: column;
    padding-left: 20px;
    background: #f8f9fa;
    width: 100%;
  }
  .sub-menu.active { display: flex; }
  .sub-menu li { padding: 10px 0; border-bottom: none; }


  .headerbtn {
    padding: 8px 16px;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }

  header img { width: 95px; }

  ul.nav.justify-content-center.flex-grow-1 {
    justify-content: flex-start !important;
    margin-top: 50px;
  }
  .nav-menu li.menu-item-has-children > .sub-menu{
    display: none !important;
  }
   .nav-menu li.menu-item-has-children > .sub-menu.active{
    display: block !important;
  }

.buttondet{
    border: 0px;
    flex-direction: column;
}

 a.btn.headerbtn {
        width: fit-content;
        margin-top: 10px;
        font-size: 10px;
    }

    .hamburger{
        float: right;
    }

.key-strength .strength-item img {
    width: 10%;
    margin-top: 6px;
}

.key-strength{
    padding: 20px 0px;
    display: none;
}
.hamburger.active{
    position: absolute;
    right: 25px;
}
p{font-size: 14px;}
ul li,ol li{font-size:14px;}
.btn { font-size: 14px !important;  padding: 5px !important}

.alternate_content .content-block{
    display: block;
}
.alternate_content .content-image img {
    margin-bottom: 30px;
}

}

@media (min-width: 992px) {
  .toggle-submenu { display: none; }
}


.zigzag-item {
    opacity: 0;
    transform: translateX(0);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.zigzag-item.left {
    transform: translateX(-100px);
}

.zigzag-item.right {
    transform: translateX(100px); 
}

.zigzag-item.visible {
    opacity: 1;
    transform: translateX(0);
}


 .banner-text h2{
      opacity: 0;
      transform: translateX(-100%);
      animation: slideIn 1s ease-out forwards;
    }

     .banner-text a{
      opacity: 0;
      transform: translateX(-100%);
      animation: slideIn 1s ease-out forwards;
    }

    @keyframes slideIn {
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    .key-strength, .about-sec  {
      opacity: 0;
      transform: translateY(100px);
      animation: slideUp 1s ease-out forwards;
    }

    @keyframes slideUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    } 


