body {
  font-family: "Inter", sans-serif;
}

.bg-gray {
  background-color: #F5F5F7;
}

.text-border-blue {
  color: #0D63AE;
  border-color: #0D63AE;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 4px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: #0D63AE;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-prev::after {
  transform: rotate(180deg);
}

.slick-arrow::after {
  content: "";
  background: url("../images/slider-arrow.svg") no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  transition: all 0.3s ease;
}

.slick-arrow:hover {
  background-color: white;
  /* white circle behind */
  /* round shape */
}

.slick-arrow:hover::after {
  filter: brightness(0.5);
  /* arrow gray */
}

.overlay-shape {
  width: 300px;
}

.overlay-shape img {
  object-fit: fill;
}


.select-wrap {
  border: 1px solid #b7b7b7;
  color: #141414;
  font-size: 15px;
  min-width: 300px;
  min-height: 40px;
}

.select-wrap select {
  border: none;
  width: 100%;
  min-width: 250px;
  min-height: 40px;
  padding: 4px 7px;
  background: transparent;
}

.public-works {
  background-image: url(/assets/images/about-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

/* header slide */
@keyframes fade1 {

  0%,
  45% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

@keyframes fade2 {

  0%,
  45% {
    opacity: 0;
  }

  50%,
  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.animate-fade1 {
  animation: fade1 6s infinite ease-in-out;
}

.animate-fade2 {
  animation: fade2 6s infinite ease-in-out;
}

/* header slide close */
.linck-wrapper-main a {
  border-image: linear-gradient(90deg, #C1272D, #F7931E) 1;
  padding: 8px 5px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  color: #0D63AE;
  font-family: "Roboto", sans-serif;
  width: 47%;
}

.capitalize-wrap {
  flex-wrap: wrap;
  gap: 19px;
  justify-content: center;
}
.uw-widget-custom-trigger {
    bottom: 56px !important;
  }
/* Responsive */
@media (min-width:640px) {
  .overlay-shape {
    max-width: 400px;
  }

  .navigation-wrap {
    display: flex;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
  }

  .menu-wrap {
    justify-content: center;
    padding: 0px 35px;
  }
}

@media (min-width: 768px) {
  .overlay-shape {
    max-width: 520px;
  }

  .public-works {
    background-size: auto;
  }

  .menu-wrap {
    padding: 0 !important;
  }
}

@media (min-width:992px) {
  .overlay-shape {
    max-width: 640px;
  }
}

@media (min-width: 1024px) {
  .linck-wrapper-main a {
  padding: 8px 16px;
  font-size: 14px;
  width: auto;
}
}

@media (min-width:1280px) {
  .overlay-shape {
    max-width: none;
    width: auto;

  }


}

@media (min-width:1366px) {
  .container {
    max-width: 1280px !important;
  }

  .capitalize-wrap {
    gap: 0px;
    justify-content: left;
  }
}

/* gallery-slider start*/
.slider-gallery1 .slick-slide {
  position: relative;
  outline: none;
}

.slider-gallery1 .slick-slide>div {
  outline: none;
}

.slider-gallery1 .slide-item {
  position: relative;
  width: 100%;
  height: 300px;
  background: #f3f4f6;
  border-radius: 12px;

}

.slider-gallery1 .slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slider-gallery1 .date-stamp {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #FFCC81;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
}

/* Custom scrollbar */
.slider-gallery1 .scrollbar-container {
  width: 40%;
  height: 4px;
  background-color: #e5e7eb;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}

.slider-gallery1 .scrollbar-thumb {
  height: 100%;
  background-color: #2563eb;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
}

.slider-gallery1 .controls-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

/* Custom arrow buttons */
.slider-gallery1 .arrow-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.slider-gallery1 .arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.slider-gallery1 .arrow-btn:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

.slider-gallery1 .arrow-btn.next-btn {
  background: #2563eb;
  border-color: #2563eb;
}

.slider-gallery1 .arrow-btn.prev-btn {
  background: #2563eb;
  border-color: #2563eb;
}

.slider-gallery1 .arrow-btn.next-btn:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

/* Hide default slick arrows */
.slider-gallery1 .horizontal-slider .slick-prev,
.slider-gallery1 .horizontal-slider .slick-next {
  display: none !important;
}

.trending-post {
  padding: 30px 0;
  background-color: #fff;
}

/* @media (min-width: 768px) {
      .post-wrapper{
        width: 63%;
        display: flex;
        gap: 10px;
     box-shadow: -20px 0px 25px -5px #8890A61A;
        padding: 15px;
        border-top-left-radius: 12px;
         border-bottom-left-radius: 12px;
      }
       .post-wrapper .post-img{
        width: 48%;
        border: 1px solid #ccc;
       }
      .slider-box{
        width: 35%;
          box-shadow: 20px 0px 25px -5px #8890A61A;
        padding: 15px;
        border-top-left-radius: 12px;
         border-bottom-left-radius: 12px;
      }
    }
     @media (min-width: 1200px) {
   .post-wrapper{
        padding: 32px;
      } 
     } */
/* gallery-slider-end */

.modal {
  display: none;
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.2s ease-in-out;
}

.modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background-color: white;
  margin: auto;
  padding: 0;
  border-radius: 0.5rem;
  width: 90%;
  max-width: 42rem;
  max-height: 80vh;
  overflow-y: auto;
  animation: slideIn 0.3s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.print-button {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  padding: 0.625rem 1.5rem;
  border-radius: 0.375rem;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
}

.print-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.3);
}

.list-link {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 0.375rem;
  transition: all 0.2s;
  color: #374151;
  text-decoration: none;
  background-color: white;
  border: 1px solid #d1d5db;
  min-height: 2.6rem;
  margin-bottom: 5px;
}

.list-link:hover {
  background-color: #f9fafb;
  border-color: #2563eb;
  color: #1d4ed8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.list-link .bullet {
  color: #2563eb;
  margin-right: 0.75rem;
  font-size: 1rem;
}

@media print {
  .no-print {
    display: none !important;
  }
}


.print-button {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  padding: 0.625rem 1.5rem;
  border-radius: 0.375rem;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
}

.print-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.3);
}

.menu-item {
  padding: 0.95rem 1.5rem;
  background-color: #e5e7eb;
  border-radius: 0.375rem;
  text-align: center;
  font-weight: 600;
  color: #991b1b;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid #d1d5db;
}

.menu-item:hover {
  background-color: #d1d5db;
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sub-content {
  padding: 1.5rem;
  background-color: white;
}

.sub-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1rem;
}

.sub-content p {
  color: #4b5563;
  line-height: 1.6;
}

.accordion-item {
  margin-bottom: 0.5rem;
}

.accordion-header {
  background-color: #dbeafe;
  padding: 0.175rem 0.95rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.25rem;
  transition: all 0.2s;
  font-weight: 600;
  color: #1e40af;
  border: 1px solid #bfdbfe;
}

.accordion-header:hover {
  background-color: #bfdbfe;
  border-color: #93c5fd;
}

.accordion-header.active {
  background-color: #bfdbfe;
  border-color: #93c5fd;
}

.accordion-arrow {
  transition: all 0.2s;
  font-size: 1.25rem;
  font-weight: bold;
}

.accordion-arrow::before {
  content: "+";
}

.accordion-item.active .accordion-arrow::before {
  content: "−";
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: white;
  border: 1px solid #e5e7eb;
  border-top: none;
}

.accordion-content.active {
  max-height: 500px;
  overflow-y: auto;
}

.accordion-content ul {
  padding: 1rem 1.5rem;
  list-style: none;
}

.accordion-content li {
  margin-bottom: 0.3rem;
}

.accordion-content a {
  color: #414141;
  text-decoration: none;
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;

  transition: all 0.2s;

}

.accordion-content a:hover {

  color: #0D63AE;
  text-decoration: underline;
}

@keyframes slideIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.print-button {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  padding: 0.625rem 1.5rem;
  border-radius: 0.375rem;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
}

.print-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.3);
}

