@font-face {
    font-family: 'Museo 700';
    src: url(../fonts/Museo-700.woff2) format('woff2'), url(../fonts/Museo-700.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

:root,
body[data-theme=dark] {
    --button-text-color: #ffffff;
  --foreground: #f5f0e8;
  --saffron: #ff9933;
  --saffron-light: #ffb366;
  --gold: #d4a853;
  --gold-bright: #f0c674;
  --deep-blue: #0a1628;
  --glass: rgba(255, 255, 255, 0.06);
  --glass-border: rgba(255, 153, 51, 0.2);
}

.breadcrumbs nav,
body {
    background-color: var(--primary-bg-color)
}

.mcd-menu li a,
a {
    text-decoration: none
}

.new__update {
  position: relative;
     padding-left: 45px !important; 
}
.new__update i {
    display: none;
}
.new__update::before {
  content: '';
  display: block;
  position: absolute;
 top: -5px;
  left: 0;
    width: 40px; 
        height: 40px; 
  background-image: url('../img/new-blinking.gif');  
      background-size: 100%;
    background-repeat: no-repeat;
}  
.new__update.dark-side::before {
    background-color: #f0f0f0;
    height: 30px;
    border-radius: 6px;
}

.history-wrapper ul li a,
.left_section_nav ul#pills-tab button,
div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:active,
div.dt-container .dt-paging .dt-paging-button.disabled:hover {
    color: var(--secondary-text-color)!important
}

.contact h3,
.helpline-wrap h5,
.inner-item-schemes h3,
.main-heading,
.nav-tabs .nav-link {
    text-transform: capitalize
}

.sticky,
:root {
    scroll-behavior: smooth
}

:root {
    --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "Montserrat", sans-serif;
    --font-secondary: "Poppins", sans-serif;
    --color-default: #222222;
    --color-primary: #008374;
    --color-secondary: #f85a40;
    --primary-bg-color: #EFF3FF;
    --secondary-bg-color: #fff;
    --before-bg-color: #f1efef94;
    --primary-text-color: #f59e0b;
    --secondary-text-color: #000;
    --breadcrums-text-color: #000;
    --button-bg-color: #007bff
}

body[data-theme=dark] {
    --primary-bg-color: #000;
    --secondary-bg-color: #000;
    --before-bg-color: #0c0c0cd9;
    --primary-text-color: #ffffff;
    --secondary-text-color: #fff;
    --breadcrums-text-color: #fff;
    --button-bg-color: #3e9c38
}

body {
    color: var(--primary-text-color);
    font-family: Poppins, sans-serif;
    top: 0!important;
    overflow-x: hidden;
}

a {
    color: var(--secondary-text-color)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Inter, sans-serif
}

section {
    padding: 30px 0;
    scroll-margin-top: 70px
}

.sections-bg {
    background-color: #f6f6f6
}

.section-header {
    text-align: center;
    padding-bottom: 60px
}

.call-to-action-new{
    background-image: url(../../assets/nasik-new/prayag_bg.png);
    /* background-color: #cccccc; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 115px;
    background: #fff;
}

.call-to-action-new .cta-title{
  text-align: center;
  color:#f49d0b;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: 'Yatra One', cursive;
}

.call-to-action-new .cta-text {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.central-scheme-wrapper {
    background-color: var(--secondary-bg-color);
        padding-top: 30px;
}

.highlight-wrapper{

    overflow:hidden;

    width:100%;

    position:relative;

    margin-top:40px;

}

.highlight-track{

    display:flex;

    width:max-content;

    animation: marqueeMove 45s linear infinite;

}

.highlight-track:hover{

    animation-play-state: paused;

}

.highlight-group{

    display:flex;

    align-items:center;

    gap:15px;

    padding-right:100px;

    min-width:1300px;

}

.highlight-group .row{

    flex-wrap:nowrap;

}

.highlight-group .col-md-2{

    min-width:220px;

}

@keyframes marqueeMove{

    from{

        transform:translateX(0);

    }

    to{

        transform:translateX(-50%);

    }

}


.blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
  height:325px;
}
.blog-card a {
  color: inherit;
}
.blog-card a:hover {
  color: #5ad67d;
}
.blog-card:hover .photo {
  transform: scale(1.3) ;
}
.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}
.blog-card .details,
.blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem;
}
.blog-card .details a {
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
}
.blog-card .details ul li {
  display: inline-block;
}
.blog-card .details .author:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "";
}
.blog-card .details .date:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "";
}
.blog-card .details .tags ul:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 10px;
}
.blog-card .details .tags li {
  margin-right: 2px;
}
.blog-card .details .tags li:first-child {
  margin-left: -4px;
}
.blog-card .description {
  padding:1.5rem 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.blog-card .description .des-date {
    position: absolute;
    right: 17px;
    top: 14px;
    color: #f59e0b;
    font-size: 14px;
    font-weight: 600;
}
.blog-card .description h1,
.blog-card .description h2 {
  font-family: Poppins, sans-serif;
}
.blog-card .description h1 {
    line-height: 1;
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    color: #f59e0b;
}
.blog-card .description h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-top: 20px;
}
.blog-card .description .read-more {
  text-align: right;
}
.blog-card .description .read-more a {
  color: #5ad67d;
  display: inline-block;
  position: relative;
}
.blog-card .description .read-more a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
}
.blog-card .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.blog-card p {
  position: relative;
  margin: 1rem 0 0;
  color:#000;
}
.blog-card p:first-of-type {
  margin-top: 1.25rem;
  font-size: 13px;
  color:#000;
}

#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f59e0b;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f59e0b;
}

.testimonials-slider .blog-card {
    opacity: 1;
    will-change: transform, opacity;
}

/* .testimonials-slider .swiper-slide{
    opacity:0.5;
    transform:scale(.92);
    transition:all .6s ease;
}

.testimonials-slider .swiper-slide-active,
.testimonials-slider .swiper-slide-next,
.testimonials-slider .swiper-slide-prev{
    opacity:1;
    transform:scale(1);
} */


/*.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #5ad67d;
  width: 35px;
  top: -0.75rem;
  border-radius: 3px;
}*/
.blog-card:hover .details {
  left: 0%;
}
@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
    max-width: 700px;
  }
  .blog-card .meta {
    flex-basis: 50%;
    height: auto;
    background-color: #000;
  }
  .blog-card .description {
    flex-basis: 50%;
  }
  /*.blog-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }*/
  .blog-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    transform: skew(3deg);
  }
  .blog-card.alt .details {
    padding-left: 25px;
  }
}

.section-header h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color:#fff;
    font-family: 'Yatra One', cursive;
}

.section-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.section-header p {
    margin-bottom: 0;
    color: #6f6f6f
}

.breadcrumbs .page-header {
    padding: 60px 0;
    min-height: 20vh;
    position: relative;
    background-color: var(--color-primary)
}

.breadcrumbs .page-header h2 {
    font-size: 56px;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-secondary)
}

.call-to-action .cta-btn,
.footer .footer-info .logo span,
.footer .footer-info p,
.header .logo h1,
.hero .btn-get-started,
.stats-counter .stats-item p {
    font-family: var(--font-primary)
}

.breadcrumbs .page-header p {
    color: rgb(255 255 255 / .8)
}

.breadcrumbs nav,
.clients .swiper {
    padding: 10px 0
}

.breadcrumbs nav ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-default)
}

.breadcrumbs nav ol a {
    color: var(--breadcrums-text-color);
    transition: .3s
}

.breadcrumbs nav ol a:hover {
    text-decoration: underline
}

.breadcrumbs nav ol li+li {
    padding-left: 10px;
    color: var(--breadcrums-text-color)
}

.breadcrumbs nav ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: var(--breadcrums-text-color);
    content: "/"
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background: #f59e0b;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: .4s
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0
}

.scroll-top:hover {
    background: rgb(248 90 64 / .8);
    color: #fff
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px
}

#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: #fff;
    transition: .6s ease-out
}

#preloader img {
    position: fixed;
    top: calc(38% - 0px);
    left: calc(45% - 0px)
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0!important
    }
}

.topbar {
    background-color: var(--primary-bg-color) font-size: 14px;
    transition: .5s;
    color: #000;
    padding: 0
}

.topbar .contact-info i {
    font-style: normal;
    color: #000;
    line-height: 0
}

.topbar .contact-info i a,
.topbar .contact-info i span {
    padding-left: 5px;
    color: #000
}

.topbar .contact-info i a {
    line-height: 0;
    transition: .3s
}

.topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline
}

.right-logo .social-links,
.srch-box {
    display: flex;
    justify-content: end
}

.right-logo .social-links a {
    color: #fff;
    line-height: 1;
    transition: .3s;
    margin: 0 4.5px;
    font-size: 18px;
    padding: 5px;
    border-radius: 3px;
    background-color: #059
}

.srch-box .form-control {
    width: 60%;
    border-radius: 4px
}

.srch-box .btn-srch {
    background-color: #059;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.topbar .dropdown-menu.show {
    display: block;
    padding: 0
}

.accordion-body .sewerage-wrap ul li,
.accordion-body .water_para,
.inner-page-left ul li a,
.topbar .social-links a:hover {
    color: #000
}

.header {
    transition: .5s;
    z-index: 997;
    background-color: #F59E0B;
}

.header .logo img {
    max-height: 40px;
    margin-right: 6px
}

.header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    letter-spacing: .8px;
    color: #fff
}

.header .logo h1 span {
    color: #f96f59
}

@media (min-width:1280px) {
    .navbar {
        padding: 0
    }
    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center
    }
    .navbar li {
        position: relative
    }
    .navbar>ul>li {
        white-space: nowrap;
        padding: 13px 12px
    }
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3px;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        white-space: nowrap;
        position: relative
    }
    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px
    }
    .navbar .dropdown ul a i,
    .navbar a .dropdown-indicator {
        font-size: 12px
    }
    .navbar>ul>li>a:before {
        content: "";
        position: absolute;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: #fff;
        visibility: hidden;
        width: 0;
        transition: .3s ease-in-out
    }
    .navbar .active:before,
    .navbar a:hover:before,
    .navbar li:hover>a:before {
        visibility: visible;
        width: 100%
    }
    .navbar .active,
    .navbar .active:focus,
    .navbar a:hover,
    .navbar li:hover>a {
        color: #fff
    }
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% + 0px);
        margin: 0;
        padding: 0;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0 0 30px rgb(127 137 161 / .25);
        border-radius: 4px
    }
    .navbar .dropdown ul li {
        min-width: 200px;
        border-bottom: 1px solid #dfdddd
    }
    .navbar .dropdown ul a {
        padding: 10px;
        font-size: 15px;
        text-transform: none;
        font-weight: 600;
        color: #000
    }
    .navbar .dropdown ul a:hover {
        background-color: #f59e0c;
        color: #fff!important;
        overflow: hidden
    }
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--color-secondary)
    }
    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible
    }
    .navbar .dropdown .dropdown ul {
        top: 0;
        visibility: hidden
    }
    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible
    }
    .mobile-nav-hide,
    .mobile-nav-show {
        display: none
    }
}

@media (min-width:1600px) {
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3px;
        font-size: 17px;
        font-weight: 600;
        color: #fff;
        white-space: nowrap;
        position: relative
    }
}

@media (min-width:1280px) and (max-width:1600px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: 100%
    }
}

@media (max-width:1279px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: .3s;
        z-index: 9997
    }
    .mobile-nav-hide,
    .mobile-nav-show {
        cursor: pointer;
        line-height: 0;
        transition: .5s;
        z-index: 9999
    }
    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px;
        margin: 0;
        background: #105399;
        overflow-y: auto;
        transition: .3s;
        z-index: 9998
    }
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: var(--font-primary);
        font-size: 15px;
        font-weight: 600;
        color: rgb(255 255 255 / .7);
        white-space: nowrap;
        transition: .3s
    }
    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px
    }
    .navbar .active,
    .navbar .active:focus,
    .navbar a:hover,
    .navbar li:hover>a {
        color: #fff
    }
    .navbar .getstarted,
    .navbar .getstarted:focus {
        background: var(--color-primary);
        padding: 8px 20px;
        border-radius: 4px;
        margin: 15px;
        color: #fff
    }
    .navbar .getstarted:focus:hover,
    .navbar .getstarted:hover {
        color: #fff;
        background: rgb(0 131 116 / .8)
    }
    .navbar .dropdown .dropdown ul,
    .navbar .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: .5s ease-in-out;
        background-color: #004469;
        border: 1px solid #009ff2
    }
    .navbar .dropdown .dropdown>.dropdown-active,
    .navbar .dropdown>.dropdown-active {
        display: block
    }
    .mobile-nav-show {
        color: rgb(255 255 255 / .6);
        font-size: 28px;
        margin-right: 10px;
        padding: 10px
    }
    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        position: fixed;
        right: 20px;
        top: 20px
    }
    .mobile-nav-active {
        overflow: hidden
    }
    .mobile-nav-active .navbar {
        right: 0
    }
    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgb(121 171 211 / 65%);
        z-index: 9996
    }
}

.call-to-action h3,
.call-to-action p {
    color: #fff;
    margin-bottom: 20px
}

.clients,
.stats-counter {
    padding: 40px 0
}

.clients .swiper-slide img {
    transition: .3s
}

.clients .swiper-slide img:hover,
.portfolio .portfolio-wrap:hover img {
    transform: scale(1.1)
}

.clients .swiper-pagination,
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #ddd
}

.clients .swiper-pagination .swiper-pagination-bullet-active,
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active,
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary)
}

.stats-counter .stats-item {
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4
}

.stats-counter .stats-item .purecounter {
    min-width: 90px;
    padding-right: 15px
}

.stats-counter .stats-item i {
    font-size: 44px;
    line-height: 0;
    margin-right: 15px
}

.stats-counter .stats-item span {
    font-size: 40px;
    display: block;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 40px
}

.stats-counter .stats-item p {
    margin: 0;
    font-size: 14px
}

.call-to-action .container {
    background: linear-gradient(rgb(0 0 0 / .5), rgb(0 0 0 / .5)) 0 0/cover, url(../img/cta-bg.jpg) center center/cover;
    padding: 100px 60px;
    border-radius: 15px;
    overflow: hidden
}

.call-to-action h3 {
    font-size: 28px;
    font-weight: 700
}

.call-to-action .play-btn {
    width: 94px;
    height: 94px;
    margin-bottom: 20px;
    background: radial-gradient(var(--color-primary) 50%, rgb(0 131 116 / .4) 52%);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.call-to-action .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation: 2s infinite pulsate-btn;
    animation-direction: forwards;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgb(0 131 116 / .7);
    top: -15%;
    left: -15%;
    background: #fff0
}

.call-to-action .play-btn:after,
.call-to-action .play-btn:hover:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    content: ""
}

