/* index.css */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    /* font-family: 'Poppins', sans-serif; */
    font-family:Arial, Helvetica, sans-serif;
}

.hero-wrap{
width: 100%;
padding-top: 100px;
}

.hero{
    background-image: url(../ca-cma-foundation/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 10px;
    height: auto;
    background-position: bottom center;
    margin: auto;
    width: 96%;
    border-radius: 10px;
    margin-top: 20px;
}

.hero-content{
    color: #ffffff;
    padding: 20px;
}


.hero-right{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #ffffff;
}

.hero-right .title{
    font-size: 70px;
}

.hero h1{
    font-size: 35px;
    margin-bottom: 20px;
}

.hero p{
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}


.form{
    background-color: #fff;
    width: 90%;
    margin: auto;
    border-radius: 10px;
    box-shadow: 10px 20px 20px 0px #00000030;
    padding: 15px;
}

form{
    width: 100%;
}

.form-item{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    padding: 5px;
    margin: 10px 0;
}

input{
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    padding: 5px 0;
}

.radio , .checkbox{
    display: flex;
    justify-content: flex-start;
    justify-items: centers;
    margin: 10px 0;
    width: 100%;
    color: #2c2c2c;
}

.label{
    margin: 5px;
    font-weight: 700;
}

.radio input , .checkbox input{
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-top: 4px;
}

.flex-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-wrapper > div{
    width: 50%;
}

.hero-content-upper{
    padding: 20px;
    padding-top: 80px;
    width: 100%;
}
    .hero-background-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
         max-width: 1200px;
        margin: auto;
       
    }
.hero-content-upper h3{
    margin-bottom: 20px;
}
    .hero-content-background , .hero-content-background-upper{
       background-image: url(../cuet-2026/bg2.png);
    background-size: contain;
    background-position: center;
    /* background-repeat: no-repeat; */
    }

    .hero-content-background-upper{
         background-image: url(../cuet-2026/bg.png);
         background-repeat: no-repeat;
         background-size: cover;
    }

    .hero-background-wrapper button{
    width: 100px;
    background-color: #001C55;
    padding: 10px 15px;
    border-radius: 5px;
    color: #ffffff;
    border: none;
    outline: none;
}
.hero-heading{
    color: #001C55;
    margin-bottom: 20px;
}

.highlight{
    color: #EA8323;
}
.hero-text{
    color: #001C55;
    font-size: 23px;
    line-height: 35px;
        margin-bottom: 20px;

}
    .mobile{
        display: block;
    }

    .desktop{
        display: none;
    }
.hero-content-img{
    padding: 10px;
}

.hero-content-img img{
    width: 100%;
}
.form-heading{
    margin-bottom: 10px;
    font-size: 25px;
}

.form-heading span{
    color: #001C55 !important;
    font-size: 35px;
}

.form-content{
    margin-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}

.pink-btn{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: #001C55 !important;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.img-wrapper{
    width: 100%;
    padding-bottom: 50px;
}

.img-wrapper div{
    width: 100%;
    margin: auto;
    text-align: center;
}

.img-wrapper div img{
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin: 10px 0;
}

.img-wrapper div iframe{
    border-radius: 8px;
    box-shadow: 10px 10px 20px 0px #00000030;
}

.result-header{
    padding: 25px 0;
}

.result-header h2{
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    padding: 20px 0;
}

.result-header span {
    color: #0059dd;
}

.result-header p{
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
}

.blue-btn{
    width: 200px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: #001C55 !important;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.navbar .call{
    background-color: transparent;
}

.btn-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.blue-bg{
    background-color: #edf4ff;
}


.form-wrapper{
    background-color: #f8f8f8;
    padding: 60px 0;
}

.form-wrapper .form{
    width: 95%;
}

