img{
  max-width: 100%;
}
.center-banner{
    padding-top: 7rem;
    padding-bottom: 4rem;
}

h1{
    font-weight: 600;
    font-size: 55px;
    line-height: 1.5;
}

.center-banner p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    max-width: 486px;
    margin-top: 1.2rem;
}


/* benefits-sec */

.benefits-sec{
    padding-block: 4rem;
    background-color: #f2f2f2;
}

.benefits-sec h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    max-width: 773px;
    margin: auto;
}

.benefits-sec .hedderparhg{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5x;
    text-align: center;
    max-width: 778px;
    margin: auto;
    margin-top: 2rem;
}

.prataring{
    margin-top: 5rem;
}

.stjjyimg{
    position: sticky;
    height: fit-content;
    top: 200px;
}
/* benefits-sec */

.spagated {
    margin: auto;
    display: flex;
    max-width: 900px;
}

/* Sidebar */


.squre-box{
    width: 42px;
    height: 42px;
    display: flex;
    background-color: #F88A37;
    border-radius: 5px;
}

.dimand-box{
    width: 15px;
    height: 15px;
    display: block;
    background-color: #7F3011;
    margin: auto;
    transform: rotate(45deg);
}

.benift-box-list{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}


.benfit-box{
    background-color: #FFF1E6;
    border: 1px solid #FF872C;
    position: relative;
    padding: 4rem 4rem;
}

.benfit-box img{
    width: 243px;
}

.half-square {
  width: 150px;
  height: 75px;
  background: #f88a3724;
}

.half-circle {
  width: 150px;
  height: 75px; /* half the height */
  background: #f88a3724;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
}

.shdow-box{
    display: flex;
    position: absolute;
    top: 0;
    right: 1.5%;
}

.benfit-box h3{
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0%;
    padding-top: 1.3rem;

}

.benfit-box p{
font-weight: 400;
font-size: 18px;
line-height: 1.5;
margin-top: 1.3rem;

}

/* Content */

/* approved-sec */

.approved-sec{
    padding-block: 4rem;
}

.approved-sec h2{
font-weight: 600;
font-size: 40px;
line-height: 1.2;
max-width: 570px;
} 

.approved-sec p{
    margin-top: 1.5rem;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}

/* approved-sec */

/* partner-sec */

.partner-sec{
    padding-block: 4rem;
    background-color: #f2f2f2;
}

.partner-sec h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    max-width: 550px;
    margin-inline: auto;
}

.partner-sec ul{
    list-style: none;
}


/* Sidebar */

.main-section{
  padding-block: 4rem;
}

.sidebar {
  min-width: 380px;
  padding: 20px;
  position: sticky;
  top: 200px;
  height: fit-content;
  border-right: 1px solid #CACACA
}

.spagated h3{
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0%;
  margin-bottom: 1.5rem;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  margin: 0px 0;
  border-bottom: none;
}

.sidebar ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #959595;
  transition: background 0.3s;
  text-decoration: none;
  padding-block: .5rem;
  display: block;
  padding-left: 1rem;
}




