:root {
    
    --primary:#db4f04 ;
    --primary-text:#db4f04 ;
    --primary-bg: #8CA9FF;
    --secondary: #006e64;
    --light: #fff;
    --dark: #091e3e;
    --white: #fff;
    --dark-theme: #000;
    --yellow-color: #ffff00;
    --bs-custom-color: #006e64;
    --bs-text-color: #424242;
    --filter-color: auto;
    --theme-color: #fff;
    --main-color: #026b80;
    --bottom-color:#b37c00;
}

[data-bs-theme="dark"] {
   --primary-text:#ffff00;
    --custom-color: #ffff00;
    --text-color: #ffff00;
    --dark: #ffff00;
    --white: #2b3035;
    --light:#000;
    --filter-color: grayscale(1) brightness(1);
    --theme-color: #ffff00;
    --primary-bg: #000;
    --primary: #000;
    --bs-custom-color: #ffff00;
    --bs-theme-color: #ffff00;
    --bs-primary:#ffff00;
    --bottom-color:#000;
}


/* Roboto Regular */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto.woff2') format('woff'),
        url('../fonts/Roboto.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Teko Bold */
@font-face {
    font-family: 'Teko';
    src: url('../fonts/Teko.woff2') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* Use fonts */
body {
    font-family: 'Roboto', sans-serif;
}



html {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

/********** Template CSS **********/


.btn-primary {
    background-color: var(--bs-custom-color);
    border-color: #000000;
    color: var(--white) !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
li,
p {
    color: var(--dark);
}
.btn-primary a 
{
color:var(--light);
}
a {
    text-decoration: none;
    color: var(--dark);
}

.text-light,
.text-white {
    color: var(--theme-color) !important;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.bg-custom {
    background-color: #a16c29;
}

.bg-custom_table {
    background-color: #a16c29 !important;
    color: #fff !important;
}

.btn {
    font-weight: 600;
    transition: 0.5s;
}
.bg-primary
{
    background-color: var(--primary)!important;
}
.btn-primary,
.btn-secondary {
    color: #ffffff;
}

.text-custom {
    color: #7c3f12;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 25px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    padding: 35px 15px;
    font-size: 1.125em;
    color: var(--dark);
    outline: none;
    transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

header .top-header {
    padding: 6px 0;
     background: var(--primary);
     /*background-color: #F69D39;*/
      /* background: #a38772; */
    font-size: 0.778vw;
    position: relative;
    /* background-image: linear-gradient(1deg, #6c4500db, transparent); */
}

.top-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 56px 0 0;
   border-color: rgba(var(--bs-tertiary-bg-rgb), 1) transparent transparent transparent;
    transform: rotate(-90deg);
}

.top-header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 56px 0 0;
    border-color: transparent rgba(var(--bs-tertiary-bg-rgb), 1) transparent transparent;
}

.top-row {
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

header .top-header .top-header_left ul {
    list-style: none;
    display: flex;
    justify-content: start;
    padding: 0;
    margin: 0;
}

header .top-header .top-header_left ul li span {
    margin-right: 5px;
    font-size: 0.813vw;
}

header .top-header a {
    color: var(--theme-color);
}

header .top-header .top-header_left ul li {
    margin-right: 10px;
}

header .top-header .top-header_left ul li a {
    color: var(--theme-color);
}

header .top-header .top-header_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .top-header .top-header_right ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

header .top-header .top-header_right ul li:nth-child(2) {
    margin-left: 5px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
}

.font-control Li {
    color: #fff;
    margin-left: 5px;
    font-size: 0.813vw;
    cursor: pointer;
}

.lang ul li {
    background-color: orange;
    margin-left: 5px;
    padding: 5px 4px;
    border-radius: 3px;
    width: 50px;
    text-align: center;
}

.top-header_middle {
    text-align: center;
    font-weight: bold;
}

.top-header_middle a {
    color: #fff !important;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.middle-header {
    padding: 10px 0;
    /* background: #fff;
  background-image: linear-gradient(112deg, #f19c001c, transparent); */
}

.middle-header .row {
    display: flex;
    align-items: center;
}

.middle-header .logo h1 {
    font-weight: bold;
    color: var(--dark-color);
    padding: 0;
    margin: 0;
}

.middle-header .middle-header-right ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}

.middle-header .middle-header-right ul li {
    text-align: center;
}

.middle-header-right .box p {
    font-size: 15px;
}

.middle-header-right .box i {
    font-size: 20px;
}

/*-----------header-top Close------------*/

/*-----------header-menu------------*/

.header-main {
  background-color:#00000030;
  /*background-color: var(--primary);*/
    position: absolute;
    z-index: 3;
    width: 100%;
   /* border-top: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);*/
}

.logo img {
    /* max-width: 85px; */
    max-width: 180px;
}

.logo a {
    color: #6ddb07;
}

img {
    width: 100%;
}

.creative-fullpage--slider img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    filter: var(--filter-color);
}

/* ============ Full Page Slider ================= */
.creative-fullpage--slider {
    background-color: #ffffff;
    z-index: 2;
    width: 100%;
    position: relative;
    flex-direction: column;
    height: 100%;
    font-size: 1rem;
    display: flex;
    clip-path: none !important;
}

.creative-fullpage--slider .slider-inner {
    background: #000;
    height: 100%;
    position: relative;
}

.creative-fullpage--slider .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    overflow: hidden;
}

.creative-fullpage--slider .swiper-slide .slider-inner img {
    width: 100%;
    height: 100%;
}

.creative-fullpage--slider .swiper-slide .slider-inner video {
    width: 100%;
    height: 100%;
}

.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    position: absolute;
    top: 18%;
    left: 50px;
    width: 50%;
    z-index: 1;
}

.creative-fullpage--slider .swiper-slide .slider-inner::after {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0;
    left: -1px;
    background-color: transparent;
    background-image: radial-gradient(at center right,
            #ffffff00 50%,
            #00000096 100%);
}

.swiper-slide .slider-inner .swiper-content .title-area .tag {
    color: var(--theme-color);
    font-weight: 900;
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-top: 0px;
}

.swiper-slide .slider-inner .swiper-content .title-area .title {
    margin-top: 20px;
    color: var(--theme-color);
    font-size: 5vw;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    text-transform: capitalize;
    margin-bottom: 25px;
    margin-left: -5px;
    text-decoration: none;
}

.swiper-slide .slider-inner .swiper-content p.disc {
    font-size: 20px;
    width: 100%;
    margin: 20px 0px 20px 0px;
    font-weight: 400;
    line-height: 32px;
    color: var(--theme-color);
    margin-top: 0;
}

.creative-btn--wrap .creative-slide--btn {
    color: var(--theme-color);
    margin-left: 18px;
    font-size: 1.4em;
    transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
    font-weight: 400;
    display: inline-flex;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: none;
    outline-color: transparent;
    box-shadow: none;
    will-change: transform;
    backface-visibility: hidden;
}

/* 
.creative-btn--circle .circle {
    position: absolute;
    right: calc(100% - 10px);
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    clip-path: circle(25% at 50% 50%);
    transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle .circle-fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    background-color: #ffffff;
    will-change: transform;
    transform: scale(0);
    z-index: 1;
    transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1),
        background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon {
    transform: translate(-100%, 0%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 2;
    transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon .icon-arrow {
    width: 20px;
    height: 20px;
    stroke: none;
    fill: #000;
}

.creative-btn--circle .circle-outline {
    fill: transparent;
    width: 10px;
    stroke: #ffffff;
} */

.creative-btn--wrap .creative-slide--btn .creative-btn--label {
    margin-left: 4pt;
    transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn .creative-btn__border {
    position: absolute;
    left: 4pt;
    right: 0;
    bottom: 0;
    height: 1px;
    background: currentColor;
    transform-origin: right;
    transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
    transform: translateX(18px);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
    transform: scale(0, 1);
}

.creative-btn--wrap .creative-slide--btn:hover {
    margin-left: 38px !important;
}

.creative-btn--wrap .creative-slide--btn:hover .circle {
    clip-path: circle(50% at 50% 50%);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
    transform: scale(1, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
    transform: translate(0%, 0%);
    opacity: 1;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    bottom: 5%;
    top: unset;
    transform: scale(1);
    transition: all 0.4s;
    background-color: #ffffff00;
    backdrop-filter: blur(20px);
    height: 65px;
    width: 65px;
    line-height: 85px;
    border-radius: 50%;
    transition: all 0.4s;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next {
    right: 50px;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    left: 50px;
}

.swiper-container-h .slider-pagination-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: unset;
    right: unset;
    bottom: 80px;
    left: 50% !important;
    transform: translateX(-50%);
    width: 500px;
    z-index: 1;
}

.swiper-container-h .slider-pagination-area .slide-range {
    font-size: 16px;
    font-weight: 500;
    margin: 0 15px;
    color: var(--theme-color);
    line-height: 0;
    position: absolute;
    font-size: 20px;
}

.swiper-container-h .slider-pagination-area .slide-range.one {
    left: -50px;
}

.swiper-container-h .slider-pagination-area .slide-range.three {
    right: -50px;
}

.swiper-container-h .slider-pagination-area .swiper-pagination {
    bottom: 0 !important;
    width: 500px !important;
}

.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

.swiper-container-h .swiper-button-next::after {
    content: "\f061";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    background: none;
    color: #ffffff;
    font-size: 30px;
}

.swiper-container-h .swiper-button-prev::after {
    content: "\f060";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    background: none;
    color: #ffffff;
    font-size: 30px;
}

.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
    background: #ffffff0d;
}

/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
        width: 100%;
        text-align: center;
        left: 0;
    }

    .creative-fullpage--slider .swiper-container-h .swiper-button-next,
    .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }

    .swiper-container-h .slider-pagination-area {
        width: 200px !important;
    }

    .swiper-container-h .swiper-button-next::after,
    .swiper-container-h .swiper-button-prev::after {
        font-size: 30px;
    }

    .creative-fullpage--slider .swiper-container-h .swiper-button-next,
    .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
        background: #ffffff3b;
    }

    .swiper-container-h .slider-pagination-area .swiper-pagination {
        bottom: 0 !important;
        width: 200px !important;
    }
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
    .swiper-slide .slider-inner .swiper-content .title-area .title {
        font-size: 64px;
    }

    .swiper-slide .slider-inner .swiper-content .title-area .tag {
        margin-bottom: 0px;
    }

    .swiper-slide .slider-inner .swiper-content p.disc {
        margin: 20px auto 20px auto;
        font-size: 16px;
        width: 95%;
    }

    .swiper-container-h .slider-pagination-area {
        display: none;
    }

    .swiper-slide .slider-inner .swiper-content p.disc br {
        display: none;
    }
}

