/*=====================================================
Template Name   : Eduka
Description     : School, College, University And Courses HTML5 Template
Author          : LunarTemp
Version         : 1.0
=======================================================*/

/*=====================================================
Table of contents
=======================================================

1. Google fonts
2. Theme variables
3. General css
4. Preloader
5. Theme default css
6. Margin & padding
7. Site title css
8. Theme button
9. Container
10. Scroll top css
11. Header top css
12. Navbar css
13. Mega menu
14. Multi level dropdown menu
15. Search popup css 
16. Main section css 
17. Hero css 
18. Play btn
19. About css 
20. Course css
21. Course single css 
22. Feature css 
23. Portfolio css 
24. Portfolio single
25. Gallery css 
26. Choose css 
27. Testimonial css
28. Counter css 
29. Cta css 
30. Event css 
31. Event single css 
32. Enroll css 
33. Skill css 
34. Department css 
35. Department single
36. Partner css 
37. Blog css 
38. Blog single css
39. Widget sidebar css
40. Contact us css 
41. Team css 
42. Team single css 
43. Video css 
44. Pricing css 
45. Faq css 
46. Breadcrumb css
47. Pagination css 
48. Auth css 
49. Coming soon css 
50. Error css 
51. Terms/privacy css 
52. How Apply
53. Application css 
54. Campus tour css 
55. Campus life css 
56. Notice board css 
57. Student Activity css 
58. Facility css 
59. Facility single
60. Research css 
61. Research single
62. Club css 
63. Club single
64. Tuition fee css
65. Alumni css 
66. Scholarship css 
67. Fund css 
68. Athletic css 
69. Health care css 
70. Footer css 
71. Home 2
72. Home 3

=======================================================*/

/*====================
1. Google fonts
======================*/

@import url("../../../css2");

/*====================
2. Theme variables
======================*/

:root {
  --body-font: "Roboto", sans-serif;
  --heading-font: "Yantramanav", sans-serif;
  --theme-color: #961c1f;
  --theme-color2: #fda31b;
  --theme-color-light: rgb(17, 110, 99, 0.09);
  --theme-bg-light: #f2f3f5;
  --body-text-color: #757f95;
  --color-white: #ffffff;
  --color-dark: #19232b;
  --hero-overlay-color: #000000;
  --slider-arrow-bg: rgba(255, 255, 255, 0.2);
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all 0.5s ease-in-out;
  --transition2: all 0.3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --border-white-color2: rgba(255, 255, 255, 0.05);
  --footer-bg: #012758;
  --footer-bg2: #961c1f;
  --footer-text-color: #f5faff;
}

/*====================
3. General css
======================*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
  box-sizing: border-box;
}

body {
  font-family: "Poppins", "Roboto";
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: var(--body-text-color);
  line-height: 1.8;
}

a {
  color: var(--color-dark);
  display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

a:hover {
  color: var(--color-blue);
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-dark);
  margin: 0px;
  font-family: "Poppins", "Roboto";
  line-height: 1;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 15px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

label {
  color: #000;
  cursor: pointer;
}

*::-moz-selection {
  background: #d6b161;
  color: var(--color-white);
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

::selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

/*====================
4. Preloader
======================*/

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #961c1f;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-book {
  border: 5px solid var(--color-white);
  width: 100px;
  height: 61px;
  position: relative;
  perspective: 150px;
}

.loader-book-page {
  display: block;
  width: 50px;
  height: 60px;
  border: 5px solid var(--color-white);
  border-left: 5px solid var(--color-white);
  margin: 0;
  position: absolute;
  right: -4px;
  top: -4px;
  overflow: hidden;
  background: #961c1f;
  transform-style: preserve-3d;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.loader-book-page:nth-child(1) {
  -webkit-animation: loader-book 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1.6s
    infinite;
  animation: loader-book 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1.6s infinite;
}

.loader-book-page:nth-child(2) {
  -webkit-animation: loader-book 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1.45s
    infinite;
  animation: loader-book 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1.45s infinite;
}

.loader-book-page:nth-child(3) {
  -webkit-animation: loader-book 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1.2s
    infinite;
  animation: loader-book 1.2s cubic-bezier(0, 0.39, 1, 0.68) 1.2s infinite;
}

@-webkit-keyframes loader-book {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  20% {
    background: #a30e12;
  }

  40% {
    background: #a30e12;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }

  100% {
    background: #961c1f;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}

@keyframes loader-book {
  0% {
    transform: rotateY(0deg);
  }

  20% {
    background: #a30e12;
  }

  40% {
    background: #a30e12;
    transform: rotateY(-180deg);
  }

  100% {
    background: #961c1f;
    transform: rotateY(-180deg);
  }
}

/*===================
5. Theme default css
======================*/

.ovrflow-hidden {
  overflow: hidden;
}

.position-relative {
  position: relative;
  z-index: 1;
}

.text-right {
  text-align: right;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-pd {
  padding: 0 7rem;
}

.s-pd {
  padding: 0 12rem;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.bg {
  background: var(--theme-bg-light);
}

/* whats css icons   */
.contact-icons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-icons a {
  display: inline-block;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.contact-icons a:hover {
  transform: scale(1.1);
}

.contact-icons img {
  width: 30px;
  height: 30px;
}

/*====================
6. Margin & padding
======================*/

.pb-140 {
  padding-bottom: 140px;
}

.pd-50 {
  padding: 50px 0;
}

.py-120 {
  padding: 30px 0;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 20px;
}

.pt-60 {
  padding-top: 30px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 50px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 20px;
}

.pb-60 {
  padding-bottom: 30px;
}

.pb-70 {
  padding-bottom: 5px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mr-300 {
  margin-right: 300px;
}

.ml-300 {
  margin-left: 300px;
}

/*====================
7. Site title css
======================*/

.site-heading {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.site-title-tagline {
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #a30e12;
  position: relative;
  border-bottom: 2px solid #a30e12;
}

.site-title-tagline i {
  line-height: 0;
  font-size: 19px;
}

.site-title {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 20px;
  color: var(--color-dark);
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
}

.site-title span {
  color: #a30e12;
}

.site-heading p {
  margin-top: 15px;
}

.heading-divider {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 10px;
  border: 3px solid rgba(33, 46, 84, 1);
  border-right-color: transparent;
}

.heading-divider.light {
  border-color: rgba(255, 255, 255, 0.2);
  border-right-color: transparent;
}

.heading-divider::after {
  position: absolute;
  content: "";
  width: 30px;
  background-color: #961c1f;
  top: 0;
  bottom: 0;
  left: 18px;
}

/*====================
8. Theme button
======================*/

.theme-btn {
  font-size: 14px;
  color: var(--color-white);
  padding: 14px 20px;
  transition: var(--transition);
  text-transform: uppercase;
  position: relative;
  border-radius: 50px 50px 50px 0;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #961c1f;
  /* background: #a30e12; */
  box-shadow: #a30e12;
  z-index: 1;
}

.theme-btn::before {
  content: "";
  height: 300px;
  width: 300px;
  background: #961c1f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.theme-btn:hover {
  color: var(--color-white);
}

.theme-btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.theme-btn i {
  margin-left: 5px;
}

.theme-btn span {
  margin-right: 5px;
}

.theme-btn2 {
  background: var(--color-white);
  color: var(--color-dark);
}

.theme-btn2::before {
  background: #961c1f;
}

.theme-btn2:hover {
  color: var(--color-white);
}

/*====================
9. Container
======================*/

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px;
  }
}

/*====================
10. Scroll top css
======================*/

#scroll-top {
  position: fixed;
  bottom: -20px;
  right: 30px;
  z-index: 99;
  font-size: 19px;
  border: none;
  outline: none;
  border-radius: 50px;
  color: var(--color-white);
  background-color: #a30e12;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: var(--box-shadow2);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

#scroll-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  #scroll-top.active {
    bottom: 100px;
  }
}

/*====================
11. Header top css
======================*/

.header-top {
  padding: 9px 0 10px 0;
  position: relative;
  background: #961c1f;
  z-index: 1;
}

.header-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: -1px;
  width: 30%;
  background: #961c1f;
  z-index: -1;
}

.header-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-contact ul {
  display: flex;
  align-items: center;
  gap: 11px;
}

.header-top-contact ul li {
  display: flex;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 20px;
}

.header-top-contact ul li:last-child {
  border: none;
  padding-right: 0;
}

.header-top-contact ul li a {
  color: var(--color-white);
  font-weight: 400;
  text-decoration: none;
}

.header-top-contact ul li a i {
  color: #fff;
  margin-right: 5px;
}

.header-top-social span {
  color: var(--color-white);
  font-weight: 500;
}

.header-top-social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: var(--color-white);
  font-size: 16px;
  background: #961c1f;
  text-align: center;
  margin-left: 5px;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}

.header-top-social a:hover {
  color: #961c1f;
}

@media all and (max-width: 1199px) {
  .header-top-contact ul {
    gap: 10px;
  }

  .header-top-social a {
    width: 34px;
    height: 34px;
    line-height: 37px;
    margin-left: 0;
  }
}

@media all and (max-width: 992px) {
  .header-top {
    display: none;
  }
}

/*====================
12. Navbar css
======================*/

.navbar {
  background: var(--color-white);
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 999;
}

.custom-nav {
  background: var(--color-white);
  position: relative;
}

.navbar.fixed-top {
  background: var(--color-white) !important;
  box-shadow: var(--box-shadow2);
  animation: slide-down 0.7s;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.navbar .navbar-brand .logo-display {
  display: block;
}

.navbar .navbar-brand .logo-scrolled {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}

.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-mobile-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-brand img {
  width: 232px;
}

.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 600;
  border: none;
  font-size: 14px;
}

@media all and (max-width: 1199px) {
  .nav-right {
    margin-left: 25px !important;
  }

  .navbar .nav-item .nav-link {
    margin-right: 15px;
    /* margin: 0 225px 0 0; */
  }

  .navbar .nav-right-btn {
    display: none;
  }
}

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 22px;
    padding: 30px 0px;
    font-size: 17px;
    font-weight: 400;
    color: var(--color-dark);
    text-transform: capitalize;
  }

  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
    border: none;
    left: -15px;
    border-radius: 0px;
    border-top: 4px solid #a30e12;
    background: #fff;
    width: 219px;
    box-shadow: var(--box-shadow);
  }

  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px solid var(--border-white-color);
  }

  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    padding: 8px 25px;
    font-weight: 500;
    color: #4d90bf;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #a30e12;
    padding-left: 32px;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 8px;
    color: #a30e12;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: -1;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .navbar .nav-item .nav-link {
    position: relative;
  }

  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: #961c1f;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }

  .navbar #main_nav {
    justify-content: center;
    margin: 0 0 0 30px;
  }

  /* nav right */
  .nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-left: 45px;
  }

  .nav-right-link {
    position: relative;
    font-size: 19px;
    color: var(--color-dark);
    transition: var(--transition);
  }

  .nav-right-link:hover {
    color: #961c1f !important;
  }

  .nav-right .sidebar-btn .nav-right-link,
  .nav-right .search-btn .nav-right-link {
    border: none;
    background: transparent;
    color: var(--color-dark);
    font-size: 28px;
    padding-right: 0;
  }

  .nav-right .search-btn .nav-right-link {
    font-size: 19px;
    padding: 0;
  }

  .nav-right .cart-btn .nav-right-link {
    position: relative;
    font-size: 19px;
    padding: 0;
    margin-right: 15px;
  }

  .nav-right .cart-btn span {
    position: absolute;
    right: -9px;
    top: -2px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background: #961c1f;
    color: var(--color-white);
  }
}

/* mobile menu */
.mobile-menu-right {
  display: none;
}

@media all and (max-width: 991px) {
  .navbar {
    top: 0;
    right: 0;
    left: 0;
    /* position: fixed; */
  }

  .navbar-brand {
    padding-left: 10px;
  }

  .navbar-brand img {
    width: 130px;
  }

  .navbar-collapse {
    max-height: 353px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
    background-color: var(--color-white);
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
  }

  .dropdown-toggle::after {
    float: right;
  }

  .navbar .nav-item .nav-link {
    color: var(--color-dark);
    font-weight: 700;
    transition: var(--transition);
    /* add one css line for mobile resposnive  */
    margin: -5px;
  }

  .navbar .nav-item .nav-link:hover {
    color: #961c1f !important;
  }

  .navbar-toggler {
    padding: 0;
    border: none;
  }

  .mobile-menu-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .mobile-menu-right .nav-right-link {
    background: transparent;
    border: none;
    font-size: 19px;
    color: var(--color-dark);
  }

  .mobile-menu-right .nav-right-link:hover {
    color: #961c1f;
  }

  .search-area.open {
    top: 50px !important;
  }

  .navbar-toggler-mobile-icon {
    font-size: 25px;
    color: var(--color-dark);
    font-weight: 500;
  }

  .navbar .dropdown-menu {
    border-radius: 0px;
  }

  .nav-right {
    display: none;
  }
}

/*============================
13. Mega menu
==============================*/

