#comn-bannerinner { clip-path: polygon(99.94% 75.21%, 0.05% 98.81%, 0.02% -0.06%, 99.93% -0.69%); position: relative; }
#comn-bannerinner img { width: 100%; }
.ovrly-comn-banner { background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(12, 77, 139, 0.55) 100%); position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
#alummni-dirctory { overflow: inherit; position: relative; padding: 0px 0 96px; }
.left-side-menu-bar { background: #fff; box-shadow: 0px 0px 4px 1px #0000001f; padding: 14px 14px 36px; border-radius: 16px; position: relative; top: -97px; }
.left-side-menu-bar h2 { font-size: 19px; font-weight: 400; text-align: center; margin: 0px auto; padding: 15px 0; }
body { background: #f4f4f4; }


#jobbs-detlls-wdth { padding:0px 0 60px; position:relative; overflow:inherit; }



img {
max-width: 100%;
  height: auto;
}

.job-card {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.08);margin-top: -165px;
      overflow: hidden;
      transition: all 0.3s ease;
    }
    .job-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    }
    .job-header {
      background: linear-gradient(135deg, #002147, #0056b3);
      color: #fff;
      padding: 35px;
    }
    .job-header h3 {
      font-weight: 600;color: #fff;
    }
    .badge-custom {
      background-color: #ffc107;
      color: #000;
      font-weight: 500;
      border-radius: 20px;
      padding: 5px 15px;
    }
    .section-title {
      border-left: 5px solid #0056b3;
      padding-left: 10px;
      font-weight: 600;
      color: #002147;
      margin-bottom: 10px;
    }
    .apply-btn {
      background: #002147;
      color: #fff;
      border-radius: 30px;
      padding: 11px 22px;
      transition: all 0.3s ease;
    }
    .apply-btn:hover {
      background: #0056b3;
    }
    .job-details {
      padding: 30px;
    }
    .job-details ul {
      list-style: none;
      padding: 0;
    }
    .job-details li {
      padding: 6px 0;
      color: #444;
    }
    .job-details li i {
      color: #0056b3;
      margin-right: 10px;
    }
    .company-info {
      background: #f0f6ff;
      padding: 25px;
      border-radius: 12px;
      margin-top: 25px;
    }
    .poster {
      display: flex;
      align-items: center;
      gap: 12px;
      background: #e9f2ff;
      padding: 15px;
      border-radius: 10px;
      margin-top: 20px;
    }
    .poster img {
      border-radius: 50%;
      width: 50px;
      height: 50px;
    }

#evnt-detlls2 {
  overflow: inherit;
  margin: -195px auto 69px;
  position: relative;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgb(11, 36, 71) !important;
}
.event-header {
      background-color: #0b2447;
      color: #fff;margin-bottom: 27px;
      padding: 1rem 21px;
    }
    .event-header h4 {
      margin: 0 auto 4px;
    }
	.text-muted {
  --bs-text-opacity: 1;
  color: #fff !important;
  font-size: 12px;
}
    .event-card {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
      padding: 1.5rem;
    }
    .event-meta i {
      color: #0d6efd;
    }
    .event-description {
      line-height: 1.7;
    }
    .btn-discussion {
      background: #1b3b73;
      color: #fff;
      font-weight: 500;
      border-radius: 5px;
    }
    .btn-discussion:hover {
      background: #0d6efd;
      color: #fff;
    }
    .icon-check {
      color: green;
      font-weight: bold;
    }
.event-card img { width:100%; }


.nws-storry-wdthh {
  background: #fff;
  padding: 37px;
  border-radius: 24px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  margin: -174px auto 81px;
  position: relative;
}
.back-link {
  color: #d98600;
  font-weight: 500;
  background: #eceaea;
  padding: 9px 17px;
  border-radius: 7px;
}
.article-title {
  font-weight: 398;
  color: #d98600;
  line-height: 45px;
  margin-bottom: 15px;
}
.article-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  background: #fff;
  padding: 17px;
}
#likeBtn {
  color:inherit;
}



.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgb(217, 134, 0) !important;
}
    .article-meta {
      font-size: 0.9rem;
      color: #6c757d;
    }
.like-comment-bar {
  border: 1px solid #ddd;
  padding: 10px 10px;
  border-radius: 8px;
  background: #fff;
}
    .comment-box {
      border: 1px solid #ddd;
      border-radius: 50px;
      padding: 8px 15px;
      width: 100%;
    }
