/* ------------------------
    Table of Contents

  1. General
  2. Transition
  3. Pre Loader
  4. Scroll to Top
  5. Header
  6. Footer
  7. Page Title

 
/* ------------------------
    General
------------------------*/
a,
a:focus {
  text-decoration: none !important;
}

a,
a:visited {
  text-decoration: none;
  color: var(--themeht-text-color);
}

a:focus,
a:hover {
  color: var(--themeht-primary-color);
  text-decoration: none !important;
}

a,
button,
input {
  outline: medium none !important;
}

*::-moz-selection {
  background: var(--themeht-text-color);
  color: var(--themeht-white-color);
  text-shadow: none;
}

::-moz-selection {
  background: var(--themeht-text-color);
  color: var(--themeht-white-color);
  text-shadow: none;
}

::selection {
  background: var(--themeht-text-color);
  color: var(--themeht-white-color);
  text-shadow: none;
}

/* ------------------------
    Transition
------------------------*/
a,
.btn,
button,
img,
input,
#ht-main-nav,
.main-nav>ul>li>a:before,
.main-nav .sub-menu li a:before,
.social-icons li:hover a,
.themeht-btn,
.read-btn:before,
.read-btn:after,
.service-item,
.featured-item,
.featured-icon,
.featured-item .featured-icon i,
.portfolio-item,
.price-table,
.service-menu li a:before,
.team-social-icon,
.swiper-button-next,
.swiper-button-prev,
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before,
.site-main .comment-navigation .nav-links a i,
.site-main .posts-navigation .nav-links a i,
.site-main .post-navigation .nav-links a i {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/* ------------------------
    Box Shadow
------------------------*/
.box-shadow,
.dropdown-menu,
#header-wrap.fixed-header,
.scroll-top,
.featured-item.style-1.featured-active,
.featured-item.style-3,
.featured-item.style-5,
.dash-img-box,
.dash-img-box::before,
.testimonial.style-1,
.service-item.style-1.service-active,
.service-item.style-3,
.product-link a,
.main-timeline .timeline-icon,
.post-card.style-1,
.post-card.post-classic,
.comment-respond,
.portfolio-meta-info,
.step-item .step-icon,
.team-single-box,
.testimonial.style-2,
.contact-info,
.ht-progress-bar .progress-parcent,
.tab .nav-tabs .nav-link {
  -webkit-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  -moz-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
}

/* ------------------------
    Pre Loader
------------------------*/
#ht-preloader {
  background: var(--themeht-white-color);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.clear-loader {
  z-index: 999;
  box-sizing: border-box;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  text-align: center;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader svg {
  height: 100vh;
}

.loader svg {
  width: 8rem;
  opacity: 1;
}

.loader svg path {
  transform-origin: 50% 0;
  fill: var(--themeht-primary-color);
}

#path3859 {
  animation: pop 2s infinite;
}

#path3857 {
  animation: pop 3.5s infinite;
}

#path3855 {
  animation: pop 2.5s infinite;
}

#path3728 {
  fill: var(--themeht-white-color);
  animation: skew 1s infinite;
}

/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background: var(--themeht-bg-light-color);
}

