* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

body {
    overflow-x: hidden;
    background-color: #dae8f5;
}

/* Pulse Effect */
.pulse-btn {
    animation: pulse 2s infinite;
    font-size: 18px;
    font-weight: bold;
    border-radius: 12px;
    padding: 12px 24px;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.5);
    transition: all 0.3s ease-in-out;
}

/* On hover – थोड़ा bounce effect */
.pulse-btn:hover {
    animation: bounce 0.6s;
    background-color: #0056b3;
    /* Darker blue */
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.7);
}

/* Pulse Keyframes */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

/* Bounce Keyframes */
@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}


.first-con {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-image: url(../img/Background.png);
}

.maintext {
    color: #0A1F44;
    font-size: 60px;
    margin-top: 110px;
}

.col-sm-9 {
    padding-top: 5%;
}

#bookbtn {
    font-size: 23px;
}

/* second-container */
.second-con {
    background: #ADD0EC;
    background: linear-gradient(90deg, rgba(173, 208, 236, 1) 0%, rgba(230, 240, 250, 1) 50%, rgba(215, 231, 246, 1) 100%);
}
/*#sec-para{*/
    
/*}*/

.sec-img {
    border-radius: 20px;
    width: 70vh;
    height: 50vh;
}

.sec-txt {
    
    width: 75%;
}

/* second container end */

/* third-container */
.third-con {
    background-attachment: fixed;
    background-color: #aacdeb;

}

#bookbtnsec {
    font-size: 33px;
}

/* third-container-end */

/* fourth-con */
.fourth-con {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-image: url(../img/Background.png);

}

.showmen {
    width: 900%;
}

/* fourth-con-end */
/* fifth-con */
.testmo {
    background: #ADD0EC;
    background: linear-gradient(90deg, rgba(173, 208, 236, 1) 0%, rgba(230, 240, 250, 1) 92%, rgba(215, 231, 246, 1) 100%);
}

/* fifth-con-end */

/* sixth-con */

.sixth-con {
    background: #ADD0EC;
    background: linear-gradient(90deg, rgba(173, 208, 236, 1) 0%, rgba(230, 240, 250, 1) 92%, rgba(215, 231, 246, 1) 100%);
}

.event-card {
    border-bottom: 1px solid #cfcfcf;
    padding: 1rem 0;
}

.event-date {
    font-size: 2rem;
    font-weight: bold;
    color: #1a2b4c;
    line-height: 1;
}

.event-month {
    font-size: 0.9rem;
    color: #666;
}

.event-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a2b4c;
}

.event-meta {
    font-size: 0.9rem;
    color: #777;
}

.btn-circle {
    background-color: #b48b36;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.coach-img {
    width: 100%;
    /* Column full cover kare */
    height: auto;
    /* Aspect ratio maintain */
    max-height: 600px;
    /* Optional: zyada lamba na ho */
    object-fit: contain;
    /* Image distort na ho */

    /* Sirf person ke outline pe shadow */
    filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.4));
}

/* sixth-con-end */
/* seventh-con */

.seventh-con {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-image: url(../img/Background.png);
}

.lifechange {
    width: 50%;
    height: auto;
    max-height: 600px;
    object-fit: contain;

}

/* seventh-con-end */
/* eigth-con */
.eigth-con {
    background: #ADD0EC;
    background: linear-gradient(90deg, rgba(173, 208, 236, 1) 0%, rgba(230, 240, 250, 1) 92%, rgba(215, 231, 246, 1) 100%);
}

.qa-box {
    background: #2c2c2c;
    /* dark background */
    color: #fff;
    /* text color */
    padding: 20px;
    border-radius: 12px;
    min-height: 150px;
    /* height consistency */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
}

.qa-box .ques {
    color: #ffcc00;
    /* yellow for Ques */
    font-weight: bold;
}

.qa-box .ans {
    color: #ff4444;
    /* red for Ans */
    font-weight: bold;
}

.qa-box p {
    margin: 0 0 10px;
    font-size: 1rem;
    line-height: 1.5;
}

.custom-footer {
  background: #0a0a1a url('stars-bg.png') repeat; 
  color: #fff;
  font-size: 15px;
  border-top: 1px solid gold;
}

.custom-footer .footer-links a {
  color: #ffcc00;
  font-weight: 600;
  margin: 0 5px;
  text-decoration: none;
  transition: 0.3s;
}

.custom-footer .footer-links a:hover {
  color: #ffffff;
}

.custom-footer .footer-contact p {
  margin: 5px 0;
  color: #ddd;
}

.custom-footer .footer-bottom {
  font-size: 13px;
  color: #aaa;
}



/* eight-con-en */


@media (max-width:992px) {
    .col-sm-9 {
        padding-top: 0;
    }

    .lifechange {
        width: 100%;
    }

    .showmen {
        display: none;
    }

    #sec-head {
        display: flex;
        justify-content: center;
    }

    .sec-txt {
        width: 100%;
    }

    #sec-para {
        display: flex;
        justify-content: center;
    }

    #bookbtnsec {
        font-size: 19px;
    }

    #bookbtn {
        font-size: 19px;
    }

    .lasttxt {
        display: none;
    }

    .maintext {
        margin-top: 10px;
        font-size: 45px;
    }
}

@media (max-width:538px) {}