/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    /* font-family: "QuickSang", sans-serif; */
    font-family: "Quicksand", sans-serif;
}
:root {
    --primary-background: #1b4694;
    --secondary-background: #e08750;
    --button-color: #07b738;
    --text-color-secondary: rgb(255, 255, 255);
    --green: #07b738;
    --orange: rgb(255 106 0);
    --gray: rgb(233, 233, 233);
    --icon: gray;
    /* --text-primary: #fa8d3a; */
    --text-primary: #1b4694;
    --text-color-gray: gray;
}



   .video-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh; 
    overflow: hidden; 
}

.video-player {
    width: 100%;
    height: 60vh;       
    object-fit: contain; 
    background: #000;  
    border-radius: 10px;
}

.description-box {
    max-height: 30vh;  
    overflow-y: auto;   
    width: 100%;
}




/* css with me */

    .active-section-item {
        background-color: #ddd ;
        color: #fff;
       
    }

 .custom-checkbox {
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #aaa;
        outline: none;
        cursor: not-allowed;
        background-color: transparent;
        transition: all 0.2s ease-in-out;
        position: relative;
    }
 .custom-checkbox {
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px solid #aaa;
        outline: none;
        cursor: not-allowed;
        background-color: white;
        position: relative;
        transition: all 0.2s ease-in-out;
    }

    .custom-checkbox:checked {
        border-color: #104d13;
        /* background-color: #052C65; */
    }

     .custom-checkbox:checked::after {
        content: '✔';
        color: #104d13;
        font-size: 14px;
        position: absolute;
        top: -3px;
        left: 3px;
        font-weight: bold;
    }

.carousel-controls-wrapper {
        margin-top: 20px;
        position: relative;
        bottom: 0;
    }

    .carousel-prev-btn,
    .carousel-next-btn {
        background-color: #007bff; 
        border: none;
        
        font-weight: bold;
    }

    .carousel-prev-btn:hover,
    .carousel-next-btn:hover {
        background-color: #0056b3;
    }
/* css with me */

.course-sidebar-main {
    position: sticky !important;
    top: 20px;
    z-index: 10; 
}
.section-bg {
    background: var(--gray);
}
.green {
    color: var(--green);
}
p {
    font-size: 17px;
}
h1 {
    font-size: 2.5rem;
}
h3 {
    font-size: 1.5rem;
    font-weight: 600;
}
h4 {
    font-size: 1.4rem;
    font-weight: 600;
}
.fw-14 {
    font-size: 14px;
}
.shadow {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.btn-box {
    /* background-color: var(--button-color); */
    background-color: var(--button-color);
    color: var(--text-color-secondary);
    padding: 6px 1rem;
    border: none;
    border-radius: 5px;
}

.my-50 {
    margin: 3rem 0;
}
.my-30 {
    margin: 30px 0;
}
.py-50 {
    padding: 3rem 0;
}
.section-title h2 {
    font-size: 2rem;
    font-family: "Playfair Display", serif !important;
    text-align: center;
    font-weight: 700;
    color: var(--text-color);
    padding-bottom: 2rem;
}

/* login form style start */
.login-form {
    padding: 1.25rem;
}
.login-form .form {
    margin-top: 1rem;
}
.login-form .form input:focus,
.login-form .form select:focus {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.fa-eye-slash {
    float: right;
    margin-top: -30px;
    margin-right: 14px;
    color: gray;
    cursor: pointer;
}

.login-form input {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
    border-radius: 40px;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.login-form input[type="checkbox"] {
    border-radius: 4px;
    padding: 8px;
}
/* login form style end */
/* Courses page section Start */
.course-detail-section .course-detail ul {
    background: #fff;
    padding: 20px;
}
.course-detail-section .course-detail ul li {
    font-weight: 600;
    margin: 0 10px;
}

.courses-section .course-card ul li i {
    color: var(--green);
    font-size: 18px;
}
.courses-section .course-card span {
    background-color: var(--gray);
    color: var(--text-color-primary);
}

/* Courses page section End*/

/* Registration form */
/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;

    /*stacking fieldsets above each other*/
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
/* #msform fieldset:not(:first-of-type) {
    display: none;
} */

#msform fieldset .form-card {
    text-align: left;
    color: #9e9e9e;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--orange);
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}

.drop_box {
    margin: 10px 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #a3a3a3;
    border-radius: 5px;
}

.drop_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
}

.drop_box p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #a3a3a3;
}

