:root {
    --brand-primary-color: rgb(237, 38, 37);
    --brand-secondary-color: rgb(237, 90, 40);
    --brand-bg-color: #FAEBDA;
    --font-primary: "Roboto Mono", monospace;
    --font-secondary: "Cascadia Code", sans-serif;
    --text-heading-color: #1B2733;
    --text-heading-size: 40px;
    --font-third: "Roboto", sans-serif;
}

.animate__delay-0-5s {
    animation-delay: 0.5s;
}

/**********************************
* Hero section
 **************************/
.topbar {
    background: #f8f9fa;
    padding: 10px 0;
    font-size: 14px;
    color: #d00;
}

.topbar .logo img {
    height: 50px;
}

.banner {
    background: url('../images/home_page_bg.jpg') no-repeat center center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 5px;
    position: relative;
}

/* Large devices (e.g., laptops, >= 1024px) */
@media (min-width: 1280px) {
    .banner {
        height: 500px;
    }
}

/* Extra-large devices (e.g., desktops, >= 1280px) */
@media (min-width: 1400px) {
    .banner {
        height: 700px;
    }
}


@media (max-width: 768px) {
    .banner {
        background: url('../images/mobile-banner.png') no-repeat center center;
        background-size: cover;
    }
}

.navbar {
    background: white !important;
    width: 100%;
}

.navbar-nav .nav-link {
    background: #fff;
    margin: 5px;
    border: 1px solid #ccc;
    color: #000;
    padding: 6px 12px;
    border-radius: 4px;
    text-align: center;
}

.search-bar {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
    width: 165px;
}

.search-bar input {
    border-radius: 20px 0 0 20px;
    border: 1px solid #ccc;
}

.search-bar button {
    border-radius: 0 20px 20px 0;
    background-color: #c00;
    color: white;
    border: none;
}

/* Toggle button positioning */
.custom-toggler {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .topbar .row > div {
        margin-bottom: 10px;
        text-align: center;
    }

    .search-bar {
        flex-direction: column;
    }

    .search-bar input,
    .search-bar button {
        width: 100%;
        border-radius: 20px;
        margin-bottom: 5px;
    }
}






.card img {
    object-fit: cover;
}

.card-body p {
    margin-bottom: 0.5rem;
}

.btn-danger {
    font-weight: 500;
    border-radius: 0.375rem;
}


footer {
    background: #000;
    color: #fff;
    padding: 40px 0;
}

footer a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    font-size: 0.875rem;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #444;
}


.career-path-section{
    padding: 80px 0;
}

.career-path-category-carousel-container .item{
    padding: 0 5px;
}
.career-path-category-carousel-container .item button{
    width: 100%;
    font-size: 16px;
    color: var(--text-heading-color);
    border: 2px solid var(--brand-primary-color);
    border-radius: 5px;
    padding: 7px 7px;
    background-color: transparent;
}

.career-path-category-carousel-container .item button{
    width: 100%;
    font-size: 16px;
    color: var(--text-heading-color);
    border: 2px solid var(--brand-primary-color);
    border-radius: 5px;
    padding: 7px 7px;
    background-color: transparent;
}

.career-path-category-carousel-container .item button:hover{
    color: white;
    background-color: var(--brand-secondary-color);
    border-color: var(--brand-secondary-color);
}

.career-path-category-carousel-container .owl-stage-outer{
    width: 93%;
    margin: 0 auto;
}

.career-path-category-carousel-container .owl-nav{
    position: absolute;
    width: 100%;
    background: red;
    top: 0;
}

.career-path-category-carousel-container .owl-prev {
    left: 0;
    position: absolute;
    padding: 0 !important;
    margin: 0;
    top: 0;
}


.career-path-category-carousel-container .owl-next{
    right: 0;
    position: absolute;
    padding: 0 !important;
    margin: 0;
    top: 0;
}

.career-path-category-carousel-container .owl-prev span{
    height: 30px;
    padding: 0;
    font-size: 36px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    line-height: 1;
    margin-top: -20px;
}

.career-path-category-carousel-container .owl-next span{
    height: 30px;
    padding: 0;
    font-size: 36px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    line-height: 1;
    margin-top: -20px;
}

.career-path-category-carousel-container .owl-next:hover{
    background: transparent !important;
    color: black !important;
    text-decoration: none;
}
.career-path-category-carousel-container .owl-prev:hover{
    background: transparent !important;
    color: black !important;
    text-decoration: none;
}

