/* ================================= GLOBAL FONTS ================================= */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
html {
  font-family:
    "DM Sans",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif !important;
  font-size: 14px;
  -webkit-tap-highlight-color: transparent;
}

ul {
  margin: 0;
  padding: 0;
  font-family: inherit !important;
}

/* ================================= GLOBAL VARIABLES ================================= */
:root {
  --color-primary: #038f8d;
  --color-primary-btn-hover: #024645;
}

/* ================================= PADDING FOR ALL COMPONENTS ================================= */

.c-section.c-p-y-tall {
  padding: 40px 0px 0px 0px;
  /* padding-bottom: 0px; */
}

/* ================================= ANNOUNCEMENT BAR ================================= */

.c-msg-warning {
  background-color: #dff7f7 !important;
}

.c-msg-warning .c-msg-info {
  justify-content: center !important;
}

.c-msg-warning .c-msg-info span {
  font-weight: 600 !important;
}

.c-msg-warning .c-msg-info a {
  color: var(--color-primary) !important;
}

/* ================================= NAVIGATION BAR ================================= */

/* Navbar Logo */
/* .c-nav-mod .c-nav-bg-logo {
  background-image: url(//imgcache.convergecloudlab.com/file_public/official/website/ocloud/2Mm6b7X1NyNd7rMiK1MRE.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 65px;
  width: 120px;
} */

.c-nav-mod .c-nav-bg-logo img {
  /* display: none; */
  height: 35px !important;
}

/* Navbar bg color */
.c-nav-wrap-dark {
  background-color: #fff;
}

/* NavLinks */
.c-nav-mod .c-nav-bm-categories .presentation > a {
  color: #0a0a0a !important;
  font-weight: 500 !important;
}

.c-nav-mod .c-nav-bm-categories .presentation > a:hover {
  border-bottom: 2px solid var(--color-primary);
}

/* Console Button */
.c-nav-mod .c-nav-top-links {
  margin-top: 10px;
}

.c-nav-mod .c-nav-top-links .link-item {
  color: #0a0a0a;
}

.c-nav-mod .c-nav-top-links .link-item:hover {
  color: var(--color-primary) !important;
}

@media screen and (max-width: 768px) {
  .c-nav {
    background-color: #fff;
  }
  .c-nav-wrap-m.c-nav .c-nav-r-btn span {
    background: var(--color-primary) !important;
  }
}

/* Nav menu white border bottom */
.curr a {
  border-bottom: none !important;
}
/* "More" Menu */

@media screen and (max-width: 1000px) {
  .J-qcTopNavItem {
    padding: 0px !important;
  }

  .J-qcTopNavItem a {
    font-size: 14px !important;
  }

  .c-nav-mod .c-nav-bm-categories {
    display: inline-block;
    vertical-align: middle;
    margin-left: 29px !important;
    margin-top: 4px;
  }
}

/* Don't delete this */
/* @media screen and (max-width: 970px) {
  .J-qcTopNavMore {
    display: block !important;
  }
}

@media screen and (max-width: 970px) {
  li.J-qcTopNavItem[data-id="pricing"] {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  li.J-qcTopNavItem[data-id="announce"] {
    display: none !important;
  }

  @media screen and (max-width: 950px) {
    .c-nav-mod .c-nav-bm-categories {
      margin-left: 100px !important;
    }
  }
}

@media screen and (max-width: 850px) {
  .c-nav-mod .c-nav-bm-categories {
    margin-left: 60px !important;
  }
}*/

.c-nav-mod .c-nav-bm-categories .presentation.more .nav-dropdown-btn-txt {
  font-weight: 500 !important;
  color: #0a0a0a !important;
  font-size: 16px !important;
  padding: 10px 0px 12px 0px !important;
}

/* .c-nav-mod .c-nav-bm-categories {
    margin-left: 170px !important;
  }
} */
/* ================================= NAV > PRODUCTS MENU ================================= */

.p-all-bar {
  white-space: nowrap;
  padding: 10px 20px;
}

.p-all-bar .p-all-search {
  margin: 0px;
  width: 100%;
}

.c-bubble.p-all {
  width: 100%;
}

.c-nav .menu-list-all .menu-item a:hover {
  color: var(--color-primary);
}

.p-all-bar .c-search-input:focus {
  border-color: var(--color-primary);
}