/* .form input {
    margin: 10px 0;
    width: 100%;
    background-color: #e2e2e2;
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 4px;
  } */

/* enroll now section start */
.enroll-now-section .tabs {
    border-bottom: 1px solid rgb(189, 189, 189);
}
.enroll-now-section .tabs .tab-button {
    border: none;
    background: none;
    padding: 5px 0px;
    text-align: center;
    margin-right: 1.5rem;
    font-size: 20px;
    font-weight: 700;
    /* display: inline-block; */
    position: relative;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.enroll-now-section .tabs .tab-button:hover::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    z-index: 1;
    /* background: var(--orange); */
    background: var(--text-primary);
}
.enroll-now-section .tabs .tab-button:hover {
    /* color: var(--orange); */
    color: var(--text-primary);
}
.enroll-now-section .tabs .tab-button.active {
    /* color: var(--orange); */
    color: var(--text-primary);
    font-weight: 500;
}
.enroll-now-section .tabs .tab-button.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    /* background: var(--orange); */
    background: var(--text-primary);
    width: 100%;
    height: 2px;
}

/* enroll now section end */

/* Admin side bar style */

.main-sidebar .toggle-sidemenu .showmenu {
    display: none;
}
.main-sidebar ul li.showMenu .showmenu {
    display: block;
}
.main-sidebar ul li i {
    transition: all 0.2s ease-in-out;
}
.main-sidebar ul li.showMenu i.arrow {
    transform: rotate(90deg);
}
.main-sidebar {
    background-color: #050d53;
}

.admin-profile .show-menu {
    display: none;
}
.admin-profile li.showdropmenu .show-menu {
    display: block;
}
.admin-profile ul li ul {
    position: absolute;
    top: 80px;
    background-color: #fff;
    color: #000;
    z-index: 22;
    right: 0;
    padding: 10px 15px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    min-width: auto;
}
.admin-profile ul li ul li {
    padding-bottom: 10px;
}
.admin-profile ul li ul a {
    padding-left: 10px;
    color: rgb(92, 92, 92);
    font-size: 16px;
}
.dashboard-body .box i {
    color: var(--icon);
}
.dashboard-body .box h5 {
    color: var(--text-color-gray);
}
.search-box input {
    border-radius: 40px;
    padding-left: 30px;
}
.search-box span i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 1rem;
    color: var(--icon);
}

.memberactivitybox .activity-date {
    font-size: 14px;
}
.admin-icon {
    color: var(--icon);
}

/* Home page styling */
#header {
    position: sticky;
    top: 0;
    z-index: 10000;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
#header .navbar .nav-link {
    font-size: 20px;
    color: var(--text-color-primary);
    font-weight: 500;
}
#header .navbar .nav-item {
    margin-right: 1rem;
}

#header .navbar ul li a {
    position: relative;
    white-space: nowrap;
    transition: all 0.3s ease-in-out !important;
}
#header .navbar ul li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color:var(--text-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

#header .navbar a:hover:before,
#header .navbar li:hover > a:before,
#header .navbar .active:before {
    visibility: visible;
    width: 100%;
}
#header .navbar ul li a:hover {
    color:var(--text-primary);
}