.call-to-action .play-btn:after {
    border-top: 10px solid #fff0;
    border-bottom: 10px solid #fff0;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: .4s cubic-bezier(.55, .055, .675, .19)
}

.call-to-action .play-btn:hover:before {
    border: none;
    border-top: 10px solid #fff0;
    border-bottom: 10px solid #fff0;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0
}

.call-to-action .play-btn:hover:after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20)
}

.call-to-action .cta-btn {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 48px;
    border-radius: 50px;
    transition: .5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff
}

.call-to-action .cta-btn:hover {
    background: var(--color-primary);
    border: 2px solid var(--color-primary)
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }
    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

.services {
    padding: 60px 0
}

.services .service-item {
    padding: 40px;
    background: #fff;
    height: 100%;
    border-radius: 10px
}

.services .service-item .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 50px
}

.services .service-item .icon i {
    color: var(--color-default);
    font-size: 56px;
    transition: .3s ease-in-out;
    z-index: 2;
    position: relative
}

.services .service-item .icon:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #eee;
    border-radius: 50px;
    z-index: 1;
    top: 10px;
    right: -20px;
    transition: .3s
}

.services .service-item h3 {
    color: var(--color-default);
    font-weight: 700;
    margin: 0 0 20px;
    padding-bottom: 8px;
    font-size: 22px;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #eee;
    transition: .3s
}

.services .service-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.services .service-item .readmore {
    margin-top: 15px;
    display: inline-block;
    color: var(--color-primary)
}

.services .service-item:hover .icon:before {
    background: #00b6a1
}

.contact .php-email-form input[type=email]:focus,
.contact .php-email-form input[type=text]:focus,
.contact .php-email-form textarea:focus,
.services .service-item:hover h3 {
    border-color: var(--color-primary)
}

.testimonials .testimonial-wrap {
    padding-left: 10px
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 30px 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / .1);
    position: relative;
    background: #fff;
    border-radius: 10px
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50px;
    margin-right: 15px
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #000
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0
}

.testimonials .testimonial-item .stars {
    margin: 10px 0
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
.portfolio-details .portfolio-description .testimonial-item .quote-icon-right,
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #009d8b;
    font-size: 26px;
    line-height: 0
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-right,
.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1)
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgb(0 0 0 / .2);
    opacity: 1
}

@media (max-width:767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0
    }
    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px
    }
    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto
    }
}

.portfolio .portfolio-flters {
    padding: 0 0 20px;
    margin: 0 auto;
    list-style: none;
    text-align: center
}

.portfolio .portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px;
    line-height: 1;
    transition: .3s ease-in-out
}

.blog .blog-details .meta-bottom a:hover,
.blog .comments .comment h5 a:hover,
.blog .posts-list .title a:hover,
.blog .sidebar .categories ul a:hover,
.blog .sidebar .recent-posts h4 a:hover,
.portfolio .portfolio-flters li.filter-active,
.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-wrap .portfolio-info h4 a:hover,
.recent-posts .title a:hover {
    color: var(--color-primary)
}

.portfolio .portfolio-flters li:first-child {
    margin-left: 0
}

.portfolio .portfolio-flters li:last-child {
    margin-right: 0
}

.portfolio .portfolio-wrap {
    box-shadow: 0 10px 30px rgb(0 0 0 / .1);
    border-radius: 10px;
    height: 100%;
    overflow: hidden
}

.portfolio .portfolio-wrap img {
    transition: .3s;
    position: relative;
    z-index: 1
}

.portfolio .portfolio-wrap .portfolio-info {
    padding: 25px 20px;
    background-color: #fff;
    position: relative;
    border-top: 1px solid #f3f3f3;
    z-index: 2
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 18px;
    font-weight: 600;
    padding-right: 50px
}

.blog .posts-list .title a,
.blog .sidebar .categories ul a,
.blog .sidebar .recent-posts h4 a,
.portfolio .portfolio-wrap .portfolio-info h4 a,
.recent-posts .title a {
    color: var(--color-default);
    transition: .3s
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 50px
}

.portfolio-details .portfolio-details-slider img {
    width: 100%
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgb(255 255 255 / .7);
    opacity: 1
}

.portfolio-details .swiper-button-next,
.portfolio-details .swiper-button-prev {
    width: 48px;
    height: 48px
}

.portfolio-details .swiper-button-next:after,
.portfolio-details .swiper-button-prev:after {
    color: rgb(255 255 255 / .8);
    background-color: rgb(0 0 0 / .2);
    font-size: 24px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.portfolio-details .swiper-button-next:hover:after,
.portfolio-details .swiper-button-prev:hover:after {
    background-color: rgb(0 0 0 / .6)
}

@media (max-width:575px) {
    .topbar .contact-info i a,
    .topbar .contact-info i span {
        font-size: 13px
    }
    .portfolio .portfolio-flters li {
        font-size: 14px;
        margin: 0 5px
    }
    .portfolio-details .swiper-button-next,
    .portfolio-details .swiper-button-prev {
        display: none
    }
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative
}

.portfolio-details .portfolio-info h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    bottom: 0
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px
}

.portfolio-details .portfolio-info ul li {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    font-size: 16px
}

.portfolio-details .portfolio-info ul strong {
    text-transform: uppercase;
    font-weight: 400;
    color: #9c9c9c;
    font-size: 12px
}

.portfolio-details .portfolio-info .btn-visit {
    padding: 8px 40px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 50px;
    transition: .3s
}

.portfolio-details .portfolio-info .btn-visit:hover {
    background: #009d8b
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px
}

.inner-page,
.portfolio-details .portfolio-description p {
    padding: 0
}

.portfolio-details .portfolio-description .testimonial-item {
    padding: 30px 30px 0;
    position: relative;
    background: #fff;
    height: 100%;
    margin-bottom: 50px
}

.portfolio-details .portfolio-description .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50px;
    border: 6px solid #fff;
    float: left;
    margin: 0 10px 0 0
}

.portfolio-details .portfolio-description .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 5px;
    padding-top: 20px
}

.portfolio-details .portfolio-description .testimonial-item h4 {
    font-size: 14px;
    color: #6c757d;
    margin: 0
}

.portfolio-details .portfolio-description .testimonial-item p {
    font-style: italic;
    margin: 0 0 15px;
    padding: 0
}

.faq .content h3 {
    font-weight: 400;
    font-size: 34px
}

.faq .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px
}

.faq .content p {
    font-size: 15px;
    color: #6c757d
}

.faq .accordion-item {
    border: 0;
    margin-bottom: 20px;
    box-shadow: 0 5px 25px 0 rgb(0 0 0 / .06);
    border-radius: 10px
}

.contact .info-item:last-child,
.faq .accordion-item:last-child {
    margin-bottom: 0
}

.award-gallery-tabs-wrapper .nav-tabs,
.faq .accordion-collapse {
    border: 0
}

.faq .accordion-button {
    padding: 20px 50px 20px 20px;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    line-height: 24px;
    color: var(--color-default);
    text-align: left;
    background: #fff;
    box-shadow: none;
    border-radius: 10px
}

.faq .accordion-button .num {
    padding-right: 10px;
    font-size: 20px;
    line-height: 0;
    color: var(--color-primary)
}

.faq .accordion-button:not(.collapsed) {
    color: var(--color-primary);
    border-bottom: 0;
    box-shadow: none
}

.faq .accordion-button:after {
    position: absolute;
    right: 20px;
    top: 20px
}

.faq .accordion-body {
    padding: 0 40px 30px 45px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: none
}

.accordion-body a i {
    background-color: #059;
    padding: 5px 9px;
    height: 35px;
    border-radius: 50%;
    display: block;
    width: 35px;
    color: #fff
}

.recent-posts article {
    box-shadow: 0 4px 16px rgb(0 0 0 / .1);
    background-color: #fff;
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden
}

.blog .posts-list .post-img,
.recent-posts .post-img {
    max-height: 240px;
    margin: -30px -30px 15px;
    overflow: hidden
}

.recent-posts .post-category {
    font-size: 16px;
    color: #6f6f6f;
    margin-bottom: 10px
}

.blog .posts-list .title,
.recent-posts .title {
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px
}

.blog .posts-list .post-author-list,
.contact .info-item h4,
.recent-posts .post-author {
    margin-bottom: 5px;
    font-weight: 600
}

.blog .posts-list .post-author-img,
.recent-posts .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px
}

.blog .posts-list .post-date,
.recent-posts .post-date {
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 0
}

.contact .info-container {
    background-color: var(--color-primary);
    height: 100%;
    padding: 20px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 2px 25px rgb(0 0 0 / .1)
}

.contact .info-item {
    width: 100%;
    background-color: #009282;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    color: #fff
}

.contact .info-item i {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    background-color: rgb(255 255 255 / .2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: .3s ease-in-out;
    margin-right: 15px
}

.blog .posts-list article,
.hero .icon-box {
    height: 100%;
    overflow: hidden
}

.contact .info-item h4 {
    padding: 0;
    font-size: 20px
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px
}

.contact .info-item:hover i {
    background: #fff;
    color: var(--color-primary)
}

.contact .php-email-form {
    width: 100%;
    background: var(--secondary-bg-color);
    box-shadow: 0 2px 25px rgb(0 0 0 / .1);
    padding: 30px;
    border-radius: 0 10px 10px 0
}

.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    animation: 1s linear infinite animate-loading
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px
}

.contact .php-email-form input[type=email],
.contact .php-email-form input[type=text],
.contact .php-email-form textarea {
    padding: 12px 15px
}

.contact .php-email-form textarea {
    padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
    background: var(--color-primary);
    border: 0;
    padding: 14px 45px;
    color: #fff;
    transition: .4s;
    border-radius: 50px
}

.blog .sidebar .search-form form button:hover,
.contact .php-email-form button[type=submit]:hover {
    background: rgb(0 131 116 / .8)
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.hero {
    width: 100%;
    position: relative;
    background: var(--color-primary);
    padding: 60px 0 0
}

@media (min-width:1365px) {
    .hero {
        background-attachment: fixed
    }
}

.hero h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff
}

#organizational-chart h4,
.footer h4,
.helpline-wrap h5 span,
.hero p {
    font-weight: 400
}

.hero p {
    color: rgb(255 255 255 / .6);
    margin-bottom: 30px
}

.hero .btn-get-started {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: .3s;
    color: #fff;
    background: rgb(255 255 255 / .1);
    box-shadow: 0 0 15px rgb(0 0 0 / .08);
    border: 2px solid rgb(255 255 255 / .1)
}

.hero .btn-get-started:hover {
    border-color: rgb(255 255 255 / .5)
}

.hero .btn-watch-video {
    font-size: 16px;
    transition: .5s;
    margin-left: 25px;
    color: #fff;
    font-weight: 600
}

.hero .btn-watch-video i {
    color: rgb(255 255 255 / .5);
    font-size: 32px;
    transition: .3s;
    line-height: 0;
    margin-right: 8px
}

.hero .btn-watch-video:hover i,
.hero .icon-box:hover .icon,
.hero .icon-box:hover .title a {
    color: #fff
}

@media (max-width:640px) {
    .hero h2 {
        font-size: 36px
    }
    .hero .btn-get-started,
    .hero .btn-watch-video {
        font-size: 14px
    }
}

.hero .icon-boxes {
    padding-bottom: 60px
}

@media (min-width:1200px) {
    .hero .icon-boxes:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: calc(50% + 20px);
        background-color: #fff
    }
}

.hero .icon-box {
    padding: 60px 30px;
    position: relative;
    background: #008d7d;
    box-shadow: 0 0 29px 0 rgb(0 0 0 / .08);
    transition: .3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    width: 100%;
    text-align: center
}

.hero .icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px
}

.hero .icon-box .title a {
    color: #fff;
    transition: .3s
}

.hero .icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: .3s ease-in-out;
    font-size: 48px;
    line-height: 1;
    color: rgb(255 255 255 / .6)
}

.hero .icon-box:hover {
    background: #009786
}

.blog .blog-pagination {
    margin-top: 30px;
    color: #555
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

.blog .blog-details,
.blog .posts-list article,
.blog .sidebar {
    padding: 30px;
    box-shadow: 0 4px 16px rgb(0 0 0 / .1);
    border-radius: 10px
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: .3s;
    border-radius: 10px
}

.blog .blog-pagination li a {
    color: var(--color-default);
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: var(--color-primary);
    color: #fff
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: var(--color-white)
}

.blog .posts-list .post-category {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px
}

.blog .blog-details .post-img {
    margin: -30px -30px 20px;
    overflow: hidden;
    border-radius: 10px 10px 0 0
}

.blog .blog-details .title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0;
    color: var(--color-default)
}

.blog .blog-details .content {
    margin-top: 20px
}

.blog .blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: 700
}

.blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: rgb(34 34 34 / .06);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0
}

.blog .blog-details .content blockquote p {
    color: var(--color-default);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px
}

.blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--color-secondary);
    margin-top: 20px;
    margin-bottom: 20px
}

.blog .blog-details .meta-top {
    margin-top: 20px;
    color: #6c757d
}

.blog .blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0
}

.blog .blog-details .meta-top ul li+li {
    padding-left: 20px
}

.blog .blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: var(--color-primary)
}

.blog .blog-details .meta-top a {
    color: #6c757d;
    font-size: 14px;
    display: inline-block;
    line-height: 1
}

.blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgb(34 34 34 / .15)
}

.blog .blog-details .meta-bottom i {
    color: #555;
    display: inline
}

.blog .blog-details .meta-bottom a {
    color: rgb(34 34 34 / .8);
    transition: .3s
}

.blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px
}

.blog .blog-details .meta-bottom .cats li,
.blog .blog-details .meta-bottom .tags li,
.blog .sidebar .tags ul li,
.departmental-directory .nav .nav-item {
    display: inline-block
}

.blog .blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px
}

.blog .blog-details .meta-bottom .tags li+li::before {
    padding-right: 6px;
    color: var(--color-default);
    content: ","
}

.blog .blog-details .meta-bottom .share {
    font-size: 16px
}

.blog .blog-details .meta-bottom .share i {
    padding-left: 5px
}

.blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgb(0 0 0 / .1);
    border-radius: 10px
}

.blog .post-author img {
    max-width: 120px;
    margin-right: 20px
}

.blog .post-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0;
    color: var(--color-default)
}

.blog .post-author .social-links {
    margin: 0 10px 10px 0
}

.blog .post-author .social-links a {
    color: rgb(34 34 34 / .5);
    margin-right: 5px
}

.blog .post-author p {
    font-style: italic;
    color: rgb(108 117 125 / .8);
    margin-bottom: 0
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: var(--color-default)
}

.blog .sidebar .sidebar-item+.sidebar-item {
    margin-top: 40px
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid rgb(34 34 34 / .3);
    padding: 5px 10px;
    position: relative;
    border-radius: 50px
}

.blog .sidebar .categories ul,
.blog .sidebar .tags ul,
.footer .footer-links ul {
    padding: 0;
    list-style: none
}

