/*============== 
  TV Screens 
================*/
@media(min-width: 1441px) {

  /* styling hero section */
  #hero {
    .hero-section {
      .info {
        flex: 1;
      }

      .image {
        flex: 1;
      }
    }
  }

  /* styling services section */
  #services {
    .cards {
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;

      .card {
        max-height: 400px;
      }
    }
  }

  /* styling testimonial section */
  .swiper {
    height: 700px !important;
  }

  /* styling mission section */
  #mession {
    .content {
      gap: 50px;

      .info {
        flex: 1;

      }

      .image {
        flex: 1;
        padding-inline-end: 100px;

        &::after {
          right: -100px;
          width: 300px;
          height: 100%;
        }

        .doc-image {
          width: 650px;
          height: 450px;
        }
      }
    }
  }

  /* styling vision section */
  #vision {
    .content {
      gap: 10px;

      .info {
        flex: 1;
      }

      .image {
        flex: 1;
        padding-inline-start: 150px;

        &::after {
          left: -100px;
          width: 200px;
          height: 100%;
        }

        .doc-image {
          width: 650px;
          height: 450px;
        }
      }
    }
  }

  /* styling core values section */
  #core-values {
    padding-block: 50px;

    .content {
      gap: 50px;

      .values {
          min-height: 600px;
        flex: 1;

        .values-cards {
          padding-bottom: 100px;

          .row-one,
          .row-two {
            gap: 30px;

            .card {
              padding: 35px 60px;

              .icon {
                margin-bottom: 30px;
              }

              .title {
                font-size: 30px;
              }
            }
          }

          .row-two {
            bottom: 40px;
          }
        }
      }

      .image {
        flex: 1;
        max-width: 700px;

        img {
          width: 100%;
        }
      }
    }
  }
}

/*============== 
  Extra Large 
================*/
@media(max-width: 1440px) {
  /*  */
}

/*============== 
     Large 
================*/
@media(max-width: 1280px) {

  /* styling mession section */
  #mession {
    .content {
      .info {
        width: 50%;

        button {
          margin-top: 50px;
        }
      }

      .image {
        width: 50%;
        padding-inline-end: 40px;

        &::after {
          width: 70px;
          height: 100%;
        }

        .doc-image {
          width: 100%;
          height: 100%;
          max-width: 550px;
          max-height: 350px;

        }
      }
    }
  }

  /* styling vision section */
  #vision {
    .content {
      .info {
        button {
          margin-top: 50px;
        }
      }

      .image {
        padding-inline-start: 40px;

        &::after {
          width: 70px;
          height: 100%;
        }

        .doc-image {
          width: 100%;
          height: 100%;
          max-width: 550px;
          max-height: 350px;
        }
      }
    }
  }

  /* styling core values section */
  #core-values {
    padding-block: 30px;

    .content {
      .values {
        .values-cards {
          padding-bottom: 50px;

          .row-two {
            position: relative;
          }
        }
      }
    }
  }
}

/*============== 
     Medium 
================*/
@media(max-width: 1025px) {

  /* styling hero section */
  #hero {
    padding-top: 40px;

    &::after,
    &::before {
      display: none;
    }

    .hero-section {
      gap: 50px;

      .image {
        display: none;
      }

      .info {
        margin: 0;
      }
    }
  }

  /* styling mession section */
  #mession {
    .content {
      gap: 30px;

      .info {
        width: 80%;
        text-align: center;

        h4 {
          margin-inline: auto;
          margin-bottom: 10px;
        }

        button {
          margin-top: 50px;
        }
      }

      .image {
        padding-inline-end: 40px;

        &::after {
          width: 70px;
          height: 100%;
        }

        .doc-image {
          width: 100%;
          height: 100%;
          max-width: 650px;
          max-height: 510px;

          img {
            width: 100%;
          }
        }
      }
    }
  }

  /* styling vision section */
  #vision {
    .content {
      gap: 30px;

      .info {
        text-align: center;

        h4 {
          margin-inline: auto;
          margin-bottom: 10px;
        }

        button {
          margin-top: 50px;
        }
      }

      .image {
        padding-inline-start: 40px;

        &::after {
          width: 70px;
          height: 100%;
        }

        .doc-image {
          width: 100%;
          height: 100%;
          max-width: 650px;
          max-height: 510px;
        }
      }
    }
  }

  /* styling core values section */
  #core-values {

    .content {

      .values {
        width: 100%;

        h4 {
          margin: 30px;
        }

        .values-cards {
          padding-bottom: 80px;

          .row-one,
          .row-two {
            justify-content: center;
            flex-wrap: wrap;
          }

          .row-two {
            position: relative;
          }
        }
      }

      .image {
        display: none;
      }
    }
  }

}