/* hero banner start */
#hero-banner {
    position: relative;
}
#hero-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: url(../images/banner/home.png) no-repeat center center/cover;
    z-index: -1;
    
}
#hero-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: -1;
}
#hero-banner .banner-content {
    color: var(--text-color-secondary);
}
#hero-banner .banner-content span {
    font-size: 1.25rem;
}
.tourist-guide,
.yuva-tourism-club {
    min-height: 80vh;
}
#hero-banner .banner-content {
    position: absolute;
    top: 50%;
    padding: 0 5.5rem;
    transform: translateY(-50%);
}
/* hero banner end */
/* Tourist Guide start */
.sectionbg_img {
    position: relative;
}
.sectionbg_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: -2;
}
.sectionbg_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: -1;
}
#tourist-guide::before {
    background: url(../images/banner/bg-1.webp) no-repeat center center/cover;
}

#tourist-guide .content,
#yuva-club .content {
    color: #fff;
}
#tourist-guide .content p,
#yuva-club .content p {
    letter-spacing: 1px;
}
#yuva-club::before {
    background: url(../images/banner/bg-2.webp) no-repeat center center/cover;
}
#news_gallery::before {
    background: url(../images/banner/bg-3.webp) no-repeat center center/cover;
}

#news_gallery .newsbox {
    padding: 10px;
}
#news_gallery .newsbox h4 {
    font-size: 18px;
    margin-top: 10px;
}
#news_gallery .newsbox ul li {
    font-size: 14px;
    color: var(--text-color-gray);
}

/* Tourist Guide end */
/* testimonial section start */
#testimonial-section .item {
    /* box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); */
    margin: 10px 50px;
}
#testimonial-section .content {
    padding: 20px;
}
#testimonial-section .content h2 {
    color: var(--text-primary);
    font-family: "Playfair Display";
}
#testimonial-section .content span {
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
    color: var(--text-color-gray);
}
#testimonial-section .content p {
    text-align: justify;
    color: var(--text-color-gray);
}
#testimonial-section .image a {
    height: 436px;
    width: 100%;
    display: block;
}
#testimonial-section .image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
/* testimonial section end */

/* our partners section start */
#our-partners {
    background: rgb(224, 224, 224);
}
#our-partners .box {
    margin: 0 10px;
    background-color: #fff;
    padding: 20px;
    min-height: 150px;
    /* max-height: 100%; */
}
#our-partners .box img {
    display: block;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* our partners section end */

/* follow us section start */
#followUsSection::before {
    background: url(../images/banner/bg-4.jpg) no-repeat center center/cover;
    /* z-index: -1; */
}
#followUsSection .socialbox a {
    width: 100%;
    height: 200px;
    display: inline-block;
    position: relative;
}
#followUsSection .socialbox a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #000;
    opacity: 0.5;
}
#followUsSection .socialbox a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
#followUsSection .socialbox a .socialIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
#followUsSection .socialbox a .socialIcon svg {
    fill: #fff;
    width: 42px;
    height: 42px;
}

/* follow us section end */
/* footer start */
#footer {
    background: #1b4694;
    margin-top: 50px;
}
#footer .pattern-layer{
    background: url(../images/pattern-3.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 106px;
    background-repeat: repeat-x;
}
#footer .widget-section{
    padding-top: 150px;
}
#footer .widget-section h6{
    position: relative;
    padding-bottom: 10px;

    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    font-size: 1.5rem;
}

#footer .widget-section h6::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background:#fff;
}
#footer p a i {
    font-size: 16px;
   
}
#footer p a:hover {
    text-decoration: underline !important;
    color: var(--orange) !important;
    cursor: pointer;
}
#footer .copyright a {
    color: var(--orange) !important;
}
#footer #social_links ul li a {
    font-size: 23px !important;
    /* color: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    /* border-radius: 4px; */
    border-radius: 50%;
}
.fa-instagram {
    color: transparent;
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
    background: -webkit-radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
    background-clip: text;
    -webkit-background-clip: text;
}
.fa-youtube {
    color: #ff0000;
}
.fa-facebook-f {
    color: #316ff6;
}
.fa-x-twitter {
    color: #000;
}
/* footer end */
/* activity-list */
.activity_gallery .content {
    padding: 10px;
}
.activity_gallery .content h5 {
    font-size: 18px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 2; */
    max-height: 20px;
    min-height: 20px;
    overflow: hidden;
}
.activity_gallery .activity_thumb {
    height: 200px;
    display: inline-block;
}