.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 50px;
    width: calc(100% - 60px)
}

.blog .sidebar .search-form form input[type=text]:focus {
    outline: 0
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 25px;
    margin: -1px;
    background: var(--color-primary);
    color: #fff;
    transition: .3s;
    border-radius: 50px;
    line-height: 0
}

.blog .sidebar .search-form form button i {
    line-height: 0
}

.blog .sidebar .categories ul li+li,
.inner-archieve {
    padding-top: 10px
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: rgb(34 34 34 / .4);
    font-size: 14px
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: 700
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: rgb(34 34 34 / .4)
}

.blog .sidebar .tags {
    margin-bottom: -10px
}

.blog .sidebar .tags ul a {
    color: #555;
    font-size: 14px;
    padding: 6px 20px;
    margin: 0 6px 8px 0;
    border: 1px solid #d5d5d5;
    display: inline-block;
    transition: .3s;
    border-radius: 50px
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid var(--color-primary);
    background: var(--color-primary)
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: rgb(85 85 85 / .8);
    font-size: 14px
}

.blog .comments {
    margin-top: 30px
}

.blog .comments .comments-count,
.font-bold-700 {
    font-weight: 700
}

.blog .comments .comment {
    margin-top: 30px;
    position: relative
}

.blog .comments .comment .comment-img {
    margin-right: 14px
}

.blog .comments .comment .comment-img img {
    width: 60px
}

.blog .comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px
}

.blog .comments .comment h5 a {
    font-weight: 700;
    color: var(--color-default);
    transition: .3s
}

.footer .footer-links ul a:hover,
.footer .social-links a {
    color: rgb(255 255 255 / .7)
}

.blog .comments .comment h5 .reply {
    padding-left: 10px;
    color: var(--color-primary)
}

.blog .comments .comment h5 .reply i {
    font-size: 20px
}

.blog .comments .comment time {
    display: block;
    font-size: 14px;
    color: rgb(34 34 34 / .8);
    margin-bottom: 5px
}

.blog .comments .comment.comment-reply {
    padding-left: 40px
}

.blog .comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 0 16px rgb(0 0 0 / .1);
    border-radius: 10px
}

.blog .comments .reply-form h4 {
    font-weight: 700;
    font-size: 22px
}

.blog .comments .reply-form p,
.footer,
.footer .footer-info p {
    font-size: 14px
}

.blog .comments .reply-form input,
.blog .comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px;
    font-size: 14px
}

.blog .comments .reply-form input:focus,
.blog .comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: rgb(0 131 116 / .8)
}

.blog .comments .reply-form .form-group {
    margin-bottom: 25px
}

.blog .comments .reply-form .btn-primary {
    border-radius: 50px;
    padding: 14px 40px;
    border: 0;
    background-color: var(--color-secondary)
}

.blog .comments .reply-form .btn-primary:hover {
    background-color: rgb(248 90 64 / .8)
}

.hero-waves {
    display: block;
    width: 100%;
    height: 40px;
    position: relative
}

.bubble,
.bubbles,
.link-absolute,
.ribbon,
.ribbon:after,
.ribbon:before {
    position: absolute
}

.bubbles {
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0
}

.bubble {
    bottom: -100px;
    width: 30px;
    height: 30px;
    background: #f1f1f136;
    border-radius: 50%;
    opacity: .5;
    animation: 10s ease-in infinite rise
}

.bubble:first-child {
    width: 40px;
    height: 40px;
    left: 10%;
    animation-duration: 8s
}

.bubble:nth-child(2) {
    width: 20px;
    height: 20px;
    left: 20%;
    animation-duration: 5s;
    animation-delay: 1s
}

.bubble:nth-child(3) {
    width: 50px;
    height: 50px;
    left: 35%;
    animation-duration: 7s;
    animation-delay: 2s
}

.bubble:nth-child(4) {
    width: 80px;
    height: 80px;
    left: 50%;
    animation-duration: 11s;
    animation-delay: 0s
}

.bubble:nth-child(5) {
    width: 35px;
    height: 35px;
    left: 55%;
    animation-duration: 6s;
    animation-delay: 1s
}

.bubble:nth-child(6) {
    width: 45px;
    height: 45px;
    left: 65%;
    animation-duration: 8s;
    animation-delay: 3s
}

.bubble:nth-child(7) {
    width: 90px;
    height: 90px;
    left: 70%;
    animation-duration: 12s;
    animation-delay: 2s
}

.bubble:nth-child(8),
.footer .social-links a img {
    width: 25px;
    height: 25px
}

.bubble:nth-child(8) {
    left: 80%;
    animation-duration: 6s;
    animation-delay: 2s
}

.bubble:nth-child(9) {
    width: 15px;
    height: 15px;
    left: 70%;
    animation-duration: 5s;
    animation-delay: 1s
}

.bubble:nth-child(10) {
    width: 90px;
    height: 90px;
    left: 25%;
    animation-duration: 10s;
    animation-delay: 4s
}

@keyframes rise {
    0% {
        bottom: -100px;
        transform: translateX(0)
    }
    50% {
        transform: translate(100px)
    }
    100% {
        bottom: 1080px;
        transform: translateX(-200px)
    }
}

.footer {
    background-color: #3f3729;
    padding: 15px 0 0;
    color: #f59e0b;
    position: relative;
}

.bg-light-blue {
    background-color: #2683c6;
    padding: 7px
}

.btn-live-update{
    
    background-color: #3c2825!important;
    font-size: 12px;
    border: 1px solid #000;
    padding: 5px 10px;
    text-transform: uppercase;
        color: #fff;
}

.blink-btn {
    animation: blink 2s infinite;
    margin-left: auto;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
}

/* .footer .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px
}

.award-gallery-tabs-wrapper .inner-news h5 a i,
.footer .footer-info .logo img {
    margin-right: 6px
}

.footer .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-right: 3px;
    transition: .3s
}

.footer .social-links a:hover {
    color: #fff;
    border-color: #fff
}

.footer h4 {
    font-size: 24px;
    position: relative;
    margin: 0
}

.mt-70 {
    margin-top: 70px
}

.footer .footer-links ul {
    margin: 10px 0;
    text-align: center
}

.footer .footer-links ul i {
    padding-right: 2px;
    color: rgb(0 131 116 / .8);
    font-size: 12px;
    line-height: 0
}

.footer .footer-links ul li {
    padding: 10px 5px;
    display: inline-block
}

.footer .footer-links ul li:first-child {
    padding-top: 0
}

.footer .footer-links ul a {
    color: #fff;
    transition: .3s;
    display: inline-block;
    line-height: 1;
    border-right: 1px solid #fff;
    padding: 1px 9px;
    font-size: 12px
} */

.footer .footer-contact p {
    line-height: 26px
}

.footer .footer-contact i {
    font-size: 27px
}

.menu-items,
.middle-header-wrapper .middle-header,
.topbar .topbar-right-items {
    display: flex;
    align-items: center
}

.btn-font-size {
    border: 1px solid #5c2605;
    text-align: center;
    width: 23px;
    height: 23px;
    color: #000;
    background: #fff;
    font-size: 13px;
    line-height: 23px;
    border-radius: 5px;
    margin-bottom: 0
}

.btn-language {
    background-color: #fff;
    font-size: 12px;
    padding: 3px 15px
}

.border-right-1 {
    border-right: 1px solid #000
}

.border-left-1 {
    border-left: 1px solid #000
}

.middle-header-wrapper .left-logo img {
    width: 90px;
    height: 90px;
}

.middle-header-wrapper .left-logo h5 span {
    font-weight: 400;
    font-size: 15px;
    font-family: Poppins, sans-serif
}

.middle-header-wrapper .left-logo h5 {
    font-weight: 700;
    font-size: 20px;
    font-family: 'Museo 700';
    color: var(--primary-text-color)
}

.left-logo {
    display: flex;
    align-items: center;
    padding: 5px
}

.right-logo,
.right-logo-footer {
    padding: 7px
}

.right-logo {
    display: flex;
    gap: 20px;
    justify-content: end;
    align-items: center
}

.mySwiper-home-banner .swiper-slide img {
    height: auto;
    object-fit: cover
}

.mySwiper-home-banner .swiper-pagination-bullet-active,
.mySwiper-tabs .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: red!important;
    border: 9px solid #fff;
    color: #fff;
    padding: 3px;
    opacity: 1!important
}

.mySwiper-home-banner .swiper-pagination-bullet,
.mySwiper-projects .swiper-pagination-bullet,
.mySwiper-tabs .swiper-pagination-bullet {
    background: #fff;
    opacity: .7
}

.mySwiper-home-banner .swiper-horizontal>.swiper-pagination-bullets,
.mySwiper-home-banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.mySwiper-home-banner .swiper-pagination-custom,
.mySwiper-home-banner .swiper-pagination-fraction {
    bottom: 12%;
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.award-gallery-tabs-wrapper .px-xl-5,
.helpline-wrapper-sec .px-xl-5,
.projects-wrapper .px-xl-5,
.scheme-program-wrapper .px-xl-5,
.table-wrapper .px-xl-5 {
    padding-right: 5rem!important;
    padding-left: 5rem!important
}

.gallery-wrapper,
.inner-banner-section,
.inner-item-schemes,
.scheme-program-wrapper {
    position: relative
}

.scheme-program-wrapper .swiper-button-prev {
    left: 5%;
    right: auto;
    color: #000
}

.scheme-program-wrapper .swiper-button-next {
    right: 5%;
    left: auto;
    color: #000
}

.inner-item-schemes img {
    height: 220px;
    object-fit: cover
}

.inner-item-schemes h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    background-color: #2683c6;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 0
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: .5s
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E")
}

.main-heading {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #0e204d
}

.Inner-heading,
.mcd-menu li a strong,
.quick-card {
    text-transform: uppercase
}

.marquee-text {
    position: relative;
    margin-left: 60px
}

.marquee-text .latest-upd {
    position: absolute;
    top: 0;
    left: 0;
    width: fit-content;
    padding: 14px 20px;
    background-color: #105399;
    color: #fff;
    z-index: 99
}

.marquee-text .latest-upd::before {
    content: "";
    position: absolute;
    top: 0;
    right: -13%;
    width: 14%;
    height: 100%;
    background-color: #105399;
    clip-path: polygon(0 0, 0% 100%, 100% 133%)
}

.marquee-text marquee {
    font-size: 18px;
    padding-block: 12px;
    z-index: 9;
    height: 46px;
    position: relative
}

marquee ul li {
    list-style: none;
    display: flex;
    gap: 4px;
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0
}

marquee ul {
    gap: 80px;
    margin-bottom: 0;
    align-items: center
}

marquee ul li i {
    color: #105399
}

.table-wrapper {
    padding: 30px 0
}

.page-link {
    background-color: #059;
    color: #fff
}

#example tr th {
    background-color: #2683c6;
    color: #fff;
    font-size: 15px
}

#example tr td {
    font-size: 12px
}

#example tr td i {
    font-size: 28px;
    color: #219ebc
}

#example tr td:nth-child(last-child) {
    text-align: center
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: #000;
    border: 1px solid #054369
}

.table>:not(caption)>*>* {
    padding: .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: #0085c638;
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))
}

.down:before {
    content: "\f019"
}

.back:before {
    content: "\f112"
}

@media only screen and (min-width:1360px) {
    .cd__main {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        padding: 24px
    }
}

.wrapper {
    margin-top: 5vh
}

.dataTables_filter,
.paginations {
    float: right
}

.table-hover>tbody>tr:hover {
    background-color: #cff
}

@media only screen and (min-width:768px) {
    .table {
        max-width: 100%!important
    }
}

thead {
    background: #ddd
}

.table td:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis
}

.highlight {
    background: #ff9
}

@media only screen and (max-width:767px) {
    table,
    tbody,
    td,
    th,
    thead,
    tr {
        display: block
    }
    tfoot tr,
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%!important
    }
    td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap
    }
    .table td:first-child {
        background: #ccc;
        top: 0;
        left: 0;
        font-weight: 700
    }
    /* td:first-of-type:before {
        content: "Name"
    }
    td:nth-of-type(2):before {
        content: "Position"
    }
    td:nth-of-type(3):before {
        content: "Office"
    }
    td:nth-of-type(4):before {
        content: "Age"
    }
    td:nth-of-type(5):before {
        content: "Start date"
    }
    td:nth-of-type(6):before {
        content: "Salary"
    } */
    .dataTables_length {
        display: none
    }
}