.social-share {
  position: fixed;
  top: 56%;
  right: 41px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}
    .social-share a {
      background: #fff;
      border-radius: 50%;
      width: 48px;position: relative;
      height: 48px;
      display: flex;font-size: 19px;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
      color: #333;
      transition: 0.3s ease;
    }
    .social-share a:hover {
      transform: translateY(-3px);
      color: #fff;
    }
    .social-share .facebook { background: #1877f2; color:#fff; }
    .social-share .whatsapp { background: #25d366; color:#fff; }
    .social-share .linkedin { background: #0077b5; color:#fff; }
    .comment-item {
      background: #fff;
      border-radius: 10px;
      padding: 10px 15px;
      margin-top: 10px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }
.copy-btn {
      border: none;
      background: none;
      color: #0d6efd;
      cursor: pointer;
      transition: all 0.3s;
    }
    .copy-btn:hover {
      color: #084298;
    }
	.bi-link-45deg { position: relative; right: -9px;
  top: 2px; }
#shareBtn {
  border-radius: 50%;
  padding: 10px 14px;
  background: #d98600;
  color: #fff;
  border: 1px solid #d98600;
}
	#copyBtn .bi-clipboard { position:relative; }
	.share-popup {
      position: absolute;
top: -3%;
right: 53px;
  width: 360px;
      background: #fff;
      border: 1px solid #dee2e6;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 15px;
      z-index: 999;
      display: none;
      animation: fadeIn 0.2s ease-in-out;
    }
    @keyframes fadeIn {
      from {opacity: 0; transform: translateY(5px);}
      to {opacity: 1; transform: translateY(0);}
    }
    .copy-input {
      position: relative;
    }
#copyBtn {
  background: #fff;
  padding: 2px 3px 0 10px;
}
    .copy-btn {
      position: absolute;
      top: 50%;
      right: 8px;
      transform: translateY(-50%);
      border: none;
      background: none;
      color: #0d6efd;
      cursor: pointer;
    }
    .social-icons {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 10px;
    }
    .social-icons a {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: #f1f1f1;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #333;
      transition: all 0.3s;
    }
    .social-icons a:hover {
      background: #0d6efd;
      color: #fff;
    }

@media screen and (min-width:280px) and (max-width:388px) {
	.job-card { margin-top: -24px; }
	.job-header { padding: 24px; }
	.job-details { padding: 21px; }
	#evnt-detlls2 { margin: -43px auto 69px; }
}
@media screen and (min-width:389px) and (max-width:476px) {
	.job-card { margin-top: -24px; }
	.job-header { padding: 24px; }
	.job-details { padding: 21px; }
	#evnt-detlls2 { margin: -43px auto 69px; }
}
@media screen and (min-width:477px) and (max-width:575px) {
	.job-card { margin-top: -57px; }
	.job-header { padding: 24px; }
	.job-details { padding: 21px; }
	#evnt-detlls2 { margin: -43px auto 69px; }
}
@media screen and (min-width:576px) and (max-width:767px) {
	.job-card { margin-top: -57px; }
	.job-header { padding: 24px; }
	.job-details { padding: 21px; }
	#evnt-detlls2 { margin: -43px auto 69px; }
}
@media screen and (min-width:768px) and (max-width:991px) {
	
}
@media screen and (min-width:992px) and (max-width:1150px) {
	 
	
}
@media screen and (min-width:1150px) and (max-width:1240px) {
	
} 
@media screen and (min-width:1241px) and (max-width:1340px) {
	

}
@media screen and (min-width:1341px) and (max-width:1399px) {
   	
}
@media screen and (min-width:1400px) and (max-width:1499px) {
  
}
@media screen and (min-width:1500px) and (max-width:1599px) {
   
}
@media screen and (min-width:1600px) and (max-width:1699px) {

}
@media screen and (min-width:1700px) and (max-width:1799px) {
    
}
@media screen and (min-width:1800px) and (max-width:1899px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1582px; }
	.align-self-start { width: 15%; position: relative; top: -10px; right: -70px; }
}
@media screen and (min-width:1900px) and (max-width:1999px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1582px; }
	.align-self-start { width: 15%; position: relative; top: -10px; right: -70px; }
}
@media screen and (min-width:2000px) and (max-width:2999px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 86%; }
	.align-self-start { width: 15%; position: relative; top: -10px; right: -95px; }
}
@media screen and (min-width:3000px) and (max-width:3999px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 86%; }
	.align-self-start { width: 15%; position: relative; top: -10px; right: -70px; }
}
@media screen and (min-width:4000px) and (max-width:4999px) {

}
@media screen and (min-width:5000px) and (max-width:5999px) {

}