.sidebar ul li a:hover,
.sidebar ul li a.active {
  color: #ff6600;
  box-shadow: -9px 0 0px -1px #FE6A2C;
  background: linear-gradient(205deg, #F8F9FB 0%, #FFF1E6 100%);
}

/* Content */
.content {
  margin-left: 60px;
}

.content section {
    background: linear-gradient(205deg, #F8F9FB 0%, #EEEEEE 100%);
    padding: 28px 110px 28px 33px;
    display: inline-block;
    margin-bottom: 3rem;
}

.content section.active{
  background: linear-gradient(-79deg, #F8F9FB 0%, #FFF1E6 100%);
}

.content section.active h3{
  color: #E34D23;

}
.content section h3{
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}


.content section p{
  max-width: 351px;
}

.sec-qulavifigation{
    background-color: #f2f2f22e;
    padding-block: 4rem;
}

.sec-qulavifigation h2{
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  max-width: 516px;
  margin-inline: auto;
}


/* partner-sec */


/* why_chase_us */

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

.why_chase_us h2{
    font-weight: 600;
    font-size: 40px;
}

.why_chase_us .tailelep{
    font-family: Graphik;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-inline: auto;
    margin-top: 1rem;
    max-width: 691px;
}
.why_chase_us .Choose-bar{
    margin-top: 3rem;

}

.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;
}

.orangecolor{
  color: #FF3535;
}

.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;
}


/* why_chase_us */


/* support-sec */
.support-sec {
  padding-block: 4rem;
}
.support-sec  h2{
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  margin-bottom: .8rem;
}

.support-sec .titelep{
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  max-width: 325px;
  margin: auto;
  margin-bottom: 2rem;
}

.suppoert-banner{
  max-width: 350px;
  display: block;
  margin: auto;
}

.suppourt-accadian-btn {
      width: 100%;
    justify-content: space-between;
    display: flex;
    border: none;
    background: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #FF7D51;

}

.suppourt-accadian-btn.collapsed{
  color: #000000;
}

.suppourt-accadian-btn.collapsed svg{
  transform: rotate(0deg);
  stroke: black;
}

.suppourt-accadian-btn svg{
  transform: rotate(90deg);
  transition: transform 1s ease;
  stroke: #E1724F;
}

.suppourt-accordion-item {
      padding-block: 1rem;
      border-bottom: 0.3px solid #0000003d;
      transition: transform 0.3s ease;
}


.support-acc p{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  max-width: 278px;
  padding-left: 1rem;
}


.suppourt-accordion-item:has(.suppourt-accadian-btn:not(.collapsed)) {
  border-bottom: 1px solid transparent; /* thickness */
  border-image: linear-gradient(to right, #FF7D51 40%, #0000003d 40%) 1;
}

/* support-sec */


/* jpin-network */
.jpin-network{
    background-image: url(/images/aboutus/bacgroud-cta-scroll.png);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    padding-block: 10rem;
    text-align: center;
    position: relative;
}

.jpin-network h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    color: #ffffff;
}

.jpin-network p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 2rem;
    margin-inline: auto;
    color: #ffffff;
}

.jpin-network .fist{
    max-width: 700px;
}

.jpin-network .second{
    max-width: 640px;
}
.orange-btn{
    border: 1px solid #E34D23;
    background: #E34D23;
    padding: 10px 20px;
    border-radius: 140px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    margin-top: 1rem;
    transition: background-color 1s ease;
    transition: border 1s ease;

}

.transprant-btn{
    border: 1px solid #ffffff;
    background: transparent;
    padding: 10px 20px;
    border-radius: 140px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    margin-top: 1rem;
    transition: background-color 1s ease;
}

.orange-btn:hover{
    border: 1px solid #ffffff;
    background: transparent;

}

