@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  position: relative;
}

a {
  text-decoration: none !important;
  color: inherit;
}

.top-header {
  background-image: linear-gradient(90deg, #3A8EF6 0%, #6F3AFA 100%);
  color: #ffffff;
  font-size: 15px;
  padding: 8px 0;
}

.top-header a {
  color: #ffffff;
  text-decoration: none;
}


/* Left side */
.th-left {
  display: flex;
  align-items: center;
  gap: 20px;
  /* flex-wrap: wrap; */
}

.th-contact-item {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.th-contact-item i {
  font-size: 16px;
  color: #fff;
}

/* Right side */
.th-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.th-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.th-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 16px;
  transition: background 0.3s ease;
}

/* Divider between email and social */
.th-divider {
  width: 1px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 600px) {
  .top-header {
    padding: 8px 0;
    gap: 0;
    font-size: 14px;
  }

  .th-contact-item {
    gap: 4px;
  }

  .th-left,
  .th-right {
    gap: 10px;
  }
}

/* Navbar */
.custom-navbar {
  background-color: transparent;
  width: 100%;
  padding: 10px 0;
}


.nav-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
}

ul.nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.nav-links li {
  position: relative;
}

ul.nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 17px;
  padding: 20px 12px;
  display: block;
}

ul.nav-links a:hover {
  color: #121f94;
}

/* Dropdowns */
.dropdown-menu {
  position: absolute;
  top: 95%;
  left: 0;
  background: #121f94;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 0;
  flex-direction: column;
  min-width: 660px;
  width: max-content;
  padding: 20px;
  z-index: 999;
}

.nav-service-title {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 10px;
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-menu a {
  padding: 8px 0 8px 10px !important;
  font-size: 16px !important;
  color: #fff !important;
  position: relative;
  font-weight: 400 !important;
}

.dropdown-menu a::before {
  content: '';
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background-color: #fff;
  border-radius: 50%;
}


/* === DESKTOP ONLY: Hover === */
@media (min-width: 992px) {
  .has-dropdown:hover>.dropdown-menu {
    display: flex;
  }

  .contact-btn {
    background-color: #121f94;
    color: white !important;
    padding: 8px 15px !important;
    border-radius: 5px;
    font-weight: 500 !important;
  }
}

/* === MOBILE === */
@media (max-width: 991px) {
  .nav-toggle {
    display: block;
  }

  ul.nav-links {
    flex-direction: column;
    display: none;
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
    gap: 0;
  }

  ul.nav-links.show {
    display: flex;
  }

  ul.nav-links li {
    width: 100%;
  }

  ul.nav-links a {
    padding: 12px 10px;
    border-bottom: 1px solid #ccc;
  }

  .dropdown-menu {
    position: static;
    display: none;
    background: #fff;
    border-radius: 0;
    border: none;
    width: 280px;
    padding: 0;
    box-shadow: none;
  }
  .nav-service-title {
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 10px 0 5px 10px;
  }

  .dropdown-menu a {
    padding: 10px 15px !important;
    font-size: 16px !important;
    border-bottom: 1px solid #ccc;
    color: #000 !important;
    font-weight: 400 !important;
  }

  .dropdown-menu.show {
    display: flex;
  }

}



.section-label {
  display: inline-block;
  background: #68acb6;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 5px;
  padding: 5px 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 800;
  color: #222;
  margin-bottom: 10px;
}


/* about */



.about-section {
  padding: 60px 0;
  background: #ffffff;
}

.about-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  border-radius: 20px 88px 20px 80px;
  box-shadow: 0 12px 40px rgba(106, 31, 160, 0.15);
}

.about-badge {
  display: inline-block;
  background: #68acb6;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  padding: 6px 20px;
  margin-bottom: 14px;
}

.about-title {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  color: #111111;
  margin-bottom: 15px;
}

.about-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  margin-bottom: 12px;
  /* text-align: justify; */
}

.about-features {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 28px;
}

.about-features li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #1f1f1f;
  line-height: 1.6;
}

.about-features li::before {
  content: "»";
  position: absolute;
  left: 0;
  top: 0;
  color: #016f75;
  font-size: 18px;
  font-weight: 800;
}

.btn-readmore {
  display: inline-block;
  background: #68acb6;
  color: #ffffff;
  text-decoration: none;
  padding: 13px 34px;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 700;
  transition: 0.3s ease;
}

.btn-readmore:hover {
  background: #121f94;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .about-title {
    font-size: 40px;
  }

  .about-content {
    padding-left: 10px;
  }

  .about-desc,
  .about-features li {
    font-size: 15px;
  }
}

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

  .about-content {
    padding-left: 0;
    margin-top: 30px;
  }

  .about-title {
    font-size: 32px;
  }

  .about-features {
    grid-template-columns: 1fr;
  }

  .about-img-wrap img {
    border-radius: 20px 20px 20px 50px;
  }
}



