/*

* Theme Name: NS -  Sphere Lab Myanmar

*  Author: Netscriper

*  Author URI: http://www.netscriper.com/

*/

:root {
  --color1: #2776bc;

  --color2: #252525;

  --color3: #e6f3ff;
}

@font-face {
  font-family: "Fustat";

  src: url("/wp-content/themes/ns-theme-final/fonts/Fustat-Regular.ttf")
    format("truetype");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Fustat";

  src: url("/wp-content/themes/ns-theme-final/fonts/Fustat-Bold.ttf")
    format("truetype");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

body {
  font-family: "Fustat", sans-serif;

  font-weight: 400;

  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fustat", Arial, sans-serif !important;
}

/* Pagination */

ul.page-numbers {
  padding-left: 0px;
}

ul.page-numbers li {
  float: left;

  height: 35px;

  width: 35px;

  list-style: none;

  line-height: 35px;

  text-align: center;

  padding: 0px;

  border-radius: 100px;

  margin-right: 3px;

  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

ul.page-numbers li span.current {
  color: #000;

  font-size: 16px;
}

.content-img img {
  width: 100%;

  height: auto;
}

/* 404 error */

.error img {
  position: relative;

  margin: 0 auto;
}

.back-home-wrap p {
  font-size: 21px;

  margin-top: 50px;
}

.back-home-wrap {
  text-align: center;

  left: 0;

  right: 0;
}

.error {
  height: 400px;
}

.back-home {
  margin-top: 14px;

  border-radius: 0;
}

.mm-menu--offcanvas {
  position: absolute;
}

/* Breadcrumb */

#breadcrumbs {
  list-style-type: none;

  padding-left: 0;

  text-align: center;
}

#breadcrumbs li {
  display: inline-block;
}

#go-top {
  width: 50px;

  height: 50px;

  background-color: var(--color1);

  color: #fff;

  font-size: 24px;

  position: fixed;

  bottom: 20px;

  right: 80px;

  z-index: 9;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;
}

/*********************** Widget ******************/

.mywidget h4 {
  font-size: 14px;

  font-family: "Lato", sans-serif;
}

.widget-title {
  font-family: "Lato", sans-serif;

  font-weight: 700;

  font-size: 21px;
}

.widget ul li a {
  color: #333;

  font-family: "Raleway", sans-serif;

  border-bottom: 1px solid #ddd;

  display: block;

  padding-top: 12px;

  padding-bottom: 12px;

  position: relative;
}

.widget ul li a::before {
  content: "";

  position: absolute;

  border: 1px solid var(--color1);

  bottom: 0;

  width: 53px;
}

.widget ul li a:hover::before {
  content: "";

  position: absolute;

  border: 1px solid var(--color1);

  bottom: 0;

  left: 0;

  right: 0;

  width: 100%;

  transition: all 0.3s ease;
}

.widget ul li a:hover,
.widget ul li a:focus {
  color: var(--color1);

  text-decoration: none;

  outline: none;
}

.widget ul {
  padding-left: 0;

  list-style-type: none;
}

.sidebar {
  margin-top: 30px;
}

/* -------------------------------------------------------------------------------  */

.sec {
  padding-block: 100px;
}

.color1 {
  color: var(--color1);
}

.sparkle-sec {
  display: flex;

  justify-content: center;

  align-items: center;

  padding: 50px 0px;

  gap: 20px;
}

.sparkle {
  width: 10px;

  height: 10px;

  background-color: var(--color1);

  transform: rotate(45deg);

  position: relative;
}

.sparkle.large {
  width: 14px;

  height: 14px;
}

.bar {
  width: 100px;

  height: 3px;

  background-color: var(--color1);

  border-radius: 30px;
}

.product-btn {
  padding: 8px 15px;

  border-radius: 5px;

  background-color: var(--color1);

  color: #fff;

  text-decoration: none;
}

.cns-btn {
  display: inline-block !important;

  background-color: var(--color1);

  color: #fff;

  text-transform: capitalize;

  text-decoration: none;

  display: flex;

  align-items: center;

  padding: 12px 24px;

  padding-right: 44px;

  border-radius: 60px;

  font-weight: 400;

  position: relative;
}

.cns-btn.dark {
  background-color: #fff;

  color: var(--color2);
}

.cns-btn::after {
  content: "";

  width: 14px;

  height: 14px;

  background-image: url("/wp-content/themes/ns-theme-final/images/btn-arrow-light.png");

  background-position: center;

  background-size: contain;

  background-repeat: no-repeat;

  position: absolute;

  top: 50%;

  right: 20px;

  transform: translateY(-50%);

  margin-top: -2px;
}

.cns-btn.dark::after {
  background-image: url("/wp-content/themes/ns-theme-final/images/btn-arrow-dark.png");
}

.cns-btn.dark:hover {
  color: #252525;
}

.cns-btn img {
  margin-top: -2px;
}

.cns-btn:hover {
  color: #fff;
}

.title {
  font-size: 22px;

  font-family: "Fustat", sans-serif;

  font-weight: 700;

  text-transform: uppercase;

  display: inline-block;

  margin: 0 auto 20px;

  position: relative;

  padding-bottom: 10px;
}

.title::before {
  content: "";

  width: 80%;

  height: 2px;

  background-color: var(--color1);

  border-radius: 5px;

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);
}

.subtitle {
  font-size: 42px;

  font-weight: 400;
}

body.lang-mm .subtitle {
  line-height: 1.6;
}

