.container {
    display: flex;
    flex-wrap: wrap; /* Ensures content adjusts for smaller screens */
    justify-content: center;
}
.column {
    flex: 1;
    min-width: 250px; /* Adjust based on needs */
}
.banner {
    background-color: #555;
    width: 100%;
    height: 10vh;
    margin-top: 20px;
    margin-bottom: 5vh;
    }
.page1{
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#77777799  20%, #00000098 100%);
    position: relative;
    clear: both;
    z-index: 1;
    /* padding: 80px 0px; */
}
.registration{
    margin: 10px 0;
}
.kalpa-inner h2{
    font-size: 2rem;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: .020em;
    text-transform:inherit;
    color: #012970;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.container-inner{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.container-inner h1{
    font-size: 35px;
    /* font-family: "montserrat"; */
    text-transform: inherit;
    font-weight: 800;
    letter-spacing: .1em;
    text-align: center;
    position: relative;
}
.container-inner p{
    font-family: "montserrat";
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    color: #eee;
    width: 60%;
}
.contact-inner h2{
    margin-top: 30px;
    font-size: 40px;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    justify-self:center;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 2.5rem;
}
.highlight {
    font-size: 20px;
    background-color: #e8f5e9;
    padding: 10px;
    text-align: center;
    justify-self: center;
    /*border-top: 5px solid #2e7d32;
    border-bottom: 5px solid #2e7d32;*/
    border-left: 5px solid #2e7d32;
    border-right: 5px solid #2e7d32;
    margin-bottom: 0px;
}


.registration button{
    outline: none;
    border: none;
    padding: 10px 30px;
    font-size: 20px;
    background-color: #065388;
    color: #fff;
}
.registration .reg_btn{
    background-color: #065388;
    border-radius: 5px;
    font-size: 25px;
    cursor: pointer;
    transition: .4s;
}
.registration .reg_btn:hover{
    transform: scale(1.05);
    background-color: #555;
}
.reg-text{
    width: auto;
}
.reg-text p{
    display: block;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: auto;
    color: #000;
    margin-bottom: 20px;
}


.contact-col p{
    font-family: "montserrat";
    font-size: 15px;
    letter-spacing: .020em;
    font-weight: 600;
    line-height: 20px;
    color: #333;
    -webkit-font-smoothing: antialiased;
}
.box-container p{
    font-family: "montserrat";
    font-size: 1.25rem;
    letter-spacing: .020em;
    font-weight: 400;
    line-height: 35px;
    width: 100%;
    text-align: justify;
    color: #3f3a3a;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
}
.box-container ul{
    font-family: "montserrat";
    font-size: 1.25rem;
    letter-spacing: .020em;
    line-height: 35px;
    font-weight: 400;
    width: 100%;
    text-align: justify;
    color: #3f3a3a;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
}
.kalpa-inner p{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: justify;
    font-size: 30px;
    letter-spacing: .020em;
    font-weight: 600;
    line-height: 35px;
    text-align: justify;
    color: #0e4e29;
    margin-bottom: 0px;
    -webkit-font-smoothing: antialiased;
}

/* Contact us Section CSS */



.contact{
    width: 100%;
    padding-bottom: 5vh;
}
.contact h1{
    font-family: Rajdhani, sans-serif;
    font-size: 1.8rem;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 2.5rem;
}
.contact-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.registration .reg_btn:hover{
    transform: scale(1.05);
    background-color: #555;
}