.scroll-top.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top::after {
  position: absolute;
  font-family: "bootstrap-icons";
  content: "\F145";
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  color: var(--themeht-text-color);
  left: 0;
  top: 0;
  height: 60px;
  width: 60px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-top:hover::after {
  opacity: 0;
}

.scroll-top::before {
  position: absolute;
  font-family: "bootstrap-icons";
  content: "\F145";
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  opacity: 0;
  background-image: linear-gradient(298deg,
      var(--themeht-text-color),
      var(--themeht-text-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 60px;
  width: 60px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-top:hover::before {
  opacity: 1;
}

.scroll-top svg path {
  fill: none;
}

.scroll-top svg.scroll-circle path {
  stroke: var(--themeht-text-color);
  stroke-width: 2;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* ------------------------
    Subscribe Form
------------------------*/
.subscribe-form {
  margin: 0;
  padding: 0;
  position: relative;
}

.mc-form {
  width: 100%;
}

.mc-form input[type="email"] {
  border-radius: 4px;
  width: 100%;
  border: 1px solid #383148;
  background: transparent;
  color: var(--themeht-text-color);
  font-size: 14px;
  padding: 0 20px;
  height: 60px;
}

.mc-form input[type="email"]:focus {
  border-color: 1px solid #383148;
}

.footer .mc-form input[type="email"]::-webkit-input-placeholder,
.dark-bg .mc-form input[type="email"]::-webkit-input-placeholder {
  color: var(--themeht-white-color);
}

.footer .mc-form input[type="email"]::-moz-placeholder,
.dark-bg .mc-form input[type="email"]::-moz-placeholder {
  color: var(--themeht-white-color);
}

.footer .mc-form input[type="email"]:-ms-input-placeholder,
.dark-bg .mc-form input[type="email"]:-ms-input-placeholder {
  color: var(--themeht-white-color);
}

.footer .mc-form input[type="email"].placeholder,
.dark-bg .mc-form input[type="email"].placeholder {
  color: var(--themeht-white-color) !important;
}

.footer-subscribe p {
  font-size: 15px;
  font-weight: 500;
  color: var(--themeht-white-color);
}

.footer-subscribe .mc-form input[type="email"],
.dark-bg .mc-form input[type="email"] {
  color: var(--themeht-white-color);
}

.subscribe-form {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}

.subscribe-form button {
  border: inherit;
  color: var(--themeht-white-color);
  line-height: inherit;
  position: absolute;
  right: 10px;
  top: auto;
  padding: 0;
  font-size: 18px;
  background: var(--themeht-primary-color);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.subscribe-form button:hover {
  background: var(--themeht-secondary-color);
}

.subscribe-form button.text-btn {
  width: auto;
  height: auto;
  padding: 8px 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

/* ------------------------
    Header
------------------------*/

/*--Header top--*/
.topbar-link a,
.topbar-link {
  color: var(--themeht-white-color);
  font-weight: 500;
}

.topbar-link i {
  margin-right: 5px;
  color: var(--themeht-white-color);
  font-size: 20px;
  vertical-align: middle;
}

.topbar-link a:hover {
  color: var(--themeht-primary-color);
}

.header-top {
  position: relative;
  background-color: var(--themeht-bg-dark-color);
  padding: 6px 0;
}

.header-top ul {
  margin: 0;
}

.header-top .topbar-link li {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  font-size: 13px;
}

.header-top .topbar-link li:first-child {
  padding-left: 0;
}

.header-top .topbar-link li:last-child {
  padding-right: 0;
}

.header .social-icons li {
  margin: 0;
}

.header .social-icons li a {
  color: var(--themeht-text-color);
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 50px;
  background: var(--themeht-bg-light-color);
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.header .social-icons li a:hover {
  color: var(--themeht-white-color);
  background: inherit;
  border-color: rgba(255, 255, 255, 0.1);
}

.header-top h6 {
  color: var(--themeht-white-color);
  font-size: 14px;
}

.header-number {
  display: flex;
  align-items: center;
}

.header-number a {
  color: var(--themeht-white-color);
  font-weight: 600;
  font-size: 14px;
}

.header-number a:hover {
  color: var(--themeht-primary-color);
}

.header-number i {
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--themeht-white-color);
  background-color: var(--themeht-primary-color);
  position: relative;
  margin-right: 10px;
}

#header-wrap.fixed-header .logo img {
  height: 85px;
}

.header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1200;
}

#header-wrap {
  position: relative;
  padding: 6px 0;
}

#header-wrap.fixed-header {
  animation: smoothScroll 1s forwards;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999 !important;
  background: var(--themeht-white-color) !important;
}

/* Default: left-align logo on small screens with a small padding */
.navbar-brand {
  margin-right: auto;
  margin-left: 10px;
  padding: 0;
}

/* Desktop: wider left spacing */
@media (min-width: 992px) {
  .navbar-brand {
    margin-right: auto;
    margin-left: 84px;
  }
}

.logo img {
  max-height: 80px;
  margin-left: -23px;
}

.navbar {
  padding: 0;
}

.navbar-nav .nav-item {
  margin: 0 15px;
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 20px;
  background: var(--themeht-white-color);
  top: 100%;
  border: none;
  border-radius: 4px;
  margin-top: 0;
  left: 0;
}

.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
  background: var(--themeht-white-color);
  left: 100%;
  margin: 0;
  right: auto;
  top: 0;
}

.navbar-nav .dropdown-submenu {
  display: block;
  position: relative;
}

.navbar-nav .nav-link {
  font-family: var(--themeht-typography-secondary-font-family);
  color: var(--themeht-text-color);
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  padding: 0 !important;
  border-radius: 0;
  /* text-transform: uppercase; */
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item .nav-link.active {
  color: var(--themeht-primary-color);
}

/*.navbar-nav .nav-item{counter-increment: menu-counter; position: relative; padding-top: 10px;}*/
/*.navbar-nav .nav-item::before { content: counters(menu-counter, ".", decimal-leading-zero); counter-increment: item; position: absolute; top: -10px; left: 0; font-size: 10px; font-weight: 700; color: var(--themeht-text-color); text-align: center; }*/
.nav-item.dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.nav-item.dropdown .dropdown-menu a {
  font-family: var(--themeht-typography-secondary-font-family);
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  background: none;
  color: var(--themeht-text-color);
  font-size: 15px;
  font-weight: 500;
}

.nav-item.dropdown .dropdown-menu a:hover {
  color: var(--themeht-primary-color);
  padding-left: 10px;
}

.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-toggle.show,
.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-toggle:focus {
  color: var(--themeht-primary-color);
  padding-left: 10px;
}

.nav-link.dropdown-toggle::after,
.navbar-nav .dropdown-submenu .dropdown-toggle::after {
  border: none;
  content: "\F282";
  font-family: bootstrap-icons !important;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1;
  width: 10px;
  font-weight: 700;
}

.navbar-nav .dropdown-submenu .dropdown-toggle::after {
  position: absolute;
  right: 0;
  top: 14px;
  content: "\F285";
  font-size: 10px;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    min-width: 12em !important;
    max-width: 20em !important;
  }

  .navbar-nav .dropdown>.dropdown-menu {
    opacity: 0;
    position: absolute;
    display: block;
    pointer-events: none;
    background: var(--themeht-white-color);
  }

  .navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }

  .navbar-nav .dropdown-submenu:hover .dropdown-menu {
    top: 0;
  }

  .navbar-nav.ms-auto .nav-item.dropdown .dropdown-menu {
    right: 0;
  }

  .navbar-nav.ms-auto .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: auto;
    right: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-nav .dropdown-submenu .dropdown-menu {
    padding: 0;
    top: 0;
  }
}

/* ------------------------
    Footer
------------------------*/
.footer {
  color: var(--themeht-white-color);
  background-color: var(--themeht-bg-dark-color);
  padding: 100px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 9;
  clear: both;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .widget-title {
  margin-bottom: 30px;
}

.footer h2 {
  font-size: 40px;
  line-height: 50px;
}

.footer-widget {
  margin-bottom: 0;
}

.footer-widget.widget ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-widget.widget ul li {
  list-style-type: none;
  margin-bottom: 15px;
}

.primary-footer {
  position: relative;
  z-index: 99;
}

.secondary-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  color: var(--themeht-white-color);
  font-size: 15px;
}

.copyright {
  color: var(--themeht-white-color);
  font-size: 15px;
  text-transform: capitalize;
}

.copyright a {
  text-decoration: underline !important;
  color: var(--themeht-white-color);
}

.footer h5 {
  position: relative;
  color: var(--themeht-white-color);
}

.media-icon.list-inline li {
  display: inline-block;
}

.media-icon li {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 35px;
}

.media-icon li:last-child {
  margin-bottom: 0;
}

.media-icon li i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 24px;
}

