.page-nav {
    background: #f8f9fa;
    font-size: 13px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.page-nav p {
    width: 80%;
    margin: 0 auto;
    color: #888;
}

.page-nav a {
    color: var(--deep-teal);
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.page-nav a:hover { color: var(--soft-gold); }

@media(max-width:600px){
   .page-nav p {
      font-size:11px;
    }

}

/*============================================ About ==============================================================*/
.about {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    /* Soft silk background flow */
    background: radial-gradient(circle at 10% 10%, rgba(197, 160, 89, 0.03) 0%, transparent 40%),
                radial-gradient(circle at 90% 90%, rgba(10, 77, 99, 0.04) 0%, transparent 40%),
                #fddada;
}

/* Add a floating "Mind Aura" behind the portrait */
.about::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(10, 77, 99, 0.04) 0%, transparent 70%);
    filter: blur(50px);
    z-index: 0;
    pointer-events: none;
}

.about .about-us {
    max-width: 900px;
    margin: 0 auto 100px;
    text-align: center;
}

.about .about-us img {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    padding: 12px; /* Creates the gap for the border */
    border: 1px solid rgba(0, 0, 0, 0.3); /* Soft gold ring */
    object-fit: cover;
    margin-bottom: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.about .about-us h2 {
    font-family: 'Merriweather Sans', sans-serif;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.about .about-us p {
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    color: #555;
    font-size: 16px;
}

.about .mission {
    position: relative;
    padding: 60px 0;
    background: #063140; /* Match your deep teal */
}

.about .mission::before {
    content: "";
    position: absolute;
    top: -10%; right: -10%;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(197, 160, 89, 0.15) 0%, transparent 70%);
    filter: blur(60px);
}

.about .mission .mission-cont {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    gap: 50px;
}

.about .mission .mission-cont img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.3);
}

