/*for both mobile and tablet size*/
/*any class under this query, 0-1024px*/
@media (max-width: 1024px) {
  .checkbtn {
    display: block;
  }
  .hamburger {
    display: block;
  }
  .MessageSentIcon {
    width: 70px;
  }
  .hero-text {
    font-size: 20px;
  }
  .PDPA-pointer,
  .Terms-pointer {
    gap: 15px;
  }
  .contact-title,
  .plant-title,
  .plant2-title,
  .plant-title-inverse,
  .notes-title,
  .notes2-title,
  .howtoapply-number,
  .whistleblow-title,
  .resource-title,
  .PDPA-title,
  .Terms-title,
  .individual-specs-header {
    font-size: 22px;
  }
  .dwdm-content,
  .notes-content,
  .whistleblow-content,
  .plantmap-content,
  .NCE-content {
    flex-direction: column;
  }

  .map-content {
    flex-direction: column;
    gap: 30px;
  }

  .promo-cards {
    flex-direction: column;
  }
  .promo-card {
    width: 100%;
    gap: 20px;
  }
  .service-cards {
    flex-direction: column;
  }
  .service-card {
    width: 100%;
    gap: 20px;
  }
  .nav-items {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #0047bb;
    top: 92px;
    left: 100%;
    text-align: center;
    transition: all 0.5s;
    z-index: -1;
    opacity: 0;
    backdrop-filter: blur(5px);
  }
  .nav-items li {
    display: block;
    margin: 50px;
    padding: 10px;
  }
  #check:checked ~ .nav-items {
    left: 0%;
    opacity: 1;
  }
  .nav-items li a {
    color: #e6fdff;
    padding: 2px;
    font-size: 24px;
  }
  .nav-items li a:link,
  .nav-items li a:visited {
    border-bottom: 2px solid #fff0;
    transition: border-bottom 0.3s;
  }
  .nav-items li a:hover,
  a:active {
    border-bottom: 2px solid #e6fdff;
  }
  .nav-items li a.clicked,
  .nav-promo-clicked {
    text-decoration: none;
    border-bottom: 2px solid #e6fdff;
  }

  .form-links {
    display: grid;
  }
  .textbreak {
    display: table;
  }
  a:focus,
  a:active {
    border-bottom: none;
    outline: none;
  }

  .map-description-text {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 40px; /* row gap, column gap */
    padding: 0;
    margin: 0;
    justify-content: center;
  }

  /*this section is specifically targeted towards the huge LCP in the site*/

  .hero-section {
    /* Swap to the lightweight, optimized mobile asset */
    background-image:
      radial-gradient(rgba(80, 28, 104, 0.3) 0%, rgba(0, 71, 187, 0.3) 100%),
      url(../img/HomepageLanding_Mobile.webp);
  }

  .contact-hero-overlay {
    background-image:
      linear-gradient(rgba(0, 71, 187, 0.3), rgba(0, 71, 187, 0.6)),
      url(../img/ContactBG_Mobile.webp);
  }

  .promo-hero-overlay {
    background-image:
      linear-gradient(rgba(0, 71, 187, 0.3), rgba(0, 71, 187, 0.6)),
      url(../img/10G-100GBG_Mobile.webp);
  }

  .plant-hero-overlay {
    background-image:
      linear-gradient(rgba(0, 71, 187, 0.3), rgba(0, 71, 187, 0.6)), url(../img/PlantBG_Mobile.webp);
  }

  .expertise-section {
    background-image:
      linear-gradient(rgba(0, 71, 187, 0.8), rgba(0, 71, 187, 0.8)),
      url("../img/ExpertiseBG_Mobile.webp");
  }

  .stability-section {
    background-image:
      linear-gradient(rgba(0, 71, 187, 0.8), rgba(0, 71, 187, 0.8)),
      url(../img/StabilityBG_Mobile.webp);
  }
}
/*for mobile size only*/
/*any class under this query, 0-467px*/
@media (max-width: 467px) {
  .logo {
    width: 60px;
  }
  #backToTop {
    width: 40px;
    height: 40px;
    left: 25px;
    bottom: 20px;
  }

  #wa-widget {
    right: 25px;
    bottom: 20px;
    height: 40px;
  }

  .fa-whatsapp {
    font-size: 20px;
  }

  .wa-widget {
    padding: 15px;
  }

  .wa-widget p {
    font-size: 14px;
  }

  .backToTop {
    font-size: 18px;
  }
  .chatbot-toggler {
    width: 40px;
    height: 40px;
    bottom: 25px;
    right: 25px;
  }
  .chatbot-toggler i {
    font-size: 18px;
  }
  .doc-icon {
    width: 25px;
    height: 25px;
  }
  .dwdm-image {
    width: 100%;
  }
  .vision-card,
  .mission-card {
    width: 100%;
  }
  .nav-items {
    top: 82px;
  }
  .nav-items li a {
    font-size: 20px;
  }
  .header-content {
    width: 90%;
  }
  .hero-container {
    width: 100%;
  }
  .contact-form,
  .upload-form,
  .promo-form {
    gap: 18px;
  }
  .PDPA-item,
  .Terms-item {
    gap: 30px;
  }
  .Thankyou-content {
    gap: 15px;
  }
  .document-cards {
    flex-direction: column;
  }
  .document-card {
    width: 100%;
  }
  .service-title,
  .infrastructure-details,
  .promo-benefit-details {
    margin-bottom: 50px;
  }
  .expertise-header {
    margin-bottom: 50px;
  }
  .expertise-card,
  .stability-content,
  .connectivity-content,
  .howtoapply-cards,
  .plant-item,
  .promo-opening-content {
    gap: 20px;
  }
  .resource-item {
    gap: 20px;
    margin: 30px 0;
  }
  .notes-content,
  .whistleblow-content {
    gap: 40px;
    padding: 40px;
  }
  .plantmap-content,
  .NCE-content {
    gap: 30px;
  }
  .PPNCE-buttons {
    width: 100%;
    gap: 20px;
  }
  .service-section,
  .dwdm-section,
  .plant-purchase-section,
  .plant-purchase2-section,
  .notes-section,
  .contact-section,
  .resource-section,
  .PDPA-section,
  .Terms-section,
  .Thankyou-section,
  .upload-section,
  .promo-opening-section,
  .promo-specs-section {
    padding: 50px 30px;
  }
  .vision-mission-section,
  .expertise-section,
  .flexibility-section,
  .stability-section,
  .connectivity-section {
    padding: 60px 30px;
  }
  .contact-header {
    gap: 15px;
  }
  .form-section {
    padding: 38px 35px;
    width: 100%;
  }
  .upload-container {
    padding: 38px 35px;
  }
  .notes-badge,
  .whistleblow-badge {
    width: 120px;
    height: 120px;
  }
  .container {
    padding: 0 24px;
  }
  .connectivity-image,
  .flexibility-image,
  .promo-opening-image {
    width: 100%;
  }
  .howtoapply-card-icon {
    height: 70px;
  }
  .vision-text,
  .mission-text,
  .expertise-description,
  .expertise-card-text,
  .flexibility-item-text,
  .stability-description,
  .connectivity-description,
  .contact-details,
  .plant-details,
  .notes-details,
  .service-card-text,
  .dwdm-description,
  .infrastructure-details,
  .infrastructure-conclusion,
  .whistleblow-details,
  .resource-details,
  .document-title,
  .PDPA-details,
  .Terms-details,
  .Thankyou-details,
  .promo-opening-description,
  .promo-benefit-details,
  .promo-card-text,
  .individual-specs-text,
  .map-description-text {
    font-size: 16px;
  }
  .howtoapply-card-text {
    font-size: 16px;
    text-align: center;
  }
  .expertise-content,
  .stability-content,
  .connectivity-content,
  .flexbility-content,
  .service-content,
  .dwdm-content,
  .plant-content,
  .PDPA-item,
  .Terms-item,
  .Thankyou-section,
  .upload-section,
  .promo-opening-content,
  .promo-content,
  .promo-specs-content,
  .promo-location-content {
    width: 100%;
  }
  .contact-icon {
    width: 20px;
  }
  .form-input {
    padding: 8px 0;
  }
  .service-text-header,
  .resource-text-header,
  .promo-text-header {
    font-size: 18px;
  }
  .flexibility-item-title {
    font-size: 18px;
  }
  .footer-nav {
    gap: 5px;
  }
  .footer-links {
    flex-direction: row;
    gap: 20px;
    font-size: 12px;
  }
  .footer-copyright {
    font-size: 12px;
  }
  .footer-content {
    max-width: 90%;
  }
  .vision-title,
  .mission-title,
  .expertise-title,
  .flexibility-title,
  .stability-title,
  .connectivity-title,
  .contact-hero-title,
  .plant-hero-title,
  .service-hero-title,
  .resource-hero-title,
  .PDPA-hero-title,
  .Term-hero-title,
  .Thankyou-header,
  .service-title,
  .service-title2,
  .dwdm-title,
  .promo-hero-title,
  .promo-opening-title,
  .promo-content-title,
  .promo-specs-title {
    font-size: 26px;
  }

  .promoblue {
    font-size: 18px;
    align-self: center;
  }

  .vision-card,
  .mission-card {
    gap: 16px;
  }
  .vision-icon,
  .mission-icon {
    width: 70px;
  }
  .expertise-card-icon,
  .service-card-icon,
  .promo-card-icon {
    height: 75px;
  }
  .flexibility-item-icon {
    height: 28px;
  }
  .anniversary-badge {
    width: 200px;
  }
  .purchase-badge,
  .NCE-badge,
  .upload-badge {
    width: 100px;
    height: auto;
  }
  .contact-hero-title,
  .plant-hero-title,
  .service-hero-title,
  .resource-hero-title,
  .PDPA-hero-title,
  .Term-hero-title,
  .promo-hero-title {
    width: 100%;
    text-align: center;
  }
  .contact-content,
  .contact-info,
  .promo-info,
  .promoform-content {
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }
  .form-title {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: left;
  }
  .howtoapply-card {
    gap: 20px;
    flex-direction: column;
  }
  .plant-title-inverse {
    margin-bottom: 30px;
  }
  .submit-btn,
  .return-btn,
  .upload-btn,
  .contact-item,
  .request-btn,
  .explore-services {
    width: 100%;
  }
  .dz-message {
    font-size: 14px;
  }
  .upload-filesize,
  .upload-format,
  .counter {
    font-size: 12px;
  }

  .promo-content-divider {
    margin: 50px 0px;
    width: 100%;
  }

  .promo-specs-divider {
    margin: 50px 0px;
  }

  .promo-layout {
    flex-direction: column;
  }

  .individual-specs-container {
    padding: 0px;
    gap: 30px;
  }

  .individual-specs-icon {
    height: 25px;
  }

  .spec-description {
    gap: 20px;
  }

  .sgmap {
    width: 100%;
  }

  .contact-hero-content,
  .plant-hero-content,
  .service-hero-content,
  .resource-hero-content,
  .PDPA-hero-content,
  .Term-hero-content,
  .promo-hero-content {
    width: 100%;
  }

  .promo-pricing {
    width: 250px;
    height: auto;
  }
}
/*for sizes that are bigger than mobile*/
/*any class under this query, 468px~*/
@media (min-width: 468px) {
  .contact-header,
  .Thankyou-content {
    gap: 15px;
  }
  #backToTop {
    width: 45px;
    height: 45px;
    left: 35px;
    bottom: 25px;
  }

  #wa-widget {
    right: 35px;
    bottom: 25px;
    height: 45px;
  }

  .fa-whatsapp {
    font-size: 22px;
  }

  .backToTop {
    font-size: 20px;
  }
  .chatbot-toggler i {
    font-size: 20px;
  }
  .chatbot-toggler {
    height: 45px;
    width: 45px;
  }
  .doc-icon {
    width: 20px;
    height: 20px;
  }
  .logo {
    width: 70px;
  }
  .header-content {
    width: 80%;
  }
  .expertise-card {
    gap: 35px;
  }
  .PDPA-item,
  .Terms-item {
    gap: 40px;
  }
  .service-section,
  .dwdm-section,
  .plant-purchase-section,
  .plant-purchase2-section,
  .notes-section,
  .contact-section,
  .resource-section,
  .PDPA-section,
  .Terms-section,
  .Thankyou-section,
  .upload-section,
  .promo-opening-section,
  .promo-specs-section {
    padding: 70px 16px;
  }
  .vision-mission-section,
  .expertise-section,
  .flexibility-section,
  .stability-section,
  .connectivity-section {
    padding: 90px 16px;
  }
  .document-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .document-card {
    align-items: center;
    gap: 35px;
    text-align: center;
    width: 45%;
  }
  .stability-content,
  .connectivity-content,
  .howtoapply-cards,
  .promo-opening-content {
    gap: 40px;
  }
  .purchase-badge,
  .NCE-badge,
  .upload-badge {
    width: 100px;
    height: auto;
  }
  .plant-item {
    gap: 30px;
    width: 80%;
  }
  .resource-item {
    gap: 30px;
    margin: 50px 0;
  }
  .contact-form,
  .upload-form,
  .promo-form {
    gap: 20px;
  }
  .whistleblow-text-content {
    width: 100%;
  }
  .plantmap-content,
  .NCE-content {
    gap: 30px;
  }
  .PPNCE-buttons {
    align-self: flex-start;
    gap: 20px;
  }
  .expertise-header {
    margin-bottom: 60px;
  }
  .service-title,
  .infrastructure-details,
  .promo-benefit-details {
    margin-bottom: 50px;
  }
  .infrastructure-conclusion {
    margin-top: 60px;
  }
  .expertise-content,
  .stability-content,
  .connectivity-content,
  .flexibility-content,
  .service-content,
  .dwdm-content,
  .contact-content,
  .plant-content,
  .resource-content,
  .Thankyou-section,
  .upload-section,
  .promo-opening-content,
  .promo-content,
  .promo-location-content,
  .promoform-content {
    width: 80%;
  }
  .form-section,
  .upload-container {
    padding: 38px 45px;
  }
  .notes-badge,
  .whistleblow-badge {
    width: 130px;
    height: 130px;
  }
  .container {
    padding: 0 24px;
  }
  .connectivity-image,
  .flexibility-image,
  .promo-opening-image {
    width: 100%;
  }
  .howtoapply-card-icon {
    height: 50px;
  }
  .vision-text,
  .mission-text,
  .expertise-description,
  .expertise-card-text,
  .flexibility-item-text,
  .stability-description,
  .connectivity-description,
  .contact-details,
  .plant-details,
  .notes-details,
  .service-card-text,
  .dwdm-description,
  .infrastructure-details,
  .infrastructure-conclusion,
  .whistleblow-details,
  .resource-details,
  .document-title,
  .PDPA-details,
  .Terms-details,
  .Thankyou-details,
  .promo-opening-description,
  .promo-benefit-details,
  .promo-card-text,
  .individual-specs-text,
  .map-description-text {
    font-size: 16px;
  }
  .howtoapply-card-text {
    font-size: 16px;
    text-align: justify;
  }
  .contact-icon {
    width: 24px;
  }
  .form-input {
    padding: 8px 0;
  }
  .service-text-header,
  .resource-text-header,
  .flexibility-item-title,
  .promo-text-header {
    font-size: 20px;
  }
  .footer-nav {
    gap: 5px;
  }
  .footer-links {
    flex-direction: row;
    gap: 20px;
  }
  .footer {
    padding: 30px 16px 25px;
  }
  .footer-content {
    gap: 20px;
  }
  .vision-title,
  .mission-title,
  .expertise-title,
  .flexibility-title,
  .stability-title,
  .connectivity-title,
  .contact-hero-title,
  .plant-hero-title,
  .service-hero-title,
  .resource-hero-title,
  .PDPA-hero-title,
  .Term-hero-title,
  .Thankyou-header,
  .service-title,
  .service-title2,
  .dwdm-title,
  .promo-hero-title,
  .promo-opening-title,
  .promo-content-title,
  .promo-specs-title {
    font-size: 30px;
  }
  .vision-card,
  .mission-card {
    gap: 16px;
  }
  .vision-icon,
  .mission-icon {
    width: 90px;
  }
  .expertise-card-icon,
  .service-card-icon,
  .promo-card-icon {
    height: 90px;
  }
  .flexibility-item-icon {
    height: 30px;
  }
  .anniversary-badge {
    width: 200px;
  }
  .contact-hero-title,
  .plant-hero-title,
  .service-hero-title,
  .resource-hero-title,
  .PDPA-hero-title,
  .Term-hero-title,
  .promo-hero-title {
    width: 100%;
    text-align: center;
  }

  .contact-content {
    flex-direction: column;
    gap: 60px;
  }
  .promoform-content {
    flex-direction: column;
    gap: 60px;
  }
  .contact-info,
  .promo-info {
    width: 100%;
    gap: 40px;
  }
  .contact-item,
  .form-section {
    width: 100%;
  }
  .form-title {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: left;
  }
  .howtoapply-card {
    gap: 20px;
    flex-direction: row;
  }
  .plant-title-inverse {
    margin-bottom: 50px;
  }
  .notes-content,
  .whistleblow-content {
    gap: 40px;
    padding: 50px;
  }
  .dwdm-content {
    gap: 30px;
  }
  .map-content {
    gap: 30px;
  }
  .dz-message {
    font-size: 14px;
  }
  .upload-filesize,
  .upload-format,
  .counter {
    font-size: 12px;
  }

  .promo-content-divider {
    margin: 50px 0px;
  }

  .promo-specs-divider {
    margin: 50px 0px;
  }

  .promo-layout {
    flex-direction: column;
  }

  .individual-specs-container {
    padding: 0px;
  }

  .individual-specs-icon {
    height: 25px;
  }

  .spec-description {
    gap: 20px;
  }

  .sgmap {
    width: 90%;
  }

  .promoblue {
    align-self: center;
  }

  .promoblue {
    font-size: 20px;
  }

  .promo-pricing {
    width: 275px;
    height: auto;
  }
}
/*mostly for tablet sizes*/
/*any class under this query, 767px~*/
@media (min-width: 767px) {
  .MessageSentIcon {
    width: 75px;
  }
  .hero-text {
    font-size: 24px;
  }
  .PDPA-pointer,
  .Terms-pointer {
    gap: 20px;
  }
  .resource-item {
    margin: 60px 0;
  }
  .whistleblow-badge,
  .notes-badge {
    width: 150px;
    height: 150px;
  }
  .contact-title,
  .plant-title,
  .plant2-title,
  .plant-title-inverse,
  .notes-title,
  .notes2-title,
  .howtoapply-number,
  .whistleblow-title,
  .resource-title,
  .PDPA-title,
  .Terms-title,
  .individual-specs-header {
    font-size: 24px;
  }
  .vision-title,
  .mission-title,
  .expertise-title,
  .flexibility-title,
  .stability-title,
  .connectivity-title,
  .contact-hero-title,
  .plant-hero-title,
  .service-hero-title,
  .resource-hero-title,
  .PDPA-hero-title,
  .Term-hero-title,
  .Thankyou-header,
  .service-title,
  .service-title2,
  .dwdm-title,
  .promo-hero-title,
  .promo-opening-title,
  .promo-content-title,
  .promo-specs-title {
    font-size: 36px;
  }
  .contact-hero-title,
  .plant-hero-title,
  .service-hero-title,
  .resource-hero-title,
  .PDPA-hero-title,
  .Term-hero-title {
    width: 80%;
    text-align: left;
  }

  .promo-hero-title {
    text-align: left;
  }

  .promoblue {
    align-self: auto;
  }

  .contact-info,
  .promo-info {
    width: 100%;
    flex-direction: row;
    gap: 40px;
  }
  .form-section {
    width: 100%;
  }
  .form-title {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: left;
  }
  .howtoapply-card {
    gap: 20px;
  }
  .service-card {
    gap: 25px;
  }
  .promo-card {
    gap: 25px;
  }
}
/*mostly for small laptops*/
/*any class under this query, 1025px~*/
@media (min-width: 1025px) {
  .container {
    padding: 0 32px;
  }

  .document-cards {
    justify-content: space-between;
  }
  .document-card {
    align-items: center;
    gap: 35px;
    text-align: center;
    width: 30%;
  }
  .purchase-badge,
  .NCE-badge,
  .upload-badge {
    width: 110px;
    height: auto;
  }
  .plantmap-content,
  .NCE-content {
    flex-direction: row;
    gap: 60px;
  }
  .PPNCE-buttons {
    align-self: end;
    gap: 30px;
  }
  .nav-items li a {
    font-size: 18px;
  }

  /*special classes given to promo buttons on nav bar*/

  .nav-promo {
    background-color: #501c68;
    border-bottom: none !important;
    color: #edf7ff !important;
    padding: 12px 24px;
    border-radius: 50px;
  }

  .nav-promo:hover {
    border-bottom: 0px !important;
    background-color: #e6fdff;
    color: #501c68 !important;
    outline: 2px solid #501c68;
  }

  .nav-promo-clicked {
    border-bottom: none !important;
    background-color: #e6fdff;
    color: #501c68 !important;
    outline: 2px solid #501c68;
    outline-offset: -2px;
    border-radius: 50px;
    padding: 12px 24px;
    cursor: default;
    pointer-events: none;
  }

  /*special classes for promo button end*/

  .nav-items {
    gap: 30px;
  }

  .nav-items .checkbtn {
    display: none;
  }
  .resource-item {
    margin: 70px 0;
  }
  .service-cards {
    flex-direction: row;
  }
  .promo-cards {
    flex-direction: row;
  }
  .service-card {
    gap: 30px;
  }
  .promo-card {
    gap: 30px;
  }
  .form-links {
    display: block;
  }
  .whistleblow-text-content {
    width: 80%;
  }
  .service-card {
    width: 35%;
  }
  .promo-card {
    width: 35%;
  }
  .notes-content,
  .whistleblow-content {
    flex-direction: row;
  }
  .form-title {
    font-size: 24px;
    text-align: left;
  }
  .contact-content {
    flex-direction: row;
    gap: 80px;
  }
  .promoform-content {
    flex-direction: row;
    gap: 90px;
  }
  .contact-info {
    flex-direction: column;
    width: 40%;
    gap: 45px;
  }
  .promo-info {
    flex-direction: column;
    width: 50%;
    gap: 45px;
  }

  .form-section {
    width: 55%;
    padding: 38px 45px;
  }
  .upload-container {
    padding: 38px 50px;
  }
  .hamburger {
    display: none;
  }
  .hero-section {
    padding: 150px 32px;
  }
  .expertise-cards {
    flex-direction: row;
    gap: 60px;
  }
  .expertise-card,
  .stability-text-content {
    flex: 1;
  }
  .flexibility-content {
    flex-direction: row;
    gap: 90px;
    align-items: center;
  }
  .flexibility-image,
  .connectivity-image,
  .promo-opening-image {
    width: 45%;
  }
  .stability-content {
    flex-direction: row;
    gap: 100px;
    align-items: center;
  }
  .dwdm-content {
    flex-direction: column;
    align-items: center;
  }
  .map-content {
    flex-direction: row;
    align-items: center;
  }
  .connectivity-content {
    flex-direction: row;
    gap: 90px;
    align-items: center;
  }

  .promo-opening-content {
    flex-direction: row;
    gap: 90px;
    align-items: center;
  }

  .footer-main {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .service-text-header,
  .resource-text-header,
  .promo-text-header {
    font-size: 20px;
  }
  .vision-card,
  .mission-card {
    gap: 18px;
    width: 70%;
  }
  .main-content {
    padding: 0 32px;
  }
  .contact-hero-content,
  .plant-hero-content {
    align-items: flex-start;
  }
  .contact-hero-title,
  .resource-hero-title,
  .service-hero-title,
  .PDPA-hero-title,
  .Term-hero-title,
  .plant-hero-title {
    width: 60%;
  }
  .form-input {
    font-size: 16px;
  }

  .promo-specs-divider {
    margin: 0px 20px;
  }

  .promo-layout {
    flex-direction: row;
  }

  .individual-specs-container {
    padding: 30px;
  }

  .spec-description {
    gap: 30px;
  }

  .sgmap {
    width: 65%;
  }

  .promo-cards {
    gap: 40px;
  }
}
/*this is a special media query class to deal with the nav promo button padding and gaps*/
/*any class under this query, 1250px~*/
@media (min-width: 1250px) {
  .nav-items {
    gap: 55px;
  }

  .nav-items li a {
    font-size: 20px;
  }
}
/*for big laptops and desktops*/
/*any class under this query, 1524px~*/
@media (min-width: 1524px) {
  .contact-hero-title,
  .resource-hero-title,
  .service-hero-title,
  .plant-hero-title,
  .PDPA-hero-title,
  .Term-hero-title {
    width: 50%;
  }

  .nav-promo,
  .nav-promo-clicked {
    padding: 14px 28px;
  }

  .expertise-cards {
    gap: 80px;
  }
  .dwdm-content {
    gap: 40px;
  }
  .map-content {
    gap: 100px;
  }
  .expertise-header {
    margin-bottom: 90px;
    padding: 0 60px;
  }
  .service-section,
  .dwdm-section,
  .plant-purchase-section,
  .plant-purchase2-section,
  .notes-section,
  .contact-section,
  .resource-section,
  .PDPA-section,
  .Terms-section,
  .Thankyou-section,
  .promo-opening-section,
  .promo-specs-section {
    padding: 90px 16px;
  }
  .service-title,
  .infrastructure-details,
  .promo-benefit-details {
    margin-bottom: 60px;
  }
  .doc-icon {
    width: 25px;
    height: 25px;
  }
  .PDPA-hero-overlay,
  .Term-hero-overlay,
  .resource-hero-overlay,
  .contact-hero-overlay,
  .plant-hero-overlay,
  .service-hero-overlay,
  .promo-hero-overlay {
    padding: 100px 16px;
  }
  #backToTop {
    width: 50px;
    height: 50px;
    left: 40px;
    bottom: 30px;
  }

  #wa-widget {
    right: 40px;
    bottom: 30px;
    height: 50px;
  }

  .fa-whatsapp {
    font-size: 24px;
  }

  .chatbot-toggler {
    width: 50px;
    height: 50px;
  }

  .backToTop {
    font-size: 24px;
  }
  .chatbot-toggler i {
    font-size: 24px;
  }
  .infrastructure-conclusion {
    margin-top: 90px;
  }
  .plant-title-inverse {
    margin-bottom: 60px;
  }
  .purchase-badge,
  .NCE-badge,
  .upload-badge {
    width: 130px;
    height: auto;
  }
  .doc-type {
    font-size: 16px;
  }
  .contact-info,
  .promo-info {
    gap: 60px;
  }
  .PDPA-item,
  .Terms-item {
    gap: 60px;
  }
  .MessageSentIcon {
    width: 85px;
  }
  .vision-mission-section,
  .expertise-section,
  .flexibility-section,
  .stability-section,
  .connectivity-section {
    padding: 120px 16px;
  }
  .logo {
    width: 80px;
  }
  .footer-nav a {
    font-size: 18px;
  }
  .footer-content {
    gap: 25px;
  }
  .footer {
    padding: 35px 16px 30px;
  }
  .hero-section {
    padding: 200px 32px;
  }
  .anniversary-badge {
    width: 250px;
  }
  .vision-title,
  .mission-title,
  .expertise-title,
  .stability-title,
  .flexibility-title,
  .contact-hero-title,
  .plant-hero-title,
  .service-hero-title,
  .connectivity-title,
  .resource-hero-title,
  .PDPA-hero-title,
  .Term-hero-title,
  .Thankyou-header,
  .service-title,
  .service-title2,
  .dwdm-title,
  .promo-hero-title,
  .promo-content-title,
  .promo-specs-title,
  .promo-opening-title {
    font-size: 48px;
  }

  .promoblue {
    font-size: 24px;
  }

  .vision-text,
  .mission-text,
  .expertise-description,
  .connectivity-description,
  .expertise-card-text,
  .flexibility-item-text,
  .stability-description,
  .contact-details,
  .plant-details,
  .howtoapply-card-text,
  .notes-details,
  .service-card-text,
  .dwdm-description,
  .infrastructure-details,
  .infrastructure-conclusion,
  .whistleblow-details,
  .resource-details,
  .document-title,
  .PDPA-details,
  .Terms-details,
  .Thankyou-details,
  .anniversary-text,
  .promo-opening-description,
  .promo-benefit-details,
  .promo-card-text,
  .individual-specs-text,
  .map-description-text {
    font-size: 20px;
  }
  .contact-title,
  .form-title,
  .plant-title,
  .plant2-title,
  .plant-title-inverse,
  .notes-title,
  .notes2-title,
  .howtoapply-number,
  .whistleblow-title,
  .resource-title,
  .PDPA-title,
  .Terms-title,
  .hero-text,
  .individual-specs-header {
    font-size: 32px;
  }
  .anniversary-number {
    font-size: 100px;
  }
  .vision-icon,
  .mission-icon {
    width: 115px;
  }
  .expertise-card-icon,
  .service-card-icon,
  .promo-card-icon {
    height: 110px;
  }
  .vision-card,
  .mission-card {
    gap: 22px;
  }
  .flexibility-item-icon {
    height: 34px;
  }
  .stability-content {
    gap: 240px;
  }
  .service-text-header,
  .resource-text-header,
  .flexibility-item-title,
  .promo-text-header,
  .nav-items li a {
    font-size: 24px;
  }
  .contact-header {
    gap: 22px;
  }
  .contact-icon {
    width: 30px;
  }
  .form-input {
    font-size: 20px;
    padding: 10px 0;
  }
  .form-textarea,
  .upload-textarea {
    font-size: 20px;
  }
  .submit-btn,
  .return-btn,
  .upload-btn,
  .quote-btn,
  .request-btn,
  .explore-services {
    font-size: 20px;
  }
  .form-title {
    margin-bottom: 36px;
  }
  .howtoapply-card-icon {
    height: 70px;
  }

  .promo-content-divider {
    margin: 90px 0px;
  }

  .promo-specs-divider {
    margin: 0px 50px;
  }

  .individual-specs-icon {
    height: 30px;
  }

  .promoform-content {
    gap: 120px;
  }

  .form-section {
    padding: 38px 50px;
  }

  .promo-pricing {
    width: 350px;
    height: auto;
  }

  .promo-contact-details {
    gap: 15px;
  }
}