.list-link {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 0.375rem;
  transition: all 0.2s;
  color: #374151;
  text-decoration: none;
  background-color: white;
  border: 1px solid #d1d5db;
  min-height: 2.6rem;
  margin-bottom: 5px;
}

.list-link:hover {
  background-color: #f9fafb;
  border-color: #2563eb;
  color: #1d4ed8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.list-link .bullet {
  color: #2563eb;
  margin-right: 0.75rem;
  font-size: 1rem;
}

@media print {
  .no-print {
    display: none !important;
  }
}


.print-button {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  padding: 0.625rem 1.5rem;
  border-radius: 0.375rem;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
}

.print-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.3);
}

.menu-item {
  padding: 0.95rem 1.5rem;
  background-color: #e5e7eb;
  border-radius: 0.375rem;
  text-align: center;
  font-weight: 600;
  color: #991b1b;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid #d1d5db;
}

.menu-item:hover {
  background-color: #d1d5db;
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sub-content {
  padding: 1.5rem;
  background-color: white;
}

.sub-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1rem;
}

.sub-content p {
  color: #4b5563;
  line-height: 1.6;
}

.accordion-item {
  margin-bottom: 0.5rem;
}

.accordion-header {
  background-color: #dbeafe;
  padding: 0.175rem 0.95rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.25rem;
  transition: all 0.2s;
  font-weight: 600;
  color: #1e40af;
  border: 1px solid #bfdbfe;
}

