﻿body {
    width: 100%;
    overflow-x: hidden;   /* horizontal white space fix */
}

/******************************Online Portal Button Style********************************/
    .open-popup-btn {
     font-size: 10px;
     padding: 6px;
    }  
    .open-popup-btn {
      position: fixed;
      right: 0;
      top: 65%;
      transform: translateY(-50%);
      background-color: #ffc107;
      color: black;
      padding: 8px;
      writing-mode: vertical-rl;
      font-weight: bold;
      font-size:12px;
      cursor: pointer;
      z-index: 9999;
	  border-radius: 5px;
    }

    /* Popup Modal Background */
    .popup-overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0,0,0,0.7);
      z-index: 10000;
    }
    
    /* Popup Content */
    .popup-content {
      position: relative;
      top: 5%;
      left: 15%;
      width: 75%;
      height: 85%;
      background: #0e6cc4;
      color: white;
      overflow-y: auto;
      padding: 20px;
      box-shadow: 0 0 15px #000;
    }
    
    .popup-content h3 {
      color: white;
      border-bottom: 1.5px solid white;
      padding-bottom: 10px;
	  text-align: center;
    }
    
    .online-container {
      max-width: 1100px;
      margin: 50px auto;
      padding: 0 20px;
      text-align: center;
    }
    
    .online-title {
      font-size: 20px;
      font-weight: bold;
      color: #000;
      text-decoration: underline;
      margin-bottom: 40px;
    }
    
    .online-portal-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }
    
    .portal-btn {
		background-color: #1e3d7a;
		color: #fff;
		text-decoration: none;
		padding: 5px;
		font-size: 12px;
		font-weight: 400;
		border-radius: 3px;
		width: 196px;
		height: 75px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		transition: background-color 0.3s ease;
    }

    .portal-btn:hover {
      background-color: #274b93;
      color: #fff;
      text-decoration: none;
    }
    
    .close-btn {
      position: absolute;
      top: 10px;
      right: 20px;
      color: white;
      font-size: 28px;
      cursor: pointer;
    }
        
    /******************Scroll Top Button******************/	
	#scrollTopBtn {
	  display: none; /* Hidden by default */
	  position: fixed;
	  bottom: 20px;
	  right: 20px;
	  z-index: 99;
	  font-size: 25px;
	  border: none;
	  outline: none;
	  background-color: #b71e1e;
	  color: white;
	  cursor: pointer;
	  border-radius: 50%;
	  transition: 0.3s ease-in-out;
	  height: 50px;
      width: 50px;
	}

	#scrollTopBtn:hover {
	  background-color: #b71e1e;
	}

	@media screen and (max-width: 600px) {
	  #scrollTopBtn {
		padding: 12px;
		font-size: 20px;
	  }
	}
	
	/******************Scroll Top Button******************/	
	
	.top-bar {
            background-color: #9b1c1c;
            color: #fff;
            font-size: 14px;
        }
        .top-bar a {
            color: #fff;
            text-decoration: none;
            margin-right: 10px;
        }
        .beta-badge {
            background: #ffcc00;
            color: #000;
            font-weight: bold;
            padding: 3px 10px;
            border-radius: 5px;
        }
        
        .main-menu {
            background-color: #0b3b6f;
        }
        .part1{ border-right:1.5px solid white;}
        .navbar-nav .nav-link {
            color: #fff !important;
            font-weight: 500;
            padding: 10px 15px;
            font-size:14px;
        }
        .navbar-nav .nav-link:hover {
            background-color: #062a4f;
        }
        .nav2d .nav-link{font-size:11px !important;}
        
.dropdown-submenu {position: relative;}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  display: none;
}

/* Desktop hover */
@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

