* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
    font-size: clamp(2rem, 5vw, 3rem);
}

h2 {
    font-size: clamp(1.6rem, 5vw, 2.5rem);
}

h5 {
    /* font-size: 1rem; */
    color: #ffb703;
}

a{
    text-decoration: none;
}

button {
    border: none;
}

.btn {
    background: #153C33;
    border-radius: 12px;
    padding: 12px 40px; 
    color: #fff;
    transition: .4s ease;
    cursor: pointer;
}

.btn:hover {
    background: #fff;
    color: #153C33;
    border: 1px solid #153C33;
}

.header {
    background: #153C33;
    width: 100%;
    padding: 12px;
    text-align: center;
    color: #fff;
}

/* certificet section  */

.certifiction {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: start;
}

.left h5 {
    margin-bottom: -20px;
}

.cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.text h5 {
    margin-bottom: 0;
    font-size: 1rem;
}

.text p {
    font-size: .9rem;
}

.cards .certifit-card {
    display: flex;
    align-items: center;
    justify-content: left;
    background: #f6fefc;
    padding: 6px 12px;
    gap: 9px;
    width: 270px;
    border: 2px solid #ffb703;
    color: #153C33;
    border-radius: 12px;
}

.certifit-card i {
    font-size: 1.8rem;
}

.buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.buttons .btn {
    text-decoration: none;
    padding: 12px 70px;
    border-radius: 12px;
    background: #153C33;
    color: #fff;
}

.right {
    padding: 30px;
    background: #f6fefc;
    border: 1px solid #153C33;
    width: 100%;
    border-radius: 15px;
}

.certifit-batch {
    border: 2px solid #153C33;
    background: #fbf9f3;
    padding: 20px;
    border-radius: 15px;
    gap: 20px;
}

.certifit-batch .head-div {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
    font-size: 2rem;
}

.head-div i {
    font-size: 2rem;
}

/* offer section  */

.offer {
    background: #fbf9f3;
    width: 100%;
    padding: 80px 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

span {
    color: #ffb703;
}

.certificet-detail {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    text-align: center;
}

.detail img {
    width: 100%;
    height: auto;
}

.cert-img {
    width: 100%;
}

.cert-img img {
    width: 100%;
    height: auto;
}

/* benefits section  */

.benefits {
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 30px;
    background: #fbf9f3;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.benefit-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}


.top-card {
    display: flex;
    gap: 15px;
    align-items: start;
    justify-content: start;
    font-size: 1.4rem;
    text-align: left;
}

.top-card i {
    background: #153C33;
    padding: 12px;
    font-size: 2rem;
    border-radius: 9px;
    color: #ffff;
    width: 70px;
    /* height: 70px; */
    text-align: center;
}

.main-card {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 14px;
    border: 1px solid #ffb703;
    width: 100%;
    border-radius: 12px;
    padding: 9px;
}

.main-card i {
    font-size: 1.8rem;
}

.main-card .text {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.benefit-box {
    display: flex;
    gap: 20px;
    padding: 20px;
    width: 100%;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    background: #fbf9f3;
    border-radius: 15px;
    border: 1px solid #ccc;
}

.top-box {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 14px;
    width: 100%;
    font-size: 1.4rem;
}

.top-box i {
    font-size: 2rem;
    color: #ffb703;
}

.main-box {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 14px;
    background: #e5e4e4;
    border-radius: 12px;
    padding: 9px;
    width: 100%;
}

/* sedule section  */

.sedul-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background: #f6fefc;
    padding: 50px 9px;
    gap: 20px;
} 

.sedule-card {
    width: 280px;
    height: 240px;
    background: #fbf9f3;
    border: 1px solid #ffb703;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: start;
    padding: 15px;
    justify-content: center;
}

.sedule-card i {
    background: #3a7867;
    color: #fff;
    font-size: 2.3rem;
    padding: 12px;
    width: 70px;
    border-radius: 9px;
}

.sedule-card p {
    padding-top: -20px;
}

/* call to action section  */

.call {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 9px;
    flex-direction: column;
    gap: 14px;
    background: #153C33;
    color: #fff;
    text-align: center;
}

.call .call-btn {
    display: flex;
    gap: 20px;
}

.call .call-btn .btn {
    background: #fff;
    color: #153C33;
    font-size: 1.1rem;
}

.call p {
    font-size: 1.1rem;
}

/* other cards section  */

.other-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.other-card {
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 15px;
    gap: 14px;
    flex-direction: column;
    width: 350px;
    height: 250px;
    background: #f6fefc;
    border: 1px solid #ffb703;
    border-radius: 9px;
}

.other-card i {
    width: 70px;
    padding: 20px;
    font-size: 2rem;
    background: #fff;
    border: 1px solid #ffb703;
    border-radius: 9px;
    color: #ffb703;
}

/* qna section  */

.qna-head {
    text-align: center;
    margin-bottom: 20px;
}

.qnas {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.qna-div {
    border-bottom: 1px solid #ccc;
    padding: 15px 9px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

.qna-div:nth-child(1) {
    border-top: 1px solid #ccc;
}

.qna-div h4 {
    cursor: pointer;
    width: 100%;
}

.qna-div .hide {
    display: none;
    transition: .4s ease;
    width: 100%;
}

.hide.show {
    display: block;
    transition: .4s ease;
}


/* contect page style */

.contact {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
    padding: 12px;
}

.contact h3 {
    font-size: 1.4rem;
}

.contact h4 {
    font-size: 1.3rem;
}

form {
    border: 1px solid #ccc;
    max-width: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
    border-radius: 12px;
}

form h4 {
    border-bottom: 1px solid #ffb703;
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
    padding-bottom: 9px;
}

input {
    outline: none;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 9px;
}

form .amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 9px;
    width: 100%;
}

form .amount h5 {
    font-size: 1.2rem;
}

form .amount h5:nth-child(2){
    color: #6cc803;
}





@media (max-width: 991px) {

    .certifiction {
        flex-wrap: wrap;
    }

    .certificet-detail {
        flex-wrap: wrap;
    }

    .benefits {
        flex-wrap: wrap;
    }

    .certifiction .cards {
        flex-wrap: wrap;
        gap: 20px;
    }

    .buttons {
        flex-wrap: wrap;
        gap: 20px;
    }
    
}