/* number count */
.counter {
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    padding: 20px;
}

.counter img {
    width: 40%;
    margin: 20px 0;
}

.counter .count {
    font-weight: bold;
    font-size: 4vw;
    margin: 0px 20px;
    margin-bottom: 50px;
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.counter h3 {
    font-size: 25px;
    border-bottom: 1px solid #0002;
    padding-bottom: 7px;
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
}

.border-1 {
    color: var(--dark) !important;
}

.title-count {
    color: var(--primary);
    background-color: var(--theme-color);
    width: 300px;
    padding: 5px;
}

.banner {
    position: relative;
	overflow: hidden;
}

.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}

.banner-slider .slider.slider-for {
    max-width: 84%;
    padding-right: 35px;
}

.banner-slider .slider.slider-nav {
    max-width: 16%;
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}
.banner-left
{
margin-top:64px;
}

.banner-slider .slider.slider-nav {
    height: 350px;
    overflow: hidden;
}

.slider-banner-image {
    height: 350px;
    width: 100%;
}

/* .banner-slider .slider.slider-nav {
    padding: 20px 0 0;
} */
.slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 178px;
    height: 110px;
    margin: 0 auto;
    border: 1px solid #ebebeb;
}

.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196db6;
}

.slider-nav .slick-slide.slick-current span {
    color: #196db6;
}