.hero2{
    padding: 20px;
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.left{
    padding-bottom: 30px;
}


.right img{
    width: 100%;
    border-radius: 10px;
}

.othercoursesofffered{
    max-width: 1200px;
    margin: 50px auto;
}

.left h2{
    font-size: 40px;
}

.left p{
    font-size: 18px;
    margin: 20px 0;
    line-height: 25px;
    font-weight: 600;
    font-style: italic;
    color: #2c2c2c;
}

.left h3{
    font-size: 30px;
    margin-bottom: 20px;
}

.tick-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #0068FF;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
}

ul{
    list-style: none;
}

.tick-icon::before {
    content: '\2713';
    font-size: 14px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

ul li{
    color: #444444;
    font-size: 20px;
    font-style: italic;
    margin: 10px 0;
}

.course-box{
    width: 95%;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 20px auto;
    display: flex;
    flex-direction: column-reverse;
    max-width: 1200px;
}

.rating img{
    width: 100px;
    margin: 10px;
}

.c-right{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.c-left h2{
    font-size: 30px;
}

.content-1{
    font-size: 18px;
    margin: 10px 0;
    color: #0059dd;
    font-weight: 600;
    font-style: italic;
    padding: 8px;
    border-radius: 8px;
    margin-top: 10px;
}

.content-2{
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 20px 0;
}

.c-left ul li{
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    color: #757575;
}

.rating{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-style: italic;
}

.c-btn .blue-btn{
    margin: 20px 0px;
}

.c-price{
    margin-top: 20px;
    margin-right: 20px;
}

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 10px;
            margin-bottom: 30px;
        }

.feature-card {
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            padding: 20px;
            border-radius: 12px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
        }

        .feature-icon {
            font-size: 32px;
            margin-bottom: 10px;
            margin-right: 10px;
        }

        .feature-title {
            font-weight: 600;
            color: #1a1a1a;
            font-size: 15px;
            margin-bottom: 5px;
        }

        .feature-desc {
            font-size: 13px;
            color: #666;
        }

    

.mrp{
    color: #0059dd;
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
}

.sale{
    font-size: 23px;
    font-weight: 800;
    font-style: italic;
    color: #0068FF;
}

.c-left{
    padding: 20px;
}

.course-section{
    background-color: #efefef;
    padding-bottom: 30px;
}

.c-right img{
    cursor: pointer;
    width: 100%;
}

.icon-box{
    text-align: center;
    margin: 20px;
    padding: 10px;
    color: #002251;
}

.icon-box h3{
    margin-bottom: 10px;
}

.icon-box p{
    line-height: 25px;
}

.offer-header{
    font-size: 26px;
    text-align: center;
    padding: 80px 0;
    width: 95%;
    color: #002251;
    margin: auto;
    font-weight: 600;
}

.offer-header p{
    line-height: 40px;
    margin-top: 20px;
}

.offer-header span{
    color: #0059dd;
}

.gray-bg{
   background-color: #ffffff;
   border-radius: 8px;
   border: 1px solid #dbdbdb;
}

.footer{
    background-color: #f8f8f8;
    text-align: center;
    font-weight: 600;
    color: #a0a0a0;
    padding: 20px 0;
    border-top: 1px solid #dbdbdb;
}

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-shadow: 10px 10px 30px #00000030;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
}

.navbar img{
    width: 100px;
}

button{
    cursor: pointer;
}

.navbar button{
    width: 100px;
}

.contacts{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 15px;
}

