:root {
  /* option 1 on 28-11-25 */
  --color-4: #000066;
  --color-5: #202c45;
  --color-overlay-6: rgb(0 0 102 / 80%);

  /* option 2 on 28-11-25 */
  --color-4: #999999;
  --color-5: #ffcc99;
  --color-overlay-6: rgb(153 153 153 / 91%);

  /* option 1 on 29-11-25 */
  --color-4: #626262;
  --color-5: #595981;
  --color-overlay-6: rgb(71 71 71 / 94%);

  /* option 2 on 29-11-25 */
  --color-3: hsl(30, 98%, 80%);
  --color-4: #626262;
  --color-5: #2e2e50;
  --color-overlay-6: rgb(71 71 71 / 94%);

  --color-footer: rgb(16, 33, 71);
  --color-footer: #2e2e50;

  --color-heading-graphic-1: hue-rotate(50deg) brightness(0.45);
  --color-heading-graphic-2: brightness(0) invert(1);
  
  --color-heading-graphic-1: hue-rotate(230deg) saturate(0.7) brightness(1.1);
  /* --color-heading-graphic-2: hue-rotate(230deg) saturate(0.7) brightness(1.1); */
  
  /* option 1 on 30-11-25 */
  --color-4: #999999;
  --color-5: #8b8bff;
  --color-overlay-6: rgb(136 136 136 / 75%);
  --color-footer: #66667c;
  
  /* option 2 on 30-11-25 */
  /* --color-4: #999999;
  --color-5: #c3ae92;
  --color-overlay-6: rgb(136 136 136 / 75%);
  --color-footer: #66667c; */
  
  /* option 3 on 30-11-25 */
  /* --color-4: #999999;
  --color-5: #e1bc93;
  --color-overlay-6: rgb(136 136 136 / 75%);
  --color-footer: #66667c; */
  
  /* option 1 on 04-12-25 */
  --color-heading-graphic-1: hue-rotate(50deg) brightness(0.45);
  --color-4: #999999;
  --color-5: #bfbfbf;
  --color-overlay-6: rgb(136 136 136 / 75%);
  --color-footer: #66667c;
}

/* .home-box.theme-30-l .text-white, */
.home-box.theme-30-l .bg-theme-colored2 .text-white,
.testimonial.theme-30-l .text-white,
.blog.theme-30-l .text-white {
  color: #3f3f3f !important;
  /* color: #3f3f3f !important; */
}

.testimonial.style1 .comment,
.testimonial.style1 .comment::before {
  color: #717074;
}


.sm-app-container {
  position: absolute;
  top: 8px;
  right: 44px;
}
.sm-app-container a {
  font-size: 26px;
  color: #646464;
}

@media (max-width: 1199.98px) {
  li.header-app {
    display: none !important;
  }
  .logo-default {
    transform: scale(1.3) translateX(10px);
  }
}

@media (max-width: 767.98px) {
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mob-custom-box-margin {
    margin-top: -28px !important;
  }
}
.lh12 {
  line-height: 1.2;
}

.pull-left {
  position: absolute;
  left: 0;
}
.pull-right {
  position: absolute;
  right: 0;
}

.entry-content {
  padding: 5px 14px;
}

.entry-title {
  font-size: 18px;
  height: 54px;
}

/* .post {
  border: 2px solid var(--color-5);
  border-radius: 16px;
} */

.post-sub span {
  padding: 0 14px;
}

.post-thumb {
  aspect-ratio: 1/0.7;
}
.post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-address {
  line-height: 2 !important;
}

.footer-map {
  width: 100%;
  aspect-ratio: 1/1;
  border: 0;
}

.text-justify {
  text-align: justify;
}

.text-italic {
  font-style: italic;
}
.about-subheading {
  font-weight: 600;
  font-family: system-ui;
  font-size: 22px;
  line-height: 1.4;
}

.about-heading {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
.title-icon.left {
  margin: 0 10px;
  display: inline;
  position: relative;
  top: 2px;
}

.team-members {
  max-width: 350px;
  margin: 0 auto;
}

.dr-sub {
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 8px;
}

.text-black {
  color: #282828;
}

li.header-app-padding {
  padding: 14px 0;
}

.testimonial p.content {
  height: 145px;
  overflow: auto;
  font-size: 16px;
  line-height: 1.5;
}

.testimonial p.content::-webkit-scrollbar {
  width: 4px;
}

.testimonial p.content::-webkit-scrollbar-track {
  background: #acacac;
  border-radius: 20px;
}

.testimonial p.content::-webkit-scrollbar-thumb {
  background: #717074;
  border-radius: 20px;
}

.testimonial p.content::-webkit-scrollbar-thumb:hover {
  background: #646464;
}

.testimonial .name {
  text-align: right;
}

.truncate-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-copyright {
  background-color: var(--color-1);
  padding: 0px;
}

.footer-copyright p,
.footer-copyright a {
  font-size: 17px;
  color: white !important;
}

.section-custom-bg-1 {
  background-color: #ededed;
  background-repeat: repeat;
  background-size: 30%;
  background-position: center;
}

.sm-ap-btn {
  position: absolute;
  right: 100px !important;
  color: var(--color-3);
  top: 38px !important;
}

.sm-ap-btn:active {
  color: var(--color-3) !important;
}

.toggle-bar .ti-menu {
  color: var(--color-3);
}

/* sticky sidebar */
.aon-scrolling-nav {
  position: fixed;
  top: 50%;
  /* right: 0px; */
  right: 16px;
  list-style: none;
  z-index: 99;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.aon-scrolling-nav li {
  width: 34px;
  height: 34px;
  line-height: 34px;
  position: relative;
  background: var(--color-4);
  margin: 3px 2px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  display: flex;
}

.aon-scrolling-nav li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.aon-scrolling-nav li a i {
  font-size: 18px;
}

.aon-scrolling-nav li span {
  opacity: 0;
  position: absolute;
  top: 4px;
  right: 100%;
  line-height: 1;
  background: var(--color-4);
  color: #fff;
  padding: 8px 10px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.aon-scrolling-nav li span:before {
  rotate: 180deg;
  content: "";
  position: absolute;
  top: 10px;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  border-color: transparent var(--color-4) transparent transparent;
}

.aon-scrolling-nav li:hover {
  overflow: visible;
  background: var(--color-4);
}

.aon-scrolling-nav li.active {
  overflow: visible;
  background: #d02f82;
}

.aon-scrolling-nav li:hover span {
  opacity: 1;
  right: 120%;
}

.aon-scrolling-nav li.actives span {
  opacity: 1;
  right: 120%;
}

@media (max-width: 1199px) {
  .aon-scrolling-nav {
    right: 4px;
  }
}

.title-icon img:not(.white) {
  filter: var(--color-heading-graphic-1);
}
.title-icon img.white {
  filter: var(--color-heading-graphic-2);
}

.footer-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-logo img {
  width: min(100%, 160px);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .footer-logo {
    width: 100%;
  }
}