.award-gallery-tabs-wrapper {
    background-image: url(../nasik-new/explore_kumbh_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-attachment: fixed
}

.link-absolute,
.ribbon {
    background: #059;
    font-size: 20px;
    z-index: 9
}

.award-gallery-tabs-wrapper .container {
    margin-top: 30px;
    margin-bottom: 30px
}

.award-gallery-tabs-wrapper::before {
    position: absolute;
    content: "";
    background: #4d3204ab;
    width: 100%;
    height: 100%;
    top: 0
}

.explore_arrow {
    position: absolute;
    top: 85%;
    color: #930200;
    height: 21px;
    width: 80px;
}

.mt-50{
    margin-top:50px;
}

.mt-110{
    margin-top:110px;
}


.Highlight_bg {
    background-image: url(../../assets/nasik-new/highlight_bg.png);
    background-color: #fff8ec;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
    /* height:650px; */
}

.Highlight_bg figcaption {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
    background-color: antiquewhite;
    position: relative;
    top: -48px;
    left: 0;
    height: 60px;
    padding: 20px;
    color: #f09b0b;
    font-weight: 600;
    text-transform: uppercase;
    display: none;
}

.Highlight_bg .highlgt_item img{
  width:100%;
  height: 300px;
   object-fit: cover;
}

.Highlight_bg .cta-title{
color:#000;
font-weight: 600;
padding-top: 50px;
font-weight: 600;
text-transform: uppercase;
font-family: 'Yatra One', cursive;
}

.whats_plan{
    background: #fff8ec;
    height:1350px;
    overflow: hidden;
    position: relative;
}

.whats_plan .plan_card{
  position:relative;
  margin-top:40px;
}
.whats_plan h2 {
    color: #000;
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Yatra One', cursive;
}

.whats_plan .plan_card h2 {
    position: absolute;
    font-size: 70px;
    font-weight: 600;
    left: -19px;
    color:#bebebe;
}

/* .whats_plan .plan_card h3 {
    text-align: right;
    position: relative;
    font-size: 20px;
    color: #f59e0b;
    font-weight: 600;
    text-transform: uppercase;
    margin-top:40px;
} */
/* .whats_plan .plan_card h3::before {
    content: " ";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #f59e0b;
    left: 26px;
    top: 11px;
} */

.whats_plan .plan_card h3 {
    text-align: right;
    position: relative;
    font-size: 19px;
    color: #f59e0b;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 40px;
    width: 75%;
    margin-left: auto;
}

.whats_plan .plan_card h3::before {
    content: " ";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #f59e0b;
    left: -55px;
    top: 11px;
}

.whats_plan .plan_card h4{
 color:#000;
 font-size: 20px;
 margin-top: 50px;  
}

.whats_plan .plan_card p{
 color:#000; 
 font-size: 14px; 
}

.whats_plan .plan_card img{
 width:100%;
 height:370px;
}

.whats_plan .plan_card .readmore{
  color: #f59e0b;
  position:relative;
}

.whats_plan .plan_card .readmore .arr {
    color: #f59e0b;
    font-size: 25px;
    margin: 10px;
}

.facilities{
    background-color: #fff;;
}

.facilities h2 {
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Yatra One', cursive;
}

.facilities img{
  width:420px;
  height:520px;
  position:relative;
  object-fit: cover;
}

.facilities .circle1 {
    position: absolute;
    top: 8%;
    right: 26%;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #f8b21c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}



.facilities .circle1 span{
  position:absolute;
  left:116%;
  font-size: 19px;
  font-weight: 200;
  width:225px;
  color:#000;
  display: grid;
}

/* .facilities .circle1 span i{
    font-size: 32px;
} */

.facilities .circle1 span img{
           width: 80px;
    height: 80px;
    margin:0 auto;

}

.facilities .circle2 {
    position: absolute;
    top: 36%;
    left: 22%;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #198754;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    
}

.facilities .circle2 span {
    position: absolute;
    right: 127%;
    font-size: 19px;
    color: #000;
     font-weight: 200;
     width:225px;
     display: grid;
}

.facilities .circle2 span img{
           width: 80px;
    height: 80px;
    margin:0 auto;

}

.facilities .circle3 {
    position: absolute;
    top: 47%;
    right: 22%;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #026ab3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.facilities .circle3 span {
    position: absolute;
    left: 126%;
    font-size: 19px;
    color: #000;
    width: 200px;
     font-weight: 200;
     display: grid;
}

.facilities .circle3 span img{
           width: 80px;
    height: 80px;
    margin:0 auto;

}

.facilities .circle4 {
    position: absolute;
    bottom: 0%;
    left: 26%;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #ce0201;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.facilities .circle4 span {
    position: absolute;
    right: 110%;
    font-size: 19px;
    color: #000;
    top: -10%;
    font-weight: 200;
    width:200px;
    display: grid;
}

.facilities .circle4 span img{
       width: 80px;
    height: 80px;
    margin:0 auto;

}

.reach{
      background-color: #fff;
      padding: 0;
      position: relative;
      box-shadow: -8px -17px 30px 10px #fff;
    }
    .iconAndText{
        display: flex;
    color: #000;
    gap: 33px;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    }
    .iconAndText .text-reach{
        flex: 0.8;
        color:#000;
    }
    .iconAndText .iconreach{
        height: 85px;
        width: 85px;
        flex: 0.2;
        overflow: hidden;
    }
    .reach-img{
        padding: 40px;
        overflow: hidden;
    }

    .heading{
      font-size: 35px;
      font-family: 'Yatra One', cursive;
      font-weight: 700;
      color: #000;
      margin-block: 20px;
      text-transform: uppercase;
      z-index: 99;
      position: relative;
    }

    .filled-font {
    -webkit-text-fill-color: white;
    -webkit-text-stroke: 1px #f59e0b;
    position: relative;
    cursor: pointer;
    font-size: 25px;
    top: 0px;
}

.content-layout p{
    padding: 10px;
}


.footer{
padding:0;
}
.footer-card{
  padding:20px 60px 20px 60px;
  background: radial-gradient(148.08% 146.57% at 9.65% 174.12%, #f59e0b 0%, #000000 100%);
  border-bottom-right-radius: 50px;
  position:relative;
  margin-top:0px;
}
.foot-logo{
  width:70px;
  height:70px;
  margin-right: 12px;
  border-radius:50%;
  background-color: #fff;
}

.foot-text{
  color: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

.footer-card .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-card .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer-card .footer-links ul i {
    padding-right: 2px;
    color: #ef6445;
    font-size: 18px;
    line-height: 1;
}

.footer-card .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    margin-left:15px;
}

.footer-card .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    background: #fff;
    border-radius: 50%;
}

.footer-card .social-links i {
  color:#f59e0b;
}

.footer-card .visit_card {
    position: absolute;
    top: -51px;
    right: -33px;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ca0201;
}

.footer-card .visit_card h4{
  margin:0;
  font-size: 20px;
  font-weight: 600;
  color:#000;

}

.footer-card .visit_card h5 {
    margin: 0;
    font-size: 15px;
    margin-top: 5px;
}

.footer-card .visit_card p {
    margin: 0 auto;
    text-align: center;
    margin-top: 5px;
    background-color: #f7f7f7;
    width: 70%;
    border-bottom: 1px solid #ca0201;
}

.bg_footer{
background-image: url(../../assets/nasik-new/footer_bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bg_footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.bg_footer .footer-links ul i {
    padding-right: 2px;
    color: #ce0201;
    font-size: 18px;
    line-height: 1;
}

.bg_footer .footer-links ul a {
     color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    margin-left:15px;
}

.bg_footer .mt-ml{
      margin-top: 110px;
    margin-left: 100px;
}

.bg_footer .footer-links h4{
  color: #ec980b;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

/*.Highlight_bg .service
{
  margin: 8px 0px;
}*/


.hero-image {
  background-image: url("/w3images/photographer.jpg");
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.award-gallery-tabs-wrapper .inner-news {
    background-color: #f0f0f0;
    padding: 10px;
    min-height: 320px;
    height: auto
}

.award-gallery-tabs-wrapper .inner-news h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    background: #f59e0b;
    padding: 7px;
    text-align: center
}

.award-gallery-tabs-wrapper .inner-news h5 {
    border-bottom: 1px dashed #f59e0b;
    padding-bottom: 10px;
    color: #fff
}

.award-gallery-tabs-wrapper .inner-news h5 a {
    color: #000;
    font-size: 14px;
    line-height: 1.5
}

.award-gallery-tabs-wrapper .inner-news span {
    margin-left: 20px
}

.award-gallery-tabs-wrapper .nav-item {
    width: 48%;
    margin: 0 10px
}

.nav-tabs .nav-link {
    background-color: #fff;
    color: #105399;
    width: 100%;
    border: 0;
    font-size: 23px;
    border-radius: 0;
    padding: 17px
}

.ribbon:after,
.ribbon:before {
    content: "";
    display: block;
    height: 0;
    border-right: 45px solid #fff0;
    width: 40px;
    bottom: 0;
    right: 0
}

.mcd-menu li:hover>a,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #059
}

.award-gallery-tabs-wrapper .tab-content>.active {
    display: block;
    width: 98%;
    margin: 40px auto 20px
}

.mySwiper-tabs {
    padding-bottom: 20px;
    position: relative
}

.ribbon {
    padding: 0 25px;
    height: 43px;
    color: #fff;
    float: left;
    clear: left;
    line-height: 41px;
    text-shadow: 1px 1px 0 rgb(255 255 255 / .3);
    font-weight: 700;
    font-style: italic;
    top: 11px;
    left: 0
}

.ribbon:before {
    z-index: 10;
    border-bottom: 45px solid #0000002e;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: right bottom;
    -moz-transform: rotate(80deg);
    -moz-transform-origin: right bottom;
    -o-transform: rotate(80deg);
    -o-transform-origin: right bottom;
    -ms-transform: rotate(80deg);
    -ms-transform-origin: right bottom;
    transform: rotate(80deg);
    transform-origin: right bottom
}

.ribbon:after {
    z-index: 20;
    border-bottom: 45px solid #0098d4;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    -o-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: right bottom;
    transform: rotate(90deg);
    transform-origin: right bottom
}

.link-absolute {
    color: #fff;
    padding: 7px 10px;
    border-radius: 50%;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / .18), 0 4px 15px 0 rgb(0 0 0 / .15);
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out
}

.mySwiper-projects .swiper-horizontal>.swiper-pagination-bullets,
.mySwiper-projects .swiper-pagination-bullets.swiper-pagination-horizontal,
.mySwiper-projects .swiper-pagination-custom,
.mySwiper-projects .swiper-pagination-fraction,
.mySwiper-tabs .swiper-horizontal>.swiper-pagination-bullets,
.mySwiper-tabs .swiper-pagination-bullets.swiper-pagination-horizontal,
.mySwiper-tabs .swiper-pagination-custom,
.mySwiper-tabs .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.mySwiper-tabs .swiper-slide img,
.mySwiper-tabs-videos .swiper-slide img {
    height: 300px;
    object-fit: cover
}

.client-wrapper {
    padding: 20px
}

.client-wrapper .mySwiper-client .client-inner {
    padding: 5px;
    background-color: #e7e7e7
}

.client-wrapper .mySwiper-client .client-inner img {
    width: 100%;
    height: 85px
}

.helpline-wrap h5 {
    padding: 19px 12px;
    box-shadow: 0 2px 1px 0;
    margin-block: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #02214d
}

.quick-card {
    padding: 12px;
    margin-block: 0;
    font-size: 14px;
    color: #005999;
    border-bottom: 1px solid #80808024;
    display: flex
}

.citizen-img {
    width: 50%;
    height: 86px
}

.citizen-wrapper .text-capitalize {
    text-transform: capitalize!important;
    font-weight: 600;
    width: 50%;
    font-size: 17px;
    margin-bottom: 0
}

.major-projects-wrapper {
    background-color: #eff3ff;
    padding: 35px 20px 20px
}

.major-projects-wrapper .projects-inner-items {
    padding-bottom: 40px
}

.mySwiper-projects .swiper-pagination-bullet-active {
    background: red!important;
    border: 9px solid #fff;
    color: #fff;
    padding: 3px;
    opacity: 1!important;
    outline-color: #000
}

.social-media-feeds {
    background-color: #eff3ff;
    padding: 35px 20px
}

.social-media-feeds-inner {
    height: 444px;
    overflow: auto
}

.scroll-sec,
.water_para {
    overflow-x: hidden;
    overflow-y: scroll
}

#google_translate_element span,
.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none!important
}

.goog-te-gadget .goog-te-combo {
    margin: 6px 4px!important;
    border-radius: 3px;
    border: 1px solid #cccccca6;
    padding: 4px;
    display: flex;
    border: 2px solid #005799
}

.goog-te-gadget {
    color: transparent!important;
    font-family: arial;
    font-size: 11px;
    white-space: nowrap;
    display: flex;
    flex-direction: row-reverse;
    width: auto
}

.btn-common {
    background-color: #059;
    border-radius: 3px;
    font-size: 12px
}

.btn-common:hover {
    background-color: #fff;
    color: #059
}

.bg-scheme {
    background-color: #eff3ff;
    padding: 20px 15px;
    min-height: 220px
}

.central-scheme-wrapper .central-icons {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 15px
}

.central-scheme-wrapper .central-schme-inner-text h5 {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    color: #0098d4;
    margin-bottom: 0
}

.central-scheme-wrapper .central-schme-inner-text p {
    font-size: 14px;
    margin: 10px 0;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.central-scheme-wrapper .central-schme-inner-text span {
    color: #219ebc;
    font-size: 22px;
    font-weight: 700
}

.hero-waves-banner {
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 99
}

.wave1 use {
    -webkit-animation: 10s linear -2s infinite move-forever1;
    animation: 10s linear -2s infinite move-forever1
}

.wave2 use {
    -webkit-animation: 8s linear -2s infinite move-forever2;
    animation: 8s linear -2s infinite move-forever2
}

.wave3 use {
    -webkit-animation: 6s linear -2s infinite move-forever3;
    animation: 6s linear -2s infinite move-forever3
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0)
    }
    100% {
        transform: translate(-90px, 0)
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0)
    }
    100% {
        transform: translate(-90px, 0)
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0)
    }
    100% {
        transform: translate(85px, 0)
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0)
    }
    100% {
        transform: translate(85px, 0)
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0)
    }
    100% {
        transform: translate(85px, 0)
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0)
    }
    100% {
        transform: translate(85px, 0)
    }
}

.visitor-count {
    font-size: 15px!important;
    font-weight: 600!important
}

.visitor-count span {
    color: #e7b733
}

.border-bottom-1 {
    border-bottom: 1px solid #9e9e9e
}

.copy-right {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d9d9d9
}

.mcd-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%
}

.mcd-menu li {
    position: relative;
    list-style: none
}

.mcd-menu li a {
    display: block;
    padding: 12px 20px;
    color: #059;
    text-align: left;
    height: auto;
    position: relative;
    border-bottom: 1px solid #eee
}

.mcd-menu li a i {
    float: left;
    font-size: 20px;
    margin: 0 10px 0 0;
    position: absolute!important;
    right: 0;
    top: 10px
}

.mcd-menu li a p {
    float: left;
    margin: 0
}

.mcd-menu li a strong {
    display: block;
    font-size: 14px
}

.mcd-menu li a small {
    display: block;
    font-size: 10px
}

.mcd-menu li a i,
.mcd-menu li a small,
.mcd-menu li a strong {
    position: relative;
    transition: .3s linear;
    -o-transition: .3s linear;
    -ms-transition: .3s linear;
    -moz-transition: .3s linear;
    -webkit-transition: .3s linear
}

.mcd-menu li:hover>a i {
    opacity: 1;
    -webkit-animation: .3s ease-in-out moveFromTop;
    -moz-animation: .3s ease-in-out moveFromTop;
    -ms-animation: moveFromTop 300ms ease-in-out;
    -o-animation: .3s ease-in-out moveFromTop;
    animation: .3s ease-in-out moveFromTop
}

.mcd-menu li:hover a strong {
    opacity: 1;
    -webkit-animation: .3s ease-in-out moveFromLeft;
    -moz-animation: .3s ease-in-out moveFromLeft;
    -ms-animation: moveFromLeft 300ms ease-in-out;
    -o-animation: .3s ease-in-out moveFromLeft;
    animation: .3s ease-in-out moveFromLeft
}

.mcd-menu li:hover a small {
    opacity: 1;
    -webkit-animation: .3s ease-in-out moveFromRight;
    -moz-animation: .3s ease-in-out moveFromRight;
    -ms-animation: moveFromRight 300ms ease-in-out;
    -o-animation: .3s ease-in-out moveFromRight;
    animation: .3s ease-in-out moveFromRight
}

.mcd-menu li a.active {
    position: relative;
    color: #e67e22;
    border: 0;
    box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    border-left: 4px solid #e67e22;
    border-right: 4px solid #e67e22;
    margin: 0 -4px
}

.mcd-menu li a.active:after,
.mcd-menu li a.active:before,
.mcd-menu li ul li ul:before,
.mcd-menu li ul:before {
    content: "";
    border-bottom: 5px solid #fff0;
    border-top: 5px solid #fff0;
    position: absolute
}

