/* about-banner */

.about-banner{
    background-image: var(--blue-bg);;
    background-size: contain;
    padding-top: 4rem;
    position: relative;
}

h1{
    font-weight: 600;
    font-size: 42px;
    line-height: 1.2;
    text-align: center;
    max-width: 620px;
    margin-inline: auto;
    color: #ffffff;
}

.banner-img{
    width: 100%;
    margin-top: 3rem;
}

.banner-logo-2{
    width: 140px;
    position: absolute;
    top: 25%;
    right: 10%;
    max-width: 45%;
}

.banner-logo-1{
    width: 130px;
    position: absolute;
    top: 10%;
    left: 10%;
    max-width: 45%;

}

.tex0color-yellow{
    color: var(--color-sdaisyellow);
}

/* about-banner */




/* how-we-are */

.how-we-are{
    padding-block: 4rem;
}

.how-we-are h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
    margin-inline: auto;
}


.how-we-are h2::after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    background-image: url(/images/chapter2/contact-us/h3vector.png);
    background-size: contain;
    bottom: -19%;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.how-we-are p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;

}


/* sec-vision-mision */
.sec-vision-mision{
    background-color: #F4F7FA;
    padding-block: 4rem;
}

.vb-box img{
    max-width: 100%;
    margin: auto;
    display: block;
    margin: auto;
}

.vision-box img{
    max-width: 404px;
}

.mision-box img{
    max-width: 352px;
}
.vb-box{
    margin-top: 3rem;
    max-width: 1090px;
    box-shadow: 0px 100px 80px 0px #00000005;
    min-height: 300px;
    border: 1px solid #0000000f;
    margin-inline: auto;
    border-radius: 29px;
    background-color: var(--font-white);
    padding: 2rem 2rem;
}

.vb-box h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #E34D22;
}


.vb-box p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.vb-box ul li{
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
    position: relative;
}

.vb-box ul li::after{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image:url(/images/chapter2/home/blue-click.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: -30px;
    top: 8px;
}



/* sec-structure */

.sec-structure{
    padding-block: 6rem;
}

.sec-structure h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    max-width: 600px;
    margin-inline: auto;
    margin-bottom: 2rem;
    color: var(--semy-royal-blue);
    position: relative;
}

.sec-structure h2::after {
    content: "";
    width: 100%;
    height: 18px;
    position: absolute;
    background-image: url(/images/chapter2/aboutus/orange-vector.png);
    background-size: contain;
    top: 101%;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.sec-structure p{
    max-width: 550px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 1rem;

}

.stucture-img{
    max-width: 423px;
    margin: auto;
}

.module-box{
    width: 620px;
    max-width: 100%;
    padding: 2rem 4rem;
    border-radius: 13px;
    box-shadow: 0px 4px 22px 13px #00000010;
    margin-top: 3rem;
}

.module-box h3{
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5;
    color: #161C2D;

}

.module-box li{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}

.ornge-click-list li{
    position: relative;
    margin-top: .5rem;
}
.ornge-click-list{
    list-style: none;
}
.ornge-click-list li::after{
    content: "";
    position: absolute;
    left: -28px;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: var(--orange-click);
    background-size: contain;
    background-repeat: no-repeat;
}

.stiky-contant {
    position: sticky;
    top: 100px;
}

/* sec-structure */


/* sec-list */
.sec-list{
    padding-block: 6rem;
    background-color: var(--Light-grayish-blue);
}

.sec-list h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    max-width: 715px;
    margin-inline: auto;
}

.sec-list p{
    margin-top: 1rem;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    max-width: 650px;
    margin-inline: auto;
}

.sec-list img{
    max-width: 440px;
    display: block;
    margin: auto;
}



.cer-listbox{
    background-color: var(--font-white);
    border-radius: 13px;
    max-width: 540px;
    padding: 2rem 3rem;
    box-shadow: 0px 4px 22px 13px #00000005;
    height: 100%;
    row-gap: 1rem;
}

.sec-list .row{
    margin-top: 3rem;
    row-gap: 2rem;
}

.sec-list h3{
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0%;
}
.sec-list ul li{
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
    position: relative;
}

.sec-list ul li::after{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image:url(/images/chapter2/home/blue-click.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: -30px;
    top: 8px;
}

.sec-list .orange-button {
    max-width: 544px;
    position: relative;
}

.sec-list .orange-button::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 80px;
    top: 0;
    right: -26%;
    background-image: url(/images/chapter2/home/govt-arrow-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-34deg);
}
/* sec-list */

/* sec-excellence */

.sec-excellence{
    padding-block: 4rem;
    text-align: center;
}

.sec-excellence h2{
    font-weight: 600;
    font-size: 40px;
    color: var(--Royal-Blue);
    margin-bottom: 2rem;
}

.sec-excellence p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    max-width: 740px;
    margin-inline: auto;
}

.banner-button{
    margin-top: 3rem;
    position: relative;
}

