
:root{
  --color-primary: #61c639; 
  --color-secondary: #e56500; 
  --color-accent: #138808; 
}
*,h1,h2,h3,h4,p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a{
  text-decoration: none;
}
button#toggleMore {
    padding: 0;
    margin-top: 30px;
    color: #e5661f;
    font-weight: 600;
    text-decoration: underline;
}
.dropdown:hover .dropdown-menu{display: block;}
body{
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.top-section-warp {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
}
.top-bar {
  background-color: var(--color-primary);
  font-size: 14px;
}
.contact-info {
    display: flex;
    gap: 20px;
    align-items: center;
}
.th-background {
    background: #ebebeb;
    color: #e5661f;
}
ul.yojna-list {
    display: flex;
    flex-wrap: wrap;
}
ul.yojna-list li{
    width: 40%;
}
.payment-qr
 {
    padding: 60px 0px;
    background: #fbfbfb;
    margin: 60px 0 0;
}
.payment-qr h3 {
    margin: 0 0 30px;
    position: relative;
}
.payment-qr h3:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background: #e5661f;
    top: 40px;
    left: 0;
}
.payment-wrap {
    width: 100%;
    height: auto;
    box-shadow: 0px 2px 11px #cccc;
    padding: 10px;
    display: flex;
    justify-content: center;
}
.payment-wrap img{
    max-width: 170px;
    height: auto;
}
.inner-headings{
    background: #5dc547;
    color: #fff;
    text-align: center;
    padding: 2vw;
    border-top: solid 2px #ffffff;
}
.table-wrap {
    padding: 70px 0px;
}
.table-wrap table{text-align: center;}
.table-wrap h3 {
    margin: 0 0 40px;
}
.contact-info a{
  color: #fff; 
}
.contact-info a i{
  margin-right: 5px;
}
.top-strip a {
  transition: 0.2s ease;
}

.top-strip a:hover {
  text-decoration: underline;
}

#datetime {
  font-weight: 500;
}
.logo-two {
    width: 80px;
}
.logo-one {
    width: 150px;
}
.navbar {padding: 10px 0 !important;}
.custom-navbar {
  background-color: var(--color-secondary);
  padding: 0;
}
section.photos-wrap {
    width: 100%;
    padding: 3vw 0;
}
.gallery-img {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    box-shadow: 1px 0px 12px #ccc;
    padding: 10px;
}
.gallery-img img{width: 100%; height: auto;}
.custom-navbar .navbar-brand strong {
  color: #fff;
  font-size: 14px;
}
.grampanchyat-officers h3 {
    color: var(--color-secondary);
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}
section.grampanchyat-officers {
    padding: 60px 0px;
    background: #fbfbfb;
    text-align: center;
}
section.slider-wrap {
    padding: 40px 0px;
}

