img{
    max-width: 100%;
}

.header-section{
    padding-top: 4rem;
    padding-bottom: 3rem;
}
h1{
    font-weight: 600;
    font-size: 55px;
    line-height: 1.1818;
    text-align: center;
    color: #0D2541;
    max-width: 973px;
    margin: auto;
}

.header-section h2{
    margin-top: 2rem;
    font-weight: 600;
    font-size: 40px;
    /* line-height: 1.2500; */
    text-align: center;
    color: #D04D22;
    background-color: #FFE7DF94;
    margin-bottom: 0;
    display: inline-block;
    padding: 5px 10px;

}

.header-section p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    max-width: 650px;
    margin: auto;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.home-banner-btn{
    margin-top: 5rem;
    color: #ffffff;
    background-color: #E34D23;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 140px;
    text-decoration: none;
    display: inline-block;
}

.fullmoonbanner{
    margin-top: 10rem;
    position: relative;
}

.homebanner-round1{
    position: absolute;
    top: -63%;
    left: 16%;
    width: 159px;
    max-width: 10%;
    
}

.homebanner-round2{
    position: absolute;
    top: -32%;
    right: 12%;
    width: 159px;
    max-width: 10%;
}

.homebanner-round3{
    position: absolute;
    top: -22%;
    right: 27%;
    width: 84px;
    transform: rotate(0deg);
    max-width:5%;
}
.developer-homebanner{
    position: absolute;
    display: block;
    bottom: 1.5%;
    margin: auto;
    width: 100%;
    overflow: hidden;
    
}

.developer-homebanner img{
    width: 313px;
    display: block;
    margin: auto;
    max-width: 17%;
}


/* who_we_are_section */
.who_we_are_section {
    padding-top: 11rem;
    position: relative;
    padding-bottom: 5rem;
}

.who_we_are_section .common-img{
    max-width: 80%;
    display: block;
    margin: auto;
}
.who_we_are_section h2{
    font-weight: 600;
    font-size: 50px;
    line-height: 1.3000;
    letter-spacing: 0%;
}

.who_we_are_section p{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0%;
}
.clolororange{
    color: #D04D22;
    font-weight: 600;
}
.who_we_are_section .arrow-imgg{
    display: block;
    width: 211px;
    margin-left: auto;
    margin-top: 6rem;
    margin-right: 20%;
    max-width: 40%;
}
.arrow-contant .fa{
    font-size: 5rem;
}

.arrow-contant {
    position: absolute;
    top: 12%;
    right: 18%;
    display: flex;
    gap: 15px;
}

.fill-arrow{
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

 svg {
    display: block;
    stroke: #333;
}

.light-arrow{
    /* background-image: url(/images/index/light-arrow.png); */
    background-size: cover;
    transform: rotate(180deg);
}

.fill-arrow.disabled {
    border: 1px solid #B5B5B5
}

.fill-arrow.disabled svg{
    stroke: #B5B5B5;
}
.dark-arrow{
    /* background-image: url(/images/index/stong-arrow.png); */
    background-size: cover;
}

.color-light{
    color: #B5B5B5;
}

/* why_chase_us */

.why_chase_us{
    padding-block: 6rem;
    background-color: #F8F9FB;
}

.why_chase_us h2{
    font-weight: 600;
    font-size: 50px;
}
.why_chase_us .Choose-bar{
    margin-top: 6rem;

}

.why_chase_us #Choose-tab{
    display: flex;
    justify-content: center;
    border: none;
}

.why_chase_us #Choose-tab .nav-item{
    box-shadow: none;
    padding: 2px 10px;
}
.why_chase_us .choose-nav-link{
    background-color: transparent;
    border: none;
    padding: 7px 18px;
    padding-bottom: 5px;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    background-color: #F5F5F5;

}
.why_chase_us .choose-nav-link img{
    width: 30px;
}

.choose-nav-link.orange.active,.tab-pane.orange{
    border: 1px solid #FF872C;
    background-color: #FFF1E6;
}

.choose-nav-link.green.active,.tab-pane.green{
    border: 1px solid #00CB48;
    background-color: #F2FFF6;
}

.choose-nav-link.ylet.active,.tab-pane.ylet{
    border: 1px solid #8C3DDC;
    background-color: #FCFAFF;
}

.choose-nav-link.yellow.active,.tab-pane.yellow{
    border: 1px solid #E6A823;
    background-color: #FFF9EB;
}

.why_chase_us .Choose-tab-content{
    display: block;
    margin: auto;
    margin-top: 4rem;
    max-width: 1100px;
}
.why_chase_us .tab-pane{
    border-radius: 10px;
    padding-block: 2rem;
    padding-inline: 4rem;
}

.why_chase_us  h3{
margin-top: 1rem;
font-weight: 500;
font-style: Medium;
font-size: 40px;
line-height: 1.6;
color: #000000;
}

.why_chase_us  p{
font-weight: 400;
font-style: 'Regular';
font-size: 20px;
line-height: 1.5;
max-width: 750px;
margin-top: 1rem;
margin-bottom: 2rem;
color: #000000;
}