.slider-nav .slick-slide {
    text-align: center;
}

.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}

.slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

.slick-prev {
    background-color: #ffffff6b;
    width: 50px;
    margin: 0 auto;
    padding: 15px;
    top: 17px;
}

.slick-next {
    background-color: #ffffff6b;
    width: 50px;
    margin: 0 auto;
    padding: 15px;
    bottom: 17px;
}

.slick-prev.slick-arrow {
    background-image: url("../img/Icon-img/up.png");
}

.slick-next.slick-arrow {
    background-image: url("../img/Icon-img/dwn.png");
}

/*End USE CSS for Slider*/
.middle-header-right ul {
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 15px;
    padding-left: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}

.middle-header-right li {
    flex: 1 1 144px;
    max-width: 144px;
    
    text-align: center;
}


.middle-header-right .box {
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px 5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
 
    display: flex;
    justify-content: center;
    align-items: center;
}

.middle-header-right .box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.middle-header-right i {
    display: block;
    margin-bottom: 10px;
}

.middle-header-right p {
    font-size: 0.5rem;
    color: var(--text-color);
    font-weight: 500;
}

.middle-header-right a {
    text-decoration: none;
    display: block;
}

/* accordion start */
.accordion-button:not(.collapsed),
.accordion-button:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
}

.accordion-button::after {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: var(--dark);
    background-image: none !important;
}

.accordion-button.collapsed::after {
    background-color: var(--secondary);
}

/* accordion end */

/* track applicant */
.right-part {
    margin-top: 30px;
}

.right-part .box {
    width: 100%;
    /*    margin: 15px;*/
    height: 100px;
    box-shadow: rgba(17, 12, 46, 0.2) 0px 48px 100px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0001;
    transition: 0.3s ease-in-out;
}

.right-part .box:hover {
    transform: translateY(-5px);
}

.right-part .box h4 {
    color: var(--dark);
    font-size: 1.5vw;
}

.right-part .box img {
    width: 50px;
    margin-right: 1.5vw;
}

.redm {
    font-size: 14px;
    margin-bottom: 15px;
}

.content-box p {
    text-align: justify;
    /* color: var(--light); */
    color: var(--text-color);
    font-size: 14px;
}

.title {
    /* color: var(--secondary); */
    color: var(--primary-text);
    font-size: 1.5rem;
}

.box-link,
.box[role="button"] {
    min-width: 44px;
    min-height: 44px;
    /*  display: inline-flex; */
    align-items: center;
    justify-content: center;
    padding: 12px;
    /* Increases clickable area */
}

/*======================  Footer ====================== */
.footer {
    background: var(--bottom-color);
}

.footer a {
    font-size: 14px;
    transition: 0.3s;
}

.footer a:hover {
    transform: translateX(2px);
}

.sml {
    color: #bbbbbb !important;
}
.new_blink_img
{
    width: 30px;
    margin-right: 5px;
}
.dwn-lnk a {
    font-size: 12px;
    font-weight: 400;
}

.visit {
    border: 1px solid #fff;
    padding: 4px;
    margin-top: 6px;
    text-align: center;
    background: #00000045;
}

.dwn-lnk img {
    width: 35%;
}

/* dark theme */
body.dark-theme h1,
body.dark-theme .h1,
body.dark-theme h2,
body.dark-theme .h2,
body.dark-theme h3,
body.dark-theme .h3,
body.dark-theme h4,
body.dark-theme .h4,
body.dark-theme h5,
body.dark-theme .h5,
body.dark-theme h6,
body.dark-theme .h6,
body.dark-theme a {
    color: var(--yellow-color) !important;
}