.image-wrap {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 30px;
}
.image-wrap img {
    width: 100%;
    object-fit: contain;
    height: auto;
}
.search-wrap input{
  background: #4171a5;
    color: #fff;
    border: none;
    padding: 1px 5px;
    min-height: 10px;
}
.custom-navbar .nav-link {
  color: #fff !important;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
  margin: 0px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
section.grampanchyat-officers {
    padding: 60px 0px;
    background: #fbfbfb;
}
.custom-navbar .nav-link:hover {
  background-color: var(--color-primary);
}

.custom-navbar .dropdown-menu {
  border-radius: 0;
  border: none;
}

.logo{
  width: 270px;
}
.navbar-brand{
    max-width: 500px;
    width: 100%;
}
.help-section {
  background: #f9f9f9;
}
.counter-wrapper{
  display: flex;
  gap: 10px;
}
.services-section {
  background: linear-gradient(to bottom, #f8f9fa, #ffffff);
}
.service-card {
  background: #fff;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}
.service-icon {
  font-size: 40px;
  color: #fff;
  background: var(--color-accent);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;;
}
.popover.wide-popover { max-width: 360px; }         
.popover .popover-body { padding: 0; }        
.popover-table .table-light{
  background-color: #333333;
  color: #fff;
}

.card-p p{
  font-size: 14px !important;
  line-height: 22px !important;
}
.gradient-text {
  color: var(--color-primary);
  font-weight: bold;
}

.help-card {
  background: white;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #eaeaea;
}

.help-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.help-card .icon {
  font-size: 35px;
  color: #00a76f;
  margin-bottom: 15px;
}

.help-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.help-card p {
  color: #666;
  font-size: 15px;
}

.quote-box {
  background: #e3f2fd;
  padding: 25px;
  border-left: 5px solid var(--color-primary);
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.quote-box h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-primary);
}

.quote-box p {
  margin-top: 5px;
  color: #555;
}
.navbar-brand h2{
  font-weight: 900;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--color-primary);
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.navbar-brand p{
  font-size: 14px;
  text-transform: capitalize;
  color: var(--color-primary);
}
.counter-section{
  background: #f9f9f9;
}
.counter-section .counter-box.blue{
  background: var(--color-primary);
}
.counter-section .counter-box.orange{
  background: var(--color-secondary);
}
.counter-section .counter-box.green{
  background: var(--color-accent);
}
.counter-section .counter-box.gray{
  background: #333333;
}
.counter-box {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: 0.3s ease;
  flex-basis: 19%;
}
.counter-box:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}
.counter {
  font-size: 2.5rem;
  font-weight: 700;
}
.label {
  font-size: 1.1rem;
}
.label span {
  font-size: 12px;
  display: block;
}
.icon i {
  color: #fff;
}

.banner-img {
  object-fit: cover;
  
}
.carousel-inner::before{
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  inset: 0;
  position: absolute;
  z-index: 1;
}
.carousel-inner{
  position: relative;
}

/* Overlay text styling */
.custom-caption {
  top: 50%;
  left: 10%;
  right: 10%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 10;
  text-align: left;
  padding: 20px 30px;
  border-radius: 10px;
}

.custom-caption h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  animation: fadeInUp 1s ease-in-out;
}

.custom-caption p {
  font-size: 1.2rem;
  color: #f1f1f1;
  margin: 10px 0;
  animation: fadeInUp 1.4s ease-in-out;
}

.custom-caption a.btn {
  margin-top: 10px;
  animation: fadeInUp 1.6s ease-in-out;
}

/* Creative arrow buttons */
.custom-arrow-btn {
  background-color: var(--color-secondary);
  border: none;
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  transition: all 0.3s ease;
}

.custom-arrow-btn:hover {
  background-color: var(--color-primary);
  color: #fff;
  box-shadow: 0 0 10px #2c3e97;
}

.custom-arrow-icon {
  font-size: 24px;
  font-weight: bold;
  color: #2c3e97;
}

.carousel-control-prev {
  left: 20px;
}
.carousel-control-next {
  right: 20px;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  } to {
    opacity: 1;
    transform: translateY(0);
  }
}

.more-content {
      transition: all 0.25s ease;
    }
    .read-more-btn {
      min-width: 140px;
    }

/* Responsive tweaks */
@media (max-width: 992px) {
  .counter-box{
    flex-basis: 32%;
  }
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .custom-caption h1 {
    font-size: 1.5rem;
  }
  .custom-caption p {
    font-size: 1rem;
  }
  ul.yojna-list{display: block;}
.payment-wrap{margin: 0 0 30px;}
.payment-mar-zero{margin-bottom: 0px;}
.payment-qr h3:after{top: 120%;}
section.grampanchyat-officers{padding: 40px 0;}
.section-padding {padding: 0px 0;}
  .banner-img {
    height: 35vh;
  }
  .counter-box {
    flex-basis: 46%;
    margin: 0px 3px;
  }
      .image-wrap {
        width: 120px;
        height: 120px;
        margin: 20px auto 10px;
    }
    .grampanchyat-officers h3{margin-bottom: 3px;}
  .top-bar {
    background-color: var(--color-primary);
    font-size: 14px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
}
.btn-warning {
        padding: 8px 12px !important;
        font-size: 10px;
    }
.top-bar select {
    word-wrap: normal;
    padding: 4px;
    border-radius: 3px;
    border: solid 1px #fff;
}
.contact-info a{
    border: solid 1px #fff;
    padding: 8px 10px;
    border-radius: 6px;
}
.contact-info a i{margin: 0;}
.contact-info {
    display: flex;
    gap: 10px;
    align-items: center;
}
}

