* {
    padding: 0;
    margin: 0;
    font-family: "Inter";
    font-weight: 600;
}

.navbar-header {
    background-color: #1D6CB7;
    display: flex;
    padding: 0.5%;
    font-size: 12px;
    color: white;
    justify-content: space-between;
}

.header-start {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-text,
.mail {
    margin-left: 20px;
}

.header-text2 {
    margin-left: 5px;
}

.header-end,
.location,
.mail {
    display: flex;
}

.main-navbar{
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: space-between;
}

.logo {
    /* background-color: #1D6CB7; */
    background-image: url('images/blue.png');
    width: 187.5px;
    height: 100px;
    padding: 0.5%;
}

.navbar {
    display: flex;
    /* background-color: #F8F8F8; */
    font-size: 15px;
    font-weight: bold;
    margin-left: 100px;
    padding: 0% ;
}
.navbar a {
    color: black;
    text-decoration: none;
    padding: 0px 20px;
    display: block;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    text-align: left;
    opacity: 90%;
    display: none;
    position: absolute;
    background-color: #1D6CB7;
    margin-left: 10px;
    width: 200px;
    border-radius: 4px;
    color: white;
}
.dropdown-content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 10px 0;
}
.dropdown-content li {
    margin: 5px 0px; 
}
.dropdown-content a {
    color:white;
    padding: 1px 10px 1px 0px;
    text-decoration: none;
    display: block;
}
.dropdown.show .dropdown-content {
    display: block;
}
.navbar-section {
    display: flex;
    text-align: center;
}
.arrow {
    margin-left: 5px;
}

.button button{
    background-color: #1D6CB7;
    border-radius: 100px ;
    margin: 10px;
    padding: 5%;
    width: 105px;
    border: none;
    color: white;
}

.mobile-nav-toggle {
    display: none;
}

.toggle-lines-box {
    cursor: pointer;
}

.toggle-line {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
  }

  
@media only screen and (max-width: 1440px) {
    .main-navbar{
        font-size: 13px;
    }
    }
@media only screen and (max-width: 1300px) {
    .mobile-nav-toggle {
        display: flex;
        justify-content: flex-end;
        flex-grow: 1;
        padding: 0 20px 0 0;
    }
}

.hero{
    background-image: url(images/BG.png);
    color: #FFFFFF;
    text-align: center;
    background-position: left center;
    align-items: center;
    width: 100%;
    height: 428px;
    font-family: 'Lucida Sans', 'Roboto Condensed';
    margin-top: -95px;
    font-size: 55px;
    bottom: 227;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15% 0%;
}

@media (max-width: 553px) { 
    .hero{
        font-size: 26px;
    }
  }
  @media (max-width: 400px) { 
    .hero{
        font-size: 22px;
    }
  }

.subheading{
    text-transform: uppercase;
    color: black;
    font-family: 'Lucida Sans', 'Roboto Condensed';
    font-size: 30px;
}
    
.main-content {
    padding: 89px 0 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}
.title {
    font-family: 'Almarai', sans-serif;
    font-size: 59px;
    font-weight: bold;
    color: #1D6CB7;
    text-align: left;
    margin-bottom: 20px;
    line-height: 30px;
}
.title2 {
    font-family: 'Almarai', sans-serif;
    font-size: 59px;
    font-weight: bold;
    color: #1D6CB7;
    /* text-align: center; */
    margin-bottom: 20px;
}

.course-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* width: 100%; */
    /* max-width: 1113.7px; */
    margin: 0 auto;
    /* position: relative; */
    /* top: 200px; */
}
.course {
    /* width: 618px; */
    background-color: transparent;
    /* margin: -268px 20px; */
    /* padding: 20px; */
    justify-content: space-between;
}
.course img {
    width: 100%;
    height: auto;
}
.course .title {
    font-family: 'Almarai', sans-serif;
    /* margin-left: -140px; */
    font-size: 26px;
    font-weight: bold;
    color: #000000;
}
.course .description {
    font-family: 'Inter', sans-serif;
    /* margin-left: -140px; */
    font-size: 15px;
    color: #000000;
    line-height: 2;
    margin-bottom: 30px;
       
}

.description2{
    font-family: 'Inter', sans-serif;
    margin-right: -180px;
    font-size: 15px;
    color: #000000;
    line-height: 2;
    margin-bottom: 30px;
    width: 100%;
    text-align: justify;
}

.register-button2{
    background-color: #1D6CB7;
    border-radius: 5px;
    height: 10%;
    width: 35%;
    color: #F5F5F5;
    border: none;
}

.course2  {
    display: flex;
    margin-right: -180;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    display: inline-block;
}

.course .register-button {
    background-color: #1D6CB7;
    margin-left: -140px;
    color: #F5F5F5;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding: 15px;
    border-radius: 5px;
    border: none;
    text-align: center;
    display: inline-block;
    padding: 5px;
    height: 10%;
    width: 40%;
}
.navigation {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.navigation a {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    margin: 0 10px;
}
.navigation .apply-now {
    background-color: #1D6CB7;
    color: #F5F5F5;
    padding: 2.5px 17px;
    border-radius: 100px;
    font-size: 14px;
    text-align: center;
}
.sub-menu {
    display: flex;
    flex-direction: column;
    background-color: #1D6CB7;
    color: #FFFFFF;
    padding: 3px;
    border-radius: 4px;
    position: absolute;
    top: 46px;
    right: 0;
    min-width: 70px;
}
.sub-menu span {
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    line-height: 2;
}
.blogsBackground {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden; /* Ensure pseudo-element doesn’t overflow */
  }
  
  .blogsBackground::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('http://127.0.0.1:8000/assets/user/images/background.jpg');
    background-size:100%;
    background-position: center;
    background-repeat: repeat;
    object-fit: contain;
    opacity: 0.09; /* Set opacity of the background image */
    z-index: -1; /* Ensure the pseudo-element is behind the content */
  }
  
  .blogsBackground > * {
    position: relative;
    z-index: 1; /* Ensure content is above the pseudo-element */
  }

  table, th {
    font-weight: bold;
    border: 1px solid black;
  }

  table, th, td {
    border: 1px solid black !important;
    border-collapse: collapse;
    padding: 8px;
    text-align: center;
    }

    th, td {
        border: 1px solid black; /* Adds a border around each cell */
        padding: 8px; /* Adds some space inside each cell */
        text-align: center; /* Centers text within cells */
    }

    .schedule-container {
        display: flex;
        /* justify-content: center; */
    }