@media (min-width: 992px) {
  .nav-item.mega-menu {
    position: static;
  }

  .navbar .nav-item.mega-menu .dropdown-menu {
    width: 98%;
    left: 12px;
  }

  .mega-menu .mega-content {
    padding: 30px;
  }

  .mega-menu .mega-content h5 {
    color: #a30e12;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item {
    padding-left: 0;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item::before {
    left: 0;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item:hover {
    padding-left: 15px;
  }

  .menu-about-logo {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .menu-about-logo img {
    width: 180px;
  }

  .menu-about p {
    color: var(--color-white);
  }
}

@media (max-width: 991px) {
  .menu-about-logo {
    display: none;
  }

  .mega-menu .mega-content h5 {
    margin: 15px 0;
  }
}

/*============================
14. Multi level dropdown menu
==============================*/

.navbar .nav-item .dropdown-submenu {
  position: relative;
}

.navbar .nav-item .dropdown-submenu .dropdown-menu::before {
  display: none;
}

.navbar .nav-item .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 10px;
  font-weight: 600;
}

.navbar .nav-item .dropdown-submenu a:hover {
  background: transparent;
  color: var(--color-white);
}

.navbar .nav-item .dropdown-submenu .dropdown-menu {
  top: 120%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media all and (max-width: 991px) {
  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    margin: 0 17px;
  }

  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    opacity: unset;
    visibility: unset;
  }

  .navbar .nav-item .dropdown-submenu a::after {
    top: 4px;
  }

  .navbar .nav-item .dropdown-submenu a:hover {
    color: #961c1f;
  }
}

/*====================
15. Search popup css 
======================*/

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  border: none;
  margin: 0 auto;
  margin-top: -200px;
  text-align: center;
  background: #a30e12;
  text-align: center;
  width: 50px;
  height: 50px;
  color: var(--color-white);
  font-size: 19px;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.search-popup .close-search:hover {
  background: #961c1f;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  width: 100%;
  height: 65px;
  outline: none;
  border-radius: 8px;
  border: none;
  padding: 0 100px 0 35px;
  transition: all 500ms ease;
  text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 10px;
  top: 9px;
  background: #a30e12;
  text-align: center;
  font-size: 19px;
  color: var(--color-white);
  padding: 6px 18px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  background: #961c1f;
  color: var(--color-white);
}

/*====================
16. Main section css 
======================*/

.main {
  margin-top: 0rem;
}

/*====================
17. Hero css 
======================*/

.hero-section {
  position: relative;
}

.hero-single {
  padding-top: 150px;
  padding-bottom: 240px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.hero-single::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -0.5px;
  top: 0;
  background: rgba(11, 28, 57, 0.7);
  z-index: -1;
}

.hero-single .hero-content {
  height: 100%;
}

.hero-single .hero-content .hero-title {
  color: var(--color-white);
  font-size: 72px;
  font-weight: 800;
  margin: 20px 0;
  text-transform: capitalize;
}

.hero-single .hero-content .hero-title span {
  color: #a30e12;
}

.hero-single .hero-content .hero-sub-title {
  display: inline-block;
  color: #a30e12;
  font-size: 25px;
  letter-spacing: 6px;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
  border-bottom: 3px solid #a30e12;
}

.hero-single .hero-content p {
  color: var(--color-white);
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.hero-single .hero-content .hero-btn {
  gap: 1rem;
  display: flex;
  margin-top: 35px;
  justify-content: start;
}

.hero-single .hero-img::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: #961c1f;
  right: 100px;
  bottom: 0px;
  border-radius: 50%;
  filter: blur(150px);
  z-index: -1;
}

.hero-single .hero-img {
  position: absolute;
  right: 100px;
  bottom: 120px;
  width: 50%;
  z-index: -1;
}

.hero-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.hero-slider.owl-theme .owl-nav [class*="owl-"] {
  color: var(--color-white);
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: var(--slider-arrow-bg);
  display: inline-block;
  cursor: pointer;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50px;
  text-align: center;
  transition: var(--transition);
}

.hero-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: var(--color-white);
  color: #961c1f;
}

.hero-slider.owl-theme .owl-nav .owl-prev {
  left: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-next {
  right: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-prev,
.hero-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media all and (max-width: 1199px) {
  .hero-single .hero-content .hero-title {
    font-size: 37px;
  }

  .hero-slider.owl-theme .owl-nav .owl-prev,
  .hero-slider.owl-theme .owl-nav .owl-next {
    top: unset;
    bottom: 30px !important;
  }

  .hero-slider.owl-theme .owl-nav .owl-prev {
    left: unset;
    right: 120px;
  }

  .hero-slider.owl-theme .owl-nav .owl-next {
    right: 40px;
  }
}

@media all and (max-width: 991px) {
  .hero-single .hero-content .hero-title {
    font-size: 50px;
  }

  .hero-single .hero-img {
    position: relative;
    width: 100%;
    right: unset;
    bottom: unset;
    margin-top: 50px;
  }

  .hero-single .hero-img::before {
    width: 250px;
    height: 250px;
  }
}

@media all and (max-width: 767px) {
  .hero-single .hero-content .hero-sub-title {
    font-size: 18px;
  }

  .hero-single .hero-content .hero-btn {
    gap: 1rem;
  }
}

/*===================
18. Play btn
=====================*/

.play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 19px;
  text-align: center;
  background: #a30e12;
  color: var(--color-white) !important;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.play-btn i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #a30e12;
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

/*====================
19. About css 
======================*/

.about-area {
  position: relative;
}

.about-left {
  margin-right: 20px;
}

.about-img {
  display: flex;
  gap: 30px;
  position: relative;
}

.about-img .img-1 {
  border-radius: 80px 80px 0 80px;
}

.about-img .img-2 {
  border-radius: 50%;
  border: 2px dashed #a30e12;
  padding: 8px;
}

.about-img .img-3 {
  border-radius: 0 80px 80px 80px;
}

.about-experience {
  display: flex;
  align-items: center;
  text-align: center;
  background: #a30e12;
  padding: 15px 20px 15px 15px;
  color: var(--color-white);
  border-radius: 50px 50px 50px 0;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 98%);
}

.about-experience-icon {
  color: #961c1f;
  font-size: 65px;
  width: 90px;
  height: 90px;
  line-height: 70px;
  text-align: center;
  margin: auto;
  background: var(--color-white);
  border-radius: 50px;
  margin-bottom: 5px;
}

.about-experience-icon img {
  width: 65px;
}

.about-right {
  position: relative;
  display: block;
}

.about-content {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-info-color);
}

.about-item {
  position: relative;
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}

.about-item-icon {
  width: 70px;
  height: 70px;
  line-height: 58px;
  text-align: center;
  margin-bottom: 12px;
  background: #a30e12;
  border-radius: 50px;
  font-size: 45px;
  color: #961c1f;
  box-shadow: -5px 5px 0 var(--theme-color-light);
}

.about-item-icon img {
  width: 45px;
  filter: brightness(0) invert(1);
}

.about-item-content {
  flex: 1;
}

.about-item-content h5 {
  font-size: 18px;
  margin-bottom: 5px;
}

.about-quote {
  position: relative;
  color: var(--color-dark);
  padding: 20px 22px;
  background: var(--theme-color-light);
  border-radius: 20px;
}

.about-quote i {
  position: absolute;
  font-size: 45px;
  color: #961c1f;
  right: 15px;
  bottom: -15px;
}

.about-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 30px;
}

.about-phone {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-phone .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #961c1f;
  color: var(--color-white);
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  box-shadow: -5px 5px 0 var(--theme-color-light);
}

.about-phone .number {
  line-height: 1;
}

.about-phone .number span {
  color: #000;
  font-weight: 500;
}

.about-phone .number h6 {
  font-size: 19px;
  margin-top: 8px;
}

.about-phone .number h6 a {
  color: #961c1f;
}

@media all and (max-width: 991px) {
  .about-right {
    margin-top: 30px;
  }
}

@media all and (max-width: 767px) {
  .about-item {
    margin-top: 30px;
  }
}

/*====================
20. Course css 
======================*/

.course-area {
  position: relative;
}

.course-item {
  position: relative;
  background: #e1d9f58f;
  padding: 20px;
  border-radius: 50px 50px 50px 0;
  margin-bottom: 25px;
  box-shadow: 0 4px 8px rgb(0 0 0);
}

.course-tag {
  position: absolute;
  right: -15px;
  top: 15px;
  background: #a30e12;
  color: var(--color-white);
  border-radius: 40px 40px 40px 0;
  padding: 2px 10px;
  margin-bottom: 10px;
  display: inline-block;
  box-shadow: var(--box-shadow2);
  z-index: 1;
}

.course-img {
  position: relative;
}

.course-img img {
  border-radius: 40px 40px 40px 0;
}

.course-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 40px 40px 40px 0;
  background: var(--color-dark);
  transition: var(--transition);
}

.course-item:hover .course-img::before {
  opacity: 0.5;
  visibility: visible;
}

.course-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  line-height: 50px;
  padding: 0;
  margin: -25px 0 0 -25px;
  color: var(--color-white);
  background: #a30e12;
  transform: scale(3);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 1;
}

.course-item:hover .course-img a {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.course-item:hover .course-img a:hover {
  background: var(--color-white);
  color: #a30e12;
}

.course-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}

.course-meta-left {
  font-weight: 500;
}

.course-meta-left i {
  color: #a30e12;
}

.course-rating {
  color: #a30e12;
  font-weight: 500;
}

.course-title {
  margin-bottom: 10px;
}

.course-title:hover {
  color: #a30e12;
}

.course-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid var(--border-info-color);
}

.course-bottom-left span {
  margin-right: 10px;
  font-weight: 500;
}

.course-bottom-left i {
  color: #a30e12;
  margin-right: 8px;
}

.course-price {
  display: inline-block;
  background: #a30e12;
  color: var(--color-white);
  padding: 1px 10px;
  border-radius: 50px 50px 50px 0;
  font-weight: 500;
}

.course-sidebar .form-select {
  padding: 12px 15px;
  box-shadow: none;
  border-radius: 8px;
}

.course-sidebar .form-select:focus {
  border-color: #961c1f;
}

.course-sidebar .form-check-input {
  margin-top: 7.5px;
  box-shadow: none;
}

.course-sidebar .form-check-input:focus {
  border-color: #961c1f;
}

.course-sidebar .form-check-label {
  color: var(--color-dark);
}

@media all and (max-width: 991px) {
  .course-sidebar {
    margin-top: 40px;
  }
}

/*====================
21. Course single css 
======================*/

.course-details-img {
  position: relative;
}

.course-details-img .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.course-details img {
  border-radius: 20px;
}

.course-single-info .single-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.course-single-info .author img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.course-single-info .single-info i {
  width: 50px;
  height: 50px;
  line-height: 45px;
  border-radius: 100%;
  font-size: 29px;
  color: #a30e12;
  border: 2px solid #a30e12;
  font-size: 19px;
  text-align: center;
}

.course-single-info .single-info-content {
  margin-top: 5px;
}

.course-single-info .single-info h4 {
  font-size: 16px;
  text-transform: uppercase;
}

.course-single-list i {
  color: #a30e12;
  margin-right: 12px;
}

.course-feature-list a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  color: var(--color-dark);
  border-bottom: 1px solid var(--border-info-color);
}

.course-feature-list a:last-child {
  border-bottom: none;
}

.course-feature-list a span {
  float: right;
}

.course-feature-list a i {
  color: #a30e12;
  width: 24px;
}

.course-single-sidebar .theme-btn {
  width: 100%;
  margin-top: 30px;
}

.course-single-sidebar .theme-btn::before {
  width: 350px;
  height: 350px;
}

/*====================
22. Feature css 
======================*/

/* ========================
23. Portfolio css 
=========================== */

.portfolio-area {
  position: relative;
}

