@media (max-width: 991px) {

  html,
  body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .container,
  .gallery-container,
  .gallery-items,
  .gallery-item,
  .contact-form-container,
  .info-cards,
  .info-card,
  .map-container,
  .infrastructure-section,
  .products-container {
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }

  input,
  textarea,
  select,
  button {
    max-width: 100%;
  }

  .recaptcha-container {
    max-width: 100%;
    overflow: hidden;

  }
}

@media (max-width: 576px) {
  * {
    box-sizing: border-box !important;
  }
}



@media (max-width: 1200px) {
  .header-content {
    max-width: 100%;
    padding: 0 20px;
  }

  .logo-cert img {
    margin-right: 15px;
    max-height: 50px;
  }

  .main-menu li {
    margin: 0 12px;
  }
}

@media (max-width: 992px) {
  
  .main-header {
    padding: 25px 0;
  }

  .main-header.scrolled {
    padding: 10px 0;
  }

  .logo img {
    height: 55px;
  }

  .main-header.scrolled .logo img {
    height: 45px;
  }

  .main-header.scrolled .logo-container p {
    font-size: 0.8rem;
    letter-spacing: 0.004rem;
    margin-top: -5px;
  }

  .logo-container p {

    font-size: 0.9rem;
    letter-spacing: 0.005rem;

  }


  .main-menu li {
    margin: 0 8px;
  }

  .logo-cert img {
    max-height: 45px;
    margin-right: 10px;
  }

  .right-header {
    margin-top: -20px;
  }

  .main-header.scrolled .right-header {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .main-header {
    padding: 15px 0;
  }

  .header-content {
    position: relative;
  }

  .menu-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    transition: height 0.4s ease;
    z-index: 1000;
    margin-left: 0;
  }

  .menu-open .menu-container {
    height: 100vh;
  }

  .main-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding-top: 80px;
  }

  .main-menu ul {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .main-menu li {
    margin: 15px 0;
    text-align: center;
    width: 100%;
  }

  .main-menu a {
    font-size: 18px;
    padding: 10px 0;
  }

  .main-menu a::after {
    bottom: 5px;
  }

  .right-header {
    margin-top: 0;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
  }

  .logo-cert {
    display: none;
  }

  .social-icons {
    margin-top: 0;
  }

  .logo-container {
    margin-left: 10px;
  }

  .logo-container p {
    font-size: 10pt;
    margin-top: -5px;
  }

  .main-header.scrolled .main-menu a {
    color: var(--white);
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .logo img {
    height: 50px;
  }

  .main-header.scrolled .logo img {
    height: 45px;
  }

  .logo-container p {
    font-size: 9pt;
  }

  .social-icon {
    width: 18px;
    height: 18px;
  }

  .main-menu a {
    font-size: 16px;
  }

  .main-menu li {
    margin: 12px 0;
  }
}


@media (max-width: 1300px) {
  .banner-section {
    height: 60vh;
}
  .banner-heading {
    font-size: 3rem;
  }

  .banner-subheading {
    font-size: 1.8rem;
  }

  .banner-arrow {
    width: 80px;
    height: 75px;
  }

  .marca-overlay {
    height: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1112px) {
  .banner-content {
    max-width: 80%;
  }
  .banner-section {
    height: 60vh;
}

  .banner-heading {
    font-size: 2.8rem;
    white-space: normal;
    display: block;
  }

  .banner-heading .highlight {
    display: inline;
  }

  .banner-subheading {
    font-size: 1.6rem;
    margin-top: 10px;
  }

  .banner-arrow.prev {
    left: 2%;
  }

  .banner-arrow.next {
    right: 2%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-section {
    height: 60vh;
}

  .banner-content {
    max-width: 85%;
  }

  .banner-heading {
    font-size: 2.5rem;
    white-space: normal;
  }

  .banner-subheading {
    font-size: 1.5rem;
  }

  .banner-arrow {
    width: 60px;
    height: 60px;
  }

  .banner-arrow.prev {
    left: 2%;
  }

  .banner-arrow.next {
    right: 2%;
  }

  .marca-overlay {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .banner-section {
    min-height: 500px;
  }

  .banner-content {
    padding: 0 15px;
    width: 80%;
  }

  .banner-heading {
    font-size: 2.2rem;
    letter-spacing: 1px;
    white-space: normal;
  }

  .banner-subheading {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }

  .banner-arrow {
    width: 50px;
    height: 50px;
  }

  .banner-arrow.prev {
    left: 3%;
  }

  .banner-arrow.next {
    right: 3%;
  }

  .marca-overlay {
    height: 150px;
  }
}

@media (max-width: 576px) {
  .banner-section {
    min-height: 450px;
    height: 70vh;
  }

  .banner-content {
    max-width: 85%;
    padding: 0 10px;
  }

  .banner-heading {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .banner-subheading {
    font-size: 1.2rem;
    margin-top: 5px;
  }

  .banner-arrow {
    width: 40px;
    height: 40px;
  }

  .banner-arrow.prev {
    left: 2%;
  }

  .banner-arrow.next {
    right: 2%;
  }

  .marca-overlay {
    height: 120px;
  }
}

@media (max-width: 480px) {
  .banner-section {
    min-height: 400px;
  }

  .banner-heading {
    font-size: 1.5rem;
  }

  .banner-subheading {
    font-size: 1rem;
  }

  .banner-arrow {
    width: 30px;
    height: 30px;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .banner-section {
    min-height: 350px;
    height: 100vh;
  }

  .banner-heading {
    font-size: 1.6rem;
  }

  .banner-subheading {
    font-size: 1rem;
  }

  .banner-arrow {
    width: 35px;
    height: 35px;
  }

  .marca-overlay {
    height: 100px;
  }
}

@media (max-width: 1200px) {
  .categories-container {
    gap: 50px;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .category-item {
    width: 270px;
    height: 270px;
  }

  .category-title {
    font-size: 2.4rem;
  }

  .category-subtitle {
    font-size: 2.4rem;
  }
}

@media (max-width: 992px) {
  .categories-section {
    margin-top: -120px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .categories-container {
    gap: 25px;
    flex-wrap: nowrap;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .category-item {
    width: 220px;
    height: 220px;
  }

  .category-title {
    font-size: 2.2rem;
  }

  .category-subtitle {
    font-size: 2.2rem;
  }
}

@media (max-width: 850px) {
  .categories-section {
    margin-top: -100px;
    max-width: 100%;
    overflow: hidden;
  }

  .categories-container {
    gap: 15px;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .category-item {
    width: 30%;
    height: auto;
    aspect-ratio: 1/1;
    min-width: 0;
  }

  .category-title {
    font-size: 1.6rem;
  }

  .category-subtitle {
    font-size: 1.6rem;
  }
}

@media (min-width: 740px) and (max-width: 830px) {
  .categories-container {
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0 5px;
  }

  .category-item {
    width: 31%;
    margin: 0;
  }

  .category-title {
    font-size: 1.5rem;
  }

  .category-subtitle {
    font-size: 1.5rem;
  }
}

@media (max-width: 700px) {
  .categories-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }

  .category-item {
    width: 190px;
    height: 190px;
    aspect-ratio: initial;
  }
}

@media (max-width: 576px) {
  .categories-section {
    margin-top: -80px;
  }

  .categories-container {
    gap: 20px;
  }

  .category-item {
    width: 140px;
    height: 140px;
  }

  .category-title {
    font-size: 1.3rem;
  }

  .category-subtitle {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .categories-section {
    margin-top: -60px;
  }

  .categories-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .category-item {
    width: 220px;
    height: 220px;
  }

  .category-title {
    font-size: 2rem;
  }

  .category-subtitle {
    font-size: 2rem;
  }
}

/* Sección de bienvenida responsiva */
@media (max-width: 1200px) {
  .welcome-container {
    max-width: 960px;
  }

  .welcome-content {
    padding-right: 30px;
  }

  .welcome-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 992px) {
  .welcome-container {
    max-width: 720px;
  }

  .welcome-title {
    font-size: 2rem;
  }

  .welcome-image img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .welcome-section {
    padding: 70px 20px 40px;
  }

  .welcome-container {
    flex-direction: column;
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .welcome-content {
    padding-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }

  .welcome-title {
    font-size: 1.8rem;
  }

  .welcome-title::after {
    width: 100%;
    height: 6px;
    margin-top: 15px;
  }

  .welcome-image {
    width: 100%;
    margin-top: 0;
  }

  .welcome-image img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 576px) {
  .welcome-section {
    padding: 50px 15px 30px;
  }

  .welcome-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .welcome-title {
    font-size: 1.6rem;
  }

  .welcome-point {
    margin-bottom: 1rem;
  }

  .welcome-point p {
    font-size: 13px;
    line-height: 1.8;
  }
}

@media (max-width: 480px) {
  .welcome-title {
    font-size: 1.5rem;
  }

  .welcome-title::after {
    height: 5px;
    margin-top: 10px;
  }

  .welcome-point-icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
}

/* ============================================================================================== 
   SECCIÓN DE FOOTER RESPONSIVE
============================================================================================== */

@media (max-width: 380px) {
  .contact-link span {
    font-size: 0.7rem;
  }

  .contact-circle {
    width: 22px;
    height: 22px;
  }

  .copyright-text {
    font-size: 0.5rem;
  }
}

@media (max-width: 767px) {

  .partners-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .partner-box {
    max-width: 280px;
  }


  .contact-info-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .contact-col {
    margin: 5px 0;
    width: 100%;
    justify-content: center;
  }


  .contact-col:nth-child(2),
  .contact-col:nth-child(4) {
    order: 1;
  }

  .contact-col:nth-child(1),
  .contact-col:nth-child(3) {
    order: 2;
  }


  .contact-link {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .contact-link span {
    font-size: 0.75rem;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .partners-container {
    gap: 20px;
  }

  .partner-box {
    max-width: 220px;
  }

  .contact-info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .contact-col {
    width: 45%;
    margin: 8px 5px;
    justify-content: center;
    flex-shrink: 0;
    min-width: 200px;
  }


  .contact-col:nth-child(1) {
    order: 3;
  }

  .contact-col:nth-child(2) {
    order: 1;
  }

  .contact-col:nth-child(3) {
    order: 4;
  }

  .contact-col:nth-child(4) {
    order: 2;
  }
}

@media (max-width: 991px) {
  .contact-info-section {
    padding: 25px 0;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .partners-container {
    gap: 25px;
  }

  .partner-box {
    max-width: 280px;
  }
}


@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* ============================================================================================== 
   SECCIÓN DE SERVICE RESPONSIVE
============================================================================================== */
@media (max-width: 1200px) {
  .service-section {
    max-width: 960px;
    padding: 60px 15px;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .services-container {
    gap: 20px;
  }

  .service-item {
    max-width: 300px;
  }
}

@media (max-width: 992px) {
  .service-section {
    max-width: 720px;
    padding: 50px 15px;
  }

  .section-title {
    font-size: 2rem;
  }

  .services-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .service-item {
    max-width: 100%;
  }

  .service-image {
    height: 200px;
  }
}

@media (max-width: 820px) {
  .service-section {
    max-width: 95%;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .services-container {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin: 0 auto;
  }

  .service-item {
    max-width: 100%;
  }

  .service-image {
    height: 220px;
  }
}

@media (max-width: 576px) {
  .service-section {
    padding: 40px 10px;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .section-description {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }

  .service-content {
    padding: 20px 15px;
  }

  .service-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .service-description {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.5rem;
  }

  .service-image {
    height: 180px;
  }

  .service-title {
    font-size: 1.3rem;
  }
}

/* ============================================================================================== 
   SECCIÓN DE INFRASTRUCTURE RESPONSIVE
============================================================================================== */
@media (max-width: 1200px) {
  .infrastructure-section {
    padding: 60px 0;
    max-width: 960px;
  }

  .container {
    max-width: 960px;
    padding: 0 20px;
  }

  .product-card {
    padding: 25px;
    padding-bottom: 50px;
  }

  .product-image {
    width: 150px;
    height: 150px;
    margin-right: 20px;
  }
}

@media (max-width: 992px) {
  .infrastructure-section {
    max-width: 720px;
  }

  .container {
    max-width: 720px;
  }

  .section-title-Infra {
    font-size: 2.2rem;
  }

  .section-title-Infra::after {
    width: 50%;
    margin-bottom: 60px;
  }

  .products-container {
    padding-top: 50px;
    margin-top: -65px;
  }

  .product-card {
    width: 100%;
    padding: 25px 20px 40px;
  }

  .product-card:nth-child(1),
  .product-card:nth-child(2),
  .product-card:nth-child(3),
  .product-card:nth-child(4) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .products-container::before {
    display: none;
  }

  .products-container::after {
    left: 20px;
    right: 20px;
    top: auto;
    bottom: auto;
    height: 0;
  }

  .product-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .infrastructure-section {
    padding: 50px 0;
    max-width: 540px;
  }

  .container {
    max-width: 540px;
  }

  .section-title-Infra {
    font-size: 2rem;
  }

  .section-title-Infra::after {
    width: 60%;
    height: 6px;
    margin-bottom: 40px;
  }

  .products-container {
    padding-top: 30px;
    margin-top: -45px;
  }

  .product-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 30px;
  }

  .product-image {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .product-image::after {
    bottom: -4px;
  }
}

@media (max-width: 576px) {
  .infrastructure-section {
    padding: 40px 0;
  }

  .container {
    padding: 0 15px;
  }

  .section-title-Infra {
    font-size: 1.8rem;
  }

  .section-title-Infra::after {
    width: 80%;
    height: 5px;
    margin-bottom: 30px;
  }

  .products-container {
    padding-top: 20px;
    margin-top: -35px;
  }

  .product-image {
    width: 120px;
    height: 120px;
  }

  .product-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .product-description,
  .product-details {
    font-size: 13px;
    line-height: 1.5;
  }

  .product-description {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .product-image {
    width: 100px;
    height: 100px;
  }

  .product-card {
    padding: 20px 15px 25px;
  }
}


/* ==============================================================================================
   SECCIÓN DE GALLERY RESPONSIVE 
============================================================================================== */
@media (max-width: 1200px) {
  .gallery-items {
    max-width: 80%;
    gap: 25px;
  }

  .bx-gallery-wrapper {
    max-width: 80%;
    margin: 0 auto;
  }

  .gallery-arrow {
    width: 80px;
    height: 80px;
  }

  .gallery-arrow.prev {
    left: 2%;
  }

  .gallery-arrow.next {
    right: 2%;
  }
}

@media (max-width: 992px) {
  .gallery-section {
    min-height: 500px;
    padding: 30px 0;
  }

  .section-title-gallery {
    font-size: 2.2rem;
    margin-top: 60px;
  }

  .section-title-gallery::after {
    width: 40%;
    height: 7px;
    margin-bottom: 30px;
  }

  .bx-gallery-wrapper {
    max-width: 80%;
  }

  .gallery-bxslider .gallery-item {
    height: 180px;
  }

  .gallery-arrow.prev {
    left: 1%;
  }

  .gallery-arrow.next {
    right: 1%;
  }

  .bx-wrapper .bx-viewport {
    width: 100% !important;
    overflow: hidden !important;
  }
}

@media (max-width: 768px) {
  .gallery-section {
    min-height: 450px;
  }

  .section-title-gallery {
    font-size: 2rem;
    margin-top: 50px;
  }

  .section-title-gallery::after {
    width: 50%;
    height: 6px;
    margin-bottom: 25px;
  }

  .bx-gallery-wrapper {
    max-width: 75%;
  }

  .gallery-bxslider .gallery-item {
    height: 170px;
  }

  .gallery-arrow {
    width: 60px;
    height: 60px;
  }

  .gallery-arrow.prev {
    left: 2%;
  }

  .gallery-arrow.next {
    right: 2%;
  }

  .bx-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 576px) {
  .gallery-section {
    min-height: 400px;
    padding: 20px 0;
  }

  .section-title-gallery {
    font-size: 1.8rem;
    margin-top: 40px;
  }

  .section-title-gallery::after {
    width: 70%;
    height: 5px;
    margin-bottom: 20px;
  }
  
  .gallery-items {
    max-width: 95%;
    gap: 15px;
  }
  
  .gallery-item {
    height: 180px; 
    max-width: 90%; 
    margin: 0 auto;
  }
  
  .gallery-bxslider .gallery-item {
    height: 180px;  
    max-width: 90%; 
  }
  
  .bx-gallery-wrapper {
    max-width: 70%;
  }
  
  .gallery-arrow {
    width: 55px;
    height: 55px;
  }
  
  .gallery-arrow.prev {
    left: 1%;
  }
  
  .gallery-arrow.next {
    right: 1%;
  }
  
  .bx-wrapper {
    max-width: 100% !important;
  }
  
  .bx-viewport {
    width: 100% !important;
  }

  .bx-wrapper .bx-viewport .gallery-bxslider .gallery-item {
    margin-right: 10px !important;
  }
}

/* ==============================================================================================
   SECCIÓN DE CONTACT RESPONSIVE
============================================================================================== */

@media (max-width: 1200px) {

  .contact-form-container,
  .contact-target-section .info-cards {
    max-width: 960px;
  }

  .contact-target-section .info-card {
    width: 420px;
    height: 200px;
  }

  .contact-target-section .info-cards {
    gap: 30px;
  }

  .contact-target-section .profile-image {
    width: 120px;
    height: 120px;
  }

  .contact-target-section .profile-info h3 {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .contact-section {
    padding: 50px 0;
  }

  .section-title-contact {
    font-size: 2.2rem;
  }

  .contact-form-container,
  .contact-target-section .info-cards {
    max-width: 720px;
  }

  .contact-target-section .info-cards {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .contact-target-section .profile-image-container {
    padding: 5px 35px;
  }

  .contact-target-section .info-card {
    width: 100%;
    max-width: 470px;
  }

  .map-section .map-container {
    height: 450px;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 40px 0;
  }

  .section-title-contact {
    font-size: 2rem;
    margin-top: 35px;
  }

  .section-title-contact::after {
    width: 50%;
    height: 6px;
  }

  .contact-form-container {
    max-width: 540px;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }

  .form-group {
    flex: 1 0 100%;
    margin-bottom: 15px;
  }

  .contact-section input,
  .contact-section textarea {
    padding: 15px;
  }

  .contact-section textarea {
    min-height: 130px;
  }

  .contact-section .form-buttons {
    margin-bottom: 30px;
  }

  .contact-target-section .profile-image-container {
    padding: 5px 35px;
  }

  .map-section .location-info {
    padding: 20px 0;
    font-size: 16px;
  }

  .map-section .map-container {
    height: 400px;
  }
}

@media (max-width: 576px) {

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

  .section-title-contact {
    font-size: 1.8rem;
    margin-top: 25px;
  }

  .section-title-contact::after {
    width: 70%;
    height: 5px;
  }

  .contact-section .contact-intro {
    font-size: 13px;
    padding: 0 15px;
  }

  .contact-section .recaptcha-container {
    margin: 20px auto;
    transform: scale(0.75);
  }

  .contact-section .btn {
    width: 70px;
    height: 35px;
    font-size: 11px;
  }

  .contact-target-section .info-card {
    height: auto;
    flex-direction: row;
    padding: 15px;
    align-items: center;
  }

  .contact-target-section .profile-image-container {
    width: 50%;
    justify-content: center;
    padding: 0;
  }

  .contact-target-section .profile-image {
    width: 120px;
    height: 120px;
  }

  .contact-target-section .profile-info {
    width: 50%;
    text-align: left;
    height: auto;
    padding-left: 10px;
  }

  .contact-target-section .contact-detail {
    align-items: flex-start;
  }

  .contact-target-section .profile-info h3 {
    margin-top: 0;
  }

  .contact-target-section .personal-card {
    background-position: center;
  }

  .map-section .location-info {
    font-size: 14px;
  }

  .map-section .map-container {
    height: 350px;
  }
}

@media (max-width: 480px) {
  .section-title-contact {
    font-size: 1.6rem;
  }

  .contact-section .contact-intro {
    font-size: 12px;
  }

  .contact-section input,
  .contact-section textarea {
    padding: 12px;
    font-size: 11px;
  }

  .contact-target-section .profile-image {
    width: 100px;
    height: 100px;
  }

  .contact-target-section .profile-info h3 {
    font-size: 22px;
  }

  .contact-target-section .profile-role,
  .contact-target-section .detail-label,
  .contact-target-section .detail-value {
    font-size: 12px;
  }

  .contact-target-section .company-logo {
    max-width: 80%;
    max-height: 120px;
  }

  .map-section .location-info {
    padding: 15px 10px;
    font-size: 12px;
  }

  .map-section .map-container {
    height: 300px;
  }
}