/* Home Page */
@media (max-width: 1199px) {

  /* HEADER SECTION */
  .navbar {
    padding: 10px 18px;
    gap: 18px;
  }

  .nav-links {
    gap: 18px;
  }

  .nav-links>li>a {
    font-size: 14px;
  }

  .utility-link {
    font-size: 13px;
  }

  .icon img {
    height: 24px;
  }


  /* HERO SECTION */
  .hero-wrap {
    min-height: 80vh;
    background-position: center center;
  }

  .hero {
    padding: 3.5rem 0;
    gap: 1.75rem;
  }

  .title {
    max-width: 17ch;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
  }

  .lead {
    max-width: 680px;
    font-size: 1rem;
  }

  /* PARTNER SECTION */

  /* SOLUTION SECTION */
  .ia-section {
    margin: 18px auto 50px;
    padding: 22px;
    border-radius: 24px;
  }

  .ia-wrap {
    gap: 24px;
  }

  .ia-head {
    max-width: 920px;
  }

  .ia-solution-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .ia-solution-card {
    padding: 30px 26px 28px;
    border-radius: 18px;
  }

  .ia-solution-card::after {
    left: 14px;
    width: calc(100% - 28px);
    border-radius: 0 0 18px 18px;
  }

  .ia-solution-icon {
    width: 68px;
    height: 68px;
  }

  .ia-solution-icon img {
    width: 54px;
    height: 54px;
  }

  .ia-solution-card h3 {
    font-size: 24px;
  }

  .ia-solution-card p {
    font-size: 15px;
    line-height: 1.7;
    max-width: 100%;
  }

  /* INDUSTRY SECTION */
  .industry-section {
    padding: 36px 18px;
  }

  .industry-header {
    gap: 18px;
  }

  .industry-header h2,
  .industry-header p {
    text-align: center;
    flex: 1 1 360px;
  }

  .industry-panel {
    gap: 22px;
  }

  .industry-image-wrapper {
    flex: 0 1 40%;
  }

  .industry-image-wrapper img {
    height: 250px;
  }

  .industry-info {
    flex: 1 1 50%;
  }

  .partner-subtext,
  .clients-subtext {
    width: 90%;
    padding: 0px 20px;
  }

  /* CLIENTS SECTION */
  /* CTA SECTION */


  /* CASE STUDIES SECTION */
  .case-studies-section {
    max-width: 96%;
    padding: 10px 10px 36px;
  }

  .home-case-card {
    flex: 1 1 calc(33.333% - 16px);
    max-width: calc(33.333% - 14px);
    padding: 22px;
  }


  /* TESTIMONIALS SECTION */

  /* CONTACT FORM SECTION */
  .c-container {
    max-width: 100%;
    margin: 0 16px;
  }

  .c-layout {
    gap: 16px;
  }

  .c-info {
    flex: 0 0 28rem;
    max-width: 28rem;
    padding: 28px 0 10px 20px;
  }

  .c-form-wrap {
    width: 90%;
    margin: 16px;
    padding: 26px 18px 18px;
  }


  /* FOOTER SECTION */
  .footer-header {
    padding: 14px 24px;
    gap: 12px;
  }

  .footer-middle {
    padding: 48px 24px 20px;
  }

  .footer-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}

@media (max-width: 991px) {

  /* HEADER SECTION */
  .navbar {
    padding: 12px 16px;
    min-height: 68px;
  }

  .hamburger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
  }

  .navbar-left {
    gap: 12px;
    flex: 1;
  }


  .vertical-divider {
    display: none;
  }

  .nav-links,
  .navbar-right {
    display: none;
  }

  .mobile-menu {
    top: 68px;
    height: calc(100vh - 68px);
    padding: 16px 10px 24px;
  }

  .mobile-section h2 {
    font-size: 17px;
    padding: 10px 12px;
  }

  .mobile-list a {
    font-size: 15px;
    padding: 10px 14px;
  }

  /* HERO SECTION */
  .hero-wrap {
    min-height: auto;
    padding: 3.5rem 0;
    background-position: center top;
  }

  .hero {
    padding: 2.5rem 0;
    gap: 1.5rem;
  }

  .title {
    max-width: 18ch;
    font-size: clamp(2rem, 6vw, 3.1rem);
    line-height: 1.1;
  }

  .rotator {
    min-width: 14ch;
    padding-bottom: 0.8rem;
  }

  .lead {
    max-width: 70%;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .cta {
    gap: 0.85rem;
  }

  .hero-btn-lg {
    min-height: 2.8rem;
    padding: 0.85rem 1.4rem;
  }

  /* PARTNER SECTION */

  /* SOLUTION SECTION */
  .ia-section {
    margin: 16px auto 42px;
    padding: 20px 16px;
    border-radius: 22px;
  }

  .ia-wrap {
    gap: 22px;
  }

  .ia-head {
    max-width: 100%;
    padding: 0;
  }

  .ia-solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .ia-solution-card {
    padding: 24px 20px 24px;
    border-radius: 16px;
  }

  .ia-solution-card::after {
    left: 12px;
    width: calc(100% - 24px);
    border-radius: 0 0 16px 16px;
  }

  .ia-solution-icon {
    width: 62px;
    height: 62px;
  }

  .ia-solution-icon img {
    width: 48px;
    height: 48px;
  }

  .ia-solution-card h3 {
    font-size: 22px;
  }

  .ia-solution-card p {
    font-size: 14px;
    line-height: 1.65;
  }

  .ia-solution-link {
    gap: 8px;
    font-size: 15px;
  }

  .ia-solution-link span {
    font-size: 20px;
  }

  /* INDUSTRY SECTION */
  .industry-section {
    padding: 32px 16px;
  }

  .industry-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 24px;
  }

  .industry-header h2 {
    text-align: center;
  }

  .industry-header h2,
  .industry-header p {
    flex: 1 1 100%;
    width: 100%;
  }

  .industry-header p {
    text-align: left;
    padding-top: 0;
  }

  .industry-tabs-container {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .industry-tabs {
    flex-wrap: nowrap;
    min-width: max-content;
  }

  .industry-tab {
    padding: 12px 18px;
  }

  .view-more-link {
    margin-top: 14px;
  }

  .industry-panel {
    flex-direction: column;
    gap: 18px;
  }

  .industry-image-wrapper,
  .industry-info {
    flex: 1 1 100%;
    width: 100%;
  }

  .industry-image-wrapper img {
    height: 250px;
  }

  .industry-info p {
    text-align: left;
    line-height: 1.75;
  }

  .partner-subtext,
  .clients-subtext {
    width: 90%;
    padding: 0px 20px;
  }

  /* CLIENTS SECTION */


  /* CTA SECTION */


  /* CASE STUDIES SECTION */
  .case-studies-section {
    max-width: 100%;
    padding: 10px 16px 34px;
  }

  .case-studies-grid {
    gap: 18px;
  }

  .home-case-card {
    flex: 1 1 calc(50% - 9px);
    max-width: calc(50% - 9px);
    min-width: 0;
    padding: 22px 20px;
  }


  /* TESTIMONIALS SECTION */

  .testimonial-section{
    padding: 10px 20px;
  }


  /* CONTACT FORM SECTION */
  .c-main {
    padding: 1.75rem 0;
  }

  .c-container {
    margin: 0 14px;
    border-radius: 18px;
  }

  .c-layout {
    flex-direction: column;
    gap: 0;
  }

  .c-info,
  .c-form-wrap {
    width: 90%;
    max-width: 100%;
  }

  .c-info {
    flex: 1 1 100%;
    padding: 26px 20px 8px;
  }

  .c-contact-list {
    gap: 1.2rem 1.5rem;
  }

  .c-form-wrap {
    margin: 0 20px 20px;
    padding: 24px 18px 18px;
  }

  .connect-form {
    width: 40%;
  }


  /* FOOTER SECTION */
  .footer-header {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 18px 20px;
    gap: 14px;
  }

  .footer-header h3 {
    text-align: center;
  }

  .email-link {
    justify-self: center;
    text-align: center;
  }

  .footer-middle {
    padding: 40px 20px 20px;
  }

  .footer-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }

  .footer-connect {
    grid-column: 1 / -1;
  }

  .map-container {
    height: 220px;
  }
}