.portfolio-item {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.portfolio-img {
  height: 100%;
}

.portfolio-img img {
  width: 100%;
  border-radius: 50px 50px 50px 0;
}

.portfolio-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.portfolio-info {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: var(--color-white);
  border-radius: 50px 50px 50px 0;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}

.portfolio-item:hover .portfolio-info {
  bottom: 30px;
}

.portfolio-subtitle {
  font-size: 14px;
  color: #961c1f;
  margin-bottom: 7px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.portfolio-subtitle span {
  color: #961c1f;
}

.portfolio-title {
  color: var(--color-dark);
  font-size: 20px;
}

.portfolio-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #961c1f;
  color: var(--color-white);
  text-align: center;
  font-size: 24px;
  border-radius: 50px;
}

.portfolio-btn:hover {
  background: #a30e12;
  color: var(--color-white);
}

/* ======================
24. Portfolio single
====================== */

.portfolio-sidebar .portfolio-sidebar-content ul li {
  border-bottom: 1px solid var(--border-info-color);
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 33px;
}

.portfolio-sidebar .portfolio-sidebar-content ul li:last-child {
  border-bottom: none;
}

.portfolio-sidebar-title {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 600;
}

.portfolio-sidebar .portfolio-sidebar-content ul li span {
  display: block;
  font-weight: normal;
  margin: 0;
}

.portfolio-sidebar .portfolio-sidebar-content .rating a {
  color: #a30e12;
}

.new-portfolio {
  background: #961c1f !important;
}

.new-portfolio h4 {
  color: var(--color-white);
  margin-bottom: 30px;
  font-size: 28px;
}

.new-portfolio .theme-btn::before {
  background: var(--color-dark);
}

.portfolio-single-list i {
  color: #a30e12;
  margin-right: 10px;
}

.portfolio-details h3 {
  font-weight: 700;
}

.portfolio-details img {
  border-radius: 20px;
}

/* ========================
25. Gallery css 
=========================== */

.gallery-item {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.gallery-img {
  height: 100%;
}

.gallery-img img {
  width: 100%;
  border-radius: 50px 50px 50px 0;
}

.gallery-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gallery-content::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: #a30e12;
  border-radius: 50px 50px 50px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.gallery-content:hover::before {
  opacity: 0.9;
  visibility: visible;
}

.gallery-link {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  font-size: 60px;
  color: var(--color-white);
}

.gallery-link:hover {
  color: var(--color-white);
}

.gallery-content:hover .gallery-link {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

/*====================
27. Testimonial css 
======================*/

.testimonial-area {
  position: relative;
}

.ts-bg {
  background-image: url(../img/testimonial/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.ts-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 39, 88, 0.85);
}

.testimonial-item {
  background: var(--color-white);
  border-radius: 40px 0 40px 0;
  padding: 25px 25px;
  margin: 6px;
  position: relative;
  border-bottom: 5px solid #a30e12;
}

.testimonial-content {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.testimonial-quote p {
  color: var(--body-text-color);
  font-weight: 500;
}

.testimonial-author-info {
  margin: 15px 0 10px 0;
}

.testimonial-author-img {
  width: 75px;
  padding: 4px;
  border-radius: 50px;
  border: 2px dashed #a30e12;
}

.testimonial-author-img img {
  border-radius: 50%;
}

.testimonial-author-info h4 {
  font-size: 19px;
  color: var(--color-dark);
  margin-bottom: 2px;
}

.testimonial-author-info p {
  color: #a30e12;
  font-weight: 500;
}

.testimonial-quote-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  color: var(--color-white);
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  background: #a30e12;
  border-radius: 50px 50px 50px 0;
}

.testimonial-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial-area .owl-dots .owl-dot span {
  background: #a30e12;
  border-radius: 50px;
  margin: 5px;
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: var(--transition);
}

.testimonial-area .owl-dots .owl-dot.active span {
  width: 20px;
}

.testimonial-rate {
  color: #a30e12;
  margin-bottom: 15px;
}

.testimonial-area2.ts-bg {
  padding-top: 120px;
  background-attachment: fixed;
}

/*====================
28. Counter css 
======================*/

.counter-area {
  position: relative;
  background-image: url(../img/counter/01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.counter-area::before {
  content: "";
  position: absolute;
  background: #961c1f;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
}

.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.counter-box .icon {
  position: relative;
  text-align: center;
  font-size: 60px;
  width: 100px;
  height: 100px;
  line-height: 88px;
  color: var(--color-white);
  background: #a30e12;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.counter-box .icon img {
  width: 60px;
  filter: brightness(0) invert(1);
}

.counter-box .icon::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 3px solid var(--color-white);
  transition: var(--transition);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  z-index: -1;
}

.counter-box:hover .icon::before {
  left: 0;
  top: 0;
}

.counter-box .counter {
  display: block;
  line-height: 1;
  color: var(--color-white);
  font-size: 30px;
  font-weight: 600;
}

.counter-box .title {
  color: var(--color-white);
  margin-top: 20px;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

@media all and (max-width: 991px) {
  .counter-area .counter-box {
    margin: 40px 0;
  }
}

/*====================
29. Cta css 
======================*/

.cta-area {
  position: relative;
  background-image: url(../img/cta/01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cta-content {
  position: relative;
  padding: 80px 40px;
  margin-top: -40px;
  z-index: 1;
}

.cta-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a30e12;
  border-radius: 80px 80px 80px 0;
  z-index: -1;
}

.cta-content::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  right: 8px;
  border: 8px double var(--color-white);
  border-radius: 70px 70px 70px 0;
  z-index: -1;
}

.cta-content h1 {
  color: var(--color-white);
  font-size: 45px;
}

.cta-content p {
  color: var(--color-white);
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 18px;
}

.cta-btn .theme-btn {
  background: var(--color-white);
  color: var(--color-dark);
}

.cta-btn .theme-btn:hover {
  color: var(--color-white);
}

/* ===================
30. Event css 
====================== */

.event-item {
  position: relative;
  background: var(--color-white);
  border-radius: 0px 50px 50px 0;
  padding: 20px 20px 20px 20px;
  margin-bottom: 25px;
  box-shadow: var(--box-shadow);
}

.event-location {
  margin-bottom: 12px;
}

.event-location i {
  color: #a30e12;
}

.event-img {
  position: relative;
  overflow: hidden;
  border-radius: 40px 40px 40px 0;
}

.event-img img {
  border-radius: 40px 40px 40px 0;
  box-shadow: var(--box-shadow);
}

.event-item:hover .event-img img {
  transform: scale(1.1);
}

.event-meta {
  display: flex;
  gap: 15px;
  margin: 14px 0;
}

.event-meta i {
  color: #a30e12;
  margin-right: 5px;
}

.event-title {
  margin-bottom: 10px;
}

.event-title:hover {
  color: #a30e12;
}

.event-btn {
  margin-top: 20px;
}

.event-btn .theme-btn {
  padding: 11px 15px;
}

.event-slider .event-item {
  box-shadow: none;
  margin-bottom: 0;
}

.event-slider .owl-dots {
  text-align: center;
}

.event-slider .owl-dots .owl-dot span {
  background: #a30e12;
  border-radius: 50px;
  margin: 5px;
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: var(--transition);
}

.event-slider .owl-dots .owl-dot.active span {
  background-color: #a30e12;
  width: 20px;
}

.event-slider .owl-nav {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  margin: 0;
}

.event-slider:hover .owl-nav {
  display: block;
  opacity: 1;
  visibility: visible;
}

.event-slider .owl-nav button {
  height: 48px;
  width: 48px;
  line-height: 45px !important;
  top: 42%;
  background: #a30e12 !important;
  color: var(--color-white) !important;
  font-size: 25px !important;
  position: absolute;
  border: none;
  margin: 0;
  padding: 0;
  transition: var(--transition);
  border-radius: 100%;
  margin-top: -24px;
}

.event-slider .owl-nav button:hover {
  background: #961c1f !important;
}

.event-slider .owl-nav .owl-prev {
  left: -35px;
}

.event-slider .owl-nav .owl-next {
  right: -58px;
}

/* ===================
31. Event single css 
====================== */

.event-details img {
  border-radius: 20px;
}

.event-map {
  margin-bottom: 20px;
}

.event-map iframe {
  border-radius: 20px;
  height: 400px;
  width: 100%;
}

.event-content-single {
  margin-bottom: 20px;
}

.event-content-single h5 {
  margin-bottom: 5px;
}

.event-content-single i {
  color: #a30e12;
  margin-right: 5px;
}

.event-single-info p {
  margin-bottom: 20px;
}

.event-author-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  margin-top: 50px;
}

.event-author-info img {
  border-radius: 50%;
}

.event-author-info h5 {
  margin-top: 5px;
}

/*====================
32. Enroll css 
======================*/

.enroll-area {
  position: relative;
  background-image: url(../img/enroll/01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.enroll-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--footer-bg);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.enroll-left {
  margin-right: 100px;
}

.enroll-form {
  background: var(--color-white);
  border-radius: 80px 80px 80px 0;
  box-shadow: var(--box-shadow);
}

.enroll-form form {
  padding: 30px;
}

.enroll-form-header {
  background: #115797;
  border-radius: 50px 50px 50px 0;
  padding: 20px 30px;
}

.enroll-form-header h3 {
  color: var(--color-white);
}

.enroll-form-header p {
  color: var(--color-white);
}

.enroll-form .form-group {
  margin-bottom: 20px;
}

.enroll-form .form-group .form-control {
  padding: 16px 22px;
  font-size: 16px;
  border-radius: 12px;
  color: #6c757d;
  background-color: var(--theme-bg-light);
  border: none;
  box-shadow: none;
}

.enroll-form .form-group .form-select {
  padding: 15px 22px;
  background-color: var(--theme-bg-light);
  color: #6c757d;
  border: none;
  box-shadow: none;
  border-radius: 8px;
}

@media all and (max-width: 991px) {
  .enroll-left {
    margin-right: 0px;
  }
}

/* ===================
33. Skill css 
====================== */

.progress-box {
  margin: 30px 0;
  position: relative;
  z-index: 1;
}

.progress-box:last-child {
  margin-bottom: 0;
}

.progress-box h5 {
  color: var(--color-white);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.progress-box .progress {
  height: 8px;
  background: var(--color-white);
  border-radius: 50px;
}

.progress-box .progress .progress-bar {
  background: #a30e12;
}

/* ===================
34. Department css 
====================== */

/* menu list css 6-5-2025 css  */

/*====================
36. Partner css 
======================*/

.partner-area {
  position: relative;
}

/*====================
37. Blog css 
======================*/

.blog-item {
  /* position: relative;
  margin-bottom: 25px;
  padding: 20px 20px 15px 20px;
  border-radius: 50px 50px 50px 0;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  transition: var(--transition); */
}

.blog-item-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.blog-item-img img {
  border-radius: 30px 30px 30px 0;
}

.blog-item:hover .blog-item-img img {
  transform: scale(1.1);
}

.blog-date {
  position: absolute;
  padding: 4px 12px 4px 12px;
  right: -10px;
  top: 40px;
  font-weight: 500;
  background: #a30e12;
  color: var(--color-white);
  border-radius: 50px 50px 50px 0;
  box-shadow: var(--box-shadow);
  z-index: 2;
}

.blog-item-info {
  position: relative;
}

.blog-item-meta ul {
  margin: 0;
  padding: 0;
  margin: 12px 0;
  border-bottom: 1px solid var(--border-info-color);
  padding-bottom: 14px;
}

.blog-item-meta ul li {
  display: inline-block;
  margin-right: 15px;
  font-weight: 500;
  position: relative;
  color: var(--color-dark);
}

.blog-item-meta ul li i {
  margin-right: 5px;
  color: #a30e12;
}

.blog-item-meta a:hover {
  color: #a30e12;
}

.blog-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.blog-item-info p {
  margin-bottom: 16px;
}

.blog-item-info .theme-btn {
  margin-top: 10px;
  padding: 5px 5px;
}

.blog-item-info h4 a {
  color: var(--color-dark);
}

.blog-item-info h4 a:hover {
  color: #a30e12;
}

/*========================
38. Blog single css
==========================*/

.blog-single-content img {
  border-radius: 20px;
}

.blog-thumb-img {
  margin-bottom: 20px;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.blog-meta .blog-meta-left ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-meta .blog-meta-left ul li {
  font-weight: 500;
}

.blog-meta i {
  margin-right: 5px;
  color: #a30e12;
}

.blog-meta a {
  color: var(--body-text-color);
  font-weight: 500;
}

.blog-meta a:hover {
  color: #961c1f;
}

.blog-details-title {
  font-size: 34px;
  color: var(--color-dark);
}

.blockqoute {
  background: var(--theme-bg-light);
  border-left: 5px solid #a30e12;
  padding: 30px;
  font-size: 17px;
  font-style: italic;
  margin: 20px 0;
  border-radius: 50px 50px 50px 0;
}

.blockqoute-author {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
  color: var(--color-dark);
}

.blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: #a30e12;
  left: 0;
  top: 10px;
}

.blog-details-tags {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-details-tags h5 {
  color: var(--color-dark);
}

.blog-details-tags ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-details-tags ul a {
  background: var(--theme-bg-light);
  color: var(--color-dark);
  padding: 6px 18px;
  border-radius: 8px;
  transition: var(--transition);
}

.blog-details-tags ul a:hover {
  background: #961c1f;
  color: var(--color-white);
}

.blog-author {
  display: flex;
  justify-content: start;
  align-items: center;
  background: var(--color-white);
  border-radius: 50px 50px 50px 0;
  box-shadow: var(--box-shadow);
  margin: 50px 0;
  padding: 20px;
}

.blog-author-img {
  width: 320px;
}

.blog-author-img img {
  border-radius: 40px 40px 40px 0;
}

.author-name {
  font-size: 22px;
  color: #961c1f;
  margin: 8px 0;
}

.author-info {
  padding: 0 20px;
}

.author-social {
  margin-top: 10px;
}

.author-social a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  border: 2px solid #961c1f;
  border-radius: 50px;
  margin-right: 5px;
  color: #961c1f;
  transition: var(--transition);
}

.author-social a:hover {
  color: var(--color-white);
  background: #961c1f;
}

.blog-comments {
  margin-bottom: 50px;
}

.blog-comments h3 {
  color: var(--color-dark);
}

.blog-comments-wrapper {
  margin: 30px 0;
}

.blog-comments-single {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  margin-top: 50px;
}

.blog-comments-single img {
  border-radius: 50%;
}

.blog-comments-content {
  padding: 0 0 0 20px;
}

.blog-comments-content span {
  font-size: 14px;
  color: #a30e12;
  font-weight: 500;
}

.blog-comments-content a {
  font-weight: 500;
  margin-top: 5px;
  color: #a30e12;
}

.blog-comments-content a:hover {
  color: #961c1f;
}

.blog-comments-content h5 {
  color: var(--color-dark);
}

.blog-comments-reply {
  margin-left: 50px;
}

.blog-comments-form {
  padding: 30px;
  margin-top: 50px;
  border-radius: 20px;
  background: var(--theme-bg-light);
}

.blog-comments-form h3 {
  margin-bottom: 20px;
}

.blog-comments-form .form-group {
  margin-bottom: 20px;
}

.blog-comments-form .form-control {
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: none;
  transition: var(--transition);
}

.blog-comments-form .form-control:focus {
  border-color: #a30e12;
}

@media all and (max-width: 767px) {
  .blog-meta {
    flex-direction: column;
    font-size: 14px;
  }

  .blog-meta .blog-meta-left ul {
    gap: 10px;
  }

  .blog-details-tags {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-author {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }

  .author-info {
    margin-top: 25px;
  }

  .blog-comments-single {
    flex-direction: column;
    text-align: center;
    padding: 30px 0px;
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
    border-radius: 10px;
  }

  .blog-comments-single img {
    margin: 0 auto 20px auto;
  }

  .blog-comments-reply {
    margin-left: 0px;
  }
}

/*=======================
39. Widget sidebar css
=========================*/

.widget {
  background: var(--theme-bg-light);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
}

.widget .widget-title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-size: 22px;
  color: var(--color-dark);
}

.widget .widget-title::before {
  position: absolute;
  content: "";
  width: 15px;
  border-bottom: 3px solid #a30e12;
  bottom: 0;
  left: 0;
}

.widget .widget-title::after {
  position: absolute;
  content: "";
  width: 30px;
  border-bottom: 3px solid #a30e12;
  bottom: 0;
  left: 22px;
}

.widget .search-form .form-control {
  padding: 12px 15px 12px 15px;
  border-radius: 8px;
  box-shadow: none;
}

.widget .search-form {
  position: relative;
}

.widget .search-form .form-control:focus {
  border-color: #961c1f;
}

.widget .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 8px 18px 6px 18px;
  background: transparent;
  border: none;
  color: #a30e12;
}

.widget .category-list a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  border-bottom: 1px solid #ced4da;
  transition: var(--transition);
}

.widget .category-list a:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.widget .category-list a:hover {
  padding-left: 10px;
  color: #a30e12;
}

.widget .category-list a i {
  margin-right: 5px;
  color: #a30e12;
}

.widget .category-list a span {
  float: right;
}

.widget .recent-post-single {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}

.widget .recent-post-img {
  margin-right: 20px;
}

.widget .recent-post-img img {
  width: 120px;
  border-radius: 10px;
}

.widget .recent-post-bio h6 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.widget .recent-post-bio span {
  font-size: 14px;
  color: #a30e12;
  font-weight: 500;
}

.widget .recent-post-bio span i {
  margin-right: 5px;
}

.widget .recent-post-bio h6 a:hover {
  color: #a30e12;
}

.widget .social-share-link a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  border: 2px solid #961c1f;
  color: #961c1f;
  text-align: center;
  margin-right: 5px;
  border-radius: 50px;
  transition: var(--transition);
}

.widget .social-share-link a:hover {
  background: #961c1f;
  color: var(--color-white);
}

.widget .tag-list a {
  background: var(--color-white);
  color: var(--color-dark);
  padding: 5px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 10px;
  display: inline-block;
  transition: var(--transition);
}

.widget .tag-list a:hover {
  background-color: #a30e12;
  color: var(--color-white);
}

/*===================
40. Contact us css 
=====================*/

.contact-wrapper {
  position: relative;
  background: var(--color-white);
  border-radius: 20px;
  box-shadow: var(--box-shadow);
  z-index: 1;
  box-shadow: 0 4px 8px rgb(0 0 0);
}

.contact-img {
  position: relative;
  padding-left: 20px;
}

.contact-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: #961c1f;
  border-radius: 20px 0 0 20px;
  clip-path: polygon(100% 0, 20% 50%, 100% 100%, 0 100%, 0 0);
  z-index: -1;
}

.contact-img img {
  width: 100%;
  clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0 50%, 10% 0);
}

.contact-form {
  padding: 25px;
}

.contact-form-header {
  margin-bottom: 30px;
}

.contact-form-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-dark);
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form .form-group .form-control {
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: none;
  transition: var(--transition);
}