.activity_gallery .user_date {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.activity_gallery .user_date::before {
    content: "";
    position: absolute;
    top: 0;
    background: #000 !important;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.activity_gallery .user_date span {
    font-size: 14px;
    color: #fff;
}

.activity_gallery .activity_thumb img {
    height: 100%;
    object-fit: cover;
}
.activity_gallery .content ul li {
    font-size: 14px;
    color: #000;
}
.activity_gallery .content div a,
.activity_gallery .content div span {
    font-size: 15px;
}
.activity_gallery .content span {
    font-size: 14px;
}
.truncate-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 2; */
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
}
/*  */
.activity_gallery {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3) !important;
}
.activity_gallery img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: top center;
}
#activity_page .activity_gallery img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: top center;
}

.help-block {
    color: red;
}
#activityPagination {
    margin-top: 20px;
}

/* latest activity */
#latest_activity::before {
    background: url(../images/banner/bg-act.jpg) no-repeat center center/cover;
}
.activity_detail_page {
    background-color: rgb(252, 252, 252);
}
#lg-share {
    display: none;
}
#youtube_video iframe {
    height: 450px;
}
/* swiper css */
.swiper-navBtn::after,
.swiper-navBtn::before {
    font-size: 32px;
    color: var(--primary-background);
}
.swiper-pagination-bullet-active {
    background-color: var(--primary-background);
    width: 15px;
    height: 15px;
}
.error {
    color: red;
    font-size: 15px;
}

.success-error {
    color: green;
    font-size: 15px;
}

/* course module style start */
.module-content {
    width: 60%;
}

.start-now-btn {
    background-color: #07b738 !important;
    color: #fff;
}

.circular-progress {
    position: relative;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.circular-progress:before {
    content: "";
    position: absolute;
    height: 84%;
    width: 84%;
    background-color: #ffffff;
    border-radius: 50%;
}
.value-container {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    color: #231c3d;
}
.nav-link span.active i {
    transform: rotate(90deg);
    transition: transform 0.2s ease-in-out;
}
.course-sidebar {
    cursor: pointer;
}

.hidden {
    display: none;
}

/* course module style end */
@media only screen and (min-width: 1024px) {
    .yuva-tourism-club .banner-content {
        padding-left: 6.5rem !important;
    }
}

.bell-icon {
    position: relative;
}
.txt-icon {
    background-color: red;
    font-size: xx-small;
    position: absolute;
    padding: 2px 4px;
    top: -5px;
    left: 15px;
    border-radius: 25px;
    color: #fff;
}

/* course  */
#courseContent .bgimg {
    background: url(../images/news-1.jpg) no-repeat center center/cover;
    width: 100%;
    height: 150px;
    position: relative;
    z-index: 1;
}
#courseContent .bgimg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 2;
    background-color: #000;
    opacity: 0.4;
}
#courseContent .course-sidebar {
    background-color: #3570a1 !important;
    color: #fff;
}
.course-sidebar .toggle-sidemenu {
    background-color: #1b4694;
}
.course-sidebar .toggle-sidemenu .showmenu {
    background-color: #fff;
    max-height: 10rem;
    overflow: scroll;
    overflow-x: hidden;
}
.module-title {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.section-title p {
    font-size: 14px;
}

#courseContent .course-title {
    font-size: 2.2rem;
    position: relative;
    z-index: 3;

}