.contacts > div{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wa{
    background-color: #25D366;
}

.call{
    background-color: #0059dd;
}

.contacts div svg{
    width: 60%;
    height: 60%;
}

.hero-btn{
    padding: 10px 15px;
    margin-bottom: 20px;
    background-color: #ffffff;
    outline: none;
    border: none;
    border-radius: 5px;
    font-weight: 600;
}

.test-section .heading , .test-section .sub-heading{
    font-size: 35px;
    text-align: center;
    color: #15294A;
    font-weight: 700;
}

.test-section .sub-heading{
    font-size: 20px;
    margin-top: 20px;
}

.test-box{
    width: 90%;
    max-width: 500px;
    background-color: #5e7396;
    padding: 10px;
    margin: 10px auto;
    color: #ffffff;
    cursor: pointer;
}

.test-box:hover{
    background-color: #27354e;
}

.form-container{
    height: 100vh;
    width: 100vw;
    background-color: #00000080;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.form-container .cls-btn{
    position: absolute;
    right: 50px;
    top: 100px;
    background-color: transparent;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    border: 3px solid #ffffff;
    outline: none;
    cursor: pointer;
    padding: 10px;
}

.form-container .form-wrapper{
    background-color: transparent;
    width: 100%;
}

.hero-2-top{
    text-align: center;
    padding: 50px 10px 30px 10px;
}

.hero-2-top h2{
    font-size: 30px;
    margin-bottom: 10px;
}

.hero-2-wrap{
    background-color: #edf4ff;
}

.hero-2-wrap .left{
    display: block;
}

.img-icons .icon-box img{
    width: 100%;
}


.clat-exams{
    background-color: #e6eeff;
    text-align: left;
    max-width: 400px;
}
     .stats-wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .stats img{
    width: 100%;
}

    .stats{
        max-width: 500px;
        margin: 20px;
    }
    .stats-wrapper{
    padding: 20px;
}
.clat-exams h3{
    color: #407BFF;
    font-size: 30px;
}

.clat-exams button{
    margin: 15px 0 10px 0;
    width: auto;
    padding: 10px 15px;
    font-size: 14px;
}


.pyq-section {
            background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
            padding: 25px;
            border-radius: 15px;
            margin-bottom: 30px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            box-shadow: 0 5px 20px rgba(253, 203, 110, 0.3);
            transition: all 0.3s ease;
            max-width: 1200px;
            margin: auto;
        }

        .pyq-section:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 30px rgba(253, 203, 110, 0.4);
        }

        .pyq-content {
            display: flex;
            align-items: center;
            gap: 20px;
            flex: 1;
        }

        .result-wrapper{
            background-color: #ffffff;
            padding: 30px 0;
        }
.result-container{
    max-width: 1000px;
    margin: auto;
}
        .pyq-icon {
            font-size: 48px;
            line-height: 1;
            color: #ffffff;
        }

        .pyq-text h3 {
            color: #2d3436;
            font-size: 18px;
            margin-bottom: 8px;
            font-weight: 700;
        }

        .pyq-text p {
            color: #636e72;
            font-size: 14px;
            line-height: 1.5;
        }

        .pyq-btn {
            background: #2d3436;
            color: white;
            border: none;
            padding: 14px 28px;
            border-radius: 50px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            white-space: nowrap;
            width: 200px;
        }

        .pyq-btn:hover {
            background: #000;
            transform: translateX(5px);
        }


@media only screen and (min-width:950px){

  .pyq-section {
            flex-direction: column;
        }
 .hero-content{
        width: 80%;
    }
    .mobile{
        display: none;
    }

    .desktop{
        display: block;
    }
.hero-background-wrapper{
        flex-direction: row;
}

.hero{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.hero > div {
    width: 50%;
}

.hero-content{
    padding: 20px;
}

.hero h1{
    font-size: 45px;
}

.form{
    width: 70%;
}

.img-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-wrapper div img{
    width: 95%;
}

.clat-result div img{
    width: 70%;
}

.form-wrapper .form{
    width: 35%;
}

.hero2{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.left , .right{
    width: 50%;
}

.course-box{
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.c-left , .c-right{
    width: 50%;
}

.rate{
    font-weight: 800;
}



.stu{
    font-weight: 600;
}

.c-btn{
    display: flex;
}

.c-btn .blue-btn{
    margin-right: 10px;
}

.icon-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-header{
    font-size: 30px;
    width: 70%;
}

.navbar img{
    width: 150px;
}


.hero-2-wrap .left{
    display: none;
}

}

@media only screen and (min-width:800px){
    .hero{
        background-image: url(../ca-cma-foundation/bg1.png);
    }

      .pyq-section {
            flex-direction: column;
        }

}