@media (max-width: 767px) {

  /* HEADER SECTION */
  .navbar {
    padding: 10px 14px;
    min-height: 62px;
  }

  .hamburger {
    font-size: 26px;
  }


  .mobile-menu {
    top: 62px;
    height: calc(100vh - 62px);
    padding: 14px 8px 20px;
  }

  .mobile-section {
    padding-top: 6px;
  }

  .mobile-section h2 {
    font-size: 16px;
    padding: 8px 10px;
  }

  .mobile-list a {
    font-size: 14px;
    padding: 9px 12px;
  }

  .mobile-close {
    top: 8px;
    right: 10px;
  }

  /* HERO SECTION */
  .hero-wrap {
    min-height: auto;
    padding: 3rem 0 2.5rem;
    background-position: 58% center;
    background-size: cover;
  }

  .hero-wrap .container {
    width: min(100%, calc(100% - 28px));
  }

  .hero {
    padding: 1.5rem 0;
    gap: 1.25rem;
  }

  .pill {
    width: 100%;
  }

  .pill .hero-btn {
    max-width: 100%;
    white-space: normal;
  }

  .hero-btn-secondary {
    padding: 0.8rem 1rem;
  }

  .hero-btn-secondary p {
    font-size: 0.9rem;
  }

  .title-wrap {
    gap: 12px;
  }

  .title {
    max-width: 100%;
    font-size: clamp(1.9rem, 8vw, 2.7rem);
    line-height: 1.12;
  }

  .rotator {
    min-width: 12ch;
    min-height: 1.3em;
    padding-top: 0.15rem;
    padding-bottom: 0.5rem;
  }

  .rot-word {
    white-space: nowrap;
  }

  .lead {
    font-size: 0.95rem;
    line-height: 1.65;
    max-width: 70%;
  }

  .cta {
    width: 100%;
    flex-direction: column;
    gap: 0.75rem;
  }

  .cta .hero-btn {
    width: 70%;
    max-width: 320px;
  }

  .hero-btn-lg {
    min-height: 2.9rem;
    padding: 0.9rem 1.25rem;
  }

  /* PARTNER SECTION */
  /* SOLUTION SECTION */

  /* INDUSTRY SECTION */
  .industry-section {
    padding: 28px 14px;
  }

  .industry-header {
    margin-bottom: 20px;
    gap: 12px;
  }

  .industry-header h3 {
    line-height: 1.3;
  }

  .industry-header p {
    font-size: 14px;
    line-height: 1.7;
  }

  .industry-tabs {
    gap: 0;
  }

  .industry-tab {
    font-size: 14px;
    padding: 10px 16px;
  }

  .view-more-link {
    font-size: 14px;
  }

  .industry-content {
    margin-top: 24px;
  }

  .industry-panel {
    gap: 16px;
  }

  .industry-image-wrapper img {
    height: 220px;
    border-radius: 14px;
  }

  .industry-info p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 16px;
  }

  .partner-subtext,
  .clients-subtext {
    width: 90%;
    padding: 0px 20px;
  }

  /* CLIENTS SECTION */


  /* CTA SECTION */
  .sf-wrap {
    width: 90%;
    flex-direction: column;
    height: auto;
    padding: 1.5rem 1rem;
    gap: 1.25rem;
  }

  .sf-left {
    width: 100%;
    text-align: center;
  }

  .sf-right {
    display: none;
  }

  .sf-lead {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.7;
  }

  .sf-cta {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .sf-cta a {
    width: 70%;
    max-width: 220px;
    text-align: center;
  }


  /* CASE STUDIES SECTION */
  .case-studies-section {
    padding: 10px 14px 30px;
  }

  .case-studies-header {
    margin-bottom: 16px;
  }

  .case-studies-grid {
    gap: 16px;
    padding-top: 8px;
  }

  .home-case-card {
    flex: 1 1 100%;
    max-width: 98%;
    padding: 20px 18px;
    border-radius: 10px;
  }

  .case-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 12px;
  }

  .home-case-card h3 {
    font-size: 17px;
  }

  .home-case-card p {
    font-size: 14px;
    line-height: 1.65;
  }

  .case-btn {
    padding: 8px 12px !important;
  }


  /* TESTIMONIALS SECTION */
  @media (max-width:767px) {

    .testimonial-wrapper {
      flex-direction: column;
      gap: 20px;
    }

    .testimonial-left,
    .testimonial-right {
      width: 100%;
      flex: 100%;
    }

    .testimonial-left {
      text-align: center;
      align-items: center;
    }

  }


  /* CONTACT FORM SECTION */
  .c-main {
    padding: 1.5rem 0;
  }

  .c-container {
    margin: 0 12px;
    padding: 0;
    border-radius: 16px;
  }

  .c-info {
    padding: 22px 16px 6px;
  }

  .c-title {
    font-size: 15px;
  }

  .c-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .c-contact-list {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.2rem;
  }

  .c-contact-item p,
  .c-contact-item a,
  .c-contact-item address {
    font-size: 14px;
    line-height: 1.6;
  }

  .c-form-wrap {
    width: 90%;
    margin: 0 16px 16px;
    padding: 20px 16px 16px;
    border-radius: 16px;
  }

  .c-form {
    gap: 1rem;
  }

  .c-label {
    font-size: 14px;
  }

  .c-input,
  .c-textarea {
    font-size: 14px;
    padding: 0.65rem 0.8rem;
  }

  .c-textarea {
    min-height: 8rem;
  }

  .c-btn {
    font-size: 15px;
  }

  /* Solution SECTION */
  .ia-section {
    margin: 14px auto 34px;
    padding: 18px 14px;
    border-radius: 18px;
  }

  .ia-wrap {
    gap: 18px;
  }

  .ia-head h2 {
    margin-bottom: 10px;
  }

  .ia-lead {
    font-size: 14px;
    line-height: 1.7;
  }

  .ia-solution-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ia-solution-card {
    padding: 22px 18px 20px;
    border-radius: 14px;
    gap: 8px;
  }

  .ia-solution-card::after {
    left: 10px;
    width: calc(100% - 20px);
    height: 4px;
    border-radius: 0 0 14px 14px;
  }

  .ia-solution-icon {
    width: 56px;
    height: 56px;
  }

  .ia-solution-icon img {
    width: 42px;
    height: 42px;
  }

  .ia-solution-card h3 {
    font-size: 20px;
  }

  .ia-solution-card p {
    font-size: 14px;
    line-height: 1.65;
    max-width: 100%;
  }

  .ia-solution-link {
    font-size: 14px;
  }

  .ia-solution-link span {
    font-size: 18px;
  }


  /* FOOTER SECTION */
  .footer-header {
    padding: 16px 16px;
    gap: 12px;
  }

  .footer-header h3 {
    font-size: 20px;
  }

  .social-icons {
    gap: 10px;
    flex-wrap: wrap;
  }

  .social-icons a {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .email-link {
    font-size: 14px;
  }

  .footer-middle {
    padding: 32px 16px 18px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-column h3 {
    font-size: 17px;
    margin-bottom: 16px;
  }

  .footer-subheading {
    margin-top: 22px !important;
  }

  .footer-column ul li {
    margin-bottom: 10px;
  }

  .footer-column ul li a {
    font-size: 14px;
  }

  .office-info {
    margin-bottom: 20px;
  }

  .office-info h4 {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .office-info p,
  .office-info address,
  .connect-copy p {
    font-size: 13.5px;
    line-height: 1.65;
  }

  .connect-form {
    width: 40%;
    gap: 10px;
  }

  .email-input {
    padding: 11px 14px;
    font-size: 14px;
  }

  .footer-submit-btn {
    min-height: 40px;
    font-size: 14px;
  }

  .map-container {
    height: 200px;
    margin-top: 16px;
  }

  .copyright {
    padding: 14px 16px 18px;
    font-size: 13.5px;
  }
}

@media (max-width: 480px) {

  /* HEADER SECTION */
  .navbar {
    padding: 10px 12px;
  }

  .navbar-left {
    gap: 10px;
  }

  .hamburger {
    font-size: 24px;
  }

  .mobile-section h2 {
    font-size: 15px;
  }

  .mobile-list a {
    font-size: 13px;
    padding: 8px 10px;
  }

  /* HERO SECTION */
  .hero-wrap {
    padding: 2.5rem 0 2rem;
    background-position: 62% center;
  }

  .hero {
    gap: 1rem;
  }

  .title {
    font-size: clamp(1.7rem, 9vw, 2.25rem);
    line-height: 1.15;
  }

  .rotator {
    min-width: 14ch;
    padding-bottom: 0.35rem;
  }

  .lead {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .hero-btn-secondary p {
    font-size: 0.85rem;
  }

  .cta .hero-btn {
    max-width: 70%;
  }

  .hero-btn-lg {
    min-height: 2.8rem;
    padding: 0.85rem 1rem;
  }

  .hero-btn-sm {
    min-height: 2.1rem;
    padding: 0.65rem 0.9rem;
  }

  /* PARTNER SECTION */

  /* SOLUTION SECTION */
  .ia-section {
    margin: 14px auto 34px;
    padding: 18px 14px;
    border-radius: 18px;
  }

  .ia-wrap {
    gap: 18px;
  }

  .ia-head h2 {
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .ia-lead {
    font-size: 14px;
    line-height: 1.7;
  }

  .ia-solution-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ia-solution-card {
    padding: 22px 18px 20px;
    border-radius: 14px;
    gap: 8px;
  }

  .ia-solution-card::after {
    left: 10px;
    width: calc(100% - 20px);
    height: 4px;
    border-radius: 0 0 14px 14px;
  }

  .ia-solution-icon {
    width: 56px;
    height: 56px;
  }

  .ia-solution-icon img {
    width: 42px;
    height: 42px;
  }

  .ia-solution-card h3 {
    font-size: 20px;
  }

  .ia-solution-card p {
    font-size: 14px;
    line-height: 1.65;
    max-width: 100%;
  }

  .ia-solution-link {
    font-size: 14px;
  }

  .ia-solution-link span {
    font-size: 18px;
  }

  /* INDUSTRY SECTION */
  .industry-section {
    padding: 24px 12px;
  }

  .industry-header h2 {
    text-align: center;
    line-height: 1.2;
  }

  .industry-header p {
    font-size: 13.5px;
    width: 100%;
  }

  .industry-tab {
    font-size: 13px;
    padding: 10px 14px;
  }

  .industry-content {
    margin-top: 20px;
  }

  .industry-image-wrapper img {
    height: 180px;
    border-radius: 12px;
  }

  .industry-info p {
    font-size: 13.5px;
    line-height: 1.65;
  }

  .view-more-link {
    font-size: 13.5px;
  }

  .partner-subtext {
    width: 90%;
    padding: 0px 20px;
  }

  /* CLIENTS SECTION */
  .clients-subtext{
    width: 95%;
    padding: 0px;
  }
  /* CTA SECTION */


  /* CASE STUDIES SECTION */
  .case-studies-section {
    padding: 10px 12px 26px;
  }

  .case-studies-grid {
    width: 100%;
    gap: 15px;
  }

  .home-case-card {
    width: 100%;
    padding: 15px 16px;
  }

  .case-icon {
    width: 50px;
    height: 50px;
  }

  .home-case-card h3 {
    font-size: 16px;
  }

  .home-case-card p {
    font-size: 13.5px;
    line-height: 1.6;
  }


  /* TESTIMONIALS SECTION */



  /* CONTACT FORM SECTION */
  .c-main {
    padding: 1.25rem 0;
  }

  .c-container {
    margin: 0 10px;
    border-radius: 14px;
  }

  .c-info {
    padding: 20px 14px 4px;
  }

  .c-subtitle {
    padding-top: 10px;
  }

  .c-title {
    font-size: 14px;
  }

  .c-text {
    font-size: 13.5px;
    line-height: 1.65;
  }

  .c-contact-item {
    gap: 0.6rem;
  }

  .c-svg {
    width: 1.3rem;
    height: 1.3rem;
  }

  .c-contact-item p,
  .c-contact-item a,
  .c-contact-item address {
    font-size: 13.5px;
  }

  .c-form-wrap {
    margin: 0 14px 14px;
    padding: 18px 14px 14px;
    border-radius: 14px;
  }

  .c-input,
  .c-textarea {
    font-size: 13.5px;
  }

  .c-btn {
    height: 38px !important;
    font-size: 14px;
  }


  /* FOOTER SECTION */
  .footer-header {
    padding: 14px 12px;
  }

  .footer-header h3 {
    font-size: 18px;
  }

  .social-icons {
    gap: 8px;
  }

  .social-icons a {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .email-link {
    font-size: 13.5px;
  }

  .footer-middle {
    padding: 28px 12px 16px;
  }

  .footer-column h3 {
    font-size: 16px;
  }

  .office-info h4 {
    font-size: 14px;
  }

  .footer-column ul li a,
  .office-info p,
  .office-info address,
  .connect-copy p,
  .email-input,
  .footer-submit-btn {
    font-size: 13px;
  }

  .map-container {
    height: 180px;
    border-radius: 8px;
  }

  .copyright {
    font-size: 13px;
    padding: 12px 12px 16px;
  }
}





/* ===================== CONTACT US PAGE RESPONSIVE ===================== */

@media (max-width: 1199px) {
  .sub-hero {
    min-height: 520px;
    padding: 36px 24px;
  }

  .hero-subtext {
    max-width: 620px;
  }

  .contact-form-section {
    padding: 36px 24px;
  }

  .form-container {
    gap: 30px;
  }

  .form-right {
    margin-top: 56px;
  }

  .global-presence {
    max-width: calc(100% - 48px);
    padding: 40px 30px;
    gap: 12px;
  }

  .accordion-item {
    min-width: 170px;
  }
}

@media (max-width: 991px) {
  .sub-hero {
    min-height: 430px;
    padding: 32px 20px;
    align-items: flex-end;
  }

  .hero-subtext {
    max-width: 100%;
  }

  .contact-dsgn img {
    height: 80px;
  }

  .contact-form-section {
    padding: 32px 20px;
  }

  .form-container {
    flex-direction: column;
    gap: 28px;
  }

  .form-left,
  .form-right {
    flex: 1 1 100%;
    width: 100%;
  }

  .form-right {
    margin-top: 0;
  }

  .form-row {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
  }

  .form-actions {
    justify-content: flex-start;
  }

  .global-presence {
    max-width: calc(100% - 40px);
    padding: 32px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .global-presence h3 {
    margin-right: 0;
    margin-bottom: 4px;
  }

  .accordion-item {
    width: 100%;
    min-width: 100%;
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .sub-hero {
    min-height: 320px;
    padding: 24px 16px;
  }

  .hero-subtext {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
  }

  .contact-dsgn img {
    height: 60px;
  }

  .contact-form-section {
    padding: 28px 14px;
  }

  .form-left h3,
  .form-intro {
    padding-bottom: 8px;
  }

  .form-intro {
    font-size: 14px;
    line-height: 1.7;
  }

  #contactForm {
    padding: 16px;
    border-radius: 10px;
  }

  .form-row {
    gap: 12px;
    margin-bottom: 12px;
  }

  .form-field label {
    font-size: 13.5px;
  }

  .form-row input,
  .form-row textarea {
    padding: 11px 12px;
    font-size: 14px;
  }

  .form-row textarea {
    min-height: 96px;
  }

  .checkbox-group {
    margin: 14px 0;
  }

  .checkbox-group label {
    font-size: 13.5px;
    line-height: 1.6;
    gap: 8px;
  }

  .form-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .privacy-policy {
    margin-bottom: 0;
    font-size: 14px;
  }

  .submit-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .office-info {
    margin-bottom: 18px;
  }

  .office-info h3 {
    margin-bottom: 4px;
  }

  .office-info strong,
  .office-info address {
    font-size: 14px;
    line-height: 1.65;
  }

  .global-presence {
    max-width: calc(100% - 28px);
    padding: 22px 14px;
    margin: 28px auto;
    border-radius: 14px;
  }

  .accordion-btn {
    font-size: 14px;
    padding: 14px 40px 14px 14px;
  }

  .accordion-btn::after {
    right: 14px;
    font-size: 16px;
  }

  .accordion-content address {
    margin: 12px 14px;
    font-size: 14px;
    line-height: 1.65;
  }
}

@media (max-width: 480px) {
  .sub-hero {
    min-height: 260px;
    padding: 20px 12px;
  }

  .hero-subtext {
    font-size: 13.5px;
    line-height: 1.65;
  }

  .contact-dsgn img {
    height: 48px;
  }

  .contact-form-section {
    padding: 24px 12px;
  }

  #contactForm {
    padding: 14px;
  }

  .form-intro {
    font-size: 13.5px;
  }

  .form-field label {
    font-size: 13px;
  }

  .form-row input,
  .form-row textarea {
    font-size: 13.5px;
    padding: 10px 11px;
  }

  .checkbox-group label {
    font-size: 13px;
  }

  .privacy-policy {
    font-size: 13.5px;
  }

  .office-info h3 {
    font-size: 20px;
  }

  .office-info strong,
  .office-info address {
    font-size: 13.5px;
  }

  .global-presence {
    max-width: calc(100% - 24px);
    padding: 18px 12px;
    margin: 24px auto;
    border-radius: 12px;
  }

  .accordion-btn {
    font-size: 13.5px;
    padding: 13px 38px 13px 12px;
  }

  .accordion-content address {
    margin: 10px 12px;
    font-size: 13.5px;
  }
}



/* =============== INDUSTRY PAGE RESPONSIVENESS=============== */

@media (max-width: 1199px) {
  .industry-grid {
    gap: 40px;
  }

  .industry-sector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .industry-sector-content {
    min-height: 220px;
    padding: 20px 20px 22px;
  }

  .industry-sector-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .industry-grid {
    gap: 32px;
  }

  .industry-sector-title-wrap {
    max-width: 100%;
  }

  .industry-sector-subtext {
    max-width: 100%;
  }

  .industry-sector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .industry-sector-content {
    min-height: 210px;
    padding: 18px 18px 20px;
  }

  .industry-sector-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .industry-sector-content p {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .industry-grid {
    gap: 26px;
  }

  .industry-sector-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .industry-sector-card {
    border-radius: 18px;
  }

  .industry-sector-image-wrap {
    aspect-ratio: 16 / 10;
  }

  .industry-sector-content {
    min-height: auto;
    padding: 16px 16px 18px;
  }

  .industry-sector-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .industry-sector-content p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 14px;
  }

  .industry-sector-content .cmn-btn {
    align-self: flex-start;
  }
}

@media (max-width: 480px) {
  .industry-grid {
    gap: 22px;
  }

  .industry-sector-subtext {
    margin-top: 10px;
  }

  .industry-sector-grid {
    gap: 14px;
  }

  .industry-sector-card {
    border-radius: 16px;
  }

  .industry-sector-content {
    padding: 14px 14px 16px;
  }

  .industry-sector-content h3 {
    font-size: 17px;
  }

  .industry-sector-content p {
    font-size: 13.5px;
    line-height: 1.65;
  }
}




/* =============== NEWSROOM PAGE=============== */
@media (max-width: 1199px) {
  .newsroom-head-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .newsroom-card {
    border-radius: 20px;
  }

  .newsroom-content {
    padding: 16px 16px 18px;
    gap: 8px;
  }

  .newsroom-content h4 {
    font-size: 18px;
    line-height: 1.35;
  }

  .newsroom-date {
    font-size: 13.5px;
  }
}

@media (max-width: 991px) {

  .newsroom-title-wrap,
  .newsroom-subtext {
    max-width: 100%;
  }

  .newsroom-head-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .newsroom-card {
    border-radius: 18px;
  }

  .newsroom-image-wrap {
    aspect-ratio: 16 / 10;
  }

  .newsroom-content {
    padding: 15px 15px 16px;
    gap: 8px;
  }

  .newsroom-content h4 {
    font-size: 17px;
    line-height: 1.4;
  }

  .newsroom-date {
    font-size: 13px;
  }

  .newsroom-label {
    font-size: 11.5px;
    padding: 5px 9px;
  }
}

@media (max-width: 575px) {
  .newsroom-head-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .newsroom-card {
    border-radius: 16px;
  }

  .newsroom-image-wrap {
    aspect-ratio: 16 / 9.5;
  }

  .newsroom-content {
    padding: 14px 14px 15px;
    gap: 7px;
  }

  .newsroom-content h4 {
    font-size: 16px;
    line-height: 1.4;
  }

  .newsroom-date {
    font-size: 12.5px;
  }

  .newsroom-label {
    font-size: 11px;
    padding: 5px 8px;
  }

  .newsroom-toggle-wrap {
    margin-top: 18px;
  }

  .newsroom-toggle-btn {
    min-width: 130px;
  }
}



/* =============================== AI SUITE PAGE ====================================== */

/* ===== 1199px (Laptop / Small Desktop) ===== */
@media (max-width: 1199px) {

  .aurora-section {
    min-height: 80vh;
    padding: 100px 0 70px;
  }

  .aurora-content h1 {
    font-size: clamp(34px, 4vw, 60px);
    max-width: 900px;
  }

  .aurora-content p {
    max-width: 820px;
  }

  /* AI Interaction */
  .ai-interaction {
    padding: 60px 24px;
  }

  .ai-interaction p {
    width: 100%;
    max-width: 1000px;
  }

  .ai-cards {
    max-width: 1000px;
    gap: 18px;
  }

  .ai-card {
    padding: 22px 18px;
  }

  /* BUILT DIFFERENT */
  .built-differently {
    padding: 60px 24px 0 24px;
  }

  .built-differently .content-wrapper {
    grid-template-columns: 1fr 420px;
    gap: 30px;
  }

  .built-differently .image-section {
    height: 260px;
  }

  .accordion-btn {
    padding: 14px 15px;
  }


  /* GEN_AI-CASE STUDY */
  .genai-case-studies-section {
    padding: 50px 20px;
  }

  .genai-case-card {
    flex: 0 0 calc(33.333% - 16px);
    margin: 0 8px 30px;
    padding: 22px 20px;
  }

  .genai-case-card p {
    line-height: 1.65;
  }

  .genai-next {
    right: 30px;
  }
}

/* ===== 991px (Tablet) ===== */
@media (max-width: 991px) {

  .aurora-section {
    min-height: auto;
    padding: 90px 0 60px;
  }

  .aurora-content {
    padding: 30px 10px;
  }

  .aurora-content h1 {
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1.18;
  }

  .aurora-content p {
    max-width: 100%;
  }

  .aurora-btns {
    gap: 12px;
  }

  /* AI Interaction */
  .ai-interaction {
    padding: 50px 20px;
  }

  .ai-container {
    gap: 14px;
    text-align: center;
  }

  .ai-interaction p {
    width: 100%;
    max-width: 90%;
  }

  .ai-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 100%;
  }

  .ai-card,
  .ai-card-gemini {
    padding: 20px 16px;
  }

  .ai-card h3 {
    font-size: 22px;
    text-align: center;
  }

  .ai-card p,
  .ai-text--gemini {
    font-size: 14px;
    line-height: 1.65;
    text-align: center;
  }

  /* BUILT DIFFERENT */
  .built-differently {
    padding: 50px 20px 0 20px;
  }

  #built-differently-heading {
    padding-bottom: 18px;
    text-align: center;
    ;
  }

  .built-differently .content-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .accordion-section {
    min-width: 100%;
    order: 2;
  }

  .built-differently .image-section {
    order: 1;
    height: 300px;
    max-width: 100%;
  }

  .bottom-line {
    order: 3;
    margin-top: 0;
  }

  .accordion-btn {
    padding: 14px 15px;
    font-size: 15px;
  }

  .accordion-content,
  .accordion-content p {
    font-size: 14px;
  }

  /* GEN_AI-CASE STUDY */
  .genai-case-studies-section {
    padding: 45px 20px;
  }

  .genai-case-heading {
    margin-bottom: 18px;
  }

  .genai-case-card {
    flex: 0 0 calc(50% - 16px);
    margin: 0 8px 28px;
    padding: 20px 18px;
    border-radius: 12px;
  }

  .genai-case-card h3 {
    margin-bottom: 8px;
  }

  .genai-case-card p {
    font-size: 14px;
    line-height: 1.6;
  }

  .genai-case-icon {
    width: 56px;
    height: 56px;
  }

  .genai-arrow {
    width: 34px;
    height: 34px;
    top: 88%;
  }

  .genai-prev {
    left: 8px;
  }

  .genai-next {
    right: 18px;
  }
}

/* ===== 767px (Mobile) ===== */
@media (max-width: 767px) {

  .aurora-section {
    padding: 50px 0 50px;
  }

  .aurora-content {
    width: calc(100% - 32px);
    padding: 20px 0;
    gap: 12px;
  }

  .aurora-content h1 {
    font-size: clamp(26px, 7vw, 38px);
    line-height: 1.15;
  }

  /* remove forced line break */
  .aurora-content h1 br {
    display: none;
  }

  .aurora-content p {
    font-size: 15px;
    line-height: 1.6;
  }

  /* buttons stack */
  .aurora-btns {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .aurora-btns .cmn-btn {
    width: 50%;
    max-width: 320px;
    text-align: center;
  }

  /* AI Interaction */
  .ai-interaction {
    padding: 50px 16px;
  }

  .ai-container {
    gap: 12px;
  }

  .ai-interaction p {
    width: 100%;
    max-width: 90%;
  }

  .ai-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ai-card,
  .ai-card-gemini {
    padding: 20px 16px;
    border-radius: 12px;
  }

  .ai-card h3 {
    font-size: 20px;
    line-height: 1.35;
    text-align: center;
    margin: 8px 0 6px;
  }

  .ai-card p,
  .ai-text--gemini {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }

  .ai-explore-btn {
    width: 50%;
    max-width: 220px;
    text-align: center;
  }

  /* BUILT DIFFERENT */
  .built-differently {
    padding: 50px 16px 0 16px;
  }

  #built-differently-heading {
    padding-bottom: 16px;
  }

  .content-wrapper {
    gap: 18px;
  }

  .built-differently .content-wrapper {
    gap: 18px;
  }

  .built-differently .image-section {
    height: 240px;
    border-radius: 10px;
  }

  .accordion-item {
    margin-bottom: 10px;
    border-radius: 8px;
  }

  .accordion-btn {
    padding: 14px;
    font-size: 15px;
    line-height: 1.4;
  }

  .accordion-content {
    font-size: 13.5px;
    line-height: 1.6;
  }

  .accordion-content p {
    margin: 10px 10px 10px;
  }

  .accordion-item.active .accordion-content {
    max-height: 220px;
    padding: 14px;
  }

  .bottom-line {
    height: 5px;
  }

  /* GEN_AI-CASE STUDY */
  .genai-case-studies-section {
    padding: 40px 16px;
  }

  .genai-carousel-container {
    overflow: hidden;
  }

  .genai-case-card {
    flex: 0 0 calc(100% - 12px);
    margin: 0 6px 24px;
    padding: 18px 16px;
    gap: 8px;
  }

  .genai-case-card h3 {
    margin-bottom: 6px;
    line-height: 1.35;
  }

  .genai-case-card p {
    font-size: 14px;
    line-height: 1.6;
  }

  .genai-case-icon {
    width: 52px;
    height: 52px;
  }

  .genai-carousel-dots {
    margin-top: 10px;
  }

  .genai-carousel-dots .genai-dot {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }

  .genai-arrow {
    display: none;
  }
}

/* ===== 575px (Small Mobile) ===== */
@media (max-width: 575px) {

  .aurora-content {
    width: calc(100% - 24px);
  }

  .aurora-content h1 {
    font-size: clamp(22px, 8vw, 32px);
  }

  .aurora-content p {
    font-size: 14px;
  }

  .aurora-btns .cmn-btn {
    max-width: 100%;
    padding: 12px 16px;
    font-size: 14px;
  }

  .aurora-bg {
    opacity: 0.42;
    filter: blur(18px);
  }

  /* AI Interaction */
  .ai-interaction {
    padding: 45px 14px;
  }

  .ai-interaction p {
    font-size: 12px;
    line-height: 1.6;
  }

  .ai-card,
  .ai-card-gemini {
    padding: 18px 14px;
  }

  .ai-card h3 {
    font-size: 18px;
  }

  .ai-card p,
  .ai-text--gemini {
    font-size: 13.5px;
  }

  .ai-card-logo-gemini {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .ai-card-badge-gemini {
    font-size: 11px;
    padding: 5px 10px;
    margin-bottom: 14px;
  }

  .ai-explore-btn {
    padding-top: 10px;
    width: 30%;
    max-width: 100%;
    font-size: 12px;
    padding: 8px 0px;
  }

  /* BUILT DIFFERENT */
  .built-differently {
    padding: 45px 14px 0 14px;
  }

  .built-differently .image-section {
    height: 210px;
  }

  .accordion-btn {
    padding: 13px 12px;
    font-size: 14px;
  }

  .accordion-content {
    font-size: 13px;
  }

  .accordion-item.active .accordion-content {
    padding: 12px;
  }

  .bottom-line {
    height: 4px;
    margin-top: 4px;
  }

  /* GEN_AI-CASE STUDY */
  .genai-case-studies-section {
    padding: 35px 14px;
  }

  .genai-case-heading {
    margin-bottom: 16px;
  }

  .genai-case-card {
    padding: 16px 14px;
    margin-bottom: 20px;
  }

  .genai-case-card h3 {
    font-size: 18px;
  }

  .genai-case-card p {
    font-size: 13.5px;
    line-height: 1.55;
  }

  .genai-case-icon {
    width: 48px;
    height: 48px;
  }

  .genai-carousel-dots .genai-dot {
    width: 9px;
    height: 9px;
  }
}


@media (max-width: 480px) {


  .aurora-content h1 {
    font-size: clamp(22px, 7vw, 32px);
    padding: 0px 20px;
  }

  .aurora-content p {
    font-size: 14px;
    padding: 0px 10px;

  }

  .aurora-btns .cmn-btn {
    max-width: 50%;
    padding: 12px 16px;
    font-size: 12px;
  }


  /* GEN_AI-CASE STUDY */
  .genai-case-studies-section {
    padding: 32px 12px;
  }

  .genai-case-card {
    padding: 15px 12px;
    border-radius: 10px;
    gap: 6px;
  }

  .genai-case-card h3 {
    font-size: 17px;
  }

  .genai-case-card p {
    font-size: 13px;
    line-height: 1.5;
  }

  .genai-case-icon {
    width: 44px;
    height: 44px;
  }

  .genai-carousel-dots {
    margin-top: 8px;
  }



}



/* ================================ GEMINI PAGE ==================================== */
/* ===== AGENT / GEMINI HERO RESPONSIVE ===== */

@media (max-width: 1199px) {
  .agent-hero {
    min-height: 760px;
    height: auto;
  }

  .agent-hero-inner {
    width: min(1040px, calc(100% - 40px));
    padding: 80px 20px 100px;
    gap: 20px;
  }

  .agent-hero-title {
    font-size: clamp(32px, 5.2vw, 50px);
    width: auto;
    max-width: 14ch;
  }

  .agent-hero-desc {
    max-width: 760px;
    font-size: 17px;
    line-height: 1.7;
  }

  .agent-blob {
    width: 54vmax;
    height: 54vmax;
    filter: blur(54px);
  }

  .agent-bottom-fade {
    height: 76px;
  }

  /* COPILOT SECTION */
  .copilot-feature-section {
    padding: 48px 16px;
  }

  .copilot-feature-grid {
    gap: 18px;
  }

  .copilot-feature-card {
    padding: 22px 22px;
    border-radius: 22px;
  }

  .copilot-feature-card::after {
    top: 24px;
  }

  .copilot-feature-title {
    font-size: 1.05rem;
    padding-bottom: 14px;
  }

  .copilot-feature-desc {
    font-size: 0.9rem;
  }

  /* CTA SECTION */
  .agent-cta-section {
    padding: 24px 18px;
  }

  .agent-cta-container {
    max-width: 760px;
  }

  .agent-cta-heading {
    font-size: clamp(26px, 3.8vw, 32px);
    margin-bottom: 14px;
  }

  .agent-cta-description {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 24px;
  }

  /* ADVANTAGES SECTION */
  .advantage-container {
    gap: 28px;
  }

  .advantage-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 24px;
  }

  .advantage-copy {
    max-width: 720px;
  }

  .advantage-item {
    gap: 14px;
    padding: 8px 0;
  }

  .advantage-text h4 {
    font-size: 16px;
  }

  .advantage-text p {
    font-size: 13.5px;
    line-height: 1.7;
  }
}

@media (max-width: 991px) {
  .agent-hero {
    min-height: 680px;
    height: auto;
  }

  .agent-hero-inner {
    width: min(900px, calc(100% - 32px));
    padding: 72px 16px 90px;
    gap: 18px;
    align-items: center;
    text-align: center;
  }

  .agent-badge {
    margin-inline: auto;
  }

  .agent-hero-title {
    width: auto;
    max-width: 100%;
    font-size: clamp(30px, 6vw, 44px);
    line-height: 1.08;
  }

  .agent-hero-desc {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.7;
  }

  .agent-hero-cta {
    justify-content: center;
    flex-wrap: wrap;
  }

  .agent-blob {
    width: 48vmax;
    height: 48vmax;
    filter: blur(48px);
    opacity: 0.22;
  }

  .agent-blob-a {
    left: 20%;
    top: 22%;
  }

  .agent-blob-b {
    right: -6%;
    top: 12%;
  }

  .agent-bottom-fade {
    height: 64px;
  }


  /* INTRODUCTION */
  .intro-grid-container {
    width: calc(100% - 32px);
  }

  .intro-grid p {
    font-size: 14px;
    line-height: 1.75;
    max-width: 100%;
  }

  /* COPILOT SECTION */
  .copilot-feature-section {
    padding: 40px 14px;
  }

  .copilot-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .copilot-feature-card {
    padding: 20px 18px;
    border-radius: 18px;
  }

  .copilot-feature-card::after {
    top: 22px;
    height: 24px;
  }

  .copilot-feature-card:hover::after {
    height: 32px;
  }

  .copilot-feature-icon {
    margin-bottom: 12px;
  }

  .copilot-feature-title {
    font-size: 1rem;
    padding-bottom: 12px;
    line-height: 1.4;
  }

  .copilot-feature-desc {
    font-size: 0.9rem;
    line-height: 1.6;
  }


  /* CTA SECTION */
  .agent-cta-section {
    padding: 22px 16px;
  }

  .agent-cta-container {
    max-width: 100%;
  }

  .agent-cta-subtext {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .agent-cta-heading {
    font-size: clamp(24px, 4.5vw, 30px);
    line-height: 1.35;
    margin-bottom: 12px;
  }

  .agent-cta-description {
    font-size: 14.5px;
    line-height: 1.65;
    margin-bottom: 22px;
  }

  .agent-cta-buttons {
    gap: 14px;
    width: 100%;
    width: max-content;
  }

  .agent-btn {
    width: 100%;
    padding: 11px 24px;
    font-size: 12px;
  }

  /* ADVANTAGES SECTION */
  .advantage-container {
    gap: 24px;
  }

  .advantage-head {
    gap: 14px;
  }

  .advantage-copy {
    max-width: 100%;
  }

  .advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 20px;
  }

  .advantage-item {
    gap: 12px;
    padding: 6px 0;
  }

  .advantage-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }

  .advantage-icon svg {
    width: 16px;
    height: 16px;
  }

  .advantage-text h4 {
    font-size: 15.5px;
    line-height: 1.35;
  }

  .advantage-text p {
    font-size: 13.5px;
    line-height: 1.68;
  }
}

@media (max-width: 767px) {
  .agent-hero {
    min-height: 560px;
    height: auto;
  }

  .agent-hero-inner {
    width: calc(100% - 28px);
    padding: 60px 14px 72px;
    gap: 16px;
  }

  .agent-badge {
    gap: 8px;
    padding: 7px 12px;
    transform: none;
  }

  .agent-badge-label {
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .agent-badge-text {
    font-size: 11px;
  }

  .agent-hero-title {
    font-size: clamp(26px, 8vw, 36px);
    line-height: 1.1;
    transform: none;
  }

  .agent-hero-desc {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.7;
    transform: none;
  }

  .agent-hero-cta {
    width: 100%;
    padding-top: 2px;
    transform: none;
  }

  .agent-hero-btn {
    width: 100%;
    max-width: 260px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .agent-blob {
    width: 44vmax;
    height: 44vmax;
    filter: blur(42px);
    opacity: 0.18;
  }

  .agent-blob-a {
    left: 18%;
    top: 20%;
  }

  .agent-blob-b {
    right: -8%;
    top: 10%;
  }

  .agent-bottom-fade {
    height: 52px;
  }


  /* INTRODUCTION */
  .intro-section {
    padding: 18px 0;
  }

  .intro-grid-container {
    width: calc(100% - 28px);
  }

  .intro-grid p {
    font-size: 12px;
    line-height: 1.7;
  }

  /* COPILOT SECTION */
  .copilot-feature-section {
    padding: 32px 12px;
  }

  .copilot-feature-title h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .copilot-feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .copilot-feature-card {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .copilot-feature-card::after {
    top: 20px;
    height: 22px;
  }

  .copilot-feature-card:hover::after {
    height: 28px;
  }

  .copilot-feature-icon svg {
    width: 24px;
    height: 24px;
  }

  .copilot-feature-title {
    font-size: 0.98rem;
    padding-bottom: 10px;
  }

  .copilot-feature-desc {
    font-size: 0.88rem;
    line-height: 1.6;
  }

  /* CTA SECTION */
  .agent-cta-section {
    padding: 20px 14px;
  }

  .agent-cta-subtext {
    font-size: 13.5px;
    line-height: 1.55;
  }

  .agent-cta-heading {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .agent-cta-description {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 18px;
  }

  .agent-cta-buttons {
    width: 100%;
    justify-content: center;
  }

  .agent-btn {
    width: 100%;
    max-width: 260px;
    padding: 11px 20px;
    font-size: 12px;
  }

  /* ADVANTAGES SECTION */
  .advantage-container {
    gap: 24px;
  }

  .advantage-head {
    gap: 14px;
  }

  .advantage-copy {
    max-width: 100%;
  }

  .advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 20px;
  }

  .advantage-item {
    gap: 12px;
    padding: 6px 0;
  }

  .advantage-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }

  .advantage-icon svg {
    width: 16px;
    height: 16px;
  }

  .advantage-text h4 {
    font-size: 15.5px;
    line-height: 1.35;
  }

  .advantage-text p {
    font-size: 13.5px;
    line-height: 1.68;
  }
}

@media (max-width: 480px) {
  .agent-hero {
    min-height: 500px;
  }

  .agent-hero-inner {
    width: calc(100% - 24px);
    padding: 52px 12px 64px;
    gap: 14px;
  }

  .agent-badge {
    padding: 6px 10px;
    gap: 7px;
  }

  .agent-badge-label {
    font-size: 8.5px;
  }

  .agent-badge-dot {
    width: 5px;
    height: 5px;
  }

  .agent-badge-text {
    font-size: 10.5px;
  }

  .agent-hero-title {
    font-size: clamp(24px, 8.5vw, 32px);
    line-height: 1.12;
  }

  .agent-hero-desc {
    font-size: 13.5px;
    line-height: 1.65;
  }

  .agent-hero-btn {
    max-width: 100%;
    font-size: 13.5px;
    padding: 11px 14px;
  }

  .agent-blob {
    width: 40vmax;
    height: 40vmax;
    filter: blur(38px);
  }

  .agent-bottom-fade {
    height: 44px;
  }



  /* INTRODUCTION */
  .intro-section {
    padding: 18px 0;
  }

  .intro-grid-container {
    width: calc(100% - 28px);
  }

  .intro-grid p {
    font-size: 10px;
    line-height: 1.7;
  }


  /* COPILOT SECTION */
  .copilot-feature-section {
    padding: 32px 12px;
  }

  .copilot-feature-title h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .copilot-feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .copilot-feature-card {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .copilot-feature-card::after {
    top: 20px;
    height: 22px;
  }

  .copilot-feature-card:hover::after {
    height: 28px;
  }

  .copilot-feature-icon svg {
    width: 24px;
    height: 24px;
  }

  .copilot-feature-title {
    font-size: 0.98rem;
    padding-bottom: 10px;
  }

  .copilot-feature-desc {
    font-size: 0.88rem;
    line-height: 1.6;
  }

  /* CTA SECTION */
  .agent-cta-section {
    padding: 18px 12px;
  }

  .agent-cta-subtext {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .agent-cta-heading {
    font-size: clamp(20px, 7vw, 25px);
    line-height: 1.28;
    margin-bottom: 10px;
  }

  .agent-cta-description {
    font-size: 13.5px;
    line-height: 1.65;
    margin-bottom: 16px;
  }

  .agent-btn {
    width: 100%;
    padding: 10px 18px;
    font-size: 12px;
  }


  /* ADVANTAGES SECTION */
  .advantage-container {
    gap: 18px;
  }

  .advantage-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 14px;
  }

  .advantage-item {
    gap: 10px;
  }

  .advantage-icon {
    width: 26px;
    height: 26px;
    min-width: 26px;
  }

  .advantage-icon svg {
    width: 14px;
    height: 14px;
  }

  .advantage-text h4 {
    font-size: 14px;
    line-height: 1.35;
  }

  .advantage-text p {
    font-size: 13px;
    line-height: 1.6;
  }
}


/* ============================= INSIGHTAGENT AI ================================== */
/* ---------- IntelliDoc.AI — Feature Section Responsive ---------- */

@media (max-width: 1199px) {
    .intellidoc-feature-section {
        padding: 42px 16px;
    }

    .intellidoc-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        width: 90%;
    }

    .intellidoc-feature-card {
        padding: 18px 18px;
        border-radius: 22px;
    }

    .intellidoc-feature-title {
        font-size: 1.05rem;
    }

    .intellidoc-feature-desc {
        font-size: 0.9rem;
        max-width: 100%;
    }

    /* INSIGHTAGENT AI CTA */
    .insightagent-cta-section {
        padding: 32px 18px;
    }

    .insightagent-cta-heading {
        font-size: clamp(22px, 3.2vw, 30px);
    }

    .insightagent-cta-subtext {
        font-size: 1.05rem;
    }

    .insightagent-cta-desc {
        font-size: 0.95rem;
    }

    /* BUSINESS SECTION */
    .intellidoc-business-section {
        padding: 36px 18px;
    }

    .intellidoc-business-heading {
        margin-bottom: 30px;
    }

    .intellidoc-business-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .intellidoc-business-card {
        padding: 18px 16px;
        max-width: 100%;
    }

    .intellidoc-business-icon {
        font-size: 34px;
        margin-bottom: 14px;
    }

    .intellidoc-business-card h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .intellidoc-business-card p {
        font-size: 14px;
        line-height: 1.65;
    }
}

@media (max-width: 991px) {
    .intellidoc-feature-section {
        padding: 36px 14px;
    }

    .intellidoc-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        width: 90%;
    }

    .intellidoc-feature-card {
        padding: 16px 16px;
        border-radius: 18px;
    }

    .intellidoc-feature-card::after {
        top: 24px;
        height: 24px;
    }

    .intellidoc-feature-card:hover::after {
        height: 32px;
    }

    .intellidoc-feature-icon {
        margin-bottom: 10px;
    }

    .intellidoc-feature-icon svg {
        width: 24px;
        height: 24px;
    }

    .intellidoc-feature-title {
        font-size: 1rem;
        line-height: 1.35;
    }

    .intellidoc-feature-desc {
        font-size: 0.88rem;
        line-height: 1.6;
    }

    /* INSIGHTAGENT CTA */
    .insightagent-cta-section {
        padding: 28px 16px;
    }

    .insightagent-cta-heading {
        font-size: clamp(20px, 4vw, 26px);
        line-height: 1.3;
    }

    .insightagent-cta-subtext {
        font-size: 1rem;
    }

    .insightagent-cta-desc {
        font-size: 0.92rem;
        line-height: 1.6;
    }

    .insightagent-cta-button {
        font-size: 1rem;
        padding: 11px 26px;
    }

    /* BUSINESS SECTION */
    .intellidoc-business-section {
        padding: 32px 16px;
    }

    .intellidoc-business-heading {
        margin-bottom: 24px;
    }

    .intellidoc-business-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .intellidoc-business-card {
        padding: 18px 14px;
        border-radius: 18px;
    }

    .intellidoc-business-icon {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .intellidoc-business-card h3 {
        font-size: 16px;
        line-height: 1.35;
    }

    .intellidoc-business-card p {
        font-size: 13.5px;
        line-height: 1.6;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .intellidoc-feature-section {
        padding: 30px 12px;
    }

    .intellidoc-feature-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        width: 98%;
    }

    .intellidoc-feature-card {
        padding: 16px 14px;
        border-radius: 16px;
    }

    .intellidoc-feature-card::after {
        top: 20px;
        height: 22px;
    }

    .intellidoc-feature-card:hover::after {
        height: 28px;
    }

    .intellidoc-feature-icon svg {
        width: 22px;
        height: 22px;
    }

    .intellidoc-feature-title {
        font-size: 0.96rem;
        margin-bottom: 6px;
    }

    .intellidoc-feature-desc {
        font-size: 0.84rem;
        line-height: 1.55;
    }

    /* INSIGHTAGENT AI CTA */
    .insightagent-cta-section {
        padding: 26px 14px;
    }

    .insightagent-cta-heading {
        font-size: clamp(18px, 5vw, 24px);
    }

    .insightagent-cta-subtext {
        font-size: 0.95rem;
    }

    .insightagent-cta-desc {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .insightagent-cta-button {
        width: 100%;
        max-width: 260px;
        padding: 11px 20px;
    }

    .insightagent-cta-footer {
        font-size: 0.9rem;
    }

    /* BUSINESS SECTION */
    .intellidoc-business-section {
        padding: 32px 16px;
    }

    .intellidoc-business-heading {
        margin-bottom: 24px;
    }

    .intellidoc-business-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .intellidoc-business-card {
        padding: 18px 14px;
        border-radius: 18px;
    }

    .intellidoc-business-icon {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .intellidoc-business-card h3 {
        font-size: 16px;
        line-height: 1.35;
    }

    .intellidoc-business-card p {
        font-size: 13.5px;
        line-height: 1.6;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .intellidoc-feature-section {
        padding: 26px 10px;
    }

    .intellidoc-feature-grid {
        gap: 12px;
    }

    .intellidoc-feature-card {
        padding: 14px 12px;
        border-radius: 14px;
    }

    .intellidoc-feature-card::after {
        top: 18px;
        height: 20px;
    }

    .intellidoc-feature-card:hover::after {
        height: 24px;
    }

    .intellidoc-feature-icon {
        margin-bottom: 8px;
    }

    .intellidoc-feature-icon svg {
        width: 20px;
        height: 20px;
    }

    .intellidoc-feature-title {
        font-size: 0.92rem;
    }

    .intellidoc-feature-desc {
        font-size: 0.8rem;
        line-height: 1.5;
    }

    /* INSIGHTAGENT AI CTA */
    .insightagent-cta-section {
        padding: 26px 14px;
    }

    .insightagent-cta-heading {
        font-size: clamp(18px, 5vw, 24px);
    }

    .insightagent-cta-subtext {
        font-size: 0.95rem;
    }

    .insightagent-cta-desc {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .insightagent-cta-button {
        width: 100%;
        max-width: 260px;
        padding: 11px 20px;
    }

    .insightagent-cta-footer {
        font-size: 0.9rem;
    }

    /* BUSINESS SECTION */
    .intellidoc-business-section {
        padding: 28px 14px;
    }

    .intellidoc-business-heading {
        margin-bottom: 20px;
    }

    .intellidoc-business-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .intellidoc-business-card {
        padding: 16px 14px;
        border-radius: 16px;
        max-width: 100%;
    }

    .intellidoc-business-icon {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .intellidoc-business-card h3 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .intellidoc-business-card p {
        font-size: 13.5px;
        line-height: 1.6;
    }
}


/* ====================================== QLIK PAGE ============================== */
/* ================= RESPONSIVE ================= */
@media (max-width: 1199px) {
    .qlik-elite-inner {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    .qlik-elite-left {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .qlik-elite-copy {
        align-items: center;
        text-align: center;
    }

    .qlik-elite-copy p {
        max-width: 760px;
    }

    .qlik-elite-right {
        padding-left: 0;
        min-width: unset;
    }

    .qlik-elite-logo {
        width: 220px;
    }
}

@media (max-width: 767px) {
    .qlik-elite-banner {
        padding: 16px 0;
        border-radius: 16px;
    }

    .qlik-elite-inner {
        width: min(100%, calc(100% - 24px));
        gap: 18px;
    }

    .qlik-elite-left {
        gap: 14px;
    }

    .qlik-elite-badge {
        font-size: 11px;
        padding: 7px 12px;
    }

    .qlik-elite-copy h2 {
        font-size: clamp(22px, 7vw, 30px);
        line-height: 1.18;
    }

    .qlik-elite-copy p {
        font-size: 15px;
        line-height: 1.55;
        max-width: 100%;
    }

    .qlik-elite-logo {
        width: 180px;
    }
}

@media (max-width: 479px) {
    .qlik-elite-banner {
        padding: 14px 0;
    }

    .qlik-elite-inner {
        width: min(100%, calc(100% - 20px));
    }

    .qlik-elite-copy h2 {
        font-size: 24px;
    }

    .qlik-elite-copy p {
        font-size: 14px;
    }

    .qlik-elite-logo {
        width: 150px;
    }
}




/* ================================= DATA ENGINEERING =========================== */

/* ---------- HERO ---------- */
@media (max-width: 991px) {
    .de-hero {
        min-height: auto;
        padding: 80px 0 60px;
    }

    .de-hero-content {
        gap: 18px;
        max-width: 720px;
    }

    .de-hero-title {
        line-height: 1.15;
    }

    .de-hero-desc {
        font-size: 15px;
        line-height: 1.6;
    }

    .de-hero-btn {
        min-width: 180px;
        padding: 12px 22px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .de-hero {
        padding: 70px 0 50px;
    }

    .de-hero-eyebrow {
        font-size: 13px;
        letter-spacing: 0.12em;
    }

    .de-hero-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .de-hero-desc {
        font-size: 14px;
        line-height: 1.6;
    }

    .de-hero-actions {
        flex-direction: column;
        gap: 12px;
    }

    .de-hero-btn {
        width: 100%;
        min-width: unset;
    }
}


/* ---------- TABS SECTION ---------- */

@media (max-width: 1199px) {
    .de-tabs-main {
        grid-template-columns: 1.6fr 1fr;
        gap: 14px;
    }

    .de-tabs-content-area {
        padding: 28px;
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .de-tabs-main {
        grid-template-columns: 1fr;
    }

    .de-tabs-cta {
        position: relative;
        top: auto;
    }

    .de-tabs-cta-card {
        margin-top: 10px;
        padding: 26px;
    }

    .de-tabs-content-area {
        padding: 24px;
    }

    .de-panel-copy {
        gap: 18px;
    }

    .de-panel-copy h2 {
        line-height: 1.15;
    }

    .de-panel-lead {
        font-size: 15px;
    }

    .de-point {
        padding: 16px 16px 16px 48px;
        font-size: 15px;
    }

    .de-point::before {
        left: 22px;
        top: 22px;
    }
}

@media (max-width: 767px) {
    .de-tabs-section {
        padding: 50px 0;
    }

    .de-tab {
        padding: 12px 14px;
        font-size: 13px;
        border-radius: 12px;
    }

    .de-tab-icon {
        width: 28px;
        height: 28px;
    }

    .de-tabs-content-area {
        padding: 20px;
        border-radius: 14px;
    }

    .de-panel-copy {
        gap: 16px;
    }

    .de-panel-label {
        font-size: 11px;
        padding: 6px 10px;
    }

    .de-panel-copy h2 {
        font-size: 20px;
    }

    .de-panel-lead {
        font-size: 14px;
        line-height: 1.6;
    }

    .de-panel-card {
        padding: 18px;
        border-radius: 14px;
    }

    .de-panel-card p {
        font-size: 14px;
    }

    .de-point {
        padding: 14px 14px 14px 44px;
        font-size: 14px;
    }

    .de-point::before {
        width: 8px;
        height: 8px;
        left: 20px;
        top: 20px;
    }

    .de-tabs-cta-card {
        padding: 22px 20px;
        border-radius: 14px;
    }

    .de-tabs-cta-card h3 {
        font-size: 22px;
    }

    .de-tabs-cta-highlight {
        padding: 14px;
    }

    .de-tabs-cta-highlight p {
        font-size: 14px;
    }
}


/* ---------- PARTNER SECTION ---------- */

@media (max-width: 991px) {
    .lz-partner-grid {
        grid-template-columns: 1fr;
    }

    .lz-partner-content {
        padding: 40px 32px;
    }

    .lz-partner-content h2 {
        max-width: 100%;
    }

    .lz-partner-visual {
        min-height: 260px;
    }

    .lz-partner-visual img {
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 767px) {

    .lz-partner-content {
        padding: 28px 22px;
    }

    .lz-partner-label {
        font-size: 12px;
        padding: 6px 12px;
    }

    .lz-partner-content h2 {
        font-size: 22px;
        line-height: 1.2;
    }

    .lz-partner-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .lz-partner-points li {
        font-size: 14px;
        padding-left: 24px;
    }

    .lz-partner-points li::before {
        width: 8px;
        height: 8px;
        top: 8px;
    }
    /* ================================= ABOUT US ============================= */
/* ========== LAGOZON IDENTITY SECTION RESPONSIVE ========== */

@media (max-width: 1199px) {
    .lz-identity-container {
        width: min(1240px, calc(100% - 32px));
    }

    .lz-identity-grid {
        grid-template-columns: 1fr 0.95fr;
        gap: 24px;
        padding-bottom: 28px;
    }

    .lz-identity-copy p {
        font-size: 16px;
        line-height: 1.78;
        padding: 10px;
    }

    .lz-identity-card {
        margin-top: 18px;
        padding: 24px;
        border-radius: 22px;
        gap: 16px;
    }

    .lz-identity-points {
        gap: 12px;
    }

    .lz-identity-showcase {
        grid-template-columns: 320px 1fr;
        gap: 24px;
        padding: 34px 0;
    }

    .lz-identity-showcase-card {
        min-height: 200px;
        padding: 22px;
        border-radius: 22px;
                padding: 10px;

    }

    .lz-identity-showcase-card::after {
        width: 62px;
    }

    .lz-identity-showcase-text p {
        font-size: 16px;
        line-height: 1.78;
        padding: 10px;
    }
}

@media (max-width: 991px) {
  .lz-identity-section{
    padding: 0px 20px;
  }
    .lz-identity-container {
        width: calc(100% - 28px);
    }

    .lz-identity-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-bottom: 24px;
    }

    .lz-identity-copy {
        gap: 14px;
    }

    .lz-identity-copy h2 {
        line-height: 1.08;
    }

    .lz-identity-copy p {
        font-size: 15px;
        line-height: 1.72;
        padding: 10px;
    }

    .lz-identity-card {
        margin-top: 0;
        padding: 22px 20px;
        border-radius: 20px;
    }

    .lz-identity-points div {
        padding-left: 16px;
        line-height: 1.65;
    }

    .lz-identity-points div::before {
        top: 10px;
        width: 7px;
        height: 7px;
    }

    .lz-identity-showcase {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 28px 0;
    }

    .lz-identity-showcase-card {
        min-height: 180px;
        padding: 22px 20px;
        border-radius: 20px;
        padding: 10px;
    }

    .lz-identity-showcase-card h3 {
        max-width: 150px;
        line-height: 1;
    }

    .lz-identity-showcase-text {
        gap: 14px;
    }

    .lz-identity-showcase-text p {
        font-size: 15px;
        line-height: 1.72;
        padding: 10px;

    }
}

@media (max-width: 767px) {
  .lz-identity-section{
    padding: 0px 20px;
  }
    .lz-identity-container {
        width: calc(100% - 24px);
    }

    .lz-identity-grid {
        gap: 18px;
        padding-bottom: 20px;
    }

    .lz-identity-copy {
        gap: 12px;
    }

    .lz-identity-eyebrow {
        padding: 6px 12px;
        font-size: 11px;
        letter-spacing: 0.07em;
    }

    .lz-identity-copy p {
        font-size: 14px;
        line-height: 1.68;
        padding: 10px;
    }

    .lz-identity-card {
        padding: 18px 16px;
        border-radius: 18px;
        gap: 14px;
    }

    .lz-identity-card h3 {
        font-size: 20px;
    }

    .lz-identity-points {
        gap: 10px;
    }

    .lz-identity-points div {
        font-size: 14px;
        line-height: 1.62;
        padding-left: 15px;
    }

    .lz-identity-points div::before {
        top: 9px;
        width: 6px;
        height: 6px;
    }

    .lz-identity-showcase {
        gap: 16px;
        padding: 22px 0;
    }

    .lz-identity-showcase-card {
        min-height: 160px;
        padding: 18px 16px;
        border-radius: 18px;
    }

    .lz-identity-showcase-card::after {
        width: 52px;
    }

    .lz-identity-mini {
        margin-bottom: 18px;
        font-size: 11px;
        letter-spacing: 0.12em;
    }

    .lz-identity-showcase-card h3 {
        max-width: 220px;
        line-height: 1;
    }

    .lz-identity-showcase-text {
        gap: 12px;
    }

    .lz-identity-showcase-text p {
        font-size: 14px;
        line-height: 1.68;
        padding: 10px;

    }
}

@media (max-width: 480px) {
  .lz-identity-section{
    padding: 0px 20px;
  }
    .lz-identity-container {
        width: calc(100% - 20px);
    }

    .lz-identity-grid {
        gap: 16px;
        padding-bottom: 18px;
    }

    .lz-identity-eyebrow {
        padding: 5px 10px;
        font-size: 10px;
    }

    .lz-identity-copy p {
        font-size: 13.5px;
        line-height: 1.62;
        padding: 10px;
    }

    .lz-identity-card {
        padding: 16px 14px;
        border-radius: 16px;
        gap: 12px;
    }

    .lz-identity-card h3 {
        font-size: 18px;
    }

    .lz-identity-points div {
        font-size: 13.5px;
        line-height: 1.58;
        padding-left: 14px;
    }

    .lz-identity-showcase {
        gap: 14px;
        padding: 18px 0;
    }

    .lz-identity-showcase-card {
        min-height: 145px;
        padding: 16px 14px;
        border-radius: 16px;
                padding: 10px;

    }

    .lz-identity-showcase-card::after {
        width: 44px;
    }

    .lz-identity-mini {
        margin-bottom: 14px;
        font-size: 10px;
    }

    .lz-identity-showcase-card h3 {
        max-width: 180px;
        line-height: 1.02;
    }

    .lz-identity-showcase-text p {
        font-size: 13.5px;
        line-height: 1.6;
        padding: 10px;

    }
}
}



/* ================= LEADERSHIP TEAM RESPONSIVE ================= */

@media (max-width: 1199px) {
    .leadership-team-section {
        padding: 42px 18px;
    }

    .leadership-team-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .leadership-team-card {
        border-radius: 20px;
        padding: 20px 16px 16px;
    }

    .leadership-team-avatar {
        width: 120px;
        height: 120px;
    }

    .leadership-team-name {
        font-size: 18px;
    }

    .leadership-team-role {
        font-size: 13.5px;
        min-height: 42px;
    }
}

@media (max-width: 991px) {
    .leadership-team-section {
        padding: 36px 16px;
    }

    .leadership-team-header {
        margin-bottom: 24px;
        max-width: 100%;
    }

    .leadership-team-desc {
        font-size: 15px;
        line-height: 1.7;
    }

    .leadership-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .leadership-team-card {
        border-radius: 18px;
        padding: 18px 14px 16px;
    }

    .leadership-team-avatar {
        width: 110px;
        height: 110px;
        margin-bottom: 14px;
    }

    .leadership-team-name {
        font-size: 17px;
        line-height: 1.3;
    }

    .leadership-team-role {
        font-size: 13px;
        line-height: 1.55;
        min-height: 40px;
    }

    .leadership-team-social {
        margin-top: 14px;
    }

    .leadership-team-iconlink {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 767px) {
    .leadership-team-section {
        padding: 30px 14px;
    }

    .leadership-team-desc {
        font-size: 14px;
        line-height: 1.65;
    }

    .leadership-team-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .leadership-team-card {
        border-radius: 16px;
        padding: 18px 14px 16px;
    }

    .leadership-team-avatar {
        width: 100px;
        height: 100px;
        margin-bottom: 12px;
    }

    .leadership-team-name {
        font-size: 16px;
    }

    .leadership-team-role {
        font-size: 13px;
        line-height: 1.55;
        min-height: auto;
    }

    .leadership-team-iconlink {
        width: 36px;
        height: 36px;
    }

    .leadership-team-icon {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .leadership-team-section {
        padding: 26px 12px;
    }

    .leadership-team-header {
        margin-bottom: 20px;
    }

    .leadership-team-desc {
        font-size: 13.5px;
        line-height: 1.6;
    }

    .leadership-team-card {
        border-radius: 14px;
        padding: 16px 12px 14px;
    }

    .leadership-team-avatar {
        width: 90px;
        height: 90px;
    }

    .leadership-team-name {
        font-size: 15px;
        line-height: 1.28;
    }

    .leadership-team-role {
        font-size: 12.5px;
        line-height: 1.5;
    }

    .leadership-team-iconlink {
        width: 34px;
        height: 34px;
    }
}
/* =========================
   RESPONSIVE (CUSTOM BREAKPOINTS)
========================= */

/* ≤1199px (Large tablets / small laptops) */
@media (max-width: 1199px) {

    .ua-hero-grid,
    .ua-value-grid {
        gap: 40px;
    }

    .ua-capabilities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .ua-hero-content h1 {
        font-size: clamp(2rem, 3.5vw, 3rem);
    }
}


/* ≤991px (Tablets) */
@media (max-width: 991px) {

    .ua-hero-grid,
    .ua-value-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .ua-hero-visual,
    .ua-value-visual {
        grid-template-columns: 1fr 1fr;
    }

    .ua-card-two {
        margin-left: 0;
    }

    .ua-capabilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ua-hero-section,
    .ua-capabilities-section,
    .ua-value-section {
        padding: 70px 0;
    }
}


/* ≤767px (Mobile landscape / small tablets) */
@media (max-width: 767px) {

    .ua-hero-visual,
    .ua-value-visual {
        grid-template-columns: 1fr;
    }

    .ua-capabilities-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ua-section-head {
        margin-bottom: 40px;
    }

    .ua-hero-content h1,
    .ua-section-head h2,
    .ua-value-content h2 {
        font-size: clamp(1.6rem, 5vw, 2.2rem);
        line-height: 1.2;
    }

    .ua-hero-section,
    .ua-capabilities-section,
    .ua-value-section {
        padding: 60px 0;

    }

    .ua-hero-card,
    .ua-cap-card,
    .ua-stat-card {
        padding: 22px 18px;
        border-radius: 18px;
    }
}


/* ≤480px (Mobile portrait) */
@media (max-width: 480px) {

    .ua-hero-content h1 {
        font-size: 1.5rem;
    }

    .ua-section-head h2,
    .ua-value-content h2 {
        font-size: 1.4rem;
    }

    .ua-hero-content p,
    .ua-section-head p,
    .ua-value-content p {
        font-size: 0.95rem;
    }

    .ua-hero-point,
    .ua-value-points li {
        font-size: 0.92rem;
    }

    .ua-cap-card h3,
    .ua-hero-card h3,
    .ua-stat-card h3 {
        font-size: 1.05rem;
    }

    .ua-hero-section,
    .ua-capabilities-section,
    .ua-value-section {
        padding: 50px 0;
    }

    .ua-cap-icon {
        width: 46px;
        height: 46px;
        font-size: 0.8rem;
    }
}