.btn-primaryMenu{color:#fff;background-color:#0b3b6f;border-color:#007bff}
.btn-primaryMenu:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}
.bg-primaryMenu {background-color:#0b3b6f !important;}

.top-link {
		color: white;
		text-decoration: none;
		padding: 2px 6px;
		border-left: 2px solid white;
	  }
	  .top-link:hover{color: white;}
	  
.slider-container {
      flex: 3;
      position: relative;
      overflow: hidden;
      max-width: 100%;
    }

    .slider {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slide {
      flex: 1 0 100%;
    }

    .slide img {
      width: 100%;
      height: 515px;
      box-sizing: border-box;
    }

    .caption {
      position: absolute;
      bottom: 0;
      background: rgba(0, 0, 0, 0.7);
      color: white;
      width: 100%;
      padding: 10px;
      font-size: 1rem;
      text-align: center;
    }

    .arrow {
      position: absolute;
      bottom: 20px;
      background: white;
      border: none;
      padding: 10px;
      cursor: pointer;
      font-size: 1.5rem;
    }

    .arrow.left {
      right: 60px;
    }

    .arrow.right {
      right: 20px;
    }

@media (max-width: 1024px) {
      .slider-container {
        margin-top: 20px;
      }
    }
    
    
 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

[class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
    
 .profile-card {
  display: flex;
  align-items: center;
  background: #d9ecff;
  padding: 15px;
  margin:0 6px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  gap: 10px;
}

/* IMAGE */
.profile-img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

/* TEXT */
.profile-info h6 {
  margin: 0;
  font-weight: 700;
  color: #0b3b6f;
}

.profile-info p {
  margin: 4px 0 8px;
  font-size: 13px;
  color: #333;
}

/* BUTTON */
.btn-profile {
  background: #0b3b6f !important;
  color: #fff !important;
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 4px;
}

.btn-profile:hover {
  background: #062a4f !important;
  color: white;
}

@media (max-width: 576px) {
  .profile-card {
    padding: 12px;
  }

  .profile-img img {
    width: 70px;
    height: 70px;
  }
}



/**************************notice-bar*******************************/
    .notice-bar {
      background: #f1f1f1;
      padding: 10px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      border-top: 3px solid #003366;
      margin-top:0px;
    }
    .notice-tag {
      background-color: #003366;
      color: white;
      font-weight: bold;
      padding: 8px 12px;
      clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
      margin-right: 10px;
    }
    .notice-content {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
      font-size: 14px;
    }
    .notice-content a {
      border-left: 4px solid black;
      padding-left: 10px;
	  text-decoration: none;
    }
	.notice-content a:hover {
      color:#193765;
    }
    
    .notice-content span {
        border: none;
        padding-left: 0;
      }
    @media (max-width: 768px) {
      .notice-bar, .notice-content {
        flex-direction: column;
        align-items: flex-start;
      }
      }
      
    
/**************************stats-bar*******************************/
    .stats-container {
      display: flex;
      flex-wrap: wrap;
      background-color: #003366;
      color: #ffc107;
      text-align: center;
    }
    .stat {
      flex: 1 1 200px;
      padding: 20px;
      border-right: 1px solid #e4e9ed;
    }
    .stat:last-child {
      border-right: none;
    }
    .stat h2 {
      margin: 0;
      font-size: 24px;
      font-weight: bold;
    }
    .stat p {
      margin: 5px 0 0;
      font-size: 14px;
      color: #eee;
    }
    
    
/**************************portal-bar*******************************/
      .portal-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
    padding: 20px 7px;
    margin-top: 40px;
}
.portal-card {
  background-color: transparent;
  padding: 0;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.icon-circle {
  background-color: white;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}
.icon-circle img {
  width: 50px;
  height: 50px;
}
.portal-card h2 {
  margin-top: 10px;
  font-size: 14px;
  color: white; 
}
.icon-circle:hover {
  transform: scale(1.05);
}

.anchor{
  text-decoration:none;
}

@media (max-width: 768px) {
  .portal-card {
    width: 125px;
    height: 180px;
  }
  .portal-card img {
    width: 50px;
    height: 50px;
  }
  .portal-card h2 {
    font-size: 15px;
  }
  .portal-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
    padding: 20px 7px;
    margin-top: 40px;
}}

.marquee-container {
  background-color: #002a68;
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 16px;
}

/***********************gridcontainer*************************/	
	.grid-container {
      display: grid;
      gap: 20px;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      max-width: 1500px;
      margin: auto;
	  margin-top: 50px;
    }
    .tile {
      background: white;
      padding: 15px;
      border-radius: 12px;
      text-align: center;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      transition: 0.3s;
	  border: 2px dotted gray;
    }
    .tile:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      transform: translateY(-2px);
	  background-color:#931111;
	  color:white;
    }
    .tile img {
      /* width: 40px; */
      height: 80px;
      margin-bottom: 10px;
    }
    
    /* .tile.yellow { */
      /* background: #ffd600; */
    /* } */
    
    .tile-title {
      font-size: 14px;
      font-weight: bold;
	  color: #2e2d2d;
    }

    @media (max-width: 600px) {
      .tile-title {
        font-size: 13px;
      }
    }
    
    /*************newscontainer*******************/
    
        
	.newscontainer {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 40px;
      padding: 40px 0;
      max-width: 1500px;
      margin: auto;
      margin-top: 60px;
	  background-color: #f9fbfd;
    }
    .newscard {
      background: #fff;
      border: 1px solid #ddd;
      display: flex;
      flex-direction: column;
      height: 100%;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      border-radius: 6px;
      overflow: hidden;
    }
    .card-headerH {
      font-size: 20px;
      font-weight: bold;
      color: white;
      border-left: 4px solid #003366;
      padding: 10px;
      background-color: #1c3d6e;
    }
    .newstabs {
      display: flex;
      padding: 10px;
      gap: 5px;
    }
    .tab-btn {
      border: none;
      padding: 17px 24px;
      font-size: 15px;
      font-weight: bold;
      cursor: pointer;
      color: #fff;
      background: #003366;
      position: relative;
      margin-right: -5px;
    }
    .tab-btn.active {
      background: #c0392b;
    }
    .tab-btn.active::after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 20px;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #c0392b;
    }
    .card-content {
      flex: 1; /* pushes footer to bottom */
      padding: 15px;
      display: none;
      flex-direction: column;
      gap: 15px;
    }
    .card-content.active {
      display: flex;
    }
    .tab-content {
      display: none;
    }
    .tab-content.active {
      display: block;
      animation: fadeIn 0.3s ease-in-out;
    }
    .news-item {
      display: flex;
      align-items: center;
      gap: 10px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
    }
    .news-item img {
      width: 40px;
      height: 40px;
    }
    .news-details {
      font-size: 14px;
    }
    .news-details .title {
      font-weight: bold;
      color: #000;
    }
    .news-details .date {
      color: #c0392b;
      font-size: 12px;
    }
    
    .card-footerH {
      text-align: right;
      padding: 10px 15px;
      background-color: #1c3d6e;
    }
    .card-footerH a {
      text-decoration: none;
      font-size: 14px;
      color: white;
      font-weight: bold;
    }
    .card-footerH a:hover {
      text-decoration: none;
      font-size: 14px;
      color: #e4e6eb;
      font-weight: bold;
    }
    
    .connectcard{
	 background: #fff;
      border: 1px solid #ddd;
      display: flex;
      flex-direction: column;
      height: 100%;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      border-radius: 6px;
      overflow: hidden;
	}
	.connecttabs{
	  display: flex;
      padding: 10px;
      gap: 5px;
	}
	
	.tab-btn-facebook {
      border: none;
      padding: 17px 24px;
      font-size: 15px;
      font-weight: bold;
      cursor: pointer;
      color: #fff;
      background: #3d5a9c;
      position: relative;
      margin-right: -5px;
	  height: 60px;
    }
	.tab-btn-twitter{
      border: none;
      padding: 17px 24px;
      font-size: 15px;
      font-weight: bold;
      cursor: pointer;
      color: #fff;
      background: #337ab7;
      position: relative;
      margin-right: 5px;
	  height: 60px;
    }
	.tab-btn-facebook.active::after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 20px;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #3d5a9c;
    }
	.tab-btn-twitter.active::after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 20px;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #337ab7;
    }
    
    /* Responsive */
    @media (max-width: 768px) {
      .card-headerH {
        font-size: 18px;
      }
      .tab-btn {
        font-size: 13px;
        padding: 6px 10px;
      }
    }
    
    
    /***************************carousel-container************************/
    .carousel-container {
      position: relative;
      overflow: hidden;
      background: #f9f9f9;
      padding: 30px 0;
      max-width: 1500px;
      margin: auto;
	  margin-top: 60px;
    }
    .carousel-container h1 {
      color: #1c3d6e;
      border-left: 6px solid #1c3d6e;
      padding-left: 10px;
      font-size: 24px;
      margin-bottom: 20px;
    }
    .carousel-track {
      display: flex;
      transition: transform 0.3s ease-in-out;
      scroll-behavior: smooth;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      gap: 20px;
      padding: 10px;
    }
    .carousel-track::-webkit-scrollbar {
      display: none;
    }
	.carousel-itemH {
	  flex: 0 0 calc(33.33% - 13.33px);
	  height: 250px; /* You can change this based on preference */
	  scroll-snap-align: start;
	  background: #fff;
	  border-radius: 4px;
	  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	  overflow: hidden;
	}
	.carousel-itemH img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  display: block;
	}
    .carousel-buttons {
      position: absolute;
      left: 10px;
      bottom: 4px;
    }
    .carousel-buttons button {
      width: 30px;
      height: 30px;
      font-size: 16px;
      border: 1px solid #aaa;
      background: #fff;
      color: #333;
      border-radius: 4px;
      cursor: pointer;
      transition: 0.3s;
    }
    .carousel-buttons button:hover {
      background-color: #eee;
    }
    @media (max-width: 1024px) {
      .carousel-itemH {
        flex: 0 0 calc(50% - 10px); /* show 2 */
      }
    }
    @media (max-width: 640px) {
      .carousel-itemH {
        flex: 0 0 100%; /* show 1 */
      }
    }
    
        
