/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Custom Cursor
# Navigations One
# Mobile Nav
# Home Showcase
# Navigations Two
# Navigations Three
# Search Popup
# Main Slider
# Main Slider Two
# Main Slider Three
# Update One
# Department One
# About One
# Feature One
# Services One
# Video One
# Documents One
# Counter One
# Team One
# Testimonial One
# Portfolio One
# Brand One
# Event One
# News One
# Site Footer
# Feature Two
# About Two
# Feature Three
# Services Two
# Counter Two
# Portfolio Two
# Department Two
# Event Two
# Testimonial Two
# News Two
# Social One
# Feature Four
# About Three
# Department Three
# Event Three
# Tesimonial Three
# Portfolio Three
# Brand Two
# Great Place
# Documents Two
# History One
# News Three
# Page Header
# News Details
# Comments
# Sidebar
# News Sidebar
# Contact Page
# Google Map
# Contact One
# Event Details
# Departments Details
# Service Details
# Portfolio Details
# Similar Portfolio
# Team Details
# Contact Two
# Error Page
# Search Box
# FAQ Page
# Feature Five
# Offering One
# Brand three
# CTA One
# About Four
# Reawards One
# Counter Three
# Team Two
# Brand Four
# Our History
# Pricing Page
# News Page
# Events Page
# Why Choose One
# Team Page
# Portfolio Page
# Department Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --govity-font: "DM Sans", sans-serif;
  --govity-gray: #ccc;
  --govity-gray-rgb: 136, 136, 136;
  --govity-white: #ffffff;
  --govity-white-rgb: 255, 255, 255;
  --govity-base: #003864;
  --govity-base-rgb: 12, 165, 84;
  --govity-black: #000;
  --govity-black-rgb: 21, 21, 21;
  --govity-primary: #F3F3F3;
  --govity-primary-rgb: 243, 243, 243;
  --govity-bdr-color: #dddddd;
  --govity-bdr-color-rgb: 221, 221, 221;
  --govity-letter-spacing: -0.04em;
  --govity-letter-spacing-two: -0.02em;

  --font-16: 16px;
  --font-18: 18px;
  --font-20: 20px;
  --font-22: 22px;
  --font-24: 24px;
  --font-32: 32px;
  --font-40: 40px;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--govity-font);
  color: var(--govity-black);
  font-size: var(--font-16);
  line-height: 28px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--govity-gray);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--govity-font);
  color: var(--govity-black);
  margin: 0;
  letter-spacing: var(--govity-letter-spacing);
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1600px;
}

/* @media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
} */

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--govity-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.pl-adjust {
  padding-left: 0;
}

.pr-adjust {
  padding-right: 0;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--govity-base);
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--govity-base);
  opacity: 0.3;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--govity-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

.thm-btn {
  border: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  /* background-color: #fff; */
  color: var(--govity-black);
  font-size: var(--font-16);
  font-weight: 700;
  padding: 10px 20px;
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
  border-radius: 5px;
}

/* .thm-btn::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: var(--govity-black);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.thm-btn:hover:before {
  top: -40%;
} */

.thm-btn:hover {
  color: var(--govity-base);
}

.section-title {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
}

.section-title__icon {
  position: relative;
  display: block;
  top: 4px;
}

.section-title__icon span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: var(--govity-base);
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: var(--font-16);
  line-height: 16px;
  color: var(--govity-gray);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* .section-title__title {
  margin: 0;
  color: var(--govity-black);
  font-size: var(--font-40);
  line-height: 54px;
  font-weight: 700;
  letter-spacing: var(--govity-letter-spacing);
} */

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  box-shadow: none !important;
}

.bootstrap-select > .dropdown-toggle {
  box-shadow: none !important;
  outline: none !important;
  outline-offset: 0 !important;
  border: none;
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}

.bootstrap-select > .dropdown-toggle::after {
  margin: 0;
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: var(--font-16);
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--govity-black) !important;
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: var(--font-16);
  font-weight: 400;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--govity-base);
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
}
.bootstrap-select .dropdown-menu > li > a img {
  margin-right: 10px;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--govity-black);
  color: var(--govity-white);
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: var(--govity-black);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  animation-fill-mode: both;
  animation-name: flipInY;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--govity-base);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
}

.scroll-to-top i {
  color: var(--govity-white);
  font-size: var(--font-18);
  line-height: 50px;
  transition: all 0.4s ease;
  position: relative;
  display: inline-block;
  transform: rotate(-90deg);
}

.scroll-to-top:hover {
  background-color: var(--govity-black);
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  /* background-color: var(--govity-primary); */
  /* width: 100%; */
  transition: all 500ms ease;
  z-index: 999;
  /* box-shadow: 0 3px 5px 1px #E6E6E6; */
  padding: 0;
}

.main-menu__top {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu__logo {
  /* position: absolute; */
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
}

.main-menu__logo a {
  position: relative; 
  /* display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6E6E6; */
  /* padding: 2px 15px; */
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-menu__wrapper-inner {
  position: relative;
  display: block;
}

.main-menu__top-left {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0;
  padding: 0px 0;
  z-index: 1;
}

.main-menu__social {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: var(--govity-gray);
  transition: all 500ms ease;
}

.main-menu__social a:hover {
  color: var(--govity-base);
}

.main-menu__social a + a {
  margin-left: 25px;
}

.main-menu__top-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  flex: 1;
  /* background-color: var(--govity-white); */
  /* padding: 6px 10px 6px; */
  /* padding-right: 60px; */
  height: 100%;
}

.main-menu__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li + li {
  margin-left: 30px;
}

.main-menu__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  top: 2px;
}

.main-menu__contact-list li .icon i {
  font-size: 12px;
  color: var(--govity-base);
}

.main-menu__contact-list li .text {
  margin-left: 10px;
}

.main-menu__contact-list li .text p {
  font-size: var(--font-16);
  font-weight: 400;
  color: var(--govity-gray);
  letter-spacing: var(--govity-letter-spacing-two);
}

.main-menu__contact-list li .text p a {
  color: var(--govity-gray);
  transition: all 500ms ease;
}

.main-menu__contact-list li .text p a:hover {
  color: var(--govity-base);
}

.main-menu__top-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__top-menu li + li {
  margin-left: 35px;
}

.main-menu__top-menu li a {
  position: relative;
  display: inline-block;
  font-size: var(--font-16);
  color: var(--govity-gray);
  transition: all 500ms ease;
}

.main-menu__top-menu li a:hover {
  color: var(--govity-base);
}

.main-menu__top-menu li a:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: -17px;
  width: 1px;
  background-color: #dfdfdf;
  transform: rotate(10deg);
}

.main-menu__top-menu li:first-child a:before {
  display: none;
}

.main-menu__bottom {
  display: block;
  /* border-top: 1px solid #ccc; */
}

.main-menu__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /* padding-left: 210px;
  padding-right: 60px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05); */
}

.main-menu__main-menu-box {
  display: block;
}

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 5px;
  border-radius: 10px;
  background: #f2f2f2;
}

.main-menu__call {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
  z-index: 5;
}

.main-menu__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--govity-white);
  border-radius: 50%;
  font-size: 15px;
  color: var(--govity-base);
  transition: all 500ms ease;
}

.main-menu__call-icon:hover {
  background-color: var(--govity-black);
}

.main-menu__call-content {
  margin-left: 10px;
}

.main-menu__call-sub-title {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: var(--govity-letter-spacing-two);
}

.main-menu__call-number {
  font-size: var(--font-16);
  font-weight: 700;
  line-height: 20px;
  margin-top: 2px;
  letter-spacing: var(--govity-letter-spacing-two);
}

.main-menu__call-number a {
  color: var(--govity-black);
  transition: all 500ms ease;
}

.main-menu__call-number a:hover {
  color: var(--govity-base);
}

.main-menu__search-box {
  position: relative;
  display: block;
  /* margin-left: 50px; */
  /* margin-right: 20px; */
  /* padding: 14px 0; */
  border-right: 1px solid #000;
  padding: 5px 10px 5px 0;
}

/* .main-menu__search-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 1px;
  background-color: var(--govity-bdr-color);
} */

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: var(--font-18);
  color: var(--govity-black);
  /* color: #fff; */
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: #27A343;
}

.language-switcher {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.language-switcher .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 60px;
}
.language-switcher .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) span img {
  margin-right: 10px;
}
.language-switcher .bootstrap-select .dropdown-menu {
  min-width: 60px;
  top: 5px !important;
}

.language-switcher .bootstrap-select .dropdown-menu > li > a {
  padding: 5px 10px;
  font-size: var(--font-16);
  background: #F2F2F2 !important;
  justify-content: center;
  color: #000;
}
.language-switcher .bootstrap-select .dropdown-menu > li.selected > a {
  background: #125489 !important;
  color: #fff;
}
.language-switcher .bootstrap-select > .dropdown-toggle {
  /* color: var(--govity-gray); */
  color: #000;
  font-size: var(--font-16);
  font-weight: 700;
  line-height: 28px;
  padding: 0 0 0 10px;
}
.language-switcher .bootstrap-select > .dropdown-toggle::after {
  /* color: var(--govity-gray); */
  color: #000;
  font-size: var(--font-16);
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.main-menu__btn-box {
  position: relative;
  display: block;
  padding: 0 10px;
  border-right: 1px solid #000;
}

.main-menu__btn {
  padding: 0;
  font-size: var(--font-16);
  color: #000;
  font-weight: 700;
  transition: 0.3s all ease;
  /* background: linear-gradient(90deg, #28A745, #218838, #1E7E34); */
}
.main-menu__btn:hover {
  color: #27A343;
}

.stricky-header.main-menu {
  background-color: var(--govity-primary);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list > li > ul,
  .stricky-header .main-menu__list > li > ul > li > ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 8px;
  padding-bottom: 12px;
  position: relative;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 60px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: var(--font-22);
  display: flex;
  align-items: center;
  color: #fff;
  text-shadow: 1px 0 0 rgba(21, 21, 21, 0.8);
  position: relative;
  transition: all 500ms ease;
  font-weight: 500;
  letter-spacing: var(--govity-letter-spacing-two);
  position: relative;
}

.main-menu .main-menu__list > li > a > i,
.stricky-header .main-menu__list > li > a > i {
  margin-bottom: 5px;
  font-size: var(--font-22);
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: #fff;
}

.main-menu .main-menu__list > li > a::after,
.stricky-header .main-menu__list > li > a::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 3px;
  background: #fff;
  transition: width 500ms ease;
}

.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li:hover > a::after,
.stricky-header .main-menu__list > li.current > a::after,
.stricky-header .main-menu__list > li:hover > a::after {
  width: 100%; /* Expand to full width on hover or current state */
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  padding: 13px 0;
}

.sub-menu {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
  flex: 1 1 100%;
  width: auto;
  position: relative;
}

.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
  border-top: none;
  margin-top: 4px;
}

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  font-size: var(--font-16);
  line-height: 30px;
  color: var(--govity-gray);
  font-weight: 400;
  display: flex;
  padding: 8px 20px 4px;
  transition: 500ms;
  background-color: var(--govity-white);
  letter-spacing: var(--govity-letter-spacing-two);
}

.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: var(--govity-primary);
  color: var(--govity-black);
  text-shadow: 1px 0 0 rgba(21, 21, 21, 0.8);
}

.main-menu .main-menu__list > li > ul > li > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li > a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: var(--font-16);
  color: var(--govity-base);
  transform: translateY(-50%) scale(0);
  transition: 500ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a::before {
  transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu,
.main-menu-two__main-menu-box .main-menu__list > .megamenu,
.main-menu__wrapper .main-menu__list > .megamenu {
  position: relative;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu__wrapper .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu__wrapper .main-menu__list > .megamenu > ul > li {
  padding: 0 !important;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  transform: translateY(-120%);
  transition: transform 500ms ease, visibility 500ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}
.stricky-header.stricky-fixed {
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.mobile-nav__buttons a {
  font-size: var(--font-20);
  color: var(--govity-base);
  cursor: pointer;
}

.mobile-nav__buttons a + a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--govity-base);
}

.main-menu .mobile-nav__toggler {
  font-size: var(--font-20);
  color: var(--govity-base);
  cursor: pointer;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--govity-black);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

.home-showcase__item a {
  color: #000;
  font-weight: 500;
  transition: 0.3s all ease;
  font-size: var(--font-18);
  line-height: 40px;
}
.home-showcase__item a:hover {
  color: #27A343;
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--govity-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 20px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 30px;
  right: 15px;
  font-size: var(--font-18);
  color: var(--govity-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: var(--font-16);
  font-family: var(--govity-font);
  font-weight: 500;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
  color: var(--govity-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: #fff;
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background-color: var(--govity-base);
  border: none;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--govity-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: var(--font-16);
}

.mobile-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--govity-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}

.mobile-nav__social a {
  font-size: var(--font-16);
  color: var(--govity-white);
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--govity-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--govity-text-dark);
  font-size: var(--font-16);
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--govity-base);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--govity-base);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
  margin-top: -13px;
  /* margin-bottom: -13px; */
  width: 115%;
}

.home-showcase__inner {
  padding: 10px 20px 20px;
  background-color: #f2f2f2;
  box-shadow: 0px 2px 3px 1px #ddd;
}

.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}

.home-showcase__image {
  position: relative;
  background-color: var(--govity-base);
  overflow: hidden;
}

.home-showcase__image > img {
  width: 100%;
  transition: 500ms ease;
  transform: scale(1);
}

.home-showcase__image:hover > img {
  opacity: 0.75;
}

.home-showcase__image:hover .home-showcase__buttons {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  transform-origin: bottom center;
  transition: 500ms ease;
}

.home-showcase__buttons__item {
  padding: 13px 20px 9px;
  width: 150px;
  text-align: center;
}

