﻿:root {
    --primary-color: #00216A; 
    --bg-primary:#00216A;
    --secondary-color: #6c757d; 
    --bs-white-rgb:#F5F5F5;
    --bs-nav-color: #222222;
    --bs-white-color: #ffffff;
    --bs-black1-color: #111111;
}

@font-face {
    font-family: 'Meta';
    src: url('/fonts/MetaNormal-Roman.woff2') format('woff2'),
         url('/fonts/MetaNormal-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Meta Medium';
    src: url('/fonts/MetaMediumLF-Roman.woff2') format('woff2'),
         url('/fonts/MetaMediumLF-Roman.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Meta bold';
    src: url('/fonts/MetaBold-Roman.woff2') format('woff2'),
         url('/fonts/MetaBold-Roman.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Kufi Normal';
    src: url('/fonts/NotoKufiArabic-Regular.woff2') format('woff2'),
         url('/fonts/NotoKufiArabic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Meta';
    font-size: 17px;
    font-weight: 400; /* Normal weight */
    line-height: 1.5;
    color: #262613;
}



/* start custom css */

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: var(--primary-color) !important;
}

 /* Optional: Set max height for the logo */
        .navbar-brand img {
            min-height: 50px;
            width: auto; /* Keep the aspect ratio */
        }

        .tab-pane {
            transition: opacity 0.3s ease-in-out; /* Smooth fade transition */
        }

        .parallax {
            /* Background image */
            background-image: url('../images/parallax_bg.svg');
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .content-section {
            padding: 50px;
            background-color: white;
        }



    .fade-in {
      opacity: 0;
      animation: fadeIn 2s forwards; /* Trigger animation on page load */
    }
    @keyframes fadeIn {
      to {
        opacity: 1;
      }
    }


header {
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease; /* Smooth transition */
    background-color: white;
  }

  /* Initial header height */
  .container-fluid {
    height: auto; /* Allow the container to define the height initially */
  }
.ml-auto {
    margin-right: 0;
    margin-left: auto !important;
    }
.nav-link {
    text-decoration: none;
    position: relative;
    color: var(--bs-nav-color) !important;
    padding: 0 !important;
}

.nav-link::before {

    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -6px;
    left: 50%;
    background-color: var(--primary-color) !important;
    transition: all 0.3s ease;
}
a.nav-link:active {
  background-color: white;
  color: var(--bs-nav-color) !important;
}
.nav-link:active {

}
.nav-link:hover::before {
    width: 100%; /* Expand the line on hover */
    left: 0;
}

.navbar {
    font-family: 'Meta medium';
    font-size: 17px;
    margin: 10px auto;
}
.navbar-nav li {
    padding: 1px 10px;
}
.text-white {
    color: #ffffff !important;
}
.text-white a{
    color: #B2BCD2 !important;
    font-size: 16px;
}

.text-white a:hover {
    color: #ffffff !important; /* Change to your desired hover color */
}

.border-right {
    border-right: 1px solid #B2BCD2; 
    padding:0 1rem; 
}

.border-right:last-child {
    border-right: none; /* Remove border for the last link */
}
.ar {
    font-family: 'Noto Kufi Normal';
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 50px;
    padding: 0.75rem 0rem;
}
.dropdown-item {
    font-family: 'Meta';
    color: var(--bs-black1-color);
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-white-color);
    background-color: var(--primary-color);
}
.btn-carousal {
    background-color: #ffffff;
    color: var(--primary-color) ;
    text-decoration: none;
    border-radius: 10px;
    --bs-btn-padding-y: 0.4rem;
}
.btn-carousal:hover {
    background-color: #ffffff;
    color: var(--secondary-color) ;
    text-decoration: none;
    border-radius: 10px;
}



/* General styling for all buttons inside .news_tab */
.news_tab button {
    background-color: var(--bs-white-color);
    border: 1px solid #ddd;     /* Border around the button */
    color: var(--primary-color);
    padding: 10px 55px;         /* Padding for buttons */
    transition: background-color 0.3s, color 0.2s; /* Smooth transition */
    text-transform: uppercase;
    font-family: 'Meta medium';
}

/* Hover effect for buttons */
.news_tab button:hover {
    background-color: var(--bs-white-color);
    color: #111111;         
    border-color: var(--primary-color);
}

/* Active button styling */
.news_tab button.active {
    background-color: var(--primary-color);
    color: var(--bs-white-color);
    border-color: var(--bs-white-color);
}


/* Optional: Add more spacing between buttons */
.news_tab .nav-item {
    margin-right: 10px;
}

.head_home {
    font-size: 22px;
    margin: 1rem auto;
    font-weight: bold;
    color: var(--primary-color);
    margin: 1rem auto;
   display: block;
}
.head_home:hover {
    color: #555555;
    text-decoration: none;
}
.news_box1 {
    background-color: #ADA199;
    color: white;
}
.section_news {
    margin: 25px 15px;
}
.section_news a{
    color: white;
    font-family: 'Meta medium';
    font-size: 19px;
}
.section_news a:hover{
    text-decoration: underline !important;
    opacity: 0.9;
}
.date_w {
    opacity: 0.7;
    margin-top: 10px;
    margin-bottom: 0;
}
.arrow_p_left {
    padding-left: 5px;
}
.nb-auto {
    margin-left: auto;
}
.news_box2 {
    background-color: #88837C;
    color: white;
}
.section_news ul {
    margin: 0;
    padding: 0;
}
.section_news li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.section_news li:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.news_tab::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  z-index: 9999;
  width: 69%;
  margin-bottom: 20px;
}
.more_n {
    padding: 10px 25px;
}
.more_n a {
    color: #88837C; padding: 0 10px;
}
.more_n a:hover {
    color: #111111;
}
.graduate_program {
   background-color: #144F92;
   color: white;
}
.graduate_program h2 {
    font-size: 2.25rem;
    text-underline-offset: 0.3em !important;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
}
.graduate_program p {
    margin: 40px auto;
    opacity: 0.9;
  }
.pg-box {
    background-color: white;
    height: 100%;
}
.pg-box h4{
    color: #144F92;
    font-family: 'Meta medium';
    font-size: 1.3rem;
}
.pg-box p{
    color: var(--bs-black1-color);
    margin: 20px auto;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primary-color);
    border: 0;
    --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-font-size: 16px;
  --bs-btn-border-radius: 25px;
}

.more_pg {
    padding:25px;
    text-underline-offset: 0.4em !important;
    font-size: 20px;
}
.more_pg a {
    color: #ffffff; 
}
.more_pg a:hover {
    color: #ffffffd6;
}

.graduate_overview {
   color: var(--primary-color);
   text-align: center;
}
.graduate_overview h2 {
    font-size: 2.25rem;
    text-underline-offset: 0.3em !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 1px solid #CECECE;
    padding-bottom: 10px;
}
.graduate_overview p {
    margin: 0;
    color: #262613;
    font-family: 'meta medium'; 
    font-size: 50px;
  }
.graduate_overview span {
    color: #88837C;
  }
.graduate_overview .img{
    background-image: url("../images/graduate_icon.svg");
    background-repeat: no-repeat;
    height: 45px;
    display:inline-block;
    width: 55px;
  }
.graduate_overview .img1 {
    background-position: 0% 0%;
  }
.graduate_overview .img2 {
    background-position: 34% 0% !important;
}
.graduate_overview .img3 {
    background-position: 68% 0% !important;
}
.graduate_overview .img4 {
    background-position: 102% 0% !important;
}
.footer {
    background-color: #F8F8F8;
    padding: 4rem;
    border-top: 5px solid #E1E5EE;
    color: #262613;
}
.footer_align {
    display: block;
    align-content: flex-end;
}

.footer .img-icon{
    background-image: url("../images/footer_icon.svg");
    background-repeat: no-repeat;
    background-position-y: 3px;
  }
.footer .phone{
    color: #88837C;
    padding-left: 35px;
}
.phone span{
    color: #262613 !important;
}
.footer .img1 {
    background-position: 0% 0%;
  }
  .footer .img2 {
    background-position: 0% 132%;
  }
  .footer .img3 {
    background-position: 0% 52%;
  }
  .phone a {
    color: #88837C;
    text-decoration: underline;
  }
  .phone a:hover{
    color: #88837C;
    text-decoration: none;
  }
.footer_copyright {
    background-color: var(--primary-color);
    color: white;
    padding: 1.75rem 0 .75rem 0;
}
.footer_copyright p{
    color: #8291B0;
}
.footer_copyright a{
    color: #ffffff;
    text-decoration: none;
}
.footer_copyright a:hover{
    color: #8291B0;
    text-decoration: underline;
}
.breadcrumb li a {
  color: white;
  text-decoration: none;
}
.breadcrumb li a:hover {
  color: white;
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}
.breadcrumb-item.active {
  color: #ffffff8f;
}
.inner-title h1 {
    font-family: 'meta medium'; 
    margin: 0;
}

.inner_head h1 {
    font-family: 'meta medium'; 
    font-size: 30px;
    text-transform: uppercase;
    color: var(--primary-color);
    border-bottom: 1px solid #D6D1CA;
    padding-bottom: 15px;
}
.inner_head h3 {
    font-family: 'meta medium'; 
    font-size: 1.5rem;
}
.director_quote {
    border-top: 14px solid #D6D1CA;
    border-bottom: 14px solid #D6D1CA;
}
.director_quote i {
    font-size: 40px; color: #52493F;
    padding-top: 20px;
    padding-top: 20px;
}
.director_quote p {
    font-size: 22px; color: #52493F;
}
.inner-menu ul{
    margin: 0 5px; padding: 0;
    list-style: none;
}
.inner-menu li {
    display: grid;
    margin-bottom: 10px;
}
.inner-menu li a {
    color: var(--primary-color);
    text-decoration: none;
    padding: 10px 15px;
    border:1px solid var(--primary-color);
    border-radius: 10px;
    font-family: 'meta medium'; 
    font-size: 18px;
}
.inner-menu li a:hover, a.active  {
    color: white !important;
    background-color: var(--primary-color);
}

.magazine-thumb {
    border-bottom: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px;
}
.magazine-img {
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
}
.navbar-toggler:focus {
    color: #dddddd;
}

.card-event {
  padding: 18px !important;
  border-radius: 0 0 8px 8px;
  text-align: left;
}
.card-1 {
  padding: 0px !important;
  --bs-card-border-color: #EAE8E4;
  border: 0;
  border-radius: 0 0 15px 15px;
}
.card-img-border {
      border-radius: 0px;
      width: 100%; 
      object-fit: cover; 
      height: 280px;
    }
.card-event h5{
    color: #555555;
    font-family: 'meta medium';
    font-weight: normal;
}    
.card-event a{
    color: var(--primary-color);
    text-decoration: none;
    font-weight: normal;
}
.card-event a:hover{
    color: #555555;
    text-decoration: underline;
}

  .thumb-box {
    padding: 20px; 
    border-radius: 8px; 
    color: #88837C;
    border: 1px solid #ececec;
    transition: box-shadow 0.3s ease;
  }
    .thumb-box:hover {
        box-shadow: 0 5px 8px #bbbbbb75;
    }
    .thumb-box h5{
        display: -webkit-box;           /* Multi-Line Text Truncation */
        -webkit-box-orient: vertical;   
        -webkit-line-clamp: 4; 
       overflow: hidden; 
       line-height: 1.3; 
       max-height: calc(1.3em * 4); 
       color: #ada199;
    }

    
    .thumb-box h5 a{
        font-size: 18px;
        color: #262613;
        text-decoration: none;
        font-family: "meta medium";
        font-weight: normal;
    }


    .thumb-box h5 a:hover{
        color: #88837C;
    }
    .news-thumb {
        height: 160px;
    }
    .news-thumb img {
        object-fit: cover;
        height: inherit;
        border-radius: 8px;
    }
    .contact-address {
        border: 1px solid #D6D1CA;
        border-radius: 10px;
        padding: 40px;
    }
    .contact-di {
        font-size: 26px;
        font-family: meta medium;
        color: #18518E;
        padding-bottom: 12px;
        border-bottom: 1px solid #18518E;
        margin-bottom: 30px;
    }
    .lines {
        padding-left: 35px;
        margin-bottom: 15px;
        background-image: url('../images/contact-icons.svg');
        background-repeat: no-repeat;
    }
    .lines-1 {
        background-position-y: 3px;
    }
    .lines-2 {
        background-position-y: -44px;
    }
    .lines-3 {
        background-position-y: -89px;
    }
    .lines-4 {
        background-position-y: -137px;
    }
    .contact-map {
        color: #18518E;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .form-right {
        padding-right: 50px;
    }
    .form-control {
      padding: 0.6rem 0.75rem;
      border: var(--bs-border-width) solid var(--primary-color);
      border-radius: 10px;
    }
    .form-control::placeholder {
      color: rgba(33, 37, 41, 0.3);
    }


/* Set a fixed height for each slide */

        .carousel-item {
            height: 600px; /* Fixed height for the banner */
            background-size: cover;
            background-position: center;
            position: relative; /* Make position relative for absolute positioning of overlay */
        }
        /* Black overlay */
        .carousel-item::before {
            content: '';
            position: absolute; /* Position it absolutely within the carousel item */
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.7); /* Black color with 50% opacity */
            z-index: 1; /* Set z-index to be behind the text */
        }
        /* Style the caption */
        .carousel-caption {
          /*   bottom: 20%; 
               z-index: 2;  */

              z-index: 2;
              position: relative;
              display: flex;
              height: 100%;
              flex-flow: column;
              justify-content: center;

              right: auto;
              bottom: auto;
              left: auto;
              padding-top: 1.25rem;
              padding-bottom: 1.25rem;
              color: #fff;
              text-align: center;
        }

        .carousel-control-next, .carousel-control-prev {
              z-index: 99;
            }
        .carousel-caption h1 {
            font-size: 3rem;
            font-weight: bold;
            width: 70%;
            margin: 0 auto;
            padding-bottom: 20px;
        }
        .carousel-caption p {
            font-size: 1.25rem;
        }

