@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900&display=swap');

body {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
}

/* HEADER WRAPPER */
    .dn-header {
          position: fixed;
    top: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 30px;
    flex-wrap: wrap;
    z-index: 99;
    width: -webkit-fill-available;
    }

    /* LEFT SIDE: LOGO + TEXT */
    .dn-logo-section {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .dn-logo-img {
      width: 60px;
      height: 60px;
      object-fit: contain;
    }

    .dn-logo-text h1 {
      font-size: 1.3rem;
      font-weight: 700;
      color: #0b4b88;
      line-height: 1.2;
    }

    .dn-logo-text span {
      display: block;
      font-size: 0.85rem;
      color: #777;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    /* RIGHT SIDE: PHONE BUTTON */
    .dn-contact-section {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .dn-contact-btn {
      background: #181b55;
      color: #fff;
      border: none;
      border-radius: 25px;
      padding: 10px 20px;
      font-size: 1rem;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      transition: background 0.3s ease;
    }

    .dn-contact-btn:hover {
      background: #083865;
    }

    .dn-contact-btn svg {
      width: 18px;
      height: 18px;
    }

    /* RESPONSIVE */
    @media (max-width: 768px) {
      .dn-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
      }

      .dn-contact-section {
        margin-top: 10px;
      }
	  .navbar {
    position: fixed;
    top: 170px !important;
    left: 0;
    width: 100%;
    background-color: #181b55 !important;
    z-index: 120;
}

.navbar a {
    color: #fff;
    padding: 10px 0px;
    margin: 0 5px;
    font-size: 18px;
    font-weight: 500;
}
.dn-logo-section {
    display: block;
}
    }
.navbar {
	position: static;
	left: 0;
	width: 100%;
	background-color: #181b55 !important;
	z-index: 5;
}

.navbar a {
	color: #fff;
	padding: 0 20px;
	margin: 0 5px;
	font-size: 16px;
	font-weight: 500;
}

h1 {
	font-weight: 800;
	color: #181b55;
}

h2 {
	font-weight: 800;
}

.text-danger {
	color: #e61535 !important;
}

.btn {
	font-size: 18px;
	border: none;
	font-weight: 700;
}

.text-theme {
	color: #ff4600 !important;
	font-weight: 500;
}

.btn-theme {
	background-color: #ff4600;
	color: #fff;
	padding: 0 20px !important;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
}

.btn-donate {
	background-color: #ff0076;
	color: #fff;
	padding: 0 20px !important;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
}

.btn-theme-dark {
	background-color: #181b55;
	color: #fff;
	padding: 0 20px !important;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
}

.btn-theme-dark:hover {
	background-color: #181b55;
	color: #fff;
	padding: 0 20px !important;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
}

.btn-link {
	color: #181b55;
}

.slider {
	padding: 4rem 0 3rem 0;
}

.slider img {
	max-height: 120px;
	max-width: 100%;
	margin-bottom: 1.5rem;
}

.slider p {
	margin-bottom: 1.5rem;
	max-width: 600px;
}

.classes {
	margin-bottom: 2rem;
}

.classes-item {
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 1.5rem;
	box-shadow: 0 0 16px rgba(0,0,0,0.150);
	cursor: pointer;
}

.classes-img {
	position: relative;
	padding-top: 56.25%;
}

.classes-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.classes-desc {
	padding: 30px 15px 15px 15px;
	position: relative;
}

.icon-img {
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	top: -50px;
	overflow: hidden;
}

.icon-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.icon-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 4px solid #ccc;
	border-radius: 50%;
}

.classes-text {
	height: 76px;
	margin-bottom: 20px;
}

.classes-text h4 {
	font-size: 18px;
	font-weight: 800;
}

.classes-text p {
	color: #787878;
	font-size: 16px;
}

.classes-action {
	display: flex;
	justify-content: space-between;
}

.classes-action h4 {
	font-size: 16px;
	line-height: 34px;
}

.classes-action .btn {
	font-size: 14px;
	height: 34px;
	line-height: 34px;
}

.class-heading {
	font-size: 26px;
	margin-bottom: 20px;
}

footer {
	background-color: #181b55;
}

.footer {
	text-align: center;
	padding: 4rem 0;
}

.footer h2 {
	color: #fff;
	margin-bottom: 1.5rem;
}

.bottom-footer ul,
.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.75rem;
}

.bottom-footer li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.25rem;
	height: 60px;
	line-height: 60px;
}

