@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: "Cooper Black Regular";
  font-style: normal;
  font-weight: normal;
  src:
    local("Cooper Black Regular"),
    url("./../fonts/cooper/COOPBL.woff") format("woff");
}

/* Arial Black */
@font-face {
  font-family: "Arial Black";
  font-style: normal;
  font-weight: 900;
  src:
    local("Arial Black"),
    url("./../fonts/arial/ARIBLK.TTF") format("truetype");
}

.font-arial-black {
  font-family: "Arial Black", Arial, sans-serif !important;
}

* {
  margin-right: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
}
/* Variables */
:root {
  --green: #1a8441;
  --red: #ed1c24;
  --orange: #e78b24;
  --darkBlue: #0f0f2f;
  --white: #fff;
  --grey: #ddd;
  --blue: #569;
  --black: #080808;
}

.color-blue {
  color: var(--blue);
}

.color-white {
  color: var(--white);
}

body {
  background-color: #fff;
  /* font-family: "Roboto", sans-serif; */
}

p {
  line-height: 2;
  color: gray;
}

.f-18 {
  font-size: 18px;
}

.darkBackground {
  background-color: var(--darkBlue);
}

ul {
  padding-left: 20px;
}

.outerTitle {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-weight: 900;
  font-family: "Cooper Black Regular";
}

.outerTitle2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 900;
  font-family: "Cooper Black Regular";
}

.outerTitle:after {
  position: absolute;
  content: "";
  height: 5px;
  /* bottom: -1px; */
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 80px;
  background: var(--orange);
  margin: 39px auto;
}
.mobile {
  display: none;
}

.skating {
  padding: 0px;
  padding-top: 7px;
  padding-bottom: 0px;
  margin-top: 0px;
  text-align: right;
  background-color: var(--red);
  margin-bottom: 0px;
}

.skating i {
  color: #fff;
  margin-left: 20px;
  font-size: 18px;
}
.skating .col-md-10 {
  padding-left: 0px;
  padding-right: 28px;
  color: #fff;
  /* margin-left: -30px; */
}
.skating .col-md-10 p {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.skating .col-md-10 p span.icon {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--red);
}

.skating .col-md-10 p img {
  margin-left: 15px;
  width: 20px;
}

.center {
  text-align: center;
}

.main_container {
  background-color: #fff;
}
/*carousel css*/

.main_container > .noPadding {
  padding: 0px;
  width: 100%;
}

.welcome-text {
  text-align: center; /* Ensures that all inline elements inside .welcome-text are centered */
}

h2.animated.bounceInRight.weclome-to {
  color: var(--white) !important;
  text-align: start; /* Center text inside h2 */
}

p.animated.bounceInUp.weclome-to-info {
  text-align: start; /* Center text inside p */
  color: var(--orange) !important;
  font-family: Arial;
  padding-left: 300px;
}

.button-container {
  text-align: start; /* Center the button inside the container */
  margin-top: 20px; /* Optional: Add space above the button if needed */
}

a.btn.btn-courseSubmit {
  display: inline-block; /* Ensures the button behaves as an inline-block element */
}

.btn.btn-courseSubmit.btn-factsheet.fact:hover {
  color: var(--orange);
}

p.font-style2 {
  font-family: "Raleway" !important;
}

h2.home-slide-cap {
  font-family: Arial "black" !important;
  color: var(--orange) !important;
}

div.home-slide-cap {
  font-family: Arial "big";
  font-size: 16px;
}

#home-slide-cap {
  font-family: Arial "big";
  font-size: 16px;
}

.container.cards-row {
  width: 90% !important;
  margin-bottom: 30px;
}

.custom-card {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.image-container {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-card-body {
  padding: 20px;
  text-align: center;
}

.custom-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}

.custom-card-footer {
  padding: 0px 0px 15px;
  background-color: transparent;
  text-align: center;
}

/* p {
  color: #777;
} */

h3 i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--green);
  display: inline-block;
  padding: 12px;
  font-size: 10px;
  text-align: center;
}

.btn-main {
  background-color: var(--green);
  color: #fff;
  text-decoration: none;
}

.btn-main-download {
  background-color: var(--green);
  color: #fff;
  text-decoration: none;
  padding: 20px;
  margin: 10px;
}