iframe{
    width: 100%;
    height: 500px;
    align-self: center;  
}
.email-id{
    cursor: pointer;
}
.contact-header{
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
}
.contact-header h2{
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .020em;
    text-transform:inherit;
    color: #012970;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.contact-container{
    position: relative;
    width: 100%;
    padding: 6vh 6vw;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.description ul{
    padding-left: 20px;
}

.reg-text{
    width: 90%;
}
.reg-text p{
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}
.contact-col{
    width: 90%;
    background-color: #ffffff8b;
    border: 1px solid #e5e7eb;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* gap: 1.5rem; */
    transition: all ease-in-out .5s;
    border-left: 5px solid #898f89;
}
.contact-col.active .box-container{
    max-height: 1000px;
    animation: fade 1s ease-in-out;
    padding: 1rem 3rem;
}
.contact-col .col-vector i{
    transition: 1.2s;
}
.contact-col.active .col-vector i{
    transform: rotate(90deg);
}

.col-vector:hover{
    background-color: #eee;
}
.contact-col i{
    font-size: 30px;
}
.col-vector{
    display: flex;
    padding: 20px 30px;
    justify-content: space-between;
    gap: 1rem;
    /* border-bottom: 1px solid #e5e7eb; */
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 1.2s ease;
}
.contact-col h3{
    font-size: 25px;
    font-weight: 700;
}
.address{
    margin-top: 10px;
}
.box-container{
    width: 100%;
    max-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 1.2s ease;
    text-align: justify;
}
.box-inner{
    justify-content: space-between;
    gap: 50px;
    display: flex;
    text-align: justify;
}
.box{
    display: flex;
    gap: 10px;
    transition: all 1.2s ease;
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-direction: column;
}
.abc{
    width: 40%;
}
.box2{
    width: 60%;
    justify-content: center;
    display: flex;
    gap: 30px;
    align-items: center;
}
.box2 img{
    height: 300px;
}
.box2 .box_col{
    margin: 0;
    padding: 10px 20px;
    line-height: 40px;
    background-color: #eee;
}
.box .row{
    display: flex;
    margin: 0;
    width: 70%;
    justify-content: space-between;
    padding: 10px 30px;
    background-color: #eee;
    border-radius: 5px;
    font-size: 20px;
    border-bottom: 1px solid #e5e7eb;
}
.box .row1{
    display: flex;
    margin: 0;
    width: 50%;
    justify-content: space-between;
    padding: 10px 30px;
    background-color: #eee;
    border-radius: 5px;
    font-size: 20px;
    border-bottom: 1px solid #e5e7eb;
}

.box i{
    margin-top: 2px;
    font-size: 20px;
}
.box h4{
    font-size: 20px;
}
.box a{
    text-decoration: none;
    color: #333;
}

@media (max-width:1200px){
    .container{
        flex-direction: column;
        align-items: center;
    }
    .text-box{
        font-size: 14px;
    }
    .box-container p, .box-container ul, .description p, .description ul, .row, .col1, .col2 {
    text-align: left;
  }
  .kalpa-inner {
    text-align: center;
  }
  .description p, .box-container p {
    font-size: 14px;
    line-height: 20px;
    font-family: "montserrat";
    letter-spacing: .020em;
    font-weight: 400;
    color: #3f3a3a;
  }
   .kalpa-inner p {
    color: #0e4e29;
    font-size: 18px; /* adjust font size as needed */
    text-align: center;
  }
  .box .row1 {
    display: block;
    width: 100%;
    justify-content: left;
    padding: 10px 30px;
    background-color: #eee;
    border-radius: 5px;
    font-size: 15px;
    border-bottom: 1px solid #e5e7eb;
  }
}


@media (max-width: 800px) {
   
    .registration button{
        font-size: 18px;
    }
    .registration .reg_btn{
        font-size: 15px;
    }
    .contact-col h3{
        font-size: 18px;
    }
    .col-vector{
        padding: 15px 20px;
    }
    .contact-col i{
        font-size: 25px;
    }
    .container-inner h1{
        font-size: 30px;
    }

    .contact-col.active .box-container{
        padding: 1rem 2rem;
    }
    .contact-container{
        flex-direction: column;
        gap: 30px;
    }
    .contact-col{
        width: 98%;
    }
    .box .row{
        padding: 9px 20px;
        font-size: 15px;
        flex-direction: row;
    }
    .reg-text{
        width: 98%;
    }
    .box-inner{
        flex-direction: column;
    }
    .abc{
        width: 100%;
    }
    .box2{
        width: 100%;
    }
    .box2 .box_col{
        line-height: 30px;
    }
    .box-container p, .box-container ul, .description p, .description ul, .row, .col1, .col2 {
    text-align: left;
  }
  .kalpa-inner {
    text-align: center;
  }
  .description p, .box-container p {
    font-size: 14px;
    line-height: 20px;
    font-family: "montserrat";
    letter-spacing: .020em;
    font-weight: 400;
    color: #3f3a3a;
  }
   .kalpa-inner p {
    color: #0e4e29;
    font-size: 18px; /* adjust font size as needed */
    text-align: center;
  }
    .box .row1 {
    display: block;
    width: 100%;
    justify-content: left;
    padding: 10px 30px;
    background-color: #eee;
    border-radius: 5px;
    font-size: 15px;
    border-bottom: 1px solid #e5e7eb;
  }
}

@media (max-width:768px){
    .container{
        flex-direction: column;
        align-items: center;
    }
    .text-box{
        font-size: 14px;
    }
    .box-container p, .box-container ul, .description p, .description ul, .row, .col1, .col2 {
    text-align: left;
  }
  .kalpa-inner {
    text-align: center;
  }
  .description p, .box-container p {
    font-size: 14px;
    line-height: 20px;
    font-family: "montserrat";
    letter-spacing: .020em;
    font-weight: 400;
    color: #3f3a3a;
  }
   .kalpa-inner p {
    color: #0e4e29;
    font-size: 18px; /* adjust font size as needed */
    text-align: center;
  }
  .box .row1 {
    display: block;
    width: 100%;
    justify-content: left;
    padding: 10px 30px;
    background-color: #eee;
    border-radius: 5px;
    font-size: 15px;
    border-bottom: 1px solid #e5e7eb;
  }
}

@media(max-width: 600px){
    .registration button{
        font-size: 15px;
    }
    .box .row{
        gap: 5px;
    }
    .box2 img{
        height: 250px;
    }
    .contact-col h3{
        font-size: 15px;
    }
    .reg-text p{
        font-size: 0.9rem;
    }
    .contact-col p{
        font-family: 13px;
    }
    .contact-col i{
        font-size: 20px;
    }
    .container-inner p{
        font-size: 1rem;
    line-height: 1.1rem;
    }
    .container-inner h1{
        font-size: 25px;
    }
    .container-inner p{
        font-size: 0.9rem;
    line-height: 1.2rem;
    width: 90%;
    }
    .box2{
        flex-direction: column;
    }
    .box-container p, .box-container ul, .description p, .description ul, .row, .col1, .col2 {
    text-align: left;
  }
  kalpa-inner {
    text-align: center;
  }
  .description p, .box-container p {
    font-size: 14px;
    line-height: 20px;
    font-family: "montserrat";
    letter-spacing: .020em;
    font-weight: 400;
    color: #3f3a3a;
  }
  .kalpa-inner p {
    color: #0e4e29;
    font-size: 18px; /* adjust font size as needed */
    text-align: center;
  }
  .box .row1 {
    display: block;
    width: 100%;
    justify-content:left;
    padding: 10px 30px;
    background-color: #eee;
    border-radius: 5px;
    font-size: 15px;
    border-bottom: 1px solid #e5e7eb;
  }
}

@media (max-width: 400px) {
  .container-inner h1 {
    font-size: 20px;
  }
  .contact-col h3 {
    font-size: 14px;
  }
  .box .row {
    padding: 5px 10px;
    font-size: 14px;
  }
  .registration .reg_btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .description ul {
    font-size: 14px;
    line-height: 20px;
    padding-left: 15px;
  }
  .description ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .box-container p, .box-container ul, .description p, .description ul, .row, .col1, .col2 {
    text-align: left;
  }
  kalpa-inner {
    text-align: center;
  }
  .description p, .box-container p {
    font-size: 14px;
    line-height: 20px;
    font-family: "montserrat";
    letter-spacing: .020em;
    font-weight: 400;
    color: #3f3a3a;
  }
  .kalpa-inner p {
    color: #0e4e29;
    font-size: 18px; /* adjust font size as needed */
    text-align: center;
  }
  .box .row1 {
    display: block;
    width: 100%;
    justify-content:left;
    padding: 10px 30px;
    background-color: #eee;
    border-radius: 5px;
    font-size: 15px;
    border-bottom: 1px solid #e5e7eb;
  }
}