.contact-form .form-group .form-control:focus {
  border-color: #a30e12;
}

.contact-map {
  margin-bottom: -9px;
}

.contact-map iframe {
  width: 100%;
  height: 450px;
}

.contact-content {
  margin-bottom: 50px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 35px;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 25px;
  border-radius: 50px 50px 50px 0;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.contact-info::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -8px;
  background: #961c1f;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  height: 20px;
  z-index: -1;
}

.contact-info-icon {
  font-size: 35px;
  color: var(--color-white);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: relative;
  border-radius: 30px;
  background: #961c1f;
}

.contact-info-icon::before {
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border: 3px solid #961c1f;
  border-radius: 40px;
  box-shadow: 0 4px 8px rgb(0 0 0);
}

.contact-info h5 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--color-dark);
}

.contact-info p {
  color: var(--color-dark);
  font-weight: 500;
  font-size: 16px;
}

@media all and (max-width: 768px) {
  .contact-content {
    margin-bottom: 50px;
  }
}

/*===================
41. Team css 
=====================*/

.team-area {
  position: relative;
  overflow: hidden;
}

.team-item {
  position: relative;
  background: var(--color-white);
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 60px 60px 60px 0;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.team-item:hover {
  transform: translateY(-10px);
}

.team-img img {
  border-radius: 50px 50px 50px 0;
}

.team-content {
  margin-top: 15px;
  position: relative;
}

.team-bio h5 {
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-bio span {
  font-size: 13px;
  font-weight: 500;
  color: #961c1f;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.team-bio h5 a:hover {
  color: #961c1f;
}

.team-social-btn {
  position: absolute;
  right: -5px;
  bottom: 25px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding-left: 12px;
  border-radius: 50px 50px 0 50px;
  cursor: pointer;
  background: #961c1f;
  color: var(--color-white);
  transition: var(--transition);
}

.team-item:hover .team-social-btn {
  background: #a30e12;
}

.team-social {
  position: absolute;
  margin-bottom: 10px;
  text-align: center;
  top: 50px;
  right: 0px;
  bottom: 0;
  opacity: 0;
  transition: var(--transition);
}

.team-item:hover .team-social {
  opacity: 1;
  right: 30px;
}

.team-social a {
  display: block;
  color: var(--color-white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  border-radius: 50px 50px 50px 0;
  background: #a30e12;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.team-social a:hover {
  background: #961c1f;
  color: var(--color-white);
}

.team-area2 .team-item {
  padding: 0px 30px 30px 30px;
  background: transparent;
  box-shadow: none;
  overflow: unset;
}

.team-area2 .team-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  border-radius: 15px;
  background: var(--color-white);
  box-shadow: var(--box-shadow) !important;
  z-index: -1;
}

.team-area2 .team-img img {
  border-radius: 50px 50px 50px 0;
}

.team-area2 .team-content {
  margin-top: 30px;
}

.team-area2 .team-social-btn {
  bottom: 39px;
}

.team-area2 .team-social-btn {
  right: 0;
}

/* ===================
42. Team single css 
====================== */

.team-single-img img {
  border-radius: 50px 50px 50px 0;
}

.team-details {
  padding: 45px;
  background: var(--theme-bg-light);
  border-radius: 50px 50px 50px 0;
}

.team-details strong {
  color: #a30e12;
}

.team-details-info {
  margin: 20px 0;
}

.team-details-info li {
  margin-bottom: 10px;
}

.team-details-info a:hover {
  color: #a30e12;
}

.team-details-info a i {
  margin-right: 10px;
  color: #a30e12;
}

.team-details-social a {
  margin-right: 15px;
  font-size: 19px;
  color: #a30e12;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

.team-details-social a:hover {
  color: #961c1f;
}

.biography {
  padding-right: 20px;
  margin-bottom: 30px;
}

.team-skill .progress-box h5 {
  color: var(--color-dark);
}

.team-skill .pull-right {
  color: #a30e12;
}

.team-skill .progress-box .progress {
  background: var(--theme-bg-light);
}

/*====================
43. Video css 
======================*/

/*===================
44. Pricing css 
=====================*/

.pricing-area {
  position: relative;
}

.pricing-item {
  position: relative;
  padding: 20px 40px;
  text-align: center;
  border-radius: 50px 50px 50px 0;
  background: var(--color-white);
  margin-bottom: 25px;
}

.pricing-item::before {
  content: "";
  position: absolute;
  left: 50px;
  right: 50px;
  top: -5px;
  height: 5px;
  border-radius: 10px 10px 0 0;
  background: #961c1f;
}

.pricing-icon {
  width: 100px;
  height: 100px;
  line-height: 90px;
  background: #a30e12;
  margin: 20px auto 0 auto;
  position: relative;
  border-radius: 50%;
  color: var(--color-white);
  font-size: 70px;
}

.pricing-icon img {
  width: 60px;
  filter: brightness(0) invert(1);
}

.pricing-icon::before {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  border-radius: 50%;
  border: 3px solid #a30e12;
}

.pricing-header-content {
  margin: 30px 0 20px 0;
}

.pricing-header-content h4 {
  margin-bottom: 20px;
  color: #a30e12;
  font-size: 30px;
}

.pricing-duration {
  color: #a30e12;
  font-size: 16px;
}

.pricing-amount {
  font-size: 60px;
  color: #961c1f;
}

.pricing-feature ul {
  padding-top: 10px;
  margin-bottom: 25px;
  text-align: left;
  border-top: 1px solid var(--border-info-color);
}

.pricing-feature ul li {
  position: relative;
  margin: 10px 0;
  padding-left: 25px;
}

.pricing-feature ul li::before {
  content: "\f560";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  color: #961c1f;
  left: 0;
  top: 0;
}

.pricing-feature .theme-btn {
  width: 100%;
}

.pricing-item.active {
  background: #961c1f;
}

.pricing-item.active::before {
  background: #a30e12;
}

.pricing-item.active .pricing-amount {
  color: var(--color-white);
}

.pricing-item.active ul li {
  color: var(--color-white);
}

.pricing-item.active ul li::before {
  color: var(--color-white);
}

.pricing-item.active .theme-btn {
  background: #a30e12;
}

.pricing-item.active .theme-btn:hover {
  color: #961c1f;
}

.pricing-item.active .theme-btn::before {
  background: var(--color-white);
}

/*====================
46. Breadcrumb css
======================*/

.site-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
}

.site-breadcrumb::before {
  content: "";
  /* position: absolute;
  height: 100%;
  width: 100%; */
  top: 0;
  left: 0;
  background: var(--hero-overlay-color);
  opacity: 0.65;
  z-index: -1;
}

.site-breadcrumb .breadcrumb-title {
  font-size: 45px;
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: var(--color-white);
  font-weight: 500;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li a {
  color: var(--color-white);
  transition: all 0.5s ease-in-out;
}

.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: var(--color-white);
}

.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}

.site-breadcrumb .breadcrumb-menu li a:hover {
  color: #961c1f;
}

.site-breadcrumb .breadcrumb-menu li.active {
  color: #a30e12;
}

@media (max-width: 991px) {
  .site-breadcrumb {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .site-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 50px;
    padding-bottom: 165px;
    z-index: 1;
  }
}

/*====================
47. Pagination css 
======================*/

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.pagination .page-link {
  border: none;
  background: #a30e12;
  color: var(--color-white);
  margin: 0 10px;
  border-radius: 12px !important;
  width: 40px;
  height: 40px;
  line-height: 28px;
  text-align: center;
  transition: var(--transition);
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  background: #961c1f;
  color: var(--color-white);
}

/*====================
48. Auth css 
======================*/

.login-form .login-header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-info-color);
}

.login-form .login-header img {
  width: 200px;
  margin-bottom: 10px;
}

.login-form .login-header h3 {
  color: #961c1f;
  margin-bottom: 5px;
  font-weight: 800;
}

.login-form .login-header p {
  font-size: 19px;
}

.login-form .login-footer {
  margin-top: 25px;
}

.login-form .login-footer p {
  text-align: center;
}

.login-form .login-footer a {
  color: #961c1f;
  transition: 0.5s;
}

.login-form .login-footer a:hover {
  color: #a30e12;
}

.login-form .form-group {
  margin-bottom: 20px;
}

.login-form label {
  color: var(--color-dark);
  margin-bottom: 5px;
}

.login-form .form-group .form-control {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 12px 18px;
  box-shadow: none;
  transition: 0.5s;
}

.login-form .form-group .form-control:focus {
  border-color: #961c1f;
}

.login-form .form-check-input {
  box-shadow: none;
}

.login-form .form-check-input:focus {
  border-color: #961c1f;
}

.login-form .forgot-pass {
  color: #961c1f;
  transition: 0.5s;
}

.login-form .forgot-pass:hover {
  color: #a30e12;
}

.login-form .theme-btn {
  width: 100%;
}

.login-form .theme-btn::before {
  width: 420px;
  height: 420px;
}

.login-form .theme-btn i {
  margin-right: 5px;
}

.login-form .form-check-input {
  margin-top: 6.3px;
}

.login-form .form-check-label a {
  color: #961c1f;
  transition: 0.5s;
}

.login-form .form-check-label a:hover {
  color: #961c1f;
}

.form-check-input:checked {
  background-color: #961c1f;
  border-color: #961c1f;
}

.social-login {
  border-top: 1px solid #f1f1f1;
  margin-top: 15px;
}

.social-login p {
  margin: 10px 0;
}

.social-login-list {
  text-align: center;
}

.social-login-list a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #961c1f;
  border-radius: 50px;
  margin: 5px;
}

.social-login-list a i {
  color: var(--color-white);
}

.social-login-list a:hover {
  background: var(--color-dark);
}

