html {
    scroll-behavior: smooth;
  }
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
section[id], div[id] {
  scroll-margin-top: 80px !important; 
  scroll-behavior: smooth;  
}
  body {
    font-size: 1rem !important;
    font-family: "Mulish", sans-serif;    
    font-optical-sizing: auto;
    font-weight: 500;
    background-color: #000;
    color: #fff;
  }
  
  a,
  a:hover {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
  }
     :root{
    --bg:#FAF8F3;
    --bg-alt:#F2ECDD;
    --gold-deep:#8A6512;
    --gold:#C9971F;
    --gold-bright: #eaba32;
    --charcoal:#1F1F1F;
    --gray:#6B6B6B;
    --white:#FFFFFF;
  }
  ul {
    padding-left: 0px !important;
    list-style-type: none;
    margin: 0;
  }
  img {
    display: block;
    max-width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .posrel{
    position: relative;
  }
  p{
    margin-bottom: 0.5rem !important;
    font-family: "Mulish", sans-serif;
  }
  .para{
    line-height: 26px;
    font-weight: 400;
  }
  @media (min-width: 1366px) {
    .cmpad{
      max-width: 1920px;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 70px !important;
      padding-right: 70px !important;
    }
  }
  @media (max-width: 1366px) {
    .cmpad {
      padding-left: 60px !important;
      padding-right: 60px !important;
    }
  }
  @media (max-width: 991px) {
    .cmpad {
      padding-left: 40px !important;
      padding-right: 40px !important;
    }
  }
  @media (max-width: 767px) {
    .cmpad {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }
  @media (max-width: 575px) {
    html {
      font-size: 90% !important;
    }
  }
  
  @media (min-width: 768px) {
    ::-webkit-scrollbar {
      width: 10px;
      height: 6px;
    }
    ::-webkit-scrollbar-track {
      background-color: #eee;
    }
    ::-webkit-scrollbar-thumb {
      background-color: #eaba32;
    }
    ::-webkit-scrollbar-thumb:hover {
      background-color: #000;
    }
  
    .custscroll::-webkit-scrollbar,
    .custscroll::-webkit-scrollbar-thumb {
      border-radius: 13px;
      width: 5px;
      height: 5px;
      background-clip: padding-box;
      background: transparent;
    }
    .custscroll::-webkit-scrollbar-track {
      background: transparent;
    }
    .custscroll:hover::-webkit-scrollbar-thumb {
      background-color: #ccc;
    }
    .custscroll::-webkit-scrollbar-thumb:hover {
      background-color: #999;
    }
  
    .custscrollA::-webkit-scrollbar {
      border-radius: 13px;
      width: 5px;
      height: 5px;
      background-clip: padding-box;
      background: transparent;
    }
    .custscrollA::-webkit-scrollbar-track {
      background: transparent;
    }
    .custscrollA::-webkit-scrollbar-thumb {
      background-color: #ccc;
      border-radius: 6px;
    }
    .custscrollA::-webkit-scrollbar-thumb:hover {
      background-color: #999;
    }
  }

  input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::placeholder, textarea::placeholder {
  font-size: 0.8rem; 
  color: #333;
  opacity: .5;
}

/* For Firefox */
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 0.8rem;
}

/* For Internet Explorer */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 0.8rem;
}

/* For Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 0.8rem;
}

  .mainhead {
    font-size: 1.875rem;
    color: #fff;
    line-height: 39px;
    font-weight: 600;
    font-family: "Mulish", sans-serif;
  }


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* header */
.leftheader img{
    width: 100px;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}
.rightheader ul{
    display: flex;
    gap: 30px;
}
.rightheader ul li a{
    color: #fff;
}
.rightheader ul li a:hover{
    color: #eaba32;
}
header{
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all .3s;
}
header.active{
    background-color: #000;
}
header.active .leftheader img{
    width: 80px;
}

.rightheader ul li a{
    position: relative;
    display: inline-block;
    width: fit-content;
    padding-bottom: 6px;
    transition: width .3s ease;
}
.rightheader ul li a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #eaba32;
    transition: width .3s ease;
}
.rightheader ul li a.active{
    color: #eaba32;
}
.rightheader ul li a.active::after{
    width: 100%;
    transition: width .3s ease;
}

