:root {
    --primary-color: #FD7009;
}

.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;
}

.fixed-header .get_sticky_header {
    z-index: 2 !important;
}
/* .home-nav a.nav-link {
    color: white !important;
}

.other-nav a.nav-link {
    color: #000 !important;
} */

/* home page css start */
/* .custom-slider-home {
    top: -100px;
} */

.header,
.default_sickty_heaad {
    background: #ffffff00;
}

.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;
}

/* Hide scrollbar (optional) */
.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: rgb(253, 253, 253) !important;
}

.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;
}

.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.2rem;
    font-weight: 600;
    color: #FD7009;
}

.logo-text .sub-text {
    font-size: 1rem;
    color: #4e8f32;
}

.transperent_bg {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 70%;
}

.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-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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;
}

.custom-section {
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.6s ease;
    transform: translateY(50px);
    pointer-events: none;
}

.custom-section.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.header,
.default_sickty_heaad {
    z-index: 11;
    padding: 10px 0px 10px !important;
}

/* home page css end  */
/* about-us page css end  */
.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 {
    height: 386px !important;
    height: 420px;
    position: relative;
    display: inline-block;
    border: 3px solid var(--primary-color);
}

.profile-image-about {
    height: 380px !important;
    width: 400px;
    display: block;
    background: linear-gradient(184deg, #F1AA77 33.97%, var(--primary-color) 96.76%);
}

.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);
}

/* about-us css end  */