
/* 

.main-navbar {
    background-color: #fff;
    box-shadow: 0 2px 15px #0000001a;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1050
}

.navbar-brand {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    min-width: 0
}

.logo {
    height: 60px;
    width: auto;
    transition: transform .3s ease
}

.logo:hover {
    transform: scale(1.05)
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis
}

.brand-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #036
}

.brand-subtitle {
    font-size: 1rem;
    color: #333
}

.navbar-toggler {
    margin-left: auto;
    border: none;
    position: relative;
    z-index: 100
}

.navbar-toggler:focus {
    box-shadow: none
}

.navbar-nav .nav-link {
    color: #333;
    font-weight: 400;
    padding: .8rem 1.2rem;
    font-size: 1.3rem;
    transition: all .3s ease;
    white-space: nowrap
}

.navbar-nav .nav-link:hover {
    color: #e54e04
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    display: none;
    position: absolute
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.login-btn {
    background: #e54e04;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    transition: .3s
}

.login-btn:hover {
    background: #036
}

#goTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #e54e04;
    color: #fff;
    cursor: pointer;
    padding: 12px 23px;
    border-radius: 50%;
    font-size: 20px;
    transition: .3s ease-in-out;
    box-shadow: 0 4px 8px #0000004d
}

#goTopBtn:hover {
    background-color: #c43d02;
    transform: scale(1.1)
}

@media (max-width: 359.98px) {
    .logo {
        display: none
    }

    .brand-title {
        font-size: 1rem
    }

    .brand-subtitle {
        font-size: .8rem
    }

    .navbar-toggler {
        margin-left: auto
    }
}

@media (min-width: 360px) and (max-width: 575.98px) {
    .logo {
        display: none
    }

    .brand-title {
        font-size: 1.1rem
    }

    .brand-subtitle {
        font-size: .85rem
    }

    .navbar-brand {
        flex: 1;
        justify-content: flex-start
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .logo {
        display: none
    }

    .brand-title {
        font-size: 1.2rem
    }

    .brand-subtitle {
        font-size: .9rem
    }

    .navbar-toggler {
        margin-left: auto
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .logo {
        height: 45px;
        margin-right: 10px
    }

    .brand-title {
        font-size: 1.3rem
    }

    .brand-subtitle {
        font-size: .95rem
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .logo {
        height: 55px
    }

    .brand-title {
        font-size: 1.5rem
    }

    .brand-subtitle {
        font-size: 1rem
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .logo {
        height: 60px
    }

    .brand-title {
        font-size: 1.6rem
    }
}

@media (min-width: 1400px) {
    .logo {
        height: 70px
    }

    .brand-title {
        font-size: 1.8rem
    }

    .brand-subtitle {
        font-size: 1.1rem
    }
}

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, #ff6b35, #f7931e);
    z-index: 9999;
    transition: width .3s ease
}

@media (max-width: 992px) {
    .header-content {
        flex-direction: column;
        text-align: center
    }

    .header-item {
        margin: 5px 0;
        justify-content: center
    }

    .social-icons {
        margin-top: 10px;
        justify-content: center !important
    }
}

@media (max-width: 992px) {
    .navbar-brand {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%
    }

    .logo-container {
        flex-direction: row;
        justify-content: center;
        flex-wrap: nowrap
    }

    .brand-text {
        margin-top: 8px;
        text-align: center
    }

    .navbar-toggler {
        position: absolute;
        right: 45px;
        top: 20px
    }
}

@media (max-width: 768px) {

    .hero-carousel,
    .carousel-item,
    .video-wrapper {
        height: 300px !important
    }

    .carousel-title {
        font-size: 1.5rem
    }

    .carousel-subtitle {
        font-size: .9rem
    }

    .carousel-content {
        bottom: 50px
    }

    .logo {
        height: 45px
    }
}

@media (max-width: 576px) {

    .hero-carousel,
    .carousel-item,
    .video-wrapper {
        height: 250px !important
    }

    .carousel-title {
        font-size: 1.2rem
    }

    .carousel-subtitle {
        font-size: .8rem
    }

    .brand-title {
        font-size: 1rem
    }

    .brand-subtitle {
        font-size: .7rem
    }
}

.footer {
    background: linear-gradient(135deg, #036, #00509e);
    color: #e2e8f0;
    padding: 40px 0;
    position: relative
}

.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #ff6b35, #f7931e)
}

.footer h5 {
    color: #fc6;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: Poppins, sans-serif
}

.footer p {
    color: #d1d5db
}

.footer ul {
    list-style: none;
    padding: 0
}

.footer ul li {
    margin-bottom: 12px
}

.footer ul li a {
    color: #cbd5e0;
    text-decoration: none;
    transition: all .3s ease;
    font-weight: 500;
    display: inline-block
}

.footer ul li a:hover {
    color: #ff6b35;
    transform: translate(6px)
}

.footer-bottom {
    border-top: 1px solid #4a5568;
    margin-top: -25px;
    padding-top: 1px;
    text-align: center;
    color: #a0aec0;
    font-size: 22px
}

.footer-bottom a {
    color: #cbd5e0;
    transition: color .3s
}

.footer-bottom a:hover {
    color: #ff6b35
}

.social-footer a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #ffffff1a;
    color: #cbd5e0;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    margin: 0 8px;
    transition: all .3s ease;
    font-size: 18px
}

.social-footer a:hover {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: #fff;
    transform: translateY(-4px)
}

.custom-card {
    background: #ffffffe6;
    box-shadow: 0 10px 30px #0000001a
}

.icon-grid img {
    width: 60px;
    height: 60px;
    margin: 8px;
    border-radius: 12px;
    box-shadow: 0 5px 15px #0000001a;
    transition: all .3s ease
}

.icon-grid .icon-box:hover {
    transform: translateY(-6px) scale(1.1);
    box-shadow: 0 10px 25px #0003;
    background: linear-gradient(135deg, #f3f5ff, #dbe4ff)
}

.hero-carousel {
    position: relative;
    overflow: hidden;
    height: 600px
}

.carousel-item {
    height: 600px;
    position: relative
}

.carousel-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #0000004d, #000000b3);
    z-index: 1
}

.carousel-image {
    object-fit: fill;
    height: 100%;
    width: 100%
}

.carousel-content {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 0 15px
}

.carousel-title {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards .5s
}

.carousel-subtitle {
    font-size: 1.8rem;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards .8s
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #ffffff80;
    border: none
}

.carousel-indicators .active {
    background-color: var(--secondary-color)
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000059;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px
} */

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.video-wrapper video,
.video-wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.scrolling-content {
    display: inline-block;
    animation: scroll 210s linear infinite;
    padding-right: 50px
}