/* banner */
.banner{
    height: 100vh;
    width: 100%;
    position: relative;
}
.banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .75;
    z-index: 10;
}
.banner img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-content{
    position: absolute;
    top: 30%;
    color: #fff;
    z-index: 99;
}
.banincont{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.button{
    border: 1px solid #eaba32;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-top: 10px;
    width: max-content;
    border-radius: 20px;
    color: #000000;
    background-color: #eaba32;
    font-weight: 600;
    transition: all .3s;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.button:hover{
    background-color: transparent;
    color: #fff;
}
.banincont h1{
    font-size: 3rem;
}
.button i{
    font-size: 16px;
}
.bannerstats{
    position: absolute;
    bottom: 15px;
    right: 0;
    color: #fff;
    z-index: 99;
}
.baninstats ul{
    display: flex;
    gap: 20px;
}
.baninstats{
    border-radius: 20px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.2);
    font-size: 0.9rem;
}
.baninstats ul li{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.baninstats ul li::after{
    content: '';
    height: 14px;
    width: 1px;
    background-color: #fff;
    display: flex;
    left: 9px;
    position: relative;
}
.baninstats ul li:nth-child(3)::after{
    display: none;
}
.banner video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* about us */
.about-left{
    width: 45%;
}
.about-left img{
    border-radius: 20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-section{
    display: flex;
    gap: 40px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.about, .why{
    background-color: #000;
    color: #fff;
}
.subhead{
    font-size: 0.8rem;
    font-weight: 600;
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
}
.subhead::before{
    content: '';
    height: 12px;
    width: 2px;
    background-color: #eaba32;
    left: 0;
}
.about-right{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 55%;
}
.about-right p{
    opacity: .8;
}
.mainhead span{
    color: #eaba32;
}
.vision img{
    filter: brightness(0) invert(1);
    width: 50px;
}
.vision{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    border-radius: 20px;
     background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.2);
}
.bodr{
    border-bottom: 1px solid rgb(55 54 54 / 81%);
}

/* why choose us */
.why, .programs{
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.whysection{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.whyflex{
    display: flex;
    gap: 15px;
    align-items: center;
}
.whybox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 10px 30px rgba(0, 0, 0, 0.2);
}
.whyflex i{
    font-size: 2rem;
    color: #eaba32;
}
.whyflex h6{
    font-size: 2.3rem;
}
.whyflex p{
    text-align: center;
    opacity: .8;
}
/* programs */
.programsection{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mytable {
    width: 100%;
    margin-bottom: 1rem;
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 0.3rem;
    overflow: hidden;
    font-size: .9rem;
}

.mytable thead th {
    font-weight: 500;
    color: #fff;
    overflow: hidden;
}

.mytable td,
.mytable th {
    padding: 10px;
    overflow: hidden;
    transition: .3s;
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 10px 30px rgba(0, 0, 0, 0.2);
}

.mytable tr {
    transition: .3s;
}

.mytable tr:hover {
    background: rgb(234 186 50 / 12%);
}
.weight{
    font-weight: 800;
    color: #eaba32 !important;
}


.section{
    max-width:1100px;
    margin:0 auto;
    padding:100px 24px 20px;
    position:relative;
  }
  .eyebrow{
    display:flex;
    align-items:center;
    gap:12px;
    justify-content:center;
    margin-bottom:14px;
  }
  .eyebrow-line{
    width:36px;
    height:2px;
    background:var(--gold);
  }
  .eyebrow span{
    font-size:13px;
    letter-spacing:3px;
    font-weight:600;
    color:var(--gold-deep);
    text-transform:uppercase;
  }
  .heading{
    font-size:clamp(38px,6vw,64px);
    text-align:center;
    letter-spacing:1px;
    color:var(--charcoal);
    line-height:1.05;
    margin-bottom:16px;
    font-weight: 700;
  }
  .heading em{
    font-style:normal;
    color:var(--gold);
  }
  .subtext{
    text-align:center;
    color:var(--gray);
    font-size:16px;
    max-width:520px;
    margin:0 auto 90px;
    line-height:1.6;
  }
 
  .timeline{
    position:relative;
  }
  .track{
    position:absolute;
    left:50%;
    top:6px;
    bottom:6px;
    width:3px;
    transform:translateX(-50%);
    background:linear-gradient(to bottom, rgba(201,151,31,0.15), rgba(201,151,31,0.15));
    border-radius:3px;
    overflow:hidden;
  }
  .track-fill{
    position:absolute;
    top:0; left:0; right:0;
    height:0%;
    background:linear-gradient(to bottom, var(--gold-bright), var(--gold-deep));
    border-radius:3px;
    transition:height 0.1s linear;
  }
 
  .step{
    position:relative;
    display:grid;
    grid-template-columns:1fr 68px 1fr;
    align-items:center;
    margin-bottom:64px;
  }
  .step:last-child{ margin-bottom:0; }
 
  .node{
    grid-column:2;
    width:56px;
    height:56px;
    border-radius:50%;
    background:var(--white);
    border:2.5px solid var(--gold);
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:2;
    opacity:0.35;
    transform:scale(0.85);
    transition:opacity 0.5s ease, transform 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
  }
  .step.visible .node{
    opacity:1;
    transform:scale(1);
    border-color:var(--gold-bright);
    box-shadow:0 0 0 6px rgba(242,194,48,0.15);
  }
  .node svg{
    width:24px;
    height:24px;
    stroke:var(--gold-deep);
    fill:none;
    stroke-width:1.8;
  }
  .node .num{
    position:absolute;
    top:-10px;
    right:-6px;
    width:22px;
    height:22px;
    border-radius:50%;
    background:var(--charcoal);
    color:var(--gold-bright);
    font-family:'Bebas Neue', sans-serif;
    font-size:13px;
    display:flex;
    align-items:center;
    justify-content:center;
    letter-spacing:0.5px;
  }
 
  .card{
    background:var(--white);
    border-radius:14px;
    padding:26px 28px;
    border:1px solid rgba(201,151,31,0.18);
    opacity:0;
    transition:opacity 0.6s ease, transform 0.6s ease;
    max-width:420px;
  }
  .card h3{
    font-size:24px;
    letter-spacing:0.5px;
    color:var(--charcoal);
    margin-bottom:8px;
    font-weight: 600;
  }
  .card p{
    font-size:14.5px;
    color:var(--gray);
    line-height:1.6;
  }
 
  .step:nth-child(odd) .card{
    grid-column:1;
    justify-self:end;
    text-align:right;
    transform:translateX(-24px);
  }
  .step:nth-child(even) .card{
    grid-column:3;
    justify-self:start;
    text-align:left;
    transform:translateX(24px);
  }
  .step.visible .card{
    opacity:1;
    transform:translateX(0);
  }
 
  .cta-wrap{
    text-align:center;
    margin-top:90px;
    display: flex;
    justify-content: center;
  }
  .cta-btn{
    display:inline-block;
    background:var(--gold-bright);
    color:var(--charcoal);
    font-weight:700;
    font-size:14.5px;
    letter-spacing:1.5px;
    text-transform:uppercase;
    text-decoration:none;
    padding:18px 44px;
    border-radius:50px;
    border:none;
    cursor:pointer;
    transition:background 0.25s ease, transform 0.25s ease;
  }
  .cta-btn:hover{
    background:var(--gold);
    transform:translateY(-2px);
  }
 
  @media (max-width:760px){
    .step{
      grid-template-columns:56px 1fr;
      margin-bottom:44px;
    }
    .node{ grid-column:1; }
    .track{ left:28px; transform:none; }
    .step:nth-child(odd) .card,
    .step:nth-child(even) .card{
      grid-column:2;
      justify-self:start;
      text-align:left;
      transform:translateX(16px);
      max-width:none;
    }
    /* .step.visible .card{ transform:translateX(0); } */
    .subtext{ margin-bottom:60px; }
  }
 
  @media (prefers-reduced-motion: reduce){
    .node, .card, .track-fill{ transition:none; }
  }

/* assesment */
.assesment-image img{
    border-radius: 20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.why-list {
  display: flex;
  flex-flow: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
}
.why-list li {
  flex: 1 0 100%;
  max-width: 100%;
  color: #fff;
  position: relative;
  padding-left: 25px;
  padding-bottom: 10px;
  font-weight: 500;
  opacity: .95;
}
.why-list li::before {
  content: "";
  position: absolute;
  background-image: url(./images/icons/dumbells.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  left: 0;
  top: 7px;
}
.programsection{
    height: 100%;
    justify-content: center;
}
/* plans */
.planbox{
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: all .3s;
    height: 100%;
}
.planbox:hover{
    border-color: #eaba32;
}
.planbox h3{
    font-size: 1.3rem;
    text-transform: uppercase;
    margin: 0 !important;
}
.planbox p{
    font-size: 2rem;
    font-weight: 700;
    color: #eaba32;
    margin: 0 !important;
}
.planbox p span{
    font-size: 1rem;
    color: #fff;
}
/* gallery */
.image-section img{
    border-radius: 20px;
    cursor: zoom-in;
    height: 230px;
    width: 100%;
    object-fit: cover;
}
/* enquiry */
.enquiry, .gallery, .plans{
    padding-bottom: 2rem;
    padding-top: 2rem;
}
 .wrap{
    width:100%;
  }
 
  .eyebrow{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    margin-bottom:10px;
  }
  .eyebrow-line{ width:30px; height:1px; background:var(--gold); }
  .eyebrow span{
    color:var(--gold);
    font-size:12px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
  }
 
  .desc{
    color:var(--muted);
    font-size:14.5px;
    max-width:420px;
    padding-bottom: 10px;
    line-height:1.6;
  }
 
  form{
    background:linear-gradient(160deg, var(--panel), #0f0f0f);
    border:1px solid var(--border);
    border-radius:20px;
    box-shadow:0 30px 60px -20px rgba(0,0,0,0.7), 0 0 0 1px rgba(234,186,50,0.03);
    position:relative;
    overflow:hidden;
  }
  form::before{
    content:"";
    position:absolute;
    top:-40%; right:-20%;
    width:280px; height:280px;
    background:radial-gradient(circle, rgba(234,186,50,0.10), transparent 70%);
    pointer-events:none;
  }
 
  .field{
    position:relative;
    margin-bottom:24px;
  }
  .field-icon{
    position:absolute;
    left:16px;
    top:50%;
    transform:translateY(-50%);
    width:18px;
    height:18px;
    stroke:var(--muted);
    fill:none;
    stroke-width:1.8;
    transition:stroke 0.25s ease;
    pointer-events:none;
  }
  .field input{
    width:100%;
    background:#101010;
    border:1px solid var(--border);
    border-radius:10px;
    padding:16px 16px 16px 46px;
    color:var(--text);
    font-size:14.5px;
    font-family:'Work Sans', sans-serif;
    outline:none;
    transition:border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  }
  .field input::placeholder{ color:#5f5f5f; }
  .field input:focus{
    border-color:var(--gold);
    background:#131108;
    box-shadow:0 0 0 4px var(--gold-soft);
  }
  .field input:focus + .field-icon,
  .field input:not(:placeholder-shown) + .field-icon{
    stroke:var(--gold);
  }
 
  .group-label{
    display:flex;
    align-items:center;
    gap:8px;
    color:#fff;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:14px;
  }
  .group-label::before{
    content:"";
    width:4px;
    height:14px;
    background:var(--gold);
    border-radius:2px;
  }
 
  .chip-group{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:32px;
  }
  .chip{ position:relative; }
  .chip input{
    position:absolute;
    opacity:0;
    inset:0;
    cursor:pointer;
    margin:0;
  }
  .chip label{
    display:flex;
    align-items:center;
    gap:8px;
    padding:11px 18px;
    border:1px solid var(--border);
    border-radius:30px;
    background:#101010;
    color:var(--muted);
    font-size:13px;
    font-weight:500;
    cursor:pointer;
    transition:all 0.22s ease;
    user-select:none;
  }
  .chip label .dot{
    width:6px; height:6px;
    border-radius:50%;
    background:#3a3a3a;
    transition:all 0.22s ease;
  }
  .chip input:checked + label{
    background:var(--gold-soft);
    border-color:var(--gold);
    color:var(--gold);
  }
  .chip input:checked + label .dot{
    background:var(--gold);
    box-shadow:0 0 8px var(--gold);
  }
  .chip input:focus-visible + label{
    box-shadow:0 0 0 3px rgba(234,186,50,0.3);
  }
  .chip label:hover{
    border-color:rgba(234,186,50,0.4);
    color:#ddd;
  }
 
  button.submit{
    width:100%;
    background:linear-gradient(135deg, #f3c94a, var(--gold));
    color:#151100;
    border:none;
    border-radius:12px;
    padding:17px 0;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    cursor:pointer;
    transition:transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow:0 12px 30px -8px rgba(234,186,50,0.5);
  }
  button.submit:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 36px -6px rgba(234,186,50,0.65);
  }
  button.submit:active{ transform:translateY(0); }
 
  .note{
    text-align:center;
    color:#5f5f5f;
    font-size:12px;
    margin-top:18px;
  }
 
  .conimg{
    height: 730px;
    width: 100%;
    object-fit: cover;
    max-height: 100%;
    border-radius: 20px;
    padding-right: 15px;
  }
  .ovhidden{
    overflow: hidden;
  }

  #formResult {
  font-weight: 600;
  margin-top: 15px;
}

#formResult.success {
  color: #16a34a; 
}

#formResult.error {
  color: #dc2626; 
}

  /* footer */
  footer {
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: rgb(255 255 255 / 75%);
  font-size: 0.9rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  position: relative;
}
footer:after {
  content: "";
  position: absolute;
  background-color: #1e1e1e61;
  inset: 0;
  width: 100%;
  height: 100%;
}
footer a {
  color: rgb(255 255 255 / 80%);
  transition: 0.3s;
}
footer a:hover {
  color: #eaba32;
}
footer .line {
  width: 100%;
  background-color: rgb(255 255 255 / 10%);
  height: 1px;
  margin: 2.5rem 0;
}
.pow {
  text-align: right;
}
.pos {
  position: relative;
  z-index: 1;
}
.loc,
.phone,
.mail {
  position: relative;
  padding-left: 38px;
}

.loc:after,
.phone:after,
.mail:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 0.8rem;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #eaba32;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.loc:after {
  content: "\f3c5";
}
.phone:after {
  content: "\f095";
}
.mail:after {
  content: "\f0e0";
}
.foot-logo img{
  width: 100px;
  margin-bottom: 10px;
}
footer .social:after {
  display: none;
}
footer .social {
  display: flex;
  gap: 10px;
}
.foot-logo{
    display: flex;
    align-items: center;
    gap: 10px;
}
.foot-logo p{
    font-size: 1.6rem;
    font-weight: 600;
    font-style: italic;
}
.end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer ul.social li a i {
    font-size: 0.85rem;
    color: black !important;
}

.add-sec {
  display: flex;
  gap: 15px;
  flex-flow: column;
  flex-wrap: wrap;
}

.foot-cen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-flow: column;
}
.foot-list li:not(:last-child) {
  padding-bottom: 10px;
}

.serlist {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}
.serlist li a {
  display: flex;
  border: 1px solid #ffffff29;
  padding: 5px 10px;
  font-size: 0.85rem;
  border-radius: 15px;
  transition: 0.3s;
}
.serlist li a:hover {
  border: 1px solid #eaba32;
  color: #eaba32;
}

.link-color {
  color: black;
  transition: 0.3s;
  padding-left: 2px;
  font-weight: 500;
}

.link-color:hover {
  color: #e9c600;
}

.foot-add h5 {
  font-size: 1.1rem;
  color: rgb(255 255 255 / 90%);
  position: relative;
}

.foot-add h3 {
  font-size: 1rem;
  color: rgb(255 255 255 / 95%);
  position: relative;
}

.foot-add h3::before{
    position: absolute;
    content: '';
    height: 2px;
    width: 20px;
    background: #eaba32;
    bottom: -6px;
}

.foot-add p {
  font-size: 0.85rem;
}
footer .social li a i{
  background-color: #eaba32 !important;
  color: #ffffffcc !important;
  border-radius: 20px;
}

ul.social li a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-size: 0.875rem;
}

ul.social li a i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  text-align: center;
  font-size: 0.95rem;
  color: rgb(255 255 255 / 80%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

@media(max-width: 991px){
  .header{
    flex-direction: column;
    padding-bottom: 10px;
  }
  .banincont h1{
    font-size: 2.5rem;
  }
  .banner-content{
    top: 40%;
  }
  .about-left, .about-right{
    width: 100%;
  }
  .about-section{
    flex-direction: column;
  }
  .whybox{
    margin-bottom: 20px;
  }
  .flexrev{
    flex-direction: column-reverse;
  }
  .conimg{
    display: none;
  }
   .rightheader ul{
    gap: 25px;
  }
}

@media(max-width: 767px){
 .rightheader ul{
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
 }
    .programsection{
    padding-top: 2rem;
    }
  
}

@media(max-width: 575px){
  .banincont p br{
    display: none;
  }
  .baninstats{
    padding: 20px;
    font-size: 1rem;
  }
  .leftheader img{
    width: 80px;
  }
  header.active .leftheader img{
    width: 60px;
  }
  .banincont h1{
    font-size: 2.2rem;
  }
  .baninstats ul{
    flex-direction: column;
  }
  .bannerstats{
    width: 100%;
  }
  .baninstats ul li{
    flex-direction: column;
  }
  .baninstats ul li::after{
    height: 1px;
    width: 280px;
    bottom: -12px;
    left: 0;
    background-color: #ffffff61;
  }
  .about-section, .why, .programs, .plans, .gallery, .enquiry {
    padding-bottom: 0;
    padding-top: 0;
  }
  .qnone{
    display: none;
  }
  .banner{
    height: calc(100vh - 50px);
  }
  .bannerstats{
    bottom: 35px;
  }
  .banner-content {
    top: 35%;
  }
}