.mb100 {
  margin-bottom: 100px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.left-bordered {
  border: 1px solid #777;

  border-right: none;

  border-top-left-radius: 30px;

  border-bottom-left-radius: 30px;
}

.right-bordered {
  border: 1px solid #777;

  border-left: none;

  border-top-right-radius: 30px;

  border-bottom-right-radius: 30px;
}

.mm-navbar__title {
  color: var(--color1) !important;

  font-weight: 700;

  font-size: 18px;
}

.mm-navbar {
  background-color: #000;
}

.mm-panel {
  color: #fff;

  background-color: transparent;

  z-index: 3 !important;
}

.mm-panels {
  background-color: #000;
}

.mm-panels::before {
  content: "";

  width: 500px;

  height: 500px;

  border-radius: 50%;

  background: var(--color1);

  position: absolute;

  top: 0%;

  left: 0;

  z-index: 1;

  filter: blur(300px);

  transform: translate(50%);
}

.mm-panels::after {
  content: "";

  width: 500px;

  height: 500px;

  z-index: 1;

  border-radius: 50%;

  background: var(--color1);

  position: absolute;

  bottom: 0%;

  right: 0;

  filter: blur(300px);

  transform: translate(-50%);
}

.mm-menu a {
  color: #fff !important;
}

.mm-listitem {
  border-color: #f4f4f4;
}

.sub-banner {
  width: 100%;

  height: 500px;

  background-color: #000;

  color: #fff;

  border-radius: 60px;

  display: flex;

  justify-content: center;

  align-items: center;

  position: relative;

  overflow: hidden;
  padding-top: 50px;
}

.sub-banner .container {
  position: relative;

  z-index: 2;
}

.sub-banner::before {
  content: "";

  width: 500px;

  height: 500px;

  border-radius: 50%;

  background: var(--color1);

  position: absolute;

  top: 0;

  left: 0;

  z-index: 1;

  filter: blur(300px);

  transform: translate(-50%, 50%);
}

.sub-banner::after {
  content: "";

  width: 500px;

  height: 500px;

  z-index: 1;

  border-radius: 50%;

  background: var(--color1);

  position: absolute;

  top: 0%;

  right: 0;

  filter: blur(300px);

  transform: translate(50%, -50%);
}

.sub-banner .page-meta {
  display: flex;

  flex-direction: column;

  align-items: center;
}

.sub-banner .page-meta .title {
  width: 100%;

  font-size: 28px;

  text-align: center;

  margin: 0 auto;
}

.sub-banner .page-meta .title::before {
  display: none;
}

#breadcrumbs a {
  text-decoration: none;

  color: var(--color1);
}

.ani-star .container {
  position: relative;

  z-index: 9;
}

.twinkle-star {
  --size: 60px;

  --holes: calc(var(--size) * 0.495);

  width: var(--size);

  aspect-ratio: 1/1;

  position: fixed;

  background: white;

  --mask: radial-gradient(
      var(--holes) at var(--holes) var(--holes),
      #0000 99%,
      #000
    )
    calc(var(--holes) * -1) calc(var(--holes) * -1);

  -webkit-mask: var(--mask);

  mask: var(--mask);

  border-radius: 50%;

  animation: sparkle 1.5s linear forwards;
}

@keyframes sparkle {
  0% {
    transform: scale(0);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* ----------------------------------------------------- */

header.header {
  width: 100%;

  position: absolute;

  z-index: 999;
}

#main-menu .menu-item .nav-link {
  padding-left: 25px;
  padding-right: 10px;
  color: #fff;
  position: relative;
}

#main-menu .menu-item {
  margin-right: 20px;
}

#main-menu .menu-item:last-child {
  margin-right: 0px;
}

#main-menu .menu-item .nav-link.active {
  color: var(--color1);
}

#main-menu .menu-item .nav-link::before {
  content: "";

  width: 17px;

  height: 100%;

  background-position: left;

  background-repeat: no-repeat;

  background-size: contain;

  position: absolute;

  top: 0%;

  left: 0;

  display: flex;
  justify-content: center;
  align-items: center;

}

#main-menu .icon-home .nav-link::before {
  background-image: url("/wp-content/themes/ns-theme-final/images/home.svg");
}

#main-menu .icon-home .nav-link.active::before {
  background-image: url("/wp-content/themes/ns-theme-final/images/home-blue.svg");
}

#main-menu .icon-about .nav-link::before {
  background-image: url("/wp-content/themes/ns-theme-final/images/about.svg");
}

#main-menu .icon-about .nav-link.active::before {
  background-image: url("/wp-content/themes/ns-theme-final/images/about-blue.svg");
}

#main-menu .icon-products .nav-link::before {
  background-image: url("/wp-content/themes/ns-theme-final/images/products.svg");
}

#main-menu .icon-products .nav-link.active::before {
  background-image: url("/wp-content/themes/ns-theme-final/images/products-blue.svg");
}

#main-menu .icon-services .nav-link::before {
  background-image: url("/wp-content/themes/ns-theme-final/images/services.svg");
}

#main-menu .icon-services .nav-link.active::before {
  background-image: url("/wp-content/themes/ns-theme-final/images/services-blue.svg");
}

#main-menu .icon-contact .nav-link::before {
  width: 20px;
  background-image: url("/wp-content/themes/ns-theme-final/images/contact.svg");
}

#main-menu .icon-contact .nav-link.active::before {
  background-image: url("/wp-content/themes/ns-theme-final/images/contact-blue.svg");
}

#main-menu .icon-announcement .nav-link::before {
   font-family: FontAwesome !important;
  content: "\f0a1" !important;
}


