/* Chatbot CSS */
.custom_chatbot-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #05d056;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.custom_chat-window {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 300px;
    height: 400px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 1000;
}

.custom_chat-header {
    background-color: #007bff;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.custom_chat-header span {
    float: right;
    cursor: pointer;
}

.custom_chat-body {
    padding: 10px;
    height: 300px;
    overflow-y: auto;
    background-color: #fff;
}

.custom_chat-footer {
    padding: 10px;
    background-color: #eee;
    display: flex;
}

.custom_chat-footer input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.custom_chat-footer button {
    margin-left: 5px;
    padding: 8px 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* End of Chatbot CSS */



/* navbar mouse hover color CSS*/
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #0483b2 #0483b2 transparent
}

.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #0483b2 #0483b2 transparent
}

/* .header-transparent.dark-text .nav-menu>li>a:hover,
.header-transparent.dark-text .nav-menu>li>a:focus {
    color: #0483b2;
} */

.nav-menu li a:hover {
    color: #0483b2;
    transition: all 0.3s ease;
}

/* End of navbar mouse hover color CSS*/



/* Apply Now Button CSS for all sub-pages of Services */
.apply-now-btn {
    background-color: #00bcd4;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    margin-top: 15px;
    transition: background 0.3s ease;
}

.apply-now-btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.apply-now-btn:hover {
    background-color: #0097a7;
}

/* End of Apply Now Button CSS for all sub-pages of Services */

.footer-bottom {
    padding: 20px 0;
    text-align: center;
}


.page-title {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    position: relative;
}

.page-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.page-title .container {
    position: relative;
    z-index: 2;
}

.breadcrumbs-wrap {
    text-align: center;
}

.breadcrumb {
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

.breadcrumb-title {
    color: #ffffff;
    margin-bottom: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

.breadcrumb-item.active {
    color: #ffffff;
    margin-bottom: 8px;
}

.services-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
}

.services-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    /* Adds a dark overlay for better text readability */
    z-index: 1;
}

.services-hero .container {
    position: relative;
    z-index: 2;
    /* Ensures text appears above the overlay */
}

.services-hero h1,
.services-hero p {
    color: #ffffff !important;
}

.careers-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
}

.careers-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.careers-hero .container {
    position: relative;
    z-index: 2;
}

.careers-hero h1,
.careers-hero p {
    color: #ffffff !important;
}

/* Login and Register CSS */
.hidden {
    display: none;
}

.visible {
    display: block;
}

.social-login img {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    cursor: pointer;
}

.alternative-login hr {
    margin: 20px 0;
}

.alternative-login p {
    margin-bottom: 15px;
}

.text-center a {
    color: #0483b2;
    font-weight: normal;
    text-decoration: none;
}

.text-center a:hover {
    font-weight: bold;
}

.form-check-label {
    padding-left: 0 !important;
}
/* End of Login and Register CSS */

/* Back to Home CSS */
.back-to-home {
    width: 100%;
    padding: 10px 0 10px 0px;
    text-align: center;
    background-color: inherit;
    border: 1px solid #f3f3f3;
    border-radius: 5px 5px 0px 0px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    font-weight: normal;
    font-size: 0.8rem;
}

.back-to-home:hover {
    background-color: #0483b2;
    color: #fff;
}

.saveAndNext {
    transition: all 0.3s ease;
}

.saveAndNext:hover {
    color: #fff !important;
    background-color: #008264 !important;
    border-color: #008264 !important;
}

.profession-option {
    justify-content: space-evenly;
}

/* Header CSS */

.custom-header{
    display: contents;
}

.custom-navigation{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

/* End of Header CSS */

/* Payment Policy Specific Styles */
:root {
    --primary-blue: #26395c;
    --accent-blue: #00bcd4;
    --light-bg: #f8f9fa;
    --text-color: #6c757d;
    --success-green: #28a745;
    --warning-orange: #ffc107;
}

.policy-header {
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.policy-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy-header h1 {
    color: white;
    margin: 0;
    font-size: 2.5rem;
    position: relative;
    z-index: 2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-container {
    display: none; /* Hide the separate banner image */
}

.policy-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.policy-content {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.policy-section {
    margin-bottom: 2.5rem;
}

.policy-section h2 {
    color: var(--primary-blue);
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    border-bottom: 2px solid var(--accent-blue);
    padding-bottom: 0.5rem;
}

.policy-section p {
    margin-bottom: 1.2rem;
    line-height: 1.8;
    color: var(--text-color);
}

/* Payment Methods List Styling */
.policy-section ul {
    padding-left: 1.5rem;
    margin: 1rem 0;
    list-style-type: none;
}

.policy-section ul li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 2rem;
}

.policy-section ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--success-green);
    font-weight: bold;
}

/* Billing Process Section */
.policy-section:nth-child(2) p {
    padding: 1rem;
    background-color: var(--light-bg);
    border-left: 4px solid var(--primary-blue);
    border-radius: 4px;
}

/* Refund Policy Section */
.policy-section:nth-child(3) p {
    padding: 1rem;
    background-color: rgba(255, 193, 7, 0.1);
    border-left: 4px solid var(--warning-orange);
    border-radius: 4px;
}

/* Last Updated Text */
.last-updated {
    font-style: italic;
    color: var(--text-color);
    text-align: right;
    margin-top: 3rem;
    font-size: 0.9rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .policy-header {
        height: 200px;
    }

    .policy-header h1 {
        font-size: 2rem;
    }

    .policy-container {
        padding: 1rem;
    }

    .policy-content {
        padding: 1.5rem;
    }

    .policy-section h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .policy-header h1 {
        font-size: 1.8rem;
    }

    .policy-content {
        padding: 1rem;
    }
}