
body, html {
  overflow-x: hidden I !important;
}

.is-invalid {
    border: 1px solid red !important;
    background-color: #ffe5e5 !important;
}

.error-message {
    color: red!important;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}


/* FAQ Section */
.faq-section {
  position: relative;
}

/* Image Container */
.faq-image-container {
  display: flex;
  justify-content: flex-start; /* Aligns image to the left */
  align-items: flex-end; /* Pushes image to the bottom */
  min-height: 100%; /* Ensures the column takes full height */
}

.faq-image-container img {
  width: 100%; /* Ensures image scales properly */
  object-fit: cover; /* Maintains aspect ratio */
}

/* Ensure the row aligns items to the bottom */
@media (min-width: 768px) {
  .faq-section .row {
    min-height: 600px; /* Adjust based on FAQ content height; increase if needed */
    align-items: flex-end; /* Aligns both columns to the bottom */
  }
}

@media (max-width: 767.98px) {
  .faq-image-container {
    margin-bottom: 20px; /* Adds space below image on small screens */
  }
  .faq-section .row {
    align-items: stretch; /* Stacks naturally on small screens */
  }
}

/* FAQ Header */
.faq-header {
  font-size: 1.5rem;
  font-weight: bold;
}

.faq-header span {
  color: #dc3545; /* Matches Bootstrap .text-danger */
}

/* --------------------------------------------FORM_______________________________________________________ */

/*******************Slider*****************/

/* Course Slider */
.course-slider {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

/* Course Card */
.course-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 100%;
}

.course-card:hover {
  background-color: #f8f9fa;
  color: #dc3545; /* Matches Bootstrap .text-danger */
}

/* Icon Styling */
.course-icon {
  font-size: 1.5rem;
}

/* Swiper Navigation */
.swiper-button-prev,
.swiper-button-next {
  color: #dc3545;
}

.swiper-pagination{
  padding: 15px;  
}
/* Swiper Pagination */
.swiper-pagination-bullet {
  background: #dc3545;
}

/* Ensure slides take full width */
.swiper-slide {
  width: 100%;
}






.form-container {
  background-color: #001c48;
  color: white;
  padding: 30px;
  border-radius: 15px;
  max-width: 600px;
}

.form-container h5 {
  text-align: center;
  margin-bottom: 20px;
}

.form-control,
.form-select {
  background-color: white;
  color: black;

}


/* .form-container input:not([type="checkbox"]), 
.form-container select {
  width: 80% !important;
} */


    
.iti {
  width: 100% !important; 
  color: #000;
}

.iti input {
  width: 100% !important; 
}

.iti__country-list{
  width: 300px;
}

/* .captcha-container {
  display: flex;
  justify-content: center; 
  align-items: center;
  width: 100%; 
  padding: 10px; 
  box-sizing: border-box;
}

.g-recaptcha {
  max-width: 100%; 
  transform: scale(0.95);
  transform-origin: center;
} */



.phone-group {
  display: flex;
  align-items: center;
}

.phone-group input {
  flex: 1;
  margin-left: 5px;
}
.checkbox-container {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Ensures they remain left and right */
  width: 100%; /* Ensures full width */
}

.checkbox-container input {
  flex-shrink: 0;
}

.checkbox-label {
  flex-grow: 1;
  padding-left: 10px;
}

.checkbox-label {
  font-size: 12px;
}

.submit-btn {
  background-color: d51926;
  color: white;
  font-weight: bold;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: none;
}

.recaptcha {
  margin-top: 10px;
}

select {
  color: #191358 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  padding-right: 30px;
  border: 1px solid #ced4da;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="blue"><path d="M7 10l5 5 5-5z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}


select option:disabled {
  color: #191358 !important;
}

input::placeholder,
textarea::placeholder {
  color: #191358 !important;
  opacity: 1;
}

input {
  color: #191358 !important;
}


@media (max-width: 768px) {

  .form-control,
  .form-select {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.footer-button {
  display: flex;
  align-items: center;
  background: white;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: black;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.footer-button:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.footer-icon {
  font-size: 24px;
  margin-right: 10px;
}

.footer-text {
  display: flex;
  flex-direction: column;
  color: black;
}

.footer-text span {
  font-size: 14px;
  color: #555;
}

@media (max-width: 768px) { 
  .footer-text {
      font-size: 15px !important;
  }
}

@media (max-width: 600px) {
  .footer-button {
    margin: 5px 20px !important;
    padding: 5px;
  }
}







/* ---------------------------Navbar----------------------------------------- */


.d51926-bar {
  background-color: #d51926!important;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nav-container{
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-custom {
  background-color: #191358!important;
  padding: 0;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height:121px!important;
}

.nav-logo-left{
  height:100px !important;
}

.logo-section {
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  background-color: white;
  padding: 0;
  height: 121px;
}

.navbar-brand img {
  width: 100%;
  height: 107px;
  display: block;
}

.contact-info {
  color: white;
  font-size: 14px;
}

.contact-info a {
  text-decoration: none;
  color: white;
}

.enquire-btn {
  background-color: #d51926 !important;
  color: white;
  border-radius: 5px;
  padding: 8px 15px;
  font-weight: bold;
  border: none;
  white-space: nowrap;
}

.navbar-toggler {
  display: block !important;
  background-color: rgb(224, 225, 225) !important;
}

.offcanvas-end {
  width: 300px;
  background-color: #191358!important;
  color: white;
  height: 70%;
}

.menu-item {
  display: block;
  background-color: #28217a!important;
  color: white;
  text-align: center;
  padding: 10px;
  margin-bottom: 5px;
  text-decoration: none;
  border-radius: 5px;
}


.ltu-menu-item {
  display: block;
  background-color: #55102f!important;
  color: white !important;
  text-align: center;
  padding: 10px;
  margin-bottom: 5px;
  text-decoration: none;
  border-radius: 5px;
}


.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  color: white;
  cursor: pointer;
}

@media (max-width: 768px) {
  .logo-section {
    width: 50%;
  }

  .offcanvas-end {
    height: 100%;
    width: 100%;
  }

 
}

@media (max-width: 600px) {
  .nav-logo-left{
    height: 60px !important;
    width: 148px !important;
  }
}

  .offcanvas-end {
    height: 100%;
    width: 100%;
  }

.Header-numbers {
  color: white;
  font-size: 1rem; 
}

.whatsapp_icon{
  width: 1.5rem;
  margin-right: 4px;
}

.customToggler{
  background-color: transparent !important;
  border: transparent !important;
}
.customToggler:focus,
.customToggler:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}


#homePage .navbar-toggler-icon,
#about-page .navbar-toggler-icon,
#contactUsPage .navbar-toggler-icon,
#studyInuk .navbar-toggler-icon {
    background-image: url("https://img.icons8.com/ios-filled/50/FFFFFF/menu--v1.png");
}



  .customToggler .navbar-toggler-icon{
    background-image: url("https://img.icons8.com/ios-filled/50/menu--v1.png");
  }


.customToggler .navbar-toggler {
  border-color: rgb(255,102,203);

} 

@media (min-width: 1024px) {
  .Header-numbers {
      font-size: 1.25rem;
  }

  .whatsapp_icon{
    width: 1.75rem;
  }
}

/* ------------------------------------------- Common ----------------- */

.social-icons {
  background-color: transparent;
  display: inline;
  border-radius: 8px;
  padding: 6px 2px 10px 2px;
}

.social-icons img {
  width: 30px;
  margin-right: 10px;
}






#homePage #about-Section p {
  font-size:20px;
  margin-right: 20px;
  margin-left: 20px;
}

/* ---------------------------------- Journey -------------------------- */

.banner-container {
  margin-top: 10rem;
  border-radius: 20%;

}

h3 {
  position: relative;
}

.highlighter {
  position: relative;
}

.highlighter::after {
  content: '';
  background: url('https://www.edwiseinternational.com/img/hero-elem-2.png') no-repeat;
  background-size: 90% 100%;
  display: block;
  width: 100%;
  height: 15.5px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.banner {
  background-color: #191358;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 150px;
  padding: 0 88px;
}

.banner h3 {
  font-size: 2rem;
}

.banner .highlight {
  font-weight: bold;
  text-decoration: underline;
}

.hero-img-container {
  width: 531px;
  height: 536px;
  position: relative;
  margin-top: -120px;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .banner-container {
    margin-top: 3rem;
  }

  .banner {
    padding: 20px;
  }

  .social-icons {
    padding: 0;
    background-color: transparent;
  }

  .banner .content {
    max-width: 100%;
    text-align: center;
  }

  .hero-img-container {
    width: 100%;
    height: 200px;
    margin-top: 0;
  }

  .hero-img {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    max-width: 100%;
  }
}

/* ---------------------------------------------------- Hero Section ------------- */

.hero {
  position: relative;
  height: 80vh;
  overflow: hidden;
   margin-top: 8rem ;
}

.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}

/*     .hero {*/
/*  width: 100vw;*/
/*  height: 100vh;*/
/*  overflow: hidden;*/
/*}*/

/*.hero video {*/
/*  width: 100%;*/
/*  height: 100%;*/
  object-fit: cover; /* Ensures the video fills the section */
/*}*/

/* --------------------------------------------------- Reviews Section ----------------------------------- */

.destination-card {
  position: relative;
  width: 100%;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.destination-card a {
  display: block;
  text-decoration: none;
  color: white;
  height: 100%;
}

.card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: brightness(70%);
}

.card-title {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 5px;
}

/* .section {
  min-height: 800px;
} */

#section1 {
  background-color: #f8f9fa;
}