.header .pll-switcher-select {
  background-color: transparent;
  background-image: url("/wp-content/themes/ns-theme-final/images/language.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 25px;
  padding: 10px 10px 10px 30px;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  box-shadow: none;
  border: none;
}

.header .pll-switcher-select option {
  color: #000;
}

.header .pll-switcher-select option[selected] {
  color: #000;
}

/* ----------------------------------------------- */

.hero-section {
  width: 100%;

  height: 950px;

  min-height: 550px;

  position: relative;

  background-color: #000;

  color: white;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: start;

  text-align: center;

  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600" preserveAspectRatio="none"><path d="M40,0 H1160 Q1200,0 1200,40 V380 Q1200,420 1160,440 L600,600 L40,440 Q0,420 0,380 V40 Q0,0 40,0 Z" fill="black"/></svg>');

  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600" preserveAspectRatio="none"><path d="M40,0 H1160 Q1200,0 1200,40 V380 Q1200,420 1160,440 L600,600 L40,440 Q0,420 0,380 V40 Q0,0 40,0 Z" fill="black"/></svg>');

  mask-size: 100% 100%;

  -webkit-mask-size: 100% 100%;

  mask-repeat: no-repeat;

  overflow: hidden;
}

.hero-section::before {
  content: "";

  width: 500px;

  height: 500px;

  border-radius: 50%;

  background: var(--color1);

  position: absolute;

  top: 50%;

  left: 0;

  filter: blur(300px);

  transform: translateY(-50%);
}

.hero-section::after {
  content: "";

  width: 500px;

  height: 500px;

  border-radius: 50%;

  background: var(--color1);

  position: absolute;

  top: 50%;

  right: 0;

  filter: blur(300px);

  transform: translateY(-50%);
}

.hero-section .content {
  z-index: 5;

  padding: 200px 50px 0px;
}

.hero-section h1 {
  font-size: 42px;

  font-weight: 500;

  line-height: 1.2;

  margin-bottom: 20px;
}

body.lang-mm .hero-section h1 {
  line-height: 1.8;
}

.hero-section .highlight {
  color: #3d8bff;

  font-weight: 600;
}

.hero-section p {
  font-size: 16px;

  color: #fff;

  max-width: 600px;

  margin: 0 auto 35px;

  line-height: 1.6;
}

.lang-mm .hero-section p {
  line-height: 1.8;
}

.hero-section .btn {
  background-color: white;

  color: #050a0f;

  padding: 14px 36px;

  border-radius: 100px;

  text-decoration: none;

  font-weight: 600;

  display: inline-flex;

  align-items: center;

  gap: 10px;

  transition: 0.3s ease;
}

.hero-section .btn:hover {
  transform: translateY(-3px);

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.hero-section .scroll-indicator {
  position: absolute;

  z-index: 7;

  bottom: 35px;

  left: 50%;

  width: 36px;

  height: 50px;

  border: 1px solid #fff;

  border-radius: 30px;

  transform: translate(-50%) !important;
}

.hero-section .scroll-indicator .scroll-icon {
  font-size: 20px;

  position: absolute;

  top: 20%;

  left: 50%;

  transform: translate(-50%) rotate(90deg);

  display: flex;

  justify-content: center;

  transition: all 0.4s linear;
}

.hero-section .scroll-indicator:hover .scroll-icon {
  top: 45%;
}

.hero-section .star {
  position: absolute;

  color: rgba(255, 255, 255, 0.2);

  font-size: 12px;
}

.hero-section .hero-list {
  list-style: none;

  padding: 0;

  margin: 0 0 40px;

  display: flex;

  justify-content: center;

  align-items: center;
}

.hero-section .hero-list li {
  color: #fff;

  text-transform: uppercase;

  margin: 0 10px;
}

.hero-section .hero-list .circle {
  width: 8px;

  height: 8px;

  background-color: #fff;

  border-radius: 50%;

  margin-bottom: 2px;
}

.hero-section .product-circle {
  width: 96px;

  height: 96px;

  background: #ffffff1a;

  display: flex;

  justify-content: center;

  align-items: center;

  margin: 0 auto 20px;

  border-radius: 50%;

  transition: all 0.2s linear;
}

.hero-product {
  margin-bottom: 80px;
}

.hero-product:hover .product-circle {
  background-color: var(--color1);
}

.hero-section .product-title {
  font-size: 16px;

  line-height: 1.8;

  color: #fff;
}

/* --------------------------------------------------- */

.footer {
  color: #fff;

  background-color: #000;

  border-top-left-radius: 60px;

  border-top-right-radius: 60px;

  position: relative;

  overflow: hidden;
}

.footer::before {
  content: "";

  width: 300px;

  height: 300px;

  border-radius: 50%;

  background: var(--color1);

  position: absolute;

  top: 50%;

  left: 0;

  filter: blur(200px);

  transform: translateY(-50%);
}

.footer::after {
  content: "";

  width: 300px;

  height: 300px;

  border-radius: 50%;

  background: var(--color1);

  position: absolute;

  top: 50%;

  right: 0;

  filter: blur(200px);

  transform: translateY(-50%);
}

.footer .top-footer {
  padding-block: 60px;
}

.footer .footer-list {
  list-style: none;

  padding: 0;

  margin: 0;
}

.footer .footer-list li {
  display: flex;

  gap: 20px;

  margin-bottom: 20px;
}

.footer .footer-list li:last-child {
  margin-bottom: 0px;
}

.footer .footer-list li p {
  margin-bottom: 0;
}

.footer .footer-icon {
  white-space: nowrap;

  flex-shrink: 0;

  padding-left: 24px;

  position: relative;
}

.footer .footer-title {
  font-size: 20px;

  font-weight: 700;

  margin-bottom: 24px;

  text-transform: uppercase;
}

.footer .footer-icon {
  font-weight: 700;
}

.footer .footer-icon::before {
  font-family: FontAwesome;

  font-size: 18px;

  color: #fff;

  position: absolute;

  top: 0%;

  left: 0;

  margin: -2px;
}

.footer .footer-icon.icon-location::before {
  content: "\f041";
}

.footer .footer-icon.icon-email::before {
  content: "\f0e0";
}

.footer .footer-icon.icon-phone::before {
  content: "\f095";
}

.footer .footer-link {
  color: #fff;

  text-decoration: none;

  transition: all 0.2s linear;
}

.footer .footer-link:hover {
  color: var(--color1);
}

.footer .bot-footer {
  width: 100%;

  border-top: 1px solid #fff;

  padding: 16px 0px;
}

.footer .bot-footer p {
  font-size: 14px;

  margin-bottom: 0px;
}

.footer .bot-footer .copyright {
  color: var(--color1);

  text-decoration: none;
}

.footer .social-icon {
  width: 35px;
}

/* --------------------------------------------------------- */

.h-aboutus {
  padding: 100px 0px;
}

.h-aboutus .h-aboutus-content {
  width: 55%;

  text-align: center;

  margin: 0 auto;
}

body.lang-mm .h-aboutus .h-aboutus-content p {
  line-height: 1.8;
}

.h-ourservice {
  width: 100%;

  background-color: #000;

  color: #fff;

  padding: 100px 0px;

  border-radius: 60px;

  position: relative;

  overflow: hidden;
}

.h-ourservice::before {
  content: "";

  width: 1000px;

  height: 1000px;

  border-radius: 50%;

  background: var(--color1);

  position: absolute;

  bottom: 0%;

  left: 0;

  filter: blur(400px);

  transform: translate(-50%, 50%);
}

.h-ourservice::after {
  content: "";

  width: 1000px;

  height: 1000px;

  border-radius: 50%;

  background: var(--color1);

  position: absolute;

  top: 0%;

  right: 0;

  filter: blur(400px);

  transform: translate(50%, -50%);
}

.h-ourservice .container {
  position: relative;

  z-index: 2;
}

.h-ourservice .h-ourservice-titlebox {
  width: 60%;

  text-align: center;

  margin: 0 auto 150px;
}

.h-ourservice .h-ourservice-titlebox .title::before {
  background-color: #fff;
}

.h-ourservice .left-bordered p,
.h-ourservice .right-bordered p {
  margin-bottom: 0px;
  text-align: justify;
  line-height: 27px;
}

.lang-mm .h-ourservice .left-bordered p,
.lang-mm .h-ourservice .right-bordered p {
  line-height: 36px;
}

.h-ourservice .text-truncate {
     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.h-ourservice .d-box {
  padding: 0;

  border-radius: 20px;

  overflow: hidden;
}

.h-ourservice .d-box img {
  min-height: 450px;
  object-fit: cover;
}

/* --------------------------------------------------------- */

.h-calendar {
  background-image: url("/wp-content/themes/ns-theme-final/images/bg.png");

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  padding: 100px 0px;
}

.h-calendar .h-calendar-title {
  width: 55%;

  text-align: center;

  margin: 0 auto 80px;
}

.h-calendar .calendar-wrapper {
  width: 100%;
  /* min-height: 600px; */

  height: auto;

  border-radius: 20px;

  box-shadow: 2px 2px 5px #777;

  position: relative;

  overflow: hidden;

  padding: 30px;

  margin-bottom: 20px;

  background-color: #fff;

  display: flex;

  flex-direction: column;
  justify-content: space-between;

}

.h-calendar .calendar-wrapper .fc-button-primary {
  text-transform: capitalize;
}

.h-calendar .ics-calendar-month-grid th {
  background-color: var(--color3);
  color: var(--color2);
  border-bottom: 1px solid #fff;
}

.h-calendar .ics-calendar-month-grid th:first-child {
    color: #bc002d;
}

.h-calendar .ics-calendar-month-grid th:last-child {
    color: #bc002d;
}

.h-calendar .calendar-wrapper .off {
  background-color: #ebe8e8;
}

.h-calendar .calendar-wrapper .day {
  /* background-color: var(--color1); */
  /* color: #fff; */
  border-bottom: 1px solid #fff;
}

.h-calendar .calendar-wrapper .today .day {
  background-color: #f0f3f6;
  border-bottom: 1px solid var(--color1) ;
}

.h-calendar .calendar-wrapper .today .day * {
  color: var(--color1) !important;
  font-weight: bold;
}

.h-calendar .calendar-wrapper .dow_0 .day,
.h-calendar .calendar-wrapper .dow_6 .day{
  background-color: #bc002d;
  color: #fff;
}


.h-calendar .calendar-wrapper .has_events .day {
  background-color: #bc002d;
  color: #fff;
}

.h-calendar .calendar-wrapper .has_events {
  color: #bc002d;
}

.h-calendar .calendar-wrapper .has_events .all-day-indicator {
  color: red;
}


.h-calendar .calendar-wrapper .has_events .has_desc {
  width: 100%;
  color: #bc002d;
  white-space: nowrap;
  overflow: hidden;
  /* animation-name: rightToLeft; */
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}


@keyframes rightToLeft {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(-200%);
  }
}

.h-calendar .calendar-wrapper .confirmed {
  color: #bc002d !important;
}
 

.h-calendar .calendar-wrapper .has_events .has_desc::before,
.h-calendar .calendar-wrapper .confirmed::before {
  background-color: red;
}



@media screen and (max-width: 782px) {
  .ics-calendar-month-grid {
    display: table !important; /* or block, depending on the specific version */
    width: 100% !important;
  }

  .ics-calendar-month-grid .ics-calendar-label {
    display: table-cell !important;
  }

  /* Prevents the 'Day' view from hiding the full grid */
  .ics-calendar-month-grid .ics-calendar-day {
    display: table-cell !important;
    width: 14.28% !important; /* Forces 7 days across */
    min-width: 0 !important;
  }

  .ics-calendar-month-grid .title.has_desc {
    display: none !important;
  }
}

.h-calendar .icon-box {
  width: 60px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #999;
  padding: 1px;
}

.h-calendar .icon-box img {
  width: 100%;
}

.h-calendar .piecal-popover__view-link {
  display: none;
}

.h-calendar .fc-col-header-cell-cushion {
  color: var(--color2);

  text-decoration: none;

  font-size: 12px;
}


/* ---------------------------------------------------- */

.hydrogen-calendar .fc-day-sun .fc-daygrid-day-top, 
.hydrogen-calendar .fc-day-sat .fc-daygrid-day-top{
  color: #bc002d !important;
}

.hydrogen-calendar .fc-daygrid-body,
.hydrogen-calendar .fc-scrollgrid-sync-table,
.hydrogen-calendar .fc-col-header  {
  width: 100% !important;
}

.hydrogen-calendar .fc-day:first-child .fc-daygrid-day-number,
.hydrogen-calendar .fc-day:last-child .fc-daygrid-day-number,
.hydrogen-calendar .fc-daygrid-day-top.has-event-number *{
  color: #bc002d !important;
}

/* Optional: Add a background color to the day cell to make it stand out more */
.fc-daygrid-day-has-event {
    background-color: #fff9c4 !important; /* A light yellow tint */
}

.fc-h-event {
  background-color: #bc002d !important;
  border: #bc002d !important;
}


/* ------------------------------------------- */


.cp-sec {
  padding: 100px 0px;
}

.cp-sec .img-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.cp-sec .img-wrapper img {
  width: 100%;
  transition: transform .3s linear;
}

.cp-sec .img-wrapper:hover img {
  transform: scale(1.1);
}

.cp-sec .cp-content {
  padding-left: 20px;
  /* padding-top: 20px; */
}

.cp-sec .cp-content .cp-title,
.cp-sec .cp-content .headoffice-jp h3{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cp-sec .cp-content .cp-info {
  margin-bottom: 15px;
}

.cp-sec .cp-content .cp-info p {
  margin-bottom: 10px;
}

.cp-sec .cp-address {
  margin-bottom: 25px;
}

.cp-sec .cp-content .headoffice-jp a {
  display: inline-block !important;

  background-color: var(--color1);

  color: #fff;

  text-transform: capitalize;

  text-decoration: none;

  display: flex;

  align-items: center;

  padding: 12px 24px;

  padding-right: 44px;

  border-radius: 60px;

  font-weight: 400;

  position: relative;
}

.cp-sec .cp-content .headoffice-jp a::after {
  content: "";

  width: 14px;

  height: 14px;

  background-image: url("/wp-content/themes/ns-theme-final/images/btn-arrow-light.png");

  background-position: center;

  background-size: contain;

  background-repeat: no-repeat;

  position: absolute;

  top: 50%;

  right: 20px;

  transform: translateY(-50%);

  margin-top: -2px;
}





#aboutus .d-sec .title-side {
  width: 100%;

  height: 100%;

  padding: 30px 20px;

  display: flex;

  align-items: center;
}

.left-bordered {
  border: 1px solid #777;

  border-right: none;

  border-top-left-radius: 30px;

  border-bottom-left-radius: 30px;
}

.right-bordered {
  border: 1px solid #777;

  border-left: none;

  border-top-right-radius: 30px;

  border-bottom-right-radius: 30px;
}

#aboutus .d-sec .d-box {
  border-radius: 30px;
  padding: 0;
  /* background-color: #000; */
  /* color: #fff; */
  border: 2px solid var(--color1);
  position: relative;
  overflow: hidden;
}

#aboutus .d-sec .d-box .list-side::after {
  content: "";

  width: 100%;

  height: 100%;

  background-image: url("/wp-content/themes/ns-theme-final/images/starbg.png");

  background-position: center;

  background-size: contain;

  background-repeat: no-repeat;

  position: absolute;

  top: 0;

  left: 0;
}