.home-showcase__buttons__item + .home-showcase__buttons__item {
  margin-top: 10px;
}

.home-showcase__title {
  margin: 0;
  /* text-align: center; */
  font-size: var(--font-16);
  font-weight: 700;
  color: var(--govity-black);
  margin-top: 17px;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--govity-white, #ffffff);
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.stricky-header.main-menu-two {
  background-color: var(--govity-white);
}

.main-header-two__top {
  position: relative;
  display: block;
}

.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 6px 0;
}

.main-header-two__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__contact-list li + li {
  margin-left: 30px;
}

.main-header-two__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  top: 2px;
}

.main-header-two__contact-list li .icon i {
  font-size: 12px;
  color: var(--govity-base);
}

.main-header-two__contact-list li .text {
  margin-left: 10px;
}

.main-header-two__contact-list li .text p {
  font-size: var(--font-16);
  font-weight: 400;
  color: #ccc;
  letter-spacing: var(--govity-letter-spacing-two);
}

.main-header-two__contact-list li .text p a {
  color: #ccc;
  transition: all 500ms ease;
}

.main-header-two__contact-list li .text p a:hover {
  color: var(--govity-base);
}

.main-header-two__top-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__top-menu li + li {
  margin-left: 35px;
}

.main-header-two__top-menu li a {
  position: relative;
  display: inline-block;
  font-size: var(--font-16);
  color: #ccc;
  transition: all 500ms ease;
}

.main-header-two__top-menu li a:hover {
  color: var(--govity-base);
}

.main-header-two__top-menu li a:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: -17px;
  width: 1px;
  background-color: #ccc;
  transform: rotate(10deg);
}

.main-header-two__top-menu li:first-child a:before {
  display: none;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  padding-left: 40px;
}

.main-menu-two__logo {
  display: block;
}

.main-menu-two__right {
  display: flex;
  align-items: center;
}

.main-menu-two__main-menu-box {
  display: block;
}

.main-menu-two__search-btn-box {
  display: flex;
  align-items: center;
}

.main-menu-two__search-box {
  position: relative;
  display: block;
  margin-left: 60px;
  margin-right: 30px;
  padding: 33.5px 0;
}

.main-menu-two__search-box:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: -30px;
  width: 1px;
  background-color: var(--govity-bdr-color);
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 21px;
  color: var(--govity-black);
  transition: all 500ms ease;
}

.main-menu-two__btn-box {
  position: relative;
  display: block;
}

.main-menu-two__btn {
  padding: 29px 50px 29px;
}

.main-menu-two .main-menu__list > li + li,
.stricky-header.main-menu-two .main-menu__list > li + li {
  margin-left: 45px;
}

.main-menu-two .main-menu__list > li,
.stricky-header.main-menu-two .main-menu__list > li {
  padding-top: 29px;
  padding-bottom: 29px;
}

.stricky-header .main-menu-two__wrapper-inner {
  box-shadow: none;
  padding-left: 0;
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  z-index: 999;
}

.main-header-three__top {
  position: relative;
  display: block;
  background-color: var(--govity-black);
}

.main-header-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-header-three__logo {
  position: relative;
  display: block;
}

.main-header-three__logo a {
  position: relative;
  display: block;
  padding: 27px 0;
}

.main-header-three__content-box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #000000;
  padding-left: 50px;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 1;
}

.main-header-three__content-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -100000px;
  background-color: #000000;
  z-index: -1;
}

.main-header-three__contact-list {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.main-header-three__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__contact-list li + li {
  margin-left: 30px;
}

.main-header-three__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  top: 2px;
}

.main-header-three__contact-list li .icon i {
  font-size: 12px;
  color: var(--govity-base);
}

.main-header-three__contact-list li .text {
  margin-left: 10px;
}

.main-header-three__contact-list li .text p {
  font-size: var(--font-16);
  font-weight: 400;
  color: #ccc;
  letter-spacing: var(--govity-letter-spacing-two);
}

.main-header-three__contact-list li .text p a {
  color: #ccc;
  transition: all 500ms ease;
}

.main-header-three__contact-list li .text p a:hover {
  color: var(--govity-base);
}

.main-header-three__search-lan-switcher-btn {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 95px;
}

.main-header-three__search-box {
  position: relative;
  display: block;
  margin-right: 30px;
  padding: 14.5px 0;
}

.main-header-three__search-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 1px;
  background-color: rgba(var(--govity-white-rgb), 0.1);
}

.main-header-three__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 21px;
  color: var(--govity-white);
  transition: all 500ms ease;
}

.main-header-three__search:hover {
  color: var(--govity-base);
}

.main-header-three__language-switcher {
  position: relative;
  display: block;
  padding: 11px 0;
}

.main-header-three__language-switcher.language-switcher .bootstrap-select > .dropdown-toggle,
.main-header-three__language-switcher #polyglotLanguageSwitcher a {
  color: #ccc;
}

.main-header-three__language-switcher.language-switcher .bootstrap-select > .dropdown-toggle::after,
.main-header-three__language-switcher #polyglotLanguageSwitcher span.trigger:before {
  color: #ccc;
}

.main-header-three__btn-box {
  position: relative;
  display: block;
  margin-left: 30px;
}

.main-header-three__btn {
  font-size: var(--font-16);
  padding: 10px 50px 10px;
}
.main-header-three__btn:hover {
  color: var(--govity-black);
}
.main-header-three__btn::before {
  background-color: var(--govity-white);
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.main-menu-three__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-menu-three__main-menu-box {
  display: block;
}

.main-menu-three__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--govity-gray);
  transition: all 500ms ease;
}

.main-menu-three__social a + a {
  margin-left: 25px;
}

.main-menu-three__social a:hover {
  color: var(--govity-base);
}

.main-menu-three .main-menu__list > li,
.stricky-header.main-menu-three .main-menu__list > li {
  padding-top: 19px;
  padding-bottom: 19px;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-110%);
  transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup.active {
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--govity-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.search-popup__content form input[type=search],
.search-popup__content form input[type=text] {
  width: 100%;
  background-color: #fff;
  font-size: var(--font-16);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--govity-base);
  border: 0;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--govity-white);
  font-size: var(--font-22);
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover:before {
  width: 150%;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  /* background-color: var(--govity-black); */
  z-index: 10;
  /* margin: 50px 30px; */
  width: 100%;
  overflow: hidden;
}

.main-slider .item {
  background-color: var(--govity-black);
  position: relative;
  height: 600px;
  padding-bottom: 0;
}

.main-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
  z-index: 1;
  opacity: 0.7;
}

.owl-item.active .main-slider__bg {
  transform: scale(1.15);
  transition: transform 7000ms linear;
}

.main-slider__bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: rgba(0, 0, 0, 0.5); */
  z-index: -1;
}

.main-slider__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: hard-light;
  transform: translateX(500px);
  opacity: 0;
}

.active .main-slider__shape-1 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1000ms ease;
  z-index: 1;
}

.main-slider__shape-1 img {
  width: auto;
}

.main-slider__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: soft-light;
  transform: translateX(600px);
  opacity: 0;
  z-index: 1;
}

.active .main-slider__shape-2 {
  opacity: 0.3;
  transform: translateX(0px);
  transition: all 1000ms ease;
  transition-delay: 1500ms;
}

.main-slider__shape-2 img {
  width: auto;
}

.main-slider__shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: soft-light;
  transform: translateY(600px);
  opacity: 0;
  z-index: 1;
}

.active .main-slider__shape-3 {
  opacity: 0.1;
  transform: translateX(0px);
  transition: all 1000ms ease;
  transition-delay: 2000ms;
}

.main-slider__shape-3 img {
  width: auto;
}

.main-slider__meta-box {
  position: absolute;
  bottom: 52px;
  left: 80px;
  z-index: 1;
}

.main-slider__meta {
  position: relative;
  display: flex;
  align-items: center;
}

.main-slider__meta li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-slider__meta li + li {
  margin-left: 26px;
}

.main-slider__meta li .icon {
  position: relative;
  display: inline-block;
  top: 1px;
}

.main-slider__meta li .icon span {
  position: relative;
  display: inline-block;
  font-size: var(--font-16);
  color: var(--govity-white);
}

.main-slider__meta li .text {
  margin-left: 12px;
}

.main-slider__meta li .text p {
  font-size: var(--font-16);
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--govity-white);
}

.main-slider__content {
  position: relative;
  display: block;
  z-index: 10;
  padding-top: 225px;
  padding-left: 80px;
}

.main-slider__sub-title {
  font-size: var(--font-24);
  color: var(--govity-white);
  position: relative;
  display: inline-block;
  padding: 10px 365px 10px 0;
  letter-spacing: var(--govity-letter-spacing-two);
  /* background-color: rgb(21 21 21 / 85%); */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
  line-height: 38px;
  width: 90%;
  border-radius: 5px;
  font-weight: 800;
  text-align: justify;
}

.main-slider__title {
  position: relative;
  font-size: 30px;
  color: var(--govity-white);
  font-weight: 700;
  line-height: 90px;
  letter-spacing: var(--govity-letter-spacing);
  margin-bottom: 35px;
  margin-top: 19px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
}

.main-slider__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
  margin-top: 20px;
}

.active .main-slider__title,
.active .main-slider__sub-title,
.active .main-slider__btn-box {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.main-slider .owl-theme .owl-nav {
  position: absolute;
  top: 40%;
  left: 65%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  height: 0;
  line-height: 0;
}

.main-slider .owl-theme .owl-nav [class*=owl-] {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-20);
  color: rgba(var(--govity-black-rgb), 1);
  background-color: rgba(var(--govity-white-rgb), 0.2);
  border: none;
  border-radius: 50%;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  padding: 18px 0 !important;
}

.main-slider .owl-theme .owl-nav [class*=owl-]:hover {
  color: rgba(var(--govity-black-rgb), 1);
  background-color: rgba(var(--govity-white-rgb), 1);
}

.main-slider .owl-theme .owl-nav [class*=owl-] + [class*=owl-] {
  margin-top: 10px;
}

.main-slider .owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0 80px;
  height: 0;
  line-height: 0;
}

.main-slider .owl-theme .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}

.main-slider .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(var(--govity-white-rgb), 0.3);
  margin: 0;
  transition: all 300ms ease;
}

.main-slider .owl-theme .owl-dots .owl-dot:hover span,
.main-slider .owl-theme .owl-dots .owl-dot.active span {
  background-color: rgba(var(--govity-white-rgb), 1);
}

/*--------------------------------------------------------------
# Update One
--------------------------------------------------------------*/
.update-one {
  position: relative;
  display: block;
  background-color: var(--govity-base);
  padding: 20px 0;
  z-index: 1;
}

.update-one__left {
  position: relative;
  display: block;
  margin-right: 4px;
}

.update-one__city-update-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--govity-black);
  padding: 5px 0;
}

.update-one__city-update-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.update-one__city-update-icon img {
  width: auto;
}

.update-one__city-update-text {
  margin-left: 10px;
}

.update-one__city-update-text p {
  font-size: var(--font-16);
  color: var(--govity-white);
  font-weight: 700;
  letter-spacing: var(--govity-letter-spacing-two);
}

.update-one__right {
  position: relative;
  display: block;
}

.update-one__carousel {
  position: relative;
  display: block;
}

.update-one__single {
  position: relative;
  display: block;
}

.update-one__text {
  font-size: var(--font-18);
  color: #ceffe5;
  line-height: 28px;
  letter-spacing: var(--govity-letter-spacing-two);
  padding-top: 7px;
}

.update-one__carousel.owl-theme .owl-nav {
  position: absolute;
  top: 62%;
  right: 0;
  margin: 0;
  transform: translateY(-50%);
}

.update-one__carousel.owl-theme .owl-nav .owl-next {
  color: var(--govity-white);
  font-size: var(--font-18);
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
}

.update-one__carousel.owl-theme .owl-nav .owl-prev {
  color: var(--govity-white);
  font-size: var(--font-18);
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
}

.update-one__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}

.update-one__carousel.owl-theme .owl-nav .owl-next span,
.update-one__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.update-one__carousel.owl-theme .owl-nav .owl-next:hover,
.update-one__carousel.owl-theme .owl-nav .owl-prev:hover {
  color: var(--govity-black);
  background-color: transparent;
}

/*--------------------------------------------------------------
# Department One
--------------------------------------------------------------*/
/* .department-one .container {
  max-width: 1600px;
} */

.department-one {
    position: relative;
    display: block;
    background-color: #000;
    padding: 40px 0;
    z-index: 1;
}

.department-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.department-one__inner {
    position: relative;
    display: block;
}

.department-one__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.department-one__content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--govity-white);
    padding: 20px;
    height: 240px;
    border-radius: 8px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    border: 2px solid transparent;
    margin-bottom: 20px;
}

.department-one__content:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
    border: 2px solid var(--govity-base);
}

.department-one__title-box {
    background: rgba(var(--govity-base-rgb), 0.9);
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 10px;
    z-index: 1;
    height: 65px;
}

.department-one__title {
    font-size: var(--font-16);
    font-weight: 700;
    line-height: 22px;
    letter-spacing: var(--govity-letter-spacing-two);
    margin: 0;
    overflow-wrap: break-word;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--govity-white);
}

.department-one__title a {
    color: var(--govity-white);
    text-decoration: none;
    transition: all 500ms ease;
}

.department-one__title a:hover {
    color: #e0f7fa;
}

.department-one__image-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* padding: 10px; */
}

.department-one__image {
    width: 100%;
    max-height: 100px;
    /* object-fit: contain; */
    transition: transform 0.3s ease;
}

.department-one__content:hover .department-one__image {
    transform: scale(1.05);
}

.department-one__placeholder-icon {
    font-size: 70px;
    color: var(--govity-base);
    opacity: 0.8;
}