#section2 {
  background-color: #e9ecef;
}

#section3 {
  background-color: #dee2e6;
}



footer {
  background-color: #343a40;
  color: white;
  padding: 40px 0;
}

/* ------------------------------------------------------- Explore ------------------------------- */

#homePage .owl-carousel .card {
  height: 350px !important;
  background-size: cover;
  background-position: left center;
  display: flex;
  align-items: flex-end;
  color: white;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}


.city-name {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  right: 0px;
}


.city-name h3 {
  margin: 0;
  font-size: 1em;
}

#homePage .owl-nav {
display: flex;
justify-content: center;
column-gap: 20px;
}

.web-heading {
  margin-bottom: 4rem; 
}

@media (max-width: 768px) { 
  .web-heading {
    margin-bottom: 2rem;
  }
}


@media (max-width: 768px) {
  #homePage .owl-carousel .card {
    width: 97%;
  }
}

#homePage .owl-prev span, 
#homePage .owl-next span {
     font-size: 2rem;
 }

@media (min-width: 1024px) {

 #homePage .owl-prev{
    position: absolute;
    left: -35px;
    top: 40%;
  }
  
#homePage .owl-next{
    position: absolute;
    right: -35px;
    top: 40%;
  }


  #homePage #reviewCarousel .owl-prev{
    top: 30%;
  }
  
  #homePage #reviewCarousel  .owl-next{
    top: 30%;
  }  

 #homePage .owl-prev span, 
 #homePage .owl-next span {
      font-size: 2.5rem;
  }
  
  #reviewCarousel .owl-prev span ,
  #reviewCarousel .owl-next span{
     color: gray;
  }
  
}

@media (min-width: 1365px) {
  .services .service-item:hover {
    transform: translateY(-10px);
    border-color: var(--accent-color);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  }

  .services .service-item:hover h3 {
    color: var(--accent-color);
  }
}


/* -----------------------------------------Cources------------------------------------------ */


.course-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 12px;
  text-decoration: none;
  color: black;
  background: white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.course-card:hover {
  background-color: #ffebee;
  transform: translateY(-3px);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
}

.course-icon {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #d32f2f;
  margin-right: 10px;
}

.view-all {
  text-align: center;
  margin-top: 15px;
}

.view-all a {
  font-size: 1.2rem;
  color: black;
  font-weight: bold;
  transition: 0.3s;
  text-decoration: none;
}

.view-all a:hover {
  color: #b71c1c;
}



/* --------------------------------------------------What we offer=---------------------- */


.offer-section {
  text-align: center;
  padding: 50px 20px;
}

.offer-section h2 {
  color: rgb(6, 6, 84);
}

