
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kameron:wght@400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+Bengali:wght@100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-weight: 550;
    font-variant-numeric: lining-nums tabular-nums;
}


/* body {
    font-family: Arial, sans-serif;
} */
::root{
    --primary-color: #ED1C24;
}
.navbar {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar .logo img {
  width: 260px;
  height: 30px;
}

.contact-number span {
  font-size: 15px;
  white-space: nowrap;
}

.social-icons {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.social-icons a {
  text-decoration: none;
}

.social-icons i {
  color: #9f1c1f;
  font-size: 18px;
  padding: 8px;
  background-color: #f2f2f2;
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect */
.social-icons a:hover i {
  background-color: #9f1c1f;
  color: #fff;
}

@media (max-width: 768px) {
  .navbar .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 12px 0;
  }

  .navbar-brand {
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-brand img {
    width: 200px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 12px !important;
  }
  /* .navbar-brand{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
  .navbar .logo img {
    width: 200px;
    height: 25px;
    justify-content: center !important;
    margin: 5px auto !important;
  } */

  .contact-number {
    font-size: 14px;
    margin-top: 10px !important;
    justify-content: center !important;
    margin: auto !important;
  }

  .social-icons {
    justify-content: center;
  }
}



.owl-carousel .item {
    height: 550px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.owl-nav {
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 99;
}

.owl-nav button {
    background: #3d4e22;
    border: none;
    margin: 0 4px;
    color: #fff;
    padding: 8px 12px;
    font-size: 18px;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.owl-nav button:hover {
    background: #2e3a17;
}

.breadcrumb {
    background-color: #ED1C24;
    padding: 5px 20px;
    margin-bottom: 0;
}

.breadcrumb a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\203A";
    color: white;
    padding: 0 5px;
}

.apds-heading {
    padding: 50px 20px 20px;
    text-align: center;
}

.apds-heading h1 {
    font-size: 2.5rem;
    font-weight: 500;
}

.underline-decor {
    height: 2px;
    width: 100px;
    background-color: black;
    margin: 15px auto 5px;
    position: relative;
}

.underline-decor::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: black;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.info-boxes {
    background-color: #f6f9fc;
    padding: 30px 15px;
}
.box69{
  border-right: 4px solid #9f1c1f;
}
.info-box {
    /* border-right: 4px solid #9f1c1f; */
    padding-left: 15px;
}

/* Layout */
.sidebar-section {
    display: flex;
    gap: 30px;
    padding: 50px 15px;
}
.sidebar{
    background-color: #f6f9fc;
}
/* Sidebar Style */
.sidebar-section .sidebar {
    width: 250px;
    border-right: 1px solid #ddd;
    position: sticky;
    top: 20px;
    align-self: flex-start;
    height: max-content;
}

/* Nav Link Default */
.sidebar .nav-link {
    /* color: #333;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease; */
    margin: 3px 8px;
    display: block;
    background: #fff;
    color: #111;
    font-weight: 600;
    margin-bottom: 12px;
    padding: 12px 20px;
    border-radius: 6px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 12px;
}

/* On Hover */
.sidebar .nav-link:hover {
    background-color: #ED1C24;
    color: #fff;
}

/* Active State */
.sidebar .nav-link.active {
    background-color: #ED1C24;
    color: #fff;
}

/* Content Area */
.content-area {
    flex: 1;
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

.content-area h3{
    font-weight: bold;
}


.module-list {
  list-style: none;
  padding-left: 0;
}

.module-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}

.module-list li::before {
  content: "✔"; /* You can replace with icon */
  position: absolute;
  left: 0;
  color: #ED1C24; /* Red color */
  font-weight: bold;
}



.footer {
	/* background-image:url('images/footer.jpg'); */
    background-color: #111;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding: 0;
}
.footer::before {
	opacity: 0.9;
}
.footer a{
    text-decoration: none;
    list-style: none;
}
.footer a,
.footer p{
	color:#eee;
	font-weight:400;
}
.footer .footer-top {
	padding: 60px 0 90px;
}
.footer .single-widget{
	margin-top:30px;
}
.footer .single-widget h2 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 16px;
	color: #fff;
	position: relative;
}
.footer .single-widget h2:before{
	position:absolute;
	bottom:-1px;
	left:0;
	content:"";
	width:50px;
	height:2px;
}
.footer .about p {
	margin-top: 20px;
}
.footer .list{
	margin-top:20px;
}
.footer .list li {
	line-height: 30px;
	color: #fff;
}
.footer .list li a{
	color:#fff;
}
.footer .list li i {
	margin-right: 15px;
}
.footer .useful-links ul li {
	position: relative;
	line-height: 36px;
}
.footer .useful-links ul li a {
	color: #fff;
	font-size: 15px;
}
.footer .useful-links ul li i{
	margin-right:10px;
}
.footer .single-news {
	position: relative;
	padding-left: 65px;
	margin-bottom: 15px;
	padding-top: 16px;
	margin-top: 10px;
}
.footer .single-news:last-child{
	margin:0;
}
.footer .single-news img {
	width: 55px;
	height: 55px;
	position: absolute;
	left: 0;
	border-radius: 50px;
	top: 10px;
}
.footer .single-news h4 a {
	color: #fff;
	font-size: 15px;
}
.footer .single-news p{
	padding-right:50px;
}
.footer .newsletter .title{
	font-size:26px;
	font-weight:600;
	color:#fff;
}
.footer .newsletter .form{
	position:relative;
	margin-top:20px;
}
.footer .newsletter .form input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #2c2c2c;
	box-shadow: none;
	text-shadow: none;
	border: none;
	padding: 0px 50px 0px 20px;
	font-size: 16px;
	border-radius: 0px;
}
.footer .newsletter .button {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 50px;
	color: #fff;
	box-shadow: none;
	font-size: 20px;
	text-shadow: none;
	border: none;
	border-radius: 0px;
	border-left:1px solid transparent;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.footer .newsletter .button:hover{
	background:#fff;
	border-left-color:#e7e7e7;
	color:#252525;
}
.footer .bottom-head {
	padding: 20px 0;
	border-top: 1px solid rgba(231, 231, 231, 0.25);
}
.footer .social {
	text-align: center;
}
.footer .social li {
	display: inline-block;
	margin-right: 5px;
}
.footer .social li:last-child{
	margin:0;
}
.footer .social li a {
	display: block;
	height: 34px;
	width: 34px;
	line-height: 37px;
	background: rgba(69, 69, 69, 0.5);
	text-align: center;
	margin: 0;
	padding: 0;
	border-radius: 100%;
	color: #fff;
}
.footer .social li a:hover{
	background:#fff;
}
.footer .copyright {
	text-align: center;
	margin-top: 15px;
}
.footer .copyright p {
	font-size: 15px;
	color: #fff;
	text-transform: capitalize;
}
.footer .copyright a:hover{
	color:#fff;
}
/*=============================
	End Footer CSS
===============================*/
/* .app-box-full{
	width:100%;
}
.app-box{
	width:23%;
	float:right; 
	margin:2% 2% 2% 0;
} */

.app-box-full {
    width: 100%;
    text-align: center;
}

.app-box {
    width: 23%;
    display: inline-block; 
    margin: 8px 2px;
    vertical-align: top; 
}

.footer-icon
{
	width:6%; 
	margin:3% 1% 0 0;
}


/* Base nav arrow container */

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background-color: #ED1C24 !important; /* Red background */
  color: #fff !important;
  font-size: 18px !important;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 1;
  pointer-events: auto;
  transition: background 0.3s ease;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background-color: #b9161b; /* Darker red on hover */
}


/* Title styling */
#syllabus .main-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  color: #222;
  font-weight: 600;
}

.section-title {
  font-size: 22px;
  color: #ED1C24;
  margin-bottom: 25px;
}

/* Flex container */
/* .syllabus-flex-cards {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
} */

/* .syllabus-flex-cards::-webkit-scrollbar {
  height: 8px;
}
.syllabus-flex-cards::-webkit-scrollbar-thumb {
  background: #ED1C24;
  border-radius: 4px;
} */

/* Each card */
.syllabus-card {
  /* min-width: 280px; */
  flex-shrink: 0;
  background: #fefefe;
  border: 1px solid #eee;
  border-left: 5px solid #ED1C24;
  border-radius: 10px;
  padding: 20px;
  /* scroll-snap-align: start;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between; */
  transition: transform 0.3s ease;
}

.syllabus-card:hover {
  transform: translateY(-5px);
}

.syllabus-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}

.btn-syllabus {
  margin-top: auto;
  display: inline-block;
  padding: 8px 14px;
  background-color: #ED1C24;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.btn-syllabus:hover {
  background-color: #b9161b;
}


#apply {
  text-align: center;
  padding: 50px 15px;
  background-color: #f9f9f9;
  border-radius: 12px;
  margin-top: 40px;
}

.section-heading {
  font-size: 26px;
  color: #ED1C24;
  margin-bottom: 15px;
}

.apply-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 25px;
}

.apply-btn {
  display: inline-block;
  background-color: #ED1C24;
  color: #fff;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease, transform 0.2s ease;
}

.apply-btn:hover {
  background-color: #b9161b;
  transform: translateY(-2px);
}

.list{
    list-style: none;
}