#aboutus .d-sec .d-box .list-side::before {
  content: "";

  width: 300px;

  height: 300px;

  border-radius: 50%;

  background: var(--color1);

  position: absolute;

  bottom: -50%;

  right: 0;

  filter: blur(200px);
}

#aboutus .d-sec .d-box .list-side ul {
  list-style: none;

  margin: 0;

  padding: 0;
}

#aboutus .d-sec .d-box .list-side ul li {
  margin-bottom: 10px;
}

#aboutus .d-sec .system-title {
  font-size: 24px;
  color: #fff;

  display: flex;

  align-items: center;

  margin-bottom: 0;
}

#aboutus .d-sec .mb100:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------ */

#aboutus .d-sec {
  padding-inline: 20px;
}

#aboutus .d-sec-bg {
  background-color: #000;

  padding-block: 100px 0px;

  border-radius: 60px;

  position: relative;

  overflow: hidden;
}

#aboutus .d-sec .container {
  position: relative;

  z-index: 2;
}

#aboutus .d-sec-bg .highlight-bg {
  width: 800px;

  height: 800px;

  border-radius: 50%;

  background: var(--color1);

  position: absolute;

  filter: blur(500px);

  z-index: 1;
}

#aboutus .d-sec-bg .highlight-bg.bg-1 {
  top: -50%;

  right: -30%;

  transform: translate(-50%, 50%);
}

