/*==============================================================
Large Devices
==============================================================*/

@media (max-width: 1399.98px) {
  .testimonial-area {
    padding: 80px 60px;
  }

  .why-card {
    width: 380px;
    left: -80px;
  }

  .testimonial-content {
    margin-left: 220px;
  }
}

@media (max-width: 1199px) {
  .navbar-nav {
    gap: 24px;
  }

  .testimonial-area {
    padding: 70px 50px;
  }

  .why-card {
    width: 340px;
    left: -50px;
    padding: 40px;
  }

  .testimonial-content {
    margin-left: 170px;
  }
}

/*==============================================================
Tablet
==============================================================*/

@media (max-width: 991px) {
  .featured-header {
    padding: 0 30px;

    margin-bottom: 50px;
  }

  .featured-row {
    padding: 0 20px;
  }

  .project-card {
    margin-bottom: 25px;
  }

  .process-section {
    padding: 90px 0;
  }

  .process-title {
    font-size: 44px;

    margin-bottom: 60px;
  }

  .process-item {
    margin-bottom: 45px;
  }

  .process-item::after {
    display: none;
  }

  .testimonial-wrapper {
    margin-left: 0;

    width: 100%;

    margin-top: 40px;
  }
  .site-header {
    padding: 16px 0;
  }

  .logo {
    height: 36px;
  }

  .hero-section {
    padding: 130px 0 80px;
    text-align: center;
  }

  .hero-content h1,
  .hero-content p {
    max-width: 100%;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-image {
    margin-top: 40px;
  }
  .marquee-content span {
    font-size: 1.6rem;
  }
  .story-banner {
    min-height: 80vh;
  }

  .story-content {
    min-height: 80vh;
  }

  .story-content h2 {
    font-size: 58px;
  }

  .material-scroll {
    padding: 0 30px;

    gap: 40px;
  }

  .material-intro {
    min-width: 330px;
  }

  .material-intro h2 {
    font-size: 52px;
  }

  .material-card {
    min-width: 360px;
  }

  .material-card img {
    height: 420px;
  }

  .material-card h3 {
    font-size: 32px;
  }

  .manifesto-label {
    margin-bottom: 50px;
  }

  .manifesto-content {
    gap: 32px;
  }

  .manifesto-line {
    font-size: 1.5rem;
    gap: 18px;
  }

  .manifesto-image {
    width: 140px;
    height: 58px;
  }

  .manifesto-footer {
    margin-top: 70px;
    flex-direction: column;
    align-items: flex-start;
  }

  .manifesto-divider {
    width: 100%;
  }

  .site-footer {
    padding: 80px 0 50px;
  }

  .footer-divider {
    margin: 3rem 0;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .why-choose-section {
    padding: 0;
  }

  .why-image {
    min-height: 420px;
  }

  .why-image img {
    height: 420px;
  }

  .testimonial-area {
    min-height: auto;

    padding: 50px 25px;

    display: block;
  }

  .why-card {
    position: relative;

    width: 100%;

    left: auto;

    top: auto;

    transform: none;

    margin: -120px auto 40px;

    z-index: 10;
  }

  .testimonial-content {
    margin: 0;

    max-width: 100%;
  }

  .testimonial-next {
    position: relative;

    right: auto;

    bottom: auto;

    margin-top: 40px;
  }
  .process-section {
    padding: 40px 0;
  }

  .process-row::before {
    display: none;
  }

  .process-item {
    text-align: center;
  }

  .process-icon {
    margin: 0 auto 20px;
  }

  .process-item {
    margin-bottom: 30px;
  }

  .stat-box {
    border-right: none;

    border-bottom: 1px solid #ddd;

    padding: 45px 25px;
  }

  .stat-box h2 {
    font-size: 70px;
  }

  .service-title {
    font-size: 40px;
  }

  .service-right img {
    display: none;
  }

  .service-arrow {
    width: 58px;

    height: 58px;

    font-size: 22px;
  }

  .philosophy-title {
    font-size: 54px;

    margin-bottom: 30px;
  }

  .philosophy-description {
    font-size: 18px;
  }

  .philosophy-card {
    border-right: none;

    border-bottom: 1px solid #ddd;
  }

  .about-story {
    padding: 40px 0;
  }

  .story-image {
    margin-top: 10px;
  }

  .our-philosophy {
    padding: 40px 0;
  }

  .philosophy-card {
    padding: 40px 30px;
  }

  .inarc-difference {
    padding: 40px 0;
  }

  .difference-item {
    flex-direction: column;

    gap: 16px;

    padding: 32px 0;
  }
  .what-drives-us {
    padding: 40px 0;
  }

  .drive-card {
    padding: 35px;
  }
  .about-message {
    padding: 40px 0;
  }

  .message-image {
    margin-bottom: 20px;
  }

  .about-faq {
    padding: 40px 0;
  }

  .faq-accordion .accordion-button {
    font-size: 1.05rem;

    padding: 22px 0;
  }

  .faq-accordion .accordion-body {
    padding-bottom: 22px;
  }
}

/*==============================================================
Mobile
==============================================================*/

@media (max-width: 767px) {
  .offcanvas-header .btn-close {
    right: 12px;
    top: 14px;
    color: #111;
  }
  .navbar-nav {
    gap: 0px;
  }
  .nav-link::after {
    bottom: -2px;
  }
  .cta-section {
    padding: 40px 0;
  }

  .cta-box h2 {
    font-size: 2.4rem;
  }

  .cta-box p {
    font-size: 1rem;
  }

  .cta-buttons {
    flex-direction: column;

    align-items: center;
  }

  .cta-buttons .btn {
    width: 100%;

    max-width: 320px;
  }
  .philosophy-section {
    padding: 40px 0;
  }

  .philosophy-title {
    font-size: 40px;
  }

  .philosophy-card {
    padding: 35px 28px;
  }

  .philosophy-card h3 {
    font-size: 28px;
  }

  .philosophy-card p {
    font-size: 16px;

    margin-bottom: 40px;
  }

  .services-section {
    padding: 40px 0 40px 0;
  }

  .service-item {
    padding: 24px 0;
  }

  .service-title {
    font-size: 28px;

    line-height: 1.3;

    max-width: 70%;
  }

  .service-arrow {
    width: 52px;

    height: 52px;

    font-size: 20px;
  }

  .stats-section {
    padding: 0px 0 70px 0;
  }

  .stat-box {
    text-align: center;
  }

  .stat-box h2 {
    font-size: 56px;
  }

  .stat-box p {
    font-size: 15px;
  }

  .featured-projects {
    padding: 40px 0;
  }

  .featured-header {
    padding: 0 20px;

    flex-direction: column;

    align-items: flex-start;

    gap: 18px;
  }

  .featured-row {
    padding: 0 10px;
  }

  .project-title h3 {
    font-size: 24px;
  }

  .project-title span {
    width: 44px;

    height: 44px;
  }

  .project-info p {
    font-size: 15px;
  }
  .process-section {
    padding: 60px 0;
  }

  .process-item {
    text-align: left;
  }

  .process-icon {
    margin: 0 0 20px;
  }

  .logo {
    height: 32px;
  }
  .hero-section {
    padding: 110px 0 70px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .hero-buttons .btn {
    width: 100%;
  }
  .scrolling-services {
    padding: 24px 0;
  }

  .marquee-content span {
    font-size: 1.25rem;
    margin: 0 1rem;
  }

  .marquee-content i {
    font-size: 1.25rem;
  }
  .story-banner {
    min-height: 70vh;
  }

  .story-content {
    min-height: 70vh;

    padding: 60px 20px;
  }

  .story-label {
    font-size: 13px;

    letter-spacing: 0.12em;
  }

  .story-content h2 {
    font-size: 38px;

    line-height: 1.15;
  }

  .btn-primary-custom {
    width: 100%;

    max-width: 260px;

    height: 56px;

    font-size: 16px;
  }
  .material-section {
    padding: 70px 0;
  }

  .material-scroll {
    padding: 0 20px;

    gap: 25px;
  }

  .material-intro {
    min-width: 280px;
  }

  .material-intro h2 {
    font-size: 42px;
  }

  .material-card {
    min-width: 280px;
  }

  .material-card img {
    height: 340px;
  }

  .material-card h3 {
    font-size: 26px;
  }

  .material-card p {
    font-size: 16px;
  }
  .manifesto-section {
    padding: 40px 0;
  }

  .manifesto-line {
    font-size: 1.5rem;
    gap: 14px;
    line-height: 2.25;
  }

  .manifesto-image {
    width: 100px;
    height: 44px;
  }

  .manifesto-location {
    font-size: 12px;
  }

  .site-footer {
    padding: 60px 0 40px;
  }

  .footer-title {
    margin-bottom: 1rem;
  }

  .footer-links li,
  .footer-contact-list li {
    margin-bottom: 0.75rem;
  }

  .footer-policy {
    gap: 1rem;
  }

  .footer-policy li:not(:last-child)::after {
    display: none;
  }

  .footer-copy,
  .footer-seo {
    text-align: left;
  }

  .testimonial-area {
    padding: 60px 25px;
  }

  .why-image {
    min-height: 320px;
  }

  .why-image img {
    height: 320px;
  }

  .why-card {
    margin: -80px auto 30px;

    padding: 30px 25px;
  }

  .why-card h2 {
    font-size: 2rem;
  }

  .why-list li {
    font-size: 1rem;
  }

  .testimonial-content blockquote {
    font-size: 1.15rem;

    line-height: 1.8;
  }

  .testimonial-next {
    width: 54px;

    height: 54px;
  }

  main {
    overflow-x: hidden;
  }
}

/*==============================================================
Small Mobile
==============================================================*/

@media (max-width: 575px) {
}