.department-one__icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--govity-base);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.department-one__icon::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: #0CA554;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.department-one__single:hover .department-one__icon::before {
    transform: scaleX(1);
}

.department-one__icon span {
    font-size: var(--font-18);
    color: var(--govity-white);
    transition: all 500ms linear;
    transform: scale(1);
}

.department-one__single:hover .department-one__icon span {
    transform: scale(0.9);
    color: #e0f7fa;
}

@media (max-width: 767px) {
    .department-one__title {
        font-size: var(--font-16);
        line-height: 20px;
        -webkit-line-clamp: 2;
        padding: 6px 10px;
    }
    .department-one__image {
        max-height: 70px;
    }
    .department-one__placeholder-icon {
        font-size: var(--font-40);
    }
    .department-one__icon {
        width: 36px;
        height: 36px;
    }
    .department-one__icon span {
        font-size: var(--font-16);
    }
}

@media (max-width: 575px) {
    .department-one__content {
        height: 220px;
    }
}

/* About One */
.about-one {
  position: relative;
  display: block;
  padding: 60px 0px;
  z-index: 1;
}

.comission-title {
  line-height: 20px;
}

.about-one__left {
  position: relative;
  display: block;
}

.about-one__shape-3 {
  position: absolute;
  top: 170px;
  left: -335px;
  opacity: 0.1;
  z-index: 2;
}

.about-one__shape-3 img {
  width: auto;
}

.about-one__img-box {
  position: relative;
  display: block;
}

.about-one__img {
  position: relative;
  display: block;
  z-index: 1;
}

.about-one__img img {
  width: 380px;
  height: 420px;
}

.about-one__img-2 {
  position: absolute;
  right: 5px;
  bottom: 50px;
  z-index: -1;
  opacity: 0.2;
}

.about-one__img-2 img {
  width: auto;
}

.about-one__right .section-title__title {
    box-shadow: none;
    padding: 0;
    font-weight: 700;
    font-size: 38px;
    margin-top: 10px;
}
.about-one__text p {
  color: #000;
    line-height: 42px;
    font-size: var(--font-18);
}

.about-one__shape-2 {
  position: absolute;
  bottom: 93px;
  left: -40px;
  opacity: 0.1;
}

.about-one__shape-2 img {
  width: auto;
}

.about-one__video-link {
  position: absolute;
  top: 83px;
  right: -38px;
  z-index: 2;
}

.about-one__video-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 23px;
  color: var(--govity-white);
  background-color: var(--govity-base);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.about-one__video-icon:hover {
  background-color: var(--govity-black);
  color: var(--govity-white);
}

.about-one__video-icon:before {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  content: "";
  border: 1px solid var(--govity-bdr-color);
}

.about-one__video-icon:after {
  position: absolute;
  top: -40px;
  left: -40px;
  right: -40px;
  bottom: -40px;
  content: "";
  border: 1px solid var(--govity-bdr-color);
}

.about-one__video-link .ripple,
.about-one__video-icon .ripple:before,
.about-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--govity-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--govity-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--govity-base-rgb), 0.6);
  animation: ripple 3s infinite;
}

.about-one__video-icon .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.about-one__video-icon .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

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

.about-one__call-box {
  position: absolute;
  left: 74px;
  bottom: -53px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.07);
  max-width: 305px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px 30px 14px;
  z-index: 2;
}

.about-one__call-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  background-color: var(--govity-base);
}

.about-one__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--govity-primary);
}

.about-one__call-icon span {
  position: relative;
  display: inline-block;
  font-size: var(--font-32);
  color: var(--govity-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.about-one__call-box:hover .about-one__call-icon span {
  transform: scale(0.9);
}

.about-one__call-box-content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.about-one__call-text {
  font-size: var(--font-16);
  letter-spacing: var(--govity-letter-spacing-two);
}

.about-one__call-number {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: var(--govity-letter-spacing-two);
}

.about-one__call-number a {
  color: var(--govity-black);
  transition: all 500ms ease;
}

.about-one__call-number a:hover {
  color: var(--govity-base);
}

.about-one__shape-1 {
  position: absolute;
  top: 200px;
  right: -241px;
}

.about-one__shape-1 img {
  width: auto;
}

.about-one__right {
  position: relative;
  display: block;
}

.about-one__right .section-title {
  margin-bottom: 15px;
}

.about-one__icon-and-big-text {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  /* padding-bottom: 33px; */
  /* border-bottom: 1px solid var(--govity-bdr-color); */
  justify-content: center;
}

.about-one__icon {
  position: relative;
  display: inline-block;
}

.about-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 62px;
  color: #fff;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.about-one__icon:hover span {
  transform: scale(0.9);
}

.about-one__big-text {
  font-size: var(--font-24);
  font-weight: 700;
  line-height: 30px;
  letter-spacing: var(--govity-letter-spacing-two);
  color: #fff;
  margin-left: 20px;
}

.about-one__btn-box-and-signature {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.about-one__signature {
  position: relative;
  display: block;
  margin-left: 30px;
}

.about-one__signature img {
  width: auto;
}

/* New Button Styles */
.about-one__button {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 10px 20px;
  background: linear-gradient(45deg, #0CA554, #28A745);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
}

.about-one__button:hover {
  background: linear-gradient(45deg, #28A745, #0CA554);
  transform: translateY(-2px);
}

.member-left {
  opacity: 1;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.member-left:nth-child(2) {
  transition-delay: 0.1s;
}

.bottom-commission-grid .member-left:nth-child(1) {
  transition-delay: 0.3s;
}

.bottom-commission-grid .member-left:nth-child(2) {
  transition-delay: 0.4s;
}

.button-container {
  text-align: center;
  margin: 20px 0;
  opacity: 1;
  transition: opacity 0.5s ease;
  position: relative;
  width: 100%;
}

.button-container.visible {
  opacity: 1;
}

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
/* .feature-one .container {
  max-width: 1600px;
} */
.feature-one {
  position: relative;
  display: block;
  padding-top: 60px;
  z-index: 1;
}

.feature-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.feature-one__img-box {
  position: relative;
  display: block;
}

.feature-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.feature-one__img img {
  width: 100%;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__img img {
  transform: scale(1.05);
}

.feature-one__content {
  position: relative;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 49px 30px 34px;
  transition: all 500ms ease;
  z-index: 1;
  display: none;
}

.feature-one__single:hover .feature-one__content {
  opacity: 0;
}

.feature-one__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -59px;
  left: 50%;
  transform: translateX(-50%);
  width: 123px;
  height: 123px;
  border-radius: 50%;
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 100%);
  z-index: -1;
}

.feature-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--govity-base);
  display: none;
}

.feature-one__title {
  font-size: var(--font-24);
  font-weight: 700;
  line-height: 28px;
}

.feature-one__title a {
  color: var(--govity-black);
}

.feature-one__content-two {
  position: relative;
  /* top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px; */
  text-align: center;
  background-position: bottom left;
  /* transform: scale(1, 0); */
  transform-origin: bottom center;
  transition: transform 500ms ease;
  z-index: 2;
  box-shadow: 0 0px 0px rgba(0, 56, 100, 0.5), 0 0 8px rgba(0, 56, 100, 0.3);
}

/* .feature-one__single:hover .feature-one__content-two {
  transform: scale(1, 1);
} */

.feature-one__content-two-top {
  position: relative;
  display: block;
  background-color: var(--govity-base);
  padding: 30px 30px 29px;
  transition: 0.3s all ease;
}

.feature-one__icon-2 {
  position: relative;
  display: inline-block;
}

.feature-one__icon-2 span {
  position: relative;
  display: inline-block;
  font-size: 62px;
  color: var(--govity-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.feature-one__single:hover .feature-one__icon-2 span {
  /* transform: scale(0.9); */
  color: #000;
}

.feature-one__single:hover .feature-one__content-two-top {
  background-color: #F3F3F3;
}
.feature-one__single:hover .feature-one__content-two-bottom {
  background-color: #003864;
}
.feature-one__single:hover .feature-one__title-2 a {
  color: #000;
}
.feature-one__single:hover p.feature-one__content-two-text {
  color: #fff;
}
p.feature-one__content-two-text {
  transition: 0.3s all ease;
}

.feature-one__title-2 {
  font-size: var(--font-20);
  font-weight: 700;
  line-height: 28px;
  margin-top: 9px;
}

.feature-one__title-2 a {
  color: var(--govity-white);
  transition: 0.1s all ease;
}

.feature-one__content-two-bottom {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 21px 10px 10px;
  transition: 0.3s all ease;
}

.feature-one__content-two-btn-box {
    position: relative;
    display: block;
    text-align: right;
}

.feature-one__content-two-read-more {
    font-size: var(--font-16);
    font-weight: 500;
    line-height: 24px;
    color: var(--govity-base);
    letter-spacing: var(--govity-letter-spacing-two);
    padding: 5px 15px 5px;
    position: relative;
    /* justify-content: space-between; */
    transition: all 500ms ease;
    /* display: inline-block; */
    background: #BBDBF3;
    border-radius: 5px;
    margin-top: 20px !important;
    display: inline-block;
}

.feature-one__content-two-btn-box i {
    display: none;
}

/* .feature-one__content-two-read-more:hover {
  color: var(--govity-black);
} */

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  padding-bottom: 80px;
}

.services-one::before {
  content: "";
  position: absolute;
  top: 78px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--govity-primary);
}

.services-one__left {
  position: relative;
  display: block;
  margin-right: -340px;
  margin-left: -276px;
  margin-top: -22px;
}

.services-one__shape-2 {
  position: absolute;
  top: 230px;
  left: 48px;
}

.services-one__shape-2 img {
  width: auto;
}

.services-one__img-box {
  position: relative;
  display: block;
}

.services-one__img {
  position: relative;
  display: block;
  mix-blend-mode: darken;
  z-index: 1;
}

.services-one__img img {
  width: 100%;
}

.services-one__img-shadow {
  position: absolute;
  left: 131px;
  bottom: 0px;
  width: 545px;
  height: 200px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 11%, rgba(255, 255, 255, 0) 100%);
}

.services-one__right {
  position: relative;
  display: block;
  z-index: 1;
}

.services-one__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* right: -10000px; */
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  z-index: -1;
}

.services-one__shape-1 {
  position: absolute;
  top: 106px;
  left: -83px;
}

.services-one__shape-1 img {
  width: auto;
}

.services-one__shape-3 {
  position: absolute;
  bottom: 0;
  right: -362px;
  opacity: 0.15;
}

.services-one__shape-3 img {
  width: auto;
}

.services-one__points-title-box {
  position: relative;
  display: block;
  /* background-color: var(--govity-base); */
  padding: 20px 40px 24px;
  z-index: 1;
  margin-bottom: 20px;
}

.services-one__points-title-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* right: -10000px; */
  bottom: 0;
  z-index: -1;
}

.services-one__points-title-box::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 40px;
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  z-index: -1;
}

.services-one__points-title-box p {
  font-size: var(--font-24);
  font-weight: 700;
  line-height: 34px;
  color: var(--govity-white);
  letter-spacing: var(--govity-letter-spacing-two);
  margin: 0;
  transition: color 0.3s ease;
}

.services-one__points-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  background: var(--govity-white);
  border-radius: 5px;
}

.services-one__points-title-box a:hover {
  color: #fff;
}

.services-one__points-list {
  position: relative;
  display: block;
  /* max-width: 300px; */
  width: 100%;
  height: 330px;
  margin: 0;
  padding: 0;
}

.services-one__points-list li a {
  font-size: var(--font-18);
  letter-spacing: var(--govity-letter-spacing-two);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--govity-gray);
  padding-bottom: 10px;
  /* padding-top: 15px; */
  /* border-bottom: 1px solid var(--govity-bdr-color); */
  transition: all 500ms ease;
}

.services-one__points-list li:last-child a {
  border-bottom: none;
}

.services-one__points-list li:hover a {
  color: var(--govity-black);
}

.services-one__points-title-box p {
    font-size: var(--font-24);
    font-weight: 700;
    /* color: #1e3a8a; */
    margin: 0;
    transition: color 0.3s ease;
}

.services-one__points-title-box a:hover p {
    color: #fff;
}

.services-one__points-list li {
    margin-bottom: 15px;
    list-style: none;
    position: relative;
    display: block;
}

.services-one__points-list li:last-child {
    margin-bottom: 0;
}

.services-one__link {
    text-decoration: none;
    display: block;
}

.services-one__card {
    /* background: linear-gradient(135deg, #1e3a8a 0%, #0CA554 100%); */
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    padding: 0;
}

.services-one__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}

.services-one__card-inner {
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-right: 40px;
}

.services-one__date {
    font-weight: 700;
    font-size: var(--font-16);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.services-one__date i {
    margin-right: 8px;
}

.services-one__headline {
    font-size: var(--font-16);
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
    overflow-wrap: break-word;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services-one__icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--font-18);
    transition: color 0.3s ease;
}