#aboutus .d-sec-bg .highlight-bg.bg-2 {
  bottom: -50%;

  left: -30%;

  transform: translate(50%, -50%);
}

#aboutus .d-sec .title,
#aboutus .d-sec .subtitle {
  color: #fff;
}

#aboutus .d-sec .subtitle {
  width: 60%;

  text-align: center;
}

#aboutus .d-sec .d-content p {
  width: 80%;

  color: #fff;

  text-align: center;

  line-height: 40px;

  margin: 0 auto;
}


#aboutus .d-sec .mankichi-img {
  width: 100%;
  object-fit: cover;
}




#aboutus .activities-sec {
  padding: 100px 0px;
}

#aboutus .activities-sec .card-custom {
  border: none;

  border-radius: 15px;

  height: 100%;

  background: #fff;

  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.404);

  padding: 30px;

  position: relative;

  overflow: hidden;
}

#aboutus .activities-sec .card-custom::after {
  content: "";

  width: 100%;

  height: 100%;

  background-image: url("/wp-content/themes/ns-theme-final/images/starbg.png");

  background-position: center;

  background-size: contain;

  background-repeat: no-repeat;

  position: absolute;

  top: 0;

  left: 0;
}

#aboutus .activities-sec .card-custom::before {
  content: "";

  width: 200px;

  height: 200px;

  border-radius: 50%;

  background: var(--color1);

  position: absolute;

  bottom: -50%;

  right: 0;

  filter: blur(100px);

  opacity: 0;
}

#aboutus .activities-sec .card-custom p {
  line-height: 35px;

  margin-bottom: 0px;

  transition: all 0.2s linear;
}

#aboutus .activities-sec .card-custom:hover {
  background-color: #000;

  color: #fff;

  transition:
    color 0.2s linear,
    background-color 0.2s linear;
}

#aboutus .activities-sec .card-custom:hover::before {
  opacity: 1;
}

#aboutus .activities-sec .card-custom:hover p {
  color: #fff;
}

#aboutus .activities-sec .icon-box {
  width: 70px;

  height: 70px;

  background: #e6f3ff;

  border-radius: 12px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 20px;

  color: var(--color1);

  font-size: 30px;

  padding: 10px;
}