.btn-courseSubmit {
  background-color: var(--orange);
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  margin: 20px;
}

.btn-courseSubmit:hover {
  color: #0f0f2f;
}

.btn.btn-courseSubmit.Read-More {
  background-color: var(--orange);
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  margin: 20px;
}

.btn.btn-courseSubmit.Read-More:hover {
  background-color: var(--green);
}

.btn-factsheet {
  background-color: var(--darkBlue);
  color: var(--white);
  border-radius: 10px;
  padding: 10px 20px;
}

.btn-factsheet:hover {
  text-decoration: none;
}

.page_top {
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 2px solid var(--green);
}

.page_top h1 {
  font-size: 50px;
  color: #222;
}

.full-img img {
  width: 100%;
}

.marginBottom {
  margin-bottom: 30px;
}

.center {
  text-align: center;
}

.greyback {
  background-color: #ddd;
}

.logos {
  text-align: center;
  padding-bottom: 20px;
  margin-top: 20px;
}
.logos img {
  width: 150px;
}

/* Courses */
.course {
  box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.1);
  padding: 0px;
}
.course img {
  width: 100%;
}

.course h3,
.course p {
  padding-left: 10px;
}

.course .row {
  border: 1px solid #eee;
  padding: 10px;
}
.course .row p {
  display: inline-block;
  padding-left: 20px;
}
.course .row p a {
  text-decoration: none;
  color: var(--orange);
  font-weight: 900;
  font-size: 18px;
}

.coursedetails {
  padding: 10px;
}

.coursedetails h4 {
  color: var(--orange);
  text-align: center;
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
}

.coursedetails h3 {
  color: var(--white);
  text-align: center;
}

.infoBox a {
  border: 1px solid var(--white);
  border-bottom: 0px;
  color: var(--white);
  padding: 10px;
  text-align: center;
}

.infoBox a:hover {
  text-decoration: none;
  background-color: var(--orange);
  cursor: pointer;
}

.infoBox a p {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: var(--white);
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 900;
}

.summarySction .sidebar {
  height: 100vh;
  margin-top: 20px;
  margin-bottom: 20px;
}

.summarySction .sidebar.margins {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.summarySction .sidebar ul li {
  list-style: none;
  margin: 0px;
  font-size: 2em;
  color: var(--darkBlue);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px solid var(--darkBlue);
}

.summarySction .sidebar ul li:hover {
  cursor: pointer;
}

.summarySction .sidebar ul li.active {
  border-bottom: 4px solid var(--orange);
}

.contentToggle {
  padding-top: 50px;
}

.contentToggle div h3 {
  color: var(--darkBlue);
}

.contentToggle p {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.modulesection {
  background-color: var(--grey);
}

.modulesection .container {
  margin-bottom: 0px;
  padding-top: 30px;
}

.modulesection .container.matric {
  margin-bottom: 0px !important;
  padding-top: 30px;
}

.modulesection h3 {
  font-weight: 900;
}

.modulesection .container strong {
  color: var(--darkBlue);
}
/* Top block */

.top_section {
  margin-bottom: 10px;
  background-color: var(--white);
}

.logo_box {
  margin-bottom: 14px;
  margin-top: 14px;
  padding: 0px;
}

.logo_box img {
  width: 150px !important;
}

.social_media {
  text-align: center;
  padding-top: 20px;
}

.social_media i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--green);
  display: inline-block;
  padding: 5px;
  font-size: 10px;
  text-align: center;
}

.college_name h1 {
  font-family: "Cooper Black Regular";
  font-weight: normal;
  color: var(--darkBlue);
  font-size: 4.9em;
  text-align: center;
  line-height: 0.5;
  padding-left: 0px;
  padding-top: 50px;
}

.college_name h1 small {
  font-family: "Times New Roman", Times, serif;
  /* font-family: "Cooper Black Regular"; */
  /* font-style: italic; */
  font-size: 21px;
  margin: 215px;
  color: var(--red);
}

.nav {
  font-family: "Cooper Black Regular";
  font-size: 15px;
  padding-left: 0px;
}

.nav_container {
  padding: 0px;
}

.nav_box {
  width: 100%;
  background-color: var(--green);
  border-bottom: 6px solid var(--orange);
  justify-content: center !important;
}

