
.dissertation-list{
    background-color: #f314ff36;
}

.dissertation-unorder-list li{
    padding-bottom: 10px;
    list-style: none;
    
}
.fa{
    padding-right: 10px;
    color:#ff1494;
    font-size: 30px; /* Adjust icon size */
}

.dissertation-para{
    font-size: 30px;
    color:#ff1494
}




  .quick-fact {
    background-image: radial-gradient(circle,#4f96bda5  0%,#c33d92b6  100%);
    margin-top: 30px;
    padding: 20px;
    /* border: 1px solid #101010; */
    border-radius: 20px;
  }
  
  .quick-fact p {
    margin: 0;
  }
  
  .quick-fact__content {
    display: flex;
    flex-direction: column;
  }
  
  .quick-fact__title {
    border-right: 1px solid #ec1111;
    padding-right: 20px;
  }
  
  .quick-fact__desc {
    flex: 1;
  }
  




   
.pt-100{
    padding-top:100px;
}
.pb-100{
    padding-bottom:100px;
}
.section-title {
  margin-bottom: 60px;
}
.section-title p {
	color: #777;
	font-size: 18px;
}
.section-title h4 {
	text-transform: capitalize;
	font-size: 20px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
.section-title h4:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	background-color: #ff36b2cf;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.section-title h4:after {
	position: absolute;
	background-color: #ff36b2cf;
	content: "";
	width: 10px;
	height: 10px;
	bottom: -4px;
	left: 50%;
	margin-left: -5px;
	border-radius: 50%;
}
ul.timeline-list {
	position: relative;
	margin: 0;
	padding: 0
}
ul.timeline-list:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color:#ff36b2cf;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
ul.timeline-list li {
	position: relative;
	clear: both;
	display: table;
}
.timeline_content {
	border: 2px solid #ff36b2cf;
	background-color:#fff
}
ul.timeline-list li .timeline_content {
	width: 45%;
	color: #333;
	padding: 30px;
	float: left;
	text-align: right;
}
ul.timeline-list li:nth-child(2n) .timeline_content {
	float: right;
	text-align: left;
}
.timeline_content h4 {
	font-size: 22px;
	font-weight: 600;
	margin: 10px 0;
}
ul.timeline-list li:before {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background-color:#ff36b2cf;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	border-radius: 50%;
}
.timeline_content span {
	font-size: 18px;
	font-weight: 500;
	font-family: poppins;
	color: #ff36b2cf;
}
@media (max-width: 768px) {
    ul.timeline-list li .timeline_content {
      width: 100%;
      float: none;
      text-align: left;
      margin-bottom: 20px;
    }
  
    .section-title h4 {
      font-size: 18px;
    }
    ul.timeline-list li:before {
        display: none; /* Hide the circular bullet points */
      }
    
  }





  /* .conclusion-dissertation {
    background-color: #75daf1f8;
  } */
  
  .background-img {
    background-image: url("../img/phd/conclusion.jpg");
    /* https://3.bp.blogspot.com/-piZWCW2uUbg/W2fPXxkWZgI/AAAAAAAAOu0/eydmMjTIqcwLMHEEr2H7imqoRTxMw4o9QCLcBGAs/s1600/among_trees_night_dribbble.png */
    height: 500px; /* Adjusted height for mobile */
    width: 100%; /* Full width on mobile */
    background-repeat: no-repeat;
    background-size: cover;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #2a3cad;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #2a3cad;
    position: relative;
  }
  
  .content h2 {
    font-size: 18px; /* Reduced font size for mobile */
    color: #090909;
  }
  .content p { 
    color: #f7f5f5;
  }
  
  .box {
    position: relative; /* Changed to relative positioning for mobile */
    width: 80%; /* Adjusted width for mobile */
    max-width: 400px; /* Added max-width for better responsiveness */
    margin: 0 auto; /* Center align on mobile */
    height: auto; /* Auto height on mobile */
    /* background: #111845a6; */
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 10px 20px rgb(23, 32, 90); /* Adjusted box shadow for mobile */
    border: 2px solid #2a3cad;
    color: white;
    padding: 20px;
  }
  
  .box:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: 0.5s;
    pointer-events: none;
  }
  
  .box:hover:before {
    left: -50%;
    transform: skewX(-5deg);
  }
  
  .box .content {
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(9, 0, 0, 0.5);
  }
  
  .box span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
  }
  
  .box span:nth-child(1) {
    transform: rotate(0deg);
  }
  
  .box span:nth-child(2) {
    transform: rotate(90deg);
  }
  
  .box span:nth-child(3) {
    transform: rotate(180deg);
  }
  
  .box span:nth-child(4) {
    transform: rotate(270deg);
  }
  
  .box span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #50dfdb;
    animation: animate 4s linear infinite;
  }
  
  @keyframes animate {
    0% {
      transform: scaleX(0);
      transform-origin: left;
    }
    50% {
      transform: scaleX(1);
      transform-origin: left;
    }
    50.1% {
      transform: scaleX(1);
      transform-origin: right;
    }
    100% {
      transform: scaleX(0);
      transform-origin: right;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .background-img {
      height: 600px; /* Adjusted height for 500px width */
    }
  
  
  }
    @media only screen and (max-width: 425px) {
    .background-img {
      height: 1030px; /* Adjusted height for 500px width */
    }
  
  
  }