@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;800&family=Playfair+Display+SC:wght@400;700;900&display=swap");

/*GLOBAL STYLES HERE */
* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  color: rgb(51, 51, 51);
}

body,
html {
  overflow-x: hidden;
}

p {
  font-size: 0.8rem;
  text-align: justify;
}

.white {
  color: white;
}

.play {
  font-family: "Playfair Display SC", serif;
}

.monst {
  font-family: "Montserrat", sans-serif;
}
.bg-blue {
  background-color: #112269;
  color: white;
}

.carousel-inner {
  height: 100%;
}
.display-1 {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

/* 
  font-family: "Playfair Display SC", serif;
 
  */

/* GLOBAL STYLE ENDS HERE */

/* HEADER STYLES START HERE */
header {
  position: relative;
  z-index: 100;
}
.hamburger {
  display: none;
}

.mainnav {
  position: absolute;
  width: 100%;
}
.logo {
  padding: 0.5rem;
}
.findyourprograms,
.findyourprogram {
  align-content: baseline;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  background-color: transparent;
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.findyourprograms button {
  border: 1px solid rgb(52, 52, 52);
  min-width: 100px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 1rem;
}
.findyourprogram button {
  border: 1px solid white;
  min-width: 100px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  padding-left: 24px;
  padding-right: 24px;
  color: white;
  margin-top: 1rem;
}
.findyourprograms button::before {
  background-color: #112269;
}

.mainmenulinks {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.mainmenulinks a,
.mainmenulink-s a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width:1000px) {
  .mainmenulinks a,
.mainmenulink-s a{
  font-size: 0.6rem;
}

@media (max-width:800px) {
  .mainmenulinks {
    margin-top: 0;
  }
}
}
.mainmenulink-s a {
  color: rgb(52, 52, 52);
}
.mainnavs {
  display: none;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.headerDown {
  display: block;
  position: fixed;
  z-index: 101;
  top: 0vh;
  background-color: white;
  width: 100%;
  animation: slidedown 0.3s forwards;
}
.hamburger {
  display: none;
}
.programsdropdown {
  position: absolute;
}
/* Hamburger Styling */
#hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
#hamburger .line {
  fill: none;
  stroke: white;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
#hamburger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
#hamburger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
#hamburger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
#hamburger.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
#hamburger.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
#hamburger.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
#hamburger {
  display: none;
}
section {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* .carousel-indicators{
  position:absolute;
  bottom: 10 !important;
} */
/* Rules for Tablet and mobile */
@media screen and (max-width: 830px) {
  .topsubnavigation {
    display: none;
  }
  .topmenucontainer .topmenu {
    display: none;
  }
  .hamburger,
  .hamburgerb {
    display: block;
    background: #112269 !important;
  }
  .findyourprogram {
    display: none;
  }
  #findyourprogram {
    display: none;
  }
  .mainmenulinks,
  .hamburger {
    flex-direction: column;
    position: absolute;
    top: 30px;
    right: 10px;
  }
  .mainmenulinks {
    display: none;
  }
  .submenulink {
    margin: 10px;
  }
  .mainmenulink,
  .mainmenulink-s {
    padding: 10px;
  }
  .mainmenulink a {
    color: rgb(52, 52, 52) !important;
  }
  .mainmenulink {
    background-color: white;
  }
  .show {
    display: block;
  }
  .hovmen {
    background-color: white;
    padding-bottom: 10px;
  }
  #hamburger {
    display: block;
  }
  .carousel,
  .carousel-item img {
    height: auto !important;
  }
  .mainnav {
    padding-top: 0;
  }
  .inbetween {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .accordion-body {
    overflow-x: scroll !important;
  }
}

@keyframes slidedown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hovercraft {
  0% {
    position: relative;
    bottom: 0px;
  }
  100% {
    position: relative;
    bottom: 4px;
  }
}

@keyframes slidedown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hovercraft {
  0% {
    position: relative;
    bottom: 0px;
  }
  100% {
    position: relative;
    bottom: 4px;
  }
}

/* Dropdown styles */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-contentt {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-contentt a {
  font-size: 12px;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-contentt a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-contentt {
  display: block;
}



/* HEADER STYLES ENDS HERE */
/* Floating Button Style Starts Here */
.floatingapplynowbutton {
  position: fixed;
  top: 10.5vh;
  right: -150px;
  z-index: 100;
  border: 1px solid white;
  transition: 0.3s;
}
.floatingapplynowbutton:hover {
  right: 0;
  transition: 0.3s;
}
/* Floating Button Style Ends Here */
/* CAROUSEL DESIGN STARTS HERE */

.carousel {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
}
.carousel-caption {
  position: absolute;
  top: 30%;
  left: 17%;
  text-align: left;
  height: fit-content;
  width: fit-content;
  padding: 35px;
  background-color: white;
}
.carousel-caption h5 {
  color: rgb(52, 52, 52);
  font-family: "Playfair Display SC", serif;
}
.carousel-caption p {
  color: rgb(52, 52, 52);
}
.carousel-example-caption .carousel-indicators {
  position: absolute;
  bottom: 10%;
}
.h1 {
  font-size: 3rem;
  font-weight: 900;
  text-shadow: 0px 0px 4px rgba(20, 20, 20, 1);
}
.corouselButton {
  text-decoration: none;
  background-color: white;
  padding: 1rem 3rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin-top: 5rem;
}
.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #242424 !important;
  border-radius: 10px !important;
}
.carousel-item img {
  height: 100%;
}

/* CAROUSEL DESIGN ENDS HERE */

/* BUTTON STYLING */
.button {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.813rem;
}
.button button {
  font-weight: 600;
  padding: 1rem 3rem;
  border-radius: 0;
  text-transform: uppercase;
}

.button-red button {
  color: white;
  background-color: #de3b29;
  border: none;
}

.button-blue button {
  color: white;
  background-color: #112269;
  border: none;
}

.button-white button {
  color: #112269;
  background-color: #ffffff;
  border: none;
}

.button-transparent-blue button {
  background: transparent;
  color: #112269;
  border: 2px solid #112269;
}

.button-transparent-white button {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.button button {
  position: relative;
}
/* .button button::after{
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: scale(0);
  transition: all 1s ease-in-out;

} */
/* .button:hover button{
  color: white;
  width: 100%;
  height: 100%;
  background-color: #112269;
} */
.button:hover button::after {
  transform: scale(1);
}
/* BUTTON STYLE ENDS HERE */

/* CARD STYLES HERE */
.post {
  text-decoration: none;
}
.card-text * {
  color: white;
}
.card {
  border-radius: 0;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.card-title {
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  font-size: 1rem;
  top: 20%;
  left: 0;
  color: white;
  width: 100%;
  font-weight: 600;
}
.card-text,
.breaker {
  text-align: center;
  position: absolute;
  bottom: 10%;
  color: white;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
.breaker {
  bottom: 23%;
  left: 43%;
}
.post-type-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.card-body,
.card-img-top {
  max-height: 50%;
  min-height: 100px;
}
.card-img-top {
  height: 10rem;
  min-width: 150px;
}
.post-row {
  margin-bottom: 2rem;
}
.card-body {
  position: relative;
  width: 100%;
  background-color: #112269;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  height: 10rem;
}
/* CARD STYLES ENDS HERE */

/* CAROUSEL STYLE STARTS HERE */

/* CAROUSEL STYLE ENDS HERE */

/* BANNER STYLES STARTS HERE */

/* BANNER STYLES ENDS HERE */

/* Programs Styling Starts Here */
.program a {
  text-decoration: none;
}
.programcontent {
  height: 200px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: fill;
  background-position: center;
  background-repeat: no-repeat;
  animation: programHoverReverse forwards 600ms;
}
.programcontent:hover {
  animation: programHover forwards 600ms;
}

.programcontent .text {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

@keyframes programHover {
  0% {
    background-size: 110%;
  }
  100% {
    background-size: 130%;
  }
}

@keyframes programHoverReverse {
  100% {
    background-size: 110%;
  }
  0% {
    background-size: 130%;
  }
}

@media screen and (max-width: 1000px) {
  .programcontent {
    height: 180px;
    margin: 0;
  }
  .programcontent .text {
    font-size: 1rem !important;
  }
}

/* Programs Styling Ends Here */

/* IMPORTANT LINKS STARTS HERE */
.important-links-heading div ul li {
  padding: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Playfair Display SC", serif;
}
.important-links-list div div ul li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  list-style: none;
}
.important-links-list div div ul li a {
  text-decoration: none;
  color: #112269;
  font-size: 0.8rem;
  font-weight: 800;
}
.externalLink {
  width: 25px;
  padding-left: 0.5rem;
}
/* IMPORTANT LINKS ENDS HERE */
/* INSET DESIGN */
.inbetween {
  padding: 5%;
  background: #112269;
  color: white;
}
/* INSET DESIGN END */
.jumboHeading {
  font-family: "Playfair Display SC", serif;
  color: white;
}
.jumboText {
  font-size: 0.8rem;
  color: white;
}

/* FOOTER STARTS HERE */
.single-cta ul {
  list-style: none;
}
.single-cta ul li a {
  padding: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: justify;
}

/* FOOTER ENDS HERE */

/* Under Construction Styling Here */

.underconstruction {
  display: grid;
  place-content: center;
  height: 100vh;
  width: 100vw;
  background-image: url("../public/pictures/bg-uc.jpg");
}
.underconstructioncontent {
  display: grid;
  place-content: center;
}
.underconstructioncontent h1 {
  font-weight: 900;
  color: white;
}
.underconstructioncontent p {
  text-align: center;
  font-weight: 900;
  color: white;
}
/* Under Construction Styling Ends Here */

.admissionlink {
  text-decoration: none;
  font-size: 0.8rem;
  color: #112269;
  font-weight: 600;
}
.requiremententry {
  display: flex;
  flex-direction: column;
}

/* Admission Process Style Starts Here */
.nextarrow {
  display: flex;
  align-items: center;
  margin-top: -1rem;
}
.nextarrow img {
  width: 20px;
  height: 20px;
}
.circle {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  background-color: #112269;
  display: grid;
  place-content: center;
  color: white;
  font-weight: 900;
  font-size: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.requirements {
  padding-top: 50px;
  padding-bottom: 50px;
}
.requirement {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.requirement h5 {
  padding-top: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: justify;
  margin-left: -5px;
}

/* Admission Process Style Ends Here*/
/* Video Container Styling Starts Here */
.videocontainer {
  background-color: #112269;
  margin-top: 100px;
}
.videoinnercontainer {
  padding: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
/* RESPONSIVE STYLING */
@media screen and (max-width: 1200px) {
  .popupmenu {
    justify-content: space-around;
  }
  .logo div img {
    width: 300px !important;
  }
  .footer-logo a img {
    width: 200px !important;
  }
}

@media screen and (max-width: 1000px) {
  .popupmenu {
    justify-content: space-around;
  }
  .logo div img,
  .footer-logo div img {
    width: 250px !important;
  }
  .card-title {
    font-size: 0.8rem;
  }
  .card-text {
    font-size: 0.6rem;
  }
  .single-cta ul {
    margin: 2rem 1rem;
  }
  .single-cta ul li a {
    font-size: 0.8rem;
  }
  .post-type-2 {
    flex-direction: column;
  }
  .post-row > div {
    margin-bottom: 1rem;
    max-width: 550px;
  }
}

@media screen and (max-width: 786px) {
  .single-cta ul {
    text-align: left !important;
  }
  .text-heading {
    text-align: center !important;
  }
  .statstext {
    text-align: center !important;
  }
}
/* PROGRAMS FORM STYLING STARTS HERE */

.programforms {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.registeryourinterest input {
  border-radius: 0;
  margin: 2px;
  border: none;
  border-bottom: 1px solid #232323;
  font-size: 10px;
}
.registeryourinterest select {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #232323;
  font-size: 10px;
}
.registeryourinterest select::after {
  content: "\/";
}
.registeryourinterest p,
.programforms p {
  font-size: 10px;
}
.courseinfo {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
/* PROGRAMS FORM STYLING ENDS HERE */
/* FEE STRUCTURE TABLE STYLING */
th,
th b {
  color: white;
}

table tbody tr:first-child {
  background-color: #112269;
}
table tbody tr:first-child td b {
  color: white;
}
/* FEE STRUCTURE TABLE STYLING */

/* CONTACT CARD STYLES STARTS HERE */
.general div {
  margin: 1rem;
}
.general a {
  text-decoration: none !important;
}
.concard {
  width: 450px;
  height: 250px;
  background-color: #fff;
  background: linear-gradient(#f8f8f8, #fff);
  box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin: 1.5rem;
}

.concard h1 {
  text-align: center;
}
.concard .general {
  width: 90%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
  margin: auto;
  margin-top: 1rem;
  padding-top: 0;
}

.concard .general .more {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 0.9em;
}

.contactentry {
  margin: 1rem;
}
/* CONTACT CARD STYLES ENDS HERE */


/* placement page  */

.placements h1{
    font-family: "Playfair Display SC", serif ;
    font-size: 3.5rem;
    margin: 2rem;
}
.placements p{
    font-size: 1.2rem;
}
.Paginations{
    margin: 2rem auto !important;
}

.Paginations a{
  font-weight: bolder;
  font-size:1rem;
  margin:0.5rem;
    border: none !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    background-color: #112269 !important;
    color: white !important;
}
@media screen and (max-width: 768px) {
    .placements h1 {
        font-size: 2.5rem;
        margin: 1rem;
    }
    .placements p {
        text-align: left !important;
    }
    
}


.placements .card {
    border-radius: 0rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding: 1.5rem;
    box-shadow: 10px 20px 30px black;
}

.placements .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
}

.placements .card h5 {
  text-transform: capitalize !important;
  /* text-transform: uppercase !important; */
  font-size: 1.15rem;
  font-weight: 600;
}

.placements .card h6 {
  text-transform: uppercase !important;
    font-size: 0.95rem;
}

.placements .card small {
    font-size: 0.85rem;
    color: #6c757d;
}

.placements .btn-sm {
    font-size: 0.8rem;
}
/* .placements .status{
  .background-color: white;
  border-radius: 0 !important;
  border: 1px solid #28a745;
  color: #28a745;
} */

.placements .status {
  background-color: white;
  border-radius: 0 !important;
  /* font-size: 0.8rem; */
  /* padding: 0.25rem 0.5rem; */
}

/* Active jobs - green */
.placements .status.active-status {
  border: 1px solid #28a745;
  color: #28a745;
}

/* Inactive jobs - red */
.placements .status.inactive-status {
  border: 1px solid red;
  color: red;
}


/* Card-like modal style */
.modal-content.card-theme {
    border-radius: 0rem;
    border: 1px solid #dee2e6;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    padding: 1.5rem;
    background-color: #fff;
    font-family: 'Segoe UI', sans-serif;
    transition: all 0.3s ease;
}

/* Header/Footer cleanup */
.modal-content.card-theme .modal-header,
.modal-content.card-theme .modal-footer {
    border: none;
    background-color: transparent;
    padding-bottom: 0;
}

/* Typography adjustments */
.modal-content.card-theme .modal-title {
    font-weight: bold;
    font-size: 1.25rem;
}

.modal-content.card-theme .modal-body p {
    font-size: 1rem;
    margin-bottom: 0.6rem;
    color: #343a40;
}

.modal-content.card-theme .btn-success,
.modal-content.card-theme .btn-dark {
    /* border-radius: 0.5rem; */
    padding: 0.4rem 1rem;
    font-weight: 500;
}

.modal-content.card-theme .btn-close {
    box-shadow: none;
}

/* RESPONSIVE STYLES */
@media (max-width: 576px) {
    .modal-dialog.modal-dialog-centered.modal-lg {
        max-width: 95%;
        margin: 0 auto;
    }

    .modal-content.card-theme {
        padding: 1rem;
    }

    .modal-content.card-theme .modal-title {
        font-size: 1rem;
    }

    .modal-content.card-theme .modal-body p {
        font-size: 0.6rem;
    }

    .modal-content.card-theme .modal-footer {
        flex-direction: column;
        gap: 0.5rem;
    }

    .modal-content.card-theme .btn {
        width: 100%;
    }
}