.nav > li > a {
  padding: 17px 32px;
}

.container {
  width: 100%;
}

.nav_box > .container > ul {
  display: block;
  background-color: var(--green);
  margin-right: 45px;
}
.nav-pills > li + li a {
  transition: 0.4s;
  font-size: 16px;
  overflow: hidden;
}

.nav-pills > li + li a:hover {
  background-color: var(--orange);
  color: #fff;
  transition: 0.4s;
}

.navbar {
  position: relative;
  min-height: 0px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}

.nav_box .navbar {
  display: flex;
  justify-content: center;
}

.dropdown-menu > li > a {
  font-size: 15px;
  font-family: arial !important;
}

.dropdown-menu {
  min-width: 275px;
}

.section-two {
  margin: 0;
  padding: 0;
}

.home-section2 {
  margin-top: 0px !important;
  border: 3px solid var(--orange);
}

.head-column h4,
h2 {
  color: var(--white);
}

/* .home-image {
  margin-top: 1px;
  margin-left: 50px;
  width: 46%;
  height: 400px !important;
  background-image: url(../img/FREDSTONE_COLLEGE.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

.home-about-text {
  scrollbar-width: thin;
  margin-top: -8px;
  position: relative;
  overflow: hidden;
  padding: 50px 165px 70px 165px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1;
}

.home-about-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/FREDSTONE_COLLEGE.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(5px); /* Blur effect */
  z-index: -2; /* Place it behind the text */
  opacity: 0.8; /* Slightly visible background */
}

.home-about-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(
    255,
    255,
    255,
    0.6
  ); /* Second overlay: thinner and more transparent */
  z-index: -1; /* Between background and text */
}

/* Scrollbar styling for modern browsers */
.home-about-text::-webkit-scrollbar {
  width: 4px; /* Width of the scrollbar */
}

.home-about-text::-webkit-scrollbar-track {
  background: transparent; /* Background of the scrollbar track */
}

.home-about-text::-webkit-scrollbar-thumb {
  background-color: var(
    --orange
  ); /* Color of the scrollbar thumb (the draggable part) */
  border-radius: 10px; /* Round the scrollbar thumb */
}

.home-about-text::-webkit-scrollbar-thumb:hover {
  background-color: var(--orange); /* Color when hovering over the scrollbar */
}

/* Scrollbar styling for Firefox */
.home-about-text {
  scrollbar-width: thin; /* Thin scrollbar */
  scrollbar-color: var(--orange) transparent; /* Color for the scrollbar and its track */
}

.accreditation-container {
  padding: 0;
  margin: 0;
}

.margin {
  margin: 0;
  padding: 0;
  padding-top: 0px;
  padding-bottom: 30px;
}

.container.section-two-container {
  padding: 0;
}

.meet-us {
  font-size: 25px;
  color: #e0b824;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}

.why-us-text {
  font-size: 40px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  color: #0e477b;
  margin-bottom: 40px;
}

.uni4ol_fontWeight400 {
  font-weight: 500;
  font-family: Arial !important;
  color: #2c2b2b;
  font-size: 1em;
  height: 1, 8em;
}

.theAboutUs {
  font-size: 18px;
  padding-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.Read-More {
  margin-top: 0px;
}

.more-text {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.container.cards-row .row.text-center > div {
  display: flex;
  flex-direction: column;
}

.container.cards-row .custom-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* Ensure all cards stretch equally */
}

.carousel-indicators {
  position: relative;
  bottom: -30 !important;
}

.carousel-indicators .active {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  margin-bottom: -33px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--green);
  border: 1px solid var(--orange) !important;
  border-radius: 10px;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  margin-bottom: -33px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--white);
  border: 1px solid var(--orange);
  border-radius: 10px;
}

.carousel-inner .col-md-4 img.img-max-h {
  max-height: 90px;
  margin: auto;
  display: block;
}

.carousel-inner .col-md-3 img.img-h {
  max-height: 90px !important;
  margin: auto;
  display: block;
}

.carousel-control .glyphicon-chevron-right {
  right: 0% !important;
  color: var(--orange);
}

.carousel-control .glyphicon-chevron-left {
  left: 0% !important;
  color: var(--orange);
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-image: none !important;
}