#aboutus .activities-sec .philosophy-card {
  width: 100%;

  box-shadow: 2px 2px 10px #777;

  padding: 30px 40px;

  border-radius: 10px;

  position: relative;

  overflow: hidden;

  margin-bottom: 40px;
}

#aboutus .activities-sec .philosophy-card::before {
  content: "";

  width: 3px;

  height: 100%;

  background-color: var(--color1);

  position: absolute;

  top: 0;

  left: 0;
}

#aboutus .activities-sec .philosophy-card h4 {
  font-size: 24px;

  font-weight: 400;
}

#aboutus .activities-sec .philosophy-card p {
  line-height: 35px;

  margin-bottom: 0;
}

/* ----------------------------------------------------------- */




.product-card {
  width: 100%;

  height: 100%;

  border-radius: 14px;

  overflow: hidden;

  background-color: #fff;

  box-shadow: 2px 2px 5px #777;

  transition: all 0.2s linear;
}

.product-card .img-wrapper {
  width: 100%;

  border-bottom-left-radius: 14px;

  border-bottom-right-radius: 14px;

  overflow: hidden;
}

.product-card .img-wrapper img {
  width: 100%;

  height: auto;

  object-fit: contain;
}

.product-card .product-content {
  padding: 14px 20px;
}

.product-card .product-title {
  font-size: 18px;

  color: var(--color2);

  text-decoration: none;

  margin-bottom: 0px;
}

.main-page-my .product-card .product-title {
  line-height: 35px;
}

.product-card:hover {

  transform: translateY(-10px);

  box-shadow: 5px 5px 10px #777;
}

.product-card:hover::before {
  display: block;
}



.product-detail .product-title-wrapper .product-title {
  font-size: 30px;

  font-weight: 700;

  margin-bottom: 8px;
}

.main-page-my .product-detail .product-title-wrapper .product-title {
  line-height: 45px;
}


.product-detail .img-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 2px 5px #999;
}

.product-detail .img-wrapper img {
  width: 100%;

  height: auto;

  object-fit: contain;
  transition: all .5s linear;
}

.product-detail .img-wrapper:hover img {
  transform: scale(1.2);
}

.product-detail .product-content {
  padding: 20px 0px;
}

.product-detail .product-subtitle {
  font-size: 22px;
  font-weight: 600;
  color: var(--color1);
  margin-bottom: 14px;
  padding-left: 20px;
  padding-top: 2px;
  border-left: 3px solid var(--color1);
}

.product-detail .overview-para {
  padding: 20px;
  background-color: var(--color3);
  border-radius: 10px;
  margin-top: 30px;
}

.product-detail .overview-para p{
  text-align: justify;
  line-height: 30px;
  margin-bottom: 8px;
}

.main-page-my .product-detail .overview-para {
  text-align: start;
}

.nav-tabs .nav-link {
  border: 0;
}

.product-detail .nav {
  flex-direction: column;

  border: 0;
}

.product-detail .nav-tabs .nav-item.show .nav-link,
.product-detail .nav-tabs .nav-link.active {
  color: var(--color1);

  padding: 0;

  padding-bottom: 5px;

  margin-bottom: 20px;
}

.product-detail .nav-tabs .nav-link {
  color: var(--color2);

  padding: 0;

  padding-bottom: 5px;

  margin-bottom: 20px;

  position: relative;

  overflow: hidden;

  transition: all 0.2s linear;
}

.product-detail .nav-tabs .nav-link::before {
  content: "";

  width: 100%;

  height: 2px;

  background-color: var(--color1);

  position: absolute;

  bottom: 0;

  left: -100%;

  transition: all 0.2s linear;
}

.product-detail .nav-tabs .nav-link:hover {
  color: var(--color1);
}

.product-detail .nav-tabs .nav-link:hover::before {
  left: 0;
}

.product-detail .nav-tabs .nav-item.show .nav-link::before,
.product-detail .nav-tabs .nav-link.active::before {
  left: 0;
}

.product-detail .tab-content {
  padding: 40px;

  background-color: #000;

  color: #fff;

  border-radius: 10px;

  position: relative;

  overflow: hidden;
}

.product-detail .tab-content:before {
  content: "";

  width: 400px;

  height: 400px;

  border-radius: 50%;

  background: var(--color1);

  position: absolute;

  bottom: 0;

  right: 0%;

  filter: blur(200px);

  transform: translate(50%, 50%);

  transition: all 0.2s linear;
}

.product-detail .tab-content:after {
  content: "";

  width: 400px;

  height: 400px;

  border-radius: 50%;

  background: var(--color1);

  position: absolute;

  top: 0;

  left: 0%;

  filter: blur(200px);

  transform: translate(-50%, -50%);

  transition: all 0.2s linear;
}

.product-detail .tab-pane {
  position: relative;

  z-index: 2;

  background-image: url("/wp-content/themes/ns-theme-final/images/starbg.png");

  background-position: center;

  background-size: contain;

  background-repeat: no-repeat;
}

.product-detail .tab-pane .tab-pane-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.product-detail .tab-pane .benefit-box p {
  text-align: justify;
  line-height: 30px;
  margin: 0;
}


.product-detail .benefit-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.product-detail .benefit-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-detail .benefit-box ul li {
  line-height: 1.6;
  padding-left: 24px;
  margin-bottom: 14px;
  position: relative;
}

.product-detail .benefit-box ul li::before {
  font-family: FontAwesome;
  content: "\f00c";
  font-size: 16px;
  color: var(--color1);
  position: absolute;
  top: 0;
  left: 0;
}

.product-detail .info-img {
  width: 100%;
  border-radius: 10px;
}

.product-detail .tab-pane-card {
  padding: 20px;

  color: var(--color2);

  background-color: #fff;

  border-radius: 15px;

  position: relative;

  transition: all 0.2s linear;

  overflow: hidden;
}

.product-detail .tab-pane-card h4 {
  color: #000;

  font-size: 18px;

  font-weight: 700;

  margin-bottom: 24px;

  padding: 5px;

  padding-left: 20px;

  border-left: 3px solid var(--color1);

  transition: all 0.2s linear;
}