.bottom-footer li a,
.footer li a {
	text-decoration: none;
	color: #fff;
}

.player {
	margin: 20px 0;
	height: calc(100vh - 120px);
	background-color: #000;
	position: relative;
}

.video-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.calendar-section {
	position: relative;
	padding-right: 500px;
	margin-top: 40px;
	min-height: calc(100vh - 120px);
}

.calendar-aside {
	position: fixed;
	bottom: 0;
	right: 80px;
	width: 400px;
	height: calc(100vh - 80px);
	font-size: 16px;
}

#v-cal {
	border: none !important;
	position: absolute;
	top: 150px;
	left: 0;
}

#v-cal .vcal-week span {
	font-size: 14px !important;
	padding: 1.2rem 0 !important;
}

#v-cal .vcal-week {
	background-color: transparent !important;
}

.sch-text {
	padding: 15px 0;
}

.sch-text h4 {
	font-size: 18px;
	font-weight: 800;
	margin: 0;
}

.sch-text p {
	font-size: 14px;
}

.classes-img.rounded {
	border-radius: 6px;
	overflow: hidden;
}

.sch-text .btn {
	font-size: 14px;
}

.classes-container {
	margin-bottom: 10px;
}

.form {
	padding: 30px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.125);
	margin-bottom: 80px;
}

.astrick {
	color: #e61535;
}

.series-foot {
	text-align: right;
}

.series-foot .btn {
	font-size: 14px !important;
}

.login {
	min-height: 100vh;
	position: relative;
	background-color: #f9f5ee;
	padding: 50px 15px;
}

.login-container {
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
}

.my-pills {
	display: flex;
}

.my-pills li {
	width: 50%;
	padding: 1rem;
}

.my-pills li a {
	font-weight: 700 !important;
	border-radius: 0 !important;
}

.my-pills li a.active {
	color: #333 !important;
	background-color: transparent !important;
	border-bottom: 3px solid #181b55 !important;
}

.login-box {
	padding: 2rem;
}

.login-box h3 {
	font-weight: 800;
	text-align: center;
	font-size: 28px;
	margin-bottom: 2rem;
}



.comming-soon {
	height: 100vh;
	position: relative;
	background-color: #f9f5ee;
}

.comming-soon-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100vw - 100px);
	height: calc(100vh - 100px);
/*	background-color: #fff;*/
	border-radius: 15px;
/*	box-shadow: 0 0 12px rgba(0, 0, 0, 0.125);*/
}

.inner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}





/*
   This is a
   multi-line comment
*/


       .upper{

        height: 100px;

       }

       .upper img{

        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;

       }

       .user{
        position: relative;
       }

       .profile img{
		 height: 76px;
        width: 76px;
        margin-top:2px;
       }

       .profile{position: absolute;
		top: -50px;
		left: 27%;
		height: 90px;
		width: 90px;
		border: 5px solid #fff;
		border-radius: 50%;

       }
	   .expert-text {
		text-align: center;
		line-height: 18px;
	
	   }
	   .expert-text h4 {
		font-size: 18px;
		font-weight: 800;
		text-align: center;
		margin-top: 1.5rem;
	
	   }

	   .expert-text span {
		text-align: center;
		font-size: medium;
	
	   }

	   .classes-img img:hover {
		transform: scale(1.1); /* Zoom in by 10% on hover */
	}


	   /* @media (min-width: 1600px) {
		.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
			max-width: 1600px !important;
		}
	} */


	/* .classes-container {
		margin-bottom: 10px;
		box-shadow: 0 16px 32px rgba(25,23,29,.04), 0 8px 16px rgba(25,23,29,.04), 0 4px 8px rgba(25,23,29,.04), 0 2px 4px rgba(25,23,29,.04), 0 1px 2px rgba(25,23,29,.04);
	border-radius: 12px;
	padding: 20px;
	} */

	.schedule-shadow {
		margin-bottom: 10px;
		box-shadow: 0 16px 32px rgba(25,23,29,.04), 0 8px 16px rgba(25,23,29,.04), 0 4px 8px rgba(25,23,29,.04), 0 2px 4px rgba(25,23,29,.04), 0 1px 2px rgba(25,23,29,.04);
	border-radius: 12px;
	padding: 20px;
	
	}

	.border-bottom {
		border-bottom: 1px solid #f7f7fa;
		padding-bottom: 10px;
	}
	.inline-container {
		display: inline-flex; /* Make the container inline and flexible */
		align-items: center; /* Align items vertically in the container */
	}

	.inline-container p {
		margin-bottom: 0;
	}
	
	
	.circle-image {
		width: 30px;
		height: 30px; 
		border-radius: 50%; 
		margin-right: 10px; 
		background-size: cover; 
		background-position: center; 
	}
	.main-container {
		position: relative;
	}
	
	.listing-section {
		margin-right: 30%; 
	}
	
	.filters-section {
		position: fixed;
		top: 0;
		right: 0;
		width: 30%; 
		height: 100%;
		background-color: #fff;
		overflow-y: auto; 
	}
	
	.filter-content {
		padding: 10px;
	}
	
	.listing-item, .filter-item {
		padding: 10px;
		margin-bottom: 5px;
		background-color: #f0f0f0;
		border: 1px solid #ccc;
	}

	#v-cal {
		box-shadow: none !important;
	}

	#v-cal .vcal-date--today {
		background-color: #181b56 !important;
		color: var(--vcal-today-color);
	}
	
	/* Optional: Add styling for hover effects or other customizations */
	


	
	