.image-row {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.container.cards-row .custom-card-body {
  flex-grow: 1;
}

.show-more {
  max-height: 500px;
}

/*sec dropdown start*/

.sec-dropdown-menu {
  display: none;
}

#sub-menu-id {
  display: none;
}

#sub-menu-id-matri {
  display: none;
}

#third-sub-menu-id {
  margin-top: -32px;
}

ul#third-sub-menu-id li {
  padding-top: 7px;
  padding-bottom: 7px;
}

::marker {
  display: none;
}

a.dropdown-item {
  color: #222;
}

ul#third-sub-menu-id li {
  padding-left: 41px;
}

ul#third-sub-menu-id li:hover {
  background-color: var(--orange);
}

#third-sub-menu-id li a {
  text-decoration: none;
  font-size: 11px;
  font-family: arial !important;
}

li::marker {
  display: none;
  color: var(--orange);
  background-color: var(--orange);
}

#caret {
  float: right;
  align-items: flex-end;
  justify-items: end;
}

.div2 {
  float: right;
  padding: 15px;
}

/*sec dropdown end*/

div.greetings {
  height: 40px;
  box-sizing: border-box;
  color: var(--darkBlue);
}

h3 {
  font-family: "Cooper Black Regular";
  margin-top: 11px;
  padding-left: 0px;
  font-size: 26px;
  padding-bottom: 2px;
}

.maincarousel > .item > img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: fit-content;
}

#topdeLogo {
  width: 120px;
}

.module-title {
  font-size: 2em;
  color: var(--darkBlue);
}

/*two equal columns that floats next to each other */
* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 287px;
  padding: 10px;
  height: 327px;
  margin-bottom: 30px;
}

.column.links ul li a {
  text-decoration: none;
  color: #fff;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Second Section */
.second_section {
  margin-top: 0px;
  width: 84%;
}

/* Home Style */
.home-contact {
  padding-top: 20px;
}
.home-contact p {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  line-height: 1.7;
}

span.big {
  font-size: 2em;
  margin-left: 20px;
}

textarea {
  margin-bottom: 10px;
}

.third_section {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--green);
}

.third_section h3 {
  margin-top: -30px;
}

.third_section .col-md-3 > div {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
}

.tworows {
  width: 100%;
}

.enquiry {
  background-color: transparent;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 0px 0px 0px 0px;
}

.enquiry-item {
  width: 60%;
}

.enquiry h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.enquiry i {
  color: #fff;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: 15px;
}

.quicklink {
  background-color: transparent;
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: center;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  text-decoration: none;
  font-style: normal;
  list-style-type: none;
}

.quicklink a {
  color: var(--white);
  font-size: 16px;
}

.quicklink a:hover {
  color: var(--orange);
  text-decoration: none;
}

.getintouch {
  background-color: transparent;
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: center;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  text-decoration: none;
  font-style: normal;
  list-style-type: none;
  font-size: large;
}

footer {
  background-color: #001b40 !important;
  color: #fff;
}

footer > p {
  text-align: center;
  padding-top: 8px;
  border-top: 5px solid var(--orange);
}

div.col-md-12.copy-right {
  border-top: 3px solid var(--orange);
  text-align: center;
  padding: 10px;
}

.WhatsAppBtn {
  display: block;
  float: right;
  z-index: 102;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #2cb742;
  color: #fff;
  padding: 8px;
  text-align: center;
}

.WhatsAppBtn img {
  width: 35px;
}

/* About Us */
.whyus .row > p {
  width: 900px;
  margin: 10px auto;
  margin-bottom: 0px;
}

.accreditationTable {
  background-color: #fff;
}

.Accreditation h2 {
  font-family: "Cooper Black Regular";
  color: var(--darkBlue) !important;
  margin-bottom: 40px;
}

.whyus {
  color: var(--darkBlue);
  padding: 4%;
  background-color: #f1f1f1;
}

.whyus h2 {
  font-family: "Cooper Black Regular";
}

.why-text {
  font-size: 20px;
}

.branches {
  border-top: 1px solid var(--green);
  padding-top: 30px;
}

.branches h2 {
  margin-bottom: 50px;
}

.bankdetails {
  text-align: center;
  background-color: var(--green);
  color: #fff;
  padding: 20px;
}

