*{
    font-family: "Titillium Web";
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    display: inline-block;
}

h1{
    font-family: Titillium Web;
    font-weight: 400;
    font-size: 90px;
    line-height: 110.00000000000001%;
}

h2{
    font-family: Titillium Web;
    font-weight: 400;
    font-size: 70px;
    line-height: 110.00000000000001%;

}

h3{
    font-family: Titillium Web;
    font-weight: 400;
    font-size: 50px;
    line-height: 110.00000000000001%;

}

h4{
    font-family: Titillium Web;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;

}

h5{
    font-family: Titillium Web;
    font-weight: 600;
    font-size: 30px;
    line-height: 110.00000000000001%;

}

h6{
    font-family: Titillium Web;
    font-weight: 600;
    font-size: 24px;
    line-height: 110.00000000000001%;
}

p{
    font-family: Titillium Web;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;

}

/* ---------------- */

.main-section{
    max-width: 1308px;
    width: 100%;
    margin: 0 auto;
}

/*---------------*/

.banner-section-main{
    background: #00000038;
    position: relative;
}

.banner-video-section {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
   mix-blend-mode: color;
}

.banner-video-section video{
    width: 100%;
}
.main-container{
    max-width: 1308px;
    width: 100%;
    opacity: 1;
    margin: 0 auto;
    height: 100%;

}

.banner-content-main{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0px 20px;
}

.banner-section-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.main-heading{
    font-family: Titillium Web;
    font-weight: 400;
    font-size: 90px;
    line-height: 110.00000000000001%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 80px;

}

.banner-btn-main{
    display: flex;
    gap: 30px;
}

.button-all{
    display: inline-block;
    font-family: Titillium Web;
    font-weight: 400;
    font-size: 17px;
    line-height: 110.00000000000001%;
    border: 1px solid  #C2E458;
    color:  #254477;
    background: #C2E458;
    opacity: 1;
    border-radius: 15px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    text-decoration: none;
    transition: all 0.4s ease;
}

.button-all:hover{
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, .2);
    transform: translateY(-3px);
}

.banner-btn-main .button-all:nth-child(2){
    border: 3px solid #BC8252;
    background-color: transparent;
    color: #FFFFFF;
    transition: all 0.4s ease;
    
}