.sec-excellence a{
    max-width: 544px;
    position: relative;
}

.sec-excellence a::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 80px;
    top: 0;
    right: -26%;
    background-image: url(/images/chapter2/home/govt-arrow-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-34deg);
}

.banner-arrow{
    position: absolute;
    bottom: -69px;
    right: -6px;
    transform: rotate(6deg);
}

.black-arrow{
    position: absolute;
    bottom: -28px;
    right: 17%;
    transform: rotate(-18deg);
}



/* ---------------- MOBILE RESPONSIVE STYLES ---------------- */
@media (max-width: 992px) {
    .margint-250{
    margin: 0;
  }
}
@media (max-width: 768px) {
.sec-structure,.sec-vision-mision,.sec-list,.sec-excellence {
    padding-block: 2rem;
}
    .right-arrow-white{
        margin: auto !important;
    }
    footer{
    text-align: left !important;
}
    footer h3{
        text-align: left;
    }
    footer .footer-p {
        text-align: left;
        max-width: 100%;
    }
.footer-contant{
    text-align: left;
}
    .bg-slaid{
    margin-top: 0;
  }

  h1{
    text-align: center;
    font-size: 22px !important;
  }
  h2, h3 {
    font-size: 20px !important;
    text-align: center;
  }

  .home-section {
    padding-block: 40px;
    min-height: auto;
  }
  section{
    padding-block: 20px;
  }

  .esc-section{
    padding-top: 10px;
  }

  .fantacy-gril {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .glad-cad-conrtant {
    max-width: 100%;
    padding: 0 15px;
  }

  .choose-container-van {
        position: absolute;
        /* margin: 20px auto 0; */
        width: 70%;
        font-size: 10px;
        text-align: center;
        padding: 10px;
        background-color: #000000c7;
        border-radius: 10px;
  }

  .contact-section {
    min-height: auto;
    padding: 40px 15px;
  }

  .contact-form {
    max-width: 100%;
  }

  .faq-section .content {
    padding: 0 15px;
    text-align: center;
  }

  .faq-section .content p,
  .faq-section .content input {
    max-width: 100%;
    width: 100% !important;
  }

  .input-black-btn {
    padding: 0;
    margin-top: 10px;
  }

  .input-black-btn input {
    width: 100%;
    font-size: 18px;
    padding: 10px;
    text-align: center;
  }

  .x-mark {
    right: 5px;
    top: 10px;
    transform: none;
  }

  .aligning-section .contant {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .aligning-section ul li {
    font-size: 16px;
    padding-left: 24px;
  }

  .flex-img {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 10px;
  }


.img-elemets{
  padding: 0;
}

  .requsti-btn-banner {
    font-size: 18px;
    padding: 15px;
    border-radius: 5px;
  }

  .homeround {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    padding: 4%;
  }
  .contact-section .container,.contact-section .contact-form{
    padding: 0;
  }
  .faq-section h3 button{
    
  }
  .faq-section p{
    font-size: 16px;
  }
.get-in-touch h2::after {
    content: "";
    width: 183px;
    height: 8px;
    position: absolute;
    background-image: url(/images/chapter2/contact-us/h3vector.png);
    background-size: contain;
    left: 22%;
    bottom: -19%;
}

.banner-logo-1{
    display: none;
}

.banner-logo-2{
    display: none;
}

.gt-box p {
    text-align: left;
}

.gt-box{
    padding-bottom: 2rem;
}

.cer-wite-box {
    padding: 2rem 1rem;
    text-align: left;
}

.gt-box a {
    text-align: left;
}
.supoter-img {
    margin-top: 0rem;
}
  .module-box{
    padding: 1rem .9rem;
  }

}

/* ---------------- TABLET RESPONSIVE STYLES ---------------- */
@media (min-width: 769px) and (max-width: 1024px) {
  h1, h2, h3 {
    font-size: 26px;
    font-weight: 600 !important;
  }


  .fantacy-gril {
    max-width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
  }

  .glad-cad-conrtant {
    padding: 0 30px;
    text-align: center;
  }

  .choose-container-van {
    position: static;
    margin: 30px auto;
    width: 90%;
    text-align: center;
  }

  .faq-section .content {
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
  }

  .faq-section .content p,
  .faq-section .content input {
    width: 100%;
    max-width: 600px;
    font-size: 18px;
  }

  .input-black-btn {
    align-items: center;
    padding: 0;
  }

  .input-black-btn input {
    width: 100%;
    max-width: 600px;
    text-align: center;
  }

  .contact-section {
    padding: 60px 30px;
  }

  .contact-form {
    max-width: 90%;
    margin: 0 auto;
  }

  .flex-img {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .blaack-btn{
    height: 100%;
  }


  .requsti-btn-banner {
    font-size: 22px;
    padding: 15px 25px;
  }

  .homeround {
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    padding: 6%;
  }


}