.prev_btn {
    border: 1px solid #1b4694;
    font-size: 14px;
    transition: background-color 0.3s ease-in-out;
}
.prev_btn:hover {
    border: 1px solid #1b4694;
    font-size: 14px;
    background: rgb(27, 70, 148, 0.9);
    color: #fff !important;
}
.prev_btn:hover a {
    color: #fff !important;
}
.next_btn {
    background: #1b4694;
    color: #fff !important;
    transition: background-color 0.1s ease-in-out;
    font-size: 14px;
}

.next_btn:hover {
    background: rgb(27, 70, 148, 0.9);
    color: #fff !important;
}
.next_btn a {
    color: #fff !important;
}
#course-content-page{
        background-color: rgb(252, 252, 252);
        
}
.guide-profile label , .guide-profile input{
    color: #000 !important;
    font-weight: 500;
 
}
.guide-profile label {
 font-weight: 500 !important;
 margin-bottom: 5px !important;
}
.guide-profile input{
    /* box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); */
    border: none;
    background-color: rgb(225, 225, 255);
}


.not-allowed {
    cursor: not-allowed;
    color:grey!important;
}
.active-section {
    color: #0a1f3e!important;
}

.complete-section{
    color: green!important;
    font-size: 18px;
}


/* .complete-section span::after {
    content: "\2713";
    display: inline-block;
    margin-left: 5px;
    width: 5px;
    height: 5px;
    color: green!important;
} */

.scrollable-content::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Handle (thumb) of the scrollbar */
.scrollable-content::-webkit-scrollbar-thumb {
    background-color: #ff6a00; /* Color of the thumb */
    border-radius: 5px; /* Rounded corners for the thumb */
}

/* Track (background) of the scrollbar */
.scrollable-content::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Color of the track */
}

/* Handle when hovering over the scrollbar */
.scrollable-content::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Color of the thumb on hover */
}

/* Handle when scrolling actively */
.scrollable-content::-webkit-scrollbar-thumb:active {
    background-color: #333; /* Color of the thumb when actively scrolling */
}


.showmenu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Handle (thumb) of the scrollbar */
.showmenu::-webkit-scrollbar-thumb {
    background-color: #ddd; /* Color of the thumb */
    border-radius: 5px; /* Rounded corners for the thumb */
}

/* Track (background) of the scrollbar */
.showmenu::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Color of the track */
}

/* Handle when hovering over the scrollbar */
.showmenu::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Color of the thumb on hover */
}

/* Handle when scrolling actively */
.showmenu::-webkit-scrollbar-thumb:active {
    background-color: #333; /* Color of the thumb when actively scrolling */
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Handle (thumb) of the scrollbar */
::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the thumb */
    border-radius: 5px; /* Rounded corners for the thumb */
}

/* Track (background) of the scrollbar */
::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Color of the track */
}

/* Handle when hovering over the scrollbar */
::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Color of the thumb on hover */
}

/* Handle when scrolling actively */
::-webkit-scrollbar-thumb:active {
    background-color: #333; /* Color of the thumb when actively scrolling */
}

.truncate-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 2; */
    min-height:  50px;
    max-height: 50px;
    overflow: hidden;
    line-height: 24px;
}
.imagebox .img{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.imagebox .img img{
    width: 100%;
    height: 100%;
}
#newsDetail .img{
    width: 100%;
    height: 450px;
   
}
#newsDetail .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
/* contact us page styling */
.contact-us .contact-banner, .about-us-page .about-banner{
    width: 100%;
    height:50vh;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    z-index: -2;

}
.contact-us .contact-banner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    background: #000;
    opacity: .2;
    z-index: -1;
}
.contact-us .contact-banner .content{
display: flex;
align-items: center;
height: 100%;
margin-left: 100px;

}
.contact-us .contact-banner .content h1{
font-family: "Playfair Display" ,sans-serif !important;
font-weight: 700;
font-size: 42px;
color: #fff;
}