/* carossal slide End */


/* Card Our Publication - START */

    .card {
      border-radius: 15px;
      transition: box-shadow 0.3s ease; /* Smooth transition */
      padding: 15px;
      --bs-card-border-color: #EAE8E4;
    }
    .card-news {
        display: contents;
    }
    .card-news-text {
        background-color: #F5F5F2;
        border-radius: 0 10px 10px 0;
        padding: 15px 20px;
    }
    .card-news-text h5 a{
        font-size: 24px;
        margin: 20px auto;
        color: #262613;
        text-decoration: none;
    }
    .card-news-text h5 a:hover{
        color: #88837C;
      }
    .news-main-img {
        height: 395px;
        overflow: hidden;
    }
    .card-img-border-news {
      border-radius: 10px 0 0 10px;
      object-fit: cover;
      height: inherit;
    }
    .news-date {
        padding: 16px 0;
        border-bottom: 1px solid #ccc;
    }
    .news-fixed {
        height: 107px; /* Set your desired fixed height */
        overflow: hidden; /* Hide the overflowing text */
    }
    .news-box-fixed {
        height: 396px; /* Set your desired fixed height */
        overflow: auto;
    }
    .news-more {
        background: #88837C;
        padding: 8px 15px;
        border-radius: 15px;
        text-decoration: none;
        color: white;
        font-size: 16px;
    }
    .news-more:hover {
        background: #ADA199;
        text-decoration: none;
    }
    .card-news-text p {
        color: #88837C;
    }
    
    .card:hover {
      box-shadow: 0 5px 8px #bbbbbb75;
    }

    .card-img-top {
      border-radius: 15px;
      width: 100%; 
      object-fit: cover; 
      height: 280px;
    }

    .card-body {
      padding: 15px;
    }

    .card-text {
       margin-bottom: 10px;
      color: #88837C !important;
    }
    .card-text-icon {
      background:url("../images/calendar.svg") left no-repeat;
       background-size: 15px 20px;
        padding-left: 23px;
        margin-left: 12px;
    }

    .card-title {
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 15px;
      color: #262613;
    }

    .btn-outline-primary {
      padding: 5px 15px;
      font-size: 1rem;
      color: #262613;
      border: 1px solid #88837C;
    }
    .btn-outline-primary:hover {
        color: white;
        background-color: #88837C;
        border: 1px solid #ffffff;
    }
    