.transprant-btn:hover{
    border: 1px solid #E34D23;
    background: #E34D23;
}
.ctnbuttondubble{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.exlamaty{
    background-image: url(/images/aboutus/exlamtry-dots.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 59%;
    right: 95%;
}

.blue-spring{
    background-image: url('/images/aboutus/blue-scril.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    max-width: 6%;
}

.leftspring{
    width: 85px;
    height: 85px;
    bottom: 59%;
    right: 75%;
}

.rightsring{
    width: 68px;
    height: 68px;
    top: 59%;
    left: 80%;
}
.contactnumber{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 1.5rem;
}
.contavt-cta-btn{
    text-decoration: none;
    color: #ffffff;
    background-color: #0B295780;
    border: 1px solid #12397580;
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    margin-right: 0.5rem;
}

.contavt-cta-btn img{
    width: 27px;
    margin-right: .7rem;
}

.phone-buton-cta{
  text-decoration: none;
}

/* jpin-network */

/* enquiry-sec */
/* enquiry-sec */
.enquiry-sec{
  padding-block: 4rem;
  background-color: #F8F9FB;
}

.enquiry-sec h2{
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  max-width: 860px;
  margin-inline: auto;
  padding-bottom: 1rem;
}

.enquiry-sec p{
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  max-width: 753px;
  margin: auto;
}


.form-row{
  margin-top: 3rem;
  background-color: #ffffff;
  border-radius: 10px;
  padding-block: 4rem;
  padding-inline: 5rem;
}

.form-lable{
  margin-bottom: .5rem;
  font-weight: 400;
  font-size: 16px;
}

.form-blok {
    padding-block: 1rem;
    padding-inline: 2rem;
}

.form-input{
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding-block: .9rem;
  padding-inline: 1rem;
  background-color: transparent;
}

.form-input::placeholder{
  color: #BBBBBB;
}

.orange-btn {
    border: 1px solid #E34D23;
    background: #E34D23;
    padding: 10px 20px;
    border-radius: 140px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    margin-top: 1rem;
    transition: background-color 1s 
ease;
    transition: border 1s 
ease;
}

.form-blok-arrow{
  position: relative;
}

.form-blok-img{
    position: absolute;
    width: 84px;
    transform: rotate(-17deg);
    bottom: 21%;
    right: 31%;
}


.course-table th {
  background-color: #FFFBB7; /* light yellow like screenshot */
  font-weight: 400;
  vertical-align: middle;
}

.course-table td.bg-info {
  background-color: #CEEBFF !important; /* light blue for course title */
  max-width: 120px !important;
  padding-block: 2rem;
}

.course-table th{
  max-width: 110px !important;
  text-align: left;

}

.course-table td, 
.course-table th {
  border: 1px solid #000000;
  padding: 12px;
}


/* enquiry-sec */

/* note-sec */

.fw-blod{
  font-weight:600;
}

.note-sec{
  padding-block: 4rem;
}
.note-box{
  background-color: #F8F9FB;
  max-width: 1196px;
  margin-inline: auto;
  padding: 2rem 4rem;
}
.note-sec h2{
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 1rem;
}

.note-sec ul{
  padding-left: 0;   /* space from left */
}

.note-sec ul li{
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}
/* note-se */

/* .sec-faq */

.sec-faq{
  padding-block: 4rem;
}
.sec-faq .titeleh2{
font-weight: 600;
font-size: 40px;
text-align: center;
margin-bottom: 3rem;

}

.faq-accadian-btn {
      width: 100%;
    justify-content: space-between;
    display: flex;
    border: none;
    background: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #FF7D51;
    transition: all 0.3s ease;
}

.faq-accadian-btn.collapsed{
  color: #000000;
}

.faq-accordion-item {
      padding-top: 2rem;
      padding-bottom: 1.5rem;
      border-bottom: 0.3px solid #0000003d;
      transition: transform 0.3s ease;
}


.faq-acc p{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  max-width: 768px;
  padding-left: 1rem;
}


    .symbol {
      position: relative;
      width: 16px;
      height: 16px;
      margin-inline: 30px;
      cursor: pointer;
    }

    /* Horizontal bar */
    .symbol::before,
    .symbol::after {
      content: "";
      position: absolute;
      transition: all 0.4s ease;
      background: #000000;
      transition: all 0.3s ease;
    }

    .faq-accadian-btn .symbol::before{
      background-color: #F56A3C;
    }

    .faq-accadian-btn.collapsed .symbol::before{
      background-color: #000000;
    }

    .symbol::before {
      top: 50%;
      left: 0;
      width: 100%;
      height: 2.2px;
      transform: translateY(-50%);
      border-radius: 3px;
    }

    /* Vertical bar */
    .symbol::after {
      top: 0;
      left: 50%;
      width: 2.2px;
      height: 100%;
      transform: translateX(-50%);
      border-radius: 3px;
    }

    /* On hover → rotate and hide vertical bar */
    .faq-accadian-btn.collapsed .symbol::after {
      opacity: 1;
      transform: translateX(-50%) rotate(0deg);
    }

    /* When expanded → hide vertical bar (minus) */
    .faq-accadian-btn:not(.collapsed) .symbol::after {
      opacity: 0;
      transform: translateX(-50%) rotate(90deg);
    }


@media (max-width: 768px) {
    img{
    max-width: 100% !important;
}
section{
    text-align: center;
}

.center-banner,.benefits-sec,.approved-sec,.sec-qulavifigation,.note-sec{
  padding-block: 2rem;
}

.main-section{
  padding-bottom: 0;
}
.content {
    margin-left: 0;
}

.content section{
  padding: 20px 10px;
}

.content section:last-of-type {
  margin-bottom: 10px;
}
.centre-portal{
    padding-top: 1rem;
}
.contant-box{
    padding: 1rem;
}
.accordion-body{
  text-align: left;
}
.form-blok-img {
    width: 42px;
    transform: rotate(-38deg);
    bottom: 55%;
    right: 8%;
}
.form-row {
    margin-top: 0rem;
    padding-block: 2rem;
    padding-inline: 0rem;
    text-align: left;
}

.spagated h3 {
      margin-bottom: .7rem;
}

.suppoert-banner{
  margin-top: 1rem;
}

.mob-none{
    display: none;
}
  .fullmoonbanner{
        margin-top: 3rem;
        margin: 0;
  }
.catcular-img{
    padding: 1.5rem;
    margin-top: 1rem;
}
h1{
    font-size: 24px;
    text-align: center;
  }

  .center-banner p {
    margin-top: 0;
  }
.scroll {
    top: 32%;
    right: 6%;
    width: 28px;
}
.bottom-star {
    top: 59%;
    right: 12%;
}
.top-star {
    top: 32%;
    left: 9%;
}
.star-img {
    width: 40px;
    position: absolute;
}

.stjjyimg{
  position: relative;
  top: 0;
}

.benfit-box ul li{
    text-align: left;
}
  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: 5px;
    top: 4%;
}
.fill-arrow {
    width: 30px;
    height: 30px;
}
.who_we_are_section{
        padding-top: 4rem;
}
.why_chase_us,.section-for,.Ofqual{
    padding-block: 2rem;
}
.who_we_are_section .arrow-imgg {
    margin-top: 4rem;
    margin-right: 61%;
    max-width: 34% !important;
    transform: rotate(45deg);
}

.vision-mission p{
    margin: auto;
}

.jpin-network{
    padding-block: 6rem;
    background-size: cover;
}
.exlamaty {
    width: 23px;
    height: 25px;
    bottom: 59%;
    right: 95%;
}

.leftspring{
    width: 85px;
    height: 85px;
    bottom: 52%;
    right: 81%;
}

.rightsring{
    width: 68px;
    height: 68px;
    top: 18%;
    left: 81%;
}
.contactnumber{
    gap: .5rem;
}

.prataring {
    margin-top: 2rem;
}
.half-square {
    width: 100px;
    height: 45px;
}
.half-circle {
    width: 100px;
    height: 45px;
}
.benfit-box {
    padding: 3rem 2rem;
}

.benift-box-list {
    gap: 3rem;
}
.five .d-flex{
    flex-wrap: wrap;
    row-gap: 1rem;
}
.five img {
    max-width: 300px;
    margin-top: 0px;
    height: auto !important;
}

.we-help-sec .hedder-box{
    justify-content: left !important;
    width: 100%;
}

.qc-form .form-group{
    text-align: left;
}
.qc-form label{
    margin-bottom: 0;
}

.qc-form input {
    text-align: left;
    max-width: 100%;
}
.orange-btn{
    margin-top: 0;
}
.qc-form-row{
    row-gap: 2rem;
}

.squre-box {
    margin-top: -60px;
    margin-inline: auto;
}

  .course-table thead {
    display: none; /* hide table header on mobile */
  }

  .course-table, 
  .course-table tbody, 
  .course-table tr, 
  .course-table td {
    display: block;
    width: 100%;
  }

  .course-table tr {
    margin-bottom: 1.5rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 10px;
  }

  .course-table td {
    text-align: left;
    position: relative;
  }

  
.course-table td.bg-info {
    max-width: 100% !important;
}

  .course-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: 600;
    white-space: nowrap;
  }

  .note-box{
    padding: 10px 10px;
    text-align: left;
  }

  .sec-faq .titeleh2{
    margin-bottom: 1rem;
  }
  .faq-acc .faq-accadian-btn{
    text-align: left;
  }
  .symbol{
    display: none;
  }

}
@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 */
}