.contact-us .offices .officebox{
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    
    margin: 15px 0;
    border-radius: 5px;
    height: 100%;
}
.contact-us .offices .officebox .location{
 text-align: center;
 color: #fff;
 padding: 8px 0;
 font-size: 1.25rem;
 border-radius: 5px 5px 0 0;
}
.contact-us .offices .officebox .content{
    padding: 10px 15px 30px 15px;
}
.contact-us .offices .officebox .content h4{
    margin-bottom: 20px;
    margin-top: 10px;
}
.contact-us .offices .officebox .content table{
    width: 100%;
}
.contact-us .offices .officebox .content table tr{
    border-bottom: 1px solid rgb(235, 235, 235);
}
.contact-us .offices .officebox .content table tr th{
    vertical-align: top;
    padding: 8px 10px 8px 0;
}
.contact-us .offices .officebox .content table tr td{
   padding: 8px 0;
}
.contact-us .offices .officebox .content table tr a{
   color: var(--text-color);
   display:block;
   word-break: break-all;

}
.contact-us .offices .officebox .content table tr a:hover{
   color: var(--orange);
  
}

.contact-us .offices .officebox .location{
    background: var(--orange)
}

/* contact us page end */
/* about us page start  */
.about-us-page .about-banner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    background: #000;
    opacity: .2;
    z-index: -1;
}
.about-us-page .about-banner .content{
display: flex;
align-items: center;
height: 100%;
margin-left: 100px;

}
.about-us-page .about-banner .content h1{
font-family: "Playfair Display" ,sans-serif !important;
font-weight: 700;
font-size: 42px;
color: #fff;
}
.about-us-page h4{
    font-family: "Playfair Display" , sans-serif;
    font-weight: 600;
}
.about-us-page p {
    color: #000 !important;
   
}
.about-us-page a{
    color: var(--orange);
    font-weight: 500;
}
/* about us page end  */

/* disclaimer page start */
.disclaimer-page .disclaimer-banner{
    width: 100%;
    height:50vh;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    z-index: -2;

}
.disclaimer-page .disclaimer-banner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    background: #000;
    opacity: .2;
    z-index: -1;
}
.disclaimer-page .disclaimer-banner .content{
display: flex;
align-items: center;
height: 100%;
margin-left: 100px;

}
.disclaimer-page .disclaimer-banner .content h1{
    font-family: "Playfair Display" ,sans-serif !important;
    font-weight: 700;
    font-size: 42px;
    color: #fff;
    }
/* disclaimer page end */

/* course sidebar */
.mybar{
    display: none;
}

@media only screen and (max-width:991px){
    .mybar{
        display: block;
    }
     .course-sidebar {
        display: none;
        position: fixed;
        top: 90px;
        left: 0;
        width:80%;
        height: 100%;
        background-color: #fff;
        z-index: 11;
        transition: transform 0.3s ease-in-out;
    }
    .mybar i{
        font-size: 24px;
    }
    
    .sidebar-open {
        display: block;
        transform: translateX(0);
    }   
    #footer .widget-section h6{
        text-align: left;
        font-size: 1.3rem;
    }
    #footer .widget-section p{
        text-align: left;
    }
}

/* responsive start */

@media only screen and (max-width: 768px) {
   
    #hero-banner::before {
     
        background: url(../images/banner/mobile-banner-home.jpg) no-repeat center center/cover;
        z-index: -1;
        height: 100%;
    }
    h1 {
        font-size: 2rem;
        text-align: center;
    }
    #hero-banner {
        height: 100vh;
    }
    #hero-banner::before {
        /* background:url(../images/banner/home-mobile-banner.jpg)no-repeat center center/cover; */
        height: 100%;
    }
    #hero-banner::after {
        height: 100%;
    }
    #hero-banner .banner-content span {
        font-size: 1rem;
        text-align: center;
        display: block;
    }
    #hero-banner .banner-content {
        padding: 0 20px;
        position: static;
    }
    #hero-banner .banner-content {
        position: none !important;
    }
    #hero-banner .col-6:first-child {
        margin-top: 150px;
    }
    .tourist-guide,
    .yuva-tourism-club {
        width: 100%;
        height: auto;
    }
    #latest_activity .activity_gallery {
        margin-bottom: 15px;
    }
    #hero-banner .btn-container button {
        display: block;
        margin: auto;
    }
    .filter select {
        margin-bottom: 15px;
    }
    .activity_gallery {
        margin-bottom: 15px;
    }
    #testimonial-section .item{
        margin: 10px 20px;
    }
}

