/*
Theme Name: kadu Child
Theme URI: http://themexriver.com/wp/kadu
Template: kadu
Author: themexriver
Author URI: http://themexriver.com/
Description: kadu - IT Solutions WordPress Theme
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.1740641384
Updated: 2025-02-27 07:29:44

*/

.breadcrumb-area {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 140px 0;
    z-index: 0;
}

.has-breadcrumb-overlay::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgb(48, 40,97,1) !important;
    opacity: 0.4;
    z-index: 1;
}

.breadcrumb-wrap {
    margin-top:50px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.breadcrumb-title {
    color: #fff;
    font-size: 55px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.breadcrumb-subtitle {
    margin-top: 150px;
    color: #FFB40D;
    font-family: "Acme", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing:1px;
}

.breadcrumb-list a,
.breadcrumb-list span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
/*-----------------------------------*/
/* Stylish dropdown container */
.ui-autocomplete {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 6px 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    max-height: 300px;
    overflow-y: auto;
    z-index: 99999 !important;
    animation: slideFadeIn 0.3s ease forwards;
    opacity: 0;
    transform: translateY(10px);
}

/* Animate in */
@keyframes slideFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Individual item styling */
.ui-menu-item {
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Smooth hover effect (custom style) */
.ui-menu-item:hover,
.ui-menu-item.ui-state-active,
.ui-menu-item.ui-state-focus {
    background-color: #f2f2f2 !important;
    color: #0073aa !important;
    border-radius: 6px;
    outline: none;
}

/* Remove default blue background and box-shadow */
.ui-state-active,
.ui-state-focus {
    background: none !important;
    color: inherit !important;
    box-shadow: none !important;
    border: none !important;
}


/* Custom course search form styling */
.kd-hero-2-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.kd-hero-2-form input[type="text"] {
    font-size: 18px;
    background: transparent;
    outline: none;
}

.kd-hero-2-form .icon {
    position: absolute;
    left: 15px;
    font-size: 16px;
    color: #333;
}

/*drop down*/
.school-dropdown {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    border: 1px solid #302861;
    border-radius: 10px;
    padding: 5px 20px;
    font-size: 16px;
    font-family: 'Urbanist', sans-serif;
    color: #000;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    transition: all 0.3s ease;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%230073aa'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    /* background-size: 12px; */
}
.school-dropdown:hover {
    border-color: #888;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .kd-hero-2-row {
        flex-direction: column;
        gap: 20px;
        padding: 20px 10px;
    }

    .kd-hero-2-form {
        width: 100%;
        text-align: center;
    }

    .kd-hero-2-content h6,
    .kd-hero-2-content .kd-para-1,
    .kd-hero-2-form {
        margin-bottom: 15px;
    }

    .kd-hero-2-form {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .kd-hero-2-form .input-item {
        margin-bottom: 10px;
    }

    .kd-hero-2-form input,
    .kd-hero-2-form select,
    .kd-hero-2-form button {
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }
    input#courseSearchInput {
        padding-left: 35px;
    }
    /*------------------
    
    .scroll-top {
  position: fixed;
  right: 20px;
  bottom: 100px !important;
}*/