@media only screen and (max-width: 991px) {
  .login-form {
    padding: 40px 20px;
  }
}

/*====================
49. Coming soon css 
======================*/

.coming-soon {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
  min-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}

.coming-soon .container {
  position: relative;
}

.coming-soon:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.coming-soon .newsletter-form {
  position: relative;
  margin-top: 30px;
}

.coming-soon .newsletter-form .input-newsletter {
  height: 55px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 25px;
}

.coming-soon .newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  height: auto;
  border: none;
  border-radius: 10px;
  background: #a30e12;
  display: inline-block;
  color: var(--color-white);
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  transition: 0.5s;
}

.coming-soon .newsletter-form button:hover {
  background-color: #961c1f;
  color: var(--color-white);
}

.coming-social {
  margin-top: 30px;
  text-align: center;
}

.coming-social a {
  color: var(--color-white);
  margin: 5px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  display: inline-block;
  transition: 0.5s;
}

.coming-social a:hover {
  background: #961c1f;
  border-color: #961c1f;
}

.countdown-wrap {
  margin-top: 30px;
}

.countdown-single {
  background: #a30e12;
  padding: 20px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 50px 50px 50px 0;
  box-shadow: var(--box-shadow);
}

.countdown-single h2 {
  color: var(--color-white);
}

.countdown-single h5 {
  color: var(--color-white);
}

/*====================
50. Error css 
======================*/

.error-wrapper {
  text-align: center;
}

.error-wrapper h1 {
  font-size: 250px;
  letter-spacing: 5px;
  font-weight: bold;
  color: #961c1f;
}

.error-wrapper h1 span {
  color: var(--color-dark);
}

.error-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.error-wrapper img {
  width: 100%;
}

.error-wrapper .theme-btn {
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  .error-wrapper h1 {
    font-size: 160px;
  }
}

/*====================
51. Terms/privacy css 
====================== */

.terms-content:not(:last-child) {
  margin-bottom: 54px;
}

.terms-content:first-child {
  margin-top: -3px;
}

.terms-content .terms-list {
  margin-top: 37px;
}

.terms-content h3 {
  margin-bottom: 23px;
  position: relative;
}

.terms-content p:not(:last-child) {
  margin-bottom: 26px;
}

.terms-list li:not(:last-child) {
  margin-bottom: 16px;
}

/*====================
52. How Apply
======================*/

.how-apply {
  position: relative;
}

.how-apply .content-img {
  margin-left: 30px;
  position: relative;
  z-index: 1;
}

.how-apply .content-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #961c1f;
  border-radius: 100px 100px 100px 0;
  transform: rotate(-8deg);
  z-index: -1;
}

.how-apply .content-img img {
  border-radius: 100px 100px 100px 0;
  width: 100%;
}

.how-apply .content-list li {
  margin-top: 8px;
}

.how-apply .content-list i {
  color: #961c1f;
  margin-right: 8px;
}

.how-apply .content-btn {
  margin-top: 40px;
}

.apply-details .details-wrapper {
  border-top: 1px solid var(--border-info-color);
  padding-top: 60px;
}

.apply-details .content-list li {
  margin-top: 8px;
}

.apply-details .content-list i {
  color: #961c1f;
  margin-right: 8px;
}

@media all and (max-width: 991px) {
  .how-apply .content-img {
    margin-left: 0px;
  }

  .how-apply .content-info {
    margin-bottom: 70px;
  }

  .apply-details .details-left {
    margin-bottom: 40px;
  }
}

/*====================
53. Application css 
======================*/

.application {
  position: relative;
}

.application-form {
  padding: 40px;
  border-radius: 10px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
}

.application-form h3 {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-info-color);
}

.application-form .form-group {
  margin-bottom: 18px;
}

.application-form .form-group label {
  color: #212536;
  margin-bottom: 5px;
}

.application-form .form-control,
.application-form .form-select {
  padding: 12px 18px;
  border-radius: 8px;
  box-shadow: none;
}

.application-form .form-control:focus,
.application-form .form-select:focus {
  border-color: #961c1f;
}

.application-form .form-check-input {
  margin-top: 6.5px;
  box-shadow: none;
}

.application-form .form-check-input:focus {
  border-color: #961c1f;
}

.application-form .form-check a {
  color: #961c1f;
}

.application-form .form-check label {
  color: #212536;
  font-weight: 500;
}

.application-form .theme-btn {
  margin-top: 30px;
}

/*====================
54. Campus tour css 
======================*/

.campus-tour {
  position: relative;
}

.campus-tour .content-img {
  margin-left: 30px;
  position: relative;
  z-index: 1;
}

.campus-tour .content-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #961c1f;
  border-radius: 50px 50px 50px 0;
  transform: rotate(-8deg);
  z-index: -1;
}

.campus-tour .content-img img {
  border-radius: 100px 100px 100px 0;
  width: 100%;
}

.campus-tour .content-btn {
  margin-top: 40px;
}

.tour-details .details-wrapper {
  border-top: 1px solid var(--border-info-color);
  padding-top: 60px;
}

.tour-details .content-list li {
  margin-top: 8px;
}

.tour-details .content-list i {
  color: #961c1f;
  margin-right: 8px;
}

@media all and (max-width: 991px) {
  .campus-tour .content-img {
    margin-left: 0px;
  }

  .campus-tour .content-info {
    margin-bottom: 70px;
  }

  .tour-details .details-left {
    margin-bottom: 40px;
  }
}

/*====================
55. Campus life css 
======================*/

.campus-life {
  position: relative;
}

.campus-life .content-img {
  margin-right: 30px;
  position: relative;
  z-index: 1;
}

.campus-life .content-img::before {
  content: "";
  position: absolute;
  left: -30px;
  top: -30px;
  bottom: -30px;
  width: 80%;
  border: 7px solid #a30e12;
  border-radius: 100px 100px 100px 0;
  z-index: -1;
}

.campus-life .content-img img {
  border-radius: 90px 90px 90px 0;
  width: 100%;
}

.campus-life .content-btn {
  margin-top: 40px;
}

.campus-life-details .details-wrapper {
  border-top: 1px solid var(--border-info-color);
  padding-top: 60px;
}

.campus-life-details .content-list li {
  margin-top: 8px;
}

.campus-life-details .content-list i {
  color: #961c1f;
  margin-right: 8px;
}

.campus-life-details .details-item {
  margin-bottom: 40px;
}

.campus-life-details .details-item img {
  border-radius: 20px;
}

@media all and (max-width: 991px) {
  .campus-life .content-info {
    margin-top: 70px;
  }
}

/*====================
56. Notice board css 
======================*/

.notice-board {
  position: relative;
}

.notice-item {
  padding: 25px 25px;
  border-radius: 50px 50px 50px 0;
  margin-bottom: 25px;
  border: 2px solid transparent;
  background: var(--theme-bg-light);
  transition: var(--transition);
}

.notice-item:hover {
  border-color: #961c1f;
}

.notice-item h4:hover {
  color: #961c1f;
}

.notice-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}

.notice-meta i {
  color: #961c1f;
}

/*====================
57. Student Activity css 
======================*/

.activity {
  position: relative;
}

.activity .content-img {
  margin-left: 30px;
  position: relative;
  z-index: 1;
}

.activity .content-img::before {
  content: "";
  position: absolute;
  left: -30px;
  top: -30px;
  bottom: -30px;
  width: 80%;
  border: 7px solid #a30e12;
  border-radius: 100px 100px 100px 0;
  z-index: -1;
}

.activity .content-img img {
  border-radius: 90px 90px 90px 0;
  width: 100%;
}

.activity .content-btn {
  margin-top: 40px;
}

.activity-details .details-wrapper {
  border-top: 1px solid var(--border-info-color);
  padding-top: 60px;
}

.activity-details .content-list li {
  margin-top: 8px;
}

.activity-details .content-list i {
  color: #961c1f;
  margin-right: 8px;
}

.activity-details .details-item {
  margin-bottom: 40px;
}

.activity-details .details-item img {
  border-radius: 20px;
}

@media all and (max-width: 991px) {
  .activity .content-info {
    margin-bottom: 70px;
  }
}

/*====================
58. Facility css 
======================*/

.facility-area {
  position: relative;
  display: block;
  overflow: hidden;
}

.facility-item {
  position: relative;
  margin-bottom: 25px;
  border-radius: 50px 50px 50px 0;
  background: var(--color-white);
  transition: var(--transition);
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.facility-item:hover {
  transform: translateY(-10px);
}

.facility-img {
  position: relative;
  z-index: 1;
}

.facility-img img {
  border-radius: 50px 50px 50px 0;
}

.facility-content {
  position: relative;
  padding: 20px 20px 15px 20px;
}

.facility-arrow {
  margin-top: 25px;
}

.facility-title a {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--color-dark);
}

.facility-title a:hover {
  color: #961c1f;
}

.facility-arrow .theme-btn {
  padding: 12px 22px;
}

/*==================
59. Facility single
====================*/

.facility-details img {
  border-radius: 20px;
}

.facility-single-list i {
  color: #a30e12;
  margin-right: 10px;
}

.facility-download a {
  border: 2px solid #a30e12;
  padding: 12px 20px;
  color: var(--color-dark);
  display: block;
  margin-bottom: 20px;
  border-radius: 50px 50px 50px 0;
  font-weight: 600;
  transition: var(--transition);
}

.facility-download a i {
  margin-right: 10px;
}

.facility-download a:hover {
  background-color: #a30e12;
  color: var(--color-white);
}

.facility-details h3 {
  color: var(--color-dark);
}

/*====================
60. Research css 
======================*/

.research-area {
  position: relative;
  display: block;
  overflow: hidden;
}

.research-item {
  position: relative;
  margin-bottom: 25px;
  border-radius: 50px 50px 50px 0;
  padding: 20px 20px 15px 20px;
  background: var(--color-white);
  transition: var(--transition);
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.research-item:hover {
  transform: translateY(-10px);
}

.research-img {
  position: relative;
  z-index: 1;
}

.research-img img {
  border-radius: 40px 40px 40px 0;
}

.research-content {
  position: relative;
  margin-top: 15px;
}

.research-arrow {
  margin-top: 25px;
}

.research-title a {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--color-dark);
}

.research-title a:hover {
  color: #961c1f;
}

.research-arrow .theme-btn {
  padding: 12px 22px;
}

/*==================
61. Research single
====================*/

.research-details img {
  border-radius: 20px;
}

.research-single-list i {
  color: #a30e12;
  margin-right: 10px;
}

.research-download a {
  border: 2px solid #a30e12;
  padding: 12px 20px;
  color: var(--color-dark);
  display: block;
  margin-bottom: 20px;
  border-radius: 50px 50px 50px 0;
  font-weight: 600;
  transition: var(--transition);
}

.research-download a i {
  margin-right: 10px;
}

.research-download a:hover {
  background-color: #a30e12;
  color: var(--color-white);
}

.research-details h3 {
  color: var(--color-dark);
}

/*====================
62. Club css 
======================*/

.club-area {
  position: relative;
  display: block;
  overflow: hidden;
}

.club-item {
  position: relative;
  margin-bottom: 25px;
  border-radius: 50px 50px 50px 0;
  padding: 20px 20px 15px 20px;
  background: var(--color-white);
  transition: var(--transition);
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.club-item:hover {
  transform: translateY(-10px);
}

.club-img {
  position: relative;
  z-index: 1;
}

.club-img img {
  border-radius: 40px 40px 40px 0;
}

.club-content {
  position: relative;
  margin-top: 15px;
}

.club-arrow {
  margin-top: 25px;
}

.club-title a {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--color-dark);
}

.club-title a:hover {
  color: #961c1f;
}

.club-arrow .theme-btn {
  padding: 12px 22px;
}

/*==================
63. Club single
====================*/

.club-details img {
  border-radius: 20px;
}

.club-single-list i {
  color: #a30e12;
  margin-right: 10px;
}

.club-download a {
  border: 2px solid #a30e12;
  padding: 12px 20px;
  color: var(--color-dark);
  display: block;
  margin-bottom: 20px;
  border-radius: 50px 50px 50px 0;
  font-weight: 600;
  transition: var(--transition);
}

.club-download a i {
  margin-right: 10px;
}

.club-download a:hover {
  background-color: #a30e12;
  color: var(--color-white);
}

.club-details h3 {
  color: var(--color-dark);
}

/*====================
64. Tuition fee css 
======================*/

.tuition-fee {
  position: relative;
}

/*====================
65. Alumni css 
======================*/

.alumni {
  position: relative;
}

.alumni .content-img {
  margin-right: 30px;
  position: relative;
  z-index: 1;
}

.alumni .content-img::before {
  content: "";
  position: absolute;
  left: 30px;
  top: -30px;
  bottom: -30px;
  width: 80%;
  background: #a30e12;
  border-radius: 50px 50px 50px 0;
  transform: rotate(5deg);
  z-index: -1;
}

.alumni .content-img img {
  border-radius: 50px 50px 50px 0;
  width: 100%;
}

.alumni .content-btn {
  margin-top: 40px;
}

.alumni-details .details-wrapper {
  border-top: 1px solid var(--border-info-color);
  padding-top: 15px;
}

.alumni-details .content-list li {
  margin-top: 8px;
}

.alumni-details .content-list i {
  color: #961c1f;
  margin-right: 8px;
}

.alumni-details .details-item {
  margin-bottom: 40px;
}

.alumni-details .details-item img {
  border-radius: 20px;
}