/* ============================================================== 
     # Contact
=================================================================== */

.contact-content form input,
.contact-content form textarea {
	border: none;
	min-height: 60px;
	padding: 20px;
	background: #eef3fa;
	margin-bottom: 1rem;
}

.bg-theme .contact-content form input, 
.bg-theme .contact-content form textarea {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--white);
}

.bg-theme .contact-content form input::-webkit-input-placeholder,
.bg-theme .contact-content form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ffffff	;
	opacity: 0.8;
  }
  .bg-theme .contact-content form input::-moz-placeholder,
  .bg-theme .contact-content form textarea::-moz-placeholder { /* Firefox 19+ */
	color:  #ffffff;
	opacity: 0.8;
  }
  .bg-theme .contact-content form input:-ms-input-placeholder,
  .bg-theme .contact-content form textarea:-ms-input-placeholder { /* IE 10+ */
	color: #ffffff;
	opacity: 0.8;
  }
  .bg-theme .contact-content form input:-moz-placeholder,
  .bg-theme .contact-content form textarea:-moz-placeholder { /* Firefox 18- */
	color: #ffffff;
	opacity: 0.8;
  }

.contact-content form textarea {
	min-height: 238px;
}

.contact-content form button {
	padding: 15px 42px;
	font-weight: 600;
	font-size: 16px;
	border-radius: 5px;
	background: transparent;
	position: relative;
	z-index: 1;
	transition: all 0.35s ease-in-out;
	color: var(--black);
	text-transform: uppercase;
}

.contact-content form button:focus {
	color: var(--black);
}

.contact-content form img.loader {
	margin-left: 15px;
}

.contact-content form button::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background-size: 220% 150%;
	text-transform: uppercase;
	display: inline-block;
	color: var(--black) !important;
	background-color:var(--color-secondary);
	z-index: -1;
	transition: all 0.35s ease-in-out;
	border-radius: 5px;
}

.bg-theme .contact-content form button::after {
	background-color: var(--white);
}

.contact-content form button:hover::after,
.contact-content form button:active {
	background-position: -70% 0;
	color: var(--white);
	background-color: var(--dark);
}

.contact-content form button:hover {
	color: var(--white);
}

.contact-content .content {
	position: relative;
	padding: 50px;
	border-radius: 10px;
	background: #181b55;
}

.bg-theme .contact-content .content {
	padding: 0;
}

.contact-content .form-box h2 {
	font-weight: 600;
	font-size: 3rem;
}

.contact-content .form-box p {
	margin-bottom: 30px;
	padding-right: 30%;
}

.contact-content .content img {
	padding: 0 30px;
	padding-top: 0;
	margin-bottom: 30px;
}

.contact-form-box {
	padding-left: 35px;
}

.contact-content .content i {
	display: inline-block;
	font-size: 45px;
	margin-bottom: 15px;
	color:var(--color-secondary);
	font-weight: 600;
}

.bg-theme .contact-content .content i {
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: var(--dark);
    border-radius: 50%;
    font-size: 30px;
}

.contact-content .content li {
	margin-top: 30px;
}

.contact-content .content li:first-child {
	margin-top: 0;
}

.default-padding {
	padding: 6rem 2rem 7rem 2rem;
}

.contact-content ul li {
    list-style: none;
}

.contact-content ul{
    padding-left: 0 !important;
}


