@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

/* :root {
    --blue: #40AFD9;
  
    --green-dark: #3593B7;
  
   
  
    --blue-light: #E6F5FA;
  
    --blue-bg-alpha: rgba(64, 175, 217, 0.1);
  
    --blue-very-light: #E8F0FF;
  
    --blue-link-hover: #3593B7;
  
    --green: #2C6E49;

    --border-blue:#419dc1;

    --text-gray: #4A4A4A;

    --owl-nav-bg: #64DD17;
    --owl-nav-hover-bg: #39FF14;
    --owl-dot-bg: rgba(255, 255, 255, 0.4);
    --owl-dot-active-bg: #64DD17;

     --spacing-xs:4px;
  }
   */


:root {
    --green: #007A33;
    --green-base: #1b8354;
    --green-dark: #176e47;
    --green-darker: #074d31;
    --green-light: #66BB6A;
    /*    --green-light: #54C081;*/
    --green-bg-alpha: rgba(0, 122, 51, 0.1);
    --green-very-light: #54C081;
    /*    --green-very-light: #e4e6eb;*/
    --green-link-hover: #005A24;
    --border-green: #007A33;
    --owl-nav-bg: #1b8354;
    --owl-nav-hover-bg: #1b8354;
    --owl-dot-active-bg: #1b8354;
    --spacing-xs: 4px;
    --menu-accent: var(--green, #1b8354);
    --menu-bg: #F3FCF6;
    --border-neutral-secondary: #e5e7eb;
    --text-default: #161616;
}

* {
    margin: 0;
    padding: 0;
}

html {
    overflow: auto;
}

body {
    font-size: 15px;
    font-weight: 400;
    font-family: "IBM Plex Sans Arabic", serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    color: var(--text-default);
    line-height: 24px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
    text-align: right;
    background-color: #F9FAFB;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;

}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover {
    text-decoration: none;
}

a a:focus {
    outline: none;
}

p {
    font-weight: 400;
    margin: 0px;
    font-size: 16px;
}

ul,
ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}

.title-bg-img {
    position: relative;

}

header {}

header .header-bg {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;

}

header video {
    width: 100%;
    height: 100dvh;
    object-fit: cover;
    object-position: center;
}

.title-bg-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100dvh;
    background: linear-gradient(177deg, #0a0a0aa1 47% 90%, #0a0a0aa1 49% 29%, #0a0a0aa1 10%);
}

.title-bg-text h1 {
    font-size: clamp(38px, 5vw, 60px);
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0px 2px 1px #ffffff;
    letter-spacing: 0;
}

.title-bg-text h5 {
    color: #ffffff;
    font-size: clamp(18px, 4vw, 22px);
}

.title-bg-text .header-content {
    position: absolute;
    bottom: 5%;
    right: 5%;
    color: #fff;

}



@media (max-height: 569px) {
    .title-bg-text h1 {
        font-size: clamp(25px, 5vw, 60px);
    }

    .title-bg-text h2 {
        font-size: clamp(18px, 5vw, 40px);
    }

    .title-bg-text .header-content {
        height: calc(100vh);

    }

}

a.navbar-brand {
    margin-left: 0px;
}

@media (min-width: 1160px) {
    a.navbar-brand {
        margin-left: 30px;
    }
}


.nav-item {
    border: none;                  
    border-bottom: 1px solid transparent;
    border-radius: 0;               
  }

   
  
.nav-link {
    color: #ffffff;
    font-weight: 500;
}

.nav-link:hover {
    color: #f2f2f2dd !important;
}

button.navbar-toggler {
    border: 1px solid #cacaca !important;
    margin-left: 12px;
}

.navbar-toggler-icon {
    filter: drop-shadow(1px 1px 0px #fff) !important;
}

.navbar-toggler:focus {
    box-shadow: 0px 0px 4px -2px rgb(255, 255, 255);
}


.navbar {
    background: transparent !important;
    backdrop-filter: none !important;
  }
  
  .fixed-top-custom {
    border: none !important;
    left: auto !important;
    right: auto !important;
 
    top: 0 !important;
    margin: 0 auto;
    border-radius: 0 !important;
  }
  
  .fixed-top-custom .container-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: none;

  }
  
  .fixed-top-custom2 {
    background: transparent !important;
  }
  

.btn-nav-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-nav-item {
    width: auto;
}

.btn-nav-link {
    color: #fff;
}
 

@media (max-width: 991px) {
    .btn-nav-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-items: flex-start;
    }

    .btn-nav-item {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

a {
  text-decoration: none !important;
}

.section-padding {
    padding: 40px 80px;
    margin-top: 24px;
}

.section-padding p {
    font-size: 17px;
    line-height: 30px;
    color: #041523;
    text-align: justify;
}

.d-section-title {
    position: relative;
}
.button-primary {
  background-color: var(--green);
  color: white;
}

.button-secondary {
  border: 1px solid var(--green);
  color: var(--green);
}

.button-secondary:hover {
  background-color: var(--green-dark);
  color: white;
}


.d-section-title h3 {
    padding-bottom: 15px;
    color: #3f3e3b;
}

.d-section-title img {
    position: absolute;
    top: -10px;
    width: 57px;
    right: -20px;
    opacity: 0.2;
}

.d-section-title-2th h3 {
    color: #ffffff;
}

.d-section-title-2th img {
    filter: invert(1);
}


.fontX19 {
    font-size: 19px !important;
}


.section-bg-text {
    width: 100%;
    height: 300px;
    position: relative;
}

.section-bg-text img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-bg-text-boxs {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    top: 0;
}

.section-bg-text-boxs a {
    width: 33.3333%;
    text-align: center;

    text-decoration: none;
    color: #fff;
}

.section-bg-text-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #535353c3;
    transition: all 300ms ease-in-out;

}

.section-bg-text-box:hover {
    background-color: #3c3c3cc3;
}

.section-bg-text-box-center {
    border-left: 1px solid #9f9f9f;
    border-right: 1px solid #9f9f9f;
}


.static-box-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.static-box {
    display: flex;
    justify-content: space-between;
    background-color: #ffffffba;
    margin: 10px;
    width: 300px;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 0 3px;
}

.static-box-left img {
    width: 40px;
}

.grid-sys-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    grid-template-areas:
        "b1 b2 b4 b4"
        "b1 b2 b4 b4"
        "b1 b2 b5 b6";
    max-height: 500px;
}

@media screen and (max-width: 767px) {
    .grid-sys-cards {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        grid-template-areas:
            "b1 b2"
            "b1 b2"
            "b1 b2"
            "b1 b2"
            "b4 b4"
            "b4 b4"
            "b5 b6"
            "b5 b6";
        max-height: 600px;
    }
}

.b1 {
    grid-area: b1;
}

.b2 {
    grid-area: b2;
}



.b4 {
    grid-area: b4;
}

.b5 {
    grid-area: b5;
}

.b6 {
    grid-area: b6;
}

.grid-sys-card {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;

}

.grid-sys-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 300ms ease-in-out;
}

.grid-sys-card h5 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    z-index: 1;
}

.grid-sys-card a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(155deg, #43434359 47% 15%, #43434375 49% 29%, #43434373 47%);
}