.section-padding{
  padding: 60px 0;
}
.section-title {
  font-size: 1.5rem;
  color: var(--color-primary);
  font-weight: 800;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.card{
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  border: 1px dashed var(--color-secondary);
  padding: 5px;
  height: 100%;
}
.card:hover{
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--color-primary);
}
.card:hover h3{
  color: var(--color-primary);
}
.card img {
    width: 100%;
    object-fit: cover;
    margin: 0px auto;
}
.card-body {
  padding: 15px;
  border-top: 1px solid #ccc;
}
.card h3{
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 20px;
}
.card p{
  font-size: 12px;
  color: #000;
  line-height: 16px;
}
.notice-board {
  width: 100%;
  border: 2px solid #1C4E80;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f9f9f9;
}

.notice-header {
  background-color: var(--color-secondary);
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
}

.notice-wrapper {
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    position: relative;
}

#noticeList {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding-left: 10px;
}

#noticeList li {
  padding: 10px 15px;
  border-bottom: 1px dashed #ccc;
  background-color: #fff;
  color: #222;
  font-size: 0.95rem;
  position: relative;
  padding-left: 15px;
  transition: background 0.3s ease;
}
#noticeList li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-size: 1.2em;
  line-height: 1;
}

.read-more-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: var(--color-secondary);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.read-more-btn:hover {
  background-color: var(--color-primary);
}

.about-section {
  padding: 60px 0px;
}
.contact-form textarea.form-control.message{border: none;
    outline: none;
    box-shadow: none;
    background: #f3f3f3;}
.contact-form input
 {
    border: none;
    outline: none;
    box-shadow: none;
    background: #f3f3f3;
    padding: 1rem;
}
.contact-form select
 {
    border: none;
    outline: none;
    box-shadow: none;
    background: #f3f3f3;
    padding: 1rem;
}
.contact-form textarea {
    border: none;
    outline: none;
    box-shadow: none;
    background: #f3f3f3;
    padding: 1rem;
    margin: 0 0 30px;
}
.contact-form button.btn.btn--theme.hover--theme.submit {
    background: #e5661f;
    color: #ffffff;
    padding: 11px 30px;
}
.form-wrap{
    padding: 60px 0px;
}
.yojna-wrap{
    padding: 60px 0px;
}
.yojna-wrap-ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.yojna-background {
    background: #fbfbfb;
    padding: 2vw;
    border-radius: 20px;
}
.yojna-wrap strong{margin-bottom: 10px; display: block;}
.yojna-wrap-ul li {
    background: url(../images/bullet-dot.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 0 5px;
    padding-left: 20px;
}

ul.yojna-wrap-uo {
    margin: 0px;
    padding: 0;
    list-style: none;
}
ul.yojna-wrap-uo span {
    color: #e5661f;
    margin-right: 5px;
}
ul.yojna-wrap-uo li {
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 0 5px;
}

.ul-margin-top {
    margin-top: 30px !important;
    display: block;
}
.yojna-page-2 p {
    color: #777;
    line-height: 26px;
    margin: 0 0 20px;
}
.yojna-page-2 {
    padding: 60px 0px;
    width: 100%;
    height: auto;
}
.card-body {
    /* padding: 15px; */
    border-top:none;
    display: flex; position: relative;
    flex-direction: column;
    /* gap: 1vw; */
}
.card-body button.btn-close {
    position: absolute;
    top: 0;
    right: 0;
}
.contact-innner-wrap svg {
    color: #e5661f;
    width: 32px;
    margin: 0 0 10px;
}
.map-wrap iframe {
    border: 0;
    width: 100%;
    height: 250px;
}
.outer-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: start;
    height: auto;
}
  form.row.contact-form {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.about-text {
  flex: 1 1 55%;
}

.about-text h2 {
  color: #0a3d62;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-text p {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}


.gov-logo div::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 10%;
  width: 1px;
  background-color: #f5f5f5;
  height: 100%;
}
.gov-logo div:first-child::before{
  content: none;
}
.about-image {
  flex: 1 1 40%;
  text-align: center;
}

.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  border: 3px solid var(--color-secondary);
}
.logo-slider {
      overflow: hidden;
      position: relative;
      background: #fff;
      padding: 1rem 0;
    }
    .logo-track {
      display: flex;
      width: max-content;
      animation: scroll 25s linear infinite;
      gap: 20px;
    }
    .logo-box {
      flex: 0 0 auto;
      width: 220px; /* adjust per logo size */
      padding: 25px 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #eee;
      border-radius: 5px;
    }
    .logo-box img {
      max-width: 100%;
      max-height: 120px;
      object-fit: contain;
    }

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    /* responsive tweaks */
    @media (max-width: 768px) {
      .logo-box { width: 120px; }
      .logo-box img { max-height: 50px; }
    }



.welfare-box {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  position: relative;
}

.welfare-box:hover {
  transform: translateY(-5px);
}

.welfare-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.welfare-img img {
   width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.welfare-img:hover img {
  transform: scale(1.1);
}

.welfare-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 67, 130, 0.8);
  color: #fff;
  text-align: center;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.welfare-img:hover .welfare-body {
  transform: translateY(0);
}

.welfare-body h3 {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: bold;
}

.welfare-body a {
  color: var(--color-secondary);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}

.welfare-body a:hover {
  color: #fff;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0 0;
  background: #000;
  color: #fff;
}

.footer-col {
  /* flex: 1 1 180px; */
  margin: 10px;
}

.footer-col h5,
.footer-col h6 {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 600;
  color: var(--color-secondary);
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 6px;
}

.footer-col ul li a {
  color: #ccc;
  text-decoration: none;
  transition: 0.2s;
  font-size: 13px;
}

.footer-col ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-col p {
  margin: 6px 0;
  font-size: 13px;
}

.social-icons a {
  color: #ccc;
  margin-right: 10px;
  font-size: 18px;
}

.footer-bottom {
  background: #111;
  font-size: 14px;
  padding: 12px 10px;
  border-top: 1px solid #333;
  margin-top: 15px;
}
.footer-bottom .text div{
  font-size: 12px;
  width: max-content;
}

.footer-bottom a {
  color: var(--color-secondary);
  text-decoration: none;
}

/*contact us page*/
.inner-banner {
  background: url('../images/banner1.jpg') no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  text-align: center;
  color: #fff;
}

.inner-banner::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 51, 102, 0.5); /* Dark blue transparent overlay */
  z-index: 1;
}

