


@media (max-width: 480px) {
    h1 {
      font-size: 35px !important;
    }

    p,h1,h2{
        margin: 10px !important;
    }

    h2{
        font-size: 25px !important;

    }
  }
  
  /* الشاشات المتوسطة مثل الهواتف الأكبر */
  @media (min-width: 481px) and (max-width: 768px) {
    h1 {
      font-size: 35px !important;
    }
    
    p,h1,h2{
        margin: 10px !important;
    }

    h2{
        font-size: 25px !important;

    }
  }
  


.navbar {
    padding: 5px 0;
}

.navbar-brand img {
    max-height: 40px;
}

.header-icons a {
    color: #222222;
    margin-left: 10px;
}

.breadcrumb {
    background-color: transparent;
    font-size: 0.9rem;
}

.breadcrumb a {
    color: #fbc908;
    text-decoration: none;
}

.breadcrumb .active {
    color: #000000;
    font-size: 20px;
    margin-right: 5px;
}


.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
}

.navbar-collapse {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .navbar-collapse {
        margin-top: 20px;
        text-align: center;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: right;
    }

    .nav-item {
        margin: 5px 0;
    }
}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2.5rem;
        padding-left: 0.5rem;
    }
}




.navbar-light .navbar-toggler {
    color: rgb(0 0 0 / 0%) !important;
    border-color: rgb(0 0 0 / 0%) !important;
}


.card{
 
        background-image: linear-gradient(90deg, #1493fc, #e69e52);
        border-radius: 18px !important;
        border: 0px #00000000 !important;
      
}



.footer-dark {
    background-color: #111;
    color: #fff;
    padding: 40px 0;
}

.footer-dark h5 {
    color: #fff;
    margin-bottom: 20px;
}

.footer-dark p {
    font-size: 14px;
    line-height: 1.7;
    color: #999;
}

.footer-dark .social-links a {
    color: #fff;
    margin: 0 10px;
    font-size: 24px;
    display: inline-block;
}

.footer-dark .brand-logo img {
    max-width: 100%;
    height: auto;
}

.footer-bottom {
    background-color: #000;
    color: #aaa;
    padding: 20px 0;
    font-size: 14px;
}

.footer-bottom p {
    margin: 0;
}

.footer-dark a {
    color: #fff; /* Set hyperlink color */
    text-decoration: none; /* Remove underline */
    transition: color 0.2s; /* Smooth color transition */
}

.footer-dark a:hover {
    color: #bbb; /* Change color on hover */
    text-decoration: underline; /* Add underline on hover */
}