.offer-box {
  background: transparent;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 310px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.offer-box:hover {
  background-color: #f0f0f0;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.offer-box i {
  font-size: 50px;
  color: rgb(6, 6, 84);
  margin-bottom: 15px;
}

.offer-box p {
  color: #606268;
  font-size: 16px;
}


.team-img {
  position: relative;
  text-align: center;
}

.team-img img {
  max-width: 100%;
}


/* ---------------------------------Study abroad Process=---------------------------------------- */


.process-section {
  text-align: center;
  padding: 50px 0 my-5
}

.process-container {
  max-width: 900px;
  margin: auto;
}

.process-box {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  max-width: 600px;
  margin: auto;
}

.process-box:hover {
  background-color: #f8f9fa;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.icon-box {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d51926;
  color: #fff;
  font-size: 24px;
  border-radius: 10px;
  margin-right: 15px;
}

.text-box {
  text-align: left;
  flex: 1;
}

.process-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.process-text {
  color: #555;
  font-size: 16px;
}


/* -------------------------------Statistics---------------------------------------------- */


.stat-bg {
  background: url(../images/light_grey_dots_background.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  border-radius: 10px;
}


.stats-section {
  background: white;
  padding: 50px 0;

}

.stat-box {

  text-align: center;

  position: relative;

  padding: 20px;

}

.stat-box span {

  font-size: 60px;

  font-weight: bold;

  display: block;

  position: relative;

}



.stat-box p {

  font-size: 16px;

  margin: 5px 0 0;

  color: #555;

}

.stat-box span::before {

  content: "";

  position: absolute;

  width: 90px;

  height: 90px;

  background: rgba(0, 0, 0, 0.05);

  border-radius: 50%;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 2;

}

.stat-1 span {
  color: blue;
}

.stat-1 span::before {
  background: rgba(0, 0, 255, 0.1);
}

.stat-2 span {
  color: d51926;
}

.stat-2 span::before {
  background: rgba(255, 0, 0, 0.1);
}

.stat-3 span {
  color: black;
}

.stat-3 span::before {
  background: rgba(0, 0, 0, 0.1);
}

.stat-4 span {
  color: orange;
}

.stat-4 span::before {
  background: rgba(255, 165, 0, 0.1);
}


/* --------------------------------------------Reviews------------------------------- */


.rating-section {
  text-align: center;
  margin-bottom: 20px;
}

.review-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.review-card .review-header img{
width: 20% !important;
}
.review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #007bff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  border-radius: 50%;
  color: #000;
  filter: invert(100%);

}

/* .carousel-control-prev {
  left: -100px !important;
} */

/* .carousel-control-next {
  right: -100px;
} */

@media (max-width: 768px) {
  .carousel-control-prev {
    left: 0px !important;
  }

  .carousel-control-next {
    right: 0px !important;
  }
}


/* 
----------------------------------------------------------------Faq--------------------------- */



.faq-section {
  background: #f5f5f5;
  padding: 40px;
}

.faq-header {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.faq-header span {
  color: #311657;
}

.faq-box {
  background: white;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 10px;
}


.callback-section {
  background: #ffcc00;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0px;
  padding-left: 0px;

}

.callback-left {
  background-color: #000;
  padding: 35px;
  color: white;
  display: flex;
  align-items: center;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  width: 50%;
  min-width: 250px;
  height: 100%;
}

.callback-left img {
  width: 30px;
  margin-right: 10px;
}

.callback-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  padding-right: 20px;
}

.callback-right select,
.callback-right input {
  padding: 10px;
  border: none;
  flex: 1;
  min-width: 120px;
}

.callback-right button {
  background: black;
  color: white;
  border: none;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .container.callback-section {
    padding-left: 20px;
  }
}


@media (max-width: 768px) {
  .callback-section {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 20px;
  }

  .callback-left {
    width: 100%;
    clip-path: none;
    justify-content: center;
    margin-bottom: 5px;
  }

  .callback-right {
    width: 100%;
    justify-content: center;
  }
}


/* 
-----------------------------------Footer----------------------------------------------------------- */

/* .footer {
  background-color: #191358;
  padding: 40px 0 0;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
} */

.footer-bottom {
  background-color: #d51926;
  padding: 0px 0;
  text-align: center;
  font-size: 14px;
}

.social-icons a {
  border-radius: 8px;
  display: inline-block;
  margin: 0 10px;
}

.social-icons img {
  width: 25px;
  height: 25px;
}

.custom-col-40 {
  width: 40%;
}



 /* Applies to Medium (md) screens and above */
  .custom-col-40 {
    width: 40% ;
  }

  .custom-col-14 {
    width: 14%;
  }



/* ////////////////////////////////////////ABOUT////////////////////////////////////////////////// */

.about-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.about-image-wrapper {
  position: relative;
  width: 461px; /* Large screen */
  height: 461px;
  margin: 0 auto;
}

.overlay-image {
  position: absolute;
  width: 201px; /* Large screen */
  height: 201px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  bottom: -20px;
  left: 220px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}


@media screen and (max-width: 768px) {
  .about-image-wrapper {
    width: 380px;
    height: 380px;
  }

  .overlay-image {
    width: 135px;
    height: 135px;
    left: 180px; 
  }
}



.about-image-container {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  /* Ensures the big image is clipped to a circle */
}

.about-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content {
  max-width: 600px;
  margin-left: 30px;
}

.about-content h2 {
  font-weight: bold;
}

.about-content p {
  font-size: 16px;
  color: #333;
}

.read-more {
  color: #d9534f;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  padding: 0;
}

.read-more:hover {
  text-decoration: underline;
}

.ltu-carousel-item {
  height: 100%;
  background-color: wheat;
}

.ltu-carousel-item img {
  max-height: 70% !important;
}

.c-img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.article {
  background-color: #4a0028;
}

.article .container {
  width: 80%;
  margin: auto;
  padding: 40px 0;
}

.article .container .section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.article .container .section img {
  width: 45%;
  height: 50%;
  border-radius: 5px;
}

.article .container .text-content {
  width: 45%;
}

.article .container h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: white;
}

.article .container p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: white;
}

.discover-btn {
  background-color: white;
  color: black;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
}

.discover-btn:hover {
  background-color: #ddd;
}

.research {
  background-color: #f4ede4;
  font-family: Arial, sans-serif;
}

.research .container .section-title {
  color: #800020;
  font-weight: bold;
  margin-bottom: 20px;
}

.top-news {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-news .main-img {
  border-radius: 5px;
}

.news-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.date {
  font-size: 14px;
  color: #666;
}

.divider {
  border-top: 2px solid #800020;
  margin: 20px 0;
}

.bottom-news img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.bottom-news .col-md-4 {
  text-align: left;
  padding: 10px;
}


.info-box {

  background-color: #f26631;

  color: white;

}



.carousel-caption-text {
  margin-left: 5px;
  padding: 30px;
}

.carousel-caption-text h5 {
  color: maroon;
  font-size: 1.5rem;
  font-weight: 100;
}

.carousel-caption-text p {
  color: black;
}

.carousel-btn {
  background-color: transparent;
  color: maroon;
  border: 2px solid maroon;
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.carousel-btn i {
  margin-left: 5px;
}

.carousel-btn:hover {
  background-color: maroon;
  color: white;
}


#about-page .nav-tabs {
  border-bottom: none;
  position: relative;
}


#about-page .nav-tabs::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  background-color: #dee2e6;
  z-index: -1;
}

#about-page .nav-tabs .nav-link {
  border: none;
  border-radius: 20px;
  padding: 8px 15px;
  background: #f8f9fa;
  margin-right: 5px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #333;
  transition: all 0.3s ease-in-out;
}

#about-page .tab-content {
  border: 2px solid #dee2e6;
  border-top: none;
  padding: 20px;
  background: white;
}

#about-page .enquiry-section {
  background-color: #f4f4f6;
  text-align: center;
  padding: 60px 20px;
}

#about-page .enquiry-section h2 {
  color: #005a53;
  font-weight: bold;
  font-size: 30px;
}

#about-page .enquiry-section p {
  color: #333;
  font-size: 16px;

}

#about-page .enquiry-btn {
  background-color: #d51926 !important;
  color: white;
  font-size: 1.1rem;
  padding: 12px 24px;
  border-radius: 30px;
  border: none;
  transition: background 0.3s ease-in-out;
}

#about-page .enquiry-btn:hover {
  background-color: #003d39;
}

.enquiry-btn {
    background-color: red;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.enquiry-btn:hover {
    background-color: darkred; /* Slightly darker red on hover */
}

.enquiry-btn h3 {
    color: red;
}

/* -------------------------------------------------------------------------------------------------- */
/* Global font & background */


/* Heading Section */
.why-choose-heading {
  font-size: 2rem;
  font-weight: 600;
  color: #4a3f7a;
  display: flex;
  align-items: center;
}

.why-choose-highlight-bar {
  display: inline-block;
  width: 5px;
  height: 40px;
  background: linear-gradient(45deg, #ff4b5c, #ff7b60);
  margin-right: 10px;
  border-radius: 5px;
}

/* Info Card styles */
.why-choose-info-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.why-choose-info-card:hover {
  transform: translateY(-5px);
}

.why-choose-card-title {
  font-weight: 600;
  color: #d1001c;
}

.why-choose-card-text {
  font-size: 0.95rem;
  color: #555;
}

/* Offsets to simulate the "upwards" and "downwards" look */
.offset-up {
  margin-top: -50px;
  /* Adjust as needed */
}

.offset-down {
  margin-top: 50px;
  /* Adjust as needed */
}












/* 
==========================================================Regent-------------- */

.tab-container {
  overflow-x: auto;
  white-space: nowrap;
}

.tab-content-container {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: none;
  background: #f8f9fa;
}

/* 
-------------------------------------------------------------------------------------------------------------commented for styufy on uk */
.nav-tabs .nav-item .nav-link {
  white-space: nowrap;
}

.nav-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  display: flex;
}




.regent-top-courses {
  text-align: center;
  padding: 50px 0;
}

.regent-top-courses h2 {
  font-size: 28px;
  font-weight: bold;
  color: #10002b;
}

.regent-card {
  background: white;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.regent-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.regent-card i {
  font-size: 30px;
  margin-bottom: 10px;
  color: #0056b3;
}

.regent-hero-image {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.regent-card p {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin: 0;
  text-align: center;
}

.regent-top-courses {
  text-align: center;
  padding: 50px 0;
}

.regent-top-courses h2 {
  font-size: 28px;
  font-weight: bold;
  color: #10002b;
}

.regent-card {
  background: white !important;
  width: 100%;
  aspect-ratio: 1 / 1;
  /* Makes it a perfect square */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.regent-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.regent-card i {
  font-size: 30px;
  margin-bottom: 10px;
  color: #0056b3;
}

.regent-card p {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin: 0;
  text-align: center;
}


.regent-hero-section {
  background: #ffffff;
  padding: 60px 0;
}

.regent-hero-text  h1 {
  font-size: 46px;
  color: #222;
}

.regent-hero-text h1 span {
  color: #000;
  font-weight: bold;
}

.regent-hero-text p {
  font-size: 1.2rem;
  margin-top: 10px;
  color: #555;
}

.regent-hero-buttons .btn {
  background-color: #002f6c;
  color: white;
  border-radius: 5px;
  padding: 12px 25px;
  font-weight: bold;
}

.regent-hero-buttons .btn:hover {
  background-color: #001f4d;
}



/* 
--------------form------------------------------------------ */

.regent-menu-item {
  display: block;
  background-color: #2d638a;
  color: white !important;
  text-align: center;
  padding: 10px;
  margin-bottom: 5px;
  text-decoration: none;
  border-radius: 5px;
}

#ltu-page .ltu-carousel-item {
  height: 100%;
  background-color: wheat;
}

#ltu-page .ltu-carousel-item img {
  max-height: 70% !important;
}

#ltu-page .c-img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

#ltu-page .article {
  background-color: #4a0028;
}

#ltu-page .article .container {
  width: 80%;
  margin: auto;
  padding: 40px 0;
}

