  /* slider */

  .cheader {
      font-size: 16px !important;
  }

  .color_text_yellow {
      color: #fa8604;
  }

  .slider_section .form-control {
      background-color: transparent;
      color: white;
  }

  .heading_color {
      color: #0d466f;
  }



  .nav-menu li a {
      font-size: 14px;
  }

  .nav-menu li span {
      font-size: 15px;
  }

  /* p{
    font-size: 16px;
} */


  .carousel-control-prev {
      z-index: 100;
  }

  .carousel-control-next {
      z-index: 100;
  }


  /* counter */

  .stats-section {
      padding: 40px 20px;
      background-color: #fa8604;
  }

  .stats-wrapper {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
      gap: 30px;
  }

  .stat-card {
      background: rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(12px);
      border-radius: 16px;
      padding: 40px 20px;
      text-align: center;
      color: #fff;
      transition: all 0.3s ease;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .stat-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  }

  .stat-number {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 10px;
  }

  .stat-label {
      font-size: 16px;
      opacity: 0.9;
  }

  /* Color Variations */
  .text-purple {
      color: #ffffff;
  }

  .text-red {
      color: #ffffff;
  }

  .text-cyan {
      color: #ffffff;
  }

  .text-yellow {
      color: #ffffff;
  }






  /*--------------------------------- Top City--------------------------------------- */

  .city_col:hover {
      transform: scale(1.2);
  }

  .city_col {
      transition: transform 0.5s ease;
  }

  .map-pin {
      width: 100px;
      height: 100px;
      background-image: linear-gradient(-45deg, #f79420 50%, #c8781a 50%);
      display: flex;
      justify-content: center;
      align-items: center;


      /* Orange color from image */

      /* Top-left, Top-right, Bottom-right are 50% rounded. 
            Bottom-left is 0% (pointed). */
      border-radius: 50% 50% 50% 0;

      /* Rotate 45 degrees to point the sharp corner downward */
      transform: rotate(-45deg);
  }

  .img-map-box {
      display: flex;
      justify-content: center;
      align-items: center;
      transform: rotate(45deg);
      width: 80%;
      height: 80%;
      border-radius: 50%;
      background-color: #fff;
  }

  .city_col {
      display: flex;
      justify-content: center;
      align-content: center;
  }

  .city_row {
      display: flex;
      justify-content: center;
      align-content: center;
  }


  .city_heading {
      padding: 2px;
      text-decoration: underline;
      text-decoration: underline #fa8604 3px;
      text-underline-offset: 10px;

  }



  /* -------------------------------Latest News----------------------------- */

  .featured_logo_box {
      height: 50px;
      width: 50px;
      box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
      padding: 2px;
  }

  .text_featured span {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* Number of lines to show */
      -webkit-box-orient: vertical;
      height: 44px;
      /* text-overflow: ellipsis; */
      /* This property is often not needed with -webkit-line-clamp */
  }

  .card_text_area .location {
      display: flex;
      justify-content: right;
  }

  .featured_box {
      display: flex;
      align-items: center;
      gap: 13px;
  }

  .latest_news .card:hover {
      border: 1px solid #0d466f;
  }


  /* ------------- Treanding Course----------------------- */

  .courses img {
      height: 30px;
      width: 30px;
  }

  .custom-card {
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      padding-top: 24px;
      position: relative;
      text-align: center;
  }

  .icon-badge {
      width: 70px;
      height: 70px;
      background-color: #0d466f;
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;

      position: absolute;
      top: -35px;
      left: 50%;
      transform: translateX(-50%);
      border: 5px solid #fff;
  }

  .btn-custom {
      background-color: #fa8604;
      color: white;
      border: none;
      padding: 10px 30px;
      border-radius: 6px;
      font-weight: 500;
      margin-bottom: -20px;
      /* Positions button at bottom edge */
      transition: background 0.3s;
  }

  .btn-custom:hover {
      background-color: #fa8604;
      color: white;
  }

  .sub-text {
      color: #757575;
  }




  /* Responsive */

  .slider_form input::placeholder {
      color: white !important;
  }

  .course_card_heading {
      min-height: 36px;
  }


  /*----------------- campus list Tab -----------------------------------------------------------------*/



  .campus_course_table td {
      padding: 10px !important;
  }

  .campus_course_table th {
      padding: 10px !important;
  }




  .placement .stats-section {
      padding: 24px 0px;

      background: transparent !important;
  }


  .placement .stat-card {

      backdrop-filter: blur(12px);
      border-radius: 12px;
      padding: 16px 14px;

      color: #be0c0c !important;

  }






  .faq_campus .accordion-item {
      background-color: transparent !important;
      border: none !important;
      border-bottom: 1px solid #cbd5e1 !important;
  }

  .faq_campus .accordion-body p {
      color: #0d466f;
  }

  .faq_campus .accordion-button:not(.collapsed)::after {
      filter: invert(1) brightness(0);
  }

  .faq_campus .accordion-button:not(.collapsed) {
      box-shadow: none !important;
      background-color: transparent !important;
      color: #0d466f !important;
  }


  .right_info_box {
      display: flex;
      flex-direction: column;
      margin-bottom: 12px;
      gap: 6px;
      box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
      border-radius: 12px;

  }

  /* .info_campus h6 {
      color: #0d466f;
  } */

  /* .info_campus h4 {
      color: #0d466f;
  } */



  .tab_col_box {
      box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
      border-radius: 12px;
  }

  .info_i {
      background-color: #b0c2d0;
      border-radius: 30px;
      color: #0d466f;
  }

  /* .info_type {
      font-size: 16px;
      color: #0d466f;
  } */




  /* Style the tab */
  .tab {
      overflow: hidden;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
      background-color: #f1f1f1;
  }

  /* Style the buttons that are used to open the tab content */
  .tab button {
      background-color: inherit;
      float: left;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 14px 16px;

  }

  /* Change background color of buttons on hover */
  .tab button:hover {
      color: #fa8604;
  }

  /* Create an active/current tablink class */
  .tab button.active {
      /* background-color: #ccc; */
      color: #fa8604 !important;
      border-bottom: 2px solid #fa8604 !important;
  }

  /* Style the tab content */
  .tabcontent {
      display: none;
      padding: 6px 12px;
      /* border: 1px solid #ccc; */
      border-top: none;
  }

  /* .campus_text span {
      font-size: 17px;
  } */

  .bl_color {
      color: #0d466f;
  }

  .tab .tablinks {
      white-space: nowrap;
  }

  /*-----------------End campus list Tab ----------------------------------------------------------------*/


  /* -------------- Contact --------------------------------------------------------------------------*/
  .text-primary,
  .btn-outline-primary {
      color: #0d466f !important;
      /* Replace with your specific hex code */
      border-color: #0d466f !important;
  }


  /* .contact_cardss .icont {
      color: #0d466f;
  }

  .contact_cardss i {
      color: #0d466f;
  } */

  .icon_links a {
      color: #0d466f !important;
      font-size: 20px;
  }

  .icon_links .btn:hover {
      background-color: #fa8604;
  }

  .campus_page_section .campus_main_img {
      width: 100vw;
  }



  .campus_box .img_box {
      position: relative;
      top: -60px;

  }

  .campus_page_logo {
      height: 128px;
      width: 128px;
      border-radius: 50%;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .campus_page_section .campus_box {
      display: flex;
      /* justify-content: center; */
      align-items: center;
      gap: 20px;
  }

  .campus_details {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      margin-top: 8px;
  }

  /* .campus_details span {
      font-size: 16px;
  } */

  .count_col {
      display: flex;
      justify-content: center;
  }



  /* second */


  .header_contact {
      background-color: #f5f5f5;
      border-bottom: 1px solid #ebdbdb;
  }



  /* -------------campus college----------------- */
  .campus_page_section .campus_main_img {
      width: 100vw;
  }



  .campus_box .img_box {
      position: relative;
      top: -40px;

  }

  .campus_page_logo {
      height: 128px;
      width: 128px;
      border-radius: 50%;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .campus_page_section .campus_box {
      display: flex;
      /* justify-content: center; */
      align-items: center;
      gap: 20px;
  }

  .campus_details {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 8px;
  }

  /* .campus_details span {
      font-size: 16px;
  } */

  .count_col {
      display: flex;
      justify-content: center;
  }





  .top_slider_icon {
      height: 25px;
      width: 25px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .bg-campus-back {
      background-color: #0d466f;
  }

  .btn-main-campus {
      background-color: #fa8604;
  }




  /* .contact_cardss a {
      color: black;
  } */

  .contact_cardss a:hover {
      color: #0b8cff !important;
  }

  /* -----------------------vacancy------------------------ */
  /* Color Palette */
  .text-primary-dark {
      color: #003366;
  }

  .text-orange {
      color: #fa8604;
  }

  .bg-orange {
      background-color: #fa8604;
  }

  .city_card {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .university-card {

      border-radius: 12px;
      border: 1px solid #eee;
  }

  .icon-box {
      background: #f8f9fa;
      padding: 10px 15px;
      border-radius: 8px;
      border: 1px solid #ddd;
  }

  .stats-container {
      background-color: #fafafa;
  }

  .line-clamp {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }

  .btn-outline-primary {
      border-color: #dee2e6;
      color: #0056b3;
      box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  }

  .btn-outline-primary:hover {
      background-color: #fa8604;
      border-color: #ccc;
      color: #003366;
  }

  .vacancy_shadow {
      box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
  }

  .vacancy_logo {
      height: 50px;
      width: 50px;
      border: 1px solid #cdc4c4;
      border-radius: 6px;
  }

  /* ----------------------- End vacancy------------------------ */



  .management_row {
      border-bottom: 2px solid #0d466f;
  }

  .management_row img {
      border-radius: 50px 0px 50px 0px;
      border-left: 2px solid #0d466f;
      border-right: 2px solid #0d466f;
      border-top: 2px solid #0d466f;
  }

  .manager_back {
      background-color: #f0f8fc;
  }

  .color_blue_type {
      color: #0d466f;
  }

  .back_blue {
      background-color: #0d466f;
  }

  .box_collaboration {
      box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  }


  .establishmet_box {

      box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
      border-left: 4px solid #0d466f;
      border-right: 4px solid #0d466f;
  }

  .shadow_box_policy {
      box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  }

  .elips_one_campus {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      justify-content: center;
      align-items: center;
      /* Limits the text to 3 lines */
      -webkit-box-orient: vertical;
  }

  .camp_height {
      /* height: 50px; */
      display: flex;
      align-items: center;
  }

  .vacancy_elip {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* height: 44px; */
      display: flex;

      align-items: center;
      /* Limits the text to 3 lines */
      -webkit-box-orient: vertical;
  }


  .job-card {
      background: #ffffff;
      border: none;
      border-radius: 15px;
      box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
      /* margin-top: 50px;
      margin-bottom: 50px; */
      overflow: hidden;
  }



  .info-value {
      margin-bottom: 20px;
  }

  /* .description-box {
                         background: #f8f9fa;
                         border-radius: 10px;
                         padding: 25px;
                     } */

  .bts {
      box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  }

  .vac {
      overflow-y: auto;
      height: 43px;
  }

  #formSubmit_vacancy label {
      color: #41649f !important;
      font-weight: bold;
  }



  /*--------------- service index css------------------------ */


  .hoverss {
      overflow: hidden;
      position: relative;
      padding-bottom: 60%;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border: 4px solid #fa8604;
  }

  .hover-overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      transition: all 0.4s;
  }

  .hoverss img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.3s;
  }

  .hover-content {
      position: relative;
      z-index: 5;
  }


  /* DEMO 3 ============================== */
  .hover-3::after {
      content: '';
      width: calc(100% - 3rem);
      height: calc(100% - 3rem);
      border: 1px solid #fff;
      position: absolute;
      top: 1.5rem;
      left: 1.5rem;
      z-index: 5;
      transition: all 0.3s;
      transform: scale(1.1);
      opacity: 0;
      display: block;
      opacity: 0;
  }

  .hover-3-content {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translateY(-50%);
      text-align: center;
      z-index: 5;
  }

  .hover-3-description {
      opacity: 0;
      transform: scale(1.3);
      transition: all 0.3s;
  }

  .hover-3 img {
      width: 110%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }

  .hover-3 .hover-overlay {
      background: rgba(15, 16, 17, 0.2);
      /* background: rgb(13 70 111); */
  }

  .hover-3 {
      background: rgba(0, 0, 0, 0.2);
  }



  .hover-3:hover img {
      width: 100%;
  }

  .hover-3:hover::after {
      opacity: 1;
      transform: none;
  }

  .hover-3:hover .hover-3-description {
      opacity: 1;
      transform: none;
  }

  .hover-3:hover .hover-overlay {
      background: rgba(0, 0, 0, 0.8);
  }

  .elips-7-lines {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      /* Number of lines to show */
      -webkit-box-orient: vertical;
  }

  .index-service_heading {
      background-color: #fa8604;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
  }

  /*------------------------ End service index------------------------------------------  */
 

  .city_section {
      background-color: #0d466f;
  }

  .img_carrer_con {
      border: 2px solid #0d466f;
      border-radius: 8px;
  }


  @media(min-width:992px) {
      .course_detail_img {
          border-top: 4px solid #0d466f;
          border-right: 4px solid #0d466f;
          border-radius: 6px;
      }
  }

  @media(max-width:992px) {
      .campus_page_section .campus_box {
          flex-direction: column;
          align-items: normal;
      }

      /* .campus_details span {
          font-size: auto;
      } */

      .campus_box .img_box {
          padding-top: 10px;
          top: 0px;

      }

      .managment_flex {
          flex-wrap: wrap;
          gap: 0px !important;
      }

      .gap_managment {
          gap: 0px !important;
      }

      .text_management {
          padding-top: 20px;
          padding-bottom: 20px;

      }

      .manager_banner .tw-rounded-lg {
          border-radius: 0px !important;
      }


  }


  @media(max-width:992px) {
      .campus_page_section .campus_box {
          flex-direction: column;
          align-items: normal;
      }

      /* .campus_details span {
          font-size: auto;
      } */

      .campus_box .img_box {
          padding-top: 10px;
          top: 0px;

      }

  }

  /*----------------- End Contact------------------------------------------------------ */

  .contact_map {
      width: 100%;
      height: 300px;
      border: 1px solid gainsboro;
  }

  #formSubmit_admission input::placeholder {
      color: white !important;
      opacity: 1;
      /* Firefox */
  }

  .team_card {
      border: 1px solid #182b5e;
  }

  .about_home_img {
      border-radius: 53px 0px 53px;
      border: 4px solid white;
  }

  @media (max-width: 768px) {
      .stat-number {
          font-size: 32px;
      }

      .tw-text-405 {
          font-size: 14px;
          padding-top: 4px;
      }

      .contact_map {
          height: 250px;
      }

      .campus_page_logo {
          height: 100px;
          width: 100px
      }

      .tw-text-4 {
          font-size: 14px;
      }

      .manager_banner {
          border-bottom: 1px solid #003366;
      }

  }

  @media (max-width: 520px) {
      .course_card_heading {
          height: auto;
      }

      .campus_page_logo {
          height: 80px;
          width: 80px
      }

  }

  @media (max-width: 420px) {
      .logo_header_img {
          width: 200px;
      }

      .establishmet_box {
          border-left: 0px solid #0d466f;
          border-right: 0px solid #0d466f;
          border-bottom: 2px solid #0d466f;
      }
  }