/* faq */

.acc-section {
  background: rgba(255, 255, 255, 0.95);
  position: relative;
}

.acc-header {
  text-align: center;
}

.acc-heading {
  font-size: 32px;
  font-weight: 600;
  color: #334155 !important;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.acc-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.acc-item {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.acc-item:hover {
  box-shadow: 0 20px 45px rgba(31, 181, 185, 0.15);
  transform: translateY(-2px);
}

.acc-item.is-open {
  border-color: #68acb6;
  background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(31, 181, 185, 0.03));
  box-shadow: 0 16px 40px rgba(31, 181, 185, 0.12);
}

.acc-header-btn {
  width: 100%;
  padding: 12px 15px;
  background: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: left;
}

.acc-title-wrap {
  flex: 1;
}

.acc-title {
  font-size: 18px !important;
  font-weight: 600;
  color: #333;
  margin: 0 !important;
}

.acc-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(31, 181, 185, 0.08);
  color: #68acb6;
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.acc-icon svg {
  width: 16px;
  height: 16px;
  transition: transform 0.25s ease;
}

.acc-item.is-open .acc-icon {
  background: #68acb6;
  color: white;
}

.acc-item.is-open .acc-icon svg {
  transform: rotate(180deg);
}

.acc-content {
  padding: 0 24px 24px;
  display: none;
}

.acc-item.is-open .acc-content {
  display: block;
}

.acc-text {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin: 0;
  word-break: normal;
  white-space: normal;
  overflow-wrap: break-word;
}

.acc-content ul {
  margin: 12px 0 0;
  padding-left: 20px;
  list-style: disc;
}

.acc-content ul li {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  list-style-type: disc;
  word-break: normal;
}

@media (max-width: 768px) {
  .acc-heading {
    font-size: 26px;
  }

  .acc-title {
    font-size: 16px !important;
  }

  .acc-header-btn {
    padding: 12px;
  }

  .acc-content {
    padding: 12px !important;
  }
}


/* form  */

.cf-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(52, 109, 165, 0.13);
  padding: 20px;
  max-width: 520px;
  width: 100%;
  border-top: 4px solid #68acb6;
}

.cf-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #68acb6;
  margin-bottom: 4px;
  font-family: inherit;
}

.cf-divider {
  height: 3px;
  background: #68acb6;
  border-radius: 4px;
  margin-bottom: 20px;
  opacity: 0.18;
}

.cf-label {
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  color: #374151 !important;
  margin-bottom: 6px !important;
  display: block;
  font-family: inherit;
}

.cf-icon-group {
  position: relative;
}

.cf-icon-group .cf-control {
  padding-left: 42px !important;
  border-radius: 10px !important;
  border: 1.5px solid #dee2e6 !important;
  font-size: 0.95rem !important;
  transition: border-color 0.25s, box-shadow 0.25s;
  width: 100%;
  height: 50px;
  outline: none;
  background: #fff;
  color: #374151;
  font-family: inherit;
  box-sizing: border-box;
}

.cf-icon-group .cf-control:focus {
  border-color: #68acb6 !important;
  box-shadow: 0 0 0 3px rgba(52, 109, 165, 0.18) !important;
}

.cf-icon-group .cf-field-icon {
  position: absolute !important;
  top: 50% !important;
  left: 13px !important;
  transform: translateY(-50%) !important;
  color: #68acb6 !important;
  font-size: 0.95rem !important;
  pointer-events: none;
}

.cf-textarea-group {
  position: relative;
}

.cf-textarea-group .cf-textarea {
  padding-left: 42px !important;
  border-radius: 10px !important;
  border: 1.5px solid #dee2e6 !important;
  font-size: 0.95rem !important;
  resize: vertical;
  transition: border-color 0.25s, box-shadow 0.25s;
  width: 100%;
  min-height: 110px;
  outline: none;
  background: #fff;
  color: #374151;
  font-family: inherit;
  padding-top: 10px;
  box-sizing: border-box;
}

.cf-textarea-group .cf-textarea:focus {
  border-color: #68acb6 !important;
  box-shadow: 0 0 0 3px rgba(104, 172, 182, 0.18) !important;
}

.cf-textarea-group .cf-field-icon {
  position: absolute !important;
  top: 13px !important;
  left: 13px !important;
  color: #68acb6 !important;
  font-size: 0.95rem !important;
  pointer-events: none;
}

.cf-mb3 {
  margin-bottom: 16px !important;
}

.cf-mb4 {
  margin-bottom: 24px !important;
}

.cf-btn-submit {
  background: #68acb6 !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 11px 0 !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px;
  color: #fff !important;
  width: 100%;
  cursor: pointer;
  transition: background 0.25s, transform 0.1s;
  font-family: inherit;
}