.mcd-menu li a.active:before {
    top: 42%;
    left: 0;
    border-left: 5px solid #e67e22
}

.mcd-menu li a.active:after {
    top: 42%;
    right: 0;
    border-right: 5px solid #e67e22
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes moveFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes moveFromRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.mcd-menu li ul,
.mcd-menu li ul li ul {
    position: absolute;
    height: auto;
    min-width: 200px;
    padding: 0;
    margin: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
    -o-transition: .3s linear;
    -ms-transition: .3s linear;
    -moz-transition: .3s linear;
    -webkit-transition: .3s linear;
    z-index: 1000;
    left: 100%;
    top: 0;
    border-left: 4px solid #0085c6
}

.mcd-menu li ul:before {
    top: 20px;
    left: -9px;
    border-right: 5px solid #0085c6
}

.mcd-menu li ul li:hover>ul,
.mcd-menu li:hover>ul {
    display: contents;
    opacity: 1;
    visibility: visible;
    left: 100%
}

.mcd-menu li ul li a {
    padding: 10px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    height: auto
}

.mcd-menu li ul li a i {
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0
}

.mcd-menu li ul li ul {
    left: 230px;
    top: 0;
    border: 0;
    border-left: 4px solid #e67e22
}

.mcd-menu li ul li ul:before {
    top: 15px;
    left: -9px;
    border-right: 5px solid #e67e22
}

.mcd-menu li ul li:hover>ul {
    top: 0;
    left: 200px
}

.mcd-menu li a.search {
    padding: 10px 10px 15px;
    clear: both
}

.mcd-menu li a.search i {
    margin: 0;
    display: inline-block;
    font-size: 18px
}

.mcd-menu li a.search input {
    border: 1px solid #eee;
    padding: 10px;
    background: #fff;
    outline: 0;
    color: #777;
    width: 170px;
    float: left
}

.mcd-menu li a.search button {
    border: 1px solid #e67e22;
    background: #e67e22;
    outline: 0;
    color: #fff;
    margin-left: -4px;
    float: left;
    padding: 10px 10px 11px
}

.mcd-menu li a.search input:focus {
    border: 1px solid #e67e22
}

.search-mobile {
    display: none!important;
    background: #e67e22;
    border-left: 1px solid #e67e22;
    border-radius: 0 3px 3px 0
}

.search-mobile i {
    color: #fff;
    margin: 0!important
}

@media only screen and (min-width:960px) and (max-width:1199px) {
    .mcd-menu {
        margin-left: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .mcd-menu {
        width: 100%
    }
    .mcd-menu li a {
        height: auto
    }
    .mcd-menu li a i {
        font-size: 22px
    }
    .mcd-menu li a strong,
    .mcd-menu li ul a {
        font-size: 12px
    }
    .mcd-menu li a small {
        font-size: 10px
    }
    .mcd-menu li a.search input {
        width: 120px;
        font-size: 12px
    }
    .mcd-menu li a.search buton {
        padding: 8px 10px 9px
    }
    .mcd-menu li>ul {
        min-width: 180px
    }
    .mcd-menu li:hover>ul {
        min-width: 180px;
        left: 200px
    }
    .mcd-menu li ul li ul li>ul,
    .mcd-menu li ul li>ul {
        min-width: 150px
    }
    .mcd-menu li ul li:hover>ul {
        left: 180px;
        min-width: 150px
    }
    .mcd-menu li ul li ul li:hover>ul {
        left: 150px;
        min-width: 150px
    }
    .mcd-menu li ul a i {
        font-size: 14px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .sticky {
        position: fixed!important
    }
    .mcd-menu {
        width: 100%
    }
    .mcd-menu li a {
        position: relative;
        padding: 12px 16px;
        height: auto
    }
    .mcd-menu li .search,
    .mcd-menu li a small {
        display: none
    }
    .mcd-menu li a.active strong,
    .mcd-menu li a:hover strong {
        display: block;
        font-size: 10px;
        padding: 3px 0;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #e67e22;
        color: #fff;
        min-width: 100%;
        text-transform: lowercase;
        font-weight: 400;
        text-align: center
    }
    .mcd-menu li>ul {
        min-width: 180px;
        left: 70px
    }
    .mcd-menu li:hover>ul {
        min-width: 180px;
        left: 50px
    }
    .mcd-menu li ul li ul li>ul,
    .mcd-menu li ul li>ul {
        min-width: 150px
    }
    .mcd-menu li ul li:hover>ul {
        left: 180px;
        min-width: 150px
    }
    .mcd-menu li ul li ul li>ul {
        left: 35px;
        top: 45px;
        border: 0;
        border-top: 4px solid #e67e22
    }
    .mcd-menu li ul li ul li>ul:before {
        left: 30px;
        top: -9px;
        border: 0;
        border-bottom: 5px solid #e67e22;
        border-left: 5px solid #fff0;
        border-right: 5px solid #fff0
    }
    .mcd-menu li ul li ul li:hover>ul {
        left: 30px;
        min-width: 150px;
        top: 35px
    }
    .mcd-menu li ul a {
        font-size: 12px
    }
    .mcd-menu li ul a i {
        font-size: 14px
    }
}

@media only screen and (max-width:479px) {
    .mcd-menu {
        width: 100%
    }
    .mcd-menu li a {
        position: relative;
        padding: 12px 16px;
        height: auto
    }
    .mcd-menu li .search,
    .mcd-menu li a small {
        display: none
    }
    .mcd-menu li a.active strong,
    .mcd-menu li a:hover strong {
        display: contents;
        font-size: 16px;
        padding: 3px 0;
        bottom: 0;
        left: 0;
        background: 0 0;
        color: #fff;
        min-width: 100%;
        text-transform: capitalize;
        font-weight: 400;
        text-align: center
    }
    .mcd-menu li>ul {
        min-width: 180px;
        left: 70px
    }
    .mcd-menu li:hover>ul {
        min-width: 180px;
        left: 50px
    }
    .mcd-menu li ul li ul li>ul,
    .mcd-menu li ul li>ul {
        min-width: 150px
    }
    .mcd-menu li ul li:hover>ul {
        left: 180px;
        min-width: 150px
    }
    .mcd-menu li ul li ul li>ul {
        left: 35px;
        top: 45px;
        border: 0;
        border-top: 4px solid #e67e22
    }
    .mcd-menu li ul li ul li>ul:before {
        left: 30px;
        top: -9px;
        border: 0;
        border-bottom: 5px solid #e67e22;
        border-left: 5px solid #fff0;
        border-right: 5px solid #fff0
    }
    .mcd-menu li ul li ul li:hover>ul {
        left: 30px;
        min-width: 150px;
        top: 35px
    }
    .mcd-menu li ul a {
        font-size: 12px
    }
    .mcd-menu li ul a i {
        font-size: 14px
    }
}

.Inner-heading {
    font-size: 19px;
    font-weight: 600;
    background-color: #005799;
    color: #fff;
    padding: 12px 20px
}

.logos-card {
    text-align: center;
    box-shadow: 0 0 10px -2px #b7b0b0;
    padding: 14px;
    margin-bottom: 16px;
    background-color: #fefefe
}

.logos-card img {
    width: 100px;
    height: 100px
}

.logos-card p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 127%
}

.social-links a {
    color: #fff;
    line-height: 1;
    transition: .3s;
    margin: 0 4.5px;
    font-size: 13px;
    padding: 5px;
    border-radius: 3px;
    background-color: #059
}

.inner-banner-section .inner-banner .banner-text {
    position: absolute;
    top: 45%;
    left: 8%
}

.inner-banner-section .inner-banner .banner-text h3 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Yatra One', cursive;
    /* text-shadow: 14px -5px 12px #fff; */
}

.history-wrapper h5 {
    color: var(--primary-text-color);
    padding: 10px;
    margin: 0;
    font-weight: 600
}

/* .history-wrapper p {
    padding: 10px
} */

.Organization-wrapper h5,
.history-wrapper strong {
    color: #005799;
    padding: 10px;
    margin: 0;
    font-weight: 600
}

.inner-page-left ul li {
    color: #005799
}

.inner-page-left {
    border: 1px solid #005799;
    box-shadow: 0 0 4px 0;
    background-color: #67caec26
}

#organizational-chart h4 {
    text-transform: none;
    font-size: 14px
}

#organizational-chart p {
    font-size: 13px;
    line-height: 16px
}

@media screen and (max-width:600px) {
    #organizational-chart h4,
    #organizational-chart p {
        font-size: 2.3vw;
        line-height: 3vw
    }
}

.structure-card {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #def5ff;
    margin-block: 10px;
    width: 100%
}

.Organization-wrapper .structure-card p {
    padding: 0 16px;
    margin-bottom: 0
}

.contact-details p {
    padding-left: 12px
}

.left_section_nav ul#pills-tab {
    padding-left: 0;
    background-color: var(--primary-bg-color);
    border: 1px solid #0d6efd!important;
    display: block!important
}

.departmental-directory #pills-tabContent {
    border-top: none!important;
    border-radius: 0!important
}

.left_section_nav ul#pills-tab button {
    font-size: 13px;
    border-radius: 0;
    text-align: left
}

.left_section_nav ul#pills-tab button.active {
    color: #fff!important;
    background-color: #105399!important;
    width: 100%;
    text-align: left;
    box-shadow: 2px 5px 16px 6px #10539924!important;
    border-radius: 0;
    border: 1px solid#105399!important
}

.left_section_nav h4 {
    background: #105399;
    padding: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 700
}

.right_section_table table td {
    font-size: 13px;
    padding: 13px;
    border: 1px solid #054369;
    background-color: var(--primary-bg-color)!important;
    color: var(--secondary-text-color)
}

.right_section_table thead {
    background: #105399;
    color: #fff
}

.right_section_table thead tr th {
    background: #054369;
    color: #fff;
    border: 1px solid #fdfdfd82;
    font-size: 12px
}

.right_section_table h3 {
    color: var(--primary-text-color);
    font-size: 15px!important;
    font-weight: 700!important;
    margin-top: 10px
}

div#debug-icon,
wordtune-read-extension {
    display: none
}

.history-wrapper p {
    font-size: 15px;
    margin-bottom: 0;
    color: var(--secondary-text-color)
}

.left_section_nav ul#pills-tab button,
.left_section_nav_rti ul#pills-tab button {
    border-bottom: 1px solid #10539940;
    width: 100%
}

.history-wrapper ul li {
    font-size: 14px;
    line-height: 33px;
    color: var(--secondary-text-color);
    list-style: none;
    display: flex;
    align-items: center;
    gap: 7px
}

.content-layout ol, .content-layout ul {
    padding-left: 1rem;
}

.history-wrapper ul li img{
    width: 17px;
}

.departmental-directory .left_section_nav ul#pills-tab {
    padding-left: 0;
    background-color: var(--primary-bg-color);
    border: 1px solid #0d6efd!important;
    display: inline-block!important;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    white-space: nowrap
}

.departmental-directory .left_section_nav ul#pills-tab button {
    color: var(--secondary-text-color);
    font-size: 13px;
    border-right: 1px solid #0543694d;
    border-radius: 0
}

.departmental-directory .left_section_nav ul#pills-tab button.active {
    color: var(--secondary-text-color);
    background-color: #105399;
    width: 100%;
    text-align: left;
    box-shadow: 2px 5px 16px 6px #10539924!important;
    border-radius: 0;
    border: 1px solid #105399
}

.btr {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #0d6efd!important
}

button.btn.download_button.btn-common {
    float: right;
    margin-bottom: 10px;
    color: #fff
}

.water_para {
    text-align: justify;
    max-height: 200px
}

.water_para::-webkit-scrollbar {
    width: 6px
}

.water_para::-webkit-scrollbar-track {
    background: #002060
}

.water_para::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: var(--Prim-Sea-Green, #b1dff2)
}

.water_para::-webkit-scrollbar-thumb:hover {
    background: #002060;
    border-radius: 10px
}

.bght,
.bght:focus {
    background: #d9d9d93b;
    border-radius: 0;
    font-size: 14px
}

.centralscheme .swiper-button-prev {
    color: #105399;
    padding: 15px 14px;
    background: #fffffffa;
    left: -5px;
    border-radius: 0
}

.centralscheme .swiper-button-next {
    color: #105399;
    padding: 15px 14px;
    background: #fffffffa;
    right: -5px;
    border-radius: 0
}

.centralscheme .swiper-button-next:after,
.centralscheme .swiper-button-prev:after {
    font-size: 14px;
    line-height: normal;
    font-weight: 600
}

.central-schme-inner-text {
    margin: 0 auto;
    text-align: center
}

.scroll-sec {
    height: 370px
}

.kpi-main-section,
.newsadd_scroll,
.quick-links-wrap {
    overflow-x: hidden;
    overflow-y: auto
}

.scroll-sec::-webkit-scrollbar {
    width: 6px
}

.scroll-sec::-webkit-scrollbar-track {
    background: #002060
}

.scroll-sec::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: var(--Prim-Sea-Green, #b1dff2)
}

.scroll-sec::-webkit-scrollbar-thumb:hover {
    background: #002060;
    border-radius: 10px
}

.rti-head {
    cursor: pointer
}

.sewerage-wrap p {
    font-size: 14px;
    line-height: 28px;
    color: var(--secondary-text-color);
    margin: 0
}

.sewerage-wrap h3 {
    color: var(--secondary-text-color);
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0 0
}

.sewerage-wrap h5 {
    color: #000;
    padding: 0 10px;
    margin: 0;
    font-weight: 600;
    font-size: 15px
}

.sewerage-wrap h2 {
    font-size: 25px;
    font-weight: 700
}

.quick-links-wrap {
    max-height: 370px
}

.quick-links-wrap::-webkit-scrollbar {
    width: 6px
}

.quick-links-wrap::-webkit-scrollbar-track {
    background: #002060
}

.quick-links-wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: var(--Prim-Sea-Green, #b1dff2)
}

.quick-links-wrap::-webkit-scrollbar-thumb:hover {
    background: #002060;
    border-radius: 10px
}

.kpi-main-section {
    max-height: 433px
}

.kpi-main-section::-webkit-scrollbar {
    width: 6px
}

.kpi-main-section::-webkit-scrollbar-track {
    background: #002060
}

.kpi-main-section::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: var(--Prim-Sea-Green, #b1dff2)
}

.kpi-main-section::-webkit-scrollbar-thumb:hover {
    background: #002060;
    border-radius: 10px
}

.newsadd_scroll {
    height: 320px;
    margin-bottom: 20px
}

.newsadd_scroll::-webkit-scrollbar {
    width: 6px
}

.newsadd_scroll::-webkit-scrollbar-track {
    background: #f59e0b
}

.newsadd_scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: var(--Prim-Sea-Green, #fff)
}

.newsadd_scroll::-webkit-scrollbar-thumb:hover {
    background: #f59e0b;
    border-radius: 10px
}

