@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&display=swap');
/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
    --background-color: #ffffff; /* Background color for the entire website, including individual sections */
    --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
    --heading-color: #37423b; /* Color for headings, subheadings and title throughout the website */
    --accent-color: #0c3f77; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  }
.section {
    padding: 50px 0;
    overflow: hidden;
  }
  
  .section-bg {
    background-color: #f6f7f6;
  }

    .section-title {
        padding-bottom: 20px;
    }

    .container
    {
        font-family: "Tajawal", sans-serif;
    }

    .section-title h2 {
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        line-height: 1px;
        margin: 0 0 5px 0;
        text-transform: uppercase;
        color: #aaaaaa;
        font-family: "Tajawal", sans-serif;
    }
    .section-title h2::after {
        content: "";
        width: 120px;
        height: 1px;
        display: inline-block;
        background: #ffa500;
        margin: 4px 10px;
    }
    .section-title p {
        margin: 0;
        margin: 0;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Tajawal", sans-serif;
        color: #005b88;
    }

    p
    {
        font-family: "Tajawal", sans-serif;
    }

    h2
    {
        font-family: "Tajawal", sans-serif !important;
    }

    .modal-dialog {
        border: 5px solid white;
        max-width: 800px;
        margin: 30px auto;
        top: 15%;
        }

    /*--------------------------------------------------------------
    # Hero Section
    --------------------------------------------------------------*/
    #hero {
        width: 100%;
        height: 50vh;
        background: url("../img/services_2.png") top center;
        background-size: cover;
        position: relative;
        margin-bottom: -100px;
    }
    #hero:before {
        content: "";
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }
    #hero .container {
        padding-top: 40px;
    }
    @media (max-width: 992px) {
        #hero .container {
            padding-top: 20px;
        }
        
        .section-title p {
            font-size: 24px;
        }
    }

    #hero h1, h2, h3, h4, h5, h6 {
        color: #fff;
        font-family: "Tajawal", sans-serif;
        }

    #hero h1 {
        margin: 0;
        font-size: 46px;
        font-weight: 700;
        line-height: 56px;
        color: #fff;
        font-family: "Tajawal", sans-serif;
        border-bottom:0px;
    }
    #hero h2 {
        color: #eee;
        margin: 10px 0 0 0;
        font-size: 26px;
        font-family: "Tajawal", sans-serif;
    }

    #hero .btn-get-started {
        font-family: "Tajawal", sans-serif;
        font-weight: 500;
        font-size: 15px;
        display: inline-block;
        padding: 10px 35px;
        border-radius: 50px;
        transition: 0.5s;
        margin-top: 30px;
        border: 2px solid #fff;
        color: #fff;
    }
    #hero .btn-get-started:hover {
        background: #0c3f77;
        border: 2px solid #0c3f77;
    }
    @media (min-width: 1024px) {
        #hero {
            background-attachment: fixed;
        }
    }
    @media (max-width: 768px) {
        #hero {
            height: 20vh;
            margin-bottom: 20px;
        }
        #hero h1 {
            font-size: 28px;
            line-height: 36px;
        }
        #hero h2 {
            font-size: 18px;
            line-height: 24px;
        }
    }

    .service-list 
    {
        padding: 90px;
        background-color: #ffffff;
      }

      .ar
      {
        padding-right: 0;
        padding-left: 0;
      }

      .service-list-panel .col-12 
      {
        margin-bottom: 30px;
      }

      .service-list-panel .col-12 .service-box 
      {
        background: #ffffff;
        border: 1px solid #e8e8e8;
        box-sizing: border-box;
        width: 100%;
        overflow: hidden;
        transition-duration: 300ms;
        text-align: center;
        padding: 30px 15px;
        height: 100%;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
      }
      .service-list-panel .col-12 .service-box .ser-name {
        width: 100%;
        position: relative;
      }
      .service-list-panel .col-12 .service-box .ser-name .title {
        font-weight: 500;
        min-height: 50px;
        line-height: 25px;
      }
      .service-list-panel .col-12 .service-box .ser-action {
        width: 100%;
        display: block;
      }

      .service-list-panel .col-12 .service-box .ser-action a {
        padding: 10px 15px;
        border-radius: 30px;
        color: #ffffff;
        background-color: #0c3f77;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        font-family: "Tajawal", sans-serif;
      }

      .service-list-panel .col-12 .service-box .img-box {
          border-bottom: 5px solid #e3aa57;
      }


      .service-list-panel .col-12 .service-box .ser-action a.info-action {
        background-color: #e9e9e9;
        color: #1d1d1d;
        padding: 10px 20px;
      }

      .service-list-panel .col-12 .service-box:hover {
        background-color: #FBFADF;
        /*color: #fff;*/
      }


      .service-list-panel .col-12 .service-box:hover .ser-action a.info-action {
        background-color: #ffffff;
        color: #272757;
      }

      .service-list-panel .col-12 .service-box:hover .ser-action a {
        background-color: #bfae81;
        color: #0c3f77;
      }

    /*--------------------------------------------------------------
    # Sectors Section
    --------------------------------------------------------------*/
    .modal-backdrop
    {
        z-index: 1 !important;
    }
    .Sectors {
        position: relative;
        z-index: 2;
    }

    .Sectors .icon-box {
        padding: 20px 30px;
        /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);*/
        border-radius: 10px;
        background: #ededed;
        transition: all ease-in-out 0.3s;
        min-height: 190px;
    }

    .Sectors .icon-box i {
        color: #005b88;
        font-size: 42px;
        margin-bottom: 15px;
        display: block;
    }

    .Sectors .icon-box h3 {
        font-family: "Tajawal", sans-serif;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 20px;
        }

    .Sectors .icon-box h3 a {
        color: #005b88;
        transition: 0.3s;
    }

    .Sectors .icon-box p {
        font-family: "Tajawal", sans-serif;
        color: #000;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
        }

    .Sectors .icon-box:hover {
        background: #ffa500;
        text-decoration:none;
    }

    .Sectors .icon-box:hover a , .Sectors .icon-box:hover h3 a, .Sectors .icon-box:hover p , .Sectors .icon-box:hover h3 , .Sectors .icon-box:hover i{
        color: #fff;
        text-decoration:none;
    }

    /*--------------------------------------------------------------
# Courses Section
--------------------------------------------------------------*/
.courses .course-item {
    background-color: var(--surface-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 75%);
    border-radius: 5px;
  }

  .courses .title-head {
    padding-bottom: 10px;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }
  
  .courses .course-content {
    padding: 15px;
  }
  
  .courses .course-content h3 {
    font-weight: 700;
    font-size: 16px;
  }
  
  .courses .course-content h3 a {
    color: var(--heading-color);
    transition: 0.3s;
  }
  
  .courses .course-content h3 a:hover {
    color: var(--accent-color);
  }
  
  .courses .course-content .category {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    font-size: 14px;
    padding: 6px 14px;
    margin: 0;
    border-radius: 5px;
  }
  
  .courses .course-content .price {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    color: #0c3f77;
  }
  
  .courses .course-content .description {
    font-size: 12px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
  }

  .courses .course-content .reserv-action a {
    padding: 5px 20px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #0c3f77;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    font-family: "Tajawal", sans-serif;
  }

  .courses .course-content .reserv-action a.info-action {
    padding: 5px 20px;
    background-color: #e9e9e9;
    color: #1d1d1d;
  }

  .courses .course-content .reserv-action:hover a.info-action {
    background-color: #f47920;
    color: #fff;
  }

  .courses .course-content .reserv-action:hover a {
    background-color: #4c9cd6;
    color: #fff;
  }

  .courses .course-content .alert {
    padding: .25rem 1.25rem;
}

  .courses .trainer {
    padding-top: 15px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }
  
  .courses .trainer .trainer-profile img {
    max-width: 50px;
    border-radius: 50px;
  }
  
  .courses .trainer .trainer-profile .trainer-link {
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    transition: 0.3s;
  }
  
  .courses .trainer .trainer-profile .trainer-link:hover {
    color: var(--accent-color);
  }
  
  .courses .trainer .trainer-rank {
    font-size: 12px;
    color: #000;
  }
  
  .courses .trainer .trainer-rank .user-icon {
    font-size: 11px;
  }