@media only screen and (max-width: 600px) {
   
    #youtube_video iframe {
        height: 250px;
    }
}

/* .bgimgcourse{
    background: url(../images/news-3.jpg)no-repeat center center/cover;
    width: 100%;
    height: 250px;
    position: relative;
} */
/* .bgimgcourse::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: #000;
    opacity: .2;
} */
.text-color{
    color: #000 !important;
    font-weight: 500 !important;
}
.bgimgcourse h5{
    position: absolute;
    bottom: 10px;
    font-size: 32px;
}
.text-size{
    font-size: 20px !important;
}
.course-content p{
    font-size: 16px !important;
    line-height: 32px;
    font-family: poppins;
}

.brand-logo {
    width: 130px;
}
/* ckeditor css for img alignment */
.image-style-align-left img{
    float: left;
    margin-right: 15px;
}
.image-style-align-center img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.image-style-align-right img{
    float: right;
    margin-left: 15px;
}
.question-card{
    /* background: rgb(255, 185, 0 , 0.3); */
    margin-top: 10px;
}
.submit-quiz{
    background: var(--orange);
    border: none;
    font-size: 16px;
    padding: 6px 15px;
    font-weight: bold;
}

/* quiz */
.breadcrumbquiz{
    background-color:#eafffe;
    padding: 5px 20px;
    margin-top: 20px;
    border-radius: 5px;
}
.breadcrumbquiz ol{
    margin-bottom: 0;
}
.question-container .questionbox .qtitle{
    margin-bottom: 10px;
}
.question-container .questionbox .qtitle h4{
    font-size: 20px !important;
}

.question-container .questionbox{
    background: rgb(255, 185, 0 , 0.3);
    margin-top: 30px;
    padding: 15px 5px 15px 15px;
    border-radius: 10px;
}

.quiz-navigation{
    display: flex;
  
    width: 100%;
    flex-wrap: wrap;
    padding: 10px;
   
}
.qnavigation{
    background-color: var(--orange);
    border-radius: 10px 10px 0 0 ;
    padding: 5px 15px;
    color: #fff;
}
.qn-container{
    border-radius: 10px;
    border: 1px solid var(--orange);
}
.quiz-navigation .countbox{
    width: 9%;
  
    margin-top: 15px;
 
    /* background-color:; */
    /* color: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:1%;
    margin-top: 5px;
    padding: 5px 15px;
    /* color: ; */
    border: 1px solid var(--orange);
    color: #000;
    font-weight: bold;
}
.quiz-banner{
    background: url(../images/banner/5.jpg)no-repeat center center/cover;
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: -1;
}
.quiz-banner::before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: -2;
    /* background: var(--orange); */
    background: #000;
    width: 100%;
   height: 350px;
   opacity: .4;
}

.form-check {
    margin-bottom: 10px;
}

.form-check-input {
    margin-right: 10px; /* Space between checkbox and label */
}

/* You can add more styles here as needed */
 .accordion-button:focus{
     box-shadow: none !important;
     border-color: unset !important;
}




/* ----------------------custom css for course page--------------------------- */

 .header_section{
            width: 100%;
            height: 400px;
            background:url('https://images.ctfassets.net/hrltx12pl8hq/28ECAQiPJZ78hxatLTa7Ts/2f695d869736ae3b0de3e56ceaca3958/free-nature-images.jpg?fit=fill&w=1200&h=630&q=80') no-repeat center center;
            background-size: cover;
        }