body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  background: var(--th-body-background);
  -webkit-font-smoothing: antialiased;
  /***scroll-bar***/
}
.header-logo img{
    width:354px;
}
img {
  border: none;
  max-width: 100%;
}
.info-card .box-icon {
    color:#fff !important;
}

.tp_head {
  background: #165229;
  min-height: 32px;
  height: auto;
  padding: 8px 0; /* Align horizontal alignment with other containers */
  display: flex;
  align-items: center;
}
.common-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px; /* Spaciously separate nav list and language links */
}
.tp_head a {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  transition: all 0.3s ease-in;
}
.common-right ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0px;
}
.common-right ul li {
  margin: 0;
  padding: 0 16px; /* Spaciously separate icons */
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  list-style-type: none;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  height: 22px; /* Uniform height for all top-bar items */
  box-sizing: border-box;
}
.common-right ul li:first-child {
  border-left: none;
}
.common-right ul li.ico-accessibility {
  position: relative;
}
.common-right ul li.ico-site-search {
  display: inline-flex;
  align-items: center;
}
.ico-site-search form {
  display: flex;
  align-items: center;
}
.ico-site-search input[type="text"] {
  background: #fff;
  color: #333;
  border: 0 solid transparent;
  padding: 0;
  width: 0;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  font-size: 13px;
  border-radius: 20px;
  height: 22px; /* Match icon height */
  box-sizing: border-box;
}
.ico-site-search.active input[type="text"] {
  width: 180px;
  padding: 2px 10px; /* Vertically center the text */
  border: 1px solid #ccc;
  opacity: 1;
  margin-right: 8px;
}
.common-right ul li ul {
  position: absolute;
  top: 32px;
  right: 0px;
  z-index: 9999;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  display: none;
  flex-direction: column;
  gap: 8px;
  visibility: hidden;
  border: 1px solid #ddd;
}
.common-right ul li ul li {
  border-left: none;
  padding: 4px 8px;
  width: 100%;
  display: block;
}
.common-right ul li ul li a {
  color: #333;
  font-size: 13px;
}
.common-right ul li img {
  width: 22px;
  height: 22px;
  padding: 0;
  filter: brightness(0) invert(1); /* Invert colors to make dark icons pure white */
}
.img-box1 .img1 img {
    border-radius: 0px;
    max-width: 690px;
    height: 690px;
    object-fit: cover;
}
.cs_bec{
padding-top: 0;
    padding-bottom: 226px;
}
.img-box1 img{
border-radius: 25px;
    filter: drop-shadow(1px 2px 3px #ccc);
    border: 3px solid #fff;
}
.handspin{
    position: absolute;
    top: 64px;
    left: 36%;
}
.handspin img{
	width:126px;
}
.qr_code{
	position: fixed;
    z-index: 99;
    right: 0;
    top: 55%;
	border:2px solid #069146;

}
.qr_code img{
	width:125px;
	
}
.qr_code p{
	font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: var(--theme-color);
    margin: 0;
    text-align: center;
}





































@media (max-width: 767px) {
  .common-right {
    justify-content: center !important;
  }
  .cs_bec {
    padding-top: 0;
    padding-bottom: 414px;
  }
  .handspin {
    position: absolute;
    top: 123px;
    left: 73%;
  }
  .qr_code img {
    width: 69px;
  }
  .qr_code p {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: var(--theme-color);
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .header-default .menu-area .menu-area-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fill-available;
    background: none !important; 
    padding: 0 18px 0 30px; 
    border-radius: 50px; 
    justify-content: space-around;
    height: 116px !important;
  }
  .common-right {
    width: 100% !important;
    justify-content: center !important;
  }
  .header-default .sticky-wrapper.sticky {
    background: url(../images/stiky_bg.jpg) !important;
    width: 100%;
    background-position: center;
    background-size: 100%;
  }
}

/*------------------- Search Results Modal -------------------*/
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 25, 15, 0.85); /* Dark forest green tinted overlay */
  backdrop-filter: blur(8px);
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.search-modal-content {
  background: #fff;
  width: 100%;
  max-width: 650px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  animation: modalFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes modalFadeIn {
  from { opacity: 0; transform: scale(0.95) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
.search-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f0f0f0;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  transition: all 0.2s;
}
.search-modal-close:hover {
  background: #e0e0e0;
  color: #333;
}
.search-modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #165229;
  margin-bottom: 20px;
  border-bottom: 2px solid #eef3ef;
  padding-bottom: 15px;
}
.search-results-list {
  overflow-y: auto;
  flex: 1;
  padding-right: 5px;
}
.search-result-item {
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #f0f5f1;
  margin-bottom: 12px;
  transition: all 0.2s;
}
.search-result-item:hover {
  background: #f7f9f7;
  border-color: #dcedde;
}
.search-result-link {
  font-weight: 600;
  color: #165229;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 6px;
}
.search-result-link:hover {
  text-decoration: underline;
}
.search-result-snippet {
  font-size: 13.5px;
  color: #666;
  line-height: 1.5;
}
.search-result-snippet mark {
  background: #fff3cd;
  color: #856404;
  padding: 0 4px;
  border-radius: 2px;
  font-weight: 600;
}
.search-no-results {
  text-align: center;
  padding: 40px 20px;
  color: #777;
  font-size: 15px;
}