.cf-btn-submit:hover {
  background: #121f94 !important;
  transform: translateY(-1px);
}

.cf-btn-submit:active {
  transform: translateY(0);
}

@media (max-width: 576px) {
  .cf-card {
    padding: 28px 18px;
  }

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


/*==================================================
Blog
==================================================*/

.pq-blog .owl-carousel .pq-blog-post {
  margin-bottom: 0;
  box-shadow: none;
}

.single-post .pq-blog-post {
  margin-bottom: 0;
}

.pq-blog-post {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
  -moz-box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
  box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
}

.pq-light-bg .pq-blog-post {
  background: #eee;
}

.pq-blog-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  aspect-ratio: 3/2;
  object-fit: cover;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 100%;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.pq-blog-post:hover .pq-post-media img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pq-post-media .pq-post-date {
  background: #68acb6;
  padding: 4px 8px;
  line-height: normal;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.pq-post-media .pq-post-date a {
  color: #fff;
  letter-spacing: 0.04em;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.pq-blog-contain {
  padding: 20px;
  display: inline-block;
  position: relative;
  width: 100%;
}

.pq-blog-contain .pq-blog-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 25px;
  overflow: hidden;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.descripqion-hide .pq-blog-post .pq-blog-contain .pq-blog-title {
  margin-bottom: 15px;
}

.pq-blog-info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  z-index: 9;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.descripqion-hide p {
  display: none;
}

.pq-post-meta ul {
  padding: 0 0 15px;
  margin: 0 0 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
}

.pq-post-meta ul li {
  list-style: none;
  float: left;
  display: inline-block;
  margin-right: 20px;
  letter-spacing: 0.04em;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.pq-post-meta ul li:last-child {
  margin-right: 0;
}

.pq-post-meta ul li a {
  color: #016f75;
  text-decoration: none;
}

.pq-post-meta ul li a:hover {
  color: #013c47;
}

.pq-post-meta ul li i {
  margin-right: 10px;
  color: #013c47;
}

.single-post .content-area .site-main {
  padding-bottom: 210px;
}

.pq-button.pq-button-link {
  padding: 0;
  background: transparent;
  color: #013c47;
}

.pq-button .pq-button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5px;
}






/* gallery */


/* ── Grid ── */
.mpgal-grid {
  columns: 3 260px;
  column-gap: 15px;
}

.mpgal-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  margin-bottom: 12px;
  break-inside: avoid;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mpgal-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(11, 103, 178, 0.2);
}

.mpgal-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 0.5s ease;
}

.mpgal-item:hover img {
  transform: scale(1.05);
}

.mpgal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 103, 178, 0.35);
  opacity: 0;
  transition: opacity 0.35s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mpgal-item:hover .mpgal-overlay {
  opacity: 1;
}

.mpgal-overlay-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  backdrop-filter: blur(4px);
  transition: all 0.25s ease;
}

.mpgal-item:hover .mpgal-overlay-icon {
  background: #ffffff;
  color: #0b67b2;
  transform: scale(1.1);
}

/* ── Lightbox ── */
.mpgal-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(8, 18, 36, 0.94);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
}

.mpgal-lightbox.active {
  display: flex;
}

.mpgal-lb-inner {
  position: relative;
  max-width: 900px;
  width: 92%;
  animation: mpgalIn 0.3s ease;
}

@keyframes mpgalIn {
  from {
    opacity: 0;
    transform: scale(0.94);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.mpgal-lb-inner img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 12px;
  display: block;
}

.mpgal-lb-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.mpgal-lb-close:hover {
  background: #0b67b2;
  border-color: #0b67b2;
}

.mpgal-lb-prev,
.mpgal-lb-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.mpgal-lb-prev {
  left: -60px;
}

.mpgal-lb-next {
  right: -60px;
}

.mpgal-lb-prev:hover,
.mpgal-lb-next:hover {
  background: #0b67b2;
  border-color: #0b67b2;
}

.mpgal-lb-counter {
  text-align: center;
  margin-top: 14px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  display: inline-block;
  padding: 4px 14px;
  border-radius: 20px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

/* Thumbnail strip */
.mpgal-lb-thumbs {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 14px;
  flex-wrap: wrap;
}

.mpgal-lb-thumb {
  width: 52px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.45;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.mpgal-lb-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mpgal-lb-thumb.active {
  opacity: 1;
  border-color: #0b67b2;
}

.mpgal-lb-thumb:hover {
  opacity: 0.85;
}

@media (max-width: 767px) {
  .mpgal-grid {
    columns: 2 160px;
  }

  .mpgal-lb-prev {
    left: 6px;
    z-index: 2;
  }

  .mpgal-lb-next {
    right: 6px;
    z-index: 2;
  }

  .mpgal-lb-thumbs {
    display: none;
  }
}