.hero-section .hero-section-bg{    
    background: #B39DDB;    
}
.hero-section .works-container{
    padding-top: 180px;
    text-align: center;
    height: 90vh;
    min-height: 856px;
    width: 100%;
}
.hero-heading {
    font-family: Lora;
    font-weight: 600;
    font-size: 70px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 36px;
}

.hero-subheading {
    color: #fff;
    font-family: Lora;
    font-weight: 600;
    font-size: 30px;
    max-width: 950px;
    margin: 0 auto;
}
.hero-section .play-button{
    background-color: #B39DDB !important;
}
.hero-section .mick-btn{
    position: absolute;
    top: 30px;
    left: 20px;
}
.hero-section .full-screen-btn{
    position: absolute;
    top: 30px;
    right: 20px;
}
.video-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    height: 600px;
    border-radius: 24px;
    overflow: hidden;
    margin-top: -300px;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-embed iframe {
  width: 100%;
  height: 600px;
  display: block;
}

/* Behavior Assessment section */
.card-body img {
  display: inline-block;
}
.custom-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.assessment-video-wr{
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}
.custom-grid .card{
    border: 1px solid #E0E2E7 !important;
    border-radius: 12px;
    box-shadow: none !important;
    text-align: center;
    padding: 28px 20px;
}
.custom-grid .card .card-body{
    padding: 0;
}
.custom-grid .card h6{
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin-bottom: 12px;
    text-align:left;
}
.custom-grid .card p{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #555555;
    text-align:left;
}
.assessment-container{
    padding: 80px 10px;
}
.assessment-heading-wr h2{
    font-family: Lora;
    font-weight: 600;
    font-size: 40px;
    color: #222222;
    margin-bottom: 46px;
}
.assessment-heading-wr{    
    text-align: left !important;
    padding-left: 35px;
}

/* Support section start */
.support-section{
    background-color: #E9F4FF;
}
.support-section{
    padding: 48px 10px;
}
.support-section h2{
    font-family: Lora;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #222222;
    margin-bottom: 48px;
    text-align: center;
}
.support-card{
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
}
.support-card .support-img-wr{
    margin-bottom: 24px;
}
.support-card h3{
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    color: #222222;
    margin-bottom: 16px;
}
.support-card p{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #555555;
    margin-bottom: 12px;
}

/* transition section css here */
.transition-section .section-container{
    padding: 90px 10px;
}
.transition-section h2{
    font-family: Lora;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #222222;
    margin-bottom: 48px;
}
.transition-card{
    background-color: #F2FFFC;
    padding-top: 30px;
    padding-left: 30px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    gap: 8px 20px;
}
.transition-card h3{
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    color: #248E79;
}
.transition-right{
    background-color: #F8F4FF;
}
.transition-right h3{
    color: #612EBE;
}

/* Transition To Tome css */
.transition-to-home .to-home-container{
    padding: 0 10px;
    padding-bottom: 28px;
    display: flex;
    gap: 20px 50px;
}
.transition-section-btn-wr{
    margin-top: 48px;
    text-align: center;
}
.transition-to-home .home-container-img{
    max-width: 100%;
}
.transition-to-home .home-container-text{
    padding-top: 24px;
}
.transition-to-home .home-container-text h2{
    font-family: Lora;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #222222;
    margin-bottom: 16px;
}
.transition-to-home .home-container-text p{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    margin-bottom: 12px;
}
.transition-img-wr{
    display: flex;
    justify-content: end;
    align-items: end;
}
.content-wr{
    padding-bottom: 35px;
}
.row-behavior{
	display: flex;
    margin: 0 -10px;
}
.col-md-4-behavior{
	width: 33.33%;
    padding: 0 10px;
}
.row-dischange{
	display: flex;
    margin: 0 -10px;
}
.col-md-6-dischange{
	width: 50%;
    padding: 0 10px;
}