.service-card-one {
  background-color: var(--govity-base);
}
.service-card-one .services-one__points-title-box {
  background: linear-gradient(90deg, #28A745, #218838, #1E7E34);
}
.service-card-one .services-one__points-title-box::before {
  background-color: var(--govity-base);
}
.service-card-one .services-one__date {
  color: var(--govity-base);
}
.service-card-one .services-one__date i {
  color: var(--govity-base);
}
.service-card-one .services-one__headline {
  color: var(--govity-base);
}
.service-card-one .services-one__link:hover .services-one__icon {
  color: var(--govity-base);
}
.service-card-one .services-one__icon {
  color: var(--govity-base);
}
.service-card-one .services-one__points-list li:hover a span {
  color: var(--govity-base);
}
.service-card-one .services-one__points-title-box::after {
  border-top: 10px solid var(--govity-base);
}

.services-one__points-title-box p i {
    float: right;
    font-size: 30px;
}

.service-card-two {
  background-color: #D52E3E;
}
.service-card-two .services-one__points-title-box {
  background: linear-gradient(90deg, #DC3545, #27A343, #B21F2D);
}
.service-card-two .services-one__points-title-box::before {
  background-color: #D52E3E;
}
.service-card-two .services-one__date {
  color: #D52E3E;
}
.service-card-two .services-one__date i {
  color: #D52E3E;
}
.service-card-two .services-one__headline {
  color: #D52E3E;
}
.service-card-two .services-one__link:hover .services-one__icon {
  color: #D52E3E;
}
.service-card-two .services-one__icon {
  color: #D52E3E;
}
.service-card-two .services-one__points-list li:hover a span {
  color: #D52E3E;
}
.service-card-two .services-one__points-title-box::after {
  border-top: 10px solid #D52E3E;
}

.service-card-three {
  background-color: #1597AB;
}
.service-card-three .services-one__points-title-box {
  background: linear-gradient(90deg, #17A2B8, #138496, #117A8B);
}
.service-card-three .services-one__points-title-box::before {
  background-color: #1597AB;
}
.service-card-three .services-one__date {
  color: #1597AB;
}
.service-card-three .services-one__date i {
  color: #1597AB;
}
.service-card-three .services-one__headline {
  color: #1597AB;
}
.service-card-three .services-one__link:hover .services-one__icon {
  color: #1597AB;
}
.service-card-three .services-one__icon {
  color: #1597AB;
}
.service-card-three .services-one__points-list li:hover a span {
  color: #1597AB;
}
.service-card-three .services-one__points-title-box::after {
  border-top: 10px solid #1597AB;
}

.service-btn {
  width: 100%;
}
.service-btn a {
  width: 100%;
}

@media (max-width: 767px) {
    .services-one__points-title-box p {
        font-size: var(--font-20);
    }
    .services-one__date {
        font-size: var(--font-16);
    }
    .services-one__headline {
        font-size: var(--font-16);
        -webkit-line-clamp: 2;
    }
    .services-one__icon {
        font-size: var(--font-16);
        right: 10px;
    }
}

/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
  position: relative;
  display: block;
  padding: 120px 0 174px;
  background-color: var(--govity-black);
  z-index: 1;
}

.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.video-one__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.video-one__inner .video-one__video-icon {
  margin: 0 auto;
}

.video-one__video-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 87px;
  height: 87px;
  line-height: 87px;
  text-align: center;
  font-size: 23px;
  color: var(--govity-white);
  background-color: var(--govity-base);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.video-one__video-icon::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -13px;
  right: -13px;
  bottom: -13px;
  border: 1px solid rgba(var(--govity-white-rgb), 0.2);
  border-radius: 50%;
}

.video-one__video-icon:hover {
  background-color: var(--govity-white);
  color: var(--govity-base);
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 111px;
  height: 111px;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--govity-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--govity-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--govity-primary-rgb), 0.6);
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-one__video-icon .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-one__video-icon .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.video-one__shape {
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  z-index: -1;
}

.video-one__shape img {
  width: auto;
}

.video-one__inner .video-one__video-title {
  position: relative;
  margin-top: 27px;
  font-size: 60px;
  font-weight: 700;
  color: var(--govity-white);
  font-family: var(--govity-font);
  line-height: 72px;
}

/*--------------------------------------------------------------
# Documents One
--------------------------------------------------------------*/
.documents-one {
  position: relative;
  display: block;
  margin-top: -70px;
  z-index: 2;
}

.documents-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding-left: 10px;
}

.documents-one__left {
  position: relative;
  display: block;
  max-width: 280px;
  background-color: var(--govity-black);
  width: 100%;
  padding: 35px 50px 33px;
}

.documents-one__left p {
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  color: var(--govity-white);
  letter-spacing: var(--govity-letter-spacing);
}

.documents-one__right {
  position: relative;
  display: block;
  max-width: 880px;
  width: 100%;
}

.documents-one__points {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.documents-one__points li {
  position: relative;
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.documents-one__single {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--govity-white);
  padding: 40px 50px 29px;
  border-right: 1px solid var(--govity-bdr-color);
  transition: all 500ms ease;
}

.documents-one__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 100%);
  transition: all 500ms ease;
}

.documents-one__content {
  position: relative;
  display: block;
}

.documents-one__icon {
  position: relative;
  display: inline-block;
}

.documents-one__icon span {
  position: relative;
  display: inline-block;
  font-size: var(--font-24);
  color: var(--govity-base);
}

.documents-one__title {
  font-size: var(--font-18);
  font-weight: 700;
  line-height: 18px;
  letter-spacing: var(--govity-letter-spacing-two);
}

.documents-one__title a {
  color: var(--govity-black);
  transition: all 500ms ease;
}

.documents-one__title a:hover {
  color: var(--govity-base);
}

.documents-one__text {
  margin-top: 1px;
  letter-spacing: var(--govity-letter-spacing-two);
}

.documents-one__icon-two {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: var(--govity-base);
  border-radius: 50%;
  transition: all 500ms ease;
}

.documents-one__icon-two span {
  position: relative;
  display: inline-block;
  font-size: var(--font-24);
  color: var(--govity-white);
  transition: all 500ms ease;
}

.documents-one__icon-two:hover {
  background-color: var(--govity-black);
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  background-color: var(--govity-base);
  padding: 180px 0 105px;
  margin-top: -80px;
  z-index: 1;
}

.counter-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.counter-one__inner {
  position: relative;
  display: block;
}

.counter-one__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.counter-one__list li {
  position: relative;
  display: flex;
  align-items: center;
}

.counter-one__count {
  position: relative;
  display: block;
  margin-right: 26px;
}

.counter-one__count h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px !important;
  font-family: var(--govity-font) !important;
  letter-spacing: var(--govity-letter-spacing);
  color: var(--govity-white);
}

.counter-one__count > span {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px !important;
  font-family: var(--govity-font) !important;
  letter-spacing: var(--govity-letter-spacing);
  color: var(--govity-white);
  top: 14px;
  position: relative;
  left: -5px;
}

.counter-one__text {
  font-size: var(--font-20);
  line-height: 24px;
  color: #ceffe5;
  letter-spacing: var(--govity-letter-spacing-two);
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.team-one__inner {
  position: relative;
  display: block;
  margin-left: 60px;
  margin-right: 60px;
}

.team-one__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  border-bottom: none;
  padding: 30px 30px 40px;
  border-top-left-radius: 165px;
  border-top-right-radius: 165px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.team-one__single:hover {
  border: 2px solid var(--govity-base);
  border-bottom: none;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.team-one__single::before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0;
  height: 2px;
  background-color: var(--govity-base);
}

.team-one__img-box {
  position: relative;
  display: block;
}

.team-one__img {
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.team-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  background-color: rgba(var(--govity-black-rgb), 0.5);
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: 1;
}

.team-one__single:hover .team-one__img:before {
  transform: scale(1);
  opacity: 1;
}

.team-one__img img {
  width: 100%;
  border-radius: 50%;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__img img {
  transform: scale(1.08);
}

.team-one__content {
  position: relative;
  display: block;
  margin-top: 21px;
}

.team-one__name {
  font-size: var(--font-24);
  font-weight: 700;
  line-height: 36px;
}

.team-one__name a {
  color: var(--govity-black);
  transition: all 500ms ease;
}

.team-one__name a:hover {
  color: var(--govity-base);
}

.team-one__social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.team-one__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--govity-black);
  background-color: var(--govity-primary);
  font-size: var(--font-16);
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__social a:hover {
  color: var(--govity-white);
  background-color: var(--govity-base);
}

.team-one__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--govity-base);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.team-one__social a:hover:after {
  opacity: 1;
  transform: scaleY(1);
}

.team-one__social a + a {
  margin-left: 10px;
}

.team-one__shape-1 {
  position: absolute;
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%);
}

.team-one__shape-1 img {
  width: auto;
}

.team-one__shape-2 {
  position: absolute;
  bottom: 76px;
  left: 50%;
  transform: translateX(-50%);
}

.team-one__shape-2 img {
  width: auto;
}

.team-one__shape-3 {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.team-one__shape-3 img {
  width: auto;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  background-color: var(--govity-primary);
  padding: 120px 0 120px;
  z-index: 1;
}

.testimonial-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
}

.testimonial-one__bottom {
  position: relative;
  display: block;
}

.testimonial-one__carousel {
  position: relative;
  display: block;
}

.testimonial-one__single {
  position: relative;
  display: block;
  border-radius: 30px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  z-index: 1;
  transform: translateY(0px);
  transition: transform 500ms ease;
}

.testimonial-one__single:hover {
  transform: translateY(-10px);
}

.testimonial-one__single-inner {
  position: relative;
  display: block;
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  padding: 30px 0px 23px;
  overflow: hidden;
  z-index: 1;
}

.testimonial-one__text {
  font-size: var(--font-18);
  line-height: 34px;
  letter-spacing: var(--govity-letter-spacing-two);
  padding-left: 40px;
  padding-right: 64px;
}

.testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 29px;
}

.testimonial-one__client-img-box {
  position: relative;
  display: block;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  background-color: var(--govity-base);
  padding: 10px;
}

.testimonial-one__client-img {
  position: relative;
  display: block;
  height: 138px;
  width: 138px;
  border-radius: 50%;
  background-color: var(--govity-white);
}

.testimonial-one__client-img img {
  width: auto;
  border-radius: 50%;
  border: 11px solid var(--govity-white);
}

.testimonial-one__client-content {
  position: relative;
  display: block;
  margin-left: 40px;
  top: -13px;
}

.testimonial-one__client-rating {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__client-rating span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--govity-base);
}

.testimonial-one__client-rating span + span {
  margin-left: 3px;
}

.testimonial-one__client-name {
  font-size: var(--font-24);
  font-weight: 700;
  line-height: 34px;
  margin-top: 12px;
}

.testimonial-one__client-sub-title {
  font-size: var(--font-16);
  line-height: 21px;
}