/* Card Our Publication - END */


/* Card Our Publication - START */

.gallery-container {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      position: relative;
      width: 100vw;
    }

    .gallery {
      display: flex; 
      overflow: hidden; /* Hide overflow */
      width: 100%;
      max-width: 100%;
      scroll-behavior: smooth; /* Smooth scrolling */
      gap: 10px; /* Gap between images */
      padding: 10px; /* Padding around gallery */
    }

    .gallery-item {
      flex: 0 0 900px; /* Minimum width of 900px for images */
      height: 450px; /* Fixed height of 450px */
      object-fit: cover; /* Cover the container */
      filter: grayscale(100%);
      transition: transform 0.5s ease, filter 0.5s ease; /* Added filter transition */
      opacity: 0.5;
    }

    .gallery-item.active {
      filter: grayscale(0%); /* Remove grayscale for active item */
      transform: scale(1.1); /* Scale active item */
      opacity: 1;
    }

    .controls {
      position: absolute; /* Position controls absolutely */
      bottom: -60px; /* Move controls outside of the container */
      right: 20px; /* Align controls to the right */
      display: flex;
      gap: 10px; /* Spacing between buttons */
      z-index: 100; /* Ensure controls are above other elements */
    }

    .control-btn {
      background-color: #fff;
      color: #ADA199;
      border: none;
      padding: 10px;
      cursor: pointer;
      font-size: 22px; /* Larger font size for arrows */
    }

    .control-btn:hover {
      background-color: #ADA199;
      color: #ffffff;
    }