.inner-banner {
    height: 200px;
    background-position: initial;
    position: relative;
    margin-top: 0;
    z-index: 9
}

section.Organization-wrapper,
section.history-wrapper {
    background-image: url(../img/new-images/bg1.jpg);
    background-size: cover;
    background-position: center;
    position: relative
}

section.Organization-wrapper:before,
section.history-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: var(--before-bg-color)
}

section.Organization-wrapper .container,
section.Organization-wrapper .container-fluid,
section.history-wrapper .container,
section.history-wrapper .container-fluid {
    position: relative;
    z-index: 9
}

.history-wrapper ul li img {
    margin-right: 11px
}

.middle-header-wrapper {
    padding: 0;
    border-top: 2px solid #105399;
    border-bottom: 2px solid #105399;
    background-color: var(--secondary-bg-color)
}

.icon_type img {
    width: 35px;
    margin-bottom: 10px
}

.icon_type {
    float: right;
    position: relative
}

.drop-icon {
    width: 17px;
    height: 20px;
    margin-top: 3px
}

#Chief_example_filter label,
#Chief_example_length label,
#Executive_example_filter label,
#Executive_example_length label,
#Honourable_example_filter label,
#Honourable_example_length label,
#Secretariat_example_filter label,
#Secretariat_example_length label,
#Superintendent_example_filter label,
#Superintendent_example_length label {
    display: flex;
    margin-bottom: 10px;
    align-items: center
}

.right_section_nav_archieve {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #0f70fb;
    background-color: var(--primary-bg-color)
}

.bdr-btm,
.inner-archieve,
.inner-archieve-item {
    border-bottom: 1px solid #4591cf
}

.right_section_nav_archieve .nav-pills .nav-link.active,
.right_section_nav_archieve .nav-pills .show>.nav-link {
    color: #fff!important;
    background-color: #059;
    border-radius: 0
}

.right_section_nav_archieve .nav-pills .nav-item {
    border-bottom: 0
}

.right_section_nav_archieve .nav-pills .nav-link {
    border-radius: 0;
    border-right: 1px solid #0f70fb;
    color: var(--secondary-text-color)!important
}

.bdr-btm {
    padding-bottom: 10px
}

.archieve-tabs .right-logo {
    padding: 0;
    display: flex;
    gap: 20px;
    justify-content: end;
    align-items: center
}

.archieve-tabs .srch-box .form-control {
    width: 80%;
    border-radius: 4px;
    padding: 10px;
    background-color: #def2f8;
    border: 1px solid #4996d1
}

.archieve-tabs .srch-box .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #fff0;
    outline: 0;
    box-shadow: none
}

.left_section_nav_rti ul#pills-tab {
    padding-left: 0;
    color: var(--secondary-text-color)!important;
    background-color: var(--primary-bg-color);
    border: 1px solid #0d6efd!important;
    display: inline-block!important;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%
}

.left_section_nav_rti ul#pills-tab button {
    font-size: 13px;
    text-align: left;
    width: 100%;
    color: var(--secondary-text-color)
}

.right_section_table_rti h3 {
    color: var(--primary-text-color)!important;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5
}

.right_section_table_rti table td {
    font-size: 13px;
    padding: 13px;
    border: 1px solid #05436975;
    color: var(--secondary-text-color)!important;
    background-color: var(--primary-bg-color)
}

.contact-details h5 {
    padding-left: 12px;
    color: var(--primary-text-color)!important
}

.btn-color {
    background-color: #005799;
    width: fit-content;
    padding: 0 15px;
    color: #fff;
    margin-top: 0;
    border: none;
    position: relative
}

.privacy-wrapper p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--secondary-text-color);
    margin-bottom: 0;
    padding: 10px
}

.contact h3 {
    margin-bottom: 30px;
    font-size: 20px;
    color: #005799!important
}

.privacy-wrapper p b {
    color: var(--primary-text-color)
}

.twitter-timeline {
    height: 623px;
    overflow-y: scroll;
    width: 100%;
    margin-bottom: 20px!important
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.mySwiper-client .swiper-button-prev {
    color: #fffffffa;
    padding: 15px 14px;
    background: #2683c6;
    left: -5px;
    border-radius: 0
}

.mySwiper-client .swiper-button-next:after,
.mySwiper-client .swiper-button-prev:after {
    font-size: 13px
}

.mySwiper-client .swiper-button-next {
    color: #fffffffa;
    padding: 15px 14px;
    background: #2683c6;
    right: -5px;
    border-radius: 0
}

.navbar a,
.navbar a:focus {
    font-size: 12px!important
}

.navbar>ul>li {
    padding: 13px 17px!important
}

#youtube {
    position: absolute;
    left: 0;
    top: 45%;
    right: 0;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto
}

#topbar {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
    padding:0;
}

.header-sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    z-index: 999;
    transform: translateY(-100px);
}

.topbar {
    background-color: var(--secondary-bg-color);
    transition: .5s;
    color: #000;
    padding: 0;
    z-index: 9999;
    position: relative
}

body {
    min-height: auto!important
}

.banner_section {
    /* margin-top: 150px; */
    background: #fff;
}

.banner-text p {
    color: #105399!important
}

.inner-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* New Header Style Css Start Here */
.mpphed__title {
    font-weight: 700;
    font-size: 20px;
    font-family: 'Museo 700';
    color: var(--secondary-text-color);
 }

 .mpphed__title .gov-tag {
    display: block;
    font-size: 15px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    margin-top: 2px;
 }

 .nav__mpphed__logo {
    display: inline-flex;
    align-items: center;
 }

 .mpphed__logo>img {
    max-width: 100%;
 }

 .mpphed__logo {
    margin-right: 10px;
    /* max-width: 90px; */
        max-width: 65px;
 }

 .top-nav-mpphed__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
 }

 .mpphed-list {
    list-style: none;
    margin: 0;
    padding: 0;
 }

 .mpphed__fonts__sec li a {
    font-size: 14px;
    border: 1px solid #444;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-align: center;
    background-color: #fff;
    color: #444;
 }

 .mpphed__fonts__sec li a:hover {
    background-color: #059;
    color: #fff;
    border-color: #059;
 }

 .mpphed__fonts__sec li a:hover img {
    filter: invert(1);
 }

 .mpphed__fonts__sec li a {
    width: 25px;
    height: 25px;
 }

 .mpphed__fonts__sec li:not(:last-child),
 .mpphed__social__web li:not(:last-child) {
    margin-right: 5px;
 }

 .mpphed__social__web li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
 }

 .mpphed__social__web li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #F59E0B;
    width: 27px;
    height: 27px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #F59E0B;
 }

 .mpphed__social__web li a:hover {
    background-color: #fff;
    color: #F59E0B;
 }

 .theme-change-bt {
    width: auto !important;
    padding-left: 5px;
    padding-right: 5px;
 }

 .language_select li button {
    font-size: 14px;
    margin: 0;
 }

 .search__field .form-control {
    box-shadow: none;
    height: 36px;
    font-size: 14px;
    border-radius: 4px;
 }

 .search__field form {
    position: relative;
    margin-top: 10px;
    max-width: 260px;
    margin-left: auto;
 }

 .mpphed__right__top>ul:not(:last-child) {
    margin-right: 15px;
 }

 .search__field form .btn {
    position: absolute;
    right: 0;
    height: 35px;
    width: 35px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
    padding: 0;
    font-size: 14px;
    background-color: #F59E0B;
    border-color: #F59E0B;
 }

.top-nav-mpphed {
    border-top: 2px solid #F59E0B;
    padding: 10px 0px 0px 0px;
    position: relative;
}
 .marquee-text ul li a {
    font-size: 15px;
}
.marquee-text h4{
    margin-bottom: 0;
    font-size: 15px;
    color: #ff0436;
}

.btn-dashboard {
    background-color: transparent;
    color: #F59E0B;
    border: 1px solid #F59E0B !important;
}

.btn-dashboard:hover {
    background-color: #F59E0B;
    color:#fff;
}


/* Dashboard View */
.tab-navbar {
    display: flex ;
    align-items: center; 
    margin-bottom: 10px !important;
}

.tab-navbar>li:not(:last-child){
    margin-right: 10px;
}
.tab-navbar>li>a {
    font-weight: 500;
    color: #444;
    font-size: 14px;
    background-color: #f0f0f0;
    padding: 6px;
    display: block;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
}
.tab-navbar>li>a.active{
    background-color: #007dff;
    color: #fff;
}
.dashboard-tab {
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
}
.dashboard-tab ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.jal-jeevan-list>li {
    display: flex ;
    align-items: center;
}
.dash-icon {
    display: block;
    max-width: 60px;
    overflow: hidden;
    margin-right: 10px;
    border-right: 1px solid #1053991f;
    padding-right: 10px;
}
.dash-icon>img{
    max-width: 100%;
}
.count-dt>span {
    display: block;
}
.no-view{
    font-weight: 800;
    margin-bottom: 5px;
}
.dash-label{
    font-weight: 400;
    font-size: 12px;
}
.jal-jeevan-list>li{
    padding-top: 10px;
    padding-bottom: 10px;
}
.jal-jeevan-list>li:not(:last-child){
    border-bottom: 1px solid #1053991f;
}
.bg-heading-list{
    background-color: #e9f5ff;
    color: #0554a8;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600; 
    width: 100%; 
}
.view-all-btn {
    display: inline-flex ;
    background-color: #005799 !important;
    color: #fff !important;
    font-size: 14px;
    font-size: 14px;
    border-radius: 4px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border: 1px solid #005799;
    opacity: .85;
}
.view-all-btn:hover{
    opacity:1;
}
.view-all-btn>i{
    margin-left: 10px;
}
.news-list-dt{
    transition: all .3s;
}
.inner-news { 
    transition: all 0.3s ease-in-out; /* Smooth transition */
}
 
.inner-news:hover {
    transform: scale(1.05); /* Slightly enlarges */
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); /* Stronger shadow */ 
}
.news-list-dt h5>a:hover, .news-list-dt h5>a.active {
    color: #f59e0b;
}
.news-list-dt h5 a>i{
    position: absolute;
    left: 0;
}
.news-list-dt h5 a{
display: block;
position: relative;
padding-left: 20px;
    font-size: 13px !important;
    transition: all .3s;

}