.accordion-header:hover {
  background-color: #bfdbfe;
  border-color: #93c5fd;
}

.accordion-header.active {
  background-color: #bfdbfe;
  border-color: #93c5fd;
}

.accordion-arrow {
  transition: all 0.2s;
  font-size: 1.25rem;
  font-weight: bold;
}

.accordion-arrow::before {
  content: "+";
}

.accordion-item.active .accordion-arrow::before {
  content: "−";
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: white;
  border: 1px solid #e5e7eb;
  border-top: none;
}

.accordion-content.active {
  max-height: 500px;
  overflow-y: auto;
}

.accordion-content ul {
  padding: 1rem 1.5rem;
  list-style: none;
}

.accordion-content li {
  margin-bottom: 0.3rem;
}

.accordion-content a {
  color: #414141;
  text-decoration: none;
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;

  transition: all 0.2s;

}

.accordion-content a:hover {

  color: #0D63AE;
  text-decoration: underline;
}

@keyframes slideIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.print-button {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  padding: 0.625rem 1.5rem;
  border-radius: 0.375rem;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
}

.print-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.3);
}

.list-link {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 0.375rem;
  transition: all 0.2s;
  color: #374151;
  text-decoration: none;
  background-color: white;
  border: 1px solid #d1d5db;
  min-height: 2.6rem;
  margin-bottom: 5px;
}

.list-link:hover {
  background-color: #f9fafb;
  border-color: #2563eb;
  color: #1d4ed8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.list-link .bullet {
  color: #2563eb;
  margin-right: 0.75rem;
  font-size: 1rem;
}

@media print {
  .no-print {
    display: none !important;
  }
}


.print-button {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  padding: 0.625rem 1.5rem;
  border-radius: 0.375rem;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
}

.print-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.3);
}

.menu-item {
  padding: 0.95rem 1.5rem;
  background-color: #e5e7eb;
  border-radius: 0.375rem;
  text-align: center;
  font-weight: 600;
  color: #991b1b;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid #d1d5db;
}

.menu-item:hover {
  background-color: #d1d5db;
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sub-content {
  padding: 1.5rem;
  background-color: white;
}

.sub-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1rem;
}

.sub-content p {
  color: #4b5563;
  line-height: 1.6;
}

.accordion-item {
  margin-bottom: 0.5rem;
}

.accordion-header {
  background-color: #dbeafe;
  padding: 0.175rem 0.95rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.25rem;
  transition: all 0.2s;
  font-weight: 600;
  color: #1e40af;
  border: 1px solid #bfdbfe;
}

.accordion-header:hover {
  background-color: #bfdbfe;
  border-color: #93c5fd;
}

.accordion-header.active {
  background-color: #bfdbfe;
  border-color: #93c5fd;
}

.accordion-arrow {
  transition: all 0.2s;
  font-size: 1.25rem;
  font-weight: bold;
}

.accordion-arrow::before {
  content: "+";
}

.accordion-item.active .accordion-arrow::before {
  content: "−";
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: white;
  border: 1px solid #e5e7eb;
  border-top: none;
}

.accordion-content.active {
  max-height: 500px;
  overflow-y: auto;
}

.accordion-content ul {
  padding: 1rem 1.5rem;
  list-style: none;
}

.accordion-content li {
  margin-bottom: 0.3rem;
}

.accordion-content a {
  color: #414141;
  text-decoration: none;
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;

  transition: all 0.2s;

}

.accordion-content a:hover {

  color: #0D63AE;
  text-decoration: underline;
}

.list_contact a:hover {
  color: #0D63AE;
}


#main-menu>li>ul>li:hover>ul {
  opacity: 1 !important;
  visibility: visible !important;
}

.wrap-btn {
  padding: 9px !important;
}