#ltu-page .article .container .section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  row-gap: 20px;
}

#ltu-page .article .container .section img {
  width: 45%;
  height: 50%;
  border-radius: 5px;
}

#ltu-page .article .container .text-content {
  width: 45%;
}

#ltu-page .article .container h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: white;
}

#ltu-page .article .container p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: white;
}

#ltu-page .discover-btn {
  background-color: white;
  color: black;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
}

#ltu-page .discover-btn:hover {
  background-color: #ddd;
}

#ltu-page .research {
  background-color: #f4ede4;
  font-family: Arial, sans-serif;
}

#ltu-page .research .container .section-title {
  color: #800020;
  font-weight: bold;
  margin-bottom: 20px;
}

#ltu-page .top-news {
  display: flex;
  align-items: center;
  gap: 20px;
}

#ltu-page .top-news .main-img {
  border-radius: 5px;
}

#ltu-page .news-text {
  padding-top: 10px;
}

#ltu-page .category {
  font-size: 24px;
  color: #800020;
  font-weight: bold;
}

#ltu-page .news-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

#ltu-page .date {
  font-size: 14px;
  color: #666;
}

#ltu-page .divider {
  border-top: 2px solid #800020;
  margin: 20px 0;
}

#ltu-page .bottom-news img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

#ltu-page .bottom-news .col-md-4 {
  text-align: left;
  padding: 10px;
}

#ltu-page .info-box {
  background-color: #f26631;
  color: white;
}

#ltu-page .banner-carousel-left {
  background-image: url(https://www.leedstrinity.ac.uk/media/site-assets/svg/homepage-hero-bg1-v2.png);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#ltu-page .banner-carousel-left h1 {
  font-size: clamp(2rem, 3rem, 4rem);
  padding: 3rem;
  color: rgb(248, 127, 65);
}

#ltu-page .carousel-caption-text {
  margin-left: 5px;
  padding: 30px;
}

#ltu-page .carousel-caption-text h5 {
  color: maroon;
  font-size: 1.5rem;
  font-weight: 100;
}

#ltu-page .carousel-caption-text p {
  color: black;
}

#ltu-page .carousel-btn {
  background-color: transparent;
  color: maroon;
  border: 2px solid maroon;
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
}

#ltu-page .carousel-btn i {
  margin-left: 5px;
}

#ltu-page .carousel-btn:hover {
  background-color: maroon;
  color: white;
}

.banner-carousel-left {
  background-image: url(https://www.leedstrinity.ac.uk/media/site-assets/svg/homepage-hero-bg1-v2.png);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-carousel-left h1 {
  font-size: clamp(2rem, 3rem, 4rem);
  padding: 3rem;
  color: rgb(248, 127, 65);
}

@media (max-width: 768px) {
  #ltu-page .article .container .section {
    flex-direction: column;
    margin-bottom: 40px;
  }

  #ltu-page .article .container .text-content {
    width: 100%;
  }

  #ltu-page .article .container .section img {
    width: 100%;
  }
  #ltu-page .banner-carousel-left h1 {
   padding: 1rem;
  }
  
}

/* 

----------------------------------------------------REgent-------------------------------------------------- */
#regetn-page .partnershipheader-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#regetn-page .partner-logo img {
  width: 100%;
  max-height: 150px;
}

#regetn-page .partner-section {
  text-align: center;
  background-color: #f8f9fa;
}

#regetn-page .partner-box {
  margin-top: 30px;
}

#regetn-page .partner-container {
  max-width: 900px;
  margin: 0 auto;
}

#regetn-page .header-container {
  max-width: 500px;
}

#regetn-page .header-container h2,
#regetn-page p {
  color: #0D3E62 ;
}

#regetn-page .btn-outline-primary {
  border-color: #0D3E62;
  color: #0D3E62;
  height: 44px;
  margin-bottom: 4px;
}

#regetn-page .btn-outline-primary:hover {
  background-color: #942F6C;
  border-color: #942F6C;
  color: white;
}

#regetn-page .stats-container {
  padding: 50px 0;
}

#regetn-page .stat-box {
  text-align: center;
  color: #b6e4df;
}

#regetn-page .stat-box span {
  font-size: 60px;
  font-weight: bold;
}

#regetn-page .stat-box p {
  font-size: 18px;
  margin: 5px 0;
  color: #b6e4df !important;
}

#regetn-page .stat-box .small-text {
  font-size: 14px;
  color: #8dd6d0;
}

#regetn-page .icon {
  font-size: 50px;
  color: #8dd6d0;
  margin-bottom: 10px;
}

#regetn-page .carousel-caption {
  text-align: left;
  left: 10%;
  bottom: 30%;
}

#regetn-page .carousel-caption h1 {
  font-size: 3rem;
  font-weight: bold;
}

#regetn-page .carousel-caption p,
#regetn-page a {
  font-size: 1.2rem;
  color: white !important;
}

#regetn-page .carousel-control-prev,
#regetn-page .carousel-control-next {
  width: auto;
  background: none;
  color: #9C1445;
  padding: 10px 15px;
  transition: background 0.3s ease-in-out;
}

#regetn-page .btn-custom:hover {
  background-color: #9C1445;
}

#regetn-page .btn-outline-custom {
  border: 2px solid white;
  color: white;
  padding: 10px 20px;
  font-size: 1rem;
}

#regetn-page .btn-outline-custom:hover {
  background-color: white;
  color: black;
}

#regetn-page .regent-carousel {
  height: 80vh !important;
}

#regetn-page .card-body h5 {
  color: #942F6C;
}

#regetn-page .read-more-anchor {
  width: 40% !important;
  background: transparent;
  padding: 5px 10px;
  text-decoration: none;
  color: #0D3E62 !important;
  border: 1px solid #0D3E62 !important;
}

#regetn-page .card-img-top {
  object-fit: contain;
}

#regetn-page .card img {
  height: auto;
}