.testimonial-one__quote {
  position: absolute;
  right: 40px;
  bottom: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1px solid var(--govity-bdr-color);
  border-radius: 50%;
  background-color: var(--govity-white);
  transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__quote {
  border: 1px solid var(--govity-base);
}

.testimonial-one__quote span {
  position: relative;
  display: inline-block;
  font-size: var(--font-32);
  color: #dddddd;
  transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__quote span {
  color: var(--govity-base);
}

.testimonial-one__shape-1 {
  position: absolute;
  left: -98px;
  right: -98px;
  top: 0;
  opacity: 0.07;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.testimonial-one__shape-1 img {
  width: auto;
}

.testimonial-one__shape-2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 181px;
  z-index: -1;
}

.testimonial-one__shape-2 img {
  width: auto;
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/* Portfolio One */
.portfolio-one {
    padding-top: 60px;
    background: #fff;
}
/* .portfolio-one .container {
  max-width: 1600px;
} */

.portfolio-one__top {
    margin-bottom: 10px;
}
.portfolio-one__image-slider .owl-nav,
.portfolio-one__video-slider .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    z-index: 10; /* Below play button */
}
.portfolio-one__image-slider .owl-nav button,
.portfolio-one__video-slider .owl-nav button {
    background: rgba(12, 165, 84, 0.7) !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    position: absolute;
}
.portfolio-one__image-slider .owl-nav button:first-child,
.portfolio-one__video-slider .owl-nav button:first-child {
    left: 10px; /* Position left button at the edge */
}
.portfolio-one__image-slider .owl-nav button:last-child,
.portfolio-one__video-slider .owl-nav button:last-child {
    right: 10px; /* Position right button at the edge */
}
.portfolio-one__image-slider .owl-nav button:hover,
.portfolio-one__video-slider .owl-nav button:hover {
    background: #DC3545 !important;
}
.portfolio-one__gallery-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
}
.portfolio-one__video-inner {
  background-image: url('../images/backgrounds/video-bg.jpg');
  height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.portfolio-one__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-22);
    transition: all 0.3s ease;
    z-index: 15; /* Above nav buttons */
    cursor: pointer; /* Indicate clickable area */
}
.portfolio-one__video-play:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: translate(-50%, -50%) scale(1.1);
}
.portfolio-one__video-title {
    font-size: var(--font-20);
    font-weight: 700;
    margin-top: 15px;
    color: #1a252f;
}
.portfolio-one__video-desc {
    font-size: var(--font-16);
    color: #666;
    margin-top: 5px;
}
.portfolio-full-image {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1005;
    align-items: center;
    justify-content: center;
}
.portfolio-full-image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1005;
}
.portfolio-full-image__content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    width: 100%;
    height: 80vh;
    z-index: 1006;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.portfolio-full-image__bg {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.portfolio-full-image__close {
    position: absolute;
    top: -40px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: var(--font-18);
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
}
.portfolio-full-image__close:hover {
    background: #DC3545;
}

.portfolio-one__video-play i {
  color: #38dc35;
}

.portfolio-one__image-slider .item {
    position: relative;
    z-index: 1;
}
.portfolio-one-text {
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: 93%;
    background: #00000042;
    /* background: #003864de; */
    border-radius: 5px;
    padding: 10px;
    text-align: left;
}
.portfolio-one-text a {
    color: #fff;
    transition: 0.3s all ease;
    font-size: var(--font-20);
}

.high-contrast .portfolio-one {
    background: #000 !important;
}

.high-contrast .section-title__title {
    color: #fff !important;
    background: linear-gradient(90deg, #0CA554, #DC3545);
    -webkit-background-clip: text;
    background-clip: text;
}

.high-contrast .portfolio-one__video {
    background: linear-gradient(135deg, #0CA554, #DC3545);
}

.high-contrast .portfolio-one__video-title,
.high-contrast .portfolio-one__video-desc {
    color: #fff !important;
}

.high-contrast .portfolio-one__gallery-item {
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.high-contrast .portfolio-full-image__overlay {
    background: rgba(0, 0, 0, 0.9) !important;
}

.high-contrast .portfolio-full-image__content {
    background: rgba(0, 0, 0, 0.1);
}

.high-contrast .portfolio-full-image__close {
    color: #fff !important;
    background: rgba(220, 53, 69, 0.2); /* Red accent */
}

.high-contrast .portfolio-full-image__close:hover {
    background: #DC3545;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  padding: 80px 0 60px;
}

.brand-one__title {
  position: relative;
  text-align: center;
  margin: 0 auto;
  font-size: var(--font-16);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}

.brand-one__title:before {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  background-color: #dddddd;
  max-width: 445px;
  width: 100%;
  transform: translateY(-50%);
}

.brand-one__title:after {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: #dddddd;
  max-width: 445px;
  width: 100%;
  transform: translateY(-50%);
}

.brand-one__carousel {
  position: relative;
  display: block;
}

.brand-one__single {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.brand-one__img img {
    width: 40px !important;
}

.brand-one__img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--govity-primary);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}

.brand-one__single:hover .brand-one__img:before {
  opacity: 1;
  text-align: center;
}

.brand-one__img {
  position: relative;
  display: inline-block;
  z-index: 10;
}

.brand-one__img > img {
  position: relative;
  transition: 500ms;
  /* opacity: 0.2; */
  width: auto !important;
}

.brand-one__single:hover .brand-one__img > img {
  opacity: 0.6;
}

/*--------------------------------------------------------------
# Event One
--------------------------------------------------------------*/
.event-one {
  position: relative;
  display: block;
}

.events-block-col {
  padding-right: 0;
}

.event-one__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  mix-blend-mode: luminosity;
  z-index: 2;
}

.event-one__shape-1 img {
  width: auto;
}

.event-one__left {
  position: relative;
  display: block;
  padding: 120px 0 60px;
  padding-right: 60px;
  background-color: var(--govity-primary);
  z-index: 1;
}

.event-one__left::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100000px;
  right: 0;
  bottom: 0;
  background-color: var(--govity-primary);
  z-index: -1;
}

.event-one__points {
  position: relative;
  display: block;
}

.event-one__points > li + li {
  margin-top: 30px;
}

.event-one__single {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 20px 30px 20px;
}

.event-one__img-box {
  position: relative;
  display: block;
}

.event-one__img {
  position: relative;
  display: block;
  width: 166px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.event-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  background-color: rgba(var(--govity-black-rgb), 0.5);
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: 1;
}

.event-one__single:hover .event-one__img:before {
  transform: scale(1);
  opacity: 1;
}

.event-one__img img {
  width: 100%;
  border-radius: 50%;
  transition: all 500ms ease;
}

.event-one__single:hover .event-one__img img {
  transform: scale(1.08);
}

.event-one__date {
  position: absolute;
  top: 0;
  left: -10px;
  width: 65px;
  height: 65px;
  background-color: var(--govity-base);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
}

.event-one__date p {
  font-size: 12px;
  line-height: 14px;
  color: var(--govity-white);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.event-one__content {
  position: relative;
  display: block;
  margin-left: 40px;
}

.event-one__tag {
  position: relative;
  display: inline-block;
  background-color: var(--govity-primary);
  padding: 8px 20px 8px;
}

.event-one__tag p {
  font-size: var(--font-16);
  font-weight: 500;
  line-height: 24px;
  color: var(--govity-gray);
}

.event-one__meta {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 4px;
}

.event-one__meta li {
  position: relative;
  display: flex;
  align-items: center;
}

.event-one__meta li + li {
  margin-left: 8px;
}

.event-one__meta li .icon {
  position: relative;
  display: inline-block;
}

.event-one__meta li .icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--govity-base);
}

.event-one__meta li .text {
  position: relative;
  display: block;
  margin-left: 4px;
}

.event-one__meta li .text p {
  font-size: var(--font-16);
}

.event-one__title {
  font-size: var(--font-24);
  font-weight: 700;
  line-height: 34px;
}

.event-one__title a {
  color: var(--govity-black);
  transition: all 500ms ease;
}

.event-one__title a:hover {
  color: var(--govity-base);
}

.event-one__right {
  position: relative;
  display: block;
}

.event-one__subscribe-top {
  position: relative;
  display: block;
  background-color: var(--govity-black);
  text-align: center;
  padding-left: 100px;
  padding-right: 40px;
  padding-top: 120px;
  padding-bottom: 30px;
  z-index: 1;
}

.event-one__subscribe-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -362px;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.event-one__subscribe-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -10000px;
  bottom: 0;
  background-color: var(--govity-black);
  z-index: -1;
}

.event-one__subscribe-top::after {
  content: "";
  position: absolute;
  bottom: 76px;
  left: 214px;
  width: 1px;
  height: 64px;
  background-color: #3e3c3c;
}

.event-one__subscribe-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 133px;
  height: 133px;
  background-color: rgba(var(--govity-white-rgb), 0.1);
  border-radius: 50%;
  margin: 0 auto;
  transition: all 500ms ease;
}

.event-one__subscribe-icon:hover {
  background-color: var(--govity-base);
}

.event-one__subscribe-icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--govity-white);
}

.event-one__subscribe-text {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: var(--govity-white);
  letter-spacing: var(--govity-letter-spacing);
  margin-top: 23px;
  margin-bottom: 100px;
}

.event-one__subscribe-text-2 {
  color: var(--govity-white);
  letter-spacing: var(--govity-letter-spacing-two);
}

.event-one__subscribe-bottom {
  position: relative;
  display: block;
  padding-left: 60px;
  background-color: var(--govity-base);
  padding-bottom: 48px;
  padding-top: 60px;
  z-index: 1;
}

.event-one__subscribe-bottom-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -362px;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.event-one__subscribe-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -10000px;
  bottom: 0;
  background-color: var(--govity-base);
  z-index: -1;
}

.event-one__subscribe-bottom::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 148px;
  border-left: 59px solid transparent;
  border-right: 59px solid transparent;
  border-top: 20px solid #151515;
}

.event-one__email-box {
  position: relative;
  display: block;
}

.event-one__email-input-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.event-one__email-input-box input[type=email] {
  height: 54px;
  width: 100%;
  background-color: var(--govity-white);
  outline: none;
  font-size: var(--font-16);
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  color: var(--govity-gray);
}

.event-one__subscribe-btn {
  outline: none;
  border: none;
  width: 100%;
  background-color: var(--govity-black);
}

.event-one__subscribe-btn:hover {
  color: var(--govity-base);
}

.event-one__subscribe-btn:before {
  background-color: var(--govity-white);
}

.event-one__subscribe-text-3 {
  color: #ceffe5;
  letter-spacing: var(--govity-letter-spacing-two);
  text-align: center;
  margin-top: 21px;
}

/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
.news-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.news-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-one__img-box {
  position: relative;
  display: block;
}

.news-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.news-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--govity-black-rgb), 0.3);
  opacity: 1;
  transition: 0.5s;
  transform: perspective(400px) rotateY(-90deg) scale(0.2);
  transform-origin: top;
  z-index: 1;
}

.news-one__single:hover .news-one__img:before {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) scale(1);
}

.news-one__img img {
  width: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.news-one__single:hover .news-one__img img {
  transform: scale(1.1) rotate(2deg);
}

.news-one__date {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--govity-base);
  padding: 12px 15px 12px;
  z-index: 2;
}

.news-one__date::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 6px;
  background-color: rgba(var(--govity-base-rgb), 0.3);
}

.news-one__date p {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  color: var(--govity-white);
  text-transform: uppercase;
  text-align: center;
}

.news-one__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 30px 40px 13px;
}

.news-one__user-and-meta {
  position: relative;
  display: flex;
  align-items: center;
}

.news-one__user {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid var(--govity-bdr-color);
}

.news-one__user-img {
  position: relative;
  display: block;
  z-index: 1;
}

.news-one__user-img::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: -1;
}

.news-one__user-img img {
  width: auto;
  border-radius: 50%;
}

.news-one__user-text {
  position: relative;
  display: block;
  margin-left: 10px;
}

.news-one__user-text p {
  font-size: var(--font-16);
  line-height: 17px;
  letter-spacing: var(--govity-letter-spacing-two);
}

.news-one__meta {
  position: relative;
  display: flex;
  align-items: center;
}

.news-one__meta .icon {
  position: relative;
  display: inline-block;
  margin-right: 4px;
}

.news-one__meta .icon span {
  position: relative;
  display: inline-block;
  font-size: var(--font-16);
  color: var(--govity-base);
}

.news-one__meta .text {
  position: relative;
  display: block;
}

.news-one__meta .text p {
  font-size: var(--font-16);
  line-height: 17px;
  letter-spacing: var(--govity-letter-spacing-two);
}

.news-one__title {
  font-size: var(--font-24);
  font-weight: 700;
  line-height: 32px;
  margin-top: 13px;
  padding-bottom: 22px;
  margin-bottom: 13px;
  border-bottom: 1px solid var(--govity-bdr-color);
}

.news-one__title a {
  color: var(--govity-black);
  transition: all 500ms ease;
}

.news-one__title a:hover {
  color: var(--govity-base);
}

.news-one__btn {
  position: relative;
  display: block;
}

.news-one__btn a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: var(--font-16);
  font-weight: 500;
  letter-spacing: var(--govity-letter-spacing-two);
  line-height: 24px;
  color: var(--govity-gray);
  transition: all 500ms ease;
}

.news-one__btn a:hover {
  color: var(--govity-base);
}

.news-one__btn a i {
  position: relative;
  top: 1px;
  left: 9px;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
    background-color: #023f64;
    z-index: 1;
    color: #ccc;
    margin-top: 60px;
}
/* .site-footer .container {
  max-width: 1600px;
} */

.site-footer__img {
    position: absolute;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.1;
    z-index: -1;
}

.site-footer__img img {
    width: auto;
}

.site-footer__middle {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    padding: 25px 0 10px 0;
}

.footer-widget__column {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-widget__logo {
    position: relative;
    display: block;
    /* margin-bottom: 15px; */
}

.footer-widget__logo img {
    max-width: 150px;
}

.footer-widget__contact-text {
    letter-spacing: var(--govity-letter-spacing-two);
    line-height: 1.6;
    margin-bottom: 10px;
    color: #fff;
}

.footer-widget__contact-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
}

.footer-widget__contact-list li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-widget__contact-list li .icon {
    font-size: var(--font-16);
    color: var(--govity-base);
}

.footer-widget__contact-list li .icon span {
    color: #27A343;
}

.footer-widget__contact-list li .text p {
    font-size: var(--font-16);
    font-weight: 700;
    letter-spacing: var(--govity-letter-spacing-two);
    margin: 0;
}

.footer-widget__contact-list li .text p a {
    color: var(--govity-white);
    text-decoration: none;
}

.footer-widget__contact-list li .text p a:hover {
    /* color: var(--govity-base); */
    transition: all 500ms ease;
}

.footer-widget__title-box {
    position: relative;
    margin-bottom: 15px;
}

.footer-widget__title {
    font-size: var(--font-20);
    color: var(--govity-white);
    line-height: 28px;
    font-weight: 700;
    letter-spacing: var(--govity-letter-spacing-two);
}

.footer-widget__links .footer-widget__link-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    padding: 0;
}

.footer-widget__links .footer-widget__link-list li a {
    color: #ccc;
    letter-spacing: var(--govity-letter-spacing-two);
    text-decoration: none;
    transition: all 500ms ease;
}
.footer-widget__links .footer-widget__link-list li button {
    color: #ccc;
    letter-spacing: var(--govity-letter-spacing-two);
    text-decoration: none;
    transition: all 500ms ease;
    background: none;
    border: none;
    padding: 0;
}

.footer-widget__links .footer-widget__link-list li a:hover {
    color: var(--govity-white);
}
.footer-widget__links .footer-widget__link-list li button:hover {
    color: var(--govity-white);
}

.site-footer__social {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.site-footer__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--govity-black);
  background-color: #ccc;
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:hover {
  color: var(--govity-base);
  background-color: var(--govity-white);
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--govity-white);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  transform: scaleY(1);
}

.site-footer__social a + a {
  margin-left: 10px;
}

/* Site Visit Counter */
.site-visit-counter {
  margin-top: 10px;
  /* text-align: center; */
}

.visit-text {
  font-size: var(--font-16);
  color: #fff;
  margin-bottom: 5px;
}

.visit-number {
  /* font-family: 'Orbitron', sans-serif; */
    font-size: var(--font-16);
    font-weight: 400;
    color: #fff;
    /* background-color: var(--govity-gray); */
    /* padding: 8px 15px; */
    border-radius: 5px;
    transition: 0.8s all ease;
}
/* .visit-number:hover {
  background-color: var(--govity-white);
} */

/* copyright area */
.site-footer__bottom {
    position: relative;
    display: block;
    padding: 8px 0;
    background-color: #093a60;
    border-top: 1px solid #ccc;
}

.site-footer__bottom-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.site-footer__bottom-text {
    color: #f2f2f2;
    margin: 0;
    font-size: var(--font-16);
}

.site-footer__bottom-text a {
    color: #fff;
    text-decoration: none;
    transition: all 500ms ease;
    font-weight: 600;
}

.site-footer__bottom-text a:hover {
    color: var(--govity-gray);
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  padding-bottom: 120px;
  z-index: 1;
}

.contact-one__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 485px;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

/* .contact-one .container {
  max-width: 800px;
} */

.contact-one__form-box {
  position: relative;
  display: block;
}

.contact-one__form {
  position: relative;
  display: block;
}
.contact-one__form .row {
  --bs-gutter-x: 20px;
}