.product-detail .tab-pane-card ul {
  list-style: none;

  margin: 0;

  padding: 0;

  position: relative;

  z-index: 2;
}

.product-detail .tab-pane-card ul li {
  padding-bottom: 8px;

  border-bottom: 1px solid #e3e3e3;

  margin-bottom: 8px;
}

.product-detail .tab-pane-card ul li:last-child {
  border: 0;

  margin-bottom: 0px;

  padding-bottom: 0px;
}

.product-detail .tab-pane-card ul li .list-title {
  font-weight: 700;

  flex-shrink: 0;

  margin-bottom: 0px;
}

.product-detail .tab-pane-card ul li .list-content {
  width: 70%;

  margin-bottom: 0;
}

.product-detail .pdf-card {
  width: 100%;

  padding: 15px 20px;

  background: var(--color3);

  border-radius: 5px;

  margin-bottom: 20px;

  background-color: #fff;
}

.product-detail .pdf-card:last-child {
  margin-bottom: 0px;
}

.product-detail .pdf-card h4 {
  font-size: 18px;

  text-decoration: none;

  color: var(--color2);

  margin-bottom: 0px;
}

/* ----------------------------------------------------  */

#services .web-section {
  padding-bottom: 100px;
}

.lang-mm #services .web-section h2 {
  line-height: 1.6;
}


#services .service-bg {
  padding: 100px 0px;

  background-color: var(--color3);
}

#services .img-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 2px 10px #999;
}


#services .img-wrapper img {
  width: 100%;
  display: block;
  transition: all .5s linear;
}

#services .img-wrapper:hover img {
  transform: scale(1.2);
}


#services .section-label {
  color: var(--color1);

  text-transform: uppercase;

  font-weight: 700;

  letter-spacing: 2px;

  font-size: 0.9rem;

  display: block;

  margin-bottom: 15px;
}

#services .service-para p {
    margin-bottom: 12px;
    text-align: justify;
    line-height: 2;
}

.lang-mm #services .service-para p {
  text-align: start;
  line-height: 2.2;
  margin-bottom: 16px;
}

#services .bento-item {
  height: 100%;

  background: #fff;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-items: center;

  padding: 40px;

  border: 2px solid var(--color1);

  position: relative;

  border-radius: 10px;
}

#services .bento-item h3 {
  font-size: 24px;

  font-weight: 700;

  line-height: 35px;
  text-align: center;
}

#services .bento-item:hover {
  transform: translate(-2px, -2px);

  box-shadow: 5px 5px 10px #777;

  transition: all 0.3s linear;
}

#services .bento-item p {
  text-align: center;

  margin-bottom: 0;
}

.main-page-my #services .bento-item p {
  text-align: start;

  margin-bottom: 0;

  line-height: 35px;
}

/* ------------------------------------------------------ */

.contact-us .reservation-form-control {
  width: 100%;

  padding: 10px;

  padding-left: 40px;

  border-radius: 5px;
}

.contact-us .form-group {
  position: relative;
}

.contact-us .icon-box {
  font-size: 18px;

  color: var(--color1);

  position: absolute;

  top: 50%;

  left: 14px;

  transform: translateY(-50%);
}

.contact-us .icon-box.message {
  top: 20px;
}

.contact-us .send-btn {
  background-color: var(--color1);

  color: #fff;

  padding: 10px 30px;

  border-radius: 5px;
}

.contact-us .contact-title {
  font-size: 18px;

  color: var(--color1);

  margin-bottom: 8px;
}

.contact-us .contact-details {
  background-color: #fff;

  border-radius: 14px;

  padding: 20px 30px;

  /* box-shadow: 2px 2px 10px #777; */

  border: 1px solid #cfcfcf;
}

.contact-us .contact-details .nav-link {
  transition: color 0.3s ease-in-out;
}

.contact-us .form-control {
  box-shadow: none;
}

.contact-us .contact-details .nav-link:hover {
  color: var(--color1);
}


/* --------------------------------------------------------- */

.announcement-card {
  width: 100%;
  height: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  overflow: hidden;
}

.announcement-card .d-flex {
  height: 100%;
}

.announcement-card .img-wrapper {
  width: 40%;
  height: 100%;
  flex-shrink: 0;
}

.announcement-card .img-wrapper img{
    width: 100%;
    min-height: 240px;
    height: 100%;
    object-fit: cover;
}

.announcement-card .announcement-content {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.announcement-card .announcement-content .announcement-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

.btn-text {
  display: inline-block;
  color: var(--color1);
  padding-right: 20px;
  position: relative;
}

.btn-text::before {
  width: 14px;
  height: 14px;
  font-family: "FontAwesome";
  content: "\f101";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-85%);
}

.announcement-title {
  font-size: 30px;
  font-weight: 700;
}

.announcement-content .img-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.announcement-content .img-wrapper img{
  width: 100%;
  height: auto;
}

.announcement-content .content {
  border-top: 1px solid #cfcfcf;
  padding-top: 40px;
}

.announcement-content .content p { 
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 40px;
}

.announcement-content .date-box {
  display: flex;
  gap: 20px;
}

.announcement-content .date {
  color: var(--color1);
  padding: 20px 0px;
}

.latest-title {
  font-size: 28px;
  color: var(--color1);
  font-weight: 600;
  margin-bottom: 30px;
}

.announcement-latestcard {
  width: 100%;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
}

.announcement-latestcard:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.announcement-latestcard .img-wrapper {
  width: 30%;
  min-height: 100px;
  height: auto;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}

.announcement-latestcard .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.announcement-latestcard .content {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 16px;
}

.announcement-latestcard .announcement-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: color .3s linear;
}

.announcement-latestcard:hover .announcement-title {
  color: var(--color1);
}

.latest-box {
  padding: 20px;
  border-radius: 10px;
  background-color: var(--color3);
}


.grecaptcha-badge {
  bottom: 80px !important;
  z-index: 9 !important;
}


/* ---------------------------------------------------- */