body.dark-theme p {
    color: var(--white) !important;
}

body.dark-theme .counter {
    color: var(--yellow-color) !important;
    border: 1px solid var(--white);
}

body.dark-theme .right-part .box {
    border: 1px solid var(--white);
}

body.dark-theme .bg-custom {
    background-color: var(--dark-theme);
    border-top: 1px solid #fff;
}

body.dark-theme {
    background-color: var(--dark-theme);
    color: var(--yellow-color) !important;
}

body.dark-theme .top-header {
    background-color: var(--dark-theme);
    background-image: none;
    border-bottom: 1px solid #fff;
}

body.dark-theme .middle-header {
    background-color: var(--dark-theme);
    border-bottom: 1px solid #fff;
}

body.dark-theme .header-main {
    background-color: var(--dark-theme);
}

/*body.dark-theme .footer {
    background-color: var(--dark-theme);
    border-top: 1px solid var(--white);
}*/

body.dark-theme .footer a {
    color: var(--yellow-color) !important;
}

body.dark-theme .table tr {
    color: var(--yellow-color) !important;
}

body.dark-theme .footer h3 {
    color: var(--yellow-color) !important;
}

body.dark-theme .top-header .switch {
    background-color: #767676;
}

/*body.dark-theme .top-header::after {
    border-color: #000000 #000000 transparent transparent;
    display: none;
}

body.dark-theme .top-header::before {
    border-color: #000000 #000000 transparent transparent;
    display: none;
}*/

body.dark-theme .btn {
    background-color: #636363 !important;
    border: 1px solid #fff;
    color: var(--yellow-color) !important;
}

body.dark-theme .middle-header-right .box {
    background-color: #000;
    color: var(--yellow-color) !important;
}

body.dark-theme .top-header::before
{
    border-color: #2b3035 transparent transparent transparent;
}
body.dark-theme .top-header::after
{
    border-color: transparent #2b3035 transparent transparent;
}
  
.checkbox {
    display: none;
}

.switch {
    background-color: #111;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    position: relative;
    height: 26px;
    width: 50px;
    transform: scale(0.7);
}

.switch .ball {
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 5px;
    height: 15px;
    width: 15px;
    transform: translateX(0px);
    transition: transform 0.2s linear;
}

.checkbox {
    display: none;
}

.checkbox:checked+.switch .ball {
    transform: translateX(24px);
}

.fa-moon {
    color: #f1c40f;
    font-size: 12px;
}

.fa-sun {
    color: #f39c12;
    font-size: 12px;
}

/* other page */
.page-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
        url("../img/page-banner(1).jpg");
    padding-top: 100px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    filter: var(--filter-color);
    margin-top: 0px;
}

/*photo-gallery*/
/* light-box-photo-start */
@media screen and (min-width: 991px) {}

.img-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.img-wrapper img {
    width: 100%;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    cursor: pointer;
}

.img-overlay i {
    color: #fff;
    font-size: 2em;
}

#overlay {
    z-index: 99999 !important;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

/* light-box-photo-end*/

/* video gallery */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.video-thumb:hover .video-overlay {
    opacity: 1;
}

.video-card img {
    object-fit: cover;
}

.video-title {
    color: #fff;
}

/* video gallery */

/* audio */
.audio {
    text-align: center;
    box-shadow: rgb(85, 91, 255) 0px 0px 0px 3px,
        rgb(255, 253, 106) 0px 0px 0px 12px, rgb(255, 85, 85) 0px 0px 0px 15px;
    border-radius: 2px;
    padding: 10px 0px;
    height: 200px;
    margin: 20px;
}

.audio img {
    width: 15%;
}

/* event */
.events {
    margin: 0 100px;
}

.event-image {
    width: 30%;
    margin-right: 30px;
    position: relative;
}

.upload-date {
    position: absolute;
    bottom: 20px;
    backdrop-filter: blur(10px);
    background-color: rgb(255 254 0 / 76%);
    right: 0;
}

.upload-date p {
    margin: 0;
    padding: 5px 5px;
    color: var(--primary);
}

.event-image img {
    width: 100% !important;
}

.image-text {
    width: 70%;
}

.owl-nav {
    position: absolute;
    right: 0;
    top: 0;
}

.owl-nav .owl-prev {
    background-color: var(--secondary);
    margin-bottom: 5px;
    padding: 5px;
    color: #fff;
}

.owl-nav .owl-next {
    background-color: var(--secondary);
    margin-top: 5px;
    padding: 5px;
    color: #fff;
}

.event-item {
    margin-bottom: 20px;
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
}

/* menu */
.navbar {
    padding: 0;
}

.navbar-menu a {
    display: block;
    padding: 1rem 10px;
    text-decoration: none;
    background: white;
}

/* Top-level */
.navbar>.navbar-menu>li>a {
    display: inline-block;
    color: var(--theme-color);
    background: transparent;
    text-shadow: 1px 1px #000;
}

.navbar>.navbar-menu>li>a:hover,
.navbar>.navbar-menu>li>a:focus {

    color: var(--primary);
}