.scrolling-wrapper:hover .scrolling-content {
    animation-play-state: paused
}

.slogan-item {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    margin: 0 1rem;
    background: #ffffff26;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px #00000026;
    transform: translateY(0);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, .2)
}

.slogan-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent);
    transition: left 10s ease
}

.scrolling-wrapper {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    padding: 1.5rem 0;
    background: linear-gradient(135deg, #11998e, #11998e);
    box-shadow: inset 0 0 15px #0000001a
}

.slogan-item:hover {
    transform: translateY(-5px) scale(1.05);
    background: #ffffff40;
    box-shadow: 0 12px 35px #0003
}

.slogan-item:hover:before {
    left: 100%
}

.slogan-item i {
    margin-right: 10px;
    font-size: 1.5rem
}

@keyframes scroll {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    to {
        transform: scale(1)
    }
}

.pulse {
    animation: pulse 5s infinite
}

@media (max-width: 992px) {
    .header h2 {
        font-size: 2rem
    }

    .slogan-item {
        padding: .8rem 1.5rem;
        font-size: 1.2rem;
        margin: 0 .75rem
    }
}

@media (max-width: 768px) {
    .header h2 {
        font-size: 1.8rem
    }

    .slogan-item {
        padding: .7rem 1.2rem;
        font-size: 1.1rem;
        margin: 0 .5rem
    }

    .scrolling-content {
        animation: scroll 25s linear infinite
    }
}

@media (max-width: 576px) {
    .header h2 {
        font-size: 1.6rem
    }

    .slogan-item {
        padding: .6rem 1rem;
        font-size: 1rem;
        margin: 0 .4rem
    }

    .scrolling-content {
        animation: scroll 210s linear infinite
    }
}

.gp-section {
    background: #fffffff2;
    border: 1px solid rgba(30, 58, 138, .1);
    border-radius: 10px;
    box-shadow: 0 4px 12px #1e3a8a14;
    padding: 1.5rem;
    max-width: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.gp-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1e3a8a, #dc2626)
}

.icons-section {
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(30, 58, 138, .1);
    padding-bottom: 1rem
}

.icon-grid {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
    align-items: center
}

.icon-grid img {
    width: 65px;
    height: 65px;
    border-radius: 8px;
    object-fit: fill;
    box-shadow: 0 2px 8px #0000001a;
    transition: all .2s ease
}

.icon-grid img:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 12px #1e3a8a26
}

.header-banners {
    margin-bottom: 1rem;
    background: #1e3a8a05;
    border-radius: 8px;
    padding: 1rem
}

.gp-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e3a8a;
    text-align: center;
    line-height: 1.3
}

.gp-subtitle {
    font-size: 1.5rem;
    color: #64748b;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500
}

.banners-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-top: .75rem
}

.banner-item {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex: 1;
    padding: .5rem;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 6px #0000000d;
    transition: box-shadow .2s ease
}

.banner-item:hover {
    box-shadow: 0 6px 20px #1e3a8a1f
}

.banner-img {
    width: 60px;
    height: 60px;
    object-fit: fill;
    border-radius: 4px
}

.banner-img1 {
    width: 150px;
    height: 80px;
    object-fit: fill;
    border-radius: 4px
}

.banner-text {
    font-size: 1.3rem;
    line-height: 1.3;
    flex: 1
}

.banner-text strong {
    color: #1e3a8a;
    display: block;
    font-weight: 600
}

.ministry-footer {
    text-align: center;
    font-size: 1rem;
    color: #64748b;
    margin-top: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem
}

.ministry-line {
    flex: 1;
    height: 1px;
    background: #1e3a8a33
}