@media all and (max-width: 991px) {
  .alumni .content-info {
    margin-top: 70px;
  }
}

/*====================
66. Scholarship css 
======================*/

.scholarship {
  position: relative;
}

.scholarship-content img {
  border-radius: 20px;
}

.scholarship-item {
  margin-bottom: 25px;
}

.scholarship-icon img {
  width: 60px;
}

.scholarship-item h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.scholarship-details .details-wrapper {
  border-top: 1px solid var(--border-info-color);
  padding-top: 60px;
}

.scholarship-details .content-list li {
  margin-top: 8px;
}

.scholarship-details .content-list i {
  color: #961c1f;
  margin-right: 8px;
}

.scholarship-details .details-item {
  margin-bottom: 40px;
}

/*====================
67. Fund css 
======================*/

.fund-area {
  position: relative;
}

.fund-content img {
  border-radius: 20px;
}

.fund-contact {
  margin: 20px 0;
  background: var(--theme-bg-light);
  padding: 30px;
  border-radius: 10px;
}

.fund-contact li {
  margin: 8px 0;
}

.fund-contact i {
  color: #a30e12;
  margin-right: 5px;
}

.fund-btn {
  margin-bottom: 20px;
}

.fund-btn .theme-btn {
  width: 100%;
}

.fund-btn .theme-btn::before {
  width: 400px;
  height: 400px;
}

.fund-list i {
  color: #a30e12;
  margin-right: 10px;
}

/*====================
68. Athletic css 
======================*/

.athletic {
  position: relative;
}

.athletic-content img {
  border-radius: 20px;
}

/*====================
69. Health care css 
======================*/

.health-care {
  position: relative;
}

.health-care-content img {
  border-radius: 20px;
}

.health-care-content .content-list li {
  margin-top: 8px;
}

.health-care-content .content-list i {
  color: #961c1f;
  margin-right: 8px;
}

/*====================
70. Footer css 
======================*/

.footer-area {
  background: #a30e12;
  position: relative;
  z-index: 1;
}

.footer-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.05;
  z-index: -1;
}

.footer-widget-box {
  margin-bottom: 20px;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 220px;
  margin-bottom: 25px;
}

.copyright {
  position: relative;
}

.copyright .copyright-wrapper {
  padding: 25px 0;
  border-top: 1px solid var(--border-white-color);
}

.copyright .footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

.copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}

.copyright .footer-menu li a {
  color: var(--footer-text-color);
  transition: var(--transition);
}

.copyright .footer-menu li a:hover {
  color: #a30e12;
}

.copyright .copyright-text {
  color: var(--footer-text-color);
  margin-bottom: 0px;
  font-size: 16px;
}

.copyright .copyright-text a {
  color: #a30e12;
  font-weight: 500;
  text-decoration: none;
}

.footer-widget-title {
  color: var(--color-white);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 21px;
  z-index: 1;
}

.footer-widget-title::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
  z-index: -1;
}

.footer-widget-title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: #a30e12;
  bottom: 0;
  left: 18px;
  z-index: -1;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding-left: 0;
}

.footer-list li a {
  color: var(--color-white);
  transition: var(--transition);
  text-decoration: none;
}

.footer-list li a i {
  margin-right: 5px;
  color: #a30e12;
}

.footer-list li a:hover {
  padding-left: 10px;
  color: #ffeeee;
}

.footer-widget-box p {
  color: var(--color-white);
  padding-right: 18px;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 15px;
  justify-content: end;
}

.footer-social li a i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 10px 10px 10px 0;
  background: var(--color-white);
  color: #a30e12;
  transition: var(--transition);
}

.footer-social li a i:hover {
  background: #a30e12;
  color: var(--color-white);
}

.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: var(--footer-text-color);
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-contact li a {
  color: var(--footer-text-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-contact li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-right: 15px;
  border-radius: 10px 10px 10px 0;
  background: #a30e12;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-white);
}

.subscribe-form .form-control {
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: none;
  border: none;
}

.subscribe-form .theme-btn {
  margin-top: 20px;
  width: 100%;
  padding: 14px;
}

.subscribe-form .theme-btn:hover {
  color: #a30e12;
}

.subscribe-form .theme-btn::before {
  background: var(--color-white);
}

.subscribe-form .theme-btn:hover::after {
  border-color: #a30e12;
}

@media all and (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 991px) {
  .footer-widget-wrapper {
    padding-bottom: 0px;
  }

  .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left;
  }

  .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 15px;
  }
}

@media all and (max-width: 767px) {
  .footer-widget-wrapper {
    padding-bottom: 0px;
  }

  .footer-social {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .copyright::before {
    width: 40%;
  }
}

/*====================
71. Home 2
======================*/

.home-2 .header {
  background: #961c1f;
}

.home-2 .header-top {
  padding: 12px 0 13px 0;
}

.home-2 .header-top::before {
  display: none;
}

.home-2 .header-top::after {
  display: none;
}

.home-2 .header-top-contact ul li {
  border-color: rgba(255, 255, 255, 0.5);
}

.home-2 .header-top-social a {
  background: var(--color-white);
  color: #a30e12;
}

.home-2 .header-top-social a:hover {
  background: #961c1f;
  color: var(--color-white);
}

.home-2 .hero-single {
  padding-top: 200px;
  padding-bottom: 180px;
}

.home-2 .hero-single::before {
  background: rgba(0, 0, 0, 0.65);
}

.home-2 .hero-single .hero-title span {
  -webkit-text-stroke: 2px #a30e12;
  -webkit-text-fill-color: transparent;
}

@media all and (min-width: 1199px) {
  .home-2 .navbar {
    background: transparent;
    padding-right: 25px;
  }

  .home-2 .navbar.fixed-top {
    padding-right: 0;
  }

  .home-2 .navbar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 11%;
    background: var(--color-white);
    height: 100%;
    border-radius: 0 10px 10px 0;
  }

  .home-2 .main {
    margin-top: -3rem;
  }
}

@media all and (min-width: 992px) {
  .home-2 .navbar .dropdown-menu {
    border-top: none;
    border-radius: 20px;
    background: var(--color-white);
  }

  .home-2 .navbar .dropdown-menu .dropdown-item {
    color: var(--color-dark);
    border-bottom: 1px dashed var(--border-info-color);
  }

  .home-2 .navbar .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
  }

  .home-2 .menu-about p {
    color: var(--color-dark);
  }
}

@media (max-width: 991px) {
  .navbar .dropdown-menu {
    border-radius: 20px;
    border: none;
  }
}

/*====================
72. Home 3
======================*/

.home-3 .theme-btn {
  border-radius: 50px;
}

.home-3 .header-top {
  padding: 12px 0 14px 0;
  background: #961c1f;
}

.home-3 .header-top::before,
.home-3 .header-top::after {
  display: none;
}

.home-3 .header-top-news {
  color: var(--color-white);
  text-transform: capitalize;
}