.grid-sys-card a:hover img {
    transform: scale(1.1);
}


.grid-sys-cards2 {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 10px 10px;
    grid-template-areas:
        "bb1 bb1 bb3 bb3 bb4 bb4"
        "bb1 bb1 bb3 bb3 bb4 bb4"
        "bb2 bb2 bb3 bb3 bb5 bb5"
        "bb2 bb2 bb3 bb3 bb5 bb5";
    max-height: 500px;
}

@media screen and (max-width: 767px) {
    .grid-sys-cards2 {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        grid-template-areas:
            "bb1 bb1"
            "bb2 bb2"
            "bb3 bb3"
            "bb4 bb5";
        max-height: 600px;
    }
}

.bb1 {
    grid-area: bb1;
}

.bb2 {
    grid-area: bb2;
}

.bb3 {
    grid-area: bb3;
}

.bb4 {
    grid-area: bb4;
}

.bb5 {
    grid-area: bb5;
}

.grid-sys-card2 {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;

}

.grid-sys-card2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 300ms ease-in-out;
}

.grid-sys-card2 h5 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    z-index: 1;
}

.grid-sys-card2 a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(155deg, #43434359 47% 15%, #43434375 49% 29%, #43434373 47%);
}

.grid-sys-card2 a:hover img {
    transform: scale(1.1);
}

.home-owl .row {}

.home-owl img {
    max-width: 550px;
    ;
    max-height: 500px;
}

.home-owl h5 {
    color: #3e3e3e;
    margin-top: 20px;
}

.home-owl h6 {
    line-height: 2;
    text-align: justify;

}

.news-owl-card {
    position: relative;
    padding: 20px;
    border-radius: 2px;
    background-color: #fbfbfb9e;
    border: 1px solid #ededed;
    min-height: 600px;
    max-height: 600px;
}

.news-owl-card img {
    max-height: 400px;
    min-height: 400px;
}

.news-owl-card-content {
    margin-top: 20px;
 
}

.news-owl-card-content h6 {
    line-height: 1.7;
}

.jobs-card-flex {
    margin-top: 20px;
    min-height: 277px;
    max-height: 277px;
}

.jobs-cards-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    top: 20px;
}

.jobs-cards-wrap .jobs-card {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 1px 9px -4px #000000;
    background-color: #000;

}

.jobs-cards-wrap .jobs-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(155deg, #434343b3 47% 15%, #434343b3 49% 29%, #434343ad 47%);
}


.jobs-cards-wrap .jobs-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.jobs-cards-wrap a:hover .jobs-card {
    transform: translateY(-10px);
    box-shadow: 0px 4px 9px -4px #000000;
}

.jobs-cards-wrap .jobs-card h5 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    z-index: 1;
}


.banner-sup {
     width: 100%;
    height: 300px;
    position: relative;
}

.banner-sup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: invert(1);

}

.banner-sup div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: #f5f5f5ab;
    padding-bottom: 70px;
}

.banner-sup h1 {
    color: #0e4c67;
}

.words {
    margin-top: 120px;
    padding: 20px;
    background-color: #fdfdfd;
    border: 1px solid #ededed;
}

.words h3,
.words h5 {
    color: #0e4c67;
}

.words-img {
    margin: 30px 0;
}

.words-img img {
    width: 62%;
    border-radius: 8%;
}



.words-lrt .words-img {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;

}

/* page about */

.about p {
    text-align: justify;
    line-height: 2;
    font-size: 20px;
    color: #3e3e3e;
}

.about h6 {
    text-align: justify;
    line-height: 2;
    font-size: 20px;
}

.values-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    padding: 20px;
    margin-top: 30px;
    text-align: center;
}

.values-div div {
    position: relative;
    background-color: #f9f9f9;
    padding: 20px;
    margin: 10px;
    flex-grow: 1;
    border-radius: 10px;
    border: 1px solid #ededed;

}

.values-div img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.values-div span {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px;
    background-color: #203a5a12;
    color: #203a5a;
    border-radius: 0 10px 0 10px;
}

.values-div h5 {
    color: #3e3e3e;
    margin-top: 20px;
}


.goals-div div {
    position: relative;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f6f6f6;
    border: 1px solid #ededed;
}

.goals-div div span {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: -20px;
    right: -25px;
    padding: 5px 8px;
    color: #203a5a;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 50%;
}

.goals-div div h6 {
    color: #3e3e3e;
}

.sup-title {
    text-align: center;
    color: #0e4c67;
    background-color: #f8f8f8;
    padding: 20px;
}

.info-cards-wrap {
    justify-content: space-between;
    gap: 30px;
}

.info-card {
    display: flex;
    margin-top: 30px;
    background-color: #fcfcfc;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ececec;
    min-width: 285px;
    flex: 1;
}

.info-card-icon {
    margin-left: 20px;
}

/* alumni-details */

.alumni-details {
    line-height: 1.7;
}

.alumni-details h4 {
    color: #0e4c67;
    margin: 20px 0;
}

.alumni-details ul {
    padding-right: 20px;
    text-align: justify;
}

.alumni-details ul li {
    font-size: 17px;
    list-style: circle;
}

.alumni-card {
    text-align: center;
    margin-top: 30px;

}

.alumni-card .alumni-card1 {
    background-color: #383860;
    padding: 20px;
}

.alumni-card .alumni-card2 {
    background-color: #20628f;
    padding: 20px;
}

.alumni-card a img {
    filter: drop-shadow(0px 2px 2px black);
    transition: all 300ms ease-in-out;
}

/*.alumni-card a img:hover {
    transform: scale(1.1);
}*/

/* contact  */
.contact-cards {
    justify-content: center;
}

.contact-card {
    margin-top: 40px;
    padding: 20px;
    background-color: #f5f5f556;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ededed;
    transition: all 300ms ease-in-out;
}

/*.contact-card:hover {
    background-color: #dfdfdfb5;
    cursor: pointer;
    transform: scale(1.1);
}
*/

.contact-card img {
   
    height: 75px;
}


.alumni-register-btn {
    display: inline-block;
    padding: 15px;
    background-color: #0e6745;
    border: 1px solid #ededed;
    border-radius: 10px;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    color: #f5f5f5;
    font-size: 17px;
    font-weight: 600;
    width: 200px;
    text-align: center;
}

.alumni-register-btn:hover {
    width: 250px;
    border-left: 4px solid #063c27;
    border-right: 4px solid #063c27;
    background-color: #138358;
    cursor: pointer;
}

.div-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 20px 0;
}

.div-flex a {
    text-decoration: none;
    color: #f5f5f5;
    font-size: 17px;
    font-weight: 600;
    padding: 15px;
    background-color: #0e4c67;
    border: 1px solid #ededed;
    border-radius: 10px;
    transition: all 300ms ease-in-out;

}

.div-flex a:hover {
    background-color: #20628f;
    cursor: pointer;
    transform: scale(1.1);
}

.students-name {
    background-color: #f0f0f0;
    padding: 10px;
}

/* graduate page */
.graduate-card {
    margin-top: 30px;
}

.graduate-card li {
    margin: 20px 0;
    position: relative;
    background-color: #f5f5f577;
    border-radius: 10px;
    border: 1px solid #ededed;
    padding: 30px;
}