/* Card Our Publication - END */



   /* Grid Gallery Layout (same as before) */
.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 10px;
    padding: 10px;
}

.grid-item img {
    width: 100%;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    height: 160px;
}

.grid-item img:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Lightbox Modal (with Next/Prev buttons) */
.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.lightbox-image {
    max-width: 90%;
    max-height: 80%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

/* Next and Previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    transition: 0.3s;
    user-select: none;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}



  /* Limit the height of the news content initially */

          #news-content {
            height: 1000px; /* Initial height of 800px */
            overflow: hidden; /* Hide overflowing content */
            transition: height 0.5s ease; /* Smooth transition when height changes */
          }

          /* Load More button styling */
          .load-more-container {
            margin: 0;
          }

          /* Optional: Loading spinner when loading new content */
          .btn.loading::after {
            content: '';
            display: inline-block;
            margin-left: 10px;
            border: 2px solid #f3f3f3;
            border-top: 2px solid #007bff;
            border-radius: 50%;
            width: 12px;
            height: 12px;
            animation: spin 1s linear infinite;
          }

          /* Spinner animation */
          @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
          }




@media (max-width: 991.98px) {

     .navbar-nav .dropdown-menu {
        width: 100%; /* Ensure the dropdown menu takes 100% width */
        white-space: normal; /* Allow text to wrap to the next line */
    }

    .dropdown-menu .dropdown-item {
        white-space: normal; /* Ensure that each dropdown item wraps text */
        word-wrap: break-word; /* Break long words if necessary */
        text-align: left; /* Align text to the left */
    }

    .navbar-nav {
            margin: 3rem auto;
    }
    .navbar-nav li {
        padding: 10px 10px;
        text-transform: uppercase;
    }
   
    .dropdown-menu {
        border-right: 0;
        border-top: 0;
        border-left: 0;
        border-radius: 0;
    }
    .dropdown-menu li {
        text-transform: capitalize;
        padding: 2px 0;
    }
    .carousel-item {
        height: 450px ;
    }
    .carousel-caption h1 {
        font-size: 2rem;
    }
    .btn-carousal {
        padding: 4px 13px;
    }
    .news_tab::after {
        width: 42%;
    }
    .navbar-nav {
        margin: 3rem auto;
        text-align: center;
      }
    .navbar-expand-lg .navbar-nav .dropdown-menu a{
          text-align: center;
          color: #333333;
          text-decoration: underline;
        }
    .controls {
        bottom: 10px;
    }
    .p-5 {
      padding: 2rem !important;
    }
    .mb3-3 {
        margin-bottom: 3rem !important;
    }
    .mb2-2 {
        margin-bottom: 2rem !important;
    }
    .footer_copyright {
        font-size: 1rem;
        padding: 2rem;
    }
    .footer_copyright p {
        margin: 0;
    }
     .footer {
        padding: 2rem;
    }
    .inner-menu {
        margin-bottom: 30px;
    }
    .footer_align {
        margin: 30px auto;
    }
    .contact-address {
        border-top: 1px solid #D6D1CA;
        border-bottom: 1px solid #D6D1CA;
        border-left:0;
        border-right:0;
    }
    .py-5 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .card-img-border-news {
        border-radius: 10px;
    }
    .card-news-text {
          border-radius: 0px;
        }


}


    /* Apply the full-screen menu only for mobile view */