.navbar-menu {
    display: flex;
}

.navbar-menu,
.navbar-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Nested */
.navbar-menu ul {
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    width: 16rem;
    box-shadow: 0 0.25rem 1.5rem hsla(200, 19%, 18%, 0.05);
    transition: 0.3s;
    z-index: 99999;
}

.navbar-menu ul a {
    /* color: #fff;*/
    color: var(--primary);
}

.navbar-menu ul a:hover,
.navbar-menu ul a:focus {
    background: var(--primary);
    color: #fff;
}

.navbar-menu ul>li>ul {
    left: 100%;
    top: 0;
}

.navbar-menu li {
    position: relative;
}

.navbar-menu li.has-children>a {
    position: relative;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-size: 15px;

}



/*.has-children ul .has-children a
{
  color: #000;
}*/
.navbar-menu li.has-children>a:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 3rem;
    background: inherit;
    z-index: 999;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.has-children ul li a {
    padding: 3px 15px;
    /*    border-bottom: 1px solid #fff2;*/
    border-bottom: 1px solid #cdcdcd;
    font-size: 14px;
    transition: 0.3s;
    /*    background: #282828;*/
    background: #fff;
}

.has-children ul li:hover {
    transform: translateX(1px);
}

.navbar-menu li ul {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    /* ensure it doesn’t break layout */
}

.navbar-menu li>ul {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.navbar-menu li:hover>ul,
.navbar-menu li:focus-within>ul {
    display: block;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.3s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

header .top-header .top-header_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

.openBtn:hover {
    background: #bbb;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type="text"] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type="text"]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}

.dropdown {
    position: relative;
}

.dropdown .dropbtn {
    color: white;
    border: none;
    cursor: pointer;
}

.dropdown:focus-within>.dropdown-content,
.dropdown.show>.dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--white);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 4;
    right: 0;
    padding: 15px;
    max-width: 300px;
    width: 300px;
}

.dropdown-content button {
    border: none;
    display: block;
    background-color: #e7e7e7;
    padding: 7px 10px;
    border-radius: 3px;
    color: var(--dark-theme);
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #575757;
}

ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: var(--text-color);
}

.banner-slider {
    display: flex !important;
    flex-direction: row-reverse;
}

.banner-slider .slider.slider-for {
    padding-left: 35px !important;
    padding-right: 0 !important;
}

.bg-custom {
    background-color: #b37c00;
}

/* --- SIDEBAR MENU (mobile) --- */
/* Hamburger toggle button */
.sidebar-toggle {
    display: none;
    /* position: fixed; */
    top: 15px;
    left: 15px;
    font-size: 28px;
    background: transparent;
    border: none;
    color: #fff;
    z-index: 11000;
    cursor: pointer;
    text-shadow: 1px 1px 1px #000;
}

/* Sidebar */
.mobile-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    background: #07374f;
    color: white;
    overflow-y: auto;
    transition: width 0.3s ease;
    z-index: 12000;
    padding-top: 60px;
}

.mobile-sidebar.open {
    width: 280px;
}

.mobile-sidebar nav ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.mobile-sidebar nav ul li a {
    display: block;
    padding: 15px 25px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #006400;
}

.mobile-sidebar nav ul li a:hover,
.mobile-sidebar nav ul li.open>a {
    background-color: #228b22;
}

/* Submenu styles */
.mobile-sidebar nav ul li ul {
    display: none;
    flex-direction: column;
}

.mobile-sidebar nav ul li.open>ul {
    display: flex;
}

.mobile-sidebar nav ul li ul li a {
    font-weight: normal;
    padding-left: 40px;
    border-bottom: none;
}

/* Close button inside sidebar */
.sidebar-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 36px;
    color: white;
    background: transparent;
    border: none;
    cursor: pointer;
}

/* Overlay */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    transition: width 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    z-index: 11000;
    pointer-events: none;
}

.sidebar-overlay.active {
    width: 100vw;
    opacity: 1;
    pointer-events: auto;
}

/* Show hamburger toggle and hide desktop menu on mobile */
@media (max-width: 768px) {
    .sidebar-toggle {
        display: block;
    }

    .middle-header-right ul {
        flex-wrap: wrap;
        gap: 10px;
    }

    .banner-slider {
        flex-direction: column;
    }
}

/* Prevent body scroll when sidebar open */
body.sidebar-open {
    overflow: hidden;
}

li:focus-within>.submenu,
.submenu.is-visible {
    display: block;
}

.dash {
    background-color: var(--primary);
    text-align: center;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1vw;
    padding: 12px 20px;
    font-family: main, sans-serif;
    transform: skew(-21deg);
    transition: 0.2s;
    position: relative;
}

.navbar-menu li.active {
   /* background-color: var(--primary);*/
   background-color:#fff;
}
.navbar-menu li.active a 
{
    background-color:var(--primary);
    color: #ffffff;
}
.dropdown-content {
    display: none;
}

.dropdown.active .dropdown-content {
    display: block;
}

.page-title {
    /* color: var(--bs-custom-color); */
    color: var(--primary);
    text-shadow: 1px 1px 1px #ffffff;
}

#mobileSidebar .navbar-menu ul {
    visibility: visible;
    opacity: 1;
}