.graduate-card li h5 {
    color: #353c3e;
    margin-bottom: 10px;
}

.graduate-card li span {
    font-size: 25px;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #20628f;
    color: #f5f5f5;
    padding: 4px 10px;
    border-radius: 50%;
}

.graduate-card-btn {
    display: inline-block;
    padding: 15px;
    background-color: #0f3a57;
    border: 1px solid #ededed;
    border-radius: 10px;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    color: #f5f5f5;
    font-size: 17px;
    font-weight: 600;
    width: 200px;
    text-align: center;
}

.graduate-card-btn:hover {
    width: 250px;
    border-left: 4px solid #0e3651;
    border-right: 4px solid #0e3651;
    background-color: #20628f;
    cursor: pointer;
}

.stats-grid {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
  }
  
  .stat {
    flex: 1 1 calc(25% - 1rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 28px !important;
    }
}

.stat__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #F3FCF6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
}
  
 
  .stat__icon img {
    width: 40px;
    height: 40px;
  }
  
 
  .stat__number {
    font-size: 48px;
    color: #14573a;
    margin: 0.25rem 0;
    font-weight:400;
    line-height:60px;
  }

.stat__label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1f2a37;
    margin: 0;
}




  .navbar-nav {
    white-space: nowrap;
  }
  
  .navbar-nav .nav-item {
    position: relative;
  }
  .navbar.fixed-top-custom {
    
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff !important;
    border-bottom: 1px solid #e0e0e0;
    z-index: 1000;
  }
  
   body {
    padding-top: 3px;
  }

.navbar.fixed-top-custom .nav-link,
.navbar.fixed-top-custom .navbar-brand img {
    color: #000 !important;
    filter: none !important;
    padding: 12px 20px;
    margin: 0 2px;
    gap: var(--spacing-xs);
    display: flex;
}


  
  .navbar.fixed-top-custom .navbar-toggler-icon {
    filter: none !important;
  }
  
  .btn-nav-item {
    margin-left: 14px;
  }
  
  .d-section-title {
    text-align: right;
    margin-bottom: 0.5rem;
  }
  .d-section-title p {
    color: #161616;
    margin: 1.25rem 0;
  }
  
  .graduates-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
  }
  
  .owl-nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #0069d9;
    color: #fff;
    border-radius: 50%;
    font-size: 1.25rem;
  }
  
  .owl-prev,
  .owl-next {
    position: static;
  }
  
  .graduates-carousel .owl-dots {
    text-align: center;
    margin-top: 1rem;
  }
  
  .graduates-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 6px;
    border-radius: 50%;
    background: #e9ecef;
  }
  
  .graduates-carousel .owl-dot.active span {
    background: #0069d9;
  }

.graduates-card {
    min-width: 17rem;
   
    position: relative;
    border-radius: 0.75rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
  
  .graduates-card .icon-container {
    position: absolute;
    top: 1rem;
    right: 1rem;
    left: auto;
    width: 48px;
    height: 48px;
    background:#f3fcf6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .graduates-card .bi-check-lg {
   color: #007a33 !important;
    font-size: 1.25rem;
  }
  
  .graduates-card .card-body {
    padding-top: 5rem; 
    text-align: right;
  }
  
  .graduates-card .card-text {
    margin-bottom: 1rem;
    color:var(--text-gray);
  }
  
  .owl-theme .owl-nav button.owl-prev,
  .owl-theme .owl-nav button.owl-next {
    background-color: var(--owl-nav-bg) !important;
  color: #fff !important;
  border: none !important;
    border-radius: 50% !important;
    width: 48px !important;
    height: 48px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
  }

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e9ecef;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--owl-dot-bg) !important;
}
.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav button.owl-next:hover {
    background-color: var(--owl-nav-hover-bg) !important;
}

.owl-theme .owl-nav button.owl-prev:focus,
.owl-theme .owl-nav button.owl-next:focus {
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--owl-dot-bg) !important;
  
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--owl-dot-active-bg) !important;

}

.graduates-carousel.owl-theme .owl-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;  
    padding: 0 1rem;  
  }
  
  .graduates-carousel.owl-theme .owl-nav,
  .graduates-carousel.owl-theme .owl-dots {
    margin: 0;
  }
  
  .graduates-carousel.owl-theme .owl-nav {
    order: 1;
  }
  
  .graduates-carousel.owl-theme .owl-dots {
    order: 2;
    justify-content: flex-end;
  }
  
  .graduates-carousel.owl-theme {
    overflow: hidden;
  }
  .graduates-carousel.owl-theme .owl-nav {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 2px;
    margin-top: 1rem;
    float: left;
    width: auto !important;
  }
    .graduates-carousel.owl-theme .owl-dots {
        display: flex !important;
        justify-content: flex-start;
        gap: 0px;
        margin-top: 1.3rem;
        width: auto !important;
    }
  
  .d-section-title h3 {
    margin-bottom: 0;
  }
.news-card {
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.card-img-top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    object-fit: cover;
    height: 180px;
    padding: 14px;
}
  .news-card .card-body {
    padding: 1.5rem;
    text-align: right;
    color:var(--text-gray);
  }
  .news-card .card-title {
    margin-bottom: 0.75rem;
    line-height: 1.6;
  }
  .news-card .card-text {
    flex-grow: 1;
    margin-bottom: 1rem;
    color:var(--text-gray);
    line-height:1.8;
  }
  .news-card {
    transition: outline 0.3s, border-radius 0.3s;
  }
  .text-justify {
    color:var(--text-gray) !important;
  }
  

  .achievements-carousel.owl-theme .owl-nav {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 1rem;
  }
  .achievements-carousel.owl-theme .owl-dots {
    display: flex !important;
    justify-content: flex-end !important;
  }
  
  .footer {
    background: var(--green-darker);
  }

  .footer-date {
    background: #ffffff;
    color: #6c757d !important;
  }
  .footer h6 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 600;
  }
  .footer-link {
    color: #ffffff;
    text-decoration: none;
  }
  .footer-link:hover {
    color: #3399ff;
  }
  .social-icon,
  .access-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.2rem;
    text-decoration: none;
  }
  .social-icon:hover,
  .access-icon:hover {
    background: rgba(0,191,255,0.2);
  }
  .footer-bottom {
    background: var(--green-darker);
  }
  .footer .row .col-md-3 h6 {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }
 
 
.btn-primary {
    --bs-btn-bg: var(--green-base);
    --bs-btn-border-color: var(--green-base);
    --bs-btn-hover-bg: var(--green-dark);
    --bs-btn-hover-border-color: var(--green-dark);
    --bs-btn-active-bg: #145e3f;
    --bs-btn-active-border-color: #145e3f;
    --bs-btn-focus-shadow-rgb: 27,131,84;  
}

.btn-success {
    --bs-btn-bg: var(--green-base);
    --bs-btn-border-color: var(--green-base);
    --bs-btn-hover-bg: var(--green-dark);
    --bs-btn-hover-border-color: var(--green-dark);
    --bs-btn-active-bg: #145e3f;
    --bs-btn-active-border-color: #145e3f;
    --bs-btn-focus-shadow-rgb: 27,131,84;
}