.vertical-divider {
    width: 2px;
    height: 40px;
    background: #0000001a;
    margin: 0 .5rem
}

.profiles-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 1rem
}

.profile-card {
    background: linear-gradient(145deg, #fff, #f1f5f9);
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    transition: all .2s ease;
    height: 100%
}

.profile-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px #1e3a8a1f
}

.profile-img {
    width: 180px;
    height: 180px;
    margin: 0 auto .75rem;
    border-radius: 50%;
    border: 4px solid #fff;
    object-fit: fill;
    box-shadow: 0 8px 20px #00000026;
    transition: all .3s ease
}

.profile-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1e3a8a;
    margin-bottom: -.2rem
}

.profile-desc {
    font-size: 1.5rem;
    color: #64748b;
    margin-bottom: -.2rem;
    line-height: 1.4
}

.profile-contact {
    font-size: 1.2rem;
    color: #dc2626;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem
}

.profile-contact i {
    color: #1e3a8a
}

@media (max-width: 992px) {
    .gp-section {
        padding: 1rem;
        margin: 0 1rem
    }

    .banners-row {
        flex-direction: column;
        align-items: stretch
    }

    .banner-item {
        min-width: auto;
        justify-content: center
    }

    .vertical-divider {
        display: none
    }

    .profiles-section {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: .75rem
    }
}

@media (max-width: 768px) {
    .icon-grid {
        gap: .25rem
    }

    .icon-grid img {
        width: 40px;
        height: 40px
    }

    .gp-title {
        font-size: 1.1rem
    }

    .banner-img,
    .banner-img1 {
        width: 40px;
        height: 40px
    }

    .banner-text {
        font-size: .8rem
    }

    .profile-img {
        width: 60px;
        height: 60px
    }

    .profile-title {
        font-size: .95rem
    }

    .profile-desc {
        font-size: .85rem
    }
}

@media (max-width: 576px) {
    .profiles-section {
        grid-template-columns: 1fr;
        gap: .5rem
    }

    .header-banners {
        padding: .75rem
    }

    .ministry-footer {
        flex-direction: column;
        gap: .25rem
    }
}

.badge-container {
    background: linear-gradient(135deg, #141e30, #243b55);
    padding: 40px 20px
}

.badge-card {
    width: 180px;
    height: 230px;
    text-align: center;
    background: linear-gradient(145deg, #fff, #f4f7fb);
    border-radius: 20px;
    padding: 15px 10px;
    box-shadow: 0 6px 18px #0000001f;
    transition: all .4s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.badge-card:hover {
    transform: translateY(-10px) scale(1.07);
    box-shadow: 0 12px 28px #0003;
    background: linear-gradient(145deg, #fdfbfb, #e8f0ff)
}

.village-badges {
    height: 80px;
    margin: 0 auto 10px;
    transition: transform .4s ease
}

.badge-card:hover .village-badges {
    transform: rotate(-6deg) scale(1.15)
}

.badge-title {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50
}

.more-info-btn {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%);
    background: #06c;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 15px;
    opacity: 0;
    transition: all .4s ease;
    width: fit-content
}

.badge-card:hover .more-info-btn {
    bottom: 15px;
    opacity: 1
}

.modal-content {
    border-radius: 15px;
    overflow: hidden
}

.modal-header {
    background: linear-gradient(135deg, #141e30, #243b55);
    color: #fff;
    border: none
}

iframe {
    width: 100%;
    height: 500px;
    border: none
}

.about_header {
    text-align: center;
    background: linear-gradient(45deg, #1a73e8, #4285f4);
    color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px #00000026;
    position: relative;
    overflow: hidden
}

.about_header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,0 L100,100 Z" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: cover
}

.about_header h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: -.8rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3)
}

.about_header p {
    font-size: 1.2rem;
    max-width: auto;
    margin: 0 auto;
    color: #ffffffe6
}

.mission-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem
}

.mission-text {
    flex: 1;
    min-width: 300px;
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px #0000001a;
    transition: transform .3s ease
}

.mission-text:hover {
    transform: translateY(-5px)
}

.mission-text h2 {
    color: #1a73e8;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 3px solid #1a73e8;
    display: inline-block
}

.mission-text p {
    font-size: 1.1rem;
    margin-bottom: 1rem
}

.mission-image {
    flex: 1;
    min-width: 300px;
    background: linear-gradient(45deg, #1a73e8, #4285f4);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 5rem;
    box-shadow: 0 10px 30px #00000026;
    overflow: hidden;
    position: relative
}

.mission-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 C50,100 50,0 100,100 L100,0 Z" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: cover
}

.about_cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem
}

.about_card {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 30px #0000001a;
    transition: all .3s ease;
    position: relative;
    overflow: hidden
}

.about_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px #0003
}

.about_card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #e54e04, #e54e04)
}

.about_card-icon {
    font-size: 1.5rem;
    color: #e54e04;
    margin-bottom: 1.5rem;
    display: inline-block;
    padding: 1rem;
    background: #f8d5c3;
    border-radius: 50%;
    width: fit-content
}

.about_card h3 {
    color: #e54e04;
    margin-bottom: -1rem;
    font-size: 1.5rem
}