@media (max-width: 991.98px) {
  /* Full-screen navigation menu for mobile */
  .fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white; /* White background instead of dark */
    z-index: 9999; /* Above other elements */
    display: none; /* Initially hidden */
    flex-direction: column;
    justify-content: space-between; /* Space between menu items and social icons */
    align-items: center;
    opacity: 0; /* Start hidden */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition */
  }

  .fullscreen-menu.show {
    display: flex;
    opacity: 1;
    transform: scale(1); /* Bring in smoothly */
  }

  .fullscreen-menu ul {
    list-style: none;
    text-align: center; /* Center the links */
    margin-top: 100px; /* Push down from the top */
  }

  .fullscreen-menu a {
    color: black; /* Dark text on white background */
    font-size: 17px;
    text-decoration: none;
    padding: 2px;
  }
 .nav-link {
    color: var(--primary-color) !important;
  }
  .fullscreen-menu .dropdown-menu {
    background-color: transparent; /* Keep dropdowns transparent */
  }

  /* Close button styling */
  .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: #00216a; 
    background: none;
    border: none;
    cursor: pointer;
  }

  /* Social media icons at the bottom */
  .social-icons {
    display: flex;
    justify-content: center;
    gap: 20px; /* Space between icons */
    padding-bottom: 30px;
  }

  .social-icons a {
    font-size: 1.5rem;
    color: var(--primary-color);
    text-decoration: none;
  }

  .social-icons a:hover {
    color: #007bff; /* Change color on hover */
  }

  /* Navbar-toggler overrides to avoid the fullscreen menu toggle */
  .navbar-toggler {
    position: relative;
    z-index: 1100; /* Ensure the toggle button stays above the menu */
  }
}

