@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Math&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Signika:wght@300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Boldonse&family=Cal+Sans&display=swap');
/* ======================================= */




/* ======================================= */

.a_jett {
    text-decoration: none;
    color: inherit;
}

.title_jett{
    font-family: "Boldonse", system-ui;
}

* {
    font-family: "Noto Sans", sans-serif;
}



.a_text {
    text-decoration: none;
    color: inherit;
}





.product {
    padding: 10px;

}

.img_pro {
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 4px;
}

.desc {

    border-top: solid 1px #b1a9a9;
    margin-top: 4px;
    text-align: center;
    background-color: #73C6B6;
    padding: 15px;
}

.name {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}

.price {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}

.btn_more {
    background-color: #16A085;
    border: solid 1px #16A085;
    color: #FFFFFF;
    padding: 7px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.btn_more:hover {
    background-color: #FFFFFF;
    color: #16A085;
}

.btn_add {
    background-color: #16A085;
    border: solid 1px #16A085;
    padding: 8px;
    font-size: 18px;
    color: #FFFFFF;
    border: solid 1px #16A085;
    text-decoration: none;
}

.btn_add:hover {
    background-color: transparent;
    color: #16A085;
}

.item_d {
    font-weight: normal;

}

.login_btn {
    background-color: #0F2648;
    border: solid 1px #0F2648;
    padding: 5px 20px;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 900;
}

.login_btn:hover {
    background-color: transparent;
    border: solid 1px #4355E2;
    color: #4355E2;
}

/* ======================================= */

.image_circle {
    border: solid 1px #DCE9FF;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: 50% 50%;
}

.image_circle2 {
    border: solid 1px #DCE9FF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: 50% 50%;
}

.userBox {
    background-color: #D7DBDD;
    padding: 10px;
    border-radius: 10px;
}

.userBox_name {
    font-weight: 900;
    color: #325066;
    font-size: 16px;
}

.userBox_email {
    font-weight: 200;
    color: #325066;
}

.userBox_status {
    font-weight: 400;
    color: #325066;
}

.userBox_btn {
    background-color: #4465AE;
    color: #FFFFFF;
    font-weight: 400;
    padding: 5px 15px;
    border: solid 1px #4465AE;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 900;
    font-size: 14px;
}

.userBox_btn:hover {
    background-color: transparent;
    color: #4465AE;
}

.userBox_btn2 {
    background-color: #4465AE;
    color: #FFFFFF;
    font-weight: 400;
    padding: 3px 15px;
    border: solid 1px #4465AE;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 900;
    font-size: 14px;
}

.userBox_btn2:hover {
    background-color: transparent;
    color: #4465AE;
}

.userBox_footer {
    background-color: #FFFFFF;
    padding: 30px 5px;
    border-radius: 0px 0px 10px 10px;
}

.bar_title {
    font-weight: 900;
    color: #325066;
    font-size: 25px;
    border-bottom: solid 1px #D7DBDD;
}

.userBox_frinds {
    border: solid 1px #4465AE;
    border-radius: 10px;
    padding: 2px 20px;
    color: #325066;
    opacity: .5;
}

.text_search001 {
    font-size: 12px;
    line-height: 14px;
    margin-top: 3px;
}


/* ===================Search Bar==================== */


/* Logo */
.logo img {
    height: 42px;
    width: auto;
    transition: transform 0.3s ease;
}

.logo img:hover {
    transform: scale(1.05);
}

/* Search Bar */
.search-container {
    flex: 1;
    min-width: 200px;
    max-width: 600px;
    margin: 0 1rem;
}

.search {
    position: relative;
    width: 100%;
}

.searchTerm {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    padding-right: 40px;
    outline: none;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 14px;
}

.searchTerm:focus {
    border-color: #102547;
    box-shadow: 0 0 0 3px rgba(58, 123, 213, 0.1);
}

.searchButton {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #666;
    cursor: pointer;
}

/* Navigation */
.nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-links a {
    color: #102547;
    text-decoration: none;
    font-weight: 200;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.nav-links a:hover {
    color: #3a7bd5;
}

/* User Dropdown */
.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.image_user_header {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.login_btn {
    padding: 0.5rem 1rem;
    border-radius: 50px;
    background-color: #102547;
    border: 1px solid #102547;
    color: #FFFFFF !important;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 900 !important;
}

.login_btn:hover {
    background-color: transparent;
    color: #102547 !important;
    border: 1px solid #102547;
    font-weight: 900;
}

.dropdown-menu {
    border-radius: 8px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
}

.dropdown-menu li{
    font-size: 14px;
}

.dropdown-item {
    border-radius: 4px;
    padding: 0.5rem 1rem;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .search-container {
        order: 3;
        width: 100%;
        margin: 0.5rem 0;
    }

    .nav-links {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .nav-links.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        padding: 1rem;
        border-bottom: 1px solid #e0e0e0;
        gap: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .header-container {
        padding: 0.5rem 2rem;
    }
}

@media (max-width: 576px) {
    .logo img {
        height: 28px;
    }

    .login_btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }
}




/* ======================================= */

.card-body h3{
    color: #102447;
    font-weight: 900;
    font-size: 16px;
}

.card-body p{
    color: #102447;
    font-weight: 200;
    font-size: 14px;
}

.section2_title{
    text-align: center; 
    color: #102447;
    font-weight: 900;
   
    font-size: 25px;
}


.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.display-4 {
  font-size: 2.5rem;
  background: linear-gradient(90deg, #3a7bd5, #00d2ff);
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .display-4 {
    font-size: 2rem;
  }
}
/* ======================================= */
.course-card img {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.course-card {
    transition: transform .2s;
}

.course-card:hover {
    transform: scale(1.02);
}

.section3 h2 {
    color: #102447;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
}

.section3 p {
    color: #102447;
    font-size: 15px;
    font-weight: 200;
}


.section3_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    /* space between buttons */
}

.section3_ul a {
    color: #102447;
    border: solid 1px #929eb443;
    border-radius: 50px;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.3s, color 0.3s;
}

.section3_ul a:hover {
    background: #102447;
    color: white;
}

/* ======================================= */

    .form-control, .form-select {
      border-radius: 0.5rem;
      padding: 1rem;
    }
    .submit-btn {
      border-radius: 0.5rem;
      padding: 0.75rem;
      font-weight: bold;
      width: 100%;
      background-color: #102447;
      color: #fff;
      transition: background-color 0.3s;
    }
    .submit-btn:hover {
      background-color: #333;
    }
    .form-footer {
      font-size: 0.8rem;
      color: #666;
      margin-top: 1rem;
      text-align: center;
    }
    .form-footer a {
      color: #007bff;
      text-decoration: none;
    }
/* ======================================= */

.formTeacherText{
    color: #102447;
    font-weight: 900;
    font-size: 18px;
}

.btn_jett{
    background-color: inherit;
    border: none;
}

.btn_kont_mobile{
    background-color: #102447;
    color: #FFFFFF;
    font-weight: 400;
    padding: 10px 45px;
    border: solid 1px #102447;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 900;
    font-size: 18px
}
.btn_kont_mobile:hover{
    background-color: transparent;
    color: #102447;
}

.btn_kont2_mobile{
    border: solid 1px #102447;
     color: #102447;
    font-weight: 400;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 900;
    font-size: 18px
}
.btn_kont2_mobile:hover{
    background-color: #102447;
    color: #FFFFFF;
}


/* ===============New */