.inner-banner .container {
  position: relative;
  z-index: 2;
}

.page-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  color: #fff;
}
.icon-circle {
  width: 60px;
  height: 60px;
  background-color: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  flex-shrink: 0;
  transition: 0.3s;
}

.info-box {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  height: 100%;
}

.info-box:hover {
  background-color: #eaf0f6;
  transform: translateY(-3px);
}

.info-text h5 {
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--color-primary);
}

.info-text p {
  margin: 0;
  font-size: 0.95rem;
  color: #000;
}
.nav-tabs .nav-link.active {
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 600;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show

 {
    background-color: #00a76f;
}
.taluka-address .nav-tabs{
  text-align: center;
  display: flex;
  gap: 10px;
}
.nav-tabs .nav-link {
  color: var(--color-primary);
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid var(--color-primary);
    text-transform: uppercase;
}

.district-list {
      list-style: none;
      padding: 0;
      margin-top: 15px;
    }

    .district-list li {
      display: flex;
      align-items: center;
      padding: 10px 0;
      font-size: 16px;
      font-weight: 600;
    }

    .district-list li i {
      color: var(--color-accent);
      border-radius: 50%;
      margin-right: 12px;
      font-size: 0.9rem;
      text-align: center;
    }

.org-chart {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
    }

    .org-box {
      background: #ffffff;
      border: 1px solid #ced4da;
      padding: 12px 18px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
      text-align: center;
      min-width: 200px;
      margin: 10px auto;
      font-weight: 500;
    }
    .org-box h2 {
      font-size: 20px;
      color: var(--color-accent);
      font-weight: 800;
    }
    .org-box h3 {
      font-size: 18px;
      color: var(--color-primary);
      font-weight: 700;
    }
    .org-box span {
      font-size: 16px;
      color: #000;
    }

    .level-line {
      width: 2px;
      height: 20px;
      background-color: #6c757d;
      margin: 0 auto;
    }

    .horizontal-line {
      height: 2px;
      background-color: #6c757d;
      width: 100%;
      position: relative;
      top: -10px;
    }

    .level {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
    }

    .org-subbox {
      background: #e9ecef;
      padding: 8px 12px;
      margin-top: 5px;
      border-radius: 6px;
      font-size: 0.85rem;
      text-align: center;
    }

    @media (max-width: 768px) {
      .level {
        flex-direction: column;
        align-items: center;
      }
      .nav-tabs .nav-link{
        font-size: 10px;
      }
      .navbar-brand h2 {
          font-size: 16px;
      }
      .logo {
          width: 40px;
      }
    }
.goog-te-banner-frame.skiptranslate { display: none !important; }
  body { top: 0px !important; }

/* Responsive */
@media (max-width: 998px) {
   .navbar-brand {
    max-width: 376px;
    width: 100%;
}
.level{
  margin-bottom: 25px;
}
}
@media (max-width: 768px) {
 
  .about-content {
        flex-direction: column;
        text-align: left;
    }

  .about-text, .about-image {
    flex: 1 1 100%;
  }

  .navbar {padding: 10px 0 !important;}
  .contact-info span{display: none;}
  .about-text h2 {
    font-size: 28px;
  }
  .navbar-brand h2{
    font-size: 14px !important;
  }
  .navbar-brand {
        max-width: 170px;
        width: 100%;
    }
  .navbar-brand p {
    font-size: 10px;
  }
 .logo{width: 100%;}
  .gov-logo{
    gap: 10px !important;
  }
 
.logo-two {
    width: 50px;
}
.logo-one {
    width: 90px;
}


  .gov-logo div::before{
    content: none;
  }
  .custom-navbar .navbar-nav{
    
    margin: 5px 0 0;
  }
  .custom-navbar .nav-link{
    margin: 0px;
    padding: 0.3rem 1rem;
    font-size: 12px;
  }
  .section-padding {
    padding: 60px 0 0;
  }
  .notice-wrapper{
    min-height: 300px;
  }
  .section-title {
    font-size: 20px;
    margin-bottom: 00px;
  }
  .card h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .card p {
    font-size: 10px;
    line-height: 17px;
  }
  .read-more-btn {
    margin-top: 0;
    padding: 5px 10px;
    font-size: 12px;
  }
  .search-wrap,.Skip{
    display: none !important;
  }
  .btn-wrap{
    justify-content: space-between;
    width: 100%;
  }
  .custom-arrow-btn{display: none;}
.btn-warning {
        padding: 7px 10px !important;
        font-size: 10px;
    }
.btn-warning {
        padding: 7px 12px !important;
        font-size: 10px;
    }
  .inner-banner {
    padding: 40px 0;
  }
  .page-title {
    font-size: 1.8rem;
  }
  .info-box {
    flex-direction: column;
    text-align: center;
  }
  .info-text {
    margin-top: 10px;
    margin-left: 0 !important;
  }
}

/* Hide Google top bar */
  .goog-te-banner-frame.skiptranslate { display: none !important; }
  body { top: 0px !important; }

  /* Hide Google branding text */
  .goog-logo-link,
  .goog-te-gadget span {
    display: none !important;
  }

  /* Style the dropdown */
  #google_translate_element select {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    transition: 0.3s ease;
  }

  #google_translate_element select:hover {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0,123,255,0.3);
  }

  .desclaimer h4{
    font-size: 18px;
    color: var(--color-secondary);
    font-weight: 700;
  }
  .desclaimer h3{
    font-size: 18px;
    color: var(--color-primary);
    font-weight: 700;
    text-transform: capitalize;
  }

  @media (max-width: 1200px) {
    .custom-navbar .nav-link {
      font-size: 12px;
    }
  }
  @media (max-width: 998px) {
    .custom-navbar .nav-link {
        font-size: 12px;
        padding: 10px 0px 10px;
        margin: 0;
    }
    .navbar-brand h2{
      font-size: 18px;
    }
    .navbar-nav{
      margin: 0px !important;
    }

    .counter-section {
        background: #f9f9f9;
        padding: 0px 10px;
    }
    
  }