/* Reset styles for larger screens (>=992px) */
@media (min-width: 992px) {
  .fullscreen-menu {
    position: static;
    height: auto;
    display: flex;
    background-color: transparent;
  }

  .close-btn,
  .social-icons {
    display: none;
  }
}





@media (max-width: 1080px) {
    .news_tab::after {
        max-width: 56%;
    }
}

@media only screen 
  and (min-device-width: 360px) 
  and (max-device-width: 780px)  {
    .news_tab::after {
        width: 0;
    }
    .news_tab button {
        padding: 10px 30px;
    }
    .text-white a {
      font-size: 16px;
    }
    .card {
      padding: 8px;
    }
    .card-img-top {
      height: 250px;
    }
    .card-title {
    font-size: 18px;
    }
    .btn-outline-primary {
        padding: 4px 12px;
    }
    .navbar-brand img {
      min-height: 45px;
    }
    header.shrink nav {
      height: 90px !important;
    }
	.navbar {
      height: auto !important;
    }

}




/* 
header {
  position: sticky;
  top: 0;
  z-index: 1020;
  height: auto;
  padding: 15px 0;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1); 
}

header.shrink {
  padding: 5px 0;
  height: 60px;
}

header .container-fluid {
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

header.shrink .container-fluid {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

header.shrink nav {
  height: 60px;
  background-color: white;
  box-shadow: 0 2px 6px rgba(0, 33, 106, 0.3);
  transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

nav {
  height: 90px;
  transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

nav .navbar-brand img {
  height: 45px;
  transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

header.shrink nav .navbar-brand img {
  height: 30px;
}

 */


