:root {
    --primary-color: #FD7009;
    --Light_Ornage: #F1AA77;
    --theme-primary: #F1AA77;
}

.preloader-wrap {
    &::before {
        overflow: hidden;
        background: rgba(0, 0, 0, 0.90) !important;
    }
}

.b_image {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    /* This centers it horizontally */
}

.text-primary-fade {
    color: var(--Light_Ornage) !important;
}

.header .header_content_collapse .navigation_menu .navbar_nav li.active a.nav-link,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.active a.nav-link {
    color: var(--primary-color) !important;
}

.header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
    color: #4E8F32 !important;
}

.fixed-header .get_sticky_header {
    z-index: 2 !important;
}

.header.style_one .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active .dropdown-menu>li.active>a.nav-link,
.default_sickty_heaad.style_one .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active .dropdown-menu>li.active>a.nav-link {
    color: var(--primary-color) !important;
}

.get_sticky_header {
    color: black !important;
    transition: background-color 0.3s ease-in-out;
}

.home-nav a.nav-link {
    color: #4E8F32 !important;
}

.other-nav a.nav-link {
    color: #000;
}

/* home page css start */
.text-light-gray {
    color: #dcdcdc;
}

.text-light-gray-testimonial {
    color: #AAAFB8 !important;
}

.bg-orange {
    padding: 5px;
    background: var(--primary-color);
}

/* .custom-home-slider {
    top: -100px !important;
} */
.header,
.default_sickty_heaad {
    background-color: linear-gradient(90deg, rgba(253, 112, 9, 0.50) 0%, rgba(180, 77, 1, 0.50) 100%) !important;
}

.ring {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.ring-inner {
    width: 500px;
    height: 500px;
    border: 4px solid orange;
    z-index: 1;
}

.ring-outer {
    width: 540px;
    height: 540px;
    border: 4px solid #ffcc80;
    z-index: 0;
}

.custom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 1;
}

.custom-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.header,
.default_sickty_heaad {
    background: #ffffff00;
}

.header_boxed.style_four {
    top: 0px !important;
}

.tab-item {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
}

.tab-item:last-child {
    border-right: none;
}