.home-3 .header-top-menu a {
  color: var(--color-white);
  margin-right: 6px;
  padding-right: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.home-3 .header-top-menu a:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.home-3 .header-top-menu a:hover {
  color: #961c1f;
}

.home-3 .hero-single {
  padding-bottom: 150px;
}

.home-3 .hero-single::before {
  background: rgba(0, 0, 0, 0.6);
  opacity: unset;
}

.home-3 .hero-single .hero-title span {
  -webkit-text-stroke: 2px #a30e12;
  -webkit-text-fill-color: transparent;
}

.home-3 .counter-box .icon {
  border-radius: 30px 30px 30px 0;
}

.home-3 .counter-box .icon::before {
  border-radius: 30px 30px 30px 0;
}

.home-3 .footer-area {
  position: relative;
  background-image: url(../img/footer/01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.home-3 .footer-area::before {
  content: "";
  position: absolute;
  background: var(--footer-bg);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
}

/* laxmi */
.left-column {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tabs-section {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tabs-section input[type="radio"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #007bff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.tabs-section input[type="radio"]:checked {
  background-color: #007bff;
}

.tabs-section input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.tabs-section label {
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.Schools-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.Schools-card h3 {
  font-size: 15px;
  font-weight: bold;
}

.Schools-card .badge {
  font-size: 12px;
}

.Schools-card img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.Schools-card .buttons button {
  width: 100%;
  padding: 5px;
}

.search-box {
  border-radius: 4px;
  padding: 10px;
}

.filter-list {
  padding-left: 0;
}

.filter-list li {
  margin-bottom: 3px;
  font-size: 15px;
}

.filter-list input[type="radio"] {
  margin-right: 8px;
}

p {
  font-size: 16px;
}

span {
  font-size: 14px;
}

@media (max-width: 768px) {
  .buttons {
    flex-direction: column;
  }

  .tabs-section {
    justify-content: center;
  }

  .Schools-card {
    text-align: center;
  }
}

.icon-section {
  display: flex;
  gap: 20px;
  font-size: 16px;
  align-items: center;
}

.icon-section span {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* .icon-section i {
  color: #007bff;
} */

.rating {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #28a745;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: bold;
}

.reviews a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.reviews a:hover {
  text-decoration: underline;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #6c757d;
}

.info-item i {
  font-size: 16px;
}

.fees {
  color: #007bff;
  font-weight: bold;
}

.stream-details {
  /* padding: 20px;
border: 1px solid #ddd;
border-radius: 5px;
background-color: #f9f9f9; */
}

.stream-details h5 {
  margin-bottom: 15px;
}

.stream-details .form-control {
  margin-bottom: 10px;
}

.checkbox-list {
  list-style: none;
  padding-left: 0;
}

.checkbox-list li {
  margin-bottom: 5px;
}

.state-section,
.district-section,
.study-mode-section,
.specialization-section,
.activities-section {
  margin-bottom: 20px;
}

.stream-details {
  margin-top: 15px;
}

.checkbox-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  background-color: #fff;
}

.checkbox-list li {
  margin: 5px 0;
}

.checkbox-list input[type="checkbox"] {
  margin-right: 5px;
}

.form-control {
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* location */
.column {
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgb(0 0 0);
  padding: 15px;
}

/* Header Section */
.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.scroll-box button:hover {
  background-color: #f0f2ff;
}

/* pricing */
.pricing-section {
  padding: 15px 0;
  /* background-color: #f8f9fa; */
}

.pricing-section .card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.pricing-section .card-header {
  background-color: transparent;
  border-bottom: none;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ff4d4d;
}

.pricing-section .card-body {
  text-align: center;
}

.pricing-section .card-body h2 {
  font-size: 3rem;
  font-weight: bold;
}

.pricing-section .card-body ul {
  list-style: none;
  padding: 0;
}

.pricing-section .card-body ul li {
  padding: 5px 15px 5px 0px;
  font-size: 1rem;
}

.pricing-section .card-body ul li i {
  color: green;
  margin-right: 10px;
}

.pricing-section .card-body ul li i.fa-times {
  color: red;
}

.pricing-section .btn {
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 1rem;
  font-weight: bold;
}

.pricing-section .btn-primary {
  background-color: #ff4d4d;
  border: none;
}

.pricing-section .btn-primary:hover {
  background-color: #e04444;
}

/* pricing */

/* quiz section */

.quiz-container,
.scoreboard-container {
  /* width: 90%; */
  max-width: 600px;
  /* Adjust maximum width */
  /* padding: 10px; */
  text-align: center;
  /* margin-bottom: 20px; */
}

/* Header section with question number, timer, and score */

/* Styling for question number, timer, and score elements */
#question-number,
#timer,
#score {
  font-size: 1.2em;
  color: #777;
}

/* Options container */
.options {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-top: 20px;
}

/* Styling for answer options */
.custom-label {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 5px;
  margin: 5px 0;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.6s, box-shadow 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Radio input styling */
input[type="radio"] {
  margin-right: 12px;
  width: 21px;
  height: 16px;
}

@keyframes slideLeftToRight {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideRightToLeft {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideLeftToRight {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideRightToLeft {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

h1 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  animation: slideLeftToRight 1s ease-in-out;

  .highlight {
    animation: slideRightToLeft 1s ease-in-out;
    display: inline-block;
  }
}

@keyframes slideRightToLeft {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.search-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: slideRightToLeft 1s ease-in-out;

  .category-dropdown {
    flex: 1;
    display: flex;
    flex-direction: column;

    label {
      color: #fff;
      margin: 1px 150px 0 0;
    }

    select {
      background-color: #fff;
    }
  }

  .location-search {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    label {
      color: #fff;
    }

    div {
      display: flex;
      align-items: center;

      input {
        padding: 5px;
        width: 570px;
        padding: 5px 0 0 0;
      }

      .search-button {
        margin-left: 10px;
      }
    }
  }
}

/* Footer section with next button */

/* Next and restart buttons styling */
#next-button,
#submit-button {
  background: #0a85cf;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  margin: 5px;
}

/* Hover effect for options */
.options label:hover {
  background-color: #e0e0e0;
  /* Lighter background on hover */
  transform: translateY(-3px);
  /* Move up slightly on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  /* Slightly larger shadow on hover */
}

/* Hover effect for next and restart buttons */
#next-button:hover,
#submit-button:hover {
  background-color: #09ca73;
  /* Brighter color on hover */
  transform: scale(1.05);
  /* Slightly larger scale on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  /* Slightly larger shadow on hover */
}

/* Scoreboard container and table styling */
.scoreboard-container table {
  width: 100%;
  border-collapse: collapse;
}

/* Scoreboard table header and cell styling */
.scoreboard-container th,
.scoreboard-container td {
  border: 1px solid #ddd;
  padding: 12px;
}

.scoreboard-container th {
  background-color: #f2f2f2;
  color: #333;
}

/* Question text and options animation transitions */
#question-text {
  transition: opacity 0.4s ease-in-out;
  /* Smooth opacity transition */
}

.options label:hover {
  opacity: 0.9;
  /* Slight opacity decrease on hover */
}

/* Responsive styles */
@media screen and (max-width: 768px) {
  .quiz-container,
  .scoreboard-container {
    width: 100%;
    max-width: 100%;
  }

  h2 {
    font-size: 15px;
    /* Adjust font size */
  }

  #next-button,
  #restart-button {
    padding: 12px 24px;
    font-size: 1em;
  }

  .options label {
    padding: 12px;
  }
}

@media screen and (max-width: 600px) {
  .quiz-container,
  .scoreboard-container {
    padding: 20px;
  }

  #next-button,
  #restart-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .options label {
    padding: 12px;
  }
}

@media screen and (max-width: 450px) {
  .quiz-container,
  .scoreboard-container {
    padding: 15px;
  }

  #next-button,
  #restart-button {
    padding: 8px 16px;
    font-size: 0.8em;
  }

  .options label {
    padding: 10px;
  }
}

/* quiz section end */

/* knowledge corner */

.custom-tabs {
  list-style: none;
  display: flex;
  padding: 0;
  justify-content: center;

  margin: 0;
}

.custom-tab {
  padding: 5px 20px;
  cursor: pointer;
  border-bottom: none;
  margin-right: 5px;
}

.custom-tab.active {
  background-color: #fff;
}

.custom-tab-content {
  padding: 20px;
  background-color: #fff;
  margin-top: 20px;
}

.custom-content {
  display: none;
}

.custom-content.active {
  display: block;
}

.custom-row {
  display: flex;
}

.custom-column {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 5px;
}

/* kn corner */

/* near by schools */

.accordion {
  display: flex;
  flex-direction: column;
  margin: auto;
  /* padding: 0 20px; */
  width: 100%;
}

@media (max-width: 768px) {
  .accordion {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 0 20px;
    width: 100%;
  }
}

.accordion h1 {
  font-size: 32px;
  text-align: center;
}

.accordion-item {
  margin-top: 16px;
  border: 1px solid #fcfcfc;
  border-radius: 6px;
  background: #9dd2f15e;
  box-shadow: rgb(11 11 11 / 87%) 0px 1px 2px 0px;
  /* margin: 0 0 0 -100px; */
}

.accordion-item .accordion-item-title {
  position: relative;
  margin: 0;
  display: flex;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 5px 8px;
  box-sizing: border-box;
  align-items: center;
}

.accordion-item .accordion-item-desc {
  display: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #444;
  border-top: 1px dashed #ddd;
  padding: 10px 20px 20px;
  box-sizing: border-box;
}

.accordion-item-title .icon:after {
  content: "+";
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.accordion-item-title.active .icon:after {
  content: "-";
  transform: rotate(0deg);
}

.accordion-item .icon {
  margin-left: 14px;
}

@media screen and (max-width: 767px) {
  .accordion {
    padding: 0 16px;
  }

  .accordion h1 {
    font-size: 22px;
  }
}

/* find the perfect */

/* Blink Effect */
@keyframes blink {
  0%,
  100% {
    opacity: 3;
  }

  50% {
    opacity: 3;
  }
}

/* Color-Changing Effect */
@keyframes colorChange {
  0% {
    color: rgb(233, 175, 175);
  }

  25% {
    color: rgb(128, 111, 202);
  }

  50% {
    color: rgb(255, 102, 0);
  }

  75% {
    color: rgb(88, 202, 88);
  }

  100% {
    color: rgb(146, 146, 230);
  }
}

.features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features li i {
  animation: blink 2s infinite, colorChange 4s infinite;
  animation-delay: 0s;
  margin-right: 10px;
  /* Adjust space between icon and text */
}

/* Delayed Animations for Icons */
.features li:nth-child(1) i {
  animation-delay: 0s;
}

.features li:nth-child(2) i {
  animation-delay: 0.2s;
}

.features li:nth-child(3) i {
  animation-delay: 0.4s;
}

.features li:nth-child(4) i {
  animation-delay: 0.6s;
}

.features li:nth-child(5) i {
  animation-delay: 0.8s;
}

.features li:nth-child(6) i {
  animation-delay: 1s;
}

.features li:nth-child(7) i {
  animation-delay: 1.2s;
}

.features li:nth-child(8) i {
  animation-delay: 1.4s;
}

.features li:nth-child(9) i {
  animation-delay: 1.6s;
}

.features li:nth-child(10) i {
  animation-delay: 1.8s;
}

* General Styles */ .video-carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* laxmi */

.table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.table th,
.table td {
  padding: 5px 15px;
  text-align: left;
  border: 1px solid #ddd;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.table th {
  background-color: #39d6c3;
  color: #ffffff;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 2;
}

.table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table tbody tr:hover {
  background-color: #e9ecef;
  color: #007bff;
}

/* Scrollbar Customization */
.table-responsive::-webkit-scrollbar {
  width: 8px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background-color: #284596;
}

/* Features List Animations */
td i {
  animation: blink 2s infinite, colorChange 4s infinite;
  animation-delay: 0s;
  margin-right: 10px;
}

td i {
  animation-delay: 0s;
}

td i {
  animation-delay: 0.2s;
}

td i {
  animation-delay: 0.4s;
}

td i {
  animation-delay: 0.6s;
}

td i {
  animation-delay: 0.8s;
}

td i {
  animation-delay: 1s;
}

td i {
  animation-delay: 1.2s;
}

td i {
  animation-delay: 1.4s;
}

td i {
  animation-delay: 1.6s;
}

td i {
  animation-delay: 1.8s;
}

@keyframes blink {
  50% {
    opacity: 0.5;
  }
}

@keyframes colorChange {
  0%,
  100% {
    color: #39d6c3;
  }

  50% {
    color: #284596;
  }
}

/*  inner pages banners css */

/* home-page-css */

/* new */

.advisor-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.advisor-header {
  margin-bottom: 20px;
}

.advisor-header-title {
  font-size: 24px;
  color: #0078d4;
}

.advisor-header-subtitle {
  color: #555;
}

.advisor-question {
  margin-bottom: 20px;
}

.advisor-question-title {
  font-size: 30px;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.2;
}

.advisor-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* gap: 15px; */
  margin-bottom: 20px;
}

.advisor-option-one {
  width: 213px;
  height: 198px;
  box-shadow: 0 5px 30px rgb(0 0 0);
  text-align: center;
  padding: 30px 0;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 20px;
}

.advisor-option-selected {
  background-color: #7ec9e11f;
  border: 1px solid #194c70;
}

.advisor-option img {
  max-width: 100%;
  height: auto;
}

.advisor-option-label {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
}

.advisor-navigation {
  margin-top: 20px;
}

.advisor-next-button {
  padding: 5px 10px;
  background-color: #ff0000;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.advisor-form-section {
  display: none;
}

.advisor-form-section-active {
  display: block;
  /* border: 1px solid #ffffff; */
  padding: 18px 24px;
  overflow: hidden;
  /* background: #d4d1ec3b; */
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 8px rgb(0 0 0 / 9%);
  border-radius: 15px;
}

/* Media Query */
@media (max-width: 768px) {
  .advisor-options {
    flex-direction: column;
    gap: 10px;
  }

  .advisor-option {
    width: 87%;
  }
}

.next-one-btn {
  border: 1px solid gray;
  border-radius: 24px;
  background-color: white;
  padding: 4px 30px;
}

.next-one-btn:hover {
  border: 1px solid #008000;
  border-radius: 24px;
  background-color: rgb(0 128 0);
  padding: 4px 30px;
  color: #fff;
}

.txt-color {
  color: #1f73db;
  font-size: 30px;
  font-weight: 600;
}

.advisor-question-subtitle {
  font-size: 22px;
  margin-bottom: 40px;
  margin-top: 6px;
  color: #424141;
}

.school-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.school-card img {
  width: 100%;
  border-radius: 10px;
  transition: opacity 0.5s ease-in-out;
}

.school-card:hover img {
  opacity: 0.7;
  /* Reduce opacity on hover */
}

.school-card img {
  width: 100%;
  border-radius: 8px;
  transition: opacity 0.3s ease-in-out;
}

.school-card:hover img {
  opacity: 0.8;
}

.academic-image {
  display: inline-block;
  position: relative;
}

.academic-image img {
  animation: rotateImage 15s linear infinite;
  /* Continuous rotation */
}

.blog-item-img {
  position: relative;
  display: inline-block;
}

.blog-item-img img:first-child {
  width: 100%;
  display: block;
}

.blog-item-img img:last-child {
  position: absolute;
  top: 100px;
  /* Adjust the position */
  left: 250px;
  /* Adjust the position */
  width: 120px;
  /* Adjust the size */
  z-index: 10;
  height: 120px;
  /* Ensures it appears above the first image */
}

.blog-item-img {
  position: relative;
  display: inline-block;
}

.blog-item-img img:first-child {
  width: 100%;
  display: block;
}

.blog-item-img img:last-child {
  animation: rotateLogo 10s linear infinite;
  /* Rotation animation */
}

/* Rotation Animation */
@keyframes rotateLogo {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-content {
  background: linear-gradient(135deg, #d2e7ff, #c8e8f1);
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgb(0 0 0);
  /* width: 90%; */
  max-width: 450px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.popup-content h4 {
  width: 100%;
  margin-bottom: 15px;
  color: #073473;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 8px;
}

.popup-content form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.popup-content input,
.popup-content select {
  width: 100%;
  padding: 12px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  font-size: 16px;
  outline: none;
  background: rgb(255 255 255 / 89%);
  color: #413c3c;
  transition: 0.3s;
  font-weight: bold;
}

.popup-content select {
  appearance: none;
  cursor: pointer;
}

.popup-content input::placeholder,
.popup-content select {
  color: rgba(68, 59, 59, 0.8);
}

.popup-content input:focus,
.popup-content select:focus {
  background: rgb(255, 255, 255);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
  border-color: #888888;
}

.popup-btn {
  background: linear-gradient(90deg, #68cdff, #36fffe);
  border: none;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 14px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.popup-btn:hover {
  background: linear-gradient(90deg, #36fffe, #68cdff);
  transform: scale(1.05);
}

.close-popup {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 22px;
  color: #000;
  cursor: pointer;
  background: none;
  border: none;
  font-weight: bold;
  padding: 0;
  transition: color 0.3s ease, transform 0.2s;
}

.close-popup:hover {
  color: #ffcc00;
  transform: rotate(90deg);
}

.pattern-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -1;
}

.icon-layer-one,
.icon-layer-two,
.icon-layer-three,
.icon-layer-four,
.icon-layer-five {
  position: absolute;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}

@keyframes rotateMe {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes floatBobY {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

.icon-layer-two {
  animation: floatBobY 3s ease-in-out infinite;
}

.icon-layer-one,
.icon-layer-three,
.icon-layer-four,
.icon-layer-five {
  animation: rotateMe 10s linear infinite;
}

float-bob animation {
  transform: translateX(-95.0589px);
}

.icon-layer-one {
  top: 8%;
  left: 3%;
}

.icon-layer-three {
  bottom: 0%;
  right: 0%;
}

.icon-layer-five {
  bottom: 10%;
  left: 40%;
  z-index: 99;
}

.video-area {
  padding: 40px 15px;
  background-color: #fff;
}

.video-carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.video-carousel-wrapper {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
}

.video-carousel-item {
  flex: 0 0 auto;
  width: 100%;
  max-width: 280px;
  scroll-snap-align: start;
}

.video-content1 iframe {
  width: 100%;
  height: 180px;
  border-radius: 8px;
}

.video-info {
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}

.carousel-btn {
  background: #007bff;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  padding: 10px 14px;
  cursor: pointer;
  z-index: 5;
}

.prev-btn {
  margin-right: 10px;
}

.next-btn {
  margin-left: 10px;
}

/* Mobile specific */
@media (max-width: 768px) {
  .video-carousel-container {
    flex-direction: column;
  }

  .carousel-btn {
    margin: 10px auto;
  }

  .video-carousel-wrapper {
    padding: 0;
  }

  .video-carousel-item {
    max-width: 280px;
  }

  .video-content1 iframe {
    height: 160px;
  }
}

.video-carousel-wrapper::-webkit-scrollbar {
  display: none;
}

.video-carousel-item {
  min-width: 244px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .video-carousel-item {
    min-width: 323px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 767px) {
  .video-carousel-item {
    min-width: 235px;
  }
}

.video-carousel-item:hover {
  transform: scale(1.05);
}

.video-content1 {
  position: relative;
}

.video-iframe {
  width: 100%;
  height: 150px;
  border-radius: 10px 10px 0 0;
  border: none;
}

.video-info {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: #f8f9fa;
  color: #333;
}

.video-info a {
  text-decoration: none;
  color: #007bff;
}

.carousel-btn {
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.prev-btn {
  left: -40px;
}

.next-btn {
  right: -40px;
}

.carousel-btn:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .video-carousel-container {
    flex-direction: column;
  }

  .prev-btn,
  .next-btn {
    position: static;
    margin: 10px;
  }
}

.choose-video-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media all and (max-width: 991px) {
  .choose-content-info {
    margin-right: 100px;
  }

  .choose-video-wrap {
    padding-top: 210px;
  }

  .choose-img {
    margin-top: 50px;
    margin-left: 10px;
  }
}

@media all and (max-width: 767px) {
  .choose-content-info {
    margin-right: 40px;
  }
}

.choose-area {
  background: linear-gradient(120deg, #cee7ea0f, #fcfefe);
  /* padding: 50px 0; */
  position: relative;
  overflow: hidden;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); */
  border-radius: 10px;
}

.choose-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  z-index: -1;
}

.choose-content-wrap {
  margin-top: 30px;
}

.choose-img {
  position: relative;
  margin-left: 50px;
}

.choose-img::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: -15px;
  width: 100%;
  height: 100%;
  border: 5px solid #a30e12;
  border-radius: 30% 0 30% 30%;
}

.choose-img img {
  border-radius: 30% 0 30% 30%;
}

.choose-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--color-white);
  border-radius: 50px 0px 50px 0;
  box-shadow: var(--box-shadow);
  padding: 15px 15px 15px 0;
  overflow: hidden;
}

.choose-item-icon {
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: right;
  background: #a30e12;
  border-radius: 50px 50px 50px 0;
  padding-right: 12px;
  margin-left: -12px;
}

.choose-item-icon i {
  color: #961c1f;
  font-size: 50px;
}

.choose-item-icon img {
  width: 45px;
  filter: brightness(0) invert(1);
}

.choose-item-info {
  flex: 1;
}

.choose-item-info h4 {
  color: var(--color-dark);
  margin-bottom: 10px;
  font-size: 21px;
}

.choose-video-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media all and (max-width: 991px) {
  .choose-content-info {
    margin-right: 100px;
  }

  .choose-video-wrap {
    padding-top: 210px;
  }

  .choose-img {
    margin-top: 50px;
    margin-left: 10px;
  }
}

@media all and (max-width: 767px) {
  .choose-content-info {
    margin-right: 40px;
  }
}

/* knowledge-corner */

.about-image {
  position: relative;
  padding-right: 70px;
}

.reveal {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}

.about-img img {
  border-radius: 40px;
}

.reveal img {
  width: 550px;
  height: 530px;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.about-consultation {
  position: absolute;
  top: 50%;
  right: -1%;
  transform: translateY(-50%);
  z-index: 1;
}

figure {
  margin: 0;
}

/* .about-consultation img {
  animation: rotateLogo 10s linear infinite;
} */

.corner-icon {
  padding: 0px 5px;
  color: #1960b8;
}

.k-icon {
  padding: 5px;
}

/* faq */

/* Background Styling */
.faq-area {
  background: linear-gradient(135deg, #f6f7fb, #e3e6f3);
  padding: 25px 0;
  border-radius: 15px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

/* FAQ Image Styling */
.faq-right img {
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 15px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.faq-right img:hover {
  transform: scale(1.05);
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.2);
}

/* Accordion Card Styling */
.accordion-item {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

/* Accordion Button */
.accordion-button {
  background: linear-gradient(135deg, #0048a6, #007bff);
  color: white;
  font-weight: bold;
  transition: all 0.3s ease;
  border-radius: 5px;
  padding: 20px 24px;
  font-size: 18px;
}

.accordion-button:hover {
  background: linear-gradient(135deg, #007bff, #0048a6);
  transform: scale(1.02);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

/* Opened Accordion Styling */
.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #003a83, #0056b3);
  color: #fff;
}

/* Accordion Content Animation */
.accordion-collapse {
  opacity: 0;
  transform: translateY(-15px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.accordion-collapse.show {
  opacity: 1;
  transform: translateY(0);
}

/* Animated FAQ Header */
.site-heading {
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  color: #0048a6;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeInUp 0.8s ease-out forwards;
}

/* Fade-in & Slide Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* FAQ Container Animation */
.faq-area {
  animation: fadeInUp 1s ease-in-out;
}

/* name scrolling system quize next section css */

@media (max-width: 768px) {
  .winner-name {
    font-size: 13px;
    padding: 10px;
  }
}

.faq-area {
  position: relative;
  background-color: #f8f9fa;
  overflow: hidden;
}

.faq-icon {
  position: absolute;
  font-size: 40px;
  opacity: 0.2;
  animation: float 6s ease-in-out infinite;
}

.faq-icon1 {
  top: 10%;
  left: 5%;
  animation-delay: 1s;
}

.faq-icon2 {
  top: 20%;
  right: 10%;
  animation-delay: 2s;
}

.faq-icon3 {
  bottom: 15%;
  left: 10%;
  animation-delay: 3s;
}

.faq-icon4 {
  bottom: 5%;
  right: 5%;
  animation-delay: 4s;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

.rotate-image {
  display: block;
  margin: 20px auto;
  width: 300px;
  /* Adjust width as needed */
  height: auto;
  animation: flipAnimation 10s infinite linear;
}

@keyframes flipAnimation {
  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

/* poll */

.winner-name {
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
}

.swiper {
  padding: 20px 0;
}

.latest-news {
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
  padding: 50px 0;
}

.quiz-container:hover,
.login-form:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 25px rgba(255, 255, 255, 0.3);
}

.quiz-container h2,
.login-form header h2 {
  background: linear-gradient(135deg, #141415b5, #0d0e0ed6);
  color: #fff;
  padding: 8px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 10px;
}

.feature-btn {
  display: inline-block;
  background: linear-gradient(168deg, #39b9b3, #421d70);
  color: #fff;
  padding: 10px 20px;
  margin: 10px;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.testimonial-item {
  width: 300px;
  /* Fixed width */
  height: 350px;
  /* Fixed height */
  margin: 10px;
  /* Consistent margin */

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.testimonial-quote {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-author-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

/* Fix owl-carousel item spacing */
.owl-carousel .owl-stage-outer {
  padding: 10px 0;
}

.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .school-card {
    padding: 10px;
    width: 300px;
  }

  .school-card h3 {
    font-size: 16px;
  }

  .school-card p {
    font-size: 13px;
  }

  .button-container a {
    font-size: 13px;
    padding: 5px 10px;
  }

  .sec-title h2 {
    font-size: 20px;
  }
}

.bg-box {
  box-shadow: 0 2px 10px rgb(0 0 0 / 43%);
  border: 1px solid rgb(235, 235, 235);
  border-radius: 20px;
  padding: 25px 25px;
}

@media (min-width: 768px) {
  .content {
    flex-direction: row;
    justify-content: space-between;
  }

  .contact-info {
    width: 50%;
    text-align: left;
  }

  .info-cards {
    gap: 20px;
  }

  .illustration {
    width: 40%;
  }
}

/* Header Section */
.about-section {
  text-align: center;
  margin-bottom: 20px;
}

.about-section .logo {
  width: 100px;
}

.about-section h2 {
  font-size: 1.8rem;
  color: #8b0000;
}

.about-section p {
  font-size: 1.2rem;
  color: #064663;
}

.content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}

.contact-info {
  flex: 1;
  min-width: 280px;
  gap: 7px;
  box-shadow: 0 4px 8px rgb(0 0 0);
}

.contact-info h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.contact-info p {
  font-size: 16px;
  margin-bottom: 20px;
}

.info-cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.info-card {
  display: flex;
  align-items: center;
  padding: 10px;
}

.info-card i {
  margin-right: 10px;
  color: #007bff;
  font-size: 20px;
}

.info-card span {
  font-size: 16px;
  color: #333;
}

.illustration {
  flex: 1;
  min-width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.illustration img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .contact-info,
  .illustration {
    flex: 1 1 50%;
    max-width: 100%;
  }

  .contact-info {
    text-align: left;
    padding-right: 10px;
    gap: 10px;
  }

  .illustration img {
    max-width: 90%;
  }
}

.info-cards {
  display: flex;
  padding: 10px;
  gap: 15px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 43%);
}

.info-card i {
  margin-right: 10px;
  color: #007bff;
}

.info-card span {
  color: #333;
}

.academics-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}

.academics-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 90%;
  /* margin-top: 37px; */
}

@media (max-width: 768px) {
  .academics-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 90%;
    margin-top: 5px;
  }
}

.academics-text {
  max-width: 50%;
}

.academics-heading {
  color: #1c3b70;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.academics-features {
  list-style: disc;
  padding-left: 20px;
  color: #666;
  font-size: 1rem;
}

.academics-feature-item {
  margin-bottom: 10px;
  list-style-type: disclosure-closed;
  /* font-size: 20px; */
}

.std {
  /* font-size: 17px; */
  margin-bottom: 10px;
  list-style-type: disclosure-closed;
}

.academics-image-section {
  max-width: 45%;
  display: flex;
  justify-content: center;
}

.academics-image {
  width: 100%;
  max-width: 400px;
}

.academics-wrapper::before {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
}

.academics-wrapper::after {
  width: 400px;
  height: 400px;
  bottom: -150px;
  right: -150px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .academics-content {
    flex-direction: column;
    text-align: left;
  }

  .academics-text {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .academics-image-section {
    max-width: 100%;
  }

  .academics-heading {
    font-size: 2rem;
  }

  .academics-image {
    max-width: 300px;
  }
}

.school-management {
  position: relative;
  background: linear-gradient(350deg, #6bb5ff, #7f75c0);
  border-radius: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: all 0.5s ease-in-out;
  animation: slideInRight 1.5s ease-in-out;
  margin: auto;
}

.school-management:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.animated-text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  animation: pulseText 2s infinite alternate;
}

/* exam  page css  */
.exam-section h2 {
  font-size: 28px;
  background: linear-gradient(to right, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

/* checkout page css 29-4-2025 */

.checkout-container {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 0 10px rgb(0 0 0);
}

.order-summary img {
  width: 60px;
  height: 80px;
  object-fit: cover;
}

.order-item {
  border-bottom: 1px solid #dee2e6;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.coupon-section input {
  margin-bottom: 15px;
}

.order-summary img {
  width: 60px;
  height: 80px;
  object-fit: cover;
  width: 60px;
  height: 80px;
}

.checkout-container {
  padding: 40px 20px;
  background-color: #f8f9fa;
}

.checkout-form,
.order-summary {
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.order-item {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.order-item:last-child {
  border-bottom: none;
}

.coupon-section {
  margin-top: 20px;
}

.order-summary img {
  width: 60px;
  height: 80px;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .checkout-container {
    padding: 20px 10px;
  }
}

@media (max-width: 576px) {
  #checkoutForm .form-control-sm {
    font-size: 0.85rem;
    padding: 0.45rem 0.6rem;
  }

  #checkoutForm .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #checkoutForm button {
    font-size: 0.9rem;
    padding: 0.5rem;
  }

  #checkoutForm textarea {
    resize: vertical;
  }
}

@keyframes multicolor-blink {
  0% {
    color: #ff4d4d;
  }

  25% {
    color: #ffcc00;
  }

  50% {
    color: #4caf50;
  }

  75% {
    color: #2196f3;
  }

  100% {
    color: #ff4d4d;
  }
}

.blinking-text {
  animation: multicolor-blink 1s linear infinite;
  font-weight: bold;
}

/* 29-7-2025 home page css for video section */

.video-area {
  padding: 40px 0;
  background: #f8f8f8;
}

.video-carousel-container {
  position: relative;
  display: flex;
  align-items: center;
}

.video-carousel-wrapper {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 40px;
  scroll-snap-type: x mandatory;
  width: 100%;
}

.video-carousel-item {
  flex: 0 0 auto;
  width: 280px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  scroll-snap-align: start;
}

.video-content1 iframe {
  width: 100%;
  height: 160px;
  display: block;
}

.video-info {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0b2846;
  color: white;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.prev-btn {
  left: 0;
}

.next-btn {
  right: 0;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .video-carousel-item {
    width: 240px;
  }

  .carousel-btn {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .video-content1 iframe {
    height: 140px;
  }
}

/* 22222222222222222222222222222222222222222222222222222222222 */

.scholarship-left {
  flex: 1 1 500px;
  padding: 10px;
}

.scholarship-left h1 {
  font-size: 40px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
}

.scholarship-left h1 span {
  color: #00695c;
}

.scholarship-left ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.scholarship-left ul li {
  margin-bottom: 12px;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: left;
}

.scholarship-left ul li i {
  margin-right: 10px;
  color: #555;
  font-size: 18px;
  margin: 10px 20px 0 4px;
}

/* CTA Button */
.scholarship-btn {
  display: inline-block;
  background-color: #33cebc;
  color: #fff;
  padding: 15px 25px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
}

.scholarship-btn:hover {
  background-color: #d64d20;
}

/* Responsive Design */
@media (max-width: 768px) {
  .scholarship-left {
    flex: 1 1 100%;
    text-align: left;
  }

  .scholarship-left h1 {
    font-size: 28px;
  }

  .scholarship-left ul li {
    justify-content: left;
    font-size: 16px;
  }

  .scholarship-btn {
    width: 100%;
    max-width: 280px;
    margin: 20px auto 0;
  }
}

/* inner page banner image css */

@media screen and (max-width: 768px) {
  .responsive-section {
    flex-direction: column !important;
    text-align: center;
  }

  .responsive-section > div {
    width: 100% !important;
  }

  .responsive-image-wrapper {
    margin: 0 auto !important;
  }

  .responsive-buttons {
    justify-content: center !important;
  }
}