.audio_gallery {
    min-height: 500px;
}

#toggle-autoplay {
    position: absolute;
    bottom: 23px;
    z-index: 3;
    left: 0;
    right: 0;
    width: 85px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 13px;
}

#mainTab {
    background-color: #0001;
}

#mainTab button {
    border-radius: 0 !important;
}

/* Unique container for all scoped styles */
#myCustomTabs {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    overflow-x: auto;
}

/* Horizontal Tabs */
#myCustomTabs .nav-tabs {
    border-bottom: 2px solid #a56d31;
    justify-content: start;
    gap: 1rem;
}

#myCustomTabs .nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    color: #495057;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

#myCustomTabs .nav-tabs .nav-link:hover {
    border-color: #ccc;
    color: #0d6efd;
}

#myCustomTabs .nav-tabs .nav-link.active {
    color: #0d6efd;
    border-color: #0d6efd;
    background-color: transparent;
}

/* Vertical Tabs */
#myCustomTabs .nav-tabs.flex-column {
    border-right: 2px solid #dee2e6;
    min-width: 180px;
}

#myCustomTabs .nav-tabs.flex-column .nav-link {
    border: none;
    border-left: 3px solid transparent;
    color: #495057;
    font-weight: 500;
    text-align: left;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

#myCustomTabs .nav-tabs.flex-column .nav-link:hover {
    background-color: #f8f9fa;
    border-color: #adb5bd;
    color: #0d6efd;
}

#myCustomTabs .nav-tabs.flex-column .nav-link.active {
    color: #0d6efd;
    background-color: #e9f2ff;
    border-left: 3px solid #0d6efd;
    font-weight: 600;
}

/* Tab content area */
#myCustomTabs .tab-content {
    padding: 1rem;
    background-color: #fdfdfd;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
    min-height: 200px;
}

/* Typography inside content */
#myCustomTabs .tab-pane p {
    margin: 0;
    font-size: 1rem;
    color: #333;
}

/* Animate tab content (optional) */
#myCustomTabs .tab-pane {
    transition: opacity 0.3s ease-in-out;
}

/* Responsive vertical tabs */
@media (max-width: 768px) {
    #myCustomTabs .d-flex.align-items-start {
        flex-direction: column;
    }

    #myCustomTabs .nav-tabs.flex-column {
        flex-direction: row !important;
        border-right: none;
        border-bottom: 2px solid #dee2e6;
        margin-bottom: 1rem;
    }

    #myCustomTabs .nav-tabs.flex-column .nav-link {
        border-left: none;
        border-bottom: 3px solid transparent;
    }

    #myCustomTabs .nav-tabs.flex-column .nav-link.active {
        border-bottom: 3px solid #0d6efd;
        background-color: #e9f2ff;
    }
}

/* Optional: Dark mode */
@media (prefers-color-scheme: dark) {
    #myCustomTabs {
        background-color: #1e1e2f;
        color: #eee;
    }
  #myCustomTabs .nav-tabs .nav-link {
        color: #bbb;
    }

    #myCustomTabs .nav-tabs .nav-link.active {
        color: #fff;
        border-color: #0d6efd;
    }

    #myCustomTabs .tab-content {
        background-color: #2a2a3b;
        color: #ddd;
        border-color: #444;
    }

    #myCustomTabs .nav-tabs.flex-column .nav-link.active {
        background-color: #333;
    }
}

#home-vertical-tab {
    background-color: #0002;
}

.list-style-circle {
    list-style-type: circle;
    padding-left: 1.5rem;
    /* Add some indentation if needed */
}

ul.treeview {
    list-style-type: none;
    padding-left: 1rem;
}

ul.treeview li {
    position: relative;
    padding-left: 1rem;
    cursor: pointer;
    margin-bottom: 6px;
}

ul.treeview li::before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #007bff;
    font-size: 0.8rem;
    transition: transform 0.2s;
}

ul.treeview li.open::before {
    transform: rotate(90deg);
}

ul.treeview ul {
    display: none;
    list-style-type: circle;
    margin-top: 6px;
    padding-left: 1.5rem;
}

ul.treeview li.open>ul {
    display: block;
}

li span {
    font-weight: bold;
}

table tr td a:hover {
    transform: translateX(2px);
    transition: 0.3s;
    color: blue;
}

table tr td a:hover .fa-up-right-from-square {
    transform: translateX(5px);
    transition: 0.5s;
    color: blue;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.about_right img {
    filter: var(--filter-color);
}

/* Sidebar Basics */
.mobile-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
}

.mobile-sidebar.open {
    transform: translateX(0);
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 999;
}

.sidebar-overlay.active {
    display: block;
}

/* .sidebar-toggle,
.sidebar-close {
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 1rem;
} */

/* Menu */
.navbar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*.navbar-menu > li {
  border-bottom: 1px solid #ddd;
}*/
.navbar-menu a {
    display: block;
    padding: 0.8rem;
    text-decoration: none;
    color: #333;
}

/* Nested Dropdowns */
.dropdown-menu {
    display: none;
    flex-direction: column;
    padding-left: 1rem;
}

.dropdown-parent.open>.dropdown-menu {
    display: flex;
}

/* Optional: Style nested levels differently */
.dropdown-parent .dropdown-parent .dropdown-menu {
    padding-left: 1.5rem;
}

