
.banner-wrapper {
  background: url('../images/banner-img.png') no-repeat center center;
  background-size: cover;
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.banner { 
  padding: 0 10px;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: end;
  padding-bottom: 80px;
  position: relative;
}

.banner .play-button {
  background-color: #3CA3FF !important;
}

.banner-wrapper .mick-btn {
  position: absolute;
  top: 150px;
  left: 40px;
}

.banner-wrapper .full-screen-btn {
  position: absolute;
  top: 150px;
  right: 40px;
}

.banner-wrapper .full-screen-btn span {
  font-size: 50px;
  color: #fff !important;
}

.banner h1 {
  font-family: Lora;
  font-weight: 700;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: -3%;
  text-align: center;
  color: #FFFFFF;
}

.banner p {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
}

/* background video css here  */
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  display: none;
}
.banner,
.play-button,
.mick-btn,
.full-screen-btn {
    position: relative;
    z-index: 1;
}
.play-button,
.banner h1 {
    transition: opacity 0.5s ease;
}

.video-playing .play-button,
.video-playing .banner h1,
.video-playing .banner p{
    opacity: 0;
    pointer-events: none;
}
.video-playing .background-video{
  display: block;
}
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  justify-content: center;
  align-items: center;
}

.video-modal-content {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 90vh;
}

.video-modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin-top: 50px;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  height: 35px;
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
}


/* specialized care section */
.specialized-care-section {
  padding: 50px 10px 40px;
}

.specialized-flex {
  display: flex;
  gap: 20px 42px;
}

.specialized-flex .img-wr {
  min-width: 685px;
}
.specialized-flex .img-wr img{
	max-width:100%;
    height:100%;
}

.specialized-right-side {
  width: 100%;
}

.specialized-right-side .nav-pills {
  background: #53A8F5;
  width: 567px;
  margin: 0 auto;
  border-radius: 40px;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 36px !important;
}

.specialized-right-side .nav-pills li {
  text-decoration: none;
}

.specialized-right-side .nav-pills .nav-link {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 24px;
  border-radius: 30px;
  color: #FFFFFF;
  text-decoration: none;
}

.specialized-right-side .nav-pills .nav-link.active {
  background-color: #FFFFFF;
  color: #222222;
}

.specialized-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.specialized-grid .common-btn{
  width: fit-content;
  margin: 0 auto;
}
.specialized-grid .full-width {
  grid-column: 1 / -1;
}

.specialized-col.card {
  padding: 20px 30px;
  border: 0 !important;
  border-radius: 16px;
}

.specialized-col.card h6 {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #222222;
  margin-bottom: 8px;
}

.specialized-col.card p {
  font-family: Open Sans;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 24px;
}

.specialized-col.text-card {
  display: flex;
  align-items: center;
  padding: 20px 30px;
}

.specialized-col.text-card h2 {
  font-family: Lora;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #000000;
}

.specialized-col.card .icon-wr {
  min-width: 64px;
  margin-bottom: 12px;
}

.specialized-col {
  height: auto;
}


.autistic-patients {
  padding: 30px 10px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.autistic-patients .autistic-header {
  text-align: center;
  margin-bottom: 40px;
}

.autistic-patients .autistic-header h2 {
  max-width: 920px;
  margin: 0 auto;
  font-family: Lora;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #222222;
  margin-bottom: 24px;
}

.autistic-patients .autistic-header p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  max-width: 886px;
  margin: 0 auto;
}

.autistic-patients .autistic-grid {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}

.autistic-patients .autistic-image,
.autistic-patients .autistic-video {
  min-width: 571px;
}

.autistic-patients .autistic-image img,
.autistic-patients .autistic-video img {
  width: 100%;
  border-radius: 12px;
}

.autistic-patients .autistic-video {
  position: relative;
}

.autistic-patients .autistic-video .video-wrapper {
  position: relative;
  height: 100%;
}

.autistic-patients .autistic-video .video-text {
  position: absolute;
  bottom: 36px;
  left: 32px;
  color: #FFFFFF;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  font-size: 0.9rem;
}