.custom-btn {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    ;
    color: white;
    border: 2px solid var(--primary-color);
    ;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.custom-btn:hover {
    background-color: white;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.tab-scroll-wrapper {
    overflow: hidden;
    width: 100%;
}

.tab-item {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
    color: #333;
}

.tab-item.active {
    color: var(--primary-color);
}

.tab-content-box {
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
}

.tab-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.tab-scroll-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.text-ornage {
    color: var(--primary-color);
}

.square-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 3px solid transparent;
    transition: border 0.3s ease;
    cursor: pointer;
}

.square-image:hover,
.square-image.active {
    border: 3px solid var(--primary-color);
}

.time_line_section.style_two .event_box .date_box h6 {
    background-color: white !important;
    color: var(--primary-color);
}

.time_line_section.style_two .swiper-slide-active .event_box .date_box {
    border-bottom: 1px solid var(--primary-color) !important;
}

.time_line_section.style_two .swiper-slide .event_box .date_box {
    border-bottom: 1px solid var(--primary-color) !important;
}

.time_line_section.style_two .event_box .date_box h6::before {
    background: var(--primary-color) !important;
}

.time_line_section.style_two .event_box .content_box {
    background: rgba(253, 253, 253, 0.366);
    height: 235px;
}

.time_line_section.style_two .event_box .content_box h2 a {
    color: #333 !important;
}

/* .time_line_section.style_two .swiper-slide-active .event_box .content_box p {
    color: #333 !important;
}

.time_line_section.style_two .event_box .content_box p {
    color: #333 !important;
} */

.gradient-btn {
    background: linear-gradient(90deg, rgba(253, 112, 9, 0.50) 0%, rgba(180, 77, 1, 0.50) 100%);
    border: 1px solid #ff6600;
    color: white;
    font-weight: bold;
    border-radius: 2px;
}

.gradient-btn-subscribe {
    background: #ffffff;
    color: #ff6600;
    font-weight: bold;
    border-radius: 2px;
}

.gradient-btn-subscribe:hover {
    background: #ffffff;
    border: 1px solid #ff6600;
    color: #ff6600;
    font-weight: bold;
    border-radius: 2px;
}

.gradient-btn-whatsapp {
    background: linear-gradient(90deg, #60D669 0%, #C6FFCA 100%);
    color: #000;
    font-weight: bold;
    border-radius: 2px;
}

.gradient-btn-whatsapp:hover {
    background: #ffffff;
    border: 1px solid #60D669;
    color: #000;
    font-weight: bold;
    border-radius: 2px;
}

.gradient-btn-blue {
    background: linear-gradient(90deg, #051C33 0%, #0F5499 100%);
    border: 1px solid #051C33;
    color: white;
    font-weight: bold;
    border-radius: 2px;
}

.logo-image {
    width: 150px;
    height: 75px;
    object-fit: contain;
}

.logo-text {
    font-family: 'Noto Sans Devanagari', sans-serif;
    line-height: 1.2;
}

.logo-text .main-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #FD7009;
    margin-bottom: 2px;
}

.logo-text .sub-text {
    font-size: 0.85rem;
    color: #4e8f32;
}

.transperent_bg {
    background: rgba(255, 255, 255, 0.2);
    /* lighter and more translucent */
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    border-radius: 16px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: 300px;
    transition: all 0.3s ease-in-out;
}

.progress_bar.style_three .bar .bar-inner {
    background-image: linear-gradient(to right, #fff, var(--primary-color));
}

.progress_bar.style_three .bar .bar-inner::before {
    border-left: 16px solid var(--primary-color);
}

.custom-swiper-slide {
    height: 350px;
    overflow: hidden;
    border-radius: 0.5rem;
    position: relative;
}

.custom-swiper-slide {
    width: 920px;
    height: 350px;
    overflow: fill;
    /* hides cropped parts */
}

.custom-slide-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    /* keeps ratio, crops edges if needed */
}

.primary-text {
    color: var(--primary-color);
}

.fade-primary {
    color: rgba(253, 112, 9, 0.6);
}

.newsteller.style_one .item_scubscribe .mc4wp-form-fields input[type=submit] {
    background: var(--primary-color) !important;
    border-radius: 5px !important;
}

.theme-btn.five {
    background: var(--primary-color) !important;
}

.progress_bar.style_three h2 span {
    color: var(--primary-color) !important;
}

.header,
.default_sickty_heaad {
    z-index: 11;
    padding: 10px 0px 10px !important;
}

/* home page css end  */

/* about-us page css start  */
.about-title {
    color: var(--primary-color);
    font-weight: bold;
    text-transform: uppercase;
}

.about-name {
    color: #000;
    font-size: 1.75rem;
    font-weight: 600;
}

.about-description {
    color: #444;
    font-size: 1rem;
    line-height: 1.6;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    border: 3px solid var(--primary-color);
}

.orange-box {
    position: absolute;
    bottom: -35px;
    right: -35px;
    width: 350px;
    height: 80px;
    background-color: var(--primary-color);
    z-index: -1;
}

.profile-image {
    width: 100%;
    height: 450px;
    width: 460px;
    display: block;
    background: linear-gradient(184deg, #F1AA77 33.97%, var(--primary-color) 96.76%);
}

.image-wrapper-about {
    position: relative;
    width: 100%;
    /* container takes full width of parent */
    max-width: 480px;
    /* optional, adjust as needed */
    height: 420px;
    /* fixed height */
    border: 3px solid var(--primary-color);
    overflow: hidden;
    /* hide overflow if image is bigger */
}

.image-box-about {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(184deg, #F1AA77 33.97%, var(--primary-color) 96.76%);
}

.profile-image-about {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    /* <-- ensures whole image is visible */
    display: block;
}

/* .image-wrapper-about {
    height: 386px !important;
    height: 420px;
    position: relative;
    display: inline-block;
    border: 3px solid var(--primary-color);
}

.image-box-about {
    height: 380px;
    width: 480px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(184deg, #F1AA77 33.97%, var(--primary-color) 96.76%);
}

.profile-image-about {
    height: 100%;
    width: 100%;
    object-fit: fill !important;
    display: block;
} */

.image_boxes.style_three {
    border-radius: 0px !important;
}

.orange-box-about {
    position: absolute;
    bottom: -40px;
    right: -35px;
    width: 350px;
    height: 80px;
    background-color: var(--primary-color);
    z-index: -1;
}

.testimonial_sec.style_v2_two .testimonial_box .rating li span {
    color: var(--primary-color);
}

.overlay-timeline {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 20, 50, 0.85);
    z-index: 1;
}

.timeline-container {
    position: relative;
    z-index: 1;
    padding: 80px 15px;
}

.timeline-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 50px;
}

.timeline-title span {
    background-color: #ff6b00;
    color: #fff;
    padding: 2px 10px;
}

.timeline {
    position: relative;
    max-width: 900px;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background-color: #fff;
    transform: translateX(-50%);
    z-index: 0;
}

.timeline-item {
    position: relative;
    margin: 40px 0;
    width: 50%;
    padding: 0 30px;
}

.timeline-item.left {
    left: 0;
    text-align: right;
}

.timeline-item.right {
    left: 50%;
    text-align: left;
}

.timeline-dot-right {
    position: absolute;
    top: 0;
    left: 0%;
    transform: translate(-50%, -10px);
    width: 20px;
    height: 20px;
    background-color: #ff6b00;
    border: 4px solid #fff;
    border-radius: 50%;
    z-index: 1;
}

.timeline-dot-left {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(-50%, -10px);
    width: 20px;
    height: 20px;
    background-color: #ff6b00;
    border: 4px solid #fff;
    border-radius: 50%;
    z-index: 1;
}

.timeline-date {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 5px;
    color: #fff;
}

.timeline-item h5 {
    font-size: 1.25rem;
    font-weight: bold;
}

.timeline-item p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .timeline-dot-left {
        right: 103%;
        left: -9%;
    }

    .timeline-dot-right {
        right: 103%;
        left: -9%;
    }

    .timeline::before {
        left: 10px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 30px;
        padding-right: 15px;
        text-align: left !important;
    }

    .timeline-item.left,
    .timeline-item.right {
        left: 0;
    }

    .timeline-dot {
        left: 0px;
        transform: translateY(-10px);
    }
}

.section_two_about {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans Devanagari', sans-serif;
    background: url('/assets/images_website/aboutUsBanner.png') no-repeat center center;
    background-size: cover;
    position: relative;
    color: #fff;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* about-us css end  */

/* Vision Page css start  */
.project_post.style_six .overlay:before {
    background: linear-gradient(180deg, rgba(5, 28, 51, 0.00) 0%, rgba(5, 28, 51, 0.40) 34.05%, rgba(5, 28, 51, 0.80) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat !important;
}

.vision-image-container {
    position: relative;
    border: 2px solid var(--Light_Ornage);
    overflow: hidden;
    height: 100%;
}

.vision-image-container img.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.custom-vision-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 28, 51, 0.00) 0%, rgba(5, 28, 51, 0.49) 34.05%, rgba(5, 28, 51, 0.98) 100%);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    text-align: center;
    padding: 2rem 1rem;
}