.countdown-card {
    background: rgb(249 243 241 / 55%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 20px;
    box-shadow: 0 20px 44px -16px rgba(0, 0, 0, .55);
    border: 1px solid rgba(245, 184, 0, .35);
    padding: 26px;
    position: absolute;
    color: #0A7C6E;
    width: 45%;
    bottom: -100px;
    z-index: 99;
    left: 26%;
}

  .countdown-card::after{content:"";position:absolute;inset:0;border-radius:20px;padding:2px;background:linear-gradient(135deg,var(--gold),var(--lotus),var(--water-blue));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;}
  .countdown-card h3{color:#000;}
  .countdown-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;}
  .countdown-head h3 {
    font-size: 27px;
    font-family: 'Yatra One', cursive;
   }
  .badge-live{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:.72rem;background:rgba(245,184,0,.18);color:var(--gold-soft);padding:4px 10px;border-radius:999px;display:flex;align-items:center;gap:5px;}
  .countdown-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px;}
  .cd-box{background:rgba(255,255,255,.08);border:1px solid rgba(245,184,0,.25);border-radius:10px;padding:10px 4px;text-align:center;}
  .cd-box b{display:block;font-family:'Rajdhani',sans-serif;font-size:1.7rem;font-weight:800;color:#f39d0b;}
  .cd-box span{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:#f39d0b;font-weight:600;}
  .snan-name{font-family:'Rajdhani',sans-serif;font-weight:700;color:#f39d0b;font-size:.88rem;text-align:center;}

  /*==============================
    Kumbh News Section
==============================*/

.km-news-section{
    background:#f7f6fb;
    padding:80px 0;
}

/*==============================
    Section Heading
==============================*/

.km-news-heading{
    position:relative;
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:30px;
}

.km-news-heading h2 {
    font-size: 25px;
    font-weight: 600;
    color: #1d1d1d;
    margin: 0;
    font-family: 'Yatra One', cursive;
}

.km-news-heading::after {
    content: '';
    position: relative;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 4px;
    border-radius: 20px;
    background: #f58220;
}

/*==============================
    Left Card
==============================*/

.km-news-card{

    background:#fff;

    border-radius:18px;

    padding:25px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.km-news-card:hover{

    transform:translateY(-5px);

    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.km-news-feature-image{

    overflow:hidden;

    border-radius:15px;

    border:1px solid #ececec;

}

.km-news-feature-image img{

    width:100%;

    transition:.4s;

}

.km-news-card:hover img{

    transform:scale(1.02);

}

/*==============================
    Footer
==============================*/

.km-news-footer{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-top:22px;

    flex-wrap:wrap;

    gap:15px;

}

.km-news-publication,
.km-news-date{

    font-size:17px;

    color:#333;

    font-weight:500;

}

.km-news-publication i,
.km-news-date i{

    color:#f58220;

    margin-right:8px;

    font-size:18px;

}

/*==============================
    Right Sidebar
==============================*/

.km-news-sidebar{

    background:#fff;

    border-radius:18px;

    padding:25px;

    height:100%;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.km-news-scroll{

    max-height:484px;

    overflow-y:auto;

    padding-right:8px;

}

/*==============================
    Scrollbar
==============================*/

.km-news-scroll::-webkit-scrollbar{

    width:7px;

}

.km-news-scroll::-webkit-scrollbar-thumb{

    background:#f58220;

    border-radius:30px;

}

.km-news-scroll::-webkit-scrollbar-track{

    background:#f3f3f3;

}

/*==============================
    News Item
==============================*/

.km-news-item{

    display:flex;

    gap:15px;

    text-decoration:none;

    background:#fff;

    border:1px solid #ededed;

    border-radius:14px;

    padding:12px;

    margin-bottom:8px;

    transition:.35s;

}

.km-news-item:hover{

    border-color:#f58220;

    box-shadow:0 12px 25px rgba(245,130,32,.15);

    transform:translateX(5px);

}

.km-news-thumb{

    width:120px;

    min-width:120px;

}

.km-news-thumb img{

    width:100%;

    height:90px;

    object-fit:cover;

    border-radius:10px;

    border:2px solid #f58220;

}

.km-news-content{

    flex:1;

}

.km-news-content h5 {
    font-size: 14px;
    line-height: 1.45;
    color: #222;
    font-weight: 600;
    margin-bottom: 0px;
}

.km-news-content span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #777;
    font-size: 12px;
}

.km-news-content span i{

    color:#f58220;

    font-size:18px;

}

/*==============================
    Responsive
==============================*/

@media(max-width:991px){

.km-news-section{

    padding:60px 0;

}

.km-news-heading h2{

    font-size:30px;

}

.km-news-scroll{

    max-height:500px;

}

}

@media(max-width:767px){

.km-news-card,
.km-news-sidebar{

    padding:18px;

}

.km-news-item{

    flex-direction:column;

}

.km-news-thumb{

    width:100%;

}

.km-news-thumb img{

    width:100%;

    height:auto;

}

.km-news-content h5{

    font-size:18px;

}

.km-news-footer{

    flex-direction:column;

    align-items:flex-start;

}

.km-news-heading h2{

    font-size:26px;

}

}


.kb-social-section{
    background:#faf8f3;
}

.kb-social-subtitle{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#fff4e7;
    color:#f97316;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
}

.kb-social-title{
    font-size:42px;
    font-weight:700;
    margin-top:18px;
}

.kb-social-desc{
    color:#666;
    max-width:650px;
    margin:auto;
}

.kb-social-tabs .nav-link{

    border:none;

    border-radius:6px;

    padding:14px 35px;

    font-weight:600;

    color:#555;

    background:#fff;

    margin:0 8px;

    transition:.3s;

    box-shadow:0 8px 20px rgba(0,0,0,.05);

}

.kb-social-tabs .nav-link i{

    margin-right:8px;

}

.kb-social-tabs .nav-link.active{

    background:#f59e0b;

    color:#fff;

}

.kb-social-card{

    background:#fff;

    border-radius:18px;

    padding:25px;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.3s;

    height:100%;

}

.kb-social-card:hover{

    transform:translateY(-8px);

}

.kb-social-card-header{

    display:flex;

    align-items:center;

    margin-bottom:20px;

}

.kb-social-card-header img{

    width:55px;

    height:55px;

    margin-right:15px;

}

.kb-social-card-header h5{

    margin:0;

    font-size:18px;

    font-weight:600;

}

.kb-social-card-header small{

    color:#777;

}

.kb-social-card-header i{

    font-size:26px;

    color:#000;

}

.kb-social-card p{

    color:#444;

    line-height:1.8;

    min-height:90px;

}

.kb-social-footer{

    display:flex;

    justify-content:space-between;

    border-top:1px solid #eee;

    padding-top:15px;

    color:#777;

}

.kb-social-footer i{

    color:#ff7a00;

    margin-right:6px;

}

@media(max-width:768px){

.kb-social-title{

    font-size:30px;

}

.kb-social-tabs{

    overflow-x:auto;

    flex-wrap:nowrap;

}

.kb-social-tabs .nav-link{

    white-space:nowrap;

}

}


.sguru-section{
    background-image: url(../nasik-new/spiritual-guru-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}

.sguru-section::before {
    position: absolute;
    content: "";
    background: #4d3204ab;
    width: 100%;
    height: 100%;
    top: 0;
}

.spiritual-name{
    text-align: center;
}

.spiritual-name h3{
    font-size: 40px;
    color: #fff;
}

.spiritual-content {
    text-align: start;
    border-left: 1px solid #fff;
    padding-left: 22px;
}

.spiritual-content p{
    font-size: 18px;
    color: #fff;
}

.btn-read{
    background: #f59e0b;
    color: #fff;
    border-radius: 5px;
}

.btn-read:hover{
    border:1px solid #f59e0b;
}

/* side nav css */

.sgnav-sidebar{

    position:fixed;

    left:0;

    top:27%;

    transform:translateY(-50%);

    z-index:9999;

}

/* Navigation Box */

.sgnav-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 12px;
    margin: 0;
    list-style: none;
    border-radius: 5px;
    background: rgb(253 219 163);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .12);
    border: 1px solid rgba(255, 255, 255, .4);
}

/* Link */

.sgnav-link {
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    transition: .35s ease;
}
/* Icon */

.sgnav-link i{

    transition:.35s;

}

/* Hover */

.sgnav-link:hover{

    background:#fff4eb;

    color:#f97316;

    transform:translateX(4px);

}

/* Active */

.sgnav-link.active{

    background:linear-gradient(135deg,#ff9f1c,#ff5f00);

    color:#fff;

    box-shadow:0 10px 25px rgba(255,111,0,.35);

}

/* Active Ring */

.sgnav-link.active::before{

    content:"";

    position:absolute;

    inset:-5px;

    border-radius:50%;

    border:2px solid rgba(255,115,0,.25);

}

/* Tooltip */

.sgnav-tooltip{

    position:absolute;

    left:37px;

    top:50%;

    transform:translateY(-50%) translateX(-10px);

    white-space:nowrap;

    background:#1f2937;

    color:#fff;

    font-size:14px;

    font-weight:500;

    padding:9px 16px;

    border-radius:10px;

    opacity:0;

    visibility:hidden;

    transition:.3s;

    pointer-events:none;

}

/* Tooltip Arrow */

.sgnav-tooltip::before{

    content:"";

    position:absolute;

    left:-6px;

    top:50%;

    transform:translateY(-50%);

    border-top:6px solid transparent;

    border-bottom:6px solid transparent;

    border-right:6px solid #1f2937;

}

/* Tooltip Hover */

.sgnav-link:hover .sgnav-tooltip{

    opacity:1;

    visibility:visible;

    transform:translateY(-50%) translateX(0);

}

/* Hover Icon Animation */

.sgnav-link:hover i{

    transform:scale(1.15);

}

/* Floating Animation */

@keyframes sgnavFloat{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-5px);

    }

    100%{

        transform:translateY(0);

    }

}

.sgnav-sidebar{

    animation:sgnavFloat 4s ease-in-out infinite;

}

/* Scroll Progress Line */

.sgnav-sidebar::before{

    content:"";

    position:absolute;

    left:50%;

    top:18px;

    bottom:18px;

    width:2px;

    transform:translateX(-50%);

    background:#ececec;

    z-index:-1;

}

/* Responsive */

@media(max-width:991px){

.sgnav-sidebar{

    display:none;

}

}

/* side nav css end */



  .timeline{
    max-width:1100px;
    margin:70px auto;
    position:relative;
    padding:20px 0;
     --progress: 0px;
}

/* Center Vertical Line */

.timeline::before{
    content:"";
    position:absolute;
    left:50%;
    top:60px;
    bottom:62px;
    width:3px;
    background:#ddd;
    transform:translateX(-50%);
}

/* Filled Line */

.timeline::after{
    content:"";
    position:absolute;
    left:50%;
    top:60px;
    width:3px;
    height:var(--progress);
    background:#f59e0b;
    transform:translateX(-50%);
    transition:height .1s linear;
}

/* Each Item */

.timeline article {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    margin: 50px 0;
}

/* Circle */

.timeline article::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    background: #f59e0b;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.timeline article::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    border: 2px solid #f59e0b;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ripple 2s infinite;
    z-index: 1;
}

@keyframes ripple {
    0% {
        width: 18px;
        height: 18px;
        opacity: 0.8;
    }

    70% {
        width: 45px;
        height: 45px;
        opacity: 0;
    }

    100% {
        width: 45px;
        height: 45px;
        opacity: 0;
    }
}

/* Content Card */

.timeline__content{
    width:100%;
    max-width:360px;
}

.timeline__content h2 {
    font-size: 21px;
    margin-bottom: 10px;
}

.timeline__content time{
    display:block;
    margin-bottom:12px;
    color:#666;
}

.timeline__content hr{
    margin-bottom:18px;
}

.timeline__content p{
    line-height:1.7;
    color:#555;
}

/* Image */

.timeline img {
    width: 100%;
    max-width: 350px;
    border-radius: 8px;
    display: block;
    object-fit: cover;
}

/* ---------------------
   ODD ITEMS
----------------------*/

.timeline article:nth-child(odd) .timeline__content{
    justify-self:end;
    text-align:right;
}

.timeline article:nth-child(odd) img{
    justify-self:start;
}

/* ---------------------
   EVEN ITEMS
----------------------*/

.timeline article:nth-child(even) .timeline__content{
    order:2;
    justify-self:start;
    text-align:left;
}

.timeline article:nth-child(even) img{
    order:1;
    justify-self:end;
}


 .gallery-section{
    padding:20px 0;
}

.gallery-tabs{
    justify-content:center;
    border-bottom:none;
    margin-bottom:40px;
}

.gallery-tabs .nav-link {
    border: none;
    background: #fff;
    color: #333;
    font-weight: 600;
    padding: 5px 35px;
    border-radius: 10px;
    margin: 0 8px;
    transition: .3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.gallery-tabs .nav-link:hover{
    background:#f59e0b;
    color:#fff;
}

.gallery-tabs .nav-link.active{
    background:#f59e0b;
    color:#fff;
}

.tab-content{
    background:#fff;
    border-radius:12px;
    padding:40px 20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* facility css */

.accommodation-tabs {
    gap: 15px;
    border: 1px solid #f59e0b;
    padding: 10px;
    border-radius: 10px;
}

.accommodation-tabs .nav-link {
    width: 100%;
    text-align: left;
    padding: 11px 13px;
    border-radius: 7px;
    font-weight: 600;
    color: #333;
    background: #f5f5f5;
    transition: .3s;
    font-size: 13px;
}

.accommodation-tabs .nav-link:hover{
    background:#ececec;
}

.accommodation-tabs .nav-link.active{
    background:#d68b2d;
    color:#fff;
}

.accommodation-section .tab-content{
    background:transparent;
    padding:35px;
    border-radius:15px;
    /* box-shadow:0 10px 30px rgba(0,0,0,.08); */
    min-height:420px;
}

.accommodation-section .tab-content h3 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 17px;
}

.accommodation-section .tab-content h5 {
    color: var(--primary-text-color);
    padding: 10px 0px;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}

.accommodation-section .tab-content p {
    line-height: 1.8;
    color: #666;
    padding: 0;
}

.media-section .accommodation-tabs.sticky-top{
    position: sticky;
    top: 60px;
    z-index: 99;
}

.media-section{
    padding:0;
}

/* gallery grid */
.spacer {
      height: 60vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 20px;
    }
    .spacer h1 {
      font-size: 2.5rem;
      margin-bottom: 10px;
      letter-spacing: 2px;
    }
    .spacer p {
      color: #8a8d98;
    }

    /* Grid Gallery Container */

    .content-section{
        padding:10px;
    }
    .gallery-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0px 0px;
    }

    /* The Responsive CSS Grid */
    .gallery-grid {
      display: grid;
         grid-template-columns: repeat(auto-fit, minmax(200px, 3fr));
      /* gap: 30px; */
    }

    /* Parallax Item Wrapper */
    /* .gallery-item {
      position: relative;
      height: 300px;
      border-radius: 8px;
      overflow: hidden; 
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    } */
     .gallery-item {
    position: relative;
    height: 300px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border: 2px solid #fff;
    }

    /* The Image Element */
    .gallery-item img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      /* Make image taller than the container to allow room for moving */
      height: 130%; 
      object-fit: cover;
      /* Will be controlled via JavaScript translate3d for max performance */
      transform: translate3d(0, 0, 0); 
      will-change: transform;
      transition: transform 0.1s cubic-bezier(0.25, 1, 0.5, 1);
    }

    /* Overlay Captions */
    .item-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 30px 20px;
      background: linear-gradient(transparent, rgba(0,0,0,0.8));
      z-index: 2;
    }
    .item-caption h3 {
      font-size: 1.25rem;
      font-weight: 600;
    }
/* gallery end */

/* video grid */

.video-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* Gallery Item Wrapper */
        .video-item {
            position: relative;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            background: #000;
            aspect-ratio: 16 / 9;
        }

        /* Thumbnail Images */
        .video-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            opacity: 0.85;
            transition: opacity 0.3s ease;
        }

        .video-item:hover img {
            opacity: 0.7;
        }

        /* Overlay Play Button styling */
       .video-item{
    position:relative;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    z-index:2;
}

/* Ripple Circles */
.play-btn::before,
.play-btn::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:50%;
    border:2px solid rgba(255,255,255,.8);
    animation:ripplebutton 2s infinite;
}

.play-btn::after{
    animation-delay:1s;
}

@keyframes ripplebutton{

    0%{
        transform:scale(1);
        opacity:.8;
    }

    100%{
        transform:scale(2.2);
        opacity:0;
    }

}

.play-btn svg{
    width:26px;
    height:26px;
    fill:#d68b2d;
    margin-left:4px;
    position:relative;
    z-index:2;
}

.video-item:hover .play-btn{
    transform:translate(-50%,-50%) scale(1.08);
    background:#fff;
}

/* video grid end */

.how-reach-section {
    background: #fff;
    border-radius: 10px;
}

.reach-tabs{

    gap:15px;

}

.reach-tabs .nav-link{

    padding:4px 22px;
    border-radius:10px;
    background:#f3f3f3;
    color:#333;
    font-weight:600;
    width:100%;

}

.reach-tabs .nav-item{
     flex: 1 1 32.333%;
}

.how-reach-section .tab-content {
    background: transparent;
    border-radius: 12px;
    padding: 20px 0px;
    box-shadow: none;
}

.reach-tabs .nav-link.active{

    background:#d68b2d;
    color:#fff;

}