.bankdetails h2,
.bankdetails p {
  color: #fff;
}

/* Courses */

.course_container {
  margin-top: 10px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}

.course_container h2,
.course_container h3 {
  color: var(--darkBlue);
}

.course_container .panel-default > .panel-heading {
  background: var(--green);
  padding: 15px;
}

.panel-title {
  color: #fff;
}

.panel-title:hover {
  text-decoration: none;
}

.course_box {
  text-align: center;
  margin-bottom: 20px;
}

.course_box > .row {
  border: 1px solid #eee;
  transition: 0.3s all;
}

.course_box:hover > .row {
  box-shadow: 10px 10px 23px 0px rgba(204, 204, 204, 0.75);
  -webkit-box-shadow: 10px 10px 23px 0px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 10px 10px 23px 0px rgba(204, 204, 204, 0.75);
}

.course_box img {
  width: 100%;
}

.course_box h2 {
  font-weight: 300;
}

.course_box a {
  width: 100%;
}

.course_image {
  width: 100%;
}

.course_side {
  background-color: #eee;
  padding: 0px;
}

.course_side .row {
  padding: 10px;
}

.feetableHead {
  background-color: var(--darkBlue);
  color: #fff;
}

marquee h3 {
  margin-top: 5;
}

.marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: marquee-scroll 18s linear infinite;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(100vw);
  }
  to {
    transform: translateX(-100%);
  }
}

.greetings {
  overflow: hidden;
}

.course_content .col-md-6 a {
  display: block;
  text-decoration: none;
  margin-top: 20px;
}

/*.course_content .col-md-3 a:hover{
  color: var(--green);
}*/

.nav.nav-tabs {
  font-family: "Cooper Black Regular";
  font-size: 15px;
  padding-left: 0px;
  /* margin-left: -100px; */
  display: flex;
  justify-items: stretch;
}

.btn-primary:hover {
  background-color: #265a88;
  background-position: 0 -15px;
}

.btn-red {
  background-color: #c00000;
  color: var(--white);
  border-radius: 10px;
  padding: 10px 20px;
}

.btn-red:hover {
  text-decoration: none;
}

button.btn-red {
  border: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

button#download-btn.btn {
  border: 3px solid #0c6fe0;
  border-radius: 5px;
  width: 150px;
  font-family: "Cooper Black Regular";
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 8px;
  margin-left: 16px;
  text-align: center;
  color: #fff;
  background-color: #ff0c0c;
}

.picture {
  padding: 0px;
}

#upgrade {
  width: 63%;
}

h4#downloads {
  padding-bottom: 5px;
}
.course_content .col-md-8 a {
  display: block;
  text-decoration: none;
  margin-top: 20px;
}

#why-upgrade {
  color: var(--darkBlue);
  font-family: "Times New Roman";
  font-style: italic;
  font-size: xx-large;
}
div.container-hr {
  color: #0f0f2f;
}
.container-faculty {
  font-family: "Cooper Black Regular";
  margin-top: -30px;
  padding-left: 36%;
  font-size: 26px;
  padding-bottom: 2px;
  color: #000;
}

.list-group {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list-group-item {
  position: relative;
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 0px solid #ddd;
}

/* Fuculty */

.btn-margin {
  margin: 10px;
}

.faculty_content h1 {
  text-align: center;
  color: var(--darkBlue);
  font-family: "Cooper Black Regular";
  font-weight: 900;
  font-size: 60px;
}

.faculty_content h2,
.faculty_content h3 {
  text-align: center;
}

.buttons {
  margin-top: 20px;
}

.buttons a.btn {
  border-radius: 10px;
  border-color: none;
}

.buttons a.btn-danger {
  background: none;
  background-color: var(--red);
}

.buttons a.btn-primary {
  background: none;
  background-color: var(--darkBlue);
}

/*the Events*/

.blurry-background {
  position: relative; /* Required for pseudo-element positioning */
  padding-bottom: 50px;
}

.blurry-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)),
    url("../img/carousel/research centre.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(8px);
  z-index: -1; /* Places the blurred background behind the content */
}

.container#events {
  position: relative; /* Ensures content is above the pseudo-element */
}