.btn-success {
    background-color: var( --green-base) !important;
    border-color: var(--border-green) !important;
}
  .btn-success:hover,
  .btn-success:focus {
    background-color: var(--green-dark) !important;
    border-color:   var(--border-green) !important;
  }

.title-bg-img {
    position: relative;
    overflow: hidden;
    max-height: 491px;
}

    .title-bg-img video {
        width: 100%;
        max-height: 491px;
        object-fit: cover;
    }
  
  .title-bg-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  
  .video-hero {
    position: absolute;
    top: 228px;
    right: 10%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 640px;
    color: #fff;
    z-index: 2;
  }
  
  
  .video-hero h1 {
    font-size: clamp(38px, 5vw, 60px);
    font-weight: 700;
    margin-bottom: 0.5em;
  }
  
  .video-hero p {
    font-size: clamp(16px, 2.5vw, 20px);
    line-height: 1.6;
    margin-bottom: 1em;
  }
  
  .video-hero .btn-light {
    background-color: #ffffff;
    color: #002147;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 0.375rem;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }
  
  .video-hero .btn-light:hover {
    background-color: #f0f0f0;
  }
  
  .bi-check-lg::before {
    content: "\f633";
   color:var(--green) !important;
}

.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
  background-color: var(--owl-nav-bg) !important;
  color: #fff !important;
}

.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav button.owl-next:hover {
  background-color: var(--owl-nav-hover-bg) !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: #e8e8e8 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: var(--owl-dot-active-bg);
}

.card-img-top {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center top;
  }
  
  .navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  color:#041523;
}

 .navbar-nav .nav-link {
  -webkit-tap-highlight-color: transparent;
}

.feedback-banner, 
.feedback-banner * {
  font-size: 14px !important;
}
.feedback-banner {
    direction: rtl ;
    margin-top: 2rem;
}

.footer-date {
    font-size: 14px !important;
}
.feedback-banner * {
  font-size: 14px!important;
}
.feedback-btn.active {
  box-shadow: none!important;
}
.form-check .form-check-input {
  float: right;
  margin-left: 1.1em;
}
#navbar {
    border-bottom: 1px solid #e8e8e8 !important;
    max-height: 72px !important;
}

.me-2 {
  margin-left: .5rem !important;
}
.breadcrumb {
  direction: rtl;
  background: transparent;
  padding: 0;
  margin: 3rem 0 1rem;
}
.mb-2 {
    margin-bottom: 1rem !important;
}
.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item.active {
  color: #b9dfc5 !important;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  margin: 0 0.3rem;
  color: #b9dfc5;
  float: right;
  padding-right: var(--bs-breadcrumb-item-padding-x);
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 1000;
  }
  .navbar-nav {
    width: 100% !important;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse .btn-nav-wrap {
    margin-inline-start: auto;  
    justify-content: flex-end; 
    width: 100%;
  }
}

.bi-person-fill::before{
  color:#000;
}
.text-success {
  --bs-text-opacity: 1;
  color:var(--green) !important;
}
.text-left{
  text-align: left !important;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0px;
  border-top-left-radius: 4px;
 border-bottom-left-radius: 4px; 
}


.bi-linkedin:before{
color:#000 !important;
}
/* steps */
.steps-container {
  position: relative;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.steps::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 0;
  right: 15px;
  width: 2px;
  background-color: #dee2e6;
}

.step {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-right: 40px;
}

.circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #dee2e6;
  background-color: #fff;
  text-align: center;
  line-height: 26px;
  font-weight: bold;
  color: #6c757d;
  position: absolute;
  right: 0;
  z-index: 1;
}

.step.active .circle {
  border-color: #198754;
  color: #198754;
}

.step.completed .circle {
  background-color: #198754;
  color: #fff;
  border-color: #198754;
}

.step-title {
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 40px;
}
.tag {
    font-size: .8125rem;
    padding: .35rem .7rem;
    border-radius: 50rem;
    line-height: 1;
}
#services .btn-outline-secondary {
    color: #1F2A37;
    background-color: transparent;
    border-color: #D2D6DB;
    border-width: 1px;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

    #services .btn-outline-secondary:hover {
        background-color: #F3F4F6;
        border-color: #D2D6DB;
        color: #111827;
    }

    #services .btn-outline-secondary:focus-visible {
        outline: 0;
        box-shadow: 0 0 0 3px rgba(31,42,55,.08);
    }

    #services .btn-outline-secondary:active {
        background-color: #E5E7EB;
        border-color: #C7CBD1;
        color: #111827;
    }

    #services .btn-outline-secondary:disabled {
        background-color: transparent;
        border-color: #E5E7EB;
        color: #9AA0A6;
        opacity: 1;
    }

.step-desc {
  font-size: 0.875rem;
  color: #6c757d;
  margin-right: 40px;
}

.tab-content > div {
  display: none;
}

.tab-content > .active {
  display: block;
}
/* .btn-outline-success:hover {
  color: #e5e7eb !important;
  color: var(--blue) !important;
  border-color: var(--blue) !important;
}
.btn-outline-success {
  background-color: #ffffff !important; 
  color: var(--blue) !important;
  border-color: var(--blue) !important;
} */


.tabs-nav .nav-link {
  color: #6c757d;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-weight: 500;
  padding-bottom: 6px;
  transition: all 0.2s;
}

.tabs-nav .nav-link:hover {
   
  border-bottom: 3px solid var(--green);
  background-color: #f9f9f9;
  color:#7a7a7a !important;
}

.tabs-nav .nav-link.active {

  font-weight: 700;
  background-color: #f1f1f1;
  border-bottom: 3px solid var(--green);
  color:#7a7a7a;
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
  font-size: 16px;
}
.custom-badge {
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 6px;
  font-weight: 500;
  border: 1px solid transparent;
}

.custom-badge.gray {
  color: #000;
  background-color: #f8f9fa;
  border-color: #dee2e6;
}

.custom-badge.green {
  color: #1e5631;
  background-color: #d8f3dc;
  border-color: #b7e4c7;
}

.custom-badge.blue {
  color: #0d6efd;
  background-color: #e0f0ff;
  border-color: #b6dfff;
}

.feedback-box {
  border-radius: 16px;
  background-color: #fff;
}