@media (max-width: 768px) {
 
  #regetn-page .carousel-caption h1 {
    font-size: 1rem;
    font-weight: bold;
  }

  #regetn-page .carousel-caption {
    text-align: left;
    left: 10%;
    bottom: 0%;
  }
}

/* 
-----------------------------------------YSJ------------------ */
#ysj-page .nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 19px;
}

#ysj-page .nav-tabs .nav-item {
  position: relative;
  border: 2px solid black;
}

#ysj-page .nav-tabs .nav-link {
  position: relative;
  z-index: 1;
  background-color: white;
  color: black;
  transition: color 0.3s ease-in-out;
}

#ysj-page .ysjbanner {
  background: url(../images/YSJ-BannerImage.png) no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  margin-top: 8rem;
}

#ysj-page .card {
  margin: 5px;
  margin-bottom: 5px;
  padding: 0 !important;
}

#ysj-page .card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: height 0.3s ease-in-out;
}

#ysj-page .card:hover .card-overlay {
  height: 100%;
}

#ysj-page .card-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
  z-index: 2;
  height: 44px !important;
}

#ysj-page .award-section {
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  padding: 50px;
}

#ysj-page .award-text {
  flex: 1;
  padding-right: 30px;
}

#ysj-page .award-text h2 {
  font-size: 28px;
  font-weight: bold;
}

#ysj-page .award-text p {
  font-size: 18px;
  color: #333;
}

#ysj-page .award-btn {
  margin-top: 20px;
}

#ysj-page .award-image {
  flex: 1;
}

#ysj-page .award-image img {
  width: 100%;
  border-radius: 10px;
}

#ysj-page .studies-card-anchor {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  border: 2px solid black;
  background-color: white;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 2;
}

#ysj-page .studies-card-anchor::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: orange;
  transition: left 0.3s ease-in-out;
  z-index: -1;
}

#ysj-page .studies-card-anchor:hover::before {
  left: 0;
}

#ysj-page .studies-card-anchor:hover {
  color: white;
}

#ysj-page .award-section {
  max-width: 100%;
}

@media (min-width: 992px) {
  #ysj-page .award-section {
    max-width: 1468px;
    margin: 0 auto;
  }
}

#ysj-page .facts-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin: auto;
  padding: 50px 0;
}

#ysj-page .info-section {
  width: 45%;
}

#ysj-page .stats-section {
  width: 50%;
}

#ysj-page .carousel-indicators button {
  background-color: #fff !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

#ysj-page .carousel-control-prev-icon,
#ysj-page .carousel-control-next-icon {
  background-color: black;
  border-radius: 50%;
}

#ysj-page .stats-box {
  background-color: black;
  color: white;
  padding: 50px;
  text-align: center;
  font-size: 24px;
}

#ysj-page .info-title {
  font-size: 24px;
  font-weight: bold;
}

#ysj-page .info-tab {
  display: flex;
  align-items: center;
  padding: 10px;
  border-left: 3px solid transparent;
  cursor: pointer;
  transition: 0.3s;
}

#ysj-page .info-tab.active {
  border-left: 3px solid orange;
  font-weight: bold;
}

#ysj-page .carousel-control-prev,
#ysj-page .carousel-control-next {
  filter: invert(1);
}

#ysj-page .main-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

#ysj-page .carousel-container {
  display: flex;
  gap: 40px;
  position: relative;
}

#ysj-page .left-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#ysj-page .cards-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px 0;
  scroll-snap-type: x mandatory;
}

#ysj-page .cards-carousel::-webkit-scrollbar {
  display: none;
}

#ysj-page .image-container {
  position: relative;
  margin: 2rem;
}

#ysj-page .main-image {
  width: 100%;
  max-height: 50vh;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}


#ysj-page .overlap-image {
  position: absolute;
  width: 40%;
  max-width: 250px;
  height: auto;
  bottom: -20%;
  right: -10%;
  border: 3px solid white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#ysj-page .content-label {
  background: white;
  color: #0066cc;
  z-index: 2;
  position: relative;
}

#ysj-page .highlight-btn {
  border: 1px solid black;
  background-color: white;
  padding: 10px 15px;
  font-weight: bold;
  cursor: pointer;
}

#ysj-page .highlight-btn.active {
  background-color: orange;
  color: white;
  border: none;
}

#ysj-page .section-heading {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#ysj-page .highlight-links a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

#ysj-page .highlight-links a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  #ysj-page .content-column {
    display: flex;
    align-items: center;
    padding-right: 0;
  }

  #ysj-page .content-label {
    margin-right: -80px;
    transform: translateX(30px);
    color: black;
  }
}

@media (max-width: 991px) {
  #ysj-page .content-label {
    margin: 0 1rem 2rem 1rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #ysj-page .image-container {
    margin: 1rem;
  }

  #ysj-page .overlap-image {
    width: 50%;
    right: -8%;
    bottom: -15%;
  }
}

@media (max-width: 576px) {
  #ysj-page .image-container {
    margin: 0.5rem;
  }

  #ysj-page .main-image {
    max-height: 40vh;
  }

  #ysj-page .overlap-image {
    width: 55%;
    right: -5%;
    bottom: -10%;
    max-width: 200px;
    border-width: 2px;
  }

  #ysj-page .content-label {
    margin: 0 0.5rem 1.5rem 0.5rem;
    padding: 1rem;
  }
}

/* ... (Apply the same #ysj-page prefix to all other CSS rules) ... */

@media (min-width: 992px) {
  #ysj-page .award-section {
    max-width: 1468px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  #ysj-page .image-container {
    margin: 0.5rem;
  }

  #ysj-page .main-image {
    max-height: 40vh;
  }
}


/* 
-------------------------------Contact US page------------------------------ */

@media (min-width: 1200px) {
   #contactUsPage .container {
        max-width: 1405px;
    }
}


.contact-stat-box span {
  font-size: 40px;
  font-weight: bold;
  display: block;
 text-align: center;
}

.contact-stat-box p{
  text-align: center;
  color: #005a53;
}

.contact-use-header {
  position: relative;
  width: 100%;
  height: 35vh;
  margin-top: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}


.contact-use-header::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #2db4ff, #ffd766);
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  transform: scaleX(1.5);
}

.contact-use-header h2 {
  color: white;
  z-index: 1;
  font-family: fangsong;
  font-size: 45px;
}


@media (max-width: 768px) {
  .contact-use-header {
    height: 20vh; 
  }
  .contact-use-header h2 {
    font-size: 26px;
  }
}


.contact-us-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 20px;
}

.contact-us-content h2 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 600;
  color: #005cb4;
}

.contact-us-content p {
  font-size: 19px;
  font-weight: 400;
  color: #606268;

}


.contact-use-header .contact-us-content p {
  color: #fff;
}

.contactus-form-container input,
.contactus-form-container select,
.contactus-form-container textarea {
    border: none;
    border-bottom: 2px solid grey;
    border-radius: 0;
    outline: none;
    width: 100%;
    padding: 8px 0;
    background-color: transparent;
    transition: border-bottom 0.3s ease;
    color: black;
    font-size: 16px;
}

/* Placeholder for inputs and textarea */
.contactus-form-container input::placeholder,
.contactus-form-container textarea::placeholder {
    color: grey !important;
    opacity: 1;
}

/* ✅ Placeholder for select dropdown */
.contactus-form-container select {
    color: grey !important; /* Default (unselected) option will be grey */
}

/* ✅ Selected option in black */
.contactus-form-container select:focus,
.contactus-form-container select option {
    color: black !important; /* When an option is selected, it turns black */
}