/* #events-container {
  width: 100%;
  aspect-ratio: 3/1;
  padding: 40px 0;
  margin-left: 0;
  color: var(--white);
  background-color: #f1f1f1;
} */

#events-container {
  width: 100%;
  aspect-ratio: 3 / 1;
  /* padding: 40px 0; */
  margin-left: 0;
  color: var(--white);
  /* background-color: #f1f1f1; */
}

/* .orange-date {
  width: 111px;
  height: 100px;
  background-color: var(--orange);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 10px 12px 7px rgba(0, 0, 0, 0.3);
} */

.orange-date {
  width: 111px;
  height: 49px;
  background-color: var(--orange);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* box-shadow: 10px 12px 7px rgba(0, 0, 0, 0.3); */
}

.orange-date h4 {
  margin: 0; /* Remove default margins */
  font-size: large; /* Adjust the font size as needed */
  word-wrap: break-word; /* Allow text to break onto the next line */
}

.nav.nav-underline {
  font-family: "Cooper Black Regular";
  font-size: 15px;
  display: flex;
  padding-left: 0px;
  margin-bottom: 20px;
}

.nav-link.events-link {
  color: var(--darkBlue);
  font-size: x-large;
}

.nav-link.events-link.active {
  color: #000;
  border-bottom: 1px solid var(--orange);
}

.events-header {
  font-family: "Cooper Black Regular";
}

.blue {
  background-color: lightblue;
  width: 95%;
  aspect-ratio: 3/1;
}

.event-li {
  background-color: transparent;
  aspect-ratio: 8/1;
  display: flex;
  align-items: center;
  margin: 2px;
  margin-bottom: 15px;
  scroll-snap-align: start;
}

/* .event-details {
  margin-left: 28px;
  border-bottom: 1px solid var(--orange);
  width: 72%;
} */

.event-details {
  border-radius: 5px;
  /* margin-left: 28px; */
  border-bottom: 1px solid var(--orange);
  width: 100%;
}

.event-details p {
  color: var(--darkBlue);
}

/* p.title-p {
  font-size: larger;
  font-weight: bolder;
  margin-bottom: 0;
  color: var(--darkBlue);
} */

p.title-p {
  margin-bottom: 0;
  color: var(--white);
  font-family: "Open Sans", sans-serif !important;
}

p.detail {
  font-size: large;
  font-weight: bold;
  padding-bottom: 0;
  color: #777;
}

p.event-time {
  font-weight: bolder;
  color: #777;
}

/* Styling for engineering pages only*/
.engineering .cover {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(210, 0, 0, 0) 100%
  );
}

.engineering.summarySction .sidebar ul li {
  color: var(--blue);
}

.engineering.summarySction .sidebar ul li:hover {
  color: var(--white);
  background-color: var(--orange);
}

.engineering.summarySction .sidebar ul li.active {
  background-color: var(--orange);
}

.engineering .topImg .cover {
  background-color: transparent;
}

.collapse-content {
  margin-top: 20px;
}

.coursedetails p {
  font-size: 20px;
}

.container.img-backg {
  position: relative;
  overflow: hidden;
  width: 100%; /* Adjust width as needed */
}

.container.img-backg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Adjust opacity as needed */
  z-index: 1;
}