.check-icon {
  background-color: var(--blue-green);
  color: var(--green);
  border-radius: 50%;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.accordion {
  --bs-accordion-bg:transparent !important;

}
.section-green {
  background-color: #1b8354;
  padding: 60px 0;
}

.breadcrumb-custom {
  justify-content: start;
}

.breadcrumb-link {
  color: #b9dfc5;
  text-decoration: none;
}

.section-heading {
  color: white;
  font-size: clamp(28px, 5vw, 40px);
  font-weight: bold;
  text-align: right;
  margin: 0;
}
.digital-stamp-card {
  padding: 8px 32px;
  background: #F3F4F6;
}

  .digital-stamp-card .digital-stamp-header {
    display: flex;
    align-items: center;
    gap: 10px;
  }

    .digital-stamp-card .digital-stamp-header h6 {
      margin: 0px;
      color: #161616;
      font-size: 14px;
    }

    .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
      cursor: pointer;
    }

      .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card span {
        color: #1B8354;
        font-size: 14px;
      }

      .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card svg,
      .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card img {
        transition: 0.3s;
      }

    .digital-stamp-card .digital-stamp-header.open .btn-digital-stamp-card svg,
    .digital-stamp-card .digital-stamp-header.open .btn-digital-stamp-card img {
      transform: rotate(180deg);
    }

    .btn-digital-stamp-card img {
      margin-right: 4px;
      margin-left: 4px;
    }

  .digital-stamp-card .digital-stamp-body {
    padding-top: 40px;
    padding-bottom: 32px;
    display: none;
  }

    .digital-stamp-card .digital-stamp-body .digital-stamp-container {
      margin-bottom: 32px;
      display: flex;
      gap: 32px;
    }

      .digital-stamp-card .digital-stamp-body .digital-stamp-container .box {
        display: flex;
        align-items: flex-start;
        gap: 18px;
      }

        .digital-stamp-card .digital-stamp-body .digital-stamp-container .box .img-border-rounded {
          padding: 14px 16px;
          display: flex;
          align-items: center;
          justify-content: center;
          border: 1px solid #067647;
          border-radius: 100%;
        }

        .digital-stamp-card .digital-stamp-body .digital-stamp-container .box h6 {
          margin-top: 0px;
          margin-bottom: 12px;
          color: #161616;
          font-size: 18px;
        }

        .digital-stamp-card .digital-stamp-body .digital-stamp-container .box .green-text {
          color: #1B8354;
        }

        .digital-stamp-card .digital-stamp-body .digital-stamp-container .box p {
          margin: 0px;
          color: #384250;
          font-size: 16px;
        }

    .digital-stamp-card .digital-stamp-body .stamp-link-box {
      padding: 8px 28px;
      display: flex;
      align-items: center;
      gap: 12px;
      border-radius: 8px;
      background: #FFF;
    }

      .digital-stamp-card .digital-stamp-body .stamp-link-box p {
        margin: 0px;
        color: #161616;
        font-size: 16px;
      }

      .digital-stamp-card .digital-stamp-body .stamp-link-box a {
        color: #1B8354;
        font-size: 16px;
        text-decoration: underline;
      }

.stamp-ar {
  direction: rtl;
}

.stamp-en {
  direction: ltr;
}

@media (max-width: 768px) {
  .digital-stamp-card {
    padding: 8px 16px;
  }

    .digital-stamp-card .digital-stamp-header {
      flex-wrap: wrap;
    }

      .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
        flex: 100%;
        margin-right: 33px;
      }

    .digital-stamp-card .digital-stamp-body .digital-stamp-container {
      flex-direction: column;
    }

  [dir="ltr"] .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
    margin-right: 0px;
    margin-left: 33px;
  }
} 
  .service-box {
    transition: 0.3s ease-in-out;
  }

/*  .service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
  }
*/
.custom-tabs .nav-link {
    background-color: #f8f9fa;
    color: #2c3e50;
    border: none;
    border-radius: 0.75rem;
    padding: 8px 20px;
    margin-inline-start: 0.5rem;
    transition: 0.3s ease;
  }

  .custom-tabs .nav-link.active {
    background-color: #000;
    color: #fff;  
  }

  .custom-tabs .nav-link:hover {
    opacity: 0.9;
  }

  .bg-light {
    --bs-bg-opacity: 1;
    background-color: #fff !important;
}
.logo-img {
  width: 220px !important;
}

