announcement-wrapper{
    display: none !important;
}
.review-wrap{
  display: none !important;
}
.header-top-wrap{
  display: none !important;
}
.services-content .content-top .title {
    font-size: 20px!important;
}
.truncate-2-custom, .truncate-3-custom {
    display: none!important;
}
/*Logo & Menu*/
.logo img {
    max-height: 60px;
}
.menu-nav {
    width: 106%!important;
}
@media (max-width: 1500px) {
    .container {
        max-width: 1300px!important;
    }
}
.action-header-style-1:not(:last-child) ul {
    border-right: 0px !important;
}
/* HomePage Key-Sector */
 .key-sector-container {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}
.key-sector-grid a.key-sector-item {
  text-decoration: none;
  display: flex;
}
.key-sector-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #0e297a;
}

.key-sector-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 20px;
  font-size: 0;
  padding: 0; /* default for desktop */
}

/* Tablet and below (adjust breakpoint as needed) */
@media (max-width: 1024px) {
  .key-sector-grid {
    padding: 0 20px; /* or 20px depending on how much spacing you want */
  }
}

/* Optional: Even smaller screens (phones) */
@media (max-width: 600px) {
  .key-sector-grid {
    padding: 0 15px;
  }
}

.key-sector-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.3s ease;
  aspect-ratio: 1 / 1;
  font-size: 14px;
}
.key-sector-item i {
  font-size: 26px;
  color: #0e297a;
  margin-bottom: 10px;
}
.key-sector-item span {
  font-size: 14px;
  font-weight: 500;
  color: #0e297a;
}
.key-sector-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
/* 🔽 Optional: Extra mobile tuning for narrow screens */
@media (max-width: 480px) {
  .key-sector-grid {
    gap: 16px;
  }
  .key-sector-item {
    font-size: 13px;
  }
  .key-sector-item i {
    font-size: 22px;
  }
  .key-sector-item span {
    font-size: 13px;
  }
}
/*Key Sectors Content*/
  .section-container { line-height: 1.6; color: #000; margin: 40px; }
  .section-title { color: green; font-size: 24px; margin-bottom: 10px; }
  .subheading { font-size: 16px; font-style: italic; color: #1d5ed2; margin-bottom: 10px; }
  .description { font-size: 15px; margin-bottom: 20px; }
  .point-title { color: #4a68b5; font-size: 16px; font-weight: bold; margin-top: 20px; }
  .point-description { font-size: 15px; margin-top: 5px; }
  .list-section-title { color: #1d5ed2; font-size: 18px; margin-top: 30px; }
  ul.description-list { font-size: 15px; margin-bottom: 20px; padding-left: 20px; }

/*TOP Nav*/
.navbar-wrap {
    display: flex;
    flex-grow: 0!important;
}

/* Breadcrumb all pages
.breadcrumb-content {
    display: none;
    padding: 20px;
}
.breadcrumb-content .breadcrumb {
    margin-bottom: 50px;
}*/
.pt-80 {
   padding-top: 10px !important;
}
.breadcrumb-bg {
    background-position: 0% !important;
    padding: 324px 0 153px !important;
    z-index: 0 !important;
}
.breadcrumb-bg:before {
    background: #03091b00!important;
}
/*China Regional Offices accordion-header*/
.accordion-wrap-three .accordion-button {
	font-size: 15px!important;
}
.accordion-wrap-three .accordion-body {
	font-size: 15px!important;
}
/* conte color black for all p*/
.about-content-three p {
   color: #000000!important;
}
 p {color: #000000!important; }
.ck-content ul {
    color: #000000!important;
}
/*our services title*/
.section-title-two .title {
  font-size: 20px!important;
}
.inner-services-bg{
  margin-top: -150px!important;
}

.section-container {
    margin: 60px 30px 30px 68px!important;
}

/* Tablet view (up to 1024px) */
@media (max-width: 1024px) {
    .section-container {
        margin: 40px 20px 20px 20px !important;
    }
}

/* Mobile view (up to 768px) */
@media (max-width: 768px) {
    .section-container {
        margin: 30px 15px 15px 15px !important;
    }
}

/* Small mobile phones (up to 480px) */
@media (max-width: 480px) {
    .section-container {
        margin: 20px 10px 10px 10px !important;
    }
}

/*Service Detail*/
.sd-inner-wrap .content .list-wrap li {
	font-size: 13px;
    width: 100%;
}
.sd-inner-wrap .content .list-wrap {
    padding-left: 27px;
}
.services-content-two .title {
    font-size: 20px;
}
/*Project & Initiatation*/
.services-area-four {
    padding: 22px 0 0!important;
}
.pt-120 {
    padding-top: 30px!important;
}
/*Home page p color*/
#homep{
  color: #FFF!important;
	}