.whats-new marquee
{
    padding: 5px 0;
    display: flex;
}
.news-ticker {
    overflow: hidden;
    white-space: nowrap;
}

.news-list {
    display: inline-flex;
    gap: 50px;
    animation: scroll-left 20s linear infinite;
}

.news-list li {
    list-style: none;
}

.news-list a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.news-list img {
    margin-right: 8px;
}

/* Pause on hover & focus (WCAG) */
.news-ticker:hover .news-list,
.news-ticker:focus-within .news-list {
    animation-play-state: paused;
}
.news-list li a img {
    width: 30px;
    
}
@keyframes scroll-left {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Reduced motion (WCAG 2.3.3) */
@media (prefers-reduced-motion: reduce) {
    .news-list {
        animation: none;
    }
}

.parent {
    width: 100%;
    perspective: 700px;
    background-color: #f8f9fa;
}

.card {
    padding-top: 10px;
    /* border-radius: 10px; */
    border: 3px solid rgb(255, 255, 255);
    transform-style: preserve-3d;
     /*background: linear-gradient(105deg, #0000 18.75%, #f3f3f3 0 31.25%, #0000 0),
        repeating-linear-gradient(45deg, #f3f3f3 -6.25% 6.25%, #ffffff 0 18.75%);*/

    background-size: 60px 60px;
    background-position: 0 0, 0 0;
      /* background-color: #f0f0f0;*/
    width: 100%;
    box-shadow: rgba(142, 142, 142, 0.3) 0px 30px 30px -10px;
    transition: all 0.5s ease-in-out;
}

.card:hover {
    background-position: -100px 100px, -100px 100px;
    transform: rotate3d(0.5, 1, 0, 30deg);
}

.content-box2 {
    transition: all 0.5s ease-in-out;
    min-height: 280px;
    padding-top: 80px;
    transform-style: preserve-3d;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
     min-height: 380px;
}

.content-box2 .card-title {
    display: inline-block;
    width: 80%;
    color: white;
    font-size: 25px;
    font-weight: 900;
    transition: all 0.5s ease-in-out;
    transform: translate3d(0px, 0px, 40px);
}

.content-box2 .card-title:hover {
    transform: translate3d(0px, 0px, 30px);
}

.content-box2 .card-content {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #f2f2f2;
    transition: all 0.5s ease-in-out;
    transform: translate3d(0px, 0px, 10px);
}

.content-box2 .card-content:hover {
    transform: translate3d(0px, 0px, 20px);
}

.r-box {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 45px;
    width: 100px;
    padding: 10px;
    transform: translate3d(0px, 0px, 40px);
}

.r-box span {
    display: block;
    text-align: center;
}

.r-box img {
    width: 80px;
    height: 80px;
}

.owl2 .owl-nav {
    position: absolute;
    bottom: 0;
    top: auto;
}

/* --- SIDEBAR MENU (mobile) --- */
/* Hamburger toggle button */
.sidebar-toggle {
    display: none;
    /* position: fixed; */
    top: 15px;
    left: 15px;
    font-size: 28px;
    background: transparent;
    border: none;
    color: #fff;
    z-index: 11000;
    cursor: pointer;
    text-shadow: 1px 1px 1px #000;
}

/* Sidebar */
.mobile-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    background: #07374f;
    color: white;
    overflow-y: auto;
    transition: width 0.3s ease;
    z-index: 12000;
    padding-top: 60px;
}

.mobile-sidebar.open {
    width: 280px;
}

.mobile-sidebar nav ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.mobile-sidebar nav ul li a {
    display: block;
    padding: 15px 25px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #006400;
}

.mobile-sidebar nav ul li a:hover,
.mobile-sidebar nav ul li.open>a {
    background-color: #228b22;
}

/* Submenu styles */
.mobile-sidebar nav ul li ul {
    display: none;
    flex-direction: column;
}

.mobile-sidebar nav ul li.open>ul {
    display: flex;
}

.mobile-sidebar nav ul li ul li a {
    font-weight: normal;
    padding-left: 40px;
    border-bottom: none;
}

/* Close button inside sidebar */
.sidebar-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 36px;
    color: white;
    background: transparent;
    border: none;
    cursor: pointer;
}

/* Overlay */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    transition: width 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    z-index: 11000;
    pointer-events: none;
}

.sidebar-overlay.active {
    width: 100vw;
    opacity: 1;
    pointer-events: auto;
}