.vision-image-container:hover .custom-vision-overlay {
    opacity: 1;
}

.overlay-icon {
    width: 75px;
    height: 75px;
    opacity: 1;
    z-index: 1;
    position: relative;
    margin-bottom: 1rem;
}

.overlay-title {
    color: var(--primary-color);
    font-weight: 600;
}

.overlay-text {
    color: #fff;
}

/* Vision Page css end  */

/* Social work Page css start  */
.event-image {
    position: relative;
    height: 400px !important;
    overflow: hidden;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.date-badge {
    background-color: #FD7009;
    color: white;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
    height: 90px;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.event-info {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #fff;
    color: rgb(0, 0, 0);
    padding: 8px 12px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    width: 80%;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.event-info i {
    color: #FD7009;
    margin-right: 5px;
}

.event-description {
    padding: 15px 10px 10px 10px;
}

.event-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.custom-underline-1 {
    width: 25%;
    border-bottom: 3px solid #051C33;
}

.custom-underline-2 {
    width: 40%;
    border-bottom: 3px solid var(--primary-color);
}

.news-item-custom .news-image {
    height: 120px;
    overflow: hidden;
}

.news-item-custom .news-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.custom-pagination .page-link {
    color: #ffffff !important;
    background-color: #FD7009 !important;
    margin-right: 8px;
    width: 50px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    border: 1px solid #FD7009 !important;
}

.custom-pagination .page-link:hover {
    background-color: white !important;
    color: #FD7009 !important;
    border: 1px solid #FD7009 !important;
}

.custom-pagination .page-item .page-link.rounded-circle {
    border-radius: 50% !important;
}

.custom-pagination {
    padding-left: 0;
}

.fixed-header .get_sticky_header {
    background: rgba(255, 255, 255, 0.2) !important;
    /* transparent white */
    backdrop-filter: blur(10px);
    /* glass blur effect */
    -webkit-backdrop-filter: blur(10px);
    /* for Safari */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    /* subtle border */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    /* optional soft shadow */
}

.custom-img-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transform-origin: top center;
}

.bg-custom-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(#051C33, var(--bs-bg-opacity)) !important;
}

.social-media-image-wrapper img {
    height: 350px;
    object-fit: cover;
    border: 1px solid var(--primary-color)
}

.social-media-image-wrapper .overlay-content {
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: rgba(253, 112, 9, 0.4);
    color: white;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
}

/* Social work Page css end  */

/* Social media feeds and update css start  */
.video-thumbnail {
    position: relative;
    overflow: hidden;
}

.video-thumbnail span {
    position: absolute;
    bottom: 5px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 2px 6px;
    font-size: 0.75rem;
    border-radius: 3px;
}

.stat-box {
    background-color: #fd7009;
    color: white;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    min-height: 150px;
}

.custom-blank-card {
    min-height: 150px;
}

.social-box {
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 20px;
    height: 100%;
}

.social-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.social-header img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
}

.social-header i {
    color: #1da1f2;
    margin-left: auto;
}

.section-title {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.subscribe-btn {
    background-color: #fd7009;
    color: white;
    border: none;
    padding: 6px 12px;
}

.card-text-sm {
    font-size: 0.9rem;
}

/* Social media feeds and update Page css end  */
.map-container {
    border: 3px solid #F1AA77;
    padding: 5px;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
}

.custom-input {
    background: #d5d5d5 !important;
    border-radius: 0px !important;
}

.gallery-image-container {
    position: relative;
    border: 2px solid var(--Light_Ornage);
    overflow: hidden;
    height: auto;
    max-height: 450px;
}

.gallery-image-container img.main-image {
    width: 100%;
    object-fit: cover;
    display: block;
    min-height: 450px;
}

.EmbedBrokenMedia {
    padding-bottom: 20% !important;
    padding-top: 20% !important;
}

/* loader css start */
/* Removed html, body styles */
.loader-wrapper {
    position: fixed;
    /* overlay covers the screen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4) !important;
    /* transparent overlay */
    z-index: 9999;
    /* keep it above other elements */
}

/* Existing loader styles remain unchanged */
.loader {
    animation: rotate 1s infinite;
    height: 50px;
    width: 50px;
}

.loader:before,
.loader:after {
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;
    width: 20px;
}

.loader:before {
    animation: ball1 1s infinite;
    background-color: #cb2025;
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
}

.loader:after {
    animation: ball2 1s infinite;
    background-color: #00a096;
    box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.2);
        -moz-transform: rotate(360deg) scale(1.2);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
    }
}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 #f8b334;
    }

    50% {
        box-shadow: 0 0 0 #f8b334;
        margin-bottom: 0;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #f8b334;
        margin-bottom: 10px;
    }
}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 #97bf0d;
    }

    50% {
        box-shadow: 0 0 0 #97bf0d;
        margin-top: -20px;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #97bf0d;
        margin-top: 0;
    }
}

