/* <!-- ============================ about us Hero Section ================================ --> */

.about-us__hero
{
    padding:100px 0 ;
    background-image:url(../assets/about-us-page/about-us-hero-banner.png) ;
    background-image:url(../assets/About-us-new/about-us-banner-1.png) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.about-us__hero::before
{
    position: absolute;
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    /* background:   linear-gradient(
    90deg,
    rgba(253, 253, 253, 0.453) 0%,
    rgba(248, 248, 248, 0.458) 30%,
    rgba(255, 255, 255, 0.303) 55%,
    rgba(249, 247, 247, 0) 75%
  ); */
background:linear-gradient(90deg, rgba(255, 255, 255, 0.834),rgba(255, 255, 255, 0.593),
rgba(255, 255, 255, 0) ,transparent);
}
.about-us__hero > *
{
    position: relative;
    z-index: 2;
}
.about-us__hero--content
{
    max-width: 60%;
}
.about-us__hero--content h1
{
    font-size: 46px;
    font-weight: 600;
    line-height: 1.2;
    margin: 20px 0;
}
.about-us__hero--content p{
    margin-bottom: 30px;
}



/* <!-- ============================ about us  who we are Section ================================ --> */
.about-us__who--we--are
{
    padding: 70px 0;
}
.who-we-are--top-content
{
    width: 81%;
    margin: 0 auto;
    text-align: center;
}
.who-we-are--top-content h2{
        font-size: 48px;
    font-weight: 600;
    margin: 0 auto 20px;
}
.who-we-are--top-content p{
    margin-bottom: 10px;
    padding: 0 40px;
}
.who-we-are--image-wrap
{
margin-top: 40px;
border-radius: 20px ;
overflow: hidden;
}


/* <!-- ============================ about us   Philosophy ================================ --> */
.about-us__philosophy
{
    padding: 70px 0;
}
.systems__container.philosophy-container
{
    /* background-image: url(../assets/about-us-page/philosophy-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    min-height: 650px; */
    
}
.philosophy-layout
{
    display: flex;
    padding: 40px 40px;
        /* background-image: url(../assets/about-us-page/philosophy-bg.png); */
        background-image:url(../assets/About-us-new/philosophy-bg.png) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    min-height: 650px;

}
.philosophy__head-block,
.philosophy-points-block
{
    flex: 1;
}
.philosophy__head-block
{
padding-right: 32px;
}
.philosophy-points-block
{
    display:grid;
    grid-template-columns: repeat(2,1fr);
    gap:20px;
    height: max-content;
    margin: auto;
}
.philosophy-points
{
    /* border: 1px solid gray; */
    border-radius: 12px;
    padding: 16px 20px;
    transition: 0.3s ease;
    position: relative;
    
}
.philosophy-points:nth-child(odd)::after
{
position: absolute;
content: "";
width: 1px;
height: 110%;
background-color: rgb(201, 199, 199);
top: 0;
right: 0px;
}
.philosophy-points::before
{
position: absolute;
    content: "";
    width: 108%;
    height: 1px;
    background-color: rgb(201, 199, 199);
    bottom: -10px;
    left: 0px;
}
.philosophy-points:nth-last-child(1)::before,
.philosophy-points:nth-last-child(2)::before
{
    display: none;
}
/* .philosophy-points:hover{
    transform: translateY(-4px);
 
} */
.philosophy__head-block h2{
    font-size: 42px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
}
.philosophy-points h3{
        font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}
.philosophy-points p{
    font-size: 14px;
}

/* <!-- ==============================   Why Choose Us  Section ======================================= --> */

.about-us__why-chose-us
{
    padding: 70px 0;
}

.why-choose-us__head-wrap h2
{
        font-size: 42px;
    line-height: 1.1;
    font-weight: 600;
    margin: 16px 0px 20px;
}
.why-choose-us__content-wrap
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: 30px;
    padding-top:30px;
    
}
.why-choose-us__points-wrap
{
    padding: 20px 16px;
    /* border: 1px solid rgb(201, 199, 199); */
    border: 1px solid rgb(221 221 221);
    border-radius: 20px;
        background: linear-gradient(45deg, #d8d6d3, #e3e2e0);
            background: linear-gradient(45deg, #dbe5ed75, #cacac85c);
        transition: 0.3s ease;
}
.why-choose-us__points-wrap:hover{
    transform: translateY(-4px);
}
.why-choose-icon
{
        width: 64px;
    height: 64px;
    border: 0.5px solid gray;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 16px;
}
.why-choose-icon img
{
    width:40px;
}
.why-choose-us__points-wrap h3
{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}
.why-choose-us__image-wrap
{
    border-radius: 20px;
    overflow: hidden;

}
.why-choose-us__image-wrap img
{
    transition: 0.3s ease;
    height: 100%;
}
.why-choose-us__image-wrap:hover img
{
    scale: 1.05;
}

/* <!-- ==============================  about us CTA Section ======================================= --> */
.about-us__final-cta
{
    padding: 70px 0;
}
.about-us__final-cta .about-us__cta-image
{
    border-radius: 20px;
    overflow: hidden;
    width: 75%;
    margin: 0 auto;
    margin-bottom:-80px;
    position: relative;
    z-index: 1;
        border: 10px solid white;
   
}
.about-us__cta-content
{
    
    background-color: rgb(224 223 222);
    background: linear-gradient(#e5e9ef, #f3f3f3);

    padding: 120px 20px 40px;
    border-radius: 20px;
   
    position: relative;
    text-align: center;
}
.about-us__cta-content h2
{
    font-size: 42px;
    line-height: 1.1;
    font-weight: 600;

    max-width: 70%;
    margin: 0 auto 20px;
}
.about-us__cta-content p
{
    max-width: 55%;
    margin: 0 auto 30px;
}

/* ==========================================================================
   ABOUT US PAGE — RESPONSIVE (desktop ≥1200px unchanged)
   ========================================================================== */

@media (max-width: 1199px) {
  .about-us__hero {
    padding: 80px 0;
  }

  .about-us__hero--content {
    max-width: 70%;
  }

  .about-us__hero--content h1 {
    font-size: clamp(36px, 4vw, 44px);
  }

  .about-us__who--we--are,
  .about-us__philosophy,
  .about-us__why-chose-us,
  .about-us__final-cta {
    padding: 56px 0;
  }

  .who-we-are--top-content {
    width: 90%;
  }

  .who-we-are--top-content h2,
  .philosophy__head-block h2,
  .why-choose-us__head-wrap h2,
  .about-us__cta-content h2 {
    font-size: clamp(36px, 4vw, 42px);
  }

  .philosophy-layout {
    min-height: 560px;
    padding: 32px;
  }

  .why-choose-us__content-wrap {
    gap: 16px;
  }
}

@media (max-width: 991px) {
  .about-us__hero {
    padding: 72px 0 56px;
    background-position: unset;
  }

  .about-us__hero--content {
    max-width: none;
  }

  .about-us__hero--content h1,
  .about-us__hero--content h1.section-title {
    font-size: clamp(30px, 5vw, 40px);
    margin: 16px 0 20px;
    line-height: 1.2;
  }

  .about-us__hero--content p {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 24px;
  }

  .about-us__hero--content .hero__btn {
    width: 100%;
    max-width: 360px;
  }

  .section-title,
  .who-we-are--top-content h2,
  .philosophy__head-block h2,
  .why-choose-us__head-wrap h2,
  .about-us__cta-content h2 {
    font-size: clamp(30px, 4vw, 40px);
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .about-us__who--we--are,
  .about-us__philosophy,
  .about-us__why-chose-us,
  .about-us__final-cta {
    padding: 48px 0;
  }

  .who-we-are--top-content {
    width: 100%;
    text-align: left;
  }

  .who-we-are--top-content h2 {
    margin: 0 0 16px;
  }

  .who-we-are--top-content p {
    padding: 0;
    font-size: 15px;
    line-height: 1.65;
  }

  .who-we-are--image-wrap {
    margin-top: 28px;
    border-radius: 16px;
  }

  .who-we-are--image-wrap img {
    width: 100%;
    display: block;
  }

  .philosophy-layout {
    flex-direction: column;
    padding: 28px 20px;
    min-height: 0;
    gap: 28px;
    background-position: unset;
    border-radius: 16px;
  }

  .philosophy__head-block {
    padding-right: 0;
  }

  .philosophy__head-block h2 {
    margin-bottom: 14px;
  }

  .philosophy-points-block {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
  }

  .philosophy-points {
    padding: 18px 0;
  }

  .philosophy-points:nth-child(odd)::after {
    display: none;
  }

  .philosophy-points::before {
    width: 100%;
    bottom: 0;
  }

  .philosophy-points:nth-last-child(1)::before {
    display: none;
  }

  .philosophy-points:nth-last-child(2)::before {
    display: block;
  }

  .why-choose-us__head-wrap {
    text-align: left;
  }

  .why-choose-us__content-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
    padding-top: 0;
  }

  .why-choose-us__points-wrap {
    padding: 18px 14px;
    border-radius: 14px;
  }

  .why-choose-us__image-wrap {
    border-radius: 14px;
  }

  .why-choose-us__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about-us__final-cta .about-us__cta-image {
    width: 90%;
    margin-bottom: -48px;
    border-width: 6px;
  }

  .about-us__cta-content {
    padding: 80px 20px 32px;
    border-radius: 16px;
    text-align: left;
  }

  .about-us__cta-content h2 {
    max-width: none;
    margin: 0 0 16px;
  }

  .about-us__cta-content p {
    max-width: none;
    margin: 0 0 24px;
    font-size: 15px;
  }

  .about-us__cta-content .hero__btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about-us__hero {
    padding: 64px 0 48px;
  }

  .about-us__hero--content h1,
  .about-us__hero--content h1.section-title {
    font-size: 34px;
    line-height: 1.25;
  }

  .systems__eyebrow {
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  .about-us__hero--content p {
    font-size: 14px;
  }

  .section-title,
  .who-we-are--top-content h2,
  .philosophy__head-block h2,
  .why-choose-us__head-wrap h2,
  .about-us__cta-content h2 {
    font-size: 28px;
    line-height: 1.25;
  }

  .about-us__who--we--are,
  .about-us__philosophy,
  .about-us__why-chose-us,
  .about-us__final-cta {
    padding: 40px 0;
  }

  .who-we-are--top-content p {
    font-size: 14px;
  }

  .who-we-are--image-wrap {
    border-radius: 14px;
  }

  .philosophy-layout {
    padding: 24px 16px;
    border-radius: 14px;
  }

  .philosophy-points h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .philosophy-points p {
    font-size: 13px;
  }

  .why-choose-us__content-wrap {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .why-choose-icon {
    width: 52px;
    height: 52px;
  }

  .why-choose-icon img {
    width: 32px;
  }

  .why-choose-us__points-wrap h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .why-choose-us__points-wrap p {
    font-size: 14px;
  }

  .about-us__final-cta .about-us__cta-image {
    width: 100%;
    margin-bottom: -40px;
    border-width: 4px;
    border-radius: 14px;
  }

  .about-us__cta-content {
    padding: 64px 16px 28px;
  }

  .about-us__cta-content p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .about-us__hero {
    padding: 56px 0 40px;
  }

  .about-us__hero--content h1,
  .about-us__hero--content h1.section-title {
    font-size: 34px;
  }

  .section-title,
  .who-we-are--top-content h2,
  .philosophy__head-block h2,
  .why-choose-us__head-wrap h2,
  .about-us__cta-content h2 {
    font-size: 24px;
  }

  .about-us__who--we--are,
  .about-us__philosophy,
  .about-us__why-chose-us,
  .about-us__final-cta {
    padding: 32px 0;
  }

  .philosophy-layout {
    padding: 20px 14px;
    background: #eeeeec;
  }

  .about-us__cta-content .hero__btn {
    height: 48px;
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .about-us__hero--content h1,
  .about-us__hero--content h1.section-title {
    font-size: 30px;
  }

  .section-title,
  .who-we-are--top-content h2,
  .philosophy__head-block h2,
  .why-choose-us__head-wrap h2,
  .about-us__cta-content h2 {
    font-size: 24px;
  }

  .why-choose-us__points-wrap h3,
  .philosophy-points h3 {
    font-size: 16px;
  }
}