.comment-one__form .row {
  --bs-gutter-x: 20px;
}

.contact-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-one__input-box input[type=text],
.contact-one__input-box input[type=email] {
  height: 58px;
  width: 100%;
  border: none;
  background-color: var(--govity-primary);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: var(--font-16);
  color: var(--govity-gray);
  display: block;
  letter-spacing: var(--govity-letter-spacing-two);
}

.contact-one__input-box textarea {
  font-size: var(--font-16);
  color: var(--govity-gray);
  height: 190px;
  width: 100%;
  background-color: var(--govity-primary);
  padding: 20px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  letter-spacing: var(--govity-letter-spacing-two);
}

.contact-one__btn-box {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.contact-one__btn {
  border: none;
}

.contact-one__input-box.text-message-box {
  height: 190px;
}
/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/
body.boxed-wrapper {
  background-color: var(--govity-primary);
}
body.boxed-wrapper .main-menu .main-menu__list > li + li,
body.boxed-wrapper .stricky-header .main-menu__list > li + li {
  margin-left: 40px;
}
body.boxed-wrapper .main-menu__call {
  display: none;
}

.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}/*# sourceMappingURL=govity.css.map */

/*--------------------------------------------------------------
# Custom Css
--------------------------------------------------------------*/
.main-menu__top-right h1{
  font-size: 35px;
}

.shadow-box { 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
  border: 1px solid #ddd; 
  border-radius: 8px; 
  padding: 15px; 
  background: #fff; 
  height: 400px;
}

h4.service-box__title {
  height: 50px;
  font-size: var(--font-22);
}

.citizen-img-section img {
  max-height: 100px;
}

ul.service-list{
  padding-left: 5px;
  list-style-type: disc;
}

ul.service-list li {
    margin: 2px 0 0 20px;
    font-size: 1em;
    list-style-image: url(../images/icon/bullet_arrow.png);
}

/*--------------------------------------------------------------
# Notable Events
--------------------------------------------------------------*/
.notable-btn {
  width: 100%;
  margin-bottom: 20px;
  text-align: right;
}

/* .notable-btn a{
  background: linear-gradient(135deg, #1e3a8a 0%, #0CA554 100%);
} */

.notable-events {
    padding: 40px 0 60px 0;
    background-color: #F3F3F3;
    position: relative;
}

.notable-events__inner {
    position: relative;
    z-index: 1;
}

.notable-events__ticker-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    overflow: hidden;
}

.notable-events__ticker {
    display: flex;
    white-space: nowrap;
    align-items: stretch;
}

.notable-events__item {
    /* margin-right: 30px; */
    padding: 0;
    min-width: 320px;
    max-width: 380px;
    flex-shrink: 0;
}

.notable-events__card {
    background: #0CA554;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* .notable-events__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
} */

.notable-events__card-inner {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.notable-events__date {
    font-weight: 700;
    font-size: var(--font-16);
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.notable-events__date i {
    margin-right: 8px;
    color: #fff;
}

.notable-events__headline {
    font-size: var(--font-16);
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
    overflow-wrap: break-word;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
}

.notable-events__link {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
}

.notable-events__link:hover {
    color: #bbdefb;
}

@media (max-width: 767px) {
    .notable-events__item {
        min-width: 100%;
        max-width: 100%;
    }
    .notable-events__date {
        font-size: var(--font-16);
    }
    .notable-events__headline {
        font-size: var(--font-16);
        -webkit-line-clamp: 2;
    }
}

/*--------------------------------------------------------------
# Side Panel
--------------------------------------------------------------*/
/* Accessibility and Hotline Wrapper */
.accessibility-hotline-wrapper {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sticky-icon {
    width: 40px;
    height: 40px;
    background-color: var(--govity-base);
    color: var(--govity-white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: var(--font-20);
    border-radius: 50% 0 0 50%;
    margin-bottom: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    position: fixed;
    right: 0;
    z-index: 1002;
}

.accessibility-icon {
    top: calc(50% - 60px);
}

.hotline-icon {
    top: calc(50% + 0px);
}

.link-icon {
    top: calc(50% + 60px);
    display: none;
}

.sticky-icon:hover {
    background-color: var(--govity-black);
    transform: scale(1.1);
}

.side-panel {
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: auto;
    max-height: 100vh;
    background-color: var(--govity-white);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    padding: 20px;
    z-index: 1001;
    overflow: scroll;
}

.side-panel.active {
    right: 0;
}

.panel-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.panel-content h2 {
    margin-bottom: 15px;
    text-align: center;
    font-size: var(--font-20);
    color: var(--govity-black);
}

.panel-content button {
    margin-bottom: 8px;
    padding: 10px;
    background-color: var(--govity-base);
    color: var(--govity-white);
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: var(--font-16);
    border-radius: 5px;
    text-align: center;
}

.panel-content button:hover {
    background-color: var(--govity-black);
}

.gallery {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
}

.gallery h2 {
    margin: 0 0 8px 0;
    padding: 8px;
    font-family: sans-serif;
}

.gallery p {
    margin: 4px 0;
    padding: 6px;
    line-height: 1.4;
    font-size: var(--font-16);
    font-family: sans-serif;
}

.high-contrast {
    background-color: #000 !important;
    color: #fff !important;
}

.high-contrast a {
    color: #fff !important;
}

.accessibility-panel .panel-content {
    padding-bottom: 10px;
}

.hotline-panel .gallery {
    padding-bottom: 10px;
}

.accessibility-hotline-wrapper .sticky-icon {
    position: fixed;
    right: 0;
}

.link-panel .panel-content {
    display: flex;
    flex-direction: column;
}
.link-panel.side-panel {
    top: -400px;
}

#link-panel .department-one__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 220px;
}

#link-panel .department-one__content img {
    max-width: 100%;
    height: 150px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#link-panel .department-one__title {
    font-size: var(--font-18);
    font-weight: 600;
    color: #333;
    text-align: center;
    margin: 0;
}

#link-panel .department-one__content:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

/*--------------------------------------------------------------
# Marquee Section
--------------------------------------------------------------*/
.marquee-section {
    background: linear-gradient(90deg, #DC3545, #27A343, #B21F2D);
    margin: 0;
    padding: 8px;
    z-index: 999;
}

.marquee-section marquee {
    display: block;
    width: 100%;
}

.marquee-text {
    color: #FFFFFF;
    font-size: var(--font-16);
    font-weight: bold;
    line-height: 24px;
    font-style: normal;
    font-family: sans-serif;
    text-decoration: none;
}

.high-contrast .marquee-section {
    background: #000 !important;
}

.high-contrast .marquee-text {
    color: #fff !important;
}

/*--------------------------------------------------------------
# Popup Banner
--------------------------------------------------------------*/
.popup-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1003;
    align-items: center;
    justify-content: center;
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1003;
}

.popup-content {
    position: relative;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    text-align: center;
    z-index: 10000;
    max-width: 800px;
}

.banner-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: var(--font-24);
    color: #333;
    cursor: pointer;
    transition: color 0.3s ease;
}

.popup-close:hover {
    color: #ff0000;
}

.popup-close:focus {
    outline: 2px solid #007bff;
}

.high-contrast .popup-content {
    background: #000 !important;
    color: #fff !important;
}

.high-contrast .popup-close {
    color: #fff !important;
}

.high-contrast .popup-close:hover {
    color: #ff5555 !important;
}

/*--------------------------------------------------------------
# Laws Page
--------------------------------------------------------------*/
.securities-laws {
    /* padding: 40px 0; */
    background-color: #f8f9fa;
}

.securities-laws .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.securities-laws__title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--govity-base);
    position: relative;
    font-family: 'DM Sans', sans-serif;
}

.securities-laws__title::after {
    content: '';
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--govity-base), #0CA554);
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}