/* loader css end */
.swiper-nav-bottom {
    margin-top: 20px;
}

.swiper-nav-bottom .btn {
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: 600;
    transition: 0.3s;
}

.swiper-nav-bottom .btn:hover {
    background: #ff6600;
    color: #fff;
    border-color: #ff6600;
}


/* Outer swiper container area */
/* .testimonial_sec.position-relative.style_v2_one {
    width: 100% !important;
    max-width: 100% !important;
} */

/* Each slide box */
.swiper-slide.custom-swiper-slide {
    width: 100% !important;
    height: 400px !important;
    /* fixed height for uniform size */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden !important;
    background: #f8f9fa !important;
    /* optional */
    border-radius: 10px !important;
    /* optional */
}

/* Images inside slides */
.swiper-slide.custom-swiper-slide img.custom-slide-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    /* fills div evenly (cropped if needed) */
    object-position: center !important;
    /* keeps crop centered */
}

.truncated-text {
    display: inline-block;
    /* adjust width as per design */
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    cursor: pointer;
}

.page_header_default {
    min-height: 290px;
    padding: 70px 0px 70px;
}

.social-media-card {
    background: #f8f8f8 !important;
    border: 2px solid #d3d3d3 !important;
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / 9%) !important;
}

/* Floating Call Button (BJP Orange) */
.floating-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1050;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #ff9933;
    /* BJP Orange */
    color: white;
    border: none;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-btn:hover {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Popup container with #f90 gradient */
.popup-container {
    position: fixed;
    bottom: 120px;
    right: 40px;
    z-index: 1040;
    background: linear-gradient(135deg, #ff9900, #ffcc66);
    /* Gradient using #f90 */
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    padding: 20px;
    text-align: center;
    width: 250px;
    opacity: 0;
    transform: scale(0.8) translateY(20px);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    pointer-events: none;
    color: white;
}

.popup-container.show {
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: auto;
}

/* Heading in Marathi */
.popup-heading {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 10px;
    color: white;
    line-height: 1.3;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.popup-container img {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    border-radius: 8px;
    border: 2px solid #fff;
}

.header .header_content_collapse .navigation_menu .navbar_nav li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li {
    margin-right: 18px !important;
}

.header .header_content_collapse .navigation_menu .navbar_nav li.office-login-menu,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.office-login-menu {
    margin-right: 0 !important;
}

.header .header_content_collapse .navigation_menu .navbar_nav li a.office-login-btn,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li a.office-login-btn {
    background: linear-gradient(90deg, #FD7009 0%, #4E8F32 100%);
    border-radius: 4px;
    color: #fff !important;
    font-weight: 700;
    line-height: 1;
    padding: 12px 16px !important;
}

.header .header_content_collapse .navigation_menu .navbar_nav li a.office-login-btn:hover,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li a.office-login-btn:hover {
    color: #fff !important;
}
.link_box_contents.style_one .link_content_bx{
    padding: 0px !important;
}