.p-all-bar .c-search-input:focus + .c-search-btn {
  border-color: var(--color-primary);
}

.c-nav .menu-list-all .menu-area-tit h3 a {
  pointer-events: none !important;
  cursor: default !important;
}

.c-nav .menu-list-all .menu-area-tit h3 a:hover {
  color: var(--color-primary);
}

@media screen and (max-width: 1216px) {
  .c-bubble.p-all .c-bubble-inner {
    display: block;
    width: 75% !important;
  }

  .c-nav .menu-list-col {
    width: 220px !important;
  }
}

@media screen and (max-width: 1200px) {
  .c-bubble.p-all .c-bubble-inner {
    display: block;
    width: 915px !important;
  }

  .c-nav .menu-list-col {
    width: 220px;
  }
}

@media screen and (max-width: 925px) {
  .c-bubble.p-all .c-bubble-inner {
    display: block;
    width: 99% !important;
  }
  .c-nav .menu-list-col {
    width: 180px !important;
  }
}

.nav-dropdown-menu-all {
  width: 66rem !important;
}

/* ================================= BANNERS ================================= */

/* .c-hero .mod-hero .hero-text {
  color: red !important;
}

.c-hero .mod-hero .hero-text .hero-text-con .des-text {
  color: red !important;
}

.c-hero .mod-hero .hero-text .hero-btn {
  background: var(--color-primary) !important;
} */

/* Banner Tabs */
.c-hero .mod-hero .hero-tab li a i {
  display: inline-block;
  height: 5px;
  background-color: #3e30;
  background: #c6ebea;
}
.c-hero .mod-hero .hero-tab .selected a i {
  background-color: var(--color-primary);
  opacity: 1;
}

/* Responsive Images */
@media (max-width: 1240px) {
  .c-hero .mod-hero .hero-img .img-item {
    background-size: 2520px 500px !important;
  }
}

@media (max-width: 1065px) {
  .c-hero .mod-hero .hero-img .img-item {
    background-size: 2220px 500px !important;
  }
}

@media (max-width: 940px) {
  .c-hero .mod-hero .hero-img .img-item {
    background-size: 2120px 500px !important;
  }
}
@media (max-width: 900px) {
  .c-hero .mod-hero .hero-img .img-item {
    background-size: 2020px 500px !important;
  }
}

@media (max-width: 840px) {
  .c-hero .mod-hero .hero-img .img-item {
    background-size: 1920px 500px !important;
  }
}
@media (max-width: 800px) {
  .c-hero .mod-hero .hero-img .img-item {
    background-size: 1820px 500px !important;
  }
}

@media (max-width: 770px) {
  .c-hero .mod-hero .hero-img .img-item {
    background-size: cover !important;
  }
}