.media-icon li a {
  color: var(--themeht-white-color);
}

.media-icon li a:hover {
  color: var(--themeht-primary-color);
}

.footer-menu li {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-menu li a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--themeht-white-color);
}

.footer-menu li a:hover {
  color: var(--themeht-primary-color);
}

.footer-menu .list-inline li {
  display: inline-block;
  margin: 0 10px;
}

.footer-social {
  display: block;
}

.social-icons.footer-social li a {
  color: var(--themeht-white-color);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
}

.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 50px;
  margin-bottom: 50px;
}

/* ------------------------
    Page Title
------------------------*/
.page-title {
  background: var(--themeht-bg-dark-color) url('../images/breadcrubles/breadcrumbles-1.jpg') no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 150px 0;
  z-index: 1;
}

.page-title h1 {
  font-size: 50px;
  color: var(--themeht-white-color);
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.breadcrumb {
  padding: 6px 10px;
  background: var(--themeht-white-color);
  display: inline-block;
  border-radius: 4px;
  margin: 0;
  text-transform: capitalize;
  font-size: 14px;
  color: var(--themeht-text-color);
  font-weight: 600;
  z-index: 9;
}

.breadcrumb-item {
  display: inline-block;
}

.breadcrumb-item a {
  color: var(--themeht-text-color);
}

.breadcrumb-item.active,
.breadcrumb-item a:hover {
  color: var(--themeht-primary-color) !important;
}

.breadcrumb-item i {
  background: var(--themeht-primary-color);
  padding: 2px 5px;
  border-radius: 4px;
  color: var(--themeht-white-color);
}

.page-title::before {
  opacity: 0.65;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.5) 42%,
      rgba(0, 0, 0, 0.4) 50%,
      rgba(0, 0, 0, 0.3) 60%);
  z-index: -1;
}