/* Focus styles */
.contactus-form-container input:focus,
.contactus-form-container select:focus,
.contactus-form-container textarea:focus {
    border-bottom: 2px solid black; /* Only bottom border changes */
    outline: none;
    box-shadow: none;
}

/* Checkbox styling fix */
.contactus-form-container input[type="checkbox"] {
    width: auto;
    accent-color: black;
}



.contact-us-section {
  padding: 50px 0;
}

.section-heading {
  font-size: 2rem;
  font-weight: bold;
}

.head-office-container {
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.head-office-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.head-office-address {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 15px;
}

.head-office-contact-list {
  list-style-type: none;
  padding: 0;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.icon-circle {
  width: 40px;
  height: 40px;
  min-width: 40px; 
  min-height: 40px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-right: 15px;
}

.contact-content p {
  margin: 0;
  font-size: 0.9rem;
  color: #333;
}

.contact-content strong {
  color: #007bff;
}

.phone-icon i {
  font-size: 1.2rem;
  color: #28a745;
}

.hours-icon i {
  font-size: 1.2rem;
  color: #ffc107;
}

.location-icon i {
  font-size: 1.2rem;
  color: #dc3545;
}

.fax-icon i {
  font-size: 1.2rem;
  color: #6c757d;
}

.support-icon i {
  font-size: 1.2rem;
  color: #007bff;
}

.website-icon i {
  font-size: 1.2rem;
  color: #17a2b8;
}

.map-frame {
  border: 0;
}


.contactUSForm {

  position: relative;
}

.contactus-bubble {
  position: absolute;
  border-radius: 50%;
  background: #b30000;
  opacity: 0.8;
}

.contactus-bubble-small {
  width: 10px;
  height: 10px;
}

.contactus-bubble-medium {
  width: 20px;
  height: 20px;
}

.contactus-bubble-large {
  width: 30px;
  height: 30px;
}

.contactus-form-container {
  max-width: 400px;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: auto;
}

.contactus-btn-submit {
  background-color: #d51926;
  color: white;
  border: none;
  width: 100%;
}

.contactus-btn-submit:hover {
  background-color: #d51926;
  color: white;
}



.possibilities-section {
  font-family:sans-serif;
  background-color: #fff;
  color: #2b2b2b;
}

#contactUsPage .heading {
  font-size: 36px;
  font-weight: 700;
  color: #2b2b2b;
}

#contactUsPage .info-item {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
}

#contactUsPage .icon-circle2 {
  width: 40px;
  height: 40px;
  min-width: 40px; 
  min-height: 40px;
  border-radius: 50%;
  background-color: #c41e3a;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contactUsPage .icon-circle2 span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

#contactUsPage .info-text h5 {
  margin: 0;
  font-size: 18px;
}

#contactUsPage .info-text p {
  margin: 0;
  font-size: 14px;
  color: #555;
}





/* -----------------------------ORA PAGE---------------------------------------- */

#oraPage h1, #oragpage h2, #oragpage h3, #oragpage h4, #oragpage h5 {
  font-family: 'Dancing Script', cursive;
}

.ora-nav-left-icon{
  height: 70px !important;
}
.ORA-container {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

.ORA-text-content {
  padding-right: 40px;
}

.ORA-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 10px;
}

.ORA-gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

/* Specific image placements */
.ORA-gallery img:nth-child(1) {
  grid-column: span 2;
  height: 220px;
}

.ORA-gallery img:nth-child(2) {
  grid-row: span 2;
  height: 320px;
}

.ORA-gallery img:nth-child(3),
.ORA-gallery img:nth-child(4),
.ORA-gallery img:nth-child(5),
.ORA-gallery img:nth-child(6) {
  height: 150px;
}

@media (max-width: 768px) {
  .ORA-layout {
    flex-direction: column;
    text-align: center;
  }

  .ORA-text-content {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .ORA-gallery {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 10px;
  }

  .ORA-gallery img {
    flex: 0 0 auto;
    width: 120px;
    height: 120px !important;
    border-radius: 10px;
  }

  .ORA-gallery img:nth-child(1) {
    width: 160px;
  }
}


.ORA_hero {
  height: 80vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video-text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: white;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  font-family: Arial, sans-serif;
  max-width: 40%;
}

.video-text h1 {
  font-size: 5rem;
  margin: 0;
}

.video-text h4 {
  font-size: 2rem;
  margin-top: 0.5rem;
}

.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  cursor: pointer;
  animation: bounce 1.5s infinite;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  border-radius: 50%;
}

.ora-state-container {
  background-color: #fff;
}

.ora-state-number {
  font-size: 2rem;
  font-weight: bold;
}

.ora-state-text {
  color: #6c757d;
}

.ora-state-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: -10px;
  border: 2px solid #fff;
}

.ora-state-rating {
  color: #6c757d;
}


.program-hosted-section {
  text-align: center;
  padding: 50px 0;
}

.program-hosted-header h6 {
  color: #d4a373;
  font-weight: bold;
  letter-spacing: 1px;
}



.program-hosted-nav {
  text-align: center;
  margin-top: 20px;
}

.program-hosted-nav a {
  text-decoration: none;
  color: #000;
  margin: 0 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 5px 10px;
}

.program-hosted-nav a.active {
  border-bottom: 2px solid #000;
}

/* .program-hosted-carousel {
  margin-top: 30px;
} */

.New-2025-container {
  max-width: 900px;
  margin: auto;
}

.New-2025-image {
  width: 100%;
  object-fit: cover;
}

.New-2025-tabs .nav-pills {
  flex-wrap: wrap;
  gap: 10px; /* Space between pills */
}

.New-2025-tabs .nav-pills .nav-link {
  border-radius: 50px; /* Capsule shape */
  background-color: white;
  color: black;
  border: 1px solid #ccc; /* Light border */
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.New-2025-tabs .nav-pills .nav-link.active {
  background-color: #e0e0e0; /* Gray background for active */
  color: black;
  border-color: #b0b0b0;
}

.New-2025-tabs .nav-pills .nav-link:hover {
  background-color: #f8f8f8;
  border-color: #a0a0a0;
}


.uniqueTous {
  background-color: #f3f3f3;
}

.unique-header-text {
  color: #b5835a;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
}

.unique-section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
}

.unique-section-description {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}

.unique-btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.unique-btn {
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin: 3px;
}

.unique-btn:hover {
  background-color: #f1f1f1;
}

.unique-btn-active {
  background-color: #e5e5e5;
  font-weight: bold;
}

 #oraPage .carousel-inner img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

#oraPage .carousel-caption {
  position: absolute;
  right: 10%;
  bottom: 20%;
  left: auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 10px;
  text-align: left;
}

#oraPage .carousel-caption h5 {
  font-weight: bold;
}


#oraPage .carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: black;
  padding: 10px;
  border-radius: 50%;
}



#OracustomCarousel .carousel-inner img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

#OracustomCarousel .carousel-caption {
  position: absolute;
  right: 10%;
  bottom: 20%;
  left: auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 10px;
  text-align: left;
}

#OracustomCarousel .carousel-control-prev-icon,
#OracustomCarousel .carousel-control-next-icon {
  background-color: black;
  padding: 10px;
  border-radius: 50%;
}

#OracustomCarousel2 .carousel-inner img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

#OracustomCarousel2 .carousel-caption {
  position: absolute;
  right: 10%;
  bottom: 20%;
  left: auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 10px;
  text-align: left;
}

#OracustomCarousel2 .carousel-control-prev-icon,
#OracustomCarousel2 .carousel-control-next-icon {
  background-color: black;
  padding: 10px;
  border-radius: 50%;
}



.lora-partner-logo-section {
  text-align: center;
  padding: 50px 0;
}