.fa {
  padding: 20px;
  font-size: 30px !important;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
  font-size: 40px;
    padding: 12px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.fa-facebook:before {
    font-size: 26px;
}
.fa-facebook:before {
    font-size: 26px; /* Adjust the font size as needed */
}

.fa-google:before {
    font-size: 26px; /* Adjust the font size as needed */
}

.fa-twitter:before {
    font-size: 26px; /* Adjust the font size as needed */
}

.fa-linkedin:before {
    font-size: 26px; /* Adjust the font size as needed */
}


.fa-twitter {
  background: #55ACEE;
  color: white;
  font-size: 40px;
  padding: 12px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.fa-google {
  background: #dd4b39;
  color: white;
  font-size: 40px;
  padding: 12px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
  font-size: 40px;
  padding: 12px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}




/*=======  Privacy  =======*/
.form-padding {
	box-shadow: 0 4px 8px 0 rgba(53,105,128,.3), 0 6px 20px 0 rgba(165,200,213,.41);
	padding: 2rem;
}
.privacy-area .content-box {
	padding-bottom: 25px;
	border-bottom: 1px solid #e3eeff;
	color: #000000;
}

.privacy-area .content-box:last-child {
	border-bottom: none;
}

.privacy-area .content-box h2 {
	margin-bottom: 20px;
}

.privacy-area .content-box h4 {
	max-width: 80%;
	margin-bottom: 15px;
}

.privacy-area .content-box p {
	margin-bottom: 20px;
}

.privacy-area .content-box ul.list {
	margin-top: 15px;
}

.privacy-area .content-box ul.list li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 15px;
	line-height: 20px;
}

.privacy-area .content-box ul.list li:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #002249;
	content: "";
}

----------------------------------

-/* Container */
.mohai-container {
    max-width: 1050px;
}

/* Title */
.mohai-title {
    font-size: 34px;
    font-weight: 700;
}

/* Search */
.mohai-search {
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid #cfd4da;
}

/* Primary Button (Find Events) */
.btn-mohai {
    background: #003f62;
    color: white;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
}

.btn-next-event {
    color: black;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
	background: #f8f9fa;
    border: 1px solid #ddd;
}
.btn-mohai:hover {
    background: #002b44;
}

/* Filter Buttons */
.filter-btn {
    border: 1px solid #003f62;
    padding: 8px 20px;
    background: white;
    border-radius: 30px;
    margin-right: 8px;
    font-weight: 500;
}

/* Nav Arrow Buttons */
.nav-arrow {
    background: white;
    border: 1px solid #ccc !important;
    padding: 4px 14px;
    font-size: 20px;
    border-radius: 6px;
}

/* Today Button */
.today-btn {
    background: #f1f1f1;
    border-radius: 6px;
    padding: 6px 18px;
}

/* Upcoming Button */
.mohai-upcoming-btn {
    border: 1px solid #ccc;
    background: white;
    padding: 6px 18px;
    border-radius: 6px;
}

/* Dropdown Calendar Menu */
.dropdown-menu {
    display: none;
    min-width: 220px;
    border-radius: 6px;
}

/* Date block */
.event-date .day {
    display: block;
    background: #003f62;
    color: white;
    padding: 6px 0;
    font-size: 14px;
    border-radius: 6px 6px 0 0;
}
.event-date .date {
    display: block;
    background: #f8f9fa;
    padding: 20px 0;
    font-size: 28px;
    border: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
}

/* Event Styling */
.event-title {
    font-size: 20px;
    font-weight: 700;
}
.event-time {
    font-size: 14px;
    color: #666;
}
.event-desc {
    font-size: 15px;
    color: #444;
}
.event-thumb-img {
    width: 100%;
    height: auto;       
    max-height: 150px;
    object-fit: cover;
    border-radius: 8px;
}

.mohai-dropdown-menu {
    display: none; /* Hidden by default */
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 100;
}

.mohai-date-input {
    width: 100%;
}
.mohai-nav-arrow,
.mohai-today-btn,
.mohai-dropdown-toggle {
    border: 1px solid #ccc; /* or any color you want */
    border-radius: 5px;     /* optional rounded corners */
    background-color: #fff; /* optional button color */
    padding: 5px 10px;      /* optional padding */
}

/* Optional: Hover effect */
.mohai-nav-arrow:hover,
.mohai-today-btn:hover,
.mohai-dropdown-toggle:hover {
    border-color: #007bff;
    background-color: #f0f8ff;
}