.journey-card {
    background: #fff;
    border-radius: 18px;
    padding: 25px 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.journey-location{

    display:flex;
    gap:18px;
    position:relative;
    padding-bottom:30px;
    margin-bottom: 139px;

}

.journey-location:last-child{

    padding-bottom:0;

}

/* Vertical Line */

.journey-location:first-child .journey-icon::after{

    content:"";
    position:absolute;
    left:11px;
    top:11px;
    width:2px;
    height:200px;
    background:#ff8a00;

}

.journey-icon{

    width:24px;
    position:relative;
    display:flex;
    justify-content:center;

}

.circle{

    width:14px;
    height:14px;
    border:3px solid #ff8a00;
    background:#fff;
    border-radius:50%;
    display:block;

}

.journey-content small{

    display:block;
    font-size:11px;
    color:#999;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:3px;

}

.journey-content h6{

    margin:0;
    font-size:16px;
    font-weight:700;

}

.journey-info{

    margin:0px 0 0;
    padding:0;
    list-style:none;

}

.journey-info li{

    display:flex;
    justify-content:space-between;
    align-items:center!important;
    padding:12px 0;
    border-bottom:1px solid #eee;

}

.journey-card hr{
    margin: 0rem 0;
}

.journey-info li:last-child{

    border-bottom:none;

}

.journey-info span{

    display:flex;
    align-items:center;
    gap:5px;
    color:#666;

}

.journey-info i{

    color:#ff8a00;
    width:18px;

}

.btn-warning{

    background: #f59e0b;
    border: none;
    padding: 9px;
    font-weight: 600;
    font-size: 12px;
    color:#fff;

}

.btn-warning:hover{

    background:#e87b00;

}

.map-card{

    overflow:hidden;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.map-card iframe{

    width:100%;
    height:450px;
    border:none;

}

.sos-button {
    position: fixed;
    right: 15px;
    bottom: 70px;
    z-index: 99999;
    background: #f59e0b;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: .4s;
    color: #fff;
}

.chatbot-button {
    position: fixed;
    right: 15px;
    bottom: 125px;
    z-index: 99999;
    background: #f59e0b;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: .4s;
    color: #fff;
}


/* chatbot css */

/* Utility */
.gradient-text {
  background: linear-gradient(135deg, var(--gold-bright), var(--saffron), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.glass-card {
  background: var(--glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
}

.glow-saffron {
  box-shadow: 0 0 40px rgba(255, 153, 51, 0.25), 0 0 80px rgba(255, 153, 51, 0.1);
}

.font-display {
  font-family: var(--font-display);
}

.hidden {
  display: none !important;
}

/* ============================================
   SECTION: KumbhDoot Intro + Preview Panel
   ============================================ */

.kumbhdoot-section {
  position: relative;
  padding: 6rem 1rem;
  overflow: hidden;
}

.chatbot-button img{
    width:33px;
}

.kumbhdoot-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(255, 153, 51, 0.05), transparent);
  pointer-events: none;
}

.kumbhdoot-container {
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
}

.kumbhdoot-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .kumbhdoot-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.kumbhdoot-label {
  color: var(--saffron);
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.kumbhdoot-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.kumbhdoot-desc {
  color: rgba(245, 240, 232, 0.6);
  margin-bottom: 1.5rem;
  max-width: 32rem;
}

.kumbhdoot-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.kumbhdoot-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  border-radius: 0.75rem;
}

.kumbhdoot-feature span:last-child {
  font-size: 0.875rem;
  color: rgba(245, 240, 232, 0.7);
}

/* .btn-primary2 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: linear-gradient(to right, var(--saffron), var(--gold));
  color: var(--bg);
  font-weight: 600;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  font-size: 1rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(255, 153, 51, 0.3);
} */

/* Preview chat panel (embedded in section) */
.preview-panel-wrap {
  position: relative;
}

.preview-glow-top {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 6rem;
  height: 6rem;
  background: rgba(255, 153, 51, 0.1);
  border-radius: 50%;
  filter: blur(32px);
}

.preview-glow-bottom {
  position: absolute;
  bottom: -1rem;
  left: -1rem;
  width: 8rem;
  height: 8rem;
  background: rgba(212, 168, 83, 0.1);
  border-radius: 50%;
  filter: blur(32px);
}

.preview-panel {
  border-radius: 1rem;
  padding: 4px;
  position: relative;
}

.preview-panel-inner {
  border-radius: 0.75rem;
  background: var(--deep-blue);
  padding: 1.5rem;
  min-height: 400px;
  display: flex;
  flex-direction: column;
}

.chat-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1rem;
}

.chat-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: linear-gradient(to bottom right, var(--saffron), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.chat-header-title {
  font-weight: 600;
}

.chat-header-status {
  font-size: 0.75rem;
  color: #34d399;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #34d399;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* Messages area */
.messages-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  overflow: hidden;
}

.messages-area.scrollable {
  overflow-y: auto;
  max-height: 260px;
  padding-right: 4px;
}

.messages-area.scrollable::-webkit-scrollbar {
  width: 4px;
}

.messages-area.scrollable::-webkit-scrollbar-thumb {
  background: var(--saffron);
  border-radius: 2px;
}

.message-row {
  display: flex;
}

.message-row.user {
  justify-content: flex-end;
}

.message-row.assistant {
  justify-content: flex-start;
}

.message-bubble {
  max-width: 85%;
  padding: 0.625rem 1rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.message-bubble.user {
  background: rgba(255, 153, 51, 0.2);
  color: var(--foreground);
  border-bottom-right-radius: 4px;
}

.message-bubble.assistant {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(245, 240, 232, 0.8);
  border-bottom-left-radius: 4px;
}

/* Typing indicator */
.typing-indicator {
  display: flex;
  gap: 4px;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  width: fit-content;
}

.typing-dot {
  width: 8px;
  height: 8px;
  background: var(--saffron);
  border-radius: 50%;
  animation: bounce 1.2s ease-in-out infinite;
}

.typing-dot:nth-child(2) { animation-delay: 0.15s; }
.typing-dot:nth-child(3) { animation-delay: 0.3s; }

@keyframes bounce {
  0%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-6px); }
}

/* Quick prompt chips */
.quick-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.quick-prompts.compact {
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-bottom: 0.5rem;
  padding-bottom: 4px;
}

.prompt-chip {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 9999px;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  color: var(--gold);
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
  font-family: inherit;
}

.prompt-chip:hover {
  background: rgba(255, 255, 255, 0.1);
}

.quick-prompts.compact .prompt-chip {
  font-size: 0.625rem;
  padding: 0.25rem 0.625rem;
}

/* ============================================
   FLOATING CHAT WIDGET
   ============================================ */

.floating-toggle {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1000;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: none;
  background: linear-gradient(to right, var(--saffron), var(--gold));
  color: var(--bg);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px rgba(255, 153, 51, 0.25);
  transition: transform 0.2s;
}

.floating-toggle:hover {
  transform: scale(1.1);
}

.floating-toggle svg {
  width: 1.75rem;
  height: 1.75rem;
}

.online-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 1rem;
  height: 1rem;
  background: #34d399;
  border-radius: 50%;
  border: 2px solid var(--bg);
}

.floating-chat {
  position: fixed;
  bottom: 0;
  right: 1.5rem;
  z-index: 99999;
  width: 380px;
  max-width: calc(100vw - 3rem);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.floating-chat-header {
  background: linear-gradient(to right, var(--saffron), var(--gold));
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.floating-chat-header .chat-avatar {
  width: 2rem;
  height: 2rem;
  font-size: 0.9rem;
}

.floating-chat-header-info p:first-child {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--bg);
}

.floating-chat-header-info p:last-child {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.btn-close {
  background: none;
  border: none;
  color: rgba(5, 8, 16, 0.7);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
}

.btn-close:hover {
  color: var(--bg);
}

.btn-close svg {
  width: 1.25rem;
  height: 1.25rem;
}

.floating-chat-body {
  background: var(--deep-blue);
  padding: 1rem;
  min-height: 200px;
}

.floating-chat-footer {
  background: #000;
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.chat-form {
  display: flex;
  gap: 0.5rem;
}

.chat-input {
  flex: 1;
  padding: 0.625rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  color: var(--foreground);
  font-size: 0.875rem;
  font-family: inherit;
  outline: none;
}

.chat-input::placeholder {
  color: rgba(245, 240, 232, 0.3);
}

.chat-input:focus {
  border-color: rgba(255, 153, 51, 0.5);
}

.btn-icon {
  padding: 0.625rem;
  border-radius: 0.75rem;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  color: var(--saffron);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.btn-icon:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.btn-send {
  padding: 0.625rem;
  border-radius: 0.75rem;
  border: none;
  background: linear-gradient(to right, var(--saffron), var(--gold));
  color: var(--bg);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-send svg {
  width: 1.25rem;
  height: 1.25rem;
}

.advisories-wrap{
    background-color: #fffcf8;
}

.advisories-wrap .ai-advisory-card{
background:#fff;
border-radius:18px;
padding:24px;
box-shadow:0 8px 30px rgba(0,0,0,.06);
border:1px solid #eee;
}

.advisories-wrap .advisory-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:25px;
}

.advisories-wrap .advisory-header h4{
font-size:22px;
font-weight:700;
margin-bottom:3px;
}

.advisories-wrap .advisory-header p{
color:#777;
margin:0;
}

.advisories-wrap .advisory-header a{
text-decoration:none;
color:#ff6a00;
font-weight:600;
}

.advisories-wrap .advisory-item{
display:flex;
gap:18px;
padding:20px 15px;
border-top:1px solid #f2f2f2;
transition:.35s;
background-color: #fff;
height: 100%;
}

.advisories-wrap .advisory-item:first-child{
/* border-top: 2px solid #f59e0b; */
    border: 2px solid #ffe1ae;
}

.advisories-wrap .advisory-item:hover{
transform:translateY(-8px);
}

.advisories-wrap .advisory-icon{
width:55px;
height:55px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
background:#fff3e8;
color:#ff6a00;
flex-shrink:0;
}

.advisories-wrap .title-row{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:8px;
gap:15px;
}

.advisories-wrap .title-row h5{
font-size:15px;
font-weight:700;
margin:0;
}

.advisories-wrap .advisory-content p{
margin-bottom:10px;
color:#666;
line-height:1.6;
font-size: 12px;
display: -webkit-box;
-webkit-line-clamp: 4; 
-webkit-box-orient: vertical;  
overflow: hidden;
min-height: 80px;
}

.advisories-wrap .advisory-content small{
color:#888;
display:flex;
gap:8px;
align-items:center;
font-size: 11px;
}

.advisories-wrap .badge{
padding:6px 14px;
border-radius:50px;
font-size:12px;
text-transform:uppercase;
font-weight:700;
}

.advisories-wrap .badge.critical{

background:#ffe6e6;

color:#d7263d;

}

.advisories-wrap .badge.high{

background:#fff3d6;

color:#c77900;

}

.advisories-wrap .badge.medium{

background:#fff9d8;

color:#947000;

}

.advisories-wrap .critical .advisory-icon{

background:#f6e9d1;

color:#f59e0b;

}

.advisories-wrap .cta-title {
    color: #000;
    font-weight: 600;
    padding-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Yatra One', cursive;
}

.advisories-wrap .high .advisory-icon{

background:#fff2e2;

color:#ff7b00;

}

.advisories-wrap .medium .advisory-icon{

background:#fff9e5;

color:#c69700;

}

.advisories-wrap .swiper-button-prev {
    color: #f59e0b;
    padding: 15px 14px;
    background: #fff2e2;
    left: -5px;
    border-radius: 0;
}

.advisories-wrap .swiper-button-next {
     color: #f59e0b;
    padding: 15px 14px;
    background: #fff2e2;
    right: -5px;
    border-radius: 0
}

.advisories-wrap .swiper-button-next:after,
.advisories-wrap .swiper-button-prev:after {
    font-size: 14px;
    line-height: normal;
    font-weight: 600
}

@media(max-width:768px){

.advisories-wrap .title-row{

flex-direction:column;

align-items:flex-start;

}

.advisories-wrap .advisory-item{

gap:12px;

}

.advisories-wrap .advisory-icon{

width:45px;

height:45px;

font-size:20px;

}

}


/* chatbot css end */

@media(max-width:991px){

    .accommodation-tabs{
        margin-bottom:25px;
    }

    .accommodation-section .tab-content{
        padding:25px;
    }

}

/* gallery slider start */

/* gallery slider end */
/* Mobile */

 @media(max-width:991.98px) {
    .mpphed__logo {
       max-width: 75px;
    }

    .mpphed__title {
       font-size: 16px;
    }

    .mpphed__title .gov-tag {
       font-size: 13px;

    }

    .mpphed__right__top>ul:not(:last-child) {
       margin-right: 5px;
    }
    header #navbar ul{
        list-style: none;
        padding: 0;
    }
    header #navbar ul>li{
        padding: 0 !important;
    }
    
    header #navbar ul>li:not(:last-child) a{
        border-bottom: 1px solid #ffffff45;
    }
    .mobile-nav-hide { 
        color: #fff;
        font-size: 20px;
        position: fixed;
        right: 0;
        top: 0;
        background-color: #F44336;
        left: 0;
        width: 45px;
        text-align: center;
        margin-left: auto; 
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 30px;
    }
    header #navbar ul>li .dropdown-active li:not(:last-child) a {
        border-bottom: 1px solid #66666624;
    }
    header #navbar ul .dropdown-active li.dropdown a.active{
        color: #007dff;
        background-color: #dddfe2;
    }
    header #navbar ul li .dropdown-active li a{
        color: #105399;
    }
    header #navbar ul li.dropdown .dropdown-active {
        margin: 0;
        border: 0;
        background-color: #fff;
    }
    .mobile-nav-show { 
        margin-right: 0;
        font-size: 16px;
        color: #fff;
        font-style: normal;
        display: inline-flex;
        align-items: center;
     }
 }

 @media(max-width:767.98px) {
    .top-nav-mpphed__wrapper {
       flex-wrap: wrap;
    }

    .mpphed__right__top {
       margin-top: 15px;
    }

    .top-nav-right {
       width: 100%;
       text-align: center;
    }

    .search__field form {
       max-width: 340px;
       margin-right: auto;
    }

    .mpphed__right__top>ul:not(:last-child) {
       margin-right: 15px;
    }

    body[data-theme=dark] .topbar {
       background-color: #333;
    }

    .mobile-nav-show:before {
       font-size: 16px;
    }

    .mobile-nav-show {
       position: absolute;
       right: 10px;
       top: 15px;
       background-color: #105399;
       margin-right: 0;
       font-size: 13px;
       color: #fff;
       font-style: normal;
       display: inline-flex;
       align-items: center;
    }

    .marquee-text ul h4 {
       font-size: 14px;
    }
    header #navbar ul{
        list-style: none;
        padding: 0;
    }
    header #navbar ul>li{
        padding: 0 !important;
    }
    
    header #navbar ul>li:not(:last-child) a{
        border-bottom: 1px solid #ffffff45;
    }
    .mobile-nav-hide { 
        color: #fff;
        font-size: 20px;
        position: fixed;
        right: 0;
        top: 0;
        background-color: #F44336;
        left: 0;
        width: 45px;
        text-align: center;
        margin-left: auto; 
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 30px;
    }
    header #navbar ul>li .dropdown-active li:not(:last-child) a {
        border-bottom: 1px solid #66666624;
    }
    header #navbar ul .dropdown-active li.dropdown a.active{
        color: #007dff;
        background-color: #dddfe2;
    }
    header #navbar ul li .dropdown-active li a{
        color: #105399;
    }
    header #navbar ul li.dropdown .dropdown-active {
        margin: 0;
        border: 0;
        background-color: #fff;
    }

    .timeline::before{
    left:25px;
    }

    .timeline article{
        grid-template-columns:1fr;
        gap:25px;
        margin:60px 0;
        padding-left:60px;
    }

    .timeline article::before{
        left:25px;
        top:40px;
        transform:translate(-50%,0);
    }

    .timeline article:nth-child(odd) .timeline__content,
    .timeline article:nth-child(even) .timeline__content{
        order:2;
        justify-self:start;
        text-align:left;
        max-width:100%;
    }

    .timeline article:nth-child(odd) img,
    .timeline article:nth-child(even) img{
        order:1;
        justify-self:start;
        max-width:100%;
    }
 }

 @media(max-width:576.98px) {
    .search__field form {
       max-width: 90%;
    }

    .mpphed__logo {
       max-width: 55px;
    }

    .mpphed__right__top>ul:not(:last-child) {
       margin-right: 5px;
    }

    .top-nav-mpphed>.container-fluid {
       padding-left: 5px;
       padding-right: 5px;
    }

    .mpphed__title {
       font-size: 15px;
       width: 200px;
    }
 }