.autistic-patients .autistic-video .video-text p {
  font-family: Lora;
  font-weight: 700;
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.autistic-patients .autistic-video .video-text span {
  font-family: Open Sans;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  color: #FFFFFF;
  max-width: 454px;
  display: inline-block;
}

.autistic-patients .autistic-box {
  border-radius: 16px;
  padding: 30px 26px;
}

.autistic-patients .autistic-box.blue {
  background-color: #5A9BD5;
  color: #FFFFFF;
  margin-right: 20px;
}

.autistic-patients .autistic-box.blue p {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.autistic-patients .autistic-box.blue .learn-more {
  padding: 12px 30px;
  background: #FFFFFF;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
}

.autistic-patients .autistic-box.white-box {
  background-color: #F4F7FB;
  min-width: 276px;
}

.autistic-patients .autistic-box.white-box p {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  color: #222222;
  margin-bottom: 0;
}

.imaging-solution-section{
  padding: 60px 10px 50px;
}
.imaging-solution-section .imaging-sln-badge{
  border-radius: 10px;
  background-color: #F8F4FF;
  padding: 8px 24px;
  font-family: Open Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #290370;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
}
.imaging-solution-section .behavior-txt{
  font-family: Lora;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #298BE3;
  text-align: center;
  margin-bottom: 24px;
}
.imaging-pre-code{
  width: 100%;
  height: 260px;
  border: 1px solid #F4F7FB;
}
.imaging-info-wr{
  margin-top: 60px;
}
.imaging-info-wr h3{
  font-family: Open Sans;
  font-weight: 600;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  color: #222222;
  margin-bottom: 16px;
}
.imaging-info-wr p{
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 36px;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
  text-align: center;
}
.imaging-info-wr .imaging-card{
  display: flex;
  align-items: center;
  gap: 10px 24px;
  background-color: #E9F4FF;
  border-radius: 12px;
  padding: 18px 27px;
}
.imaging-info-wr .imaging-card p{
  font-family: Open Sans;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  color: #555555;
  text-align: left;
}
.imaging-info-wr .imaging-card .imaging-icon-wr{
  border-radius: 8px;
  padding: 2px;
  background: #fff;
}
.imaging-info-wr .imaging-card p span{
  color: #222222;
  font-weight: 600;
}

.autistic-patients-video .autistic-play{
  display: none;
}
.autistic-patients-video .video-text{
  display: none;
}

.row-info{
	display: flex;
    margin: 0 -10px;
}
.col-md-6-info{
	width: 50%;
    padding: 0 10px;
}
.autistic-patients .autistic-video .video-wrapper img{
	height: 100%;
    width: 100%;
}
.behavior-paragraph{
	display: flex;
    /* align-items: center; */
    gap: 16px 12px;
}
.imaging-info-wr p{
	text-align:left;
}

@media only screen and (max-width:1300px) {
	.autistic-grid .left-side-wr .resp-flex-wrap{
        flex-direction:column !important;
        gap:16px !important;
    }
    .autistic-patients .autistic-box.blue{
        margin-right:0 !important;
    }
    .specialized-flex .img-wr {
        min-width: 450px;
    }
    .autistic-patients .autistic-video .video-wrapper{
    	height:auto;
    }
    .autistic-patients .autistic-video {
        min-width: 473px;
    }
    .specialized-flex {
        display: flex;
        gap: 16px 16px;
    }
    .specialized-flex .img-wr img{
    	height:auto;
    }
    .banner h1{
    	font-size: 50px;
    	line-height: 60px;
    }
    .banner p{
    	font-size: 20px;
    	line-height: 30px;
    }
    .specialized-right-side .nav-pills{
    	width: 540px;
    }
    .autistic-patients .autistic-image{
    	min-width: 320px;
    }
}
@media only screen and (max-width:1200px){
	.specialized-flex .img-wr {
        min-width: 426px;
    }
}
@media only screen and (max-width:1024px) {
	.specialized-flex{
    	flex-direction: column-reverse;
    }
    .specialized-flex .img-wr{
    	min-width: auto;
        width: 100%;
        max-height: 300px;
        overflow: hidden;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .specialized-flex .img-wr img{
    	width:100%;
    }
    .autistic-patients .autistic-grid{
    	flex-direction: column;
    }
    .autistic-grid .left-side-wr .resp-flex-wrap {
        flex-direction: row !important;
     }
     .autistic-patients .autistic-video {
        min-width: 300px;
        max-width: 450px;
        margin: 0 auto;
     }
     .specialized-col.text-card h2,
     .autistic-patients .autistic-header h2,
     .imaging-solution-section .behavior-txt{
     	font-size: 32px;
    	line-height: 42px;
     }
     .autistic-patients .autistic-box.blue p,
     .autistic-patients .autistic-box.white-box p{
     	font-size: 18px;
        line-height: 28px;
     }
     .specialized-care-section {
        padding: 40px 10px 40px;
     }
     .imaging-solution-section {
        padding: 40px 10px 34px;
     }
     .banner h1 {
        font-size: 44px;
        line-height: 54px;
    }
}
@media only screen and (max-width:768px) {
	.banner h1 {
        font-size: 34px;
        line-height: 44px;
    }
    .banner p {
        font-size: 16px;
        line-height: 26px;
    }
    .specialized-right-side .nav-pills {
        width: 100%;
        max-width: 470px;
        margin-bottom: 28px !important;
    }
    .specialized-right-side .nav-pills .nav-link{
    	padding: 10px 16px;
        font-size: 16px;
    }
    .specialized-grid{
    	grid-template-columns: 1fr;
        gap:16px;
    }
    .imaging-info-wr {
        margin-top: 32px;
    }
    .row-info{
    	flex-wrap:wrap;
        gap:10px 0;
    }
    .col-md-6-info{
    	width:100%;
    }
    .specialized-col.text-card h2, .autistic-patients .autistic-header h2, 	  .imaging-solution-section .behavior-txt {
        font-size: 28px;
        line-height: 38px;
    }
    .autistic-grid .left-side-wr .resp-flex-wrap {
        flex-direction: column !important;
     }
     .behavior-paragraph{flex-wrap:wrap}
}
@media only screen and (max-width:500px) {
	.banner h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .specialized-right-side .nav-pills{
    	justify-content:center;
    }
 }

 .logo-large {
  width: 150px; /* You can increase/decrease as needed */
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .logo-large {
    width: 200px; /* Larger size for desktop */
  }
}