.section-header {
  background: linear-gradient(to bottom, #19784f, #155f3e);
  min-height: 270px;
}

.header-shape {
  height: 35px;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.main-content-wrapper {
  margin-top: -80px;
}

.badge-position {
  top: 16px;
  right: 16px;
}

.icon-position {
  top: 16px;
  left: 16px;
}

.icon-circle {
  width: 36px;
  height: 36px;
}

.icon-circle-lg {
  width: 40px;
  height: 40px;
}

.icon-size {
  font-size: 16px;
}

.card-title-small {
  font-size: 16px;
}

.card-text-small {
  font-size: 14px;
}

.btn-text-small {
  font-size: 14px;
}

.nav-icon-margin {
  margin-left: 6px;
}

.footer-date {
  margin-left: 18px;
}

.footer-bg {
  background-color: var(--green-darker);
}
.section-header {
  background: linear-gradient(to bottom, #19784f, #155f3e);
  min-height: 300px;
}

.header-shape {
  height: 35px;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.btn-send {
  background-color: #1b8354;  
  color: #fff;
  border: none;
  border-radius: 0.5rem;  
  padding: 0.5rem 1.5rem;  
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s;
}

.btn-send:hover {
  background-color: #155f3e;
}
    .profile-header-info { flex: 1; }
    .detail-label { color: #6c757d; }
    .detail-value { font-weight: 500; }

    .profile-extra span { display: block; margin-top: 0.25rem; }
    .me-1 {
    margin-left: 0.25rem !important;
}

.profile-header-card {
  background: linear-gradient(to bottom, #19784f, #155f3e) !important;
}

.profile-header-card .bi-person-fill {
  font-size: 2.5rem;
  color: #fff;
}
.me-3 {
    margin-left: 1rem !important;
}

.btn-primary, .webform-submission-form .webform-button--submit {
    align-items: center;
    background-color: #1b8354;
    border: 0 solid #1b8354;
    border-radius: .25rem;
    color: #fff;
    cursor: pointer;
    display: flex
;
    font-weight: 500;
    gap: 4px;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: center;
    outline: none;
    outline: unset;
    position: relative;
    text-decoration: none;
    transition: .4s;
    width: -moz-fit-content;
    width: fit-content;
}
.btn-md, .webform-submission-form .webform-button--submit {
    font-size: .875rem;
    line-height: .875rem;
    padding: 8px .375rem 11px;
}
.btn-transparent-white {
    align-items: center;
    background-color: #fff;
    border: 0 solid #fff;
    border-radius: .25rem;
    color: #161616;
    cursor: pointer;
    display: flex
;
    font-weight: 500;
    gap: 4px;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: center;
    outline: none;
    outline: unset;
    position: relative;
    text-decoration: none;
    transition: .4s;
    width: -moz-fit-content;
    width: fit-content;
}
a {
    color: #1b8354;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    outline: 2px solid transparent;
    text-decoration: none;
    transition: color .2s;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;


}
i {
    font-size:16px;
}
p {
    font-size:14px;
}
hr {
    color: #cdcdcd !important;
}
.profile-wrapper {
    padding: .5rem .5rem;
}

.profile-card {
    display: flex;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: .5rem;
    overflow: hidden;
    --condition-color: #28a745;
}

.status-bar {
    width: 1rem;
    background-color: var(--condition-color);
}

.profile-info {
    flex: 1;
    padding: 2rem 1rem 1rem;
    background-color: #fff;
    background-image: url('@(basePath)logos/main-logo.svg');
    background-repeat: no-repeat;
    background-position: right 6px top 6px;
    background-size: 60px auto;
    text-align: center;
}


.avatar-img {
    display: block;
    margin: 0 auto 1rem;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-info h5 {
    margin-bottom: 1rem;
    font-weight: 600;
}

.info-line {
    display: flex;
    justify-content: center;
    gap: .5rem;
    padding: .25rem 0;
}

    .info-line:last-child {
        border-bottom: none;
    }

    .info-line span:first-child {
        color: #6c757d;
        font-weight: 500;
    }

    .info-line span:last-child {
        color: #343a40;
        font-weight: 600;
    }

.qr-box {
    text-align: center;
    margin-top: 1.5rem;
}

    .qr-box img {
        width: 120px;
        height: 120px;
        object-fit: contain;
        border: 1px solid #dee2e6;
        border-radius: .25rem;
    }

.profile-footer {
    text-align: center;
    font-size: .85rem;
    color: #666;
    margin-top: 1rem;
}
.full-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-nav .nav-item .nav-link {
    position: relative;
    border-radius: 4px;
 
}

    .navbar-nav .nav-item .nav-link:hover {
        background-color: #f2f3f4 !important;
    }



    .navbar-nav .nav-item .nav-link:hover::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50px;
        background: #A4AAB3; 
        height: 6px;
        width: 80%;
        z-index: 2;
        display: block;
    }

    .navbar-nav .nav-item .nav-link.active::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50px;
        background: var(--green);
        height: 6px;
        width: 80%;
        z-index: 2;
        display: block;
    }



.btn {
    font-size: 16px;
    height: 40px;
    line-height: 16px;

    appearance: none;
    border-radius:  4px;
    cursor: pointer;
    border: 0px;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    box-sizing: border-box;
    overflow: hidden;

}


.btn--secondary-outline {
    outline: 1px solid var(--border-neutral-secondary);
    background-color: transparent;
    color: var(--text-default);
    mix-blend-mode: multiply;
}
.notification-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-right: 4px solid var(--green) !important;
    border-radius: .5rem;
    padding: 1rem;
    position: relative;
    margin-bottom: 1rem;
}

   

    .notification-card .btn-close {
        position: absolute;
        top: .75rem;
        left: .75rem;
    }

.notifications-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

    .notifications-header h5 {
        margin: 0;
        font-weight: 600;
    }

    .notifications-header a {
        font-size: .9rem;
        color: var(--green) !important;
        text-decoration: none;
    }

.notification-actions {
    margin-top: .75rem;
}

    .notification-actions .btn-light {
        padding: 1px 6px;
        font-size: 14px;
    }

.notification-date {
    font-size: 12px;
    font-weight: 400;
    color: #878484;
}

.title-border-right {
    border-right: 4px solid var(--green) !important;
    padding-right: .75rem;
    margin-right: 1rem;
}

    .container-cookie-banner.is-active {
        display: block
    }
.container-cookie-banner button {
    display: block;
    width: 100% !important;
    margin-bottom: 0.75rem;
}

    .container-cookie-banner button.accept {
        background-color: var( --green-base) !important;
        border-color: var( --green-base) !important;
        color: #fff !important;
    }

    .container-cookie-banner button.reject {
        background-color: #fff !important;
        border: 1px solid #d2d6db !important;
        color: #161616 !important;
    }

    .container-cookie-banner button.manage {
        background-color: #fff !important;
        border: none !important;
        color: #161616 !important;
    }

.btn-neutral-outline {
    align-items: center;
    border: 1px solid #d2d6db;
    border-radius: .25rem;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    gap: 4px;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: center;
    outline: none;
    outline: unset;
    position: relative;
    transition: .4s;
    width: -moz-fit-content;
    width: fit-content;
}

.container-cookie-banner {
    border-top: 1px solid #cdcdcd;
    background: #fff;
    bottom: 0;
    height: 328px;
    position: fixed;
    left: 0;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2rem;
    right: 0;
    transform: translateY(0);
    transition: opacity .3s ease, transform .3s ease;
    width: 100%;
    z-index: 9999;
}

.mt-4 {
    margin-top: 1.5rem !important;
}
.footer-divider {
    border-bottom: 1px solid #fff;
    width: 100%;
    margin: 0 auto 18px auto;
}
h3 {
    position: relative;
    padding-right: 12px; 
    display: inline-block;
}

    h3::before {
        content: '';
        position: absolute;
        right: 0;
        top: 36%;
        transform: translateY(-50%);
        width: 4px;
        height: 60%;
        background-color: var( --green-base) ;
    }
@media (max-width: 1199.98px) {
    .navbar-collapse {
        direction: rtl;
    }

        .navbar-collapse .navbar-nav {
            width: 100%;
        }

        .navbar-collapse .nav-item {
            width: 100%;
            border-bottom: 1px solid #e9ecef;
        }

            .navbar-collapse .nav-item:last-child {
                border-bottom: 0;
            }

        .navbar-collapse .nav-link {
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
            align-items: center;
            text-align: right;
            width: 100%;
            padding-inline: 1rem;
        }

            .navbar-collapse .nav-link > i,
            .navbar-collapse .nav-link > svg {
                margin-left: .5rem;
                margin-right: 0;
            }

        .navbar-collapse .dropdown-toggle::after {
            margin-right: .5rem;
            margin-left: 0;
        }

        .navbar-collapse .dropdown-menu {
            right: 0;
            left: auto;
            text-align: right;
            direction: rtl;
        }

        .navbar-collapse .dropdown-item {
            text-align: right;
        }
}
.navbar-nav .nav-item .nav-link.active {
    background-color: var(--green-very-light);
}
    .small-date {
    margin-left: 7rem;
}
@media (max-width:991.98px) {
    .small-date {
        margin-left: 0;
    }

    .navbar-nav .nav-item .nav-link.active::after {
        content: "";
        display: none;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        width: 86vw;
        max-width: 420px;
        height: 100dvh;
        background: #fff;
        z-index: 1050;
        transform: translateX(100%);
        transition: transform .25s ease;
        box-shadow: -22px 0 40px rgba(0,0,0,.18);
        overflow-y: auto;
        padding: 12px 0;
        direction: rtl
    }

        .navbar-collapse.show {
            transform: translateX(0)
        }

    .navbar .navbar-toggler {
        border: 1px solid #d1d5db;
        background: #fff
    }

        .navbar .navbar-toggler:focus {
            box-shadow: 0 0 0 .2rem rgba(27,131,84,.25)
        }



    .navbar-nav {
        padding: 0 12px
    }

        .navbar-nav .nav-item {
            border: 0 !important
        }
        .navbar-nav .nav-item .nav-link.active:active
          {
            display: flex;
            align-items:flex-start;
            justify-content: right;
            width: 100%;
            padding: 14px 16px;
            margin: 0;
            background: transparent;
            color: #111;
            text-align: right;
            border-right: 6px solid var(--green);
            border-bottom: 0 !important
        }

            .navbar-nav .nav-link .bi {
                margin-left: .4rem
            }

        .navbar-nav .nav-item .nav-link.active {
            background-color: var(--green-very-light);
            color: #111;
            border-radius: 6px;
            border-right: 6px solid var(--green);
        }

            .navbar-nav .nav-link:hover {
                background: #f6f7f8
            }

    .dropdown-menu {
        border: 0;
        box-shadow: none;
        background: transparent
    }

    .dropdown-toggle::after {
        display: none
    }

    .navbar-collapse {
        padding-top: 48px;
    }

        .navbar-collapse .menu-dismiss {
            position: absolute;
            left: 12px;
            top: 12px;
            width: 28px;
            height: 28px;
            padding: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: transparent;
            border: 0;
            color: #111;
            z-index: 2;
        }

            .navbar-collapse .menu-dismiss .bi {
                font-size: 20px;
                line-height: 1;
            }

  

    .navbar.fixed-top-custom .nav-link, .navbar.fixed-top-custom .navbar-brand img {
        flex-direction: row;
        justify-content: start;
    }
    .navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link.active:hover, .navbar-nav .nav-item .nav-link.active:focus, .navbar-nav .nav-item .nav-link.active:active, .navbar-nav .nav-item .nav-link:focus-within {
        border-bottom: 0px !important;
    }


    .navbar-collapse.show {
        box-shadow: -22px 0 40px rgba(0,0,0,.18);
        border: 0 !important;
    }
    h3::before {
        content: '';
        position: absolute;
        right: 0;
        top: 48%;
        transform: translateY(-50%);
        width: 4px;
        height: 100%;
        background-color: var( --green-base) ;
    }
}

@media (max-width: 991.98px) {
    .menu-dismiss {
        position: absolute;
        top: 10px;
        left: 14px;
        z-index: 1100;
        width: 32px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: 0;
        padding: 0;
    }

        .menu-dismiss:focus,
        .menu-dismiss:hover {
            outline: none;
            box-shadow: none;
            border: 0;
        }
}
@media (min-width: 992px) {
    .menu-dismiss {
        display: none !important;
    }
}

@media (max-width: 991.98px) {

    .navbar-collapse .nav-item,
    .navbar-nav .nav-item,
    .navbar-nav .nav-item .nav-link {
        border-bottom: 0 !important;
    }


        .navbar-nav .nav-item .nav-link::after,
        .navbar-nav .nav-item .nav-link:hover::after,
        .navbar-nav .nav-item .nav-link:focus::after,
        .navbar-nav .nav-item .nav-link:active::after {
            content: none !important;
            display: none !important;
        }

    
        .navbar-nav .nav-item .nav-link:focus,
        .navbar-nav .nav-item .nav-link:active,
        .navbar-nav .nav-item .nav-link:focus-visible {
            outline: 0 !important;
            box-shadow: none !important;
            text-decoration: none !important;
            border-bottom: 0 !important;
        }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        width: 86vw;
        max-width: 420px;
        height: 100dvh;
        background: #fff;
        z-index: 1051; 
        transform: translateX(100%);
        transition: transform .25s ease;
        overflow-y: auto;
        padding: 12px 0;
        direction: rtl;
    }

  
    .mobile-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.45);
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s ease;
        z-index: 1040; 
    }

        .mobile-backdrop.show {
            opacity: 1;
            visibility: visible;
        }


    .navbar.fixed-top-custom {
        z-index: 1060;
    }
  
    @media (max-width:991.98px) {
        .navbar-collapse {
            z-index: 1070;
        }
     
    }

}

.fixed-top-custom .container-fluid {
    padding-inline-end: 30px;
}
 
@media (min-width: 992px) {
    .fixed-top-custom .container-fluid {
        padding-inline-end: 50px;
    }
}

@media (min-width: 992px) {
    .navbar.fixed-top-custom .navbar-nav .nav-item .nav-link.active {
        background-color: var(--green-base, var(--green));
        color: #fff !important;
        border-radius: 8px;
    }


        .navbar.fixed-top-custom .navbar-nav .nav-item .nav-link.active i,
        .navbar.fixed-top-custom .navbar-nav .nav-item .nav-link.active .bi,
        .navbar.fixed-top-custom .navbar-nav .nav-item .nav-link.active svg
        {
            color: #fff !important;
            fill: #fff;
        }
}
@media (min-width: 992px) {

    .navbar.fixed-top-custom .navbar-nav .nav-item .nav-link.active {
        transition: background-color .2s ease;
    }

   
        .navbar.fixed-top-custom .navbar-nav .nav-item .nav-link.active:hover {
            background-color: var(--green-dark);
            color: #fff;
        }

      
            .navbar.fixed-top-custom .navbar-nav .nav-item .nav-link.active:hover::after {
                background: rgba(0, 122, 51, 0.22); 
            }
}

.navbar.fixed-top-custom .navbar-nav .nav-item .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
    height: 7px;
    border-radius: 50px;
    background: var(--green-very-light);
    display: block;
    z-index: 2;
}