.career-path-category-carousel-container .owl-dots{
    display: none;
}

.margin-top-40{
    margin-top: 40px;
}



.course-card{
    /*border: 2px solid var(--brand-primary-color);*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.course-card:hover{
    box-shadow: 0px 0px 10px 0px rgba(196,195,195,0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(196,195,195,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(196,195,195,0.75);
    transition: transform 0.3s ease;
    transform: scale(1.01);
    background-color: rgba(220, 218, 218, 0.22);
}

.course-card p a{
    text-decoration: none;
    color: var(--text-heading-color);
    transition: all 0.3s ease;
}

.course-card p a:hover{
    transition: all 0.3s ease;
    color: var(--brand-primary-color);
    text-decoration: underline;
}


/******************************************
    Hero Section
 *****************************************/

.hero-section{
    background-image: url("../images/banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 130px 0;
}

.hero-section .heading{
    font-family: var(--font-primary);
    font-optical-sizing: auto;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 100%;
}

.hero-section .sub-heading{
    font-family: var(--font-secondary);
    font-optical-sizing: auto;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-top: 20px;
}

.global-text-heading{
    font-family: var(--font-primary);
    font-optical-sizing: auto;
    font-weight: 700 !important;
    color: var(--text-heading-color) !important;
    font-size: var(--text-heading-size) !important;
}


.service-section{
    padding: 100px 0;
}

.service-box {
    border: 3px solid var(--brand-primary-color);
    padding: 20px 15px;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.service-box i{
    color: var(--brand-secondary-color);
}

.service-box:hover i{
    color:white;
}

.service-box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background-color: var(--brand-secondary-color);
    color:white;
    transform: scale(1.05);
}



.section-title {
    margin-bottom: 40px;
    font-weight: 700;
}


/****************************
    Start vendor section
 ********************************/
.vendor-section{
    background-color: #1B2733;
}

.vendor-section .title{
    font-size: 25px;
    font-family: var(--font-primary);
    font-weight: 700;
    line-height: 150%;
}

.vendor-section-left-image{
    max-height: 550px;
}

.vendor-section-right-side{
    padding: 22px 100px;
}

.vendor-section-vendor-name span{
    font-size: 18px;
    font-family: var(--font-primary);
    font-weight: bold;
    display: inline-block;
    padding: 5px 0 0 0;
    white-space: nowrap;
}

.vendor-section .btn {
    border-radius: 50px;
}

.vendor-section span {
    /*font-size: 0.9rem;*/
}


/***************************************
* Upcoming webninar Section
 *****************************************/
.upcoming-webinar-section{

}

.upcoming-webinar-section .item img{
    width: 100%;
    height: 100%;
    max-height: 200px;
    /*width: 120px !important;*/
    /*height: 120px !important;*/
    /*margin: 0 auto;*/
}

.our-trainer-section .item img{
    width: 150px !important;
    height: 150px !important;
    margin: 0 auto;
}

.upcoming-webinar-card{
    border: 2px solid var(--brand-primary-color);
}

.upcoming-webinar-section .margin-bottom-20{
    margin-bottom: 50px !important;
}

.upcoming-webinar-section-container .owl-nav{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -44px;
}

.upcoming-webinar-section-container .owl-nav button{
    padding: 0 !important;
    margin: 0 !important;
}

.upcoming-webinar-section-container .owl-nav .owl-next{
    margin-left: 10px !important;
}

.upcoming-webinar-section-container .owl-nav span{
    font-size: 30px;
    background-color: var(--brand-primary-color);
    padding: 0 10px;
    height: 35px !important;
    position: initial;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    color: white !important;
}

.upcoming-webinar-section-container .owl-dots{
    margin-top: 20px;
}


.blog-card{
    transition: all 0.3s ease;
    box-shadow: 0px 0px 5px 0px rgba(161,161,161,0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(161,161,161,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(161,161,161,0.75);
}

.blog-card:hover{
    box-shadow: 0px 0px 10px 0px rgba(97,94,94,0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(97,94,94,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(97,94,94,0.75);
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.blog-card p a{
    text-decoration: none;
    color: var(--text-heading-color)
}

.blog-card p a:hover{
    text-decoration: underline;
    color: var(--brand-primary-color);
}


/***********************************
* Trainner Section
 */

.trainer-card {
    /*border: 2px solid red;*/
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    background: white;
    height: 100%;
    border:1px solid rgba(192, 192, 192, 0.25);
    min-height: 390px !important;
    transition: all 0.2s ease;
}

.trainer-card:hover{
    transition: all 0.2s ease;
    box-shadow: 0px 0px 10px 0px rgba(196,195,195,0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(196,195,195,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(196,195,195,0.75);
    transform: scale(1.01);
}

.teacher-item{
    padding-top: 10px;
    padding-bottom: 10px;
}

.instractor_page_image{
    height: 150px !important;
    width: 150px !important;
}

.trainer-img {
    /*width: 80px;*/
    /*height: 80px;*/
    /*border-radius: 50%;*/
    /*background-color: #ddd;*/
    /*display: inline-block;*/
    /*margin-bottom: 10px;*/
}

.trainer-card .teacher-name {
    color: black;
    text-decoration: none;
}
.trainer-card .teacher-name:hover {
    text-decoration: underline;
}
.rating i {
    color: orange;
}
.rating i:last-child {
    color: lightgray;
}
.tag {
    border: 1px solid red;
    border-radius: 15px;
    padding: 2px 10px;
    font-size: 12px;
    margin: 2px;
    display: inline-block;
}
.social-icons a {
    color: black;
    margin: 0 5px;
    font-size: 20px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #000;
    border-radius: 50%;
}



/********************
* Achevment Section
 */

.achievement-icon {
    color: red;
    font-size: 40px;
    margin-bottom: 10px;
}
.achievement-box {
    text-align: center;
    padding: 20px 10px;
}
.achievement-title {
    font-weight: bold;
    font-size: 18px;
}
.achievement-desc {
    color: #555;
}
.clients-logo {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 6px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clients-logo img {
    max-height: 60px;
    max-width: 100%;
}


/***********************************************
* Course Details
*********************************************/
.course-content-sidebar {
    background-color: #9ca6b436;
    color: black;
    padding: 20px;
    border-radius: 8px;
}
.course-content-sidebar img {
    width: 100%;
    border-radius: 8px;
}
.course-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    padding-left: 0 !important;
}

.course-short-description{
    font-family: var(--font-secondary);
    font-weight: normal;
    font-size: 15px;
    text-align: left;
}

.course-details-batch-section{
    background-color: rgba(237, 90, 40, 0.06);
    padding: 10px 0;
    border-radius: 5px;
    color: var(--text-heading-color) ;
    font-family: var(--font-primary);
}

.course-details-short-menu{
    background-color: rgba(225, 222, 222, 0.37);
    padding: 15px 0;
    border-radius: 2px;
}

.course-details-short-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.course-details-short-menu ul li{
    display: inline-block;
}

.course-details-short-menu ul li a{
    display: block;
    font-family: var(--font-secondary);
    font-weight: normal;
    font-size: 16px;
    color: var(--brand-primary-color);
    padding: 0 15px;
    text-decoration: none;
}

.course-details-short-menu ul li a:hover{
    text-decoration: underline;
}


.course-details-heading{
    font-family: var(--font-primary);
    font-weight: bold;
    font-size: 25px;
    color: var(--text-heading-color);
    margin-bottom: 10px;
    margin-top: 50px;
}


.course-module-table{
    font-family: var(--font-third);
    font-weight: normal;
    font-size: 17px;
    color: var(--text-heading-color);
}



.accordion-button {
    display: unset !important;
    align-items: unset !important;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-button::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
}


/*.accordion-button.active::after {*/
/*    content: '\25BC';*/
/*}*/


.accordion-item {
    background-color: #ff6575;
    border: 1px solid #ff6575 !important;
    margin-bottom: 10px;
    border-radius: 5px;

    box-shadow: 0px 0px 10px 0px rgba(97,94,94,0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(97,94,94,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(97,94,94,0.75);
}

.course-details-accordion .accordion-button i{
    font-size: 26px;
    color: var(--brand-primary-color) !important;
    font-weight: bolder;
    margin: 0;
    padding: 0;
}

.course-details-accordion .accordion-button{
    font-size: 21px;
    font-family: var(--font-third);
    padding: 13px 20px !important;
    color: white;
    font-weight: 500;
}

.course-details-accordion .accordion-button p{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-third);
    padding-left: 63px;
    color: var(--brand-primary-color);
    padding-top: 5px;
}

.course-details-accordion .accordion-button p i{
    font-size: 14px !important;
    margin-right: 4px !important;
}
.course-details-accordion .accordion-button p span{
    margin-right: 10px;
    display: inline-block;
    color: gray;
}

.course-details-accordion .accordion-header{
    background-color: #ff6575;
}

.course-details-accordion .accordion-header .accordion-button{
    background-color: #ff6575;
}

.course-details-accordion .accordion-button:not(.collapsed) {
    /*background-color: #dad9d9a3;*/
    /*box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);*/
}

.course-details-accordion .accordion-button:not(.collapsed) p{
    display: none;
}

.course-details-accordion .accordion-body{
    background-color: white;
}

/*.section-title {*/
/*    font-weight: bold;*/
/*    font-size: 1.25rem;*/
/*    !*margin-bottom: 10px;*!*/
/*}*/

.teacher-section-details .card{
    background-color: rgba(229, 229, 229, 0.16);
}


.teacher-section-details .teacher-title{
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-third);
}

.teacher-section-details .details-info-section p{
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-third);
}


.teacher-section-details .teacher-short-info p{
    font-size: 17px;
    font-weight: 500;
    font-family: var(--font-third);
    color: var(--text-heading-color);
}


.login-container {
    height: 70vh;
}


/***********************************************
* Teacher section
 ******************************************/

.teacher-profile-header {
    /*background-color: #1a3c8b; */
    background-color: #1B2733;
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.teacher-profile-card {
    background-color: #fff;
    margin-top: -50px;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.teacher-profile-img {
    width: 100%;
    /*height: 100%;*/
    border-radius: 10px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.teacher-profile-info-box {
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    background-color: #f1f3f5;
    min-width: 90px;
    transition: 0.3s;
}

.teacher-profile-info-box:hover {
    background-color: #e0e7ff;
}

.teacher-profile-icon {
    font-size: 24px;
    color: #1a3c8b;
}

.teacher-profile-social-icons i {
    font-size: 20px;
    color: #1a3c8b;
    margin-right: 12px;
    transition: 0.3s;
}

.teacher-profile-social-icons i:hover {
    color: #0d6efd;
}

.teacher-profile-description {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .teacher-profile-info-group {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}


.teacher-profile-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1B2733;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: background-color 0.3s, transform 0.3s;
    text-decoration: none;
    padding: 9px 11px !important;
    display: inline-block;
}

.teacher-profile-social-icon i{
    color: white;
}

.teacher-profile-social-icon:hover {
    /*//background-color: #0d6efd;*/
    transform: scale(1.1);
    color: white !important;
}



.teacher-profile-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto;
}

.teacher-profile-stat-card {
    width: 140px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.teacher-profile-stat-card:hover {
    transform: translateY(-5px);
}


/*********************************
* Webinar Details Page
 */

.webinar-details-top-section {
    /*background: linear-gradient(to right, #b2e6f2, #b2e6f2);*/
    padding: 60px 0 40px 0;
    position: relative;
    border-bottom-left-radius: 100px;
    background-color: #FAEBDA;
}

.webinar-details-register-box {
    background-color: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
}

.form-control {
    border-radius: 10px;
    padding: 10px 15px;
}

.webinar-details-btn-register {
    background-color: #00b894;
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px;
}

.webinar-details-countdown-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.webinar-details-countdown-box .webinar-details-item {
    flex: 1 1 calc(25% - 10px);
    border: 2px solid #00b894;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #00b894;
    background-color: #f1fdf6;
}

.webinar-details-bg-bottom {
    background-color: white;
    padding: 60px 0;
    position: relative;
    margin-top: -150px;
    z-index: 1;
    /*border-top-right-radius: 100px;*/
}

.webinar-details-list-item ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.webinar-details-list-item li{
    padding: 5px 10px;
}

.webinar-details-list-item li::before {
    content: "✔";
    color: #00b894;
    margin-right: 10px;
}

.webinar-details-list-item h1,h2,h3,h4{
    font-size: 24px;
    font-family: var(--font-third);
    font-weight: bolder;
}

.webinar-details-list-item .marker{
    color: var(--brand-secondary-color);
}
.webinar-short-details{
    font-size: 20px;
    font-family: var(--font-third);
    font-weight: normal;
}

.why-need-this-course-section{
    margin-top: 100px;
}

@media (max-width: 767.98px) {
    .webinar-details-top-section {
        padding: 40px 0 30px 0;
        border-bottom-left-radius: 50px;
    }

    .webinar-details-register-box {
        padding: 20px;
    }

    .webinar-details-countdown-box {
        flex-direction: column;
    }

    .webinar-details-countdown-box .webinar-details-item {
        flex: 1 1 100%;
    }

    .webinar-details-bg-bottom {
        padding: 40px 0;
        margin-top: -150px;
        border-top-right-radius: 50px;
    }

    .webinar-details-top-section h2 {
        font-size: 1.5rem;
    }

    .bg-white.p-4 {
        padding: 15px !important;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
    }
}

/***************************
* Other menu section
 */

.nav-logo img {
    height: 40px;
}
.dropdown-item img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.btn-lang {
    padding: 2px 8px;
}
@media (max-width: 991px) {
    .form-inline {
        flex-direction: column;
    }
}


#countdown {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}

.webinar-details-count-box {
    display: flex;
    align-items: stretch;
    border: 2px solid var(--text-heading-color);
    border-radius: 8px;
    overflow: hidden;
    min-width: 90px;
    flex: 0 1 auto;
}

.webinar-details-count-value {
    background-color: var(--brand-bg-color); /* green */
    color: #000;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
}

.webinar-details-count-label {
    background-color: #ffffff; /* white */
    color: #333;
    font-size: 14px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
}

@media (max-width: 500px) {
    .webinar-details-count-box {
        flex: 1 1 45%;
        justify-content: center;
    }
}

@media (max-width: 320px) {
    .webinar-details-count-box {
        flex: 1 1 100%;
    }
}


.register-button{
    background-color: var(--text-heading-color);
    color: white;
    border: 1px solid var(--text-heading-color);
    border-radius: 5px;
    width: 100%;
    padding: 10px 20px;
}

.register-button:hover{
    opacity: 0.8;
}


.hero-section-navbar{
    background-color: transparent !important;
}

.hero-section-navbar .navbar-nav .nav-link {
    background: #fff;
    margin: 5px;
    border: 1px solid #ccc;
    color: #000;
    padding: 5px 15px;
    border-radius: 10px;
    text-align: center;
    font-family: var(--font-third);
    font-weight: normal;
}

.hero-section-navbar .navbar-nav .nav-link:hover {
    background-color: var(--brand-primary-color);
    color: white;
}

.hero-section-navbar input{
    padding: 6px 10px !important;
    background-color: transparent;
    border: none !important;
    color: white;
}

.hero-section-navbar input::placeholder {
    color: white; /* Change to your desired color */
    opacity: 1;  /* Optional: ensures full opacity in some browsers */
}

.hero-section-navbar .search-bar{
    margin-top: 2px !important;
    background: #1f1826;
    background: linear-gradient(90deg,rgba(31, 24, 38, 1) 0%, rgba(253, 29, 29, 1) 100%, rgba(252, 176, 69, 1) 100%);
    border-radius: 20px;
}

.hero-section-navbar button{
    border:none;
    padding: 5px 14px;
    background-color: transparent;
}

.hero-section-navbar .form-control:focus{
    background-color: transparent !important;
    border: none !important;
    color: white !important;
}

.login-page-section{
    display: flex;
    min-height: 100vh;
    align-items: center; /* Vertical center */
    justify-content: center; /* Horizontal center */
}


.login-page-container{
    background-color: #F1F5F9;
    border-radius: 20px;
    padding: 50px 50px;
}

.login-page-container h4{
    text-align: left;
    font-family: var(--font-third);
    color: var(--text-heading-color);
    font-size: 22px;
    font-weight: normal;
}

.login-page-container label{
    color: darkgray;
    font-weight: normal;
    font-size: 14px;
    font-family: var(--font-third);
}

.login-page-container .form-control {
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 14px;
}

.login-page-container button{
    width: 100%;
    border-radius: 20px;
    padding: 7px;
}


.login-page-container p{
    text-align: center;
}

.top-menu-section{

}

.top-menu-section .form-control{
    border-radius: 10px;
    padding: 7px 15px;
}
.search-btn-outline{
    border-color: var(--brand-primary-color);
    color: var(--brand-primary-color);
}

.search-btn-outline:hover{
    background-color: var(--brand-primary-color);
    color: white;
}

.menu-category button{
    color: var(--brand-primary-color);
    font-family: var(--font-third);
    font-weight: normal;
    font-size: 15px;
}

.top-menu-section .navbar-nav .nav-link{
    background: transparent;
    margin: 5px;
    border: none;
    color: var(--text-heading-color);
    padding: 4px 12px;
    border-radius: 4px;
    text-align: center;
    font-family: var(--font-third);
    font-weight: normal;
    font-size: 15px;
}

.btn-outline-brand{
    border-color: var(--brand-primary-color);
    color: var(--brand-primary-color);
    font-size: 14px;
    padding: 8px 10px;
}

.btn-outline-brand:hover{
    background-color: var(--brand-primary-color);
    color: #FFFFFF;
}
.register-page-margin{
    margin-top: 50px;
}

.error-message-color{
    color: red;
}


.contact-us-container {
    max-width: 700px;
    margin: 80px auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.contact-us-container h2 {
    font-weight: bold;
}

.contact-us-form-label {
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.contact-us-form-control::placeholder {
    color: #ccc;
    font-size: 0.9rem;
}

.contact-us-submit-btn {
    background-color: #4da6ff;
    color: white;
    font-weight: 600;
}

.contact-us-submit-btn:hover {
    background-color: #3399ff;
}

.contact-us-social-icons {
    text-align: center;
    margin-top: 30px;
}

.contact-us-social-icons i {
    font-size: 1.2rem;
    margin: 0 10px;
    color: #333;
    transition: color 0.3s;
}

.contact-us-social-icons i:hover {
    color: #4da6ff;
}

.contact-us-bg-section {
    /*background-color: #4da6ff;*/
    background-color: var(--brand-bg-color);
    min-height: 200px;
}


.homepage-top-header-section{
    min-height: 40px;
    background-color: var(--brand-primary-color);
}

.homepage-top-header-section p{
    padding: 10px;
    color: white;
    font-size: 14px;
    margin: 0 !important;
    display: inline-block;
}

.homepage-top-header-section .social-icon-container{
    float: right;

}

.homepage-top-header-section .social-icon-container ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.homepage-top-header-section .social-icon-container ul li{
    display: inline-block;
}
.homepage-top-header-section .social-icon-container ul li a{
    display: inline-block;
    padding: 4px 10px;
    background-color: white;
    color: var(--brand-primary-color);
    margin-left: 10px;
    margin-top: 5px;
    font-size: 15px;
    border-radius: 2px;
}

.homepage-top-header-section .social-icon-container ul li a:hover{
    background-color: var(--brand-bg-color) !important;
}

.txt-align-right{
    text-align: right;
}

.home-page-logo{
    height: 80px;
    margin-right: 10px;
}



.static-content-container {
    /*max-width: 700px;*/
    margin: 80px auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
}

.static-content-container h2 {
    font-weight: bold;
}
.static-content-container h1{
    font-family: var(--font-primary);
}
.static-content-container h3{
    /*font-family: var(--font-primary);*/
    font-family: var(--font-third);
    font-size: 20px;
    margin-top: 20px;
}


.blog-post-section{

}

.blog-title{
    font-size: 22px !important;
    text-align: left !important;
}
.blog-info{
    overflow: hidden;
    margin-top: 10px;
}

.blog-category{
    float: left;
}

.blog-author{
    float: right;
}


.course-card-content{
    display: block;
    overflow: hidden;
    border-bottom:0.5px solid rgba(192, 192, 192, 0.25);
    padding: 10px;
}

.course-card-content .left-side{
    float: left;
    padding: 3px 10px;
    border-radius: 10px;
    background-color: var(--brand-bg-color);
    color: black;
    display: inline-block;
    font-size: 11px;
    font-family: var(--font-third);
    transition: background-color 0.3s ease; /* smooth transition */
    cursor: pointer;
}

.course-card-content .left-side:hover{
    background-color: var(--brand-primary-color);
    color: white;
}

.course-card-content .right-side{
    float: right;
}

.course-card-content .right-side i{
    color: #c0c007;
}


/**********************************
*** bottom chart bot
 */

.contact-card {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 20px;
    z-index: 9999;
    animation: slideUp 0.4s ease-in-out;
}

@keyframes slideUp {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.contact-card h4 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: #111;
}

.contact-card img {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
}

.contact-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 15px;
}

.contact-buttons button {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-btn {
    background: #e5f5ee;
    color: #1ebd4f;
    border: 1px solid #1ebd4f;
}

.call-btn {
    background: #ffe9b0;
    color: #ff9800;
    border: 1px solid #ff9800;
}

.contact-buttons i {
    margin-right: 6px;
}

.close-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 500px) {
    .contact-card {
        width: 90%;
        right: 5%;
    }
}