.about_card p,
.about_card ul {
    margin-bottom: 1rem;
    font-size: 1.4rem
}

.about_card ul {
    padding-left: 1.5rem
}

.about_card ul li {
    margin-bottom: .5rem;
    position: relative
}

.about_card ul li:before {
    content: "✓";
    color: #1a73e8;
    font-weight: 700;
    position: absolute;
    left: -1.5rem
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease, transform .6s ease
}

@media (max-width: 768px) {
    .about_header h1 {
        font-size: 2.5rem
    }

    .mission-container {
        flex-direction: column
    }

    .about_cards-container {
        grid-template-columns: 1fr
    }
}

.quick-services {
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    padding: 80px 0;
    position: relative
}

.quick-services:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(26, 54, 93, .05), transparent)
}

.service-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 25px;
    box-shadow: 0 15px 50px #00000014;
    transition: all .4s ease;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden
}

.service-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    transform: scaleX(0);
    transition: transform .3s ease
}

.service-card:hover:before {
    transform: scaleX(1)
}

.service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 80px #00000026
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: #fff;
    font-size: 36px;
    transition: all .3s ease
}

.service-card:hover .service-icon {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    transform: rotate(10deg) scale(1.1)
}

.service-card h4 {
    color: #1a365d;
    font-weight: 700;
    margin-bottom: -2px
}

.service-card p {
    color: #64748b;
    line-height: 1.6
}

.service-card .btn-sm {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 600;
    margin-top: 15px
}

.section-header {
    text-align: center;
    margin-bottom: 70px
}

.section-header h2 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1a365d;
    margin-bottom: 20px;
    position: relative
}

.section-header h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    border-radius: 2px
}

.section-header p {
    font-size: 1.2rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2.2rem
    }
}

.news-widget {
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px #0000001a;
    background: #fff;
    border-left: 5px solid #ff9800
}

.news-header {
    background: #ffe0b2;
    color: #212121;
    padding: 12px 16px;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 8px
}

.news-body {
    max-height: 580px;
    overflow-y: auto;
    scroll-behavior: smooth
}

.news-body::-webkit-scrollbar {
    width: 0;
    background: transparent
}

.news-item {
    background: linear-gradient(135deg, #0288d1, #01579b);
    color: #fff;
    margin: 10px 16px;
    padding: 8px;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: start;
    gap: 10px;
    transition: transform .2s ease;
    font-size: 20px
}

.news-item:hover {
    transform: scale(1.02)
}

.news-icon {
    font-size: 20px;
    margin-top: 2px;
    color: #fffde7
}

.news_container {
    background-color: #fbfcfd;
    color: #212529
}

.news_heading {
    background: linear-gradient(45deg, #1a73e8, #4285f4);
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px #0000001a;
    color: #fff;
    position: relative;
    overflow: hidden
}

.news_heading:before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: #ffffff1a;
    transform: rotate(30deg)
}

.news_heading h1 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 10px
}

.news_heading p {
    font-size: 1.1rem;
    opacity: .9
}

.announcement-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px #00000014;
    transition: all .3s ease;
    border: none
}

.announcement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px #00000026
}

.card-news_heading {
    padding: 15px 20px;
    font-weight: 600;
    font-size: 1.2rem;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.card-body {
    padding: 10px
}

.card-footer {
    background-color: #f8f9fa;
    padding: 12px 20px;
    font-size: .9rem;
    color: #6c757d
}

.badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 1.2rem
}

.green-badge {
    background-color: #40916c33;
    color: #40916c
}

.red-badge {
    background-color: #e6394633;
    color: #e63946
}

.blue-badge {
    background-color: #3d85c633;
    color: #3d85c6
}

.yellow-badge {
    background-color: #ffb70033;
    color: #ffb700
}

.date-badge {
    background-color: #2c7da0;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: .85rem;
    font-weight: 500
}

.animated-border {
    position: relative
}

.animated-border:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #2c7da0, #a9d6e5);
    transition: width .5s ease
}

.animated-border:hover:after {
    width: 100%
}

.news_img {
    width: 100%;
    height: 100%;
    object-fit: fill
}

.fade-in {
    animation: fadeIn .8s ease forwards
}

.slide-in-left {
    animation: slideInLeft .8s ease forwards
}

.slide-in-right {
    animation: slideInRight .8s ease forwards
}

.bounce-in {
    animation: bounceIn .8s ease forwards
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate(-30px);
        opacity: 0
    }

    to {
        transform: translate(0);
        opacity: 1
    }
}

@keyframes slideInRight {
    0% {
        transform: translate(30px);
        opacity: 0
    }

    to {
        transform: translate(0);
        opacity: 1
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(.8);
        opacity: 0
    }

    60% {
        transform: scale(1.05);
        opacity: 1
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@media (max-width: 768px) {
    .news_heading h1 {
        font-size: 2rem
    }

    .card-news_heading {
        font-size: 1.1rem
    }
}

.population_container {
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    padding: 40px 30px;
    border-radius: 20px
}

.population_heading {
    background: linear-gradient(45deg, #1a73e8, #4285f4);
    color: #fff;
    text-align: center;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px #1a73e840
}

.population_heading:before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, .1) 0%, transparent 70%);
    transform: rotate(30deg)
}