/* Show hamburger toggle and hide desktop menu on mobile */
@media (max-width: 768px) {
    .sidebar-toggle {
        display: block;
    }

    .middle-header-right ul {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.awards_gallery .img-wrapper {
    min-height: 255px;
}

/* Prevent body scroll when sidebar open */

.visitor-content .counter {
    text-align: center;
    width: auto;
    padding: 55px 12px 0;
    border-radius: 20px 20px;
    position: relative;
    margin: 50px auto 0;
    z-index: 1;
}

.visitor-content .counter:before {
    content: "";
    background: #fff;
    width: calc(100% - 30px);
    height: calc(100% + 15px);
    border-radius: 10px 10px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.visitor-content .counter .counter-value {
    font-size: 30px;
    font-weight: 600;
}

.visitor-content .counter .counter-icon {
    color: #fff;
    background: linear-gradient(to top left, var(--color1), var(--color2));
    font-size: 35px;
    font-weight: 600;
    width: 80px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px 0 10px 10px;
    transform: translateX(-50%);
    position: absolute;
    top: -20px;
    left: 50%;
}

.visitor-content .counter .counter-icon i {
    line-height: inherit;
}

.visitor-content .counter .counter-icon:before {
    content: "";
    background: linear-gradient(45deg, #2f6833 49%, transparent 50%);
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    right: -12px;
}

.visitor-content .counter h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.visitor-content .counter.pink .counter-icon:before {
    background: linear-gradient(45deg, #9a1b43 49%, transparent 50%);
}

.visitor-content .counter.green {
    --color1: #0eae57;
    --color2: #0c7475;
}

.visitor-content .counter.green .counter-icon:before {
    background: linear-gradient(45deg, #076832 49%, transparent 50%);
}

.visitor-content .counter.orange {
    --color1: #f75700;
    --color2: #f90000;
}

.visitor-content .counter.orange .counter-icon:before {
    background: linear-gradient(45deg, #672502 49%, transparent 50%);
}

@media screen and (max-width: 990px) {
    .counter {
        margin-bottom: 80px;
    }
}

.dashboard .counter {
    width: 100%;
    padding: 7px 0;
    border-radius: 12px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    transition: 0.3s;
    box-shadow: none;
}
.dashboard .counter:hover 
{
    transform: translateY(-5px);
}
.dashboard .counter:before,
.dashboard .counter:after {
    content: "";
    background: var(--main-color);
    width: 100%;
    height: 70px;
    border-radius: 10px 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.dashboard .counter:after {
    top: auto;
    bottom: 0;
}

.dashboard .counter .counter-icon {
    color: #fff;
    background: var(--main-color);
    font-size: 24px;
    line-height: 65px;
    height: 54px;
    width: 50px;
    border-radius: 0 0 20px 20px;
    margin: 0 auto 20px;
}

.dashboard .counter .counter-icon i {
    line-height: inherit;
}

.dashboard .counter h3 {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 10px 0px;
}

.dashboard .counter h3:before {
    content: "";
    background: var(--white);
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border-radius: 12px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.dashboard .counter .counter-value,
.counter-text {
    color: #fff;
    background-color: var(--main-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 55px;
    height: 55px;
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
    margin: 0 auto;
    text-shadow: 1px 1px 1px #000;
}

.dashboard .counter.yellow {
    --main-color: #fda800;
}

.dashboard .counter.soil {
    --main-color: #c37423;
}

.dashboard .counter.blue {
    --main-color: #0984e3;
}
.dashboard .counter.deep_blue {
    --main-color: #198754;
}
.dashboard .counter.red {
    --main-color: #0984e3;
}

@media screen and (max-width: 990px) {
    .dashboard .counter {
        margin-bottom: 40px;
    }
}

.view-table {
    font-size: 12px;
}

.view-table tr th {
    padding: 2px;
    color: var(--dark);
}

.view-table tr td {
    color: var(--dark);
}

table tr td {
    color: var(--dark) !important;
}

.mark,
mark {
    background-color: var(--yellow-color);
}

.kp-report table {
    font-size: 12px;
}


/* Chatbot */
.chatbot_text_content {
    position: absolute;
    left: -53px;
    top: -145px;
    width: 100%;
}

.chatbot_text_content .round {
    height: 95px;
    width: 190px;
    border-radius: 50%;
    box-shadow: 5px 7px 12px #00000078;
    background-image: linear-gradient(91deg, #db4c00, #db4f048c);
    border: none;
}

.talk-bubble {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
}

.talktext {
    padding: 15px 5px 0px 35px;
    text-align: left;
    color: #fff;
    text-shadow: 1px 2px #060606cf;
    letter-spacing: 0.4px;
}

.talktext p {
    font-size: 12px;
    color: #fff;
}

.tri-right.btm-left-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 58px;
    right: auto;
    top: auto;
    bottom: -41px;
    border: 22px solid;
    border-color: #e27237 transparent transparent #e3743a;
}

.tri-right.border.btm-left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 56px;
    right: auto;
    top: auto;
    bottom: -46px;
    border: 24px solid;
    border-color: #b9b9b9 transparent transparent #b9b9b9;
}

@media only screen and (max-width: 480px) {
    .margintop40 {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 360px) {
    .margintop40 {
        margin-top: 60px;
    }
}

/*bounce start*/

.edit {
    animation: float 3.8s ease-in-out infinite;
}

@keyframes float {
    0% {

        transform: translatey(0px);
    }

    50% {

        transform: translatey(-10px);
    }

    100% {

        transform: translatey(0px);
    }
}

.creative-slide--btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #000;
    text-decoration: none;
    position: relative;
}

.icon-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.circle-outline {
    flex-shrink: 0;
}

.kanyashree-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.slider-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}
.list_box
{
width:100%;
}
.view_btn {
    background: #48A111;
    color: #ffff;
    border: none;
    padding: 6px 20px;
    letter-spacing: 0.5px;
    box-shadow: 0px 3px 5px #0002;
}