/*============== 
    Tablet 
================*/
@media(max-width: 768px) {

  /* styling hero section */
  #hero {
    padding-block: 40px;

    &::after,
    &::before {
      display: none;
    }

    .hero-section {
      text-align: center;
      flex-direction: column;
      gap: 30px;

      .image {
        display: none;
      }

      .info {
        margin: 0;

        .content {
          h4 {
            font-size: 20px;

          }

          .ctm-accordian {
            text-align: start;

            .title {
              font-size: 14px;
            }
          }
        }
      }

      .quote {
        max-width: 450px;
      }
    }
  }

  /* styling self intro section */
  #self-intro {
    padding-block: 100px;

    .content {
      flex-direction: column;
      gap: 30px;

      .ceo {
        .ceo-image {
          min-width: 400px;
          min-height: 420px;
        }

        .ceo-title {
          width: 300px;
        }
      }

      .text {
        text-align: center;

        .para {
          margin: 20px auto;
        }
      }
    }

  }

  /* styling services section */
  #services {
    padding-top: 100px;

    .head {
      justify-content: center;
      flex-direction: column;
      text-align: center;

      .title {
        font-size: 30px;
      }

      .description {
        margin-top: 15px;
        font-size: 16px;
        width: 100%;
        padding-inline: 0px;
      }
    }

    .cards {
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));

    }
  }

  /* styling mission section */
  #mession {
    padding-block: 40px;

    .content {
      flex-direction: column-reverse;
      gap: 40px;

      .info {
        text-align: center;

        h4 {
          margin-inline: auto;
          margin-bottom: 10px;
        }

        button {
          margin-top: 30px;
        }
      }

      .image {
        padding: 0;

        &::after {
          width: 0;
          height: 0;
        }

      }
    }
  }

  /* styling vision section */
  #vision {
    padding-block: 40px;

    .content {
      flex-direction: column;
      gap: 40px;

      .info {
        text-align: center;

        h4 {
          margin-inline: auto;
          margin-bottom: 10px;
        }

        button {
          margin-top: 30px;
        }
      }

      .image {
        padding: 0;

        &::after {
          width: 0;
          height: 0;
        }

        .doc-image {
          width: 100%;
          height: 100%;
          max-width: 650px;
          max-height: 510px;
        }
      }
    }
  }

  /* styling core values section */
  #core-values {
    padding-block: 30px;

    .content {
      gap: 0px;

      .values {
        h4 {
          margin: 30px auto;
        }

        .values-cards {

          .row-one,
          .row-two {
            justify-content: center;
            flex-wrap: wrap;

            .card {

              .icon {
                margin-bottom: 20px;
              }

              .title {}
            }
          }

          .row-two {
            position: relative;
          }
        }
      }

      .image {
        display: none;
      }
    }
  }
}

/*============== 
     Mobile 
================*/
@media(max-width: 576px) {

  /* styling hero section */
  #hero {
    padding-block: 40px;

    &::after,
    &::before {
      display: none;
    }

    .hero-section {
      text-align: center;
      flex-direction: column;
      gap: 30px;

      .image {
        display: none;
      }

      .info {
        min-width: 200px;
        margin: 0;

        .title {
          font-size: 20px;
          line-height: 30px;
        }

        .ctm-accordian {
          text-align: start;
        }
      }
    }
  }

  /* styling self intro section */
  #self-intro {
    padding-block: 100px;

    .content {
      flex-direction: column;
      gap: 0px;

      .ceo {
        margin-bottom: 20px;

        .ceo-image {
          text-align: center;
          width: auto;
          min-height: fit-content;

          img {
            max-width: 250px;
          }
        }

        .ceo-title {
          width: 250px;
          font-size: 20px;
          span {
            margin-bottom: 10px;
          }
        }
      }

      .text {
        text-align: center;

        .para {
          margin: 20px auto;
        }
      }
    }

  }

  /* styling self intro section */
  #self-intro {

    .ceo {
      margin-bottom: 30px;
    }

    .text {
      width: 100%;
    }
  }

  /*  styling testimonial section */
  #testimonial {
    .swiper {
      height: 300px;

      .swiper-button-next,
      .swiper-button-prev {
        max-width: 40px;
        max-height: 40px;
        min-width: 40px;
        min-height: 40px;
        padding: 10px !important;

        &::after {
          font-size: 16px;
        }
      }

      .swiper-button-prev {
        right: 50px !important;
      }
    }
  }

  /* styling mission section */
  #mession {
    padding-block: 30px;

    .content {
      flex-direction: column-reverse;
      gap: 40px;

      .info {
        text-align: center;

        h4 {
          margin-inline: auto;
          margin-bottom: 10px;
        }

        button {
          margin-top: 40px;
        }
      }

      .image {
        width: 100%;
        padding-inline-end: 0;

        &::after {
          width: 0;
          height: 0;
        }

        .doc-image {

          img {
            max-width: 100%;
            max-height: 100%;
          }
        }
      }
    }
  }

  /* styling vision section */
  #vision {
    padding-block: 30px;

    .content {
      flex-direction: column;
      gap: 20px;

      .info {
        text-align: center;

        h4 {
          margin-inline: auto;
          margin-bottom: 10px;
        }

        button {
          margin-top: 40px;
        }
      }

      .image {
        padding: 0;

        &::after {
          width: 0;
          height: 0;
        }

        .doc-image {

          img {
            max-width: 100%;
          }
        }
      }
    }
  }

  /* styling core values section */
  #core-values {
    padding-block: 30px;

    .content {
      gap: 0px;

      .values {
        h4 {
          margin: 0px auto 30px;
        }

        .values-cards {
          padding-bottom: 30px;

          .row-one,
          .row-two {
            justify-content: center;
            flex-wrap: wrap;

            .card {
              width: 100%;

              .icon {
                margin-bottom: 20px;
              }

              .title {
                font-size: 16px;
              }
            }
          }

          .row-two {
            position: relative;
          }
        }
      }

      .image {
        display: none;
      }
    }
  }
}