.container.img-backg {
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.col-md-4.sidebar {
  z-index: 4;
}

.cover-bg {
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.col-md-8.contentToggle {
  z-index: 10;
}

.sidebar.capturing ul li {
  color: #fff !important;
}

.col-md-8.contentToggle.capturing.bg-image-text div.row.active > h3 {
  color: #fff;
}

.col-md-8.contentToggle.capturing.bg-image-text > div.row.active > p {
  color: #fff !important;
}

.col-md-8.contentToggle.capturing.bg-image-text > div.row.active > ul p {
  color: #fff !important;
}

.row.active h4 strong {
  color: var(--white);
}

.f-18.intro {
  font-size: 18px;
  text-align: start;
}

.info_area {
  background-color: #cdcdcd;
  padding-top: 20px;
}

p.center {
  color: var(--orange);
  font-weight: 600;
}

.outerTitle2 {
  color: #0f0f2f;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 900;
  font-family: "Cooper Black Regular";
}

/* Carousel Btn */

.carousel-control-prev {
  position: absolute;
  bottom: 1%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  z-index: 5;
}

.carousel-control-next {
  position: absolute;
  bottom: 1%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  z-index: 5;
}

.carousel-control-prev {
  left: 0%; /* Position the left button towards the left side */
}

.carousel-control-next {
  right: 2%; /* Position the right button towards the right side */
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: transparent; /* Transparent background for icons */
  width: 24px; /* Ensure the icon fits the button */
  height: 24px; /* Ensure the icon fits the button */
  filter: brightness(0) invert(1); /* Make sure icons are white */
}

.carousel-control-prev-icon {
  background-image: url("path_to_left_arrow_icon"); /* Your custom left arrow icon */
}

.carousel-control-next-icon {
  background-image: url("path_to_right_arrow_icon"); /* Your custom right arrow icon */
}

.bi.bi-chevron-left,
.bi.bi-chevron-right {
  font-size: 50px;
  background-color: transparent !important;
  color: var(--grey) !important;
}

/* Apply form page */

.form-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  background-image: url("../img/form-background.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  border: 1.9px solid var(--darkBlue);
  padding: 30px;
  border-radius: 22px;
  margin-bottom: 40px;
  z-index: 1;
  overflow: hidden;
}

.form-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 0;
}

.form-check-input:checked + .form-check-label {
  color: #e78b24;
  font-weight: bold;
}

.form-check-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
}

.form-check-input:checked + .form-check-label::before {
  background-color: #fff;
  border: 2px solid #e78b24;
}

.form-check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e6e6e6;
  border: 2px solid #ccc;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.form-check-input:checked + .form-check-label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e78b24;
  transition: all 0.2s ease;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
}

input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

#disability_details {
  height: 150px;
  resize: vertical;
}

p.form-text {
  font-weight: 600;
}

.form-container textarea.form-control {
  background-color: #e6e6e6;
  border: none !important;
  padding: 10px;
  color: #333;
  height: 45px;
}

.form-container textarea {
  margin-bottom: 40px;
  border-radius: 0 !important;
}

span {
  font-family: "Open Sans", sans-serif !important;
}

/* Card styling */
/* Card container keeps space for hover */
/* Make both columns equal height */

.topImg .container h1.home.child {
  font-family: "Arial Black";
  font-weight: 900;
  font-size: 80px !important;
  color: var(--white);
  margin-bottom: 50px;
}

.topImg .container h1.home:after {
  position: absolute;
  content: "";
  height: 6px;
  left: 0;
  right: 0;
  width: 330px !important;
  background: var(--orange);
  margin-top: 109px;
  margin-left: 20px;
}

.topImg .container h1.home.child:after {
  position: absolute;
  content: "";
  height: 6px;
  left: 0;
  right: 0;
  width: 220px !important;
  background: var(--orange);
  margin-top: 109px;
  margin-left: 20px;
}

.xcard-section {
  margin-top: 100px;
  margin-bottom: 0px;
}

.xcard-column {
  margin-top: 10px;
  padding-bottom: 35px;
}

.xcard-link {
  display: block;
  position: relative;
  text-decoration: none !important;
  color: inherit !important;
}