@media (max-width: 600px) {
  .c-hero .mod-hero .hero-img .img-item[hotrep="hp.banner1"] {
    background-image: url(//imgcache.convergecloud.com/file_public/official/website/ocloud/qisgGBLPs_sumqOOwi7gl.png) !important;
  }
  .c-hero .mod-hero .hero-img .img-item[hotrep="hp.banner2"] {
    background-image: url(//imgcache.convergecloud.com/file_public/official/website/ocloud/lpvZGUHBTWQgAiw_NrVi3.png) !important;
  }
  .c-hero .mod-hero .hero-img .img-item[hotrep="hp.banner3"] {
    background-image: url(//imgcache.convergecloud.com/file_public/official/website/ocloud/ZrZRHPlOQxqy5x9rNzrOR.png) !important;
  }
  .c-hero .mod-hero .hero-img .img-item[hotrep="hp.banner4"] {
    background-image: url(//imgcache.convergecloud.com/file_public/official/website/ocloud/xJtln69uxqsXdcCIvnXr-.png) !important;
  }
}

/* ================================= HOT CONFIG ================================= */

.home-event-mod [class*="c-g-"]:hover a {
  color: var(--color-primary) !important;
}

.home-event-item a {
  padding: 36px 25px 25px;
}

.home-event-item a .home-event-item-con .home-event-item-txt {
  text-align: justify;
}

.c-section.home-event-mod .c-section-inner {
  margin: 0 auto 10px;
}
/* ================================= SERVICE CONFIG ================================= */

.home-service-info-link {
  color: var(--color-primary) !important;
}

.home-service-item a:hover .home-service-tit {
  color: var(--color-primary) !important;
}

@media screen and (max-width: 768px) {
  .c-section-tit > a {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .home-service-info {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .home-service-icon {
    display: none !important;
  }
}

/* ================================= SOLUTION CONFIG ================================= */

.home-solution-tab .c-tab-simple.actived:after {
  background: var(--color-primary) !important;
}

.home-solution-btn .c-btn {
  display: none;
  background: var(--color-primary) !important;
  border-radius: 50px !important;
  transition: background 0.2s ease-in-out !important;
}

.home-solution-btn .c-btn:hover {
  background: var(--color-primary-btn-hover) !important;
}

@media screen and (max-width: 768px) {
  #solutionWrapper .home-solution-tab .c-tab-simple {
    width: 100% !important;
  }
  #solutionWrapper .home-solution-tab .c-tab-simple.actived:after {
    width: 100% !important;
  }
}
/* ================================= CONTACT CONFIG ================================= */

.c-footer-action-btn .c-btn {
  background: var(--color-primary) !important;
  border-radius: 50px !important;
  transition: background 0.2s ease-in-out !important;
}

.c-footer-action-btn .c-btn:hover {
  background: var(--color-primary-btn-hover) !important;
}

/* ================================= PRODUCT CONFIG ================================= */
@media screen and (max-width: 770px) {
  .home-product-icon {
    display: none;
  }
}

.home-product-tab .c-tab-normal > ul {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #productWrapper .c-tab-normal ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}

#productWrapper {
  padding-top: 40px;
}

.home-product-mod .c-section-inner {
  padding-top: 40px;
}

.home-product-mod-btn .home-product-tab .c-tab-panel {
  text-align: center;
}

.J-pdUnderline {
  transform: translateX(156%) !important;
}

.c-tab-normal-line {
  background-color: var(--color-primary);
}

.c-tab-normal .c-tab-simple a:hover .c-tab-tit {
  color: var(--color-primary);
}

.home-product-tab .c-tab-simple.actived .c-tab-tit {
  color: var(--color-primary) !important;
}

.home-product-item a .home-product-item-tit {
  font-weight: 500;
}

.home-product-list-normal .home-product-item:hover .home-product-item-tit {
  color: var(--color-primary) !important;
}

.home-product-item a:hover .home-product-item-tit {
  color: var(--color-primary) !important;
}

.home-product-list-normal.expand .home-product-item {
  width: 30% !important;
}

.home-product-list-normal .home-product-item > a {
  padding: 20px 30px !important;
}

@media screen and (max-width: 768px) {
  .home-product-list-normal.expand .home-product-item {
    width: 100% !important;
  }

  .c-tab-normal .c-tab-simple.actived:after {
    background: var(--color-primary);
  }
}

/* ================================= CERTIFICATIONS ================================= */
.c-section-tit {
  text-align: center;
  font-size: 24px;
  /* color: #fff; */
  font-weight: 500;
  line-height: 1.5;
  /* padding-top: 65px; */
}
.home-certificate-list-tit {
  font-size: 24px;
  font-weight: 500;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 0px;
}

.home-certificate .c-media-horiz .c-media-img {
  padding-right: 30px;
  align-content: center;
  /* line-height: 108px; */
}
.home-certificate .c-media-horiz .c-media-img img {
  width: 90px;
  height: 90px;
  vertical-align: top;
}

.c-section-bd .home-certificate-list-wrap {
  padding-top: 0px;
}

.c-section-bd .home-certificate-list-wrap .home-certificate-list {
  padding-top: 0px;
}

.c-media-info {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
  line-height: 1.7;
  height: 110px;
  width: 100%;
  /* word-wrap: break-word; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* display: -webkit-box; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .home-certificate .c-media-horiz .link-style {
    display: none;
  }
  .home-certificate-more-m {
    display: none;
  }
}

.c-section.c-p-y-tall.home-product-mod.home-product-mod-btn {
  padding: 0px 0px !important;
}

/* ================================= SOLUTIONS ================================= */

.c-section.c-p-y-tall.home-solution-mod.J-sltWideWrapper {
  min-height: 420px;
}

.c-section.c-p-y-tall.home-solution-mod.J-sltWideWrapper .c-section-inner {
  padding: 45px 0 0 0;
}

/* ================================= PHILIPPINE MAP ================================= */

/* Map Wrapper */
.c-map-wrap {
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  /* width: 84.34vw;
  height: 40.834vw; */
  /* min-width: 880px;
  min-height: 426px; */
  max-width: 1300px;
  max-height: 500px;
}

/* Map Image */
.c-map-mod img {
  position: absolute;
  top: 65%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: auto;
}

/* Map Container Sizing */
.home-map-mod {
  position: center;
  height: 710px;
  overflow: hidden;
}

/* ================= PHILIPPINE MAP > DOT ================= */
/* DOT EXPLANATION */
.c-map-dot-explain {
  display: none;
  position: absolute;
  top: 10rem !important;
  right: 10px !important;
  left: auto !important;
  z-index: 3;
  font-weight: 500;
}

/* DOT TEXT  */
.c-map-dot-text {
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  white-space: nowrap;
}

.c-map-dot-text.left {
  display: none;
  left: auto;
  right: 200%;
  top: -270%;
  padding-left: 0;
  padding-right: 5px;
  color: #dfc641;
  font-weight: 999;
}

/* Bubble container with always-visible border */
.c-map-bubble {
  left: 359%;
  bottom: 50%;
  width: 74px;
  text-align: center;
  opacity: 0.95;
  transform: translateY(0) scale(1);
  /* transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, width 0.3s ease-in-out; /* include width */
  cursor: default;
  pointer-events: auto;
  visibility: visible;
  border: 1px solid var(--app-color-bg-brand-default);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  /* Anchor the left edge */
  transform-origin: left center; /* expand from left */
  white-space: nowrap;
}

/* Hover effect: move up + scale + shadow + expand width */
.c-map-dot.hover .c-map-bubble,
.c-map-dot:hover .c-map-bubble {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2); /* stronger shadow */
  width: 190px; /* expanded width */
  opacity: 0.95;
  /* background-color: #ffffff00; */
}

/* Inner content with vertical centering and left alignment */
.c-map-bubble .c-bubble-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-height: 30px; /* collapsed height for hover animation */
  overflow: hidden;
  transition:
    max-height 0.3s cubic-bezier(0.3, 0, 0.7, 1),
    transform 100s ease-in-out;
  padding: 10px;
  text-align: left;
}

/* Expand inner content on hover */
.c-map-dot.hover .c-map-bubble .c-bubble-inner,
.c-map-dot:hover .c-map-bubble .c-bubble-inner {
  max-height: 500px;
  left: 900%;
}

/* Add "Luzon" inside the bubble */
.c-map-bubble .title::before {
  content: "LUZON";
  display: block;
  font-size: 16px;
  color: #038f8d;
  margin-top: -7px;
  font-weight: 900;
  opacity: 1;
}

/* Paragraphs fade/slide in */
.c-map-bubble p {
  opacity: 0;
  visibility: hidden;
  /* transition: opacity 0.3s ease-in-out, transform 0.5s ease-in ease-out;  */
  transform: translateY(5px);
  margin: 0;
}

/* Show paragraphs on hover */
.c-map-dot.hover .c-map-bubble p,
.c-map-dot:hover .c-map-bubble p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Title text always visible */
.c-map-bubble .title {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  font-weight: 400;
}

.c-map-dot-explain-txt {
  margin-left: 5px;
  font-size: 20px;
  text-transform: Capitalize;
}

/* MAP DOT */
.c-map-dot {
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: inset #ffffff 0 0 5px;
  box-shadow: inset #3951ff 0 0 5px;
  border-radius: 100%;
  cursor: pointer;
  background-color: #f7f8fa;
}

.c-map-dot.style-2 {
  /* background: url(//imgcache.convergecloud.com/file_public/official/website/ocloud/NVKUJcp6Pvj6WKosTpcbD.png) no-repeat center center/cover; */
}

.c-map-dot.style-2,
.c-map-dot.style-2:after {
  -webkit-box-shadow: inset #ff0000 0 0 5px;
  box-shadow: inset #ff000000 0 0 5px !important;
  cursor: default;
}
.c-map-dot.style-2 .c-map-dot-layer,
.c-map-dot.style-2 .c-map-dot-layer:after {
  background-color: #66666600 !important;
}

/* DOT HOVER ELEMENT */
.c-map-dot:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-box-shadow: inset #ffffff 0 0 5px;
  box-shadow: inset #2842fc 0 0 5px;
  border-radius: 50%;
  top: -10%; /* Y-Coordinates */
  left: -16%; /* X-Coordinates */
  opacity: 0;
}

.c-map-dot-layer {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 51%;
  left: 54%;

  background-color: #0524ff;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
}

/* MAP BREAKPOINT */
@media screen and (max-width: 950px) {
  .c-section.bg-color.c-p-y-tall.home-map-mod,
  .c-map-mod,
  .c-map-wrap,
  .c-map-mod img {
    display: none !important;
  }
}

/* ================================= PARTNER WITH CONVERGE CLOUD COMPONENT ================================= */
.c-footer-action .c-section-inner {
  position: relative;
  z-index: 2;
  padding: 40px 0px 20px 0px;
}
.c-section-bd .c-footer-action-info {
  color: rgb(0 0 0 / 67%);
}
.bg-white .c-section-inner .c-section-hd .c-section-tit {
  color: #000;
}

/* ================================= FOOTER ================================= */

.c-footer-website-columns.c-grid {
  margin: auto;
  padding-left: 60px;
  max-width: 1200px;
  text-align: left;
}

.c-footer-website-title a:hover {
  display: block;
  color: #333;
  cursor: default;
  font-size: 14px;
  font-weight: 750;
}

.c-footer-website-list a:hover {
  color: var(--color-primary);
}

.c-footer-blogroll-links a.slide:hover {
  color: var(--color-primary);
}

/* qc-footer c-footer J-qc-footer <- Add if broken*/
.c-footer-blogroll .c-footer-inner {
  display: none;
}

@media screen and (min-width: 769px) {
  .c-footer-website-list a:hover {
    color: var(--color-primary);
  }
}

@media screen and (max-width: 768px) {
  .c-footer-website-columns.c-grid {
    padding-left: 0;
  }
}

/* ================================= ANNOUNCEMENTS PAGE ================================= */

.msg-area-form-label {
  width: 200px !important;
  margin-bottom: 12px !important;
}

.c-checkbox-block-item.actived {
  border: 1px solid var(--color-primary);
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> PRODUCT PAGES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* ================================= PRODUCT OVERVIEW ================================= */

.c-hero-section .c-hero-section-btn .c-btn.buy {
  background: var(--color-primary);
  transition: background 0.2s ease-in-out;
  border-radius: 50px;
}

.c-hero-section .c-hero-section-btn .c-btn:hover {
  background: var(--color-primary-btn-hover);
}

.p-tab-mod .c-tab-cross .c-tab-simple a:hover {
  color: var(--color-primary) !important;
}

/* ================================= PRODUCT DETAILS ================================= */

.d-aside-btn .c-btn {
  background: var(--color-primary);
  border-radius: 50px;
  transition: background 0.2s ease-in-out;
}

.d-aside-btn .c-btn:hover {
  background: var(--color-primary-btn-hover);
}

.d-aside-nav .aside-nav-item.actived a,
.d-aside-nav .aside-nav-item:hover a {
  color: var(--color-primary) !important;
}

.d-txt-card-ft .c-media-link {
  color: var(--color-primary) !important;
}

.c-media-body .c-media-link {
  color: var(--color-primary) !important;
}

:root {
  --app-color-bg-brand-default: var(--custom-color-bg-brand-default, #0a8f8d00);
}

.brand-banner {
  background-color: var(--app-color-bg-brand-default);
  position: relative;
  left: -70px;
}

/* ================================= PRODUCT FEATURES ================================= */

.J-subContent .c-section.c-p-y-tall.function-mod .c-section-inner {
  padding-top: 45px;
  max-width: 1400px !important;
}

.c-media .c-media-body .c-media-info {
  text-align: justify;
}

.function-list .c-media {
  background-color: inherit;
  margin: 0px 40px;
}

/* .c-media-horiz {
  padding: 0px !important;
} */
.about-mod .c-media-horiz {
  padding: 0px !important;
}

.c-media-heading[data-path="base.title"] {
  font-size: 24px !important;
  font-weight: 500 !important;
  padding-top: 20px !important;
}

/* ================================= Cloud You Can Trust ================================= */
.c-nav-list.J-qcTopNavList {
  margin-top: 0px;
}


.c-footer-service-list {
  box-sizing: border-box;
  display: table;
  width: 0%;
  margin-left: auto;
  }

.c-footer-service-item .icon {
  display: inline-block;
  width: 25px;
  height: 32px;
  vertical-align: middle;
  margin-right: 10px;
}