.navbar.fixed-top-custom .navbar-nav .nav-item .nav-link:not(.active):hover {
    background-color: var(--green-very-light);
    color: #000 !important;
    width: 94%;
}

    .navbar.fixed-top-custom .navbar-nav .nav-item .nav-link:not(.active):hover::after {
        display: block;
        background: #A4AAB3;
    }


@media (min-width: 992px) {



        .navbar.fixed-top-custom .navbar-nav .nav-item .nav-link.active:hover {
            background-color: var(--green-dark) !important;
            color: #fff !important;
            opacity: 1;
        }

     
    

        .navbar.fixed-top-custom .navbar-nav .nav-item .nav-link.active:hover::after {
            background: rgba(255,255,255,.6);
        }
}
:root {
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --radius-sm: 4px;
    --radius-lg: 16px;
    --text-display: #1F2A37;
    --border-neutral-primary: #D2D6DB;
    --border-neutral-secondary: #E5E7EB;
    --success-600: #067647;
    --success-50: #ECFDF3;
    --tag-text-success: #085D3A;
    --tag-border-success-light: #ABEFC6;
    --tag-background-success-light: #ECFDF3;
    --tag-text-info: #1849A9;
    --tag-border-info-light: #B2DDFF;
    --tag-background-info-light: #EFF8FF;
    --tag-text-neutral: #1F2A37;
    --tag-background-neutral-light: #F9FAFB;
}

.dga-card {
    padding: var(--spacing-md);
    border: 1px solid var(--border-neutral-primary);
    border-radius: var(--radius-lg);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.dga-card-icon {
    margin-bottom: var(--spacing-lg)
}

.dga-icon-circle {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--success-50);
    color: var(--success-600);
    font-size: 18px;
}

.dga-card-title {
    color: var(--text-display);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 8px 0;
}
.card h3::before {
    content: none;
    padding-right: 0px !important;
}

.dga-card .dga-card-title::before {
    content: none;
    padding-right: 0px !important;
}

    .dga-card-text {
        color: var(--text-display);
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 var(--spacing-lg) 0;
    }

.dga-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: var(--spacing-lg);
}

.dga-tag {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 0 var(--spacing-sm);
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-neutral-secondary);
    background: var(--tag-background-neutral-light);
    color: var(--tag-text-neutral);
}

.dga-tag-success {
    color: var(--tag-text-success);
    border-color: var(--tag-border-success-light);
    background: var(--tag-background-success-light);
}

.dga-tag-info {
    color: var(--tag-text-info);
    border-color: var(--tag-border-info-light);
    background: var(--tag-background-info-light);
}

.dga-tag-neutral {
    color: var(--tag-text-neutral);
    border-color: var(--border-neutral-secondary);
    background: var(--tag-background-neutral-light);
}

.dga-card-actions {
    display: flex;
    gap: 16px;
   
}