.lora-partner-logo-section h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

.lora-partner-logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.lora-partner-logo-grid img {
  max-height: 60px;
  object-fit: contain;
}

.lora-partner-logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.ora-logo-container {
  width: 190px;
  /* Fixed width */
  height: 120px;
  /* Fixed height */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pregifx-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.glide__track {
  overflow: visible !important;
}

.glide__slides {
  display: flex;
  gap: 20px;
}

.glide__slide {
  flex: 0 0 auto;
  max-width: 1080px;
}

.glide__arrow {
  width: 40px;
  height: 40px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.glide__arrow:hover {
  background: #444; /* Darker on Hover */
}


.custom-bullets {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px; 
  flex-wrap: wrap;
}


.custom-bullet {
  padding: 8px 16px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: gray;
  position: relative;
  transition: color 0.3s ease-in-out;
}

.custom-bullet.active {
  color: black;
}

.custom-bullet.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: gold;
  transform: translateX(-50%);
}


.celebration-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  background-color: rgb(255, 251, 243);
}
.celebration-content {
  max-width: 600px;
}
.celebration-text h2 {
  font-weight: bold;
}


.video {
 position: relative;
  height: 100%;
  min-height: 400px;
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../images/ORA-Image-4.webp) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.video .btn-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-secondary);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-primary);
  border-radius: 50%;
  transition: all 200ms;
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--bs-white);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}



#videoModal {
  z-index: 99999;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}


#oraPage #awards-section {
  margin-bottom: 4rem;
  text-align: center;
}

@keyframes pulse-border {
  0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
  }

  100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
  }
}

@media (min-width: 768px) {
  #oraPage #awards-section {
      margin-bottom: 6rem;
  }
}

#oraPage #sub-heading {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FFD700; /* Gold color */
}

#oraPage #heading {
  max-width: 42rem;
  margin: 0 auto 3rem;
  font-size: 1.875rem;
  font-weight: bold;
}
.awardSectionLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px; 
  margin-top: 20px;
}

.awardSectionLogo img {
  width: 150px; 
  height: auto;
  object-fit: contain;
}

.program-section {
  padding: 60px;
  text-align: center;
}

.program-section .container {
  max-width: 1000px;
  margin: 0 auto;
}

.subtitle {
  color: #6b7280;
  text-transform: uppercase;
  font-weight: 600;
}

.title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
}

.description {
  color: #374151;
  max-width: 600px;
  margin: 15px auto 0;
}




.glide {
  overflow-x: hidden;
  position: relative;
  margin-top: 20px;
}

.glide__slides {
  display: flex;
  list-style: none;
  padding: 0;
}

.glide__slide {
  flex: 0 0 100%;
}

.slide-img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.control-btn {
  font-size: 2rem;
  border: none;
  background: transparent;
  cursor: pointer;
}


.custom-carousel-prev,
.custom-carousel-next {
  position: absolute;
  top: 10px !important;
  right: 50px !important;
  width: 40px !important;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.custom-carousel-next {
  right: 10px !important;
}

.custom-carousel-prev:hover,
.custom-carousel-next:hover {
  background-color: #f1f1f1;
}

.custom-carousel-prev span,
.custom-carousel-next span {
  filter: invert(1) !important;

}

@media (max-width: 768px) {
  .awardSectionLogo {
      justify-content: center;
  }

  .awardSectionLogo img {
      width: 100px; 
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .awardSectionLogo {
      flex-direction: column;
      align-items: center;
  }

  .awardSectionLogo img {
      width: 80px; /* Further d51926uce size for very small screens */
  }
}


@media (min-width: 768px) {
  #oraPage #heading {
      font-size: 3rem;
  }
}

#oraPage #content {
  max-width: 42rem;
  margin: 0 auto 2rem;
  font-size: 1rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  #oraPage #content {
      margin-bottom: 4rem;
  }
}



/* Responsive Fix */
@media (max-width: 768px) {
  .uk-universities-item {
      height: 200px;
  }
}




@media (max-width: 768px) {
  .hero-container{
    margin-top: 10rem;
  }
  
}


@media (max-width: 768px) {
  .glide__slide {
      max-width: 90vw;
  }
}



@keyframes bounce {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(10px);
  }
}



/* ----------------------------About PAge----------------------------- */

#about-page .nav-tabs {
  border-bottom: none;
  position: relative;
}

#about-page .nav-tabs::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  background-color: #dee2e6;
  z-index: -1;
}

/*#about-page .nav-tabs .nav-link {*/
/*  border: none;*/
/*  border-radius: 20px;*/
/*  padding: 8px 15px;*/
/*  background: #f8f9fa;*/
/*  margin-right: 5px;*/
/*  font-weight: bold;*/
/*  position: relative;*/
/*  z-index: 1;*/
/*  color: #333;*/
/*  transition: all 0.3s ease-in-out;*/
/*}*/

/*#about-page .nav-tabs .nav-link.active {*/
/*  background: #d51926 !important;*/
/*  color: white;*/
/*  border: 2px solid #d51926 !important;*/
/*  border-bottom: none;*/
/*}*/

/* Style for inactive nav links */
#about-page .nav-tabs .nav-link {
  border: none;
  border-radius: 20px;
  padding: 8px 15px;
  background: #f8f9fa;
  margin-right: 5px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #333;
  transition: all 0.3s ease-in-out;
}


/* Optional: Add hover effect for nav items */
#about-page .nav-tabs .nav-link:hover {
  background: #e74c3c;
  color: white;
}


#about-page .tab-content {
  border: 2px solid #dee2e6;
  border-top: none;
  padding: 20px;
  background: white;
}

#about-page .tab-content ul {
  list-style: none;
  padding-left: 0;
}

#about-page .tab-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

#about-page .tab-content ul li::before {
  content: "✔";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: white; /* Tick color */
  
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px; 
  background-color: #d51926; 
  border-radius: 50%;
  
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-size: 14px; /* Tick size */
  text-align: center;
  line-height: 1;
}


#about-page .card-alignment{
  margin-top: -50px;
}

#about-page .enquiry-section {
  background-color: #d51926!important;
  text-align: center;
  padding: 60px 20px;
}

#about-page .enquiry-section h2 {
  color: #005a53;
  font-weight: bold;
}

#about-page .enquiry-section p {
  color: #333;
  font-size: 1.1rem;
}

#about-page .enquiry-btn {
  background-color: #d51926 !important;
  color: white;
  font-size: 1.1rem;
  padding: 12px 24px;
  border-radius: 30px;
  border: none;
  transition: background 0.3s ease-in-out;
}

#about-page .enquiry-btn:hover {
  background-color: #d51926;
}

#about-page .gradient-container {
  margin: auto;
  padding: 20px 40px 40px 40px;
  border-radius: 10px;
  background: linear-gradient(to left, white, white , #e2dfff);
  display: flex;
  align-items: center;
}
.responsive-nav{
  justify-content: center ;
}



#about-page .feature-box {
  text-align: center;
  padding: 20px;
}

#about-page .feature-icon {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 10px;
}

#about-page .feature-box h5 {
  margin: 0 10px;
}



.about-page-hero {
  margin-top: 9rem;
  background: linear-gradient(to right, #b5e8ff, transparent), 
  url("images/about-us.png") no-repeat center center;
  background-size: cover;
  min-height: 400px;
  position: relative;
  color: black;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 3rem 0;
}

.about-container {
  width: 100%;
  display: flex;
  align-items: center;
}

.about-container .row {
  width: 100%;
}

.about-container .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}