/* .section-for */

.section-for{
    padding-block: 6rem;
}

.section-for h2{
    font-weight: 500;
    font-size: 38;

}

.section-for p{
    margin-top: 1rem;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    max-width: 350px;
}

.for_centres{
    position: relative;
}
.for_learners{
    position: absolute;
    top: 10%;
    left: 15%;
}
.block_border-btn{
    background-color: #000000;
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 28px;
    display: flex;
    justify-content: space-between;
    padding: 30px 30px;
    align-items: center;

}
.block_border-btn img{
    width: 27px;
    height: 27px !important;
}
/* Ofqual */
.Ofqual{
      background: 
    /* horizontal lines */
    repeating-linear-gradient(to bottom, #C5C5C580 0px, #C5C5C580 1px, transparent 1px, transparent 50px),
    /* vertical lines */
    repeating-linear-gradient(to right, #C5C5C580 0px, #C5C5C580 1px, transparent 1px, transparent 50px),
    /* base color */
     #c1c1c13d; /* Blue background */
    padding-block: 4rem;
}


.Ofqual h2{
font-weight: 600;
font-size: 50px;
line-height: 1;
margin-bottom: 1rem;
}

.Ofqual p{
font-weight: 400;
font-size: 20px;
line-height: 1.5;
max-width: 94%;
}

.contant-box{
    background-color: #ffffff;
    padding: 3rem;
    border: 0.5px solid #D9D9D9;
    position: relative;

}
.contant-arrow {
    width: 84px;
    position: absolute;
    bottom: 29%;
    left: 27%;
    transform: rotate(-20deg);
}

/* Ofqual */
.News_Updates{
    padding-block: 6rem;
}

.News_Updates h2{
    font-weight: 600;
    font-size: 50px;
    line-height: 1.1;

}

.news_slid_content{
    max-width: 254px;
}
.newsletter_slider{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
    margin-top: 4rem;
}
.news_slid_content p{
    margin-top: 1rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.56;
}
.news_slid_content a{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #0088FF;
    text-decoration: none;
}
.news_slid_content a .arrow-slaid {
  display: inline-block;
  transition: transform 0.5s ease; /* smooth movement */
}
.news_slid_content a:hover .arrow-slaid {
  transform: translateX(5px); /* move 5px to the right */
}
.Choose-accodian{
    margin-top: 2rem;
}
.bellow-footer-flex{
    display: flex;
    justify-content: space-between;
}



/* Extra small devices (phones, portrait) */
@media (max-width: 480px) {
  /* styles for very small phones */
}

/* Small devices (phones, landscape) */
@media (max-width: 600px) {
  /* styles for small phones */
}

/* Medium devices (tablets, portrait) */
@media (max-width: 768px) {
.header-section h2{
    margin-top: 1rem;
}
.section-for p{
    max-width: 240px;
}
.News_Updates{
    padding-block: 2rem;
}

.newsletter_slider{
    gap: 2rem;
    margin-top: 2rem;
}

.news_slid_content p {
    margin-block: 0.5rem;
}

.header-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.mob-none{
    display: none;
}
  .fullmoonbanner{
        margin-top: 3rem;
  }
  h1{
    font-size: 24px;
  }
  h2{
    font-size: 22px !important;
  }
  h3{
    font-size: 20px !important;
  }
  p{
    font-size: 14px !important;
    font-weight: 800;
  }
  .home-banner-btn{
    font-size: 14px;
  }
  .homebanner-round1 {
    top: -45%;
    left: 2%;
  }
  .homebanner-round2 {
    top: -45%;
    right: 2%;
  }
  .homebanner-round3{
    display: none;
  }
  .for_learners {
    position: absolute;
    top: 3%;
    left: 9%;
}
.block_border-btn {
    font-size: 17px;
    padding: 15px 15px;
}
.block_border-btn img {
    width: 15px;
    height: 15px !important;
}
.section-for .row{
    row-gap: 40px;
}
.news_slid_content a {
    font-size: 12px;
}

.arrow-contant {
    gap: 10px;
    top: 2%;
    right: 8%;
}
.fill-arrow {
    width: 30px;
    height: 30px;
}
.who_we_are_section{
    padding-top: 3rem;
}
.why_chase_us,.section-for,.Ofqual{
    padding-block: 2rem;
}
.who_we_are_section .arrow-imgg {
    margin-top: 4rem;
    margin-right: 61%;
    max-width: 34%;
    transform: rotate(45deg);
}

.contant-arrow {
    width: 70px;
    bottom: 57%;
    left: 49%;
    transform: rotate(-32deg);
}

.contant-box {
    padding: 2rem;
}

}
@media (min-width: 768px) {
.window-none{
    display: none;
}
}

/* Large devices (tablets, landscape / small laptops) */
@media (max-width: 992px) {
  /* styles for small laptops */
}

/* Extra large devices (desktops) */
@media (max-width: 1200px) {
  /* styles for desktops */
}

/* Ultra wide screens */
@media (max-width: 1400px) {
  /* styles for very large monitors */
}