/***********************about-container **************************/	
	.about-container {
      max-width: 1500px;
      margin: auto;
      padding: 1rem;
	  margin-top: 40px;
    }
    .about-section {
      background-color: #00468b;	  
      color: white;
      padding: 2rem;
      border-radius: 10px;
      display: flex;
      flex-direction: row;
      gap: 2rem;
      flex-wrap: wrap;
    }
    .about-text {
      flex: 2;
    }
    .about-text h2 {
      font-size: 1.2rem;
      color: #ffd700;
      margin-bottom: 0.5rem;
    }
    .about-text h1 {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 1rem;
    }
    .about-text p {
      font-size: 1rem;
      margin-bottom: 1rem;
	  margin-top: 30px;
    }
    .about-text .read-btn {
      display: inline-block;
      padding: 0.5rem 1rem;
      background: white;
      color: #00468b;
      border: 2px solid white;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background 0.3s ease;
	  margin-top: 55px;
    }
    .about-text .read-btn:hover {
      background: #ffd700;
      color: #000;
    }
    .about-banner {
      flex: 2;
      text-align: center;
    }
    .about-banner img {
      max-width: 100%;
      border-radius: 10px;
    }

/**************************************University Highlights**************************************/
    .highlights {
      max-width: 1500px;
      margin: 2rem auto;
      padding: 1rem;
    }
    .highlight-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .highlight-header h2 {
      color: #1a2c61;
      font-size: 1.85rem;
      font-weight:bold;
      margin: 0;
    }
    .highlight-header-h3 {
      color: black;
      font-size: 1.2rem;
      font-weight:bold;
      margin: 0;
    }
    .highlight-header a {
      text-decoration: none;
      color: #1a2c61;
      font-weight: bold;
      display: flex;
      align-items: center;
    }
    .highlight-header a::after {
      content: '➜';
      margin-left: 5px;
    }
    
    .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 1rem;
      margin-top: 1rem;
    }
    .gallery-item {
      position: relative;
      overflow: hidden;
      cursor: pointer;
    }
    .gallery-item img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      display: block;
    }
    .overlay-icon {
      position: absolute;
      top: 10px;
      right: 10px;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 50%;
      padding: 8px;
      display: none;
      z-index: 2;
    }
    .gallery-item:hover .overlay-icon {
      display: block;
    }
    .overlay-icon img {
      width: 20px;
      height: 20px;
    }
    
    /* Modal Styles */
    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.9);
      padding-top: 80px;
    }
    .modal-content {
      margin: auto;
      display: block;
      max-width: 80%;
    }
    .close, .prevM, .nextM {
      position: absolute;
      color: white;
      font-size: 40px;
      font-weight: bold;
      cursor: pointer;
      user-select: none;
      transition: 0.3s;
      z-index: 100;
    }
    .close {
      top: 30px;
      right: 50px;
    }
    .prevM {
      top: 50%;
      left: 20px;
      transform: translateY(-50%);
    }
    .nextM {
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
    }
    .prevM:hover, .nextM:hover, .close:hover {
      color: #f1f1f1;
    }
    @media (max-width: 768px) {
      .overlay-icon {
        top: 5px;
        right: 5px;
        padding: 6px;
      }
      .overlay-icon img {
        width: 16px;
        height: 16px;
      }
    }
    
    /**************************Important Website*****************************/
    
     #USEFUL_LINKS {
	  margin-top: 15px;
      margin-bottom: 20px;
      font-size: 24px;
      color: #1c3d6e;
      border-left: 6px solid #1c3d6e;
      padding-left: 10px;
    }
	 #importantWebsite {
	  margin-top: 15px;
      margin-bottom: 20px;
      font-size: 24px;
      color: #1c3d6e;
      border-left: 6px solid #1c3d6e;
      padding-left: 10px;
    }
    .website-carousel-container {
      position: relative;
      overflow: hidden;
      max-width: 1500px;
      margin: auto;
	  margin-top: 40px;
    }
    .website-carousel-track {
      display: flex;
      transition: transform 0.5s ease;
    }
    .website-carousel-item {
      flex: 0 0 16.66%;
      padding: 10px;
      box-sizing: border-box;
      text-align: center;
    }
    .website-carousel-item img {
      width: 100%;
      border-radius: 8px;
      border: 1px solid #ddd;
      background: #fff;
	  height: 85px;
	  display: block;
    }
    .website-carousel-dots {
      text-align: center;
      margin-top: 10px;
    }
    
    /****************************Our Placements***********************************/
	.placement-section {
	  max-width: 1500px;
	  margin: auto;
	  text-align: center;
	  background: #f5f5f5;
	  margin-top: 50px;
	}
	.placement-section h2 {
	  color: #224b8d;
	  font-size: 24px;
	  margin-bottom: 5px;
	  margin-top: 15px;
	  padding: 15px
	}
	.placement-section h3 {
	  font-size: 28px;
	  font-weight: bold;
	  margin-bottom: 20px;
	}
	.placements-carousel-container {
	  position: relative;
	  overflow: hidden;
	}
	.placements-carousel-track {
	  display: flex;
	  transition: transform 0.5s ease;
	}
	
	.card {
	  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	  margin:6px 6px 0 6px;
	  max-width:100%;
	  /*min-width: 240px;
	  max-width: 220px;*/
	  flex-shrink: 0;
	  padding: 10px;
	}
	.card img {
	  width: 100%;
	  height: 250px;
	  object-fit: cover;
	}
	.card-content {
	  padding: 10px;
	}
	.card-content h4 {
	  font-size: 16px;
	  font-weight: bold;
	  color: #333;
	}
	.card-content p {
	  font-size: 14px;
	  color: #555;
	  margin: 4px 0;
	}
	
	.nav-buttons {
	  margin-top: 20px;
	  text-align: center;
	  padding: 10px;
	}
	.nav-btn {
	  background-color: #224b8d;
	  color: white;
	  border: none;
	  padding: 10px 15px;
	  cursor: pointer;
	  font-size: 20px;
	  border-radius: 50%;
	  margin: 0 10px;
	}
	.nav-btn:hover {
	  background-color: #1a3666;
	}
	
	/* Responsive behavior */
	@media (max-width: 768px) {
	  .card {
		min-width: 180px;
		max-width: 180px;
	  }
	  .card img {
		width: 100%;
		height: 335px;
		object-fit: cover;
	  }
	}
	@media (max-width: 768px) {
	  .card {
		min-width: 150px;
		max-width: 150px;
	  }
	}
	@media (max-width: 600px) {
	  .card {
		min-width: 100%;
	  }
	}
	
	/********************************testimonialscontainer********************************/
	.testimonialscontainer {
      max-width: 1500px;
      margin: 0 auto;
      padding: 30px 20px;
	  background-color: #931111;
      color: #fff;
	  margin-top: 60px;
    }
    #testimonials {      
	  margin-bottom: 20px;
      font-size: 24px;
      color: yellow;
      border-left: 6px solid yellow;
      padding-left: 10px;
	  margin-top: 15px;
    }
	#People{
	margin: 0 0 10px;
	}
	
	.tabs {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 10px;
    }
    .tab {
      padding: 10px 20px;
      background-color: gold;
      color: #000;
      cursor: pointer;
      border: none;
      outline: none;
      border:1px solid #f9f9f9;
    }
    .tab.active {
      background-color: black;
      color: white;
    }
    
    .carousel-wrapper {
      position: relative;
      overflow: hidden;
      background-color: #fff;
      border-radius: 5px;
      height: 300px;
    }
    .carousel-track-testimonials {
      display: flex;
      transition: transform 0.5s ease;
      height: 100%;
    }
    .testimonial-card {
      display: flex;
      min-width: 100%;
      height: 100%;
      color: #000;
    }
    .testimonial-image {
      /* flex: 0px 0 280px; */
      display: flex;
      /* justify-content: center; */
      /* align-items: center; */
      /* background-color: #ccc; */
    }
    .testimonial-image img {
      width: 325px;
      height: auto;
      /* border-radius: 8px; */
    }
    .testimonial-text {
      flex: 1;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .testimonial-text h4 {
      color: #8B0000;
      margin: 0 0 8px;
    }
    
    .carousel-controls {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 2;
    }
    .carousel-controls button {
      background: transparent;
      padding: 0px 10px;
      margin-left: 10px;
      font-size: 20px;
      cursor: pointer;
      border-radius: 4px;
    }

    @media screen and (max-width: 768px) {
      .testimonial-card {
        flex-direction: column;
      }
      .testimonial-image {
		  flex: 0 0 165px;
		  display: flex;
		  justify-content: center;
		  align-items: center;
		  background-color: #ccc;
      }
      .testimonial-image img {
        width: 50px;
      }
      .testimonial-text {
        padding: 15px;
      }
    }
    
    
.IP-slider-container {
    position: relative;
    display: flex;
    align-items: center;
}

.IP-slider {
    overflow: hidden;
    width: 100%;
}

.IP-slide-track {
    display: flex;
    transition: transform 0.5s ease;
}

.IP-slide-track img {
    width: 200px;
    height: 80px;
    margin: 20px;
    object-fit: contain;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

.IP-prev, .IP-next {
    background: #224b8d;
    color: #fff;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
    font-size: 22px;
    border-radius: 5px;
}
.IP-prev:hover, .IP-next:hover {
	  background-color: #1a3666;
	}



/* footer */
.footer-dark {
  background: #2f2f2f;
  color: #ddd;
  font-size: 12px;
}

.footer-dark h5 {
  color: #fff;
  margin-bottom: 15px;
  border-bottom: 1px solid #555;
  padding-bottom: 8px;
}

.footer-list {
  list-style: none;
  padding-left: 0;
}

.footer-list li {
  margin-bottom: 8px;
}

.footer-list li a {
  color: #ddd;
  text-decoration: none;
}

.footer-list li a:hover {
  color: #fff;
  padding-left: 5px;
  transition: 0.3s;
}

.footer-dark p {
  line-height: 1.7;
}

.social-icons a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 8px;
  border-radius: 4px;
  color: #fff;
}

.social-icons .facebook i {  color: #3b5998; font-size:20px;}
.social-icons .twitter i {  color: #1da1f2; font-size:20px;}
.social-icons .youtube i {  color: #ff0000; font-size:20px;}

.social-icons a:hover i {
  opacity: 0.7;
  transform: scale(1.1);
}

.footer-bottom {
  background: #222;
  color: #aaa;
  font-size: 13px;
}
/* footer */


.in-banner {
    background-color: #192138;
    background-image: url(../Images/innerbanerr.png);
    min-height: 190px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}
.inheading {
    position: absolute;
    left: 0;
    margin: 0 auto;
    z-index: 3;
    padding: 0 65px;
    top: 66px;
    max-width: 670px;
}
.inheading h1 {
    color: #fff;
    font-size: 1.7em;
    margin: 0;
    text-align: left;
}
.breadcrumbH {
    font-size: 0.9em;
    margin-top: 1em;
    border-top: 1px dashed rgba(255, 255, 255, 0.26);
    list-style: none;   /* removes numbers/bullets */
    padding: 0;
    display: flex;
    gap: 5px;
}
.breadcrumbH li {
    font-size: 0.95em;
    color: #ffeb3b;
}
.breadcrumbH li a {
    color: #fff;
    text-decoration: none;
}


