.it-copyright-area {
  background-color: #ffc000;
}

.it-copyright-text p {
  color: black;
}

/* New styles for full-width inputs and textarea */
.new-input-box .new-input,
.new-textarea-box .new-textarea,
.new-button {
  width: 100%;
  box-sizing: border-box;
}

.new-button {
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px;
  background-color: #0e2a46;
  color: white;
  border: none;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

.new-button:hover {
  background-color: #cfb283;
  color: black;
}

.contact-hedding {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

/* New class to center content horizontally and vertically using Flexbox */
.new-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* New class for styling the social icons */
.new-social-center a {
  margin: 0 10px;
  color: #000;
  font-size: 1.5rem;
  transition: color 0.3s;
}

.new-social-center a:hover {
  color: #007bff;
}

.it-footer-logo {
  padding-bottom: 25px;
}

.it-footer-logo img {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.footer-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.it-footer-text {
  margin-bottom: 20px;
}

/* .footer-text-size {
  font-size: 20px;
  font-weight: bold;
} */

.image-zoom:hover .it-course-thumb img {
  transform: scale(1.2);
}

.no-border {
  border: none !important;
}

.red-hover-color:hover {
  background-color: #f3f5f5 !important;
  color: white !important;
  /* Optional: changes text color to white for better contrast */
  box-shadow: none !important;
  /* Optional: removes any box-shadow if present */
}

.hover-black-text:hover {
  color: black !important;
}

/*---------- Custom modal styling ----------------*/
.modal-content {
  border-radius: 8px;
  /* Rounded corners */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  /* Shadow for depth */
}

.custom-header {
  background-color: #0f152b;
  /* Custom header background color */
  color: white;
  /* Text color inside header */
}

.custom-close {
  color: white;
  /* Close button color */
}

.custom-btn {
  background-color: #0f152b;
  /* Custom button background color */
  border: none;
  /* Remove border */
  color: white;
  /* Button text color */
}

.custom-btn:hover {
  background-color: #CFB283;
  /* Darker shade for hover effect */
}

/* Optional: Update the #0f152bborder color of the header and footer */
.modal-header,
.modal-footer {
  border-color: #0f152b;
  /* Match border color with header background */
}

/* Custom modal title styling */
.custom-title {
  color: white;
  /* Set text color to white */
}

.model-padding-body {
  padding: 50px;
  padding-top: 20px;
}

.model-padding {
  padding-left: 50px;
  padding-right: 50px;
}

.facility-enrol-btn {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 50px;
  display: inline-block;
  color: #000;
  background-color: #ffc000;
  font-weight: 700;
}

.facility-enrol-btn:hover {
  color: white;
  background-color: #0f152b;
  border-color: #0f152b;
}

.h-course-card-text-center {
  text-align: center;
  padding-top: 18px !important;
  padding-bottom: 24px !important;
}

.we-speceliz-h4-css {
  font-size: 20px !important;
}

.boewx1 {
  transition: 0.5s;
}

.boewx1:hover {
  transform: scale(1.1);
}

.header-hr-mg-css {
  margin: 6px !important;
  margin-left: -0.5px !important;
}

.about-sec-v-m-card1 {
  margin-bottom: 0px;
  background: #0f152b;
  padding: 28px 26px;
  border-radius: 4px;
}

.about-sec-v-m-card2 {
  background: #ffc000 !important;
}

.about-mission-p {
  color: #cdcaca;
  font-size: 14px;
  line-height: 21px !important;
  height: 130px;
}

.about-vion-p {
  font-size: 14px;
  line-height: 21px !important;
  height: 130px;
}

.gallery-sec-1-bg-css {
  background: white;
  padding-top: 50px;
  padding-bottom: 56px;
}

.gallery-sec-2-bg-css {
  background: rgb(227, 216, 255);
  padding-top: 50px;
  padding-bottom: 56px;
}

.header-box-shadow-n-css {
  box-shadow: 1px 10px 20px 0px #00000012 !important;
}

.privacy-policy-m-title {
  font-size: 18px;
  font-family: 'Poppins-Light';
}

.privacy-policy-s-des {
  font-size: 14px !important;
  line-height: 24px !important;
}

.director-name-css-n {
  margin-bottom: -21px !important;
  margin-top: 20px !important;
  font-size: 30px !important;
}

.director-posit-css-n {
  color: #ff6c04 !important;
  margin-bottom: 16px !important;
  font-weight: 700 !important;
}

.sub-menu-ml-css {
  margin-left: 16px !important;
}
/* Ensure the section has fixed positioning for watermark */
.watermarked-section {
  position: fixed; /* Keep watermark fixed in viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f500; /* Optional background color */
  overflow: hidden; /* Ensures content does not overflow the section */
  z-index: 1; /* Ensure watermark is below other content */
  pointer-events: none; /* Ensures watermark does not interfere with user interaction */
}

/* Add the watermark image as a pseudo-element */
.watermarked-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-image: url('../imgs/logos/crown-corporate-campus.png');
  /* Adjust the path as needed */
  background-repeat: no-repeat;
  background-size: contain; /* Adjust the size of the watermark */
  background-position: center center;
  opacity: 0.1; /* Adjust the transparency of the watermark */
  transform: translate(-50%, -50%); /* Center the watermark */
  z-index: -1; /* Ensure watermark is behind the content */
}

/* Ensure content is above the watermark */
.content {
  position: relative;
  z-index: 2; /* Ensure content is above watermark */
}

.header-left-css-nn {
  border-left: 1px solid #ffffff !important;
  padding-left: 26px !important;
}

.lecture-panel-naame-css-n {
  font-family: 'Poppins-Medium';
  font-size: 20px !important;
  margin-bottom: -27px !important;
}

.lecture-panel-position-css-n {
  font-family: 'Poppins-Light';
  font-size: 13px !important;
}

.menu-section {
  position: relative;
  margin-bottom: 1em;
}

.sub-menu {
  display: block;
  position: absolute;
  top: -50%;
  left: 0;
  background: #f1f1f1;
  border: none;
  list-style: none;
  margin: 0;
  background: white;
  z-index: 999;
  left: 69%;
  width: 350px;
  border-top: 4px solid #ffc000;
  border-bottom: 4px solid #ffc000;
  padding-top: 12px;
  padding-bottom: 16px;
  padding-left: 22px;
}

@media only screen and (max-width: 600px) {
.sub-menu {
  display: none;
  position: absolute;
  top: -50%;
  left: 0;
  background: #f1f1f1;
  border: none;
  list-style: none;
  margin: 0;
  background: white;
  z-index: 999;
  left: 69%;
  width: 100%;
  border-top: 4px solid #ffc000;
  border-bottom: 4px solid #ffc000;
  padding-top: 12px;
  padding-bottom: 16px;
  padding-left: 22px;
}
}

.menu-section:hover .sub-menu {
  display: block;
}

.menu-section span {
  display: block;
  cursor: pointer;
  font-weight: 100;
  color: #c7d3e7 !important;
}

.header-hr-mg-css {
  margin: 0.5em 0;
}

.new-this-field-border{
padding-left: 30px !important;
}

.facility-main-title-css{
text-align: center !important;
margin-bottom: 23px !important;
}

.facility-2-sec-bg-css{
background: #fff4e4 !important;
}

.appoinment-submision-form-btn-css{
background: #0e152c;
margin-bottom: 24px;
margin-top: -18px;
}

.facility-form-title{
  background: #0e152c;
  padding-top: 24px;
  padding-bottom: 17px;
  padding-left: 26px;
  padding-right: 26px;
}

.other-facility-of-box-height-css{
height: 250px !important;
}

/* Define the keyframes for scaling */
@keyframes scaleUp {
  0% {
    transform: scale(0.5); /* Start with a smaller size */
  }
  100% {
    transform: scale(1); /* End with the original size */
  }
}

/* Apply the animation to the logo */
.header-m-logo-css {
  animation: scaleUp 2s ease-in-out; /* Adjust duration and timing as needed */
}


.header-m-logo-css {
  transition: transform 0.5s ease-in-out;
}

.header-m-logo-css:hover {
  transform: scale(1.1); /* Scale up on hover */
}

.menu-section-a-nnn {
  font-weight: 100 !important;
  color: #c7d3e7 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.course-p-css-nnn{
color: #d1c7c7 !important;
}

.course-h-css-nnn{
  color: #ffffff !important;
  }
  
  .animated-image {
    width: 100%;
    height: auto;
    opacity: 0;
    transform: scale(0.9);
    animation: fadeInScale 3s ease-in-out forwards;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

ol{
  text-shadow: 0px 0px #000000;
}