.dga-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    transition: .2s ease-in-out;
    cursor: pointer;
}

.dga-btn-primary {
    background: var(--success-600);
    border: 1px solid var(--success-600);
    color: #fff;
}

    .dga-btn-primary:hover {
        filter: brightness(.95)
    }

.dga-btn-secondary {
    background: #fff;
    border: 1px solid var(--border-neutral-primary);
    color: var(--text-display);
}

    .dga-btn-secondary:hover {
        background: #F9FAFB
    }

#services .dga-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border: 1px solid #D2D6DB;
    border-radius: 4px;
    color: #1F2A37;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

    #services .dga-link-btn:hover {
        background: #F3F4F6;
        border-color: #D2D6DB;
        color: #111827;
    }

    #services .dga-link-btn:focus-visible {
        outline: 0;
        box-shadow: 0 0 0 3px rgba(31,42,55,.08);
    }

#services .section-lead {
    max-width: 880px;
    margin: 0 auto;
    font-size: 14px;
}

#services .owl-stage-outer {
    overflow: visible;
}
 
.news-card {
    border: 1px solid var(--border-neutral-primary,#D2D6DB);
    border-radius: 16px;
    padding: 16px;
    box-shadow: none;  
}

 
    .news-card .card-img-top {
        height: 220px;
        width: 100%;
        object-fit: cover;
        border-radius: 12px;
        padding: 0;
        margin: 0;
    }

 
.card--with-shadow {
    box-shadow: rgba(16,24,40,.1) 0 4px 8px -2px, rgba(16,24,40,.06) 0 2px 4px -2px;
}

     
    .card--with-shadow:hover {
        box-shadow: rgba(16,24,40,.14) 0 12px 24px -4px, rgba(16,24,40,.08) 0 6px 12px -6px;
        transform: translateY(-2px);
        transition: box-shadow .2s, transform .2s;
    }

:root {
    --dga-border: #D0D5DD;
    --dga-border-hover: #98A2B3;
    --dga-text: #101828;
    --dga-focus: #111827;
    --dga-radius: 6px;
    --dga-pad: 12px; 
}

.dga-label {
    display: block;
    margin: 0 0 6px;
    font-weight: 600;
    color: var(--dga-text);
}

    .dga-label .req {
        color: #DC2626
    }

.dga-field {
    position: relative;
}

.dga-input {
    width: 100%;
    padding: calc(var(--dga-pad) - 2px) var(--dga-pad);
    font-size: 14px;
    line-height: 1.6;
    color: var(--dga-text);
    background: #fff;
    border: 1px solid var(--dga-border);
    border-radius: var(--dga-radius);
    outline: 0;
    transition: border-color .18s ease, box-shadow .18s ease;
}

    .dga-input:hover {
        border-color: var(--dga-border-hover);
    }

.dga-field::after {
    content: "";
    position: absolute;
    inset-inline: var(--dga-pad); 
    bottom: -1px; 
    height: 2px;
    background: var(--dga-focus);
    border-radius: 1px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .25s ease;
    pointer-events: none;
}

.dga-field:focus-within::after {
    transform: scaleX(1);
}

.dga-field:focus-within .dga-input {
    border-color: #A3A3A3;
}


.dga-input[aria-invalid="true"],
.dga-input:invalid {
    border-color: #DC2626;
}

.dga-field.with-icon .dga-input {
    padding-inline-start: 2.25rem; 
}

.dga-icon {
    position: absolute;
    inset-inline-start: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: #9CA3AF;
    pointer-events: none;
}


[dir="rtl"] .dga-field.with-icon .dga-input {
    padding-inline-end: 2.25rem;
    padding-inline-start: var(--dga-pad);
}

[dir="rtl"] .dga-icon {
    inset-inline-end: 10px;
    inset-inline-start: auto;
}

.footer-date, .feedback-banner {
    display: none;
}

.no-wrap {
    white-space: nowrap;
}

.required::after {
    content: " *";
    color: #D92D20;
    font-weight: 700;
}

.form-hint {
    font-size: .875rem;
    color: #6c757d;
}

.is-hidden {
    display: none !important;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.upload-box input[type=file] {
    display: none;
}

.upload-box .file-name {
    font-size: .9rem;
    color: #6c757d;
    margin-inline-start: .5rem;
}

.section-divider {
    border-top: 1px dashed #dee2e6;
    margin: 1rem 0 1rem;
}

.dga-input {
    border: 1px solid var(--dga-border);
}


    .dga-input:hover:not(:invalid) {
        border-color: var(--dga-border-hover);
    }


.dga-field:focus-within .dga-input:not(:invalid) {
    border-color: #666;
}
 
input[type="radio"] {
    accent-color: #19744A;  
}


input[type="radio"] {
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 50% !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    outline: none;
    cursor: pointer;
    position: relative;
}

    input[type="radio"]:checked {
        border-color: #19744A;
        background-color: #19744A;
    }

        input[type="radio"]:checked::after {
            content: "";
            position: absolute;
            top: 3px;
            left: 3px;
            width: 8px;
            height: 8px;
            background: #fff;
            border-radius: 50%;
        }

.kv-box {
    background: #f5f6f8;
    border-radius: .375rem;
    padding: .45rem .75rem;
    min-height: 34px;
    display: flex;
    align-items: center
}

.section-title {
    color: #198754;
    font-weight: 700;
    margin: .5rem 0 1rem;
    text-align: right
}

.criteria-table {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    overflow: hidden;
    margin-bottom: .75rem
}

    .criteria-table thead th {
        background: #f8f9fa;
        font-weight: 600;
        border-bottom: 1px solid #dee2e6;
        text-align: right
    }

    .criteria-table td, .criteria-table th {
        padding: .6rem .75rem;
        vertical-align: middle
    }

.criteria-notes {
    background: #f5f6f8;
    border-radius: .5rem;
    padding: .75rem;
    line-height: 1.7
}

.mini {
    font-size: .875rem
}

.add-link {
    color: #198754;
    text-decoration: none
}

    .add-link:hover {
        opacity: .9
    }

.small-input {
    height: 38px
}

.border-top-dashed {
    border-top: 1px dashed #dee2e6
}
#giftedTab .nav-link {
    background: #f8f9fa;
    color: #198754;
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    padding: .6rem .75rem;
    text-align: right;
    box-shadow: none !important;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}

    #giftedTab .nav-link:hover {
        background: #eef6f0;
        border-color: #cfe5d3;
        color: #146c43;
    }

    #giftedTab .nav-link.active,
    #giftedTab .nav-link[aria-selected="true"] {
        background: #198754 !important;
        color: #fff !important;
        border-color: #198754 !important;
    }

    #giftedTab .nav-link:not(.active) {
        color: #198754 !important;
    }
.notification-card.violation {
    border-right-color: #ffc107;
}
.bg-info {
    background-color: #6DA77A !important; 
}
.fa-xmark:before, .fa-check:before {
    color: #fff !important;
}
.fa-eye:before {
    color: #9a9a9a !important;
}

.view-btn {
  border:1px solid #cfcfcf; 
  background-color:#fff; 
  color:#000;
}
.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #D92D20;
    --bs-btn-border-color: #D92D20;
}