@media screen and (max-width: 1400px) {
  .hero-section .content {
    z-index: 5;

    padding: 150px 50px 0px;
  }

  .hero-section h1 {
    font-size: 38px;
  }

  .hero-section p {
    margin-bottom: 20px;
  }

  .subtitle {
    font-size: 35px;
  }

  .hero-section .scroll-indicator {
    bottom: 80px;
  }

  .hero-section .hero-list {

   margin: 0 0 40px;

  }
}

@media screen and (max-width: 1200px) {
  .product-detail .product-content .product-title {
    font-size: 24px;
  }

  .main-page-my .product-detail .product-content .product-title {
    line-height: 38px;
  }

  #main-menu .menu-item {
    margin-right: 0px;
  }

  #main-menu .menu-item .nav-link {
    padding: 0px 10px;
  }

  #main-menu .menu-item .nav-link::before {
    display: none;
  }
}


@media screen and (max-width: 992px) {
  .mb50 {
    margin-bottom: 30px;
  }

  .mb100 {
    margin-bottom: 50px;
  }

  .subtitle {
    font-size: 28px;
  }

  .sub-banner .page-meta .title {
    font-size: 22px;
  }

  .hero-section {
    max-height: 550px;

    justify-content: center;

    -webkit-mask-image: none;

    mask-image: none;

    border-radius: 60px;
  }

  .hero-section .content {
    z-index: 5;

    padding: 80px 10% 0px;

  }

  .hero-section .scroll-indicator {
    display: none;
  }

  .hero-section h1 {
    font-size: 32px;

    margin-bottom: 20px;
  }

  .lang-mm .hero-section h1 {
    line-height: 1.6;
  }

  .h-aboutus .h-aboutus-content {
    width: 75%;

    text-align: center;

    margin: 0 auto;
  }

  .h-ourservice {
    padding: 50px 0px;
  }

  .h-ourservice .h-ourservice-titlebox {
    width: 75%;

    text-align: center;

    margin: 0 auto 50px;
  }

  .h-ourservice .left-bordered {
    border: 0;
  }

  .h-ourservice .right-bordered {
    border: 0;
  }

  .h-ourservice .d-box {
    padding: 0px 16px;
  }

  .h-ourservice .d-box img {
    border-radius: 30px;
  }

  #aboutus .d-sec .subtitle {
    width: 80%;

    text-align: center;

    margin-bottom: 0px;
  }


  #aboutus .activities-sec {
    padding: 50px 0px;
  }


  #aboutus .d-sec {
    padding: 0px 10px;
  }

  #aboutus .d-sec .system-title {
    font-size: 18px;
  }

  #aboutus .d-sec .d-content p {
    width: 100%;
  }

  .product-detail .nav {
    flex-direction: row;

    gap: 20px;

    border: 0;

    margin-bottom: 14px;
  }

  .product-detail .product-content {
    padding: 0px;
  }

  .h-calendar .calendar-wrapper {
    height: auto;
    min-height: none;
  }

  .h-ourservice .d-box img {
    min-height: auto;
  }

  .cp-sec .cp-content {
    padding-left: 0px;
  }

    #go-top {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {


  .sub-banner .breadcrumbs {
    font-size: 14px;
  }

  .title {
    font-size: 18px;
  }

  .subtitle {
    font-size: 24px;
  }

  .h-aboutus .h-aboutus-content {
    width: 80%;

    text-align: center;

    margin: 0 auto;
  }

  .h-ourservice .h-ourservice-titlebox {
    width: 80%;

    margin: 0 auto 30px;
  }

  #aboutus .d-sec .subtitle {
    width: 80%;

    text-align: center;
  }

  #aboutus .d-sec .d-content p {
    width: 100%;
  }

  #aboutus .d-sec .left-bordered,
  #aboutus .d-sec .right-bordered {
    border: 0;

    margin-bottom: 20px;
  }

  #aboutus .d-sec .title-side {
    padding: 0;
  }

  #aboutus .d-sec .title-side .system-title {
    margin: 0 auto;
  }

  #aboutus .d-sec {
    padding: 0;
  }

  #aboutus .d-sec .d-sec-bg {
    border-radius: 0;
  }

  #aboutus .d-sec .mankichi-img {
   display: none;
  }

  #aboutus .d-sec-bg {
    padding-block: 50px;
  }

  .footer {
    border-radius: 0;
  }

  .tab-pane-card {
    margin-bottom: 20px;
  }

   .hero-section .content {
      z-index: 5;
      padding: 80px 2% 0px;
    }

  .hero-section h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .lang-mm .hero-section h1 {
    line-height: 1.6;
  }

  .hydrogen-calendar .fc-toolbar-chunk {
  margin-bottom: 20px;
}

.product-detail .product-title-wrapper .product-title {
  font-size: 24px;
}

  #go-top {
    right: 20px;
  }

}

@media screen and (max-width: 576px) {
  .hero-section {
    border-radius: 0;
  }

  /* .hero-section .content {
    z-index: 5;
    padding: 80px 5% 0px;
  } */

    .sub-banner .page-meta .title {
    font-size: 16px;
  }

    .hero-section h1 {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .sub-banner {
    border-radius: 0;
  }

  .h-ourservice {
    border-radius: 0;
  }

  #aboutus .d-sec .container {
    padding: 20px;
  }
}


html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
  padding-right: 0px !important;
}

.pum-theme-591 .pum-container, .pum-theme-enterprise-blue .pum-container {
  min-height: 300px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-top: 130px !important;
  overflow: hidden !important;
}

.pum-container::before {
  content: "";
  width: 100px;
  height: 100px;
  background-image: url("/wp-content/themes/ns-theme-final/images/announcement1.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
    left: 50%;
    transform: translate(-50%);
}

.pum-container::after {
  content: "";
  width: 100px;
  height: 100px;
  background-color: var(--color1);
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(-50%,-50%);
}



.pum-container .pum-title {
  text-align: center !important;
  margin-bottom: 20px;
}

.popmake-content p{
  text-align: center;
}

@media(min-width:1200px) and (max-width:1400px){
	.lang-mm #main-menu .menu-item .nav-link {
		font-size: 14px;
        padding-left: 20px;
        padding-right: 4px;
	}
}