.securities-laws__filter {
    background: linear-gradient(135deg, #2C5364, #203A43);;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    transition: box-shadow 0.3s ease;
}

.securities-laws__filter:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.securities-laws__filter .form-group {
    margin-bottom: 10px;
}

.securities-laws__filter label {
    font-weight: 600;
    color: var(--govity-white);
    margin-bottom: 10px;
    display: block;
}

.securities-laws__filter input[type="text"],
.securities-laws__filter select {
    border-radius: 5px;
    border: 1px solid var(--govity-bdr-color);
    padding: 10px 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.securities-laws__filter input[type="text"]:focus,
.securities-laws__filter select:focus {
    border-color: var(--govity-base);
    box-shadow: 0 0 5px rgba(var(--govity-base-rgb), 0.3);
}

.securities-laws__filter .btn-submit {
    /* background: linear-gradient(135deg, var(--govity-base), #0CA554); */
    color: var(--govity-white);
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 700;
    transition: background 0.3s ease, transform 0.3s ease;
}

.securities-laws__filter .btn-submit:hover {
    /* background: linear-gradient(135deg, #0CA554, var(--govity-base)); */
    transform: translateY(-3px);
}

.securities-laws__table {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.securities-laws__table th {
    background: linear-gradient(90deg, #17A2B8, #138496, #117A8B);
    color: var(--govity-white);
    font-weight: 700;
    padding: 15px;
    /* text-align: left; */
    font-family: 'DM Sans', sans-serif;
}

.securities-laws__table td {
    padding: 15px;
    border-bottom: 1px solid var(--govity-bdr-color);
    transition: background 0.3s ease;
    font-family: 'DM Sans', sans-serif;
}

.securities-laws__table tr:hover td {
    background: #f1f3f5;
}

.securities-laws__table a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.securities-laws__table a:hover {
    color: #0CA554;
    text-decoration: none;
}

.securities-laws__table img {
    width: 120px;
    height: auto;
    transition: transform 0.3s ease;
}

.securities-laws__table tr:hover img {
    transform: scale(1.2);
}

.securities-laws__pagination {
    justify-content: center;
    margin-top: 30px;
}

.securities-laws__pagination .page-item.active .page-link {
    background-color: var(--govity-base);
    border-color: var(--govity-base);
    color: var(--govity-white);
}

.securities-laws__pagination .page-link {
    color: var(--govity-base);
    border-color: var(--govity-bdr-color);
    border-radius: 5px;
    margin: 0 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.securities-laws__pagination .page-link:hover {
    background-color: var(--govity-base);
    color: var(--govity-white);
}

/* Datepicker Styling */
.ui-datepicker {
    background: #fff;
    border: 1px solid var(--govity-bdr-color);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.ui-datepicker-header {
    background: var(--govity-base);
    color: var(--govity-white);
    border: none;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}

.ui-datepicker-title {
    font-weight: 700;
}

.ui-datepicker-prev, .ui-datepicker-next {
    color: var(--govity-white);
    transition: color 0.3s ease;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
    color: #0CA554;
}

.ui-datepicker-calendar th {
    color: var(--govity-gray);
    font-weight: 600;
}

.ui-datepicker-calendar td a {
    text-align: center;
    color: var(--govity-black);
    transition: background-color 0.3s ease;
    border-radius: 50%;
}

.ui-datepicker-calendar td a:hover {
    background-color: var(--govity-base);
    color: var(--govity-white);
}

.ui-datepicker-calendar td a.ui-state-active {
    background-color: var(--govity-base);
    color: var(--govity-white);
}

/* High-contrast mode */
.high-contrast .securities-laws__title {
    color: #fff !important;
}

.high-contrast .securities-laws__filter {
    background: #000 !important;
    color: #fff !important;
}

.high-contrast .securities-laws__table th {
    background: #000 !important;
    color: #fff !important;
}

.high-contrast .securities-laws__table td {
    color: #fff !important;
}

.high-contrast .securities-laws__table tr:hover td {
    background: #333 !important;
}

.high-contrast .securities-laws__pagination .page-link {
    color: #fff !important;
}

/* .main-slider__carousel .owl-nav {
    display: none !important;
} */

.project-image1 img{
    height: 545px;
}

.project-image2 img{
    height: 200px;
}

/* button css */
.btn-primary {
    color: #fff;
    background: linear-gradient(90deg, #003864, #023F64, #003F64);
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.btn-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #1A2F36, #2D4A53, #3B6476);
    transition: all 0.4s ease;
    z-index: -1;
}

.btn-primary:hover::after {
    left: 0;
}

.btn-warning {
    color: #fff;
    background: linear-gradient(90deg, #EF9C07, #FFA000, #FF8F00);
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.btn-warning::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFCA28, #FFB300, #FFA21A);
    transition: all 0.4s ease;
    z-index: -1;
}

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

.btn-warning:hover::after {
    left: 0;
}

.btn-danger {
    color: #fff;
    background: linear-gradient(90deg, #DC3545, #27A343, #B21F2D);
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.btn-danger::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #E4606D, #D9534F, #C9302C);
    transition: all 0.4s ease;
    z-index: -1;
}

.btn-danger:hover::after {
    left: 0;
}

.btn-info {
    color: #fff;
    background: linear-gradient(90deg, #17A2B8, #138496, #117A8B);
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.btn-info::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #2BC4DB, #29B6F6, #26A69A);
    transition: all 0.4s ease;
    z-index: -1;
}

.btn-info:hover::after {
    left: 0;
}
.btn-info:hover {
    color: #fff;
}

.btn-success {
    color: #fff;
    background: linear-gradient(90deg, #28A745, #218838, #1E7E34);
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.btn-success::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #34CE57, #2ECC71, #27AE60);
    transition: all 0.4s ease;
    z-index: -1;
}

.btn-success:hover::after {
    left: 0;
}

.nice-select {
    line-height: 35px;
}

/* Tab Style */
.header-right {
    width: 100%;
}

.header-right .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    border-bottom: none;
    margin-bottom: 0;
}

.header-right .nav-item {
    flex: 1;
}

.header-right .nav-link {
    width: 100%;
    color: #000;
    /* border-right: 1px solid #000; */
    border-radius: 5px 5px 0 0;
    padding: 10px 5px;
    font-size: var(--font-18);
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    background: #F2F2F2;
    transition: 0.3s all ease;
    font-weight: 600;
}
.header-right .nav-link.active {
  background: #003F64;
  color: #fff;
  border-color: #fff;
}
.header-right .nav-link:hover {
  color: #fff;
  border-color: #fff;
  background: #003F64;
}

p.event-desc {
    color: #000;
    font-size: var(--font-16);
    margin-top: 5px;
}

/* Notable Events */
/* #notable-tab {
    background: #0CA554;
} */

/* #notable-tab.active {
    background: rgba(12, 165, 84, 0.9);
    color: #fff;
}

.notable-content .services-one__points-box {
    background: rgba(12, 165, 84, 0.1);
}

.notable-content .services-one__date,
.notable-content .services-one__headline,
.notable-content .services-one__icon {
    color: #0CA554;
} */

.notable-content .btn-success {
    /* background: #0CA554; */
    border: none;
}

.notable-content .btn-success:hover {
    opacity: 0.8;
}

/* Securities Laws */
/* #laws-tab {
    background: #DC3545;
} */

/* #laws-tab.active {
    background: rgba(220, 53, 69, 0.9);
}

.laws-content .services-one__points-box {
    background: rgba(220, 53, 69, 0.1);
} */

/* .laws-content .services-one__date,
.laws-content .services-one__headline,
.laws-content .services-one__icon {
    color: #DC3545;
} */

.laws-content .btn-success {
    /* background: #DC3545; */
    border: none;
}

.laws-content .btn-success:hover {
  opacity: 0.8;
  /* background: #DC3545 !important; */
}

/* Press Release */
/* #press-tab {
    background: #17A2B8;
}

#press-tab.active {
    background: rgba(23, 162, 184, 0.9);
}

.press-content .services-one__points-box {
    background: rgba(23, 162, 184, 0.1);
} */

/* .press-content .services-one__date,
.press-content .services-one__headline,
.press-content .services-one__icon {
    color: #17A2B8;
} */

.press-content .btn-success {
    /* background: #17A2B8; */
    border: none;
}

.press-content .btn-success:hover {
    opacity: 0.8;
    /* background: #17A2B8 !important; */
}

/* Tender */
/* #tender-tab {
    background: #EF9C07;
}

#tender-tab.active {
    background: #EF9C07;
}

.tender-content .services-one__points-box {
    background: rgba(255, 193, 7, 0.1);
} */

/* .tender-content .services-one__date,
.tender-content .services-one__headline,
.tender-content .services-one__icon {
    color: #EF9C07;
} */

.tender-content .btn-success {
    /* background: #EF9C07; */
    border: none;
}

.tender-content .btn-success:hover {
    opacity: 0.8;
    /* background: #EF9C07 !important; */
}

/* General Tab Content */
.header-right .tab-content {
    width: 100%;
    background: var(--govity-white);
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.header-right .services-one__points-box {
    background: transparent;
    border-radius: 5px;
    box-shadow: 1px 5px 10px 3px rgba(0, 0, 0, 0.05);
}

.header-right .services-one__points-list li {
    margin: 5px 0;
}

.header-right .services-one__link {
    text-decoration: none;
    display: block;
    padding-bottom: 0;
}

.header-right .services-one__card-inner {
    display: flex;
    align-items: start;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.header-right .services-one__date {
    font-size: var(--font-16);
    /* margin-right: 10px; */
    margin-bottom: 5px;
    color: #000;
}

.header-right .services-one__headline {
    font-size: var(--font-16);
    line-height: 20px;
    flex-grow: 1;
}

.header-right .services-one__icon {
    font-size: var(--font-16);
}

.header-right .btn-success {
    padding: 8px 20px;
    font-size: var(--font-16);
    transition: all 0.3s ease;
}

/* Animation */
.header-right .tab-pane.animated {
    animation-duration: 0.5s;
}

/* e-service dropdown */
.eservices-box .thm-btn {
  /* padding: 5px 10px; */
  font-size: var(--font-16);
  /* background: linear-gradient(90deg, #DC3545, #27A343, #B21F2D); */
  background: none;
  border-right: 1px solid #000;
  border-radius: 0;
  padding: 0 10px;
  transition: 0.5s all ease;
}

.eservices-box .thm-btn:hover {
  color: #27A343;
}

.eservices-box .dropdown-menu {
  padding: 0;
  background: #125489;
  color: #fff;
  font-size: var(--font-16);
  top: 5px !important;
}
.eservices-box .dropdown-item {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.eservices-box .dropdown-item:hover {
  color: #000;
}

/* News-Events Section */
.news-events {
  padding:0;
  /* background: #003864; */
  margin-top: 0;
}

/* .news-events .container {
    max-width: 1600px;
} */

.news-events .block-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.news-events .view-all {
  font-size: var(--font-16);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
/* .news-events .view-all:hover { text-decoration: underline; } */

.news-events .label {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 0.3rem;
  letter-spacing: .5px;
}
.news-events .date {
  display: block;
  font-size: 15px;
  color: #ccc;
  margin-top: 0.3rem;
}

/* News items */
.news-events .news-block .item {
  margin-bottom: 1.5rem;
}
.news-events .news-block a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
/* .news-events .news-block a:hover { text-decoration: underline; } */

/* Event items */
.events-block {
    background: #003864;
    padding: 10px 20px;
    height: 450px;
    border-radius: 5px;
}
.news-block {
    /* background: #125489; */
    background: #003f64;
    padding: 10px 20px;
    height: 450px;
    border-radius: 5px;
}

.news-events .events-block .event-item {
  display: flex;
  margin-bottom: 1.5rem;
}
.news-events .event-date {
  background: #fff;
  color: #fff;
  width: 60px;
  text-align: center;
  border-radius: 4px;
  margin-right: 15px;
  flex-shrink: 0;
  height: 92px;
}
.news-events .event-date .month {
  display: block;
  background: #2c64a1;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 0;
}
.news-events .event-date .day {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px 0;
  color: #000;
}

.news-events .event-info a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
/* .news-events .event-info a:hover { text-decoration: underline; } */
.news-events .event-desc {
  font-size: 15px;
  color: #f2f2f2;
  margin-top: 0.4rem;
}

/* Stats Counter */
.stat_box__single {
    text-align: center;
    margin-top: 30px;
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    padding: 40px 20px;
    border-radius: 10px;
    transition: 0.5s all ease;
    height: 280px;
}
.stat_box__single:hover {
  transform: scale(1.08);
  background: #003864;
}
.stat_box__single:hover .stat_box__icon span {
  color: #fff;
}
.stat_box__single:hover h4.stat_box__title {
  color: #fff;
}
.stat_box__single:hover h3.stat-count {
  color: #fff;
}

.stat_box__icon span {
    font-size: 50px;
    color: #1B3453;
}

h4.stat_box__title {
    margin-top: 20px;
    color: #1B3453;
    font-size: 26px;
    font-weight: 600;
}

h3.stat-count {
    font-size: 42px;
    margin-top: 20px;
    font-weight: 800;
    color: #1B3453;
}

.stats-counter .section-title {
  margin-bottom: 0;
}
.stats-counter {
    padding-top: 60px;
    position: relative;
}

/* .stats-counter .container{
  max-width: 1600px;
} */

/* .section-title.text-center {
    margin-bottom: 40px;
} */

.section-title__title {
    color: #003864;
    font-size: var(--font-40);
    box-shadow: 1px 3px 5px 3px #ddd;
    padding: 10px;
    width: auto;
    font-weight: 800;
    /* border-radius: 10px; */
}

.stats-grid {
    position: relative;
    min-height: 800px;
    max-width: 1350px;
    margin: 0 auto;
}

.connecting-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.connection-line {
    stroke: #003864;
    stroke-width: 3;
    fill: none;
}

.connector-circle {
    width: 25px;
    height: 25px;
    background: #003864;
    border-radius: 50%;
    /* margin: 10px 0; */
    z-index: 1;
    border: 5px solid #ccc;
    position: relative;
}

.connector-circle2 {
    width: 25px;
    height: 25px;
    background: #003864;
    border-radius: 50%;
    /* margin: 10px 0; */
    z-index: 1;
    border: 5px solid #ccc;
    position: relative;
}

/* .connector-circle::before {
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 10px;
    border-top: 5px solid #003864;
    content: '';
    width: 180px;
    height: 100%;
}

.connector-circle2::before {
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 10px;
    border-top: 5px solid #003864;
    content: '';
    width: 180px;
    height: 100%;
} */

.last-circle::before {
  display: none;
}
.last-circle::after {
  display: none;
}

/* .connector-circle::after {
    position: absolute;
    z-index: -1;
    bottom: 58px;
    left: 175px;
    border-top: 5px solid #003864;
    content: '';
    width: 250px;
    height: 100%;
    transform: rotate(-30deg);
}

.connector-circle2::after {
    position: absolute;
    z-index: -1;
    top: 67px;
    left: 170px;
    border-top: 5px solid #003864;
    content: '';
    width: 250px;
    height: 100%;
    transform: rotate(30deg);
} */

.stats-item {
    text-align: center;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.stats-shape {
    display: block;
    width: 120px;
    height: 138px;
    background: #003864;
    position: relative;
    text-decoration: none;
    transition: 0.3s all ease;
    transform-style: preserve-3d;
    transform: rotate(90deg) translateZ(20px);
    margin: 10px 0;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transition: 0.3s all ease;
    border: 3px solid #003864;
}

.stats-shape::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #fff;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: 1;
}

.stats-shape:hover {
    transform: rotate(90deg) translateZ(30px) scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 56, 100, 0.5), 0 0 15px rgba(0, 56, 100, 0.3);
    background: #003864;
}

.stats-shape:hover::before {
    background: #003864;
}

.stats-counter-value {
    font-size: var(--font-24);
    font-weight: 700;
    color: #003864;
    z-index: 2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: rotate(-90deg) translateZ(10px);
    transition: 0.3s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    transition: 0.3s all ease;
}

.stats-shape:hover .stats-counter-value {
    color: #fff;
}

.stats-title {
    font-size: var(--font-20);
    font-weight: 700;
    color: #1a252f;
    /* margin: 10px 0 0 0; */
    text-decoration: none;
}

.even-position .stats-title {
    margin: 0 0 10px 0;
    order: -1;
}

.stats-item.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Animation delays */
.stats-item:nth-child(1) { transition-delay: 300ms; }
.stats-item:nth-child(2) { transition-delay: 400ms; }
.stats-item:nth-child(3) { transition-delay: 500ms; }
.stats-item:nth-child(4) { transition-delay: 600ms; }
.stats-item:nth-child(5) { transition-delay: 700ms; }
.stats-item:nth-child(6) { transition-delay: 800ms; }
.stats-item:nth-child(7) { transition-delay: 900ms; }
.stats-item:nth-child(8) { transition-delay: 1000ms; }
.stats-item:nth-child(9) { transition-delay: 1100ms; }
.stats-item:nth-child(10) { transition-delay: 1200ms; }
.stats-item:nth-child(11) { transition-delay: 1300ms; }
.stats-item:nth-child(12) { transition-delay: 1400ms; }

/* Responsive */
@media (max-width: 992px) {
    .stats-grid {
        min-height: auto;
    }
    
    .connecting-lines {
        display: none;
    }
    
    .stats-item {
        flex-direction: row !important;
        justify-content: center;
        margin: 20px 0;
    }
    
    .stats-shape {
        margin: 0 10px;
    }
    
    .stats-title {
        margin: 0 10px !important;
        order: 3;
    }
    
    .even-position {
        flex-direction: row-reverse;
    }
    
    .even-position .stats-title {
        order: 1;
    }
    
    .even-position .stats-shape {
        order: 3;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.high-contrast .stats-counter {
    background: #000 !important;
}

.high-contrast .section-title__title,
.high-contrast .stats-title {
    color: #fff !important;
}

.high-contrast .stats-shape {
    background: radial-gradient(circle, #4a90e2, #50c9c3);
    border: 2px solid #fff;
}

.high-contrast .stats-counter-value {
    color: #fff !important;
}

/* E-Service Section */
.e-service-section .section-title__icon span {
  color: #fff;
}
.e-service-section .section-title__title {
  color: #fff;
}

.e-service-section {
    padding: 50px 0;
    background: linear-gradient(135deg, #02386E, #3498db);
}

.e-service-card {
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #004c80; 
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.e-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #0F7AC0; 
    transition: width 0.5s ease;
    z-index: 0;
    border-radius: 10px;
}

.e-service-card:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.e-service-card:hover::before {
    width: 100%; 
}

.e-service-card h4 {
    margin: 0;
    font-size: var(--font-18);
    color: #fff;
    position: relative;
    z-index: 1; /* Ensure text stays above the hover effect */
}

.e-service-card a {
    color: #fff;
    transition: 0.5s all ease;
    position: relative;
    z-index: 1;
}

.e-service-card a:hover {
    color: #fff;
}

.e-service-section .section-title__icon span {
  color: #fff;
}
.e-service-section .section-title__title {
  color: #fff;
}

.e-service-card h4 i {
  margin-right: 8px;
}

/* updated css */
.main-slider-left {
  /* padding-left: 0px;  */
  visibility: visible; 
  animation-delay: 300ms; 
  animation-name: fadeInLeft;
  margin-top: 10px;
}
.main-slider-center {
  visibility: visible; 
  animation-delay: 700ms; 
  animation-name: fadeInUp;
}
.main-slider-right {
  /* padding-right: 0px;  */
  visibility: visible; 
  animation-delay: 800ms; 
  animation-name: fadeInRight;
}
.main-slider__btn-box a {
    background: #003864;
    color: #fff;
}

.header-top {
  padding: 3px 30px;
  background: #003864;
  border-bottom: 1px solid #ccc;
}
.header-top-left {
    margin-top: 10px;
}
.header-top-left p {
  display: inline-block;
  /* color: #000; */
  color: #fff;
}
p.header-email {
  margin-right: 10px;
}

/* .main-slider .container {
  max-width: 1600px;
} */

/* .about-one__right h2 {
    color: #003864;
} */
.about-section {
    padding-top: 50px;
}

.about-one__right .main-menu__btn-box {
    /* text-align: center; */
    margin: 15px 0 0 0;
    padding: 0;
    border: none;
}
.about-one__right .main-menu__btn-box a {
    background: #003864;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s all ease;
}
.about-one__right .main-menu__btn-box a:hover {
    background: #27A343;
    color: #fff;
}

.main-slider__btn-box a:hover {
  background: #27A343;
  color: #fff;
}

/* Constrain and center the row */
  .infographic-row{
    margin: 0 auto;
  }

  .step-card {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0 auto;
    position: relative;
    transition: 0.5s all ease;
  }

  .step-bottom-inner {
    height: 130px;
  }

  .step-card:hover {
    transform: scale(1.05);
  }

  .step-top {
    position: relative;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
    overflow: visible;
    padding: 28px 10px 0 10px;
    text-align: center;
    color: white;
    min-height: 100px;
    margin-top: 40px;
  }
  
  .step-top svg.curve {
    display:block;
    width:100%;
    height:38px;
    position: absolute;
    left:0;
    bottom:-1px;
  }

  .step-icon {
    width:66px;
    height:66px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    position:absolute;
    left:50%;
    transform:translate(-50%, -50%);
    top:8px;
    z-index: 30;
    box-shadow: 
      0 4px 12px rgba(0, 0, 0, 0.15),
      0 0 0 8px #ddd;
  }

  .step-top .step-number {
    display:block;
    margin-top:30px;
    font-size: var(--font-20);
    font-weight:600;
    opacity:0.95;
    letter-spacing:0.6px;
  }

  .step-top .step-title {
    margin-top:8px;
    font-size:16px;
    font-weight:700;
  }
  
  .step-bottom {
    background:#fff;
    border-top-left-radius:14px;
    border-bottom-right-radius:14px;
    border:2px solid #e6e6e6;
    padding: 10px 15px;
    margin-top: 12px;
    box-shadow: 0 6px 18px rgba(10,10,10,0.04);
    min-height:200px;
    position: relative;
    z-index: 10;
    text-align: center;
    transition: 0.3s all ease;
  }

  .step-bottom p {
    margin: 0;
    color:#505050;
    font-size: var(--font-16);
    line-height: 1.45;
    transition: 0.3s all ease;
  }

  .step-card:hover .step-bottom{
    /* transform: translateY(-6px);
    transition: transform .25s ease; */
    box-shadow: 0 12px 30px rgba(20,20,20,0.08);
    /* background:#003864; */
    /* color: #fff; */
  }
  /* .step-card:hover .step-bottom p{
    color: #fff;
  } */

  @media (max-width: 1100px){
    .step-card { width: 220px; }
  }
  @media (max-width: 860px){
    .step-card { width: 45%; margin-bottom: 20px; }
  }
  @media (max-width: 480px){
    .step-card { width: 100%; }
  }

  .card-col { display:flex; justify-content:center; }
  
  #staticBackdrop .modal-header {
    position: absolute;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: none;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    right: 0;
    z-index: 1;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  background-color: #e1e1e1;
  z-index: 1;
  box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.page-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 50px 0 50px;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: var(--font-40);
  color: #000;
  line-height: 50px;
  font-weight: 700;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: var(--font-16);
  font-weight: 500;
  letter-spacing: var(--govity-letter-spacing-two);
  color: #000;
  transition: all 500ms ease;
}

li.active-breadcrumb {
    color: #003864;
}

.thm-breadcrumb li + li {
  margin-left: 3px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  font-size: var(--font-16);
  font-weight: 500;
  letter-spacing: var(--govity-letter-spacing-two);
  color: #000;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--govity-base);
  opacity: 1;
}

.thm-breadcrumb li span {
  font-size: var(--font-16);
}

/* Sidebar */
.main-content__sidenav {
    background-color: #CFE7FB;
    height: 100%;
}

.l-show-sidenav-mobile {
    display: none;
}

.usa-accordion__heading {
    margin-bottom: 10px;
}

.usa-accordion__button {
    width: 100%;
    padding: 10px;
    background-color: #e9ecef;
    border: none;
    text-align: left;
    font-weight: 600;
    cursor: pointer;
}

.usa-accordion__content {
    padding: 15px 0;
}

.usa-sidenav {
    list-style: none;
    padding: 0;
}

/* .usa-sidenav__item {
    margin-bottom: 5px;
} */

.usa-sidenav__item a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-size: var(--font-16);
    border-bottom: 1px solid #999;
    transition: 0.3s all ease;
    font-weight: 600;
}

.usa-sidenav__item--active a,
.usa-sidenav__item a:hover {
    background-color: #28719d;
    color: #fff;
    /* border-radius: 5px; */
}

.usa-sidenav__sublist {
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
}

.usa-sidenav__sublist .usa-sidenav__item a {
    font-size: var(--font-16);
    padding: 6px 15px;
}

@media (max-width: 767px) {
    .l-show-sidenav-mobile {
        display: block;
    }
    .l-sidenav-aside {
        display: none;
    }
    .main-content__sidenav {
        height: auto;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
}

/* About Us Page */
.content-section {
    background: white;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border-left: 4px solid #003864;
    margin-left: 20px;
}

.content-section h3 {
    color: #003864;
    font-size: 1.5rem;
    margin-bottom: 15px;
    border-bottom: 2px solid #003864;
    padding-bottom: 8px;
}

.content-section p {
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
    text-align: justify;
}

.content-section ul {
    list-style-type: disclosure-closed;
    padding-left: 20px;
    margin-bottom: 15px;
}

.content-section ul li {
    color: #333;
    margin-bottom: 15px;
    line-height: 1.5;
}

/* Mission Section Specific Styles */
.mission ul {
    list-style: none;
    padding: 0;
}

.mission li {
    background: linear-gradient(135deg, #CFE7FB, #e6f3ff);
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 12px;
    border-left: 5px solid #28719D;
    position: relative;
    font-size: 1.1em;
    font-weight: 500;
    color: #005ea2;
    box-shadow: 0 2px 6px rgba(0, 94, 162, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 94, 162, 0.15);
}

.mission li::before {
    content: "✦";
    font-size: 1.5em;
    color: #005ea2;
    margin-right: 15px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.mission li:last-child {
    margin-bottom: 0;
}

/* Mobile Sidenav Toggle */
.more-btn {
    background: #005ea2;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.more-btn:hover {
    background: #003d82;
}

@media (max-width: 991px) {
    .l-sidenav-aside {
        display: none;
    }
    
    .l-sidenav-aside.show {
        display: block;
    }
    
    .pr-adjust {
        padding-right: 0 !important;
    }
    
    .pl-adjust {
        padding-left: 0 !important;
    }
    
    .content-section {
        padding: 20px;
        margin-bottom: 20px;
    }

    .mission li {
        padding: 15px;
        font-size: 1em;
    }
}

@media (min-width: 992px) {
    .more-btn {
        display: none !important;
    }
}

/* Commission Page */
.members-list {
    margin-bottom: 40px;
}

.member-block {
    background: #003864;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #e3f2fd;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.member-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 94, 162, 0.15);
}

.member-block h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.member-block p {
    color: #f2f2f2;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

/* Individual Commissioner Sections */
.commissioner-section {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    padding: 20px;
    background: #fafbfc;
    border-radius: 12px;
    border-left: 5px solid #28719D;
    transition: box-shadow 0.3s ease;
}

.commissioner-section:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.commissioner-image {
    flex-shrink: 0;
    width: 200px;
    height: 250px;
    margin-right: 20px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.commissioner-details h4 {
    color: #005ea2;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.commissioner-details .designation {
    color: #003d82;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.commissioner-details p {
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .commissioner-section {
        flex-direction: column;
        text-align: center;
    }
    
    .commissioner-image {
        width: 100%;
        max-width: 250px;
        height: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .member-block {
        margin-bottom: 15px;
    }
}

/* Senior Management Cards */
.management-grid {
    margin-bottom: 20px;
}

.management-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 20px 15px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
}

.management-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,94,162,0.15);
}

.management-image {
    width: 100%;
    height: 350px;
    /* object-fit: cover; */
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.management-details {
    height: 150px;
}

.management-details h4 {
    color: #003864;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.management-details .division {
    color: #000;
    margin-bottom: 5px;
    font-size: 1rem;
    text-align: center;
}

.management-details .designation {
    color: #666;
    font-style: italic;
    margin-bottom: 5px;
    font-size: 1rem;
    text-align: center;
}

.management-details .contact {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 8px;
}

.management-details .contact a {
    color: #005ea2;
    text-decoration: none;
    transition: color 0.3s ease;
}

.management-details .contact a:hover {
    color: #000;
}

.management-details .pabx {
    font-size: 0.85rem;
    color: #999;
    font-style: italic;
}

/* Press Page */
.press-page #tools {
    display: flex;
    align-items: center;
    gap: 10px;
}

.press-page #tools .print {
    color: #005ea2;
    text-decoration: none;
    cursor: pointer;
}

.press-page #tools a#increase, #tools a#decrease {
    width: 20px;
    height: 20px;
    background: #005ea2;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.press-page #increase::after {
    content: '+';
    color: white;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

.press-page #decrease::after {
    content: '-';
    color: white;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

.press-page #tabs {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.press-page #tabs li a {
    padding: 10px 15px;
    background: #f0f8ff;
    color: #005ea2;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.press-page #tabs li a:hover, #tabs li.active a {
    background: #005ea2;
    color: white;
}

.press-page .media-box {
    background: #005ea2;
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    width: 60px;
}

.press-page .media-box strong.date {
    font-size: 1.2rem;
    display: block;
}

.press-page .media-box strong.date span {
    font-size: 0.8rem;
    display: block;
}

.press-page .columnsleft {
    padding: 10px 0;
}

.press-page .space {
    height: 10px;
}

.press-page ul {
  list-style-type: none !important;
  padding-left: 0;
}

.press-page .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: #003864;
  color: #fff;
}

.press-page hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 20px 0;
}

.press-page img.details-gif {
    cursor: pointer;
    width: 20px;
}

.press-page .switchcontent {
    display: none;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
}

.press-page .switchcontent.active {
    display: block;
}

.press-page .event-item {
    background: #3077ab;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    display: flex;
}

@media (max-width: 991px) {
  .press-page #tabs {
      justify-content: center;
  }
}

/* Stock Exchnage page */
p.intro-text{
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 30px !important;
    line-height: 1.6;
}

/* Exchange Cards */
.exchange-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
}

.exchange-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,94,162,0.15);
}

.exchange-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.exchange-title {
    color: #005ea2;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.exchange-intro, .exchange-functions {
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.md-name {
    color: #003d82;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.contact-info {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 5px;
}

.contact-info a {
    color: #005ea2;
    text-decoration: none;
}

.contact-info a:hover {
    color: #003d82;
}

.website-link {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background: #005ea2;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.website-link:hover {
    background: #27A343;
    color: #fff;
}

/* Registration Page */
.service-page .content-section ul {
  list-style: none;
  padding-left: 0;
}

.service-page .intro-text {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: justify;
}

.registration-list {
    list-style: none !important;
    padding: 0 !important;
}

.registration-list li {
    background: linear-gradient(135deg, #f0f8ff, #e6f3ff);
    margin-bottom: 20px !important;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #005ea2;
    position: relative;
    transition: all 0.3s ease;
    font-size: 1rem;
    color: #005ea2 !important;
    font-weight: 500;
}

.registration-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0,94,162,0.15);
}

.registration-list li::before {
    content: '✓';
    font-size: 1.2em;
    color: #005ea2;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.conclusion-text {
    font-size: 1rem;
    color: #555;
    margin-top: 25px;
    line-height: 1.6;
    /* font-style: italic; */
    text-align: justify;
}

@media (max-width: 991px) {
    .registration-list li {
        margin-bottom: 10px;
        padding: 12px;
    }
}

/* Merchant Page */
.merchant-page .intro-text {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: justify;
}

.merchant-page .section-header {
    color: #005ea2;
    font-size: 1.4rem;
    margin-bottom: 15px;
    border-bottom: 2px solid #e3f2fd;
    padding-bottom: 5px;
}

.process-steps {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.process-steps ol {
    counter-reset: step-counter;
    list-style: none;
    padding: 0;
}

.process-steps ol li {
    counter-increment: step-counter;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}

.process-steps ol li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    background: #005ea2;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.rules-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-bottom: 30px !important;
}

.rules-list li {
    background: linear-gradient(135deg, #f0f8ff, #e6f3ff);
    margin-bottom: 20px !important;
    padding: 10px;
    border-radius: 5px;
    border-left: 3px solid #005ea2;
    transition: transform 0.3s ease;
}

.rules-list li:hover {
    transform: translateX(5px);
}

.rules-list li a {
    color: #005ea2;
    text-decoration: none;
    font-weight: 500;
}

.rules-list li a:hover {
    color: #003d82;
}

.merchant-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.merchant-table th,
.merchant-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.merchant-table th {
    background: #005ea2;
    color: white;
    font-weight: 600;
}

.merchant-table tr:hover {
    background: #f8f9fa;
}

.merchant-table img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .merchant-table {
        font-size: 0.9rem;
    }
    
    .merchant-table th,
    .merchant-table td {
        padding: 8px;
    }
}