.about .mission .mission-cont1 h2 { color: #fff; }
.about .mission .mission-cont1 h2 span { color: var(--soft-gold); }

.about .mission .mission-cont1 p {
    color: rgba(255,255,255,0.8);
    font-size: 17px;
    line-height: 1.8;
    font-weight: 300;
}

.why_choose { padding: 50px 0 ; background: #fff;}

.why_choose h2 { text-align: center; margin-bottom: 60px; }

.text-down {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: var(--transition);
}

.text-down img { 
    height: 250px; 
    width:100%;
    object-fit: cover;
    transition: 0.5s;
}

.text-down .textbox {
    background: rgba(10, 77, 99, 0.9); /* Deep teal overlay */
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.details {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color:white;
}

.text-down:hover { transform: translateY(-10px); }
.text-down:hover img { transform: scale(1.1); }

@media (max-width:600px){
    .about {
        padding: 40px 0 60px;
    }
    .about .about-us img {
        height: 200px;
        width: 200px;
    }
        
    .about .about-us p {
        line-height: 1.4;
        font-size: 13px;
        padding:0 10px;
    }

    .about .mission .mission-cont1 h2{
        text-align:center;
    }
    .about .mission .mission-cont1 p {
        font-size: 13px;
        line-height: 1.4;
        text-align:center;
    }
    .text-down { 
        margin-top:30px; 
    }
    .text-down img { 
        height: 150px; 
    }
    .text-down .textbox {
        padding: 15px 7px;
    }
    .details {
        font-weight: 300;
        font-size: 12px;
        line-height: 1.4;
        text-align:center;
    }

}
/*============================================ coach ==============================================================*/

.coach{
    margin: 3% 0;
}
.coach h2{
    text-align: center;
    margin: 3% 0;
}
.coach .coach1{
   width: 80%;
   margin: 0 auto;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.coach .coach1 a{
   padding: 20px;
   text-decoration: none;
}   
.coach .coach1 a .item {
   border-radius: 5px;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}   
.coach .coach1 a .item .img{
 width: 100%;
 height: 170px;
 overflow: hidden;
}   
.coach .coach1 a .item .img img{
 width: 100%;
 height: 170px;
 border-top-right-radius: 5px;
 border-top-left-radius: 5px;
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 transition: 1s ease-in-out;
}   
.coach .coach1 a .item img:hover{
 transform: scale(1.1);
}   
.coach .coach1 a .item h4{
 color: rgb(44, 44, 44);
 font-size: 16px;
 padding: 10px 5px;
}   
@media(max-width:992px){
    .coach .coach1{
        width: 94%;
    }
}
@media(max-width:450px){
    .coach .coach1 a{
        padding: 5px;
    }  
    .coach .coach1 a .item .img{
        height: 100px;
    }   
    .coach .coach1 a .item .img img{
        height: 100px;
    } 
    .coach .coach1 a .item h4{
        font-size: 14px;
        padding: 10px 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; 
        width: 100%;
    }   
}

/*============================================ course ==============================================================*/
.course{
   margin-bottom: 3%; 
}
.course h2{
    margin: 5% 0 2%;
    font-size: 40px;
}
.course .course1{
    justify-content: space-around;
}
.course .course11{
   margin-top:30px;
}
.course p{
    width: 70%;
    margin: 2% auto 5%;
    text-align: center;
}
.course a {
   text-decoration: none;
}
.course a .course2 {
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.course a .course2 img {
    width: 100%;
    height: 120px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.course a .course2 h6 {
    padding: 10px 5px;
    text-decoration: none;
}

@media(max-width:992px){
    .course p{
        width: 90%;
        margin: 2% auto 5%;
        text-align: center;
    }
    .course a .course2 {
        width: 90%;
    }
}
@media(max-width:767px){
    .course h2{
        margin: 5% 0 2%;
        font-size: 30px;
    }
    .course p{
        font-size: 14px;
    }
}
@media(max-width:450px){
    .course h2{
        font-size: 20px;
    }
    .course p{
        width: 100%;
        font-size: 12px;
        text-align: justify;
    }
    .course a .course2 {
        width: 96%;
        margin: 5% auto;
    }
    .course .course11{
        margin-top:10px;
    }
    .course a .course2 img {
        width: 100%;
        height: 100px;
    }
    .course a .course2 h6 {
       font-size: 14px;
    }
}

/*============================================ shop ==============================================================*/

.shop{
    margin: 3% 0;
}
.shop h2{
   font-size: 40px;
   text-align: center;
}
.shop .shop1{
    width: 80%;
    margin: 0 auto;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.shop .shop1 a{
  text-align: center; 
  text-decoration: none; 
  margin: 5% 0;
  padding:20px 10px;
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.shop .shop1 a:hover{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  transition: 5s ease-in-out;
}
.shop .shop1 .item .img{
    overflow: hidden;
}
.shop .shop1 .item .img img{
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.shop .shop1 .item .item1 h4{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    width: 100%;
    font-size: 16px;
    margin: 10px 0;
    color: #424242;
}
@media(max-width:992px){
    .shop .shop1{
        width: 94%;
        gap: 10px;
    }
}
@media(max-width:767px){
    .shop  h2{
        font-size: 30px;
    }
}
@media(max-width:450px){
    .shop h2{
        margin: 5% 0;
        font-size: 20px;
    }
    .shop .shop1 a{
      padding:10px 5px;
    }.shop .shop1 .item .img img{
        width: 30px;
        height: 30px;
        overflow: hidden;
    }
    .shop .shop1 .item .item1 h4{
        font-size: 12px;
    }
}


/*============================================ Contact ==============================================================*/
.bg-light {
    background: radial-gradient(circle at top right, rgba(197, 160, 89, 0.05), transparent),
                radial-gradient(circle at bottom left, rgba(10, 77, 99, 0.05), transparent),
                #ffffff !important;
    padding: 100px 0;
}

.contact {
    max-width: 1100px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px); /* Glass effect */
    border-radius: 30px;
    border: 1px solid rgba(197, 160, 89, 0.2);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 40px;
}

/* Image Styling */
.contact-img img {
    border-radius: 20px !important;
    box-shadow: 0 20px 50px rgba(10, 77, 99, 0.15) !important;
    transition: transform 0.5s ease;
}

.contact-img:hover img {
    transform: scale(1.02);
}

/* Form Styling */
.login1 h2 {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--deep-teal);
    margin-bottom: 30px;
    font-size: 28px;
}

.form-control {
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-radius: 12px !important;
    padding: 15px 20px !important;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    transition: all 0.3s ease !important;
}

.form-control:focus {
    background: #fff !important;
    border-color: var(--soft-gold) !important;
    box-shadow: 0 10px 20px rgba(197, 160, 89, 0.1) !important;
    outline: none;
}

textarea.form-control {
    min-height: 120px;
}

.btn-dark {
    border: none !important;
    border-radius: 12px !important;
    padding: 15px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.4s ease !important;
}

.btn-dark:hover {
    background: var(--soft-gold) !important;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(197, 160, 89, 0.3);
}


/* Mobile Adjustments */
@media(max-width: 767px) {
    .contact { padding: 20px; margin: 0 15px; border-radius: 20px; }
    .login1 { width: 100% !important; max-width: 100% !important; }
    .login1 h2 { font-size: 22px; }
}
@media(max-width: 600px) {
    .bg-light {
        padding: 40px 0 60px;
    }
    /* Form Styling */
    .login1 h2 {
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 30px;
        font-size: 16px;
    }
    .contact {
        padding: 20px 10px;
    }

    .form-control {
        padding: 8px 10px !important;
        font-size: 12px !important;
        display:none;
    }
    .btn-dark {
        border-radius: 5px !important;
        padding: 5px !important;
        letter-spacing: 1px;
        font-size:13px !important;
    }
}


/*============================================ Animation ==============================================================*/       

h2, p , img{
   animation: app linear;
   animation-timeline: view();
   animation-range: entry 0% cover 30%;
}

  @keyframes app {
    from {
      transform: scale(0.4);
    }
    to {
      transform: scale(1);
    
    }
  }