.padd-nav {
  padding-top: 1rem ;
  padding-bottom: 1rem ;
}
.padd-nav.shrink {
    display: none;
}






.main-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: white;
  transition: all 0.4s ease-in-out;
}

/* Top Bar */
.top-bar {
  transition: all 0.4s ease-in-out;
}

.main-header.shrink .top-bar {
  opacity: 1;
  height: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* Navbar */
.navbar {
  height: 90px; /* Default height */
  transition: all 0.4s ease-in-out;
}

.navbar-brand .logo {
  height: 45px; /* Default logo size */
  transition: height 0.4s ease-in-out;
}

.main-header.shrink .navbar {
  height: 60px; /* Shrink height */
  box-shadow: 0 6px 6px rgba(0, 33, 106, 0.3);
}

.main-header.shrink .navbar-brand .logo {
  height: 30px; /* Shrink logo size */
}







.inner_head p {
    color: #777777;
}
.border-right:last-of-type {
    border-right: none;
}

.home-main-img {
  height: 220px;
  overflow: hidden;
  display: flex;
  justify-content: center; /* Centers horizontally if needed */
  align-items: center;    /* Centers vertically */
}

.home-main-img img {
  height: auto;           /* Ensures the image fills the container */
  width: 100%;            /* Maintains aspect ratio */
  object-fit: cover;      /* Crops the image if necessary to fit */
}



.inner_head ul, .inner_head ol {
    color: #777777;
}


/* Minimalist Arrow Load More Button */
.btn-arrow {
    background: white;
    color: #001059;
    border: 1px solid #001059;
    padding: 16px 24px 16px 32px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    justify-content: center;
}


    .btn-arrow::after {
        content: '↓';
        font-size: 16px;
        font-weight: 700;
        transition: transform 0.3s ease;
    }

    .btn-arrow:hover {
        border-color: #fff;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

        .btn-arrow:hover::after {
            transform: translateY(2px);
        }

.article-wrapper {
    position: relative;
    margin: 20px 0;
}

.article-content {
    max-height: 1100px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    line-height: 1.6;
}

.load-more-btn {
    display: block;
    margin: 20px auto;
    padding: 10px 30px;
    font-size: 1em;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .load-more-btn:hover {
        background: #e0e0e0;
    }

    .load-more-btn.hidden {
        display: none;
    }