.population_heading h1 {
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    z-index: 1
}

.population_heading p {
    opacity: .9;
    margin-bottom: 0;
    position: relative;
    z-index: 1
}

.stats-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 25px;
    flex-wrap: nowrap;
    overflow-x: auto
}

.stats-container::-webkit-scrollbar {
    height: 6px
}

.stats-container::-webkit-scrollbar-thumb {
    background: #1a73e84d;
    border-radius: 3px
}

.stat-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px #0d47a11a;
    overflow: hidden;
    transition: all .3s ease;
    animation: cardAppear .8s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
    flex: 1;
    min-width: 280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-left: 6px solid #4e73df
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px #0d47a126
}

.stat-card.male {
    border-left-color: #36b9cc
}

.stat-card.female {
    border-left-color: #e83e8c
}

.stat-card.family {
    border-left-color: #1cc88a
}

.stat-card.contact {
    border-left-color: #ee4a6e
}

.stat-content {
    text-align: left
}

.stat-number {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0d47a1;
    line-height: 1.2
}

.stat-card.male .stat-number {
    color: #36b9cc
}

.stat-card.female .stat-number {
    color: #e83e8c
}

.stat-card.family .stat-number {
    color: #1cc88a
}

.stat-card.contact .stat-number {
    color: #ee4a6e
}

.stat-label {
    font-size: 1.1rem;
    color: #5a5c69;
    font-weight: 500
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4e73df1a;
    transition: all .3s ease
}

.icon {
    font-size: 32px;
    color: #4e73df
}

.stat-card.male .icon-wrapper {
    background: #36b9cc1a
}

.stat-card.female .icon-wrapper {
    background: #e83e8c1a
}

.stat-card.family .icon-wrapper {
    background: #1cc88a1a
}

.stat-card.male .icon {
    color: #36b9cc
}

.stat-card.female .icon {
    color: #e83e8c
}

.stat-card.family .icon {
    color: #1cc88a
}

.stat-card.contact .icon {
    color: #ee4a6e
}

@keyframes cardAppear {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width: 992px) {
    .stats-container {
        flex-wrap: wrap;
        justify-content: center
    }

    .stat-card {
        flex: 1 1 45%
    }
}

@media (max-width: 600px) {
    .stat-card {
        flex: 1 1 100%;
        text-align: center;
        flex-direction: column
    }

    .icon-wrapper {
        margin-top: 10px
    }
}

.emergency-card {
    background: #fffe;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 5px 15px #00000014;
    padding: 15px 18px;
    width: 95%;
    max-width: 420px;
    transition: .3s
}

.emergency-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px #0000001a
}

.header {
    text-align: center;
    margin-bottom: 0
}

.header i {
    font-size: 1.6rem;
    color: #007b5e
}

.header h4 {
    margin-top: 5px;
    font-weight: 600;
    color: #004e35;
    font-size: 1.2rem
}

.header p {
    font-size: .8rem;
    color: #555;
    margin-bottom: 0
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9fffb;
    border-radius: 8px;
    padding: 6px 10px;
    border-left: 4px solid transparent;
    transition: .3s;
    position: relative;
    overflow: hidden;
    background: #eaf9ef;
    border-left: 4px solid #007b5e
}

.contact-item:hover {
    background: #eaf9ef;
    border-left: 4px solid #007b5e;
    transform: scale(1.01)
}

.contact-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    width: 50px;
    height: 100%;
    background: #007b5e1a;
    transform: skew(-25deg);
    transition: .5s
}

.contact-item:hover:before {
    left: 120%
}

.contact-left {
    display: flex;
    align-items: center;
    gap: 8px
}

.contact-left i {
    font-size: 1.5rem
}

.contact-name {
    font-weight: 600;
    color: #004e35;
    font-size: 1.2rem
}

.contact-number {
    font-size: 1.2rem;
    color: #555;
    line-height: 1
}

.call-btn {
    background: #007b5e;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    font-size: .9rem
}

.call-btn:hover {
    background: #004e35;
    transform: scale(1.1)
}

.report-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 32px #0000001a;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2)
}

.pai-card {
    width: 220px;
    padding: 15px;
    text-align: center;
    font-family: Arial, sans-serif;
    margin: 20px auto
}

.pai-title {
    font-weight: 700;
    color: #222;
    margin-bottom: 10px
}