.xcard {
  background: #f2f2f2;
  border-radius: 70px;
  border: 7px solid var(--darkBlue);
  overflow: visible;
  height: 338px;
  display: flex;
  flex-direction: row;
  transition: 0.4s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.xcard-link:hover .xcard {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-color: var(--orange);
}

.xcard-content {
  width: 50%;
  padding: 15px;
  margin: 15px 0px 15px 0px;
  right: -44%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 15px;
}

.xcard-content.child {
  width: 60%;
  padding: 15px;
  margin: 15px 0px 15px 0px;
  right: -35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 15px;
}

.xcard-textbox {
  position: relative;
  z-index: 5;
  padding-right: 15px;
  max-width: 100%;
}

.xcard-label {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: 600;
  color: var(--darkBlue);
  font-family: "Times New Roman", Times, serif;
}

.xcard-name {
  display: block;
  text-align: center;
  font-weight: 900;
  color: var(--darkBlue);
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.xcard-desc {
  display: block;
  text-align: center;
  margin-bottom: 4px;
  font-size: 16px;
}

.xcard-factsheet-btn {
  position: absolute;
  bottom: 30px;
  left: 31%;
  width: 135px;
  transform: translateX(-50%);
  background: #001b40;
  border: 2px solid var(--white) !important;
  color: white;
  padding: 8px 18px;
  font-size: 14px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
  text-align: center;
  z-index: 10;
}

.xcard-factsheet-btn.child {
  position: absolute;
  bottom: 30px;
  left: 23%;
  width: 135px;
  transform: translateX(-50%);
  background: #001b40;
  border: 2px solid var(--white) !important;
  color: white;
  padding: 8px 18px;
  font-size: 14px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
  text-align: center;
  z-index: 10;
}

.xcard-factsheet-btn:hover {
  border: 2px solid var(--orange) !important;
  color: var(--orange) !important;
}

.xcard-factsheet-btn.child:hover {
  border: 2px solid var(--orange) !important;
  color: var(--orange) !important;
}

.xcard-apply-btn,
.xcard-apply-btn:hover {
  text-decoration: none !important;
  color: var(--darkBlue);
  border: 2px solid var(--darkBlue) !important;
}

.xcard-apply-btn.child,
.xcard-apply-btn.child:hover {
  text-decoration: none !important;
  color: var(--darkBlue);
  border: 2px solid var(--darkBlue) !important;
}

.xcard-apply-btn {
  position: absolute;
  bottom: 32px;
  right: 43%;
  width: 135px;
  transform: translateX(50%);
  background: var(--red);
  border: 2px solid var(--white) !important;
  color: white;
  padding: 8px 18px;
  font-size: 14px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
  text-align: center;
  z-index: 10;
}

.xcard-apply-btn.child {
  position: absolute;
  bottom: 30px;
  right: 52%;
  width: 135px;
  transform: translateX(50%);
  background: var(--red);
  border: 2px solid var(--white) !important;
  color: white;
  padding: 8px 18px;
  font-size: 14px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
  text-align: center;
  z-index: 10;
}

.xcard-apply-btn:hover {
  border: 2px solid var(--orange);
}

.xcard-factsheet-btn,
.xcard-factsheet-btn:hover,
.xcard-apply-btn,
.xcard-apply-btn:hover {
  text-decoration: none !important;
}

.topImg .cover.home {
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .xcard {
    height: auto;
    flex-direction: column;
    text-align: center;
  }

  .xcard-content,
  .xcard-content.child {
    width: 100%;
    border-radius: 15px;
    right: 0;
    margin: 0 auto 20px auto;
    padding: 15px;
    position: relative;
    margin-top: 520px;
  }

  .xcard-factsheet-btn,
  .xcard-factsheet-btn.child,
  .xcard-apply-btn,
  .xcard-apply-btn.child {
    position: relative; /* Changed from absolute for mobile */
    transform: none; /* Remove translate */
    bottom: auto;
    left: auto;
    right: auto;
    margin: 10px auto; /* Center horizontally with margin */
    width: 80%; /* Responsive button width */
  }
}

.bg-image {
  scrollbar-width: thin;
  margin-top: -8px;
  position: relative;
  overflow: hidden;
  padding: 70px 0px 70px 1px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1;
}

.bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/FREDSTONE_COLLEGE.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(5px); /* Blur effect */
  z-index: -2; /* Place it behind the text */
  opacity: 0.8; /* Slightly visible background */
}

.bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(
    255,
    255,
    255,
    0.6
  ); /* Second overlay: thinner and more transparent */
  z-index: -1; /* Between background and text */
}

/* Scrollbar styling for modern browsers */
.bg-image::-webkit-scrollbar {
  width: 4px; /* Width of the scrollbar */
}

.bg-image::-webkit-scrollbar-track {
  background: transparent; /* Background of the scrollbar track */
}

.bg-image::-webkit-scrollbar-thumb {
  background-color: var(
    --orange
  ); /* Color of the scrollbar thumb (the draggable part) */
  border-radius: 10px; /* Round the scrollbar thumb */
}

.bg-image::-webkit-scrollbar-thumb:hover {
  background-color: var(--orange); /* Color when hovering over the scrollbar */
}

/* Scrollbar styling for Firefox */
.bg-image {
  scrollbar-width: thin; /* Thin scrollbar */
  scrollbar-color: var(--orange) transparent; /* Color for the scrollbar and its track */
}