@media only screen and (max-width:1300px){
	.hero-heading{
    	font-size: 60px;
        margin-bottom: 30px;
    }
    .hero-subheading{
    	font-size: 24px;	
    }
    .hero-section .works-container{
    	 padding-bottom: 320px;
    }
    .hero-section .works-container{
    	padding-left: 10px;
    	padding-right: 10px;
    }
    .hero-section .works-container{
    	    min-height: 800px;
    }
    .transition-to-home .home-container-img{
    	max-width: 500px;
    	overflow: hidden;
    	border-radius: 18px;
    }
    .transition-to-home .home-container-img img{
    	width: 100%;
    	height: 100%;
    }
    .video-wrapper{
    	max-width: 800px;
    }    
}
@media only screen and (max-width:1024px){
	.hero-section .works-container {
    	padding-top: 150px;
    } 
    .hero-heading {
        font-size: 50px;
        margin-bottom: 28px;
    }
    .hero-subheading {
        font-size: 20px;
    }
    .hero-section .works-container {
        min-height: 720px;
        height: auto;
    }
    .assessment-heading-wr h2{
    	font-size:32px;
        line-height:42px;
        margin-bottom: 30px;
    }
    .support-section h2,
    .transition-section h2{
    	font-size:32px;
        line-height:42px;
        margin-bottom: 34px;
    }
    .transition-to-home .home-container-text h2{
    	font-size:32px;
        line-height:42px;
    }
    .row-behavior{
    	flex-wrap:wrap;
        gap:14px 0;
        justify-content:center;
    }
    .col-md-4-behavior{
        width: 50%;
     }
     .transition-card{
     	padding: 16px;
    	flex-wrap: wrap;
        gap:0;
     }
     .content-wr{
     	padding-bottom:0;
     }
     .transition-img-wr{
     	width:100%;
     }
     .video-wrapper {
        max-width: 600px;
        height: 470px;
        margin-top: -243px;
    }
    .hero-section .works-container {
        padding-bottom: 290px;
    }
    .assessment-container,
    .support-section,
    .transition-section .section-container{
        padding: 40px 10px;
    }
    .transition-to-home .to-home-container {
   		padding-bottom: 14px;
    }
}	


@media only screen and (max-width:768px){
	.assessment-heading-wr h2{
    	font-size:28px;
        line-height:38px;
        margin-bottom: 28px;
    }
    .support-section h2,
    .transition-section h2{
    	font-size:28px;
        line-height:38px;
        margin-bottom: 30px;
    }
    .transition-to-home .home-container-text h2{
    	font-size:28px;
        line-height:38px;
    }
    .col-md-4-behavior{
    	width: 100%;
    }
    .assessment-heading-wr h2 br{
    	display:none;
    }
    .custom-grid{
    	grid-template-columns: 1fr;
    	gap: 16px;
    }
    .row-dischange{
    	flex-wrap:wrap;
        gap: 16px 0;
    }
    .col-md-6-dischange{
    	width:100%;
    }
    .transition-to-home .to-home-container{
    	flex-direction: column;
   		gap: 16px;
    }
    .transition-to-home .home-container-img img{
    	height:auto
    }
    .transition-to-home .home-container-img {
        max-width: 100%;
        height: 232px;
    }
    .transition-to-home .home-container-text {
    	padding-top: 8px;
	}
    .assessment-heading-wr{
    	margin-bottom: 16px !important;
    }
    .video-wrapper {
        max-width: calc(100% - 30px);
        height: 420px;
        margin: 0 auto;
        margin-top: -230px;
    }
    .hero-section .works-container {
        padding-bottom: 260px;
    }
    .hero-section .works-container {
        min-height: 708px;
    }
    .hero-heading {
        font-size: 42px;
        max-width: 650px;
        margin: 0 auto;
        margin-bottom: 28px;
    }
    .support-card{
    	padding:16px;
    }
    .custom-grid .card{
    	padding: 20px 16px;
    }
    .transition-section-btn-wr {
    	margin-top: 28px;
     }
}