.banner-btn-main .button-all:nth-child(1):hover {
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.banner-btn-main .button-all:nth-child(2):hover {
    background: #BC8252;
}

/* ----------- */

.main-section-first{
    background: linear-gradient(111.34deg, #12274B 0%, #00163B 100%);
    padding: 0px 20px;
    position: relative;
    z-index: 0;
}

/*-----------------*/

.main-section-top2{
    padding-top: 120px;
    padding-bottom: 200px;
    display: flex;
    gap: 36px;
    align-items: center;

}

.wel-content-side {
    width: 75%;
}

.wel-side-heading{
    color: #FFFFFF;
    margin-bottom: 50px;
}

.wel-side-content{
    display: flex;
    gap: 36px;
    padding-bottom: 50px;
}

.wel-content-side .welc-content-text{
    color: #FFFFFF      ;
}

.wel-left-text {
    width: 55%;
}

.wel-right-text {
    width: 45%;
}

.wel-content-side-btn-main{
    display: flex;
}

.review-side{
    max-width: 300px;
    width: 100%;
    background-color: #ffffff40;
    border-radius: 15px;
    padding: 40px 47px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.review-side a{
    border: none;
}

.review-side .review-side-btn.btn-main{
    border: none;
}

.google-svg{
    padding-bottom: 10px;
}

.review-heading{
    font-weight: 700;
    color: #FFFFFF;
}

.review-star-box{
    display: flex;
    gap: 4px;
    padding-top: 20px;
    padding-bottom: 23px;
}

.review-side-btn{
    background-color: #C2E458;
    color: #254477;
}

.review-side-btn:hover{
    background-color: #FFFFFF;
    border-color:#FFFFFF;
}

/*-------------------*/

.help-main-section{
    background: #0000002b;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    gap: 36px;
}

.help-content-side{
    background-color: #ffffff4a;
    border-radius: 15px;
    padding: 50px 60px 51px;

}

.help-sec-heading {
    max-width: 475px;
    width: 100%;
    display: flex;
    align-items: center;
}

.help-sec-heading h2{
    color: #FFFFFF;
    padding-left: 20px;

}

.help-content-side p{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;

}

/*-------------------*/

.finding-section-main{
    padding-top: 36px;
    padding-bottom: 200px;
    display: flex;
    gap: 36px;
}

.finding-section-box{
    width: 50%;
    padding: 50px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.finding-section-left-box{
    background-color: #25447766;
}

.finding-section-right-box {
    background-color: #ffffff65;
}

.finding-section-second-btn{
    color: #254477;
    background-color: #FFFFFF;
    border: none;
}

.finding-section-btn-min{
    display: flex;
    gap: 20px;
}

.empty-div{
    height: 131px;
}

.finding-section-box h3{
    color: #FFFFFF;
}

.finding-section-fisrt-btn:hover {
    background-color: #FFFFFF;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, .2);
    transform: translateY(-3px);
    border-color: #FFFFFF;
}

.finding-section-second-btn:hover {
    background-color: #C2E458;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, .2);
    transform: translateY(-3px);
    color: #FFFFFF;
}
.finding-section-main h3 {
    max-width: 400px;
}

/*---------------------*/

.services-section{
    padding: 0px 20px;
    background-image: url("/aprilquest/photos/AdobeStock_487264977_Preview\ 1.png");
    padding-top: 200px;
    padding-bottom: 209px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;

}

.services-box{
    max-width: 686px;
    width: 100%;
    border-radius: 15px;
    background-color: #ffffff52;
    padding: 50px;
}

.services-box-heading{
    margin-bottom: 50px;
    color: #FFFFFF;
    letter-spacing: 2px;
}

.services-box-text{
    max-width: 524px;
    width: 100%;
    padding-bottom: 50px;
    color: #FFFFFF;
    font-weight: 300;
}

.services-box-btn:hover{
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

/* slider css start */

.slider-section-main{
    border: none;
    border-top: 10px solid #C2E458;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #254477;
    overflow: hidden;
}

.test-width-slider{
    overflow: visible !important;
}

.test-width-slider .swiper-slide {
    max-width: 860px;
    width: 100%;
}

.slide-top-content{
    padding: 30px;
    background-color: #ffffff7d;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all 0.4s ease-in-out;

}
.swiper-slide.swiper-slide-active .slider-inner-content-main .slide-top-content{
    background-color: #FFFFFF;
    

}

.slide-top-content h4{
    font-family: Titillium Web;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    color: #000000;
    transform: all 0.4s ease;

}
.slide-bottom-content{
    padding: 30px;
    background-color: #12274B;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;

}
.slide-bottom-content h6{
    font-family: Titillium Web;
    font-weight: 600;
    font-size: 24px;
    line-height: 110.00000000000001%;
    color: #FFFFFF;
    margin-bottom: 13px;
}
.slide-bottom-content p{
    font-family: Titillium Web;
    font-weight: 400;
    font-size: 20px;
    line-height: 110.00000000000001%;
    color: #FFFFFF;
}
.test-width-slider .swiper-slide::nth-child(n + 1) .slide-top-content{
    background-color: #ffffff85;
}

.slider-button{
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 40px;
}

.slider-btn{
    position:unset !important; 
    border: 1px solid #FFFFFF;
    height: 49px  !important;
    width: 49px !important;
    border-radius: 15px;
    margin: 0px !important;
    transition: all 0.4s ease;

}

.slider-btn:after{
    content:"";
    display: none;
}

.slider-btn:hover{
    background-color: #C2E458;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, .2);
    transform: translateY(-3px);

}

.right-btn{
    background-image: url("../photos/right-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

.left-btn{
    background-image: url("../photos/left-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
} 

/* 01-12-2025 new chages css start */

.slide-top-inner {
    height: 270px;
    overflow: hidden;
    overflow-y: scroll;
    /* clip-path: inset(0 round 20px 20px 0 0); */
}
.slide-top-inner::-webkit-scrollbar {
    width: 6px;
}
.slide-top-inner::-webkit-scrollbar-thumb{
    background: #254477;
    border-radius: 15px;
}
.slide-bottom-content {
    height: 121px;
}

/* 01-12-2025 new chages css End */
/* slider css End */
/* custom-animaiton */
 
.custom-animation {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  filter: blur(8px);
}

.custom-animation.animatedd {
  animation: text-fade-up 1s ease-in-out forwards;
}
 
@keyframes text-fade-up {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    filter: blur(4px);
  }
 
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
 

/* custom-animaiton end */
/* media Quary start */


@media screen and (max-width:1600px){
.main-section-top2 {
    padding-top: 80px;
    padding-bottom: 100px;
}

.finding-section-main {
    padding-bottom: 100px;
}

.slider-section-main {
    padding-top: 100px;
    padding-bottom: 100px;
}

.services-section {
    padding-top: 100px;
    padding-bottom: 100px;
}


}

@media screen and (max-width:1600px) and (min-width:1200px){
    
h1, .main-heading{
    font-size: 80px;
}

h2{
    font-size: 60px;

}

h3{
    font-size: 45x;

}

h4{
    font-size: 38px;

}

h5{
    font-size: 29px;

}

h6{
    font-size: 23px;
}

}

@media screen and (max-width:1200px){

h1.main-heading {
    font-size: 65px;
    margin-bottom: 70px;
}

section.main-section.main-section-top2 {
    padding: 70px 0px 70px;
    gap: 30px;
}

h2 {
    font-size: 55px;
}

/* --- */

.wel-side-content {
    gap: 30px;
    padding-bottom: 40px;
}

.help-main-section {
    padding: 25px;
    gap: 30px;
}

.services-section ,section.slider-section-main{
    padding-top: 150px;
    padding-bottom: 150px;
}

h3{
    font-size: 43x;

}

h4{
    font-size: 36px;

}

h5{
    font-size: 28px;

}

h6{
    font-size: 22px;
}


}


@media screen and (max-width:1024px){
h1.main-heading {
    font-size: 60px;
    margin-bottom: 60px;
}

.banner-content-main {
    padding-top: 60px;
}

section.main-section.main-section-top2 {
    padding: 60px 0px 60px;
}

h2 {
    font-size: 50px;
}

h3{
    font-size: 40px;
}

h4 , .slider-inner-content-main .slide-top-content h4{
    font-size: 34px;
}

h5{
    font-size: 27px;

}

h6{
    font-size: 21px;
}
/* ---- */

.wel-side-content {
    gap: 20px;
    padding-bottom: 30px;
}

.wel-left-text {
    width: 100%;
}

.wel-right-text {
    width: 100%;
}

.wel-side-content {
    flex-direction: column;
}

.wel-side-heading {
    margin-bottom: 40px;
}

/* ---- */

.help-content-side {
    padding: 40px 50px;
}

.help-content-side p {
    font-size: 22px;
}

.help-sec-heading {
    max-width: 50%;
}

.help-content-side {
    width: 50%;
}
.finding-section-main {
    padding-bottom:140px;
}

/* -------- */

.services-section, section.slider-section-main {
    padding-top: 130px;
    padding-bottom: 130px;
}

}

@media screen and (max-width:991px){
h1.main-heading {
    font-size: 50px;
    margin-bottom: 50px;
}

.banner-section-main {
    height: 500px;
}

.banner-content-main {
    padding-top: 80px;
}

.banner-video-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

section.main-section.main-section-top2 {
    padding: 50px 0px 50px;
    gap: 20px;
}

section.main-section.main-section-top2 {
    flex-direction: column;
}

section.main-section.finding-section-main {
    flex-direction: column;
}

.finding-section-box {
    width: 100%;
}

.review-side {
    align-self: flex-start;
}

section.main-section.help-main-section {
    flex-direction: column;
}

h2 {
    font-size: 40px;
}

h3{
    font-size: 32px;
}

h4 , .slider-inner-content-main .slide-top-content h4{
    font-size: 32px;
}

h5{
    font-size: 26px;

}

h6{
    font-size: 20px;
}

/* --- */

.wel-content-side {
    width: 100%;
}

.wel-side-heading {
    margin-bottom: 30px;
}

p , .slide-bottom-content p{
    font-size: 19px;
}

/* ---- */

.help-sec-heading {
    max-width: 100%;
}

.help-content-side {
    width: 100%;
}

.help-content-side {
    padding: 30px 40px;
}

.help-content-side p {
    font-size: 21px;
}

/* ------ */

.finding-section-box {
    width: 100%;
}
.finding-section-main h3 {
    max-width: 100%;
}

.finding-section-box {
    padding: 40px;
}

.empty-div {
    height: 120px;
}

.finding-section-main {
    padding-bottom: 120px;
}

/* ------- */

.services-section , section.slider-section-main{
    padding-top: 110px;
    padding-bottom: 110px;
}


}

@media screen and (max-width:768px){
  
h1.main-heading {
    font-size: 40px;
    margin-bottom: 40px;
}

section.main-section.main-section-top2 {
    padding: 40px 0px 40px;
}

h2 {
    font-size: 35px;
}

h3{
    font-size: 30px;
}

h4 ,.slider-inner-content-main .slide-top-content h4 {
    font-size: 28px;
}

h5{
    font-size: 24px;

}

h6{
    font-size: 19px;
}


p, .slide-bottom-content p {
    font-size: 18px;
}

.wel-side-heading {
    margin-bottom: 20px;
}

/* ---- */

.help-content-side p {
    font-size: 20px;
}

.help-content-side {
    padding: 20px 30px;
}

.help-main-section {
    gap: 20px;
}

.empty-div {
    height: 100px;
}

.finding-section-box {
    padding: 35px;
}

.finding-section-main {
    padding-bottom: 100px;
    gap: 30px;
}

/* -------- */

.services-box {
    padding: 40px;
}

h2.services-box-heading {
    margin-bottom: 30px;
}

.services-section , section.slider-section-main{
    padding-top: 80px;
    padding-bottom: 80px;
}

.services-box-text {
    padding-bottom: 35px;
}

.slider-button {
    padding-top: 30px;
}

}


@media screen and (max-width:576px){
.banner-section-main {
    height: 450px;
}

h1.main-heading {
    font-size: 35px;
    margin-bottom: 35px;
}

h2 {
    font-size: 30px;
}

h3{
    font-size: 25px;
}

h4, .slider-inner-content-main .slide-top-content h4 {
    font-size: 23px;
}

h5{
    font-size: 20px;

}

h6{
    font-size: 18px;
}

.slide-bottom-content h6, h6{
    font-size:20px ;
}

p, .slide-bottom-content p {
    font-size: 17px;
}

.review-side {
    max-width: 100%;

}

section.main-section.main-section-top2 .button-all {
    width: 100%;
    text-align: center;
}

.wel-side-heading {
    margin-bottom: 15px;
}

.help-content-side p {
    font-size: 19px;
}

.empty-div {
    height: 80px;
}

.button-all {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
}

.finding-section-box {
    padding: 30px;
}

.finding-section-main {
    padding-bottom: 80px;
    gap: 24px;
}

/* ------- */

.services-section, section.slider-section-main {
    padding-top: 60px;
    padding-bottom: 60px;
}

.services-box {
    padding: 30px;
}

h2.services-box-heading {
    margin-bottom: 20px;
}

.services-box-text {
    padding-bottom: 30px;
}

/* slider */

.slide-bottom-content {
    padding: 20px;
}

.slide-top-content {
    padding: 20px;

}

.slider-button {
    padding-top: 20px;
}
/* 01-12-2025 new chages css start */
.slide-top-inner {
    height: 200px;
}
.slide-bottom-content {
    height: 100px;
}
/* 01-12-2025 new chages css End */
}

@media screen and (max-width:480px){
.banner-section-main {
    height: 400px;
}

h1.main-heading {
    font-size: 30px;
    margin-bottom: 30px;
}

.banner-btn-main {
    gap: 15px;
    flex-direction: column;
    width: 100%;
}

.banner-btn-main .button-all {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

h2 {
    font-size: 25px;
}

h3{
    font-size: 22px;
}

h4 ,.slider-inner-content-main .slide-top-content h4{
    font-size: 20px;
}

h5{
    font-size: 19px;

}

h6{
    font-size: 18px;
}

.slide-bottom-content h6, h6{
    font-size:18px ;
}

p , .slide-bottom-content p{
    font-size: 16px;
}

.help-content-side p {
    font-size: 18px;
}

.review-side {
    padding: 30px 20px;
}

.empty-div {
    height: 60px;
}

.finding-section-box {
    padding: 25px;
}

.finding-section-main {
    padding-bottom: 70px;
    gap: 20px;
}

/* ------ */

.services-section , section.slider-section-main{
    padding-top: 40px;
    padding-bottom: 40px;
}

.services-box {
    padding: 25px;
}

h2.services-box-heading {
    margin-bottom: 15px;
}

.services-box-text {
    padding-bottom: 20px;
}

.finding-section-btn-min {
    flex-direction: column;
}

}