.pai-meter {
    width: 200px;
    height: 100px;
    background: conic-gradient(from 180deg at 50% 100%, #e74c3c, #e74c3c 144deg, #f39c12 144deg, #f39c12 216deg, #f1c40f 216deg, #f1c40f 252deg, #2ecc71 252deg, #2ecc71 324deg, #3498db 324deg, #3498db 360deg);
    border-radius: 100px 100px 0 0;
    position: relative;
    margin: 0 auto 10px;
    overflow: hidden
}

.pai-needle {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 4px;
    height: 80px;
    background: #111;
    transform-origin: bottom center;
    transform: translate(-50%) rotate(-90deg);
    transition: transform 1s ease-in-out;
    border-radius: 2px
}

.pai-score {
    font-weight: 700;
    font-size: 28px;
    color: #222;
    margin-top: 5px
}

.grade-box {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(45deg, #0d6efd, #0a58ca);
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-block;
    margin-top: 10px;
    box-shadow: 0 4px 12px #0d6efd4d;
    transition: transform .2s ease
}

.grade-box:hover {
    transform: translateY(-2px)
}

.legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin-top: 15px
}

.legend span {
    display: inline-block;
    margin: 2px;
    padding: 6px 12px;
    border-radius: 15px;
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 2px 8px #0000001a;
    transition: transform .2s ease
}

.legend span:hover {
    transform: scale(1.05)
}

.a {
    background: linear-gradient(45deg, #26b7fa, #6ccdfa)
}

.b {
    background: linear-gradient(45deg, #28a745, #20c997)
}

.c {
    background: linear-gradient(45deg, #ffc107, #fd7e14);
    color: #212529
}

.d {
    background: linear-gradient(45deg, #fd7e14, #e74c3c)
}

.e {
    background: linear-gradient(45deg, #dc3545, #c82333)
}

.indicator-card {
    border-radius: 15px;
    padding: 80px;
    height: 100%;
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    transition: all .3s ease;
    overflow: hidden
}

.indicator-card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0d6efd, #6610f2);
    z-index: 3
}

.tt-bg-1 {
    background-image: url(../../assets/images/pdi_img/tt1.png)
}

.tt-bg-2 {
    background-image: url(../../assets/images/pdi_img/tt2.png)
}

.tt-bg-3 {
    background-image: url(../../assets/images/pdi_img/tt3.png)
}

.tt-bg-4 {
    background-image: url(../../assets/images/pdi_img/tt4.png)
}

.tt-bg-5 {
    background-image: url(../../assets/images/pdi_img/tt5.png)
}

.tt-bg-6 {
    background-image: url(../../assets/images/pdi_img/tt6.png)
}

.tt-bg-7 {
    background-image: url(../../assets/images/pdi_img/tt7.png)
}

.tt-bg-8 {
    background-image: url(../../assets/images/pdi_img/tt8.png)
}

.tt-bg-9 {
    background-image: url(../../assets/images/pdi_img/tt9.png)
}

.indicator-title {
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 12px;
    min-height: 50px;
    color: #010911;
    display: flex;
    align-items: center;
    justify-content: center
}

.progress {
    height: 25px;
    border-radius: 12px;
    background: #e9ecefe6;
    overflow: hidden;
    box-shadow: inset 0 2px 4px #0000000d;
    position: relative;
    z-index: 2
}

.progress-bar {
    font-size: .85rem;
    font-weight: 700;
    line-height: 25px;
    border-radius: 12px;
    transition: width 1s ease-in-out;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.progress-bar:after {
    content: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

@media (max-width: 768px) {
    .report-card {
        padding: 20px;
        border-radius: 15px
    }

    .pai-meter {
        width: 160px;
        height: 80px
    }

    .pai-meter:after {
        height: 40px
    }

    .legend {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start
    }

    .legend span {
        width: 100%;
        text-align: left;
        margin: 2px 0
    }

    .indicator-title {
        font-size: .85rem;
        min-height: auto
    }

    .grade-box {
        font-size: 1rem;
        padding: 8px 16px
    }
}

@media (max-width: 576px) {
    .pai-meter {
        width: 140px;
        height: 70px
    }

    .pai-meter:after {
        height: 35px;
        width: 3px
    }

    h5 {
        font-size: 1.25rem
    }

    .indicator-card {
        padding: 15px
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.report-card {
    animation: fadeInUp .6s ease-out
}

.progress-bar {
    animation: progressAnim 1.5s ease-out
}

@keyframes progressAnim {
    0% {
        width: 0%
    }
}

.temple-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px #0000001a;
    transition: all .3s ease;
    margin-bottom: 30px;
    cursor: pointer;
    height: 350px
}

.temple-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px #00000026
}

.temple-image {
    position: relative;
    overflow: hidden;
    height: 200px
}

.temple-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: transform .4s ease
}

.temple-card:hover .temple-image img {
    transform: scale(1.1)
}

.temple-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #ff6b35e6, #f7931ee6);
    opacity: 0;
    transition: opacity .3s ease;
    display: flex;
    align-items: center;
    justify-content: center
}

.temple-card:hover .temple-overlay {
    opacity: 1
}

.temple-content {
    padding: 25px;
    text-align: center;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.temple-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px
}

.temple-location {
    color: #ff6b35;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 1rem
}

.view-details-btn {
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    transition: all .3s ease;
    font-size: .9rem;
    align-self: center
}

.view-details-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px #ff6b3566;
    color: #fff
}

.temple-modal .modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    max-width: 100%
}

.temple-modal .modal-header {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: #fff;
    border: none;
    padding: 20px 30px
}

.temple-modal .modal-title {
    font-size: 1.8rem;
    font-weight: 600
}

.temple-modal .btn-close {
    filter: invert(0);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 2l12 12M14 2L2 14'/%3e%3c/svg%3e")
}

.modal-image {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.temple-details {
    padding: 30px
}

.detail-item {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff8f3;
    border-radius: 10px;
    border-left: 4px solid #ff6b35
}

.detail-label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    font-size: 1.1rem
}

.detail-value {
    color: #7f8c8d;
    line-height: 1.6
}

.timing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 15px
}

.timing-item {
    background: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #ffd23f
}

.timing-label {
    font-weight: 600;
    color: #ff6b35;
    font-size: .9rem
}

.timing-value {
    color: #2c3e50;
    font-weight: 500
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all .8s ease
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0)
}

@media (max-width: 768px) {
    .section-title h2 {
        font-size: 2rem
    }

    .temple-card {
        height: auto
    }

    .temple-image {
        height: 180px
    }

    .temple-content {
        height: auto;
        padding: 20px
    }
}

.main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem
}