.search-icon a {
  font-size: 18px;
  color: var(--themeht-text-color);
  line-height: 1;
}

.search-input {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  background: var(--themeht-white-color);
  border-bottom: 1px solid var(--themeht-primary-color);
  z-index: 9999;
  top: 0;
  display: none;
  padding: 80px 0;
}

.search-inner {
  padding: 15px 0;
  position: relative;
}

.search-input label {
  width: 100%;
}

.search-input .search-field {
  width: 100%;
  padding-right: 60px;
}

.search-input .search-form button[type="submit"] {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
  font-size: 20px;
  right: 50px;
  color: var(--themeht-text-color);
  position: absolute;
  top: 25px;
}

.search-input .search-submit:hover {
  color: var(--themeht-primary-color);
}

.close-search {
  position: absolute;
  bottom: -40px;
  right: 0;
  cursor: pointer;
  font-size: 30px;
  color: var(--themeht-body-color);
}

.close-search:hover {
  color: var(--themeht-primary-color);
}

/* ========================
   Counter Section Styles
======================== */
.counter-card {
  background: white;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.counter-icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.counter-icon-circle.blue-gradient {
  background: linear-gradient(135deg, #0d6efd 0%, #0dcaf0 100%);
}

.counter-icon-circle.green-gradient {
  background: linear-gradient(135deg, #198754 0%, #20c997 100%);
}

.counter-icon-circle.yellow-gradient {
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
}

.counter-icon-circle.red-gradient {
  background: linear-gradient(135deg, #dc3545 0%, #e74c3c 100%);
}

.counter-icon-circle i {
  font-size: 35px;
  color: white;
}

.counter-number {
  font-size: 42px;
  font-weight: 700;
  margin: 10px 0;
}

.counter-number.blue {
  color: #0d6efd;
}

.counter-number.green {
  color: #198754;
}

.counter-number.yellow {
  color: #ffc107;
}

.counter-number.red {
  color: #dc3545;
}

.counter-number span {
  font-size: 32px;
}

.counter-label {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin: 0;
}

/* ========================
   Vision & Mission Section
======================== */
.vm-section-bg {
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
}

.vm-title-wrapper {
  margin-bottom: 60px;
}

.vm-card {
  background: white;
  border-radius: 12px;
  padding: 40px 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.vm-card.vision-card {
  border-left: 5px solid #0d6efd;
}

.vm-card.mission-card {
  border-left: 5px solid #198754;
}

.vm-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.vm-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vm-icon.vision-icon {
  background: linear-gradient(135deg, #0d6efd 0%, #0dcaf0 100%);
}

.vm-icon.mission-icon {
  background: linear-gradient(135deg, #198754 0%, #20c997 100%);
}

.vm-icon i {
  font-size: 30px;
  color: white;
}

.vm-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 0 20px;
}

.vm-title.vision-title {
  color: #0d6efd;
}

.vm-title.mission-title {
  color: #198754;
}

.vm-description {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
}

/* ========================
   Core Values Styles
======================== */
.core-values-box {
  background: white;
  border-radius: 12px;
  padding: 35px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-top: 4px solid #ffc107;
}

.core-values-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.core-values-item {
  display: flex;
  align-items: flex-start;
}

.core-values-icon {
  font-size: 24px;
  color: #ffc107;
  margin-right: 12px;
  flex-shrink: 0;
}

.core-values-item-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0 0 5px 0;
}

.core-values-item-description {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Contact image sizing */
.topBottom {
  width: 100%;
  max-width: 520px;
  /* limits image width beside form on large screens */
  height: 600px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .topBottom {
    max-width: 420px;
    /* slightly smaller on tablet/phones */
  }
}

@media (max-width: 575.98px) {
  .topBottom {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

/* Contact section layout tweaks */
.contact-section .row.align-items-center {
  align-items: center;
}

.contact-section .row>[class*="col-"] {
  display: flex;
  align-items: stretch;
}

.contact-section .box-shadow {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 36px;
  /* slightly adjusted to match image spacing */
}

.contact-section .topBottom {
  width: 625px;
  max-width: 520px;
  height: 711px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .contact-section .box-shadow {
    padding: 28px 24px;
  }

  .contact-section .topBottom {
    width: 520px;
    max-width: 100%;
    height: 520px;
    margin: 0 auto;
    object-fit: cover;
  }
}

@media (max-width: 575.98px) {
  .contact-section .row>[class*="col-"] {
    display: block;
  }

  .contact-section .box-shadow {
    padding: 22px 18px;
  }

  .contact-section .topBottom {
    width: 100%;
    height: 320px;
    margin: 0 0 18px 0;
    object-fit: cover;
  }
}

/* (contact-img-wide rules removed) */

/* Row with negative margin for Vision & Mission */
.row.gx-5 {
  margin-top: -60px;
}


/* <style> */
/* All normal paragraphs center + little bold */
/* About Us Content Center Alignment */
.about-us-content {
  max-width: 1100px;
  /* controls content width */
  margin: 0 auto;
  /* centers the section */
  padding: 0 20px;
  /* equal left & right spacing */
}

/* Text spacing inside About Us */
.about-us-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}

/* Section headings */
.about-us-content h5 {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}

/* Final quote heading */
.about-us-content h3 {
  margin-top: 40px;
  font-weight: 600;
}

.cointainer p {
  text-align: center;
  font-weight: 500;
  /* little bold */
  font-size: 17px;
  /* bigger text */
  color: #333333;
  /* darker font */
  line-height: 1.7;
  /* better readability */
}

.consultancy ul {
  list-style-type: disc;
  /* solid bullets */
  padding-left: 20px;
  /* space for bullets */
  margin-top: 10px;
  color: #000;
  /* dark bullet and text color */
}

.consultancy ul li {
  margin-bottom: 8px;
  text-align: justify;
}



/* </style> */


/* out-clients start */

.clients-section{
    /* padding:60px 0; */
    overflow:hidden;
}

.clients-slider{
    overflow:hidden;
}

.client-track{
    display:flex;
    gap:40px;
    width:max-content;
    animation:clientScroll 25s linear infinite;
}

.client-item{
    width:130px;
    height:130px;
    border-radius:50%;
    overflow:hidden;
    background:#fff;
    box-shadow:0 4px 10px rgba(0,0,0,0.08);
    display:flex;
    align-items:center;
    justify-content:center;
}

.client-item img{
    width:90px;
    height:90px;
    object-fit:contain;
}

/* Infinite auto scroll */
@keyframes clientScroll{
    from{ transform:translateX(0); }
    to{ transform:translateX(-50%); }
}


/* out-clients end */

/* Clients heading styles moved from inline in index.php */
.clients-heading {
  font-size: 24px;
  font-weight: 600;
  padding-left: 86px;
  padding-top: 15px;

}
.clients-heading__our { color: var(--themeht-text-color); }
.clients-heading__clients { color: var(--themeht-primary-color); }

@media (max-width: 767px) {
  .clients-heading { padding-left: 0; font-size: 20px; }
}


.img-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
}

.img-wrapper img {
    transition: 0.4s ease;
}

.img-wrapper:hover img {
    transform: scale(1.08);
    opacity: 0.8;
}
.hover-card {
    position: relative;
    overflow: hidden;
}

.hover-card img {
    width: 100%;
    display: block;
}

/* overlay */
.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    opacity: 0;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* plus icon */
.hover-icon {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transform: scale(0.5);
    transition: 0.3s ease;
}

/* hover effect */
.hover-card:hover .hover-overlay {
    opacity: 1;
}

.hover-card:hover .hover-icon {
    transform: scale(1);
}
/* Desktop style (your current look) */
.paragraph{
    margin-left:104px;
    width:86%;
}

/* 📱 Mobile Fix */
@media (max-width: 991px){
    .paragraph{
        margin-left:0;
        width:100%;
    }
}

/* ========================
   Quality Page Theme Styles
   ======================== */

/* Section Theme */
.quality-policy-section {
    background: linear-gradient(135deg, var(--themeht-white-color) 0%, var(--themeht-bg-light-color) 100%);
    position: relative;
    overflow: hidden;
}

.quality-policy-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, var(--themeht-primary-color) 0%, transparent 70%);
    opacity: 0.05;
    border-radius: 50%;
    z-index: 0;
}

/* Image Styling */
.quality-image {
    position: relative;
    z-index: 1;
    margin: 0;
}

.quality-image img {
    display: block;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border: 4px solid var(--themeht-bg-light-color);
}

.quality-image:hover img {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(22, 143, 15, 0.15) !important;
}

/* Content Styling */
.quality-content {
    position: relative;
    z-index: 1;
}

/* Title Styling */
.quality-title {
    font-family: var(--themeht-typography-secondary-font-family);
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--themeht-text-color);
    margin-bottom: 30px;
    text-align: left;
    letter-spacing: -0.5px;
}

.quality-title .text-primary {
    color: var(--themeht-primary-color);
    margin-left: 8px;
}

/* Section Heading */
.section-heading {
    position: relative;
    padding-bottom: 20px;
}

.section-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 170px;
    height: 4px;
    background: linear-gradient(90deg, var(--themeht-primary-color), transparent);
    border-radius: 2px;
}

/* Quality Points Container */
.quality-points {
    position: relative;
    text-align: justify;
}

/* Quality Point Item */
.quality-point-item {
    position: relative;
    padding-left: 24px;
}

.quality-point-item::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 18px;
    color: var(--themeht-primary-color);
    font-weight: bold;
}

/* Description Text */
.quality-description {
    font-family: var(--themeht-typography-body-font-family);
    font-size: 16px;
    line-height: 1.8;
    color: var(--themeht-body-color);
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-align: justify;
}

/* Quality Policy Section Responsive Design */
@media (max-width: 991.98px) {
    .quality-policy-section {
        padding: 20px 0 !important;
    }

    .quality-policy-section::before {
        display: none;
    }

    .quality-title {
        font-size: 36px;
        text-align: center;
        margin-bottom: 25px;
    }

    .quality-title .text-primary {
        display: block;
        margin-left: 0;
    }

    .section-heading {
        text-align: center;
    }

    .section-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .quality-image {
        margin-bottom: 30px;
    }

    .quality-point-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .quality-title {
        font-size: 28px;
        line-height: 1.4;
    }

    .quality-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .quality-point-item::before {
        font-size: 16px;
    }
}

/* Quality Accessibility */
@media (prefers-reduced-motion: reduce) {
    .quality-image img,
    .quality-point-item {
        transition: none;
    }
}

/* Quality Dark Mode Support (Optional) */
@media (prefers-color-scheme: dark) {
    .quality-policy-section {
        background: linear-gradient(135deg, var(--themeht-bg-dark-color) 0%, rgba(22, 143, 15, 0.05) 100%);
    }

    .quality-description {
        color: rgba(255, 255, 255, 0.8);
    }
}

/* ========================
   Quality Highlights Section
   ======================== */

.quality-highlights-section {
    background: linear-gradient(180deg, var(--themeht-bg-light-color) 0%, var(--themeht-white-color) 100%);
    position: relative;
    overflow: hidden;
}

.quality-highlights-section::before {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--themeht-primary-color) 0%, transparent 70%);
    opacity: 0.04;
    border-radius: 50%;
    z-index: 0;
}