.breadcrumb-wrapper {
  background: white;
  padding: 8px 12px;
  display: inline-block;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.breadcrumb-custom {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb-custom .breadcrumb-item a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

.breadcrumb-custom .breadcrumb-item.active {
  color: #666;
}


#about-page .breadcrumb-custom {
  background: none;
  padding: 0;
}

#about-page .breadcrumb-item a {
  text-decoration: none;
  color: #000;
}



#about-page .aboutHeroImg {
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#about-page .stat .stat-box p {
  font-size: 1rem !important;
  font-weight: 500 !important;
}


@media (max-width: 576px) {
  .feature-box h5 {
    margin: 0; 
  }
}
@media (max-width: 1199px) {
  .responsive-nav {
    justify-content: start ;
  }
}


@media (max-width: 768px) {
  .about-page-hero {
      align-items: flex-end;
      padding-bottom: 2rem;
  }



  @media (max-width: 768px) {
  .about-page-hero {
    background: linear-gradient(to right, #b5e8ff, transparent), 
      url("images/about-us.png") no-repeat right center;
    background-size: cover;
    background-position: right center;
  }
}

  
  
  .about-container .col-md-6 {
      align-items: center;
      text-align: center;
      width: 100%;
  }

  .breadcrumb-wrapper {
      text-align: center;
  }
}

/* 
------------------------------study in ukk */

.hero-container{
  margin-top: 9rem;
}


.uk-hero-text  h1 {
  font-size: 46px;
  color: #222;
}

.uk-hero-text h1 span {
  color: #000;
  font-weight: bold;
}

.uk-hero-text p {
  font-size: 1.2rem;
  margin-top: 10px;
  color: #555;
}

.study-in-uk-heroRight{
  height: 400px;
}


.uk-analytics-section {
  background: #eef2f6;
  padding: 40px 0;
  border-radius: 10px;
  margin-top: 40px;
}

.uk-analytics-box h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #1D438D;
}

.uk-analytics-box p {
  font-size: 1.2rem;
  color: #6c757d;
}

#studyInuk .nav-tabs .nav-item.show .nav-link,
#studyInuk .nav-tabs .nav-link.active {
  background-color: #d51926 !important; /* Ensure the color code is prefixed with # */
  color: white !important;
  border-color: #d51926 !important; /* Ensure the color code is prefixed with # */
}

#studyInuk .nav-tabs {
  border: 1px solid #dee2e6;
  border-radius: 10px 10px 0 0;
  overflow-x: auto;
}

#studyInuk .nav-tabs .nav-link {
  color: black;
  transition: 0.3s;
}

#studyInuk .nav-tabs .nav-link:hover {
  color: #d51926; /* Ensure the color code is prefixed with # */
}

#studyInuk .tab-content {
  padding: 20px; /* Add padding for better spacing */
}

#studyInuk .tab-content ul {
  list-style: none;
  padding-left: 0;
}

#studyInuk .tab-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  background-color: transparent; /* Remove any background color */
}

#studyInuk .tab-content ul li::before {
  content: "✔";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: white; /* Tick color */
  
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px; 
  background-color: #d51926; 
  border-radius: 50%;
  
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-size: 14px; /* Tick size */
  text-align: center;
  line-height: 1;
}

/*#studyInuk .nav-tabs .nav-item.show .nav-link,*/
/*#studyInuk .nav-tabs .nav-link.active {*/
/*  background-color: d51926!important ;*/
/*  color: white !important ;*/
/*  border-color: d51926!important ;*/
/*}*/

/*#studyInuk .nav-tabs  {*/
/*  border: 1px solid #dee2e6;*/
/*  border-radius: 10px 10px 0 0;*/
/*  overflow-x: auto;*/
/*}*/

/*#studyInuk .nav-tabs .nav-link {*/
/*  color: black;*/
/*  transition: 0.3s;*/
/*}*/

/*#studyInuk .nav-tabs .nav-link:hover {*/
/*  color: d51926;*/
/*}*/

/*#studyInuk .tab-content ul {*/
/*  list-style: none;*/
/*  padding-left: 0;*/
/*}*/

/*#studyInuk .tab-content ul li {*/
/*  position: relative;*/
/*  padding-left: 30px;*/
/*  margin-bottom: 10px;*/
/*}*/

/*#studyInuk .tab-content ul li::before {*/
/*  content: "✔";*/
/*  font-family: "Font Awesome 5 Pro";*/
/*  font-weight: 700;*/
  color: white; /* Tick color */
  
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  width: 20px;*/
/*  height: 20px; */
/*  background-color: #d51926; */
/*  border-radius: 50%;*/
  
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
  
  font-size: 14px; /* Tick size */
/*  text-align: center;*/
/*  line-height: 1;*/
/*}*/


.uk-card {
  width: 115px; /* Fixed width */
  height: 115px; /* Fixed height */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  background: #f8f9fa; /* Light background */
  padding: 15px;
  font-size: 14px;
}



.uk-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.uk-card i {
  font-size: 30px;
  margin-bottom: 10px;
  color: #0056b3;
}

.uk-hero-image {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.uk-card p {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin: 0;
  text-align: center;
}



.scholar-sec-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sholar-left {
  width: 65%;
}

.sholar-img {
  max-width: 550px;
  max-height: 436px;
  width: 100%;
  height: 100%;
}
.sholar-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#studyInuk .uk-universities-item {
  background-size: cover;
  background-position: center;
  height: 350px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: white;
  padding-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}


#studyInuk .uk-universities-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.25%, #2F4455 100%);
  width: 100%;
  height: 100%;
  z-index: 9;
}

#studyInuk .university-name {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
  z-index: 10;
  padding: 8px 0;
  border-radius: 5px;
}


#studyInuk .accordion-button {
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 2rem;
  position: relative;
}

#studyInuk .accordion-button::after {
  display: none !important; /* Hide default Bootstrap arrow */
}

#studyInuk .indicator {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 10px;
}

#studyInuk .accordion-body ul {
  list-style-type: disc;
  padding-left: 20px;
  text-align: left;
}

#studyInuk .accordion-button[aria-expanded="true"] .indicator {
  content: "-";
}

#studyInuk .accordion-button[aria-expanded="false"] .indicator {
  content: "+";
}

/* 



--------------------------------------------Privacy and POlicy ------------------------------ */



.t-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:9rem;
}

.t-banner-img {
  position: relative;
  display: inline-block;
}

.t-banner-img img {
  width: 100%;
  height: auto;
  min-height: 160px;
}

.tag-l {
  position: absolute;
  left: 10%; /* Adjust to position it in the left-middle */
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}


.policy-container {
  text-align: center;
  max-width: 400px; /* Adjust based on preference */
  margin: 40px auto 10px;
}

.policy-header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.policy-decorator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.policy-decorator::before, 
.policy-decorator::after {
  content: "";
  height: 2px;
  background-color: orange;
  flex-grow: 1;
}

.policy-icon {
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin: 0 10px;
}
.policy-icon {
  font-size: 24px;
}
#privacyAndPolicy  .content {

  color: #555;
}

#privacyAndPolicy ol{
  list-style: none;
  padding-left: 0;
  margin-left: 0 !important;
}
#privacyAndPolicy ul{
  list-style: none;
}

#privacyAndPolicy ol {
  counter-reset: list-counter;
}

#privacyAndPolicy ol li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 25px;
}

#privacyAndPolicy ol li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  color: #0056b3;
  font-weight: bold;
}

#privacyAndPolicy ul li {
  position: relative;
  padding-left: 20px;
}

#privacyAndPolicy ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #0056b3;
  font-size: 14px;
  font-weight: bold;
}