.sampark-card {
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 20px 40px #00000026;
    max-width: 1800px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    transition: transform .4s ease, box-shadow .4s ease
}

.sampark-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px #00000040
}

.map-side {
    flex: 1 1 50%;
    min-width: 320px;
    position: relative;
    overflow: hidden
}

.map-side iframe {
    width: 100%;
    height: 100%;
    min-height: 200px;
    border: none;
    filter: drop-shadow(0 0 8px rgba(74, 144, 226, .5));
    transition: filter .3s ease;
    border-radius: 0 1.5rem 1.5rem 0
}

.map-side iframe:hover,
.map-side iframe:focus {
    filter: drop-shadow(0 0 15px rgba(80, 227, 194, .8));
    outline: none
}

.details-side {
    flex: 1 1 50%;
    min-width: 320px;
    padding: 3rem 3rem 3rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, #50e3c2, #4a90e2);
    color: #fff;
    border-radius: 0 1.5rem 1.5rem 0;
    position: relative;
    overflow: hidden
}

.details-side:before,
.details-side:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: .15;
    filter: blur(80px);
    z-index: 0
}

.details-side:before {
    width: 200px;
    height: 200px;
    background: #fff;
    top: -50px;
    right: 30px
}

.details-side:after {
    width: 300px;
    height: 300px;
    background: #000;
    bottom: -100px;
    left: 20px
}

.details-content {
    position: relative;
    z-index: 1
}

.details-content h2 {
    font-weight: 900;
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .3)
}

.info-card {
    background: #ffffff26;
    border-radius: 1rem;
    padding: 1.5rem 2rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    box-shadow: 0 4px 12px #0000001a;
    cursor: default;
    transition: background-color .3s ease, box-shadow .3s ease
}

.info-card:hover,
.info-card:focus-within {
    background: #ffffff4d;
    box-shadow: 0 8px 24px #0003;
    outline: none
}

.info-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4)
}

.info-text {
    flex: 1;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #f0f9ff
}

.info-text strong {
    font-weight: 700;
    color: #e0f7fa
}

.info-text a {
    color: #b2ebf2;
    text-decoration: underline;
    transition: color .3s ease
}

.info-text a:hover,
.info-text a:focus {
    color: #fff;
    text-decoration: none;
    outline: none
}

@media (max-width: 991.98px) {
    .sampark-card {
        flex-direction: column
    }

    .map-side iframe {
        min-height: 300px;
        border-radius: 1.5rem 1.5rem 0 0
    }

    .details-side {
        border-radius: 0 0 1.5rem 1.5rem;
        padding: 2rem 2rem 3rem
    }
}

@media (max-width: 575.98px) {
    .details-content h2 {
        font-size: 2rem
    }

    .info-card {
        flex-direction: column;
        align-items: flex-start;
        gap: .75rem
    }

    .info-icon {
        font-size: 2rem
    }

    .info-text {
        font-size: 1rem
    }
}

.contact-fab {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: #50e3c2;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 8px 20px #50e3c299;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    transition: background-color .3s ease, box-shadow .3s ease;
    z-index: 1050
}

.contact-fab:hover,
.contact-fab:focus {
    background: #3ac9a9;
    box-shadow: 0 12px 30px #3ac9a9cc;
    outline: none
}

.theme-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center
}

.theme-card {
    width: 150px;
    min-height: 230px;
    border-radius: 12px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 2px 8px #0000000f
}

.theme-card a {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none
}

.theme-card .card-body {
    padding: 18px 12px 8px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.theme-card .card-title {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    line-height: 2;
    display: -webkit-box
}

.theme-card .card-footer {
    border: none;
    padding: 10px 8px;
    height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 12px 12px
}

.theme-card .footer-count {
    font-size: 18px;
    font-weight: 700
}

.theme-card .footer-label {
    font-size: 12px;
    margin-top: 4px
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.theme-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 24px #0000001f;
    transition: all .18s ease
}

.gallery-section {
    background-color: #f1f1f1;
    padding: 25px;
    border-radius: 12px
}

@media (max-width: 992px) {
    .theme-card {
        flex: 1 1 calc(33.33% - 18px)
    }
}

@media (max-width: 576px) {
    .theme-card {
        flex: 1 1 calc(50% - 18px)
    }
}

#schemesModal .modal-header,
#schemeDetailModal .modal-header {
    background: linear-gradient(135deg, #e65100, #ff9800);
    color: #fff
}

.scheme-item {
    border-left: 6px solid #ff9800;
    background-color: #fff8e1;
    border-radius: 10px;
    padding: 15px;
    transition: all .3s ease;
    margin-bottom: 18px;
    cursor: pointer
}

.scheme-item:hover {
    background-color: #fff3e0;
    transform: translateY(-4px);
    box-shadow: 0 3px 8px #0000001a
}

.scheme-title {
    color: #e65100;
    font-weight: 600
}

.scheme-desc {
    color: #5d4037
}

#schemeTabs .nav-link.active {
    background-color: #ff9800;
    color: #fff !important
}