.mohai-dropdown-toggle i {
    margin-left: 5px;
    font-size: 0.9em; /* adjust arrow size */
}


.disability-network-banner {
    width: 100%;
    overflow: hidden;
}

.disability-network-banner img {
    width: 100%;
    height: auto; /* maintain aspect ratio */
    display: block;
}


/* Placeholder Image */
.img-placeholder {
    width: 100%;
    height: 160px;
    border-radius: 6px;
    background: #e0e0e0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .event-date {
        margin-bottom: 10px;
    }
}
.peer-support-wrapper {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* Flexible widths — avoid overflow */
.peer-support-main {
    flex: 3; /* Equals 75% */
    min-width: 0; /* Prevents flex overflow */
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
}

.peer-support-side {
    flex: 1; /* Equals 25% */
    min-width: 0;
    background: #e4e4e4;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .peer-support-wrapper {
        flex-direction: column;
    }

    .peer-support-main,
    .peer-support-side {
        flex: 1 1 100%;
    }
}


.peer-support-side {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 16px 32px rgba(25, 23, 29, .04), 0 8px 16px rgba(25, 23, 29, .04), 0 4px 8px rgba(25, 23, 29, .04), 0 2px 4px rgba(25, 23, 29, .04), 0 1px 2px rgba(25, 23, 29, .04);
}

/* Black top box */
.peer-support-image {
    width: 100%;
    height: 200px;
    background: #000;
}

/* Data section */
.peer-support-form {
    padding: 15px;
    font-size: 18px;
    line-height: 2;
}

.peer-support-form p {
    margin: 0 0 10px 0;
}




/* MAIN LAYOUT */
.resources-layout {
    display: flex;
    gap: 25px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    background: #f7f7f7;
}

/* SIDEBAR */
.resources-sidebar {
    width: 280px;
    min-width: 250px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.resources-sidebar-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.resources-checkbox-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.resources-checkbox-list li {
    margin-bottom: 12px;
    font-size: 15px;
}

/* RIGHT CONTENT */
.resources-content {
    flex: 1;
}

.resources-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.resources-logo {
    width: 60px;
}

.resources-title {
    font-size: 22px;
    margin: 0;
}

/* SERVICE CARDS */
.resources-card {
    background: #fff;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease;
}

.resources-card:hover {
    background: #eef6ff;
    border-color: #92c5ff;
}

.resources-card h4 {
    margin: 0 0 5px 0;
    font-size: 17px;
}

.resources-card p {
    margin: 0;
    color: #555;
}

.resources-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #666;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .resources-layout {
        flex-direction: column;
    }

    .resources-sidebar {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .resources-title {
        font-size: 18px;
    }
}


.resources-card {
    background: #fff;
    padding: 18px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}

.resources-arrow {
    position: absolute;
    right: 20px;
    top: 22px;
    font-size: 20px;
    transition: 0.3s;
}

/* Hidden area */
.resources-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    margin-top: 10px;
}

/* When expanded */
.resources-card.active .resources-details {
    padding-top: 10px;
}

.resources-card.active .resources-arrow {
    transform: rotate(90deg);
}




.main {
    width: 100%;
}

.main-container {
    padding: 3rem 50px;
    background-color: #000;
    color: #fff;
    min-height: 100vh;
}

.live-player-page {
    padding: 15px;
}

/* Video Player */
.player {
    padding-top: 56.25%;
    position: relative;
}

.player .video-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Sidebar Thumbnails */
.more .thumbnail {
    padding-top: 56.25%;
    position: relative;
    cursor: pointer;
    margin-bottom: 1rem;
    background-color: rgba(255, 255, 255, 0.125);
}

.thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Banner Section */
.player-banner {
    text-transform: uppercase;
}

.banner-header {
    background-color: #181b55;
    display: flex;
    gap: 40px;
    padding: 0.5rem 1rem;
}

.banner-body {
    color: #000000;
    background-color: #fff;
    display: flex;
    gap: 40px;
    padding: 0.25rem 1rem;
    position: relative;
    letter-spacing: 1.5px;
}

.banner-body p {
    margin: 0;
    font-weight: 500;
}

.banner-body p span {
    display: inline-block;
    margin-left: 20px;
}

.banner-body .local {
    background-color: #007eac;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 3px 1.5rem;
    font-weight: 500;
}

.player-banner h3 {
    margin: 0;
}

.player-banner p {
    margin: 0;
}