
@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: 56px;
}

.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;
  /* border-left: 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;
}



.main-footer-area {
    text-align: center;
    color: #fff;
}

.main-footer-area {
  color: #fff;
  background-color: #222;
  font-size: 14px;
}

.footer-top-area {
  padding: 50px 0;
}

.footer-bottom-area {
  background-color: #1a1a1a;
  padding: 20px 0;
}

.widget-title h4 {
  color: #fff;
  padding-bottom: 15px;
  font-weight: bold;
}

.widget-title h4 span {
  color: #f9c000;
}

.tweets-content p span,
.widget-content p span {
  font-weight: bold;
  color: #fff;
  font-size: 15px;
}

.widget-content a {
  color: #e7edf0;
  text-decoration: none;
}

.widget-content a:hover {
  color: #f9c000;
}

.footer-menu img {
  max-width: 40px;
  transition: transform 0.3s ease;
}

.footer-menu img:hover {
  transform: scale(1.1);
}

@media (max-width: 576px) {
  .widget-title h4 {
    font-size: 18px;
  }

  .footer-menu img {
    max-width: 30px;
  }

  .widget-content,
  .tweets-content {
    text-align: center;
  }
}


/* .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;
}