#schemeTabs .nav-link {
    color: #e65100;
    border: 1px solid #ffe0b2;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 14px
}

.btn-outline-primary {
    border-color: #e65100;
    color: #e65100
}

.btn-outline-primary:hover {
    background-color: #e65100;
    color: #fff
}

#schemeInfoModal .modal-header {
    background: linear-gradient(135deg, #e65100, #ff9800);
    color: #fff;
    border-bottom: none
}

#schemeInfoModal .modal-footer {
    background-color: #fff8e1;
    border-top: 1px solid #ffe0b2
}

#schemeInfoModal .modal-title {
    font-size: 1.4rem;
    font-weight: 700
}

#schemeInfoModal .modal-body h6 {
    color: #e65100;
    font-weight: 600
}

#schemeInfoModal .modal-body p,
#schemeInfoModal .modal-body ul li {
    color: #5d4037;
    line-height: 1.6
}

#schemeInfoModal .btn-outline-secondary {
    border-color: #e65100;
    color: #e65100;
    font-weight: 500;
    transition: all .3s ease
}

#schemeInfoModal .btn-outline-secondary:hover {
    background-color: #e65100;
    color: #fff
}

#schemeInfoModal .btn-secondary {
    background-color: #ff9800;
    border: none;
    color: #fff;
    font-weight: 500
}

#schemeInfoModal .btn-secondary:hover {
    background-color: #e65100
}

#schemeInfoModal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px #00000040
}

#schemeInfoModal .btn-close {
    filter: invert(1);
    opacity: .9
}

#schemeInfoModal .btn-close:hover {
    opacity: 1
}

#gharModal .modal-header {
    background: linear-gradient(135deg, #e65100, #ff9800);
    color: #fff;
    border-bottom: none
}

#gharModal .modal-footer {
    background-color: #fff8e1;
    border-top: 1px solid #ffe0b2
}

#gharModal .modal-title {
    font-size: 1.4rem;
    font-weight: 700
}

#gharModal .modal-body h6 {
    color: #e65100;
    font-weight: 600
}

#gharModal .modal-body p,
#gharModal .modal-body ul li {
    color: #5d4037;
    line-height: 1.6
}

#gharModal .btn-outline-secondary {
    border-color: #e65100;
    color: #e65100;
    font-weight: 500;
    transition: all .3s ease
}

#gharModal .btn-outline-secondary:hover {
    background-color: #e65100;
    color: #fff
}

#gharModal .btn-secondary {
    background-color: #ff9800;
    border: none;
    color: #fff;
    font-weight: 500
}

#gharModal .btn-secondary:hover {
    background-color: #e65100
}

#gharModal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px #00000040
}

#gharModal .btn-close {
    filter: invert(1);
    opacity: .9
}

#gharModal .btn-close:hover {
    opacity: 1
}

.highlight-nagar {
    background-color: #e54e04 !important;
    color: #fff !important;
    border-radius: 6px;
    box-shadow: 0 0 15px 3px #e54e04b3;
    position: relative;
    animation: pulseHighlight 1.5s ease-in-out
}

@keyframes pulseHighlight {
    0% {
        box-shadow: 0 0 #e54e04b3;
        transform: scale(1)
    }

    50% {
        box-shadow: 0 0 20px 5px #e54e04e6;
        transform: scale(1.05)
    }

    to {
        box-shadow: 0 0 #e54e0400;
        transform: scale(1)
    }
}

.orange-theme-modal .modal-header {
    background: linear-gradient(135deg, #e65100, #ff9800);
    color: #fff;
    border-bottom: none
}

.orange-theme-modal .modal-footer {
    background-color: #fff8e1;
    border-top: 1px solid #ffe0b2
}

.orange-theme-modal .modal-title {
    font-size: 1.4rem;
    font-weight: 700
}

.orange-theme-modal .modal-body h6 {
    color: #e65100;
    font-weight: 600
}

.orange-theme-modal .modal-body p,
.orange-theme-modal .modal-body ul li {
    color: #5d4037;
    line-height: 1.6
}

.orange-theme-modal .btn-outline-secondary {
    border-color: #e65100;
    color: #e65100;
    font-weight: 500;
    transition: all .3s ease
}

.orange-theme-modal .btn-outline-secondary:hover {
    background-color: #e65100;
    color: #fff
}

.orange-theme-modal .btn-secondary {
    background-color: #ff9800;
    border: none;
    color: #fff;
    font-weight: 500
}

.orange-theme-modal .btn-secondary:hover {
    background-color: #e65100
}

.orange-theme-modal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px #00000040
}

.orange-theme-modal .btn-close {
    filter: invert(1);
    opacity: .9
}

.orange-theme-modal .btn-close:hover {
    opacity: 1
}