/* Highlight Card */
.highlight-card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 25px;
    background: var(--themeht-white-color);
    border-radius: 12px;
    border-top: 4px solid var(--themeht-primary-color);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.highlight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(22, 143, 15, 0.15);
    border-top-width: 6px;
}

/* Highlight Icon */
.highlight-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--themeht-primary-color), rgba(22, 143, 15, 0.8));
    border-radius: 50%;
    margin-bottom: 18px;
    font-size: 28px;
    color: var(--themeht-white-color);
    transition: all 0.3s ease;
}

.highlight-card:hover .highlight-icon {
    transform: scale(1.15) rotate(-5deg);
    box-shadow: 0 8px 20px rgba(22, 143, 15, 0.25);
}

/* Highlight Text */
.highlight-text {
    font-family: var(--themeht-typography-body-font-family);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    color: var(--themeht-text-color);
    margin: 0;
    letter-spacing: 0.3px;
}

/* Quality Highlights Responsive Design */
@media (max-width: 991.98px) {
    .quality-highlights-section {
        padding: 50px 0 !important;
    }

    .highlight-card {
        padding: 25px 20px;
    }

    .highlight-text {
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    .quality-highlights-section {
        padding: 40px 0 !important;
    }

    .highlight-card {
        padding: 20px 15px;
    }

    .highlight-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .highlight-text {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* Quality Highlights Accessibility */
@media (prefers-reduced-motion: reduce) {
    .highlight-card,
    .highlight-icon {
        transition: none;
    }
}

/* Quality Highlights Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .quality-highlights-section {
        background: linear-gradient(180deg, rgba(22, 143, 15, 0.05) 0%, var(--themeht-bg-dark-color) 100%);
    }

    .highlight-card {
        background: rgba(255, 255, 255, 0.08);
        border-top-color: var(--themeht-primary-color);
    }

    .highlight-text {
        color: rgba(255, 255, 255, 0.9);
    }
}

/* ========================
   Paragraph Container
   ======================== */

.paragraph-container {
    padding-left: 100px;
    padding-right: 100px;
}

.paragraph-container p {
    text-align: justify;
    margin-bottom: 18px;
}

/* Responsive spacing */
@media (max-width: 768px) {
    .paragraph-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* ========================
   Consolidated Inline Styles
   ======================== */

/* About Us Section Styles */
.about-us-title {
    color: var(--themeht-text-color);
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}

.about-us-title .highlight {
    color: var(--themeht-primary-color);
}

.about-us-subtitle {
    color: var(--themeht-text-color);
    font-weight: 600;
}

.about-us-description {
    color: #555;
}

.about-us-quote {
    color: var(--themeht-text-color);
    font-style: italic;
    font-weight: 600;
}

/* Footer Styles */
.footer-link {
    color: #2aa7e4;
    text-decoration: none;
}

.footer-link:hover {
    color: #1e7ca8;
}

.footer-heart {
    color: red;
}

/* Certificate Section */
.certificate-image {
    max-width: 700px;
    width: 100%;
    height: auto;
}

/* Contact Form Styles */
.contact-form-iframe {
    border: 0;
}

/* Paragraph Styles */
.paragraph {
    color: #555;
    text-align: justify;
}
