/* Common styles */
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}

:root {
  --primary-color: #ff5200;
  /* --primary-gradient: linear-gradient(90deg, #0F94BD, #0A824C);  */
  --yellow-color: #fdc75e;
  --red-color: #ff0000;
  --doubt-bg-color: #fff0b5;
  --light-orange: #ff9933;
  --faq-bg-color: #e8f2ff;
  --placement-bg: #f2f2f2;
  --text-white-color: #ffffff;
  --text-dark-color: #333;
  --footer-color: #333333;
  --heading-color: #111111;
  --button-color: #e74c3c;
  --button-hover-color: #c0392b;
}

#banner {
  padding: 20px;
  text-align: center;
  background-color: #000;
}

/* h1, h2, h3, h4, h5, h6{margin: 0px 0px 0px 0px!important;} */
section {
  margin: 30px 0px;
}

/*h3{margin:0px!important;}*/

h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

p {
  font-size: 14px !important;
  padding: 10px 0px;
}

.blue {
  color: var(--primary-color);
}

.img-responsive {
  width: 100% !important;
}

.mb-view {
  display: none;
}

.ds-view {
  display: block;
}

.owl-carousel {
  min-height: 20px !important;
}
/*Hero-section*/
#hero-section {
  background-image: url("../img/Desktop banner.webp") !important;

  background-size: cover;
  padding: 30px;
  margin: 60px auto auto auto;
  color: #000;
}

/* #hero-section h1{margin: 0px;} */
.banner {
  display: grid;
  grid-template-columns: 4fr 2fr;
  gap: 20px;
  margin: 0 auto;
  align-items: anchor-center;
}

.banner_logo{
  max-width: 100%;
}

.banner_logo img{
  width: 420px;
}

.banner-info h1 {
  font-size: 50px !important;
  font-family: Impact, sans-serif !important;
  color: #17479e;
  font-weight: 500;
  line-height: 1 !important;
  margin: 10px 0px;
}

.banner-info h2 {
  font-size: 16px;
  font-weight: normal;
}

.banner-info p {
  width: 55%;
  color: black;
  padding-bottom: 20px;
}

.custom_img_section{
  display: none;
}

@media only screen and (max-width: 768px) {
  .banner-info p {
    width: 100%;
    text-align: center;
  }

  .banner_logo{
  display: none;
}

}


.banner-info .btn2 {
  padding: 0px;
  margin-top: 10px;
}

.banner-info .btn2 a {
  padding: 12px 20px !important;
  background: #17479e;
  border-radius: 8px;
}

.main_dba_section .online_heading {
  background: var(--yellow-color);
  padding: 4px 10px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
  margin-left: 20px;
}

.main_dba_section h1 {
  padding: 20px;
  width: fit-content;
  border: 1.5px solid var(--yellow-color);
  border-radius: 20px;
  font-size: 32px !important;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800;
  margin-top: -10px;
}

.main_dba_section h1 {
  font-size: 32px !important;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800;
}

.main_dba_section .dba_heading {
  padding-right: 15px;
  border-right: 6px solid var(--yellow-color);
}

.banner_lists {
  padding: 15px 0px;
}
.banner_lists ul li {
  list-style-type: none;
  padding-bottom: 5px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}
.banner_lists ul {
  padding-left: 20px;
}

.banner_custom_btn {
  border-radius: 20px !important;
  background: #17479e !important;
  color: white !important;
  /* box-shadow: 1px 1px 10px #888888; */
}

.top-pp {
  max-width: 500px;
}
.redtxt {
  color: var(--button-color);
  font-size: large;
  font-weight: 900;
}

.t1 {
  font-size: 20px !important;
  font-weight: 700;
  color: #fff;
}

.t2 {
  background-color: #fdc75f;
  color: #ff0066;
  padding: 2px;
}

.HighLights {
  background-color: #2b2b2b;
  padding: 50px 20px;
  color: #fff;
}
#icon {
  float: left;
}

.ach {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ach h3 {
  font-size: 30px;
  color: #fff;
  margin: 0;
}

.ac1 {
  max-width: 360px;
}

.ac1 img {
  width: 100px !important;
  float: left;
  padding: 0px 10px;
}

.redBG {
  background-color: var(--button-color);
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
}

.T1 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0px;
}

.D1 {
  font-size: 13px;
}

.b2-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.b1 {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #17479e;
  /*transition: box-shadow 0.3s ease;
  box-shadow: 0 0 10px rgba(0,0,0,0.05); */
}

.b1 img {
  width: 70px;
  float: left;
}

.b1 h3 {
  color: var(--primary-color);
  font-size: 18px;
  margin: 10px 5px 5px 5px;
}

.b1 p {
  font-size: 13px !important;
  color: #444;
  line-height: 1.2;
}

.Universities-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#Universities h2 {
  text-align: center;
  color: var(--primary-color);
}
.btn-grp {
  margin-top: 15px;
}

.btn1 {
  background-color: #fff !important;
  padding: 10px 30px;
  border: 2px solid var(--primary-color);
  color: #000 !important;
  border-radius: 5px !important;
}
.btn2 {
  background-color: var(--primary-color);
  color: #fff;
  padding: 12px 30px;
  border-radius: 5px;
  border-style: none;
  border: 2px solid var(--primary-color);
}
.c1 {
  box-shadow: 0 0 5px 2px #ccc;
  border-radius: 10px !important;
}

.c1 img {
  /* width: 200px !important; */
  display: flex;
  margin: auto;
  margin: auto;
}

.cr-cnt {
  background-color: #fff;
  color: #000;
  padding: 20px;
  font-size: 14px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#Courses {
  background-color: var(--primary-color);
  color: #fff !important;
  padding: 30px;
}
.course_card {
  color: #000;
  text-align: center;
  border-radius: 10px;
  margin: 10px;
}
.cr-cnt {
  padding: 20px;
}
.cr-cnt h2 {
  font-size: 17px;
}
.owl-carousel.owl-drag .owl-item {
  border-radius: 10px;
}
.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-carousel {
  min-height: 100px; /* stops collapsing */
}

/*About*/
#about {
  /* background-color: #F0F3FA; */
  padding: 15px;
}

#about h2 {
  color: var(--primary-color);
  text-align: center;
}

#about p {
  text-align: center;
}

/* .about-cnt {
	display: grid;
	grid-template-columns: 3fr 0fr;
	
	gap: 20px;
	padding: 30px 0px;
} */

.accreited {
  border: 1px solid #000 !important;
  /* display: grid;
	grid-template-columns: repeat(4, 2fr); */
  justify-content: space-around;
  padding: 70px 40px 70px 40px;
  border-radius: 10px;
  position: relative;
  margin-top: 30px;
}

.accreited h2 {
  position: absolute;
  top: -20px;
  left: 40%;
  transform: translateX(-30%);
  background: #fff;
  padding: 0 10px;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}
.abt-btn {
  background-color: #17479e;
  color: #fff;
  padding: 15px 40px;
  border-radius: 5px;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: auto;
  position: relative;
  margin-top: -20px;
}

/* .accreited img {
	width: 150px !important;
	height: auto;
	padding: 5px;
} */

#benefits {
  background-image: url("../img/dba-why-choose-bg.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  padding: 50px 30px;
}
#benefits h2 {
  font-size: 30px;
  text-transform: uppercase;
}
.benefits-cnt {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 equal columns */
  gap: 10px; /* space between left and right */
  padding: 50px 0px;
}

.benefits-cnt .ac1 {
  /* background: #fff; */
  padding: 20px;
}

.benefits-cnt .ac1:nth-child(odd) {
  justify-self: start; /* left align odd items */
}

.benefits-cnt .ac1:nth-child(even) {
  justify-self: end; /* right align even items */
}

.benefits-cnt p {
  padding-left: 22px;
}
.benefits-cnt h3 {
  margin: 0px !important;
}

.achievement_cnt {
  background-color: #17479e;
  padding: 30px 20px;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  border-radius: 5px;
  margin-top: -30px;
}
.ach_C h3 {
  color: #fff;
  font-size: 40px;
  margin: 0;
}

/* #benefits h2{font-weight: 800; text-align: center!important; margin: 0; font-size: 60px;}
#benefits p{text-align: center; font-size:14px;} */
/*Degree*/

/* .degree-img {
	width: 350px !important;
}

.degree {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	align-items: center;
}

.degree-info h2 {
	color: var(--primary-color);
	font-size: 35px;
	font-weight: 600;
	line-height: 1;
	margin: 0;
}
.degree-info h3{margin:0;} */

/* .degree-info button{border: none; padding: 15px 30px; color: #fff; 
    border-radius: 10px; margin-top: 50px;} */

/*placement*/
/* .placement-section {
	padding: 20px;
	background-color: #F2F2F2;
	border-radius: 15px;
}

.placement-section h2 {
	text-align: center;
	color: var(--footer-color);
}

.placement-img {
	width: 130px;
	margin: 10px 5px;
} */

/* Accordion-color */

/* Overlay covers the entire screen */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  /* High z-index to overlay everything */
}

/* Popup centered and responsive */
.popup {
  display: none;
  position: fixed;
  top: 50%;

  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  width: 90%;
  max-width: 400px;
  /* Ensures it doesn’t get too wide */
}

/* Close button */
.close {
  cursor: pointer;
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: red;
  margin-top: 10px;
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%); /* Vertically center */
  pointer-events: none; /* so nav doesn't block clicks on slides */
}

.owl-prev,
.owl-next {
  padding: 10px 20px !important;
  width: 30px;
  height: 30px;
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 50%;
  pointer-events: all; /* allow click */
  transition: 0.3s;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: #ed6a01 !important;
  color: #fff !important;
}
.owl-prev {
  margin-left: -20px !important;
}
.owl-next {
  margin-right: -20px !important;
}

/* For devices with a width of 768px or less (tablets and mobile) */
@media only screen and (max-width: 768px) {
  .ds-view {
    display: none;
  }

  .mb-view {
    display: block;
  }

  p {
    font-size: 13px !important;
  }

  section {
    margin: 10px 0px;
  }

  #hero-section {
    background-image: url("../img/mobile_new_bg_main.png") !important;
    background-size: cover !important;
    padding: 25px 0px !important;
    margin: 80px auto auto auto !important;
  }

  #form {
    margin-top: -5px !important;
  }
  .banner-info h1 {
    font-size: 30px !important;
    font-family: "Anton", sans-serif;
    margin-bottom: 15px !important;
    line-height: 1 !important;
    text-align: center;
  }

  .banner-info h2{
    text-align: center;
    margin-bottom: 10px;
  }

  .custom_img_section{
    width: 100%;
    display: block;
  }

  .custom_img_section img{
    width: 100%;
  }

  .banner-form{
    display: flex;
    justify-content: center;
    margin-top: -20px;
  }

  .main_dba_section h1 {
    font-size: 32px !important;
    color: #fff;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800;
    margin-top: -10px;
  }

  .t1 {
    font-size: 20px !important;
    font-weight: 700;
    color: #fff;
  }

  .top-pp {
    max-width: 340px;
  }

  .banner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .banner-info {
    padding-bottom: 20px !important;
    margin: 0px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ach {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .HighLights .ac1 i {
    padding: 8px 7px;
    font-size: 15px;
  }
  .ach h3 {
    font-size: 22px;
    color: #fff;
    margin: 0;
  }

  .highlights .ac1 p {
    font-size: 12px !important;
    padding-top: 5px !important;
  }

  .ac1 img {
    width: 70px !important;
  }

  .b1 h3 {
    color: var(--primary-color);
    font-size: 14px;
    margin-top: 2px;
  }
  .b1 img {
    width: 90px !important;
    float: left;
  }
  .b1 p {
    font-size: 12px !important;
    color: #444;
    line-height: 1.2;
  }
  .b2-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #benefits {
    background-color: #fafcff;
    color: #000 !important;
    padding: 20px 10px !important;
  }
  .benefits-cnt {
    max-width: 400px !important;
  }
  .benefits-cnt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 20px 0px;
  }
  /* .benefits-cnt {
		width: 360px !important;
		padding-bottom:40px!important; font-size:12px;
	} */

  .benefits-cnt h3 {
    font-size: 14px !important;
  }
  .benefits-cnt {
    display: block;
  }
  .benefits-cnt .ac1 {
    /* background: #fff; */
    padding: 10px 10px !important;
  }
  .enquireNowBtn {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    border-style: none;
    border: 2px solid var(--primary-color);
  }
  .btn-grp .enquireNowBtn {
    padding: 10px 39px;
  }
  .achievement_cnt {
    background-color: #17479e;
    padding: 30px 20px;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    border-radius: 5px;
    margin-top: -30px;
  }
  .Universities-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-cnt {
    display: block;
  }
  .accreited h2 {
    font-size: 14px;
  }

  /* .accreited img {
    width: 140px !important;
    height: auto;
    padding: 5px;
}
	 */
  .ab2 img {
    margin-top: 20px;
  }

  /* .accreited {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	} */

  #benefits {
    padding: 30px;
  }

  /*.benefits-cnt {
		max-width:330px!important;
	}
*/
  #benefits {
    background-image: url("../img/mobile-bg-for-benefits.webp");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 50px;
  }

  .placement-img {
    width: 140px;
    margin: 10px 5px;
  }

  .degree {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  #footer {
    padding: 20px !important;
  }
  .owl-carousel {
    min-height: 60px;
  }
}

.banner-info h2 {
  color: black;
}

.ac1 p {
  padding-top: 5px !important;
  padding-bottom: 0px !important;
}

.HighLights .ac1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.HighLights .ac1 i {
  padding: 12px 9px;
  background: #fff;
  color: var(--primary-color);
  font-size: 25px;
  border-radius: 100%;
}
.inner_arc1_grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.certificate-slider-section {
  padding: 60px;
  background-color: #f5f5f5;
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.certificate-display img {
  width: 90%;
}

/* Text Content */
.certificate-content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}

.certificate-content h2 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #2d1a78;
  line-height: 40px;
}

.get-degree-btn {
  display: inline-flex;
  align-items: center;
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
}

.get-degree-btn .arrow {
  margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .certificate-content h2 {
    font-size: 30px;
    text-align: center;
    line-height: 34px;
  }
  .certificate-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .certificate-content p {
    text-align: center;
  }
  .certificate-slider-section {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 60px 20px;
  }
  .certificate-display img {
    width: 100%;
  }
}

.faq-section {
  padding: 20px 20px 60px 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 40px;
}

.faq-header h2 {
  color: #2D1A78;
  font-size: 32px;
  font-weight: 800;
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* FAQ Item Style */
.faq-item {
  border: 1px solid #ddd;
  border-radius: 15px;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.faq-item.active {
  background-color: #f1f1f1; /* Light grey background for active item */
  border: none;
}

/* Question Bar */
.faq-question {
  width: 100%;
  padding: 15px 25px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #2D1A78;
  cursor: pointer;
  gap: 15px;
}

/* Plus/Minus Icon using CSS only */
.status-icon {
  position: relative;
  min-width: 20px;
  height: 20px;
  background-color: #2D1A78;
  border-radius: 4px;
}

.status-icon::before,
.status-icon::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Horizontal line (always visible) */
.status-icon::before {
  width: 12px;
  height: 2px;
}

/* Vertical line (hidden when active to become a minus) */
.status-icon::after {
  width: 2px;
  height: 12px;
  transition: opacity 0.3s;
}

.faq-item.active .status-icon::after {
  opacity: 0;
}

/* Answer Panel */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 65px 0 65px; /* Aligns text under the question text, not the icon */
}

.faq-item.active .faq-answer {
  max-height: 200px; /* Adjust based on content length */
  padding-bottom: 20px;
}

.faq-answer p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .faq-header h2 {
    font-size: 24px;
  }
}

.footer-column ul {
  padding: 0px;
  padding-top: 15px;
  list-style-type: none;
  font-size: 14px;
}

.banner_custom_btn a {
  color: white;
  text-decoration: none;
}







.cta-strip {
  background: var(--primary-color);
  padding: 30px 20px;
  margin: 0px;
}

.cta-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}

.cta-text h3 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  margin: 0px;
}

.cta-text p {
  color: #dbe9f3;
  font-size: 22px !important;
  font-weight: 600;
  padding-top: 5px !important;
}

/* Button */
.cta-btn {
  background: #ffffff;
  color: #000;
  padding: 14px 26px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cta-btn .icon {
  font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-container {
    flex-direction: column;
    text-align: center;
  }

  .cta-btn {
    justify-content: center;
  }
  .cta-text h3 {
    font-size: 28px;
  }
  .cta-text p {
    font-size: 14px !important;
  }
}

.footer-column ul li {
  font-size: 12px;
  padding-bottom: 9px;
}

.footer-column ul li a {
  text-decoration: none;
}

.banner-info h3 {
  margin: 0px;
  width: fit-content;
  padding: 5px 10px;
  border: 1px solid #17479e !important;
  border-radius: 10px;
  color: #17479e;
  font-size: 16px;
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .banner-info h3 {
    font-size: 14px;
    margin-top: 0px;
  }
}

.course-stats-container {
  background-color: #ff4500; /* Deep Orange */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  color: white;
}

.stat-item {
  text-align: center;
  padding: 0 40px;
  width: 25%;
}

.stat-item svg {
  width: 30px;
  fill: #fff;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
}

.header-row i {
  font-size: 18px;
}

.label {
  font-size: 16px;
  font-weight: 600;
}

.value {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.sub-value {
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
  opacity: 0.9;
}

.divider {
  width: 1.5px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.6);
}

/* Mobile Responsiveness */
@media (max-width: 900px) {
  .course-stats-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }
  .divider {
    display: none;
  }
  .course-stats-container .stat-item {
    padding: 0px;
    width: 100%;
  }
  .value {
    font-size: 18px;
  }
  .sub-value {
    font-size: 12px;
    margin-top: 5px;
  }
}

.course-overview {
  text-align: center;
  padding: 60px 20px;
  max-width: 1000px;
  margin: 0 auto;
  color: #333;
}

.main-title {
  font-size: 34px;
  font-weight: 900;
  color: #2d1a78;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.sub-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
  margin-top: 5px;
}

.content-container p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 25px;
  text-align: center;
}

.button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.btn {
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.btn-outline {
  border: 2px solid #ff5e14; /* Orange border */
  color: #ff5e14;
  background: transparent;
}

.btn-outline:hover {
  background-color: #ff5e14;
  color: #fff;
}

.course-overview svg {
  width: 22px;
  fill: #ff5e14;
}
.course-overview .btn.btn-outline:hover svg {
  fill: #fff;
}

.btn-filled {
  background-color: #2d1a78;
  color: #fff;
  border: 2px solid #2d1a78;
  padding: 10px 30px;
}

.btn-filled:hover {
  background-color: #1e1152;
}

/* Mobile adjustments */
@media (max-width: 600px) {
  .button-group {
    align-items: center;
    margin-top: 10px;
  }
  .main-title {
    font-size: 24px;
  }
  .sub-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .btn {
    padding: 6px 12px;
    font-size: 12px;
    gap: 5px;
    display: none;
  }
  .btn.btn-filled {
    padding: 10px 24px;
  }
}

.ai-systems-section {
  padding: 60px 80px;
  background-color: #f6f3f3;
  text-align: center;
  margin: 0px;
}

.ai-systems-section .main-title {
  font-size: 34px;
  font-weight: 900;
  color: #2d1a78;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.ai-systems-section .sub-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

/* Swiper Styling */
.ai-systems-slider {
  padding: 40px 10px 60px 10px !important;
  max-width: 1200px;
}

.ai-card {
  background: #f8f9fa;
  padding: 40px 30px;
  border-radius: 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.icon-box {
  background-color: #ff5e14;
  color: white;
  width: 70px;
  height: 70px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.card-title {
  color: #2d1a78;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.card-text {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

/* Custom Pagination Styling */
.swiper-pagination-bullet {
  width: 35px !important;
  height: 6px !important;
  border-radius: 5px !important;
  background: #888 !important;
  opacity: 1 !important;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #ff5e14 !important;
  width: 50px !important;
}

@media only screen and (max-width: 768px) {
  .ai-systems-section {
    padding: 60px 20px;
  }
  .ai-systems-section .main-title {
    font-size: 24px;
  }
  .ai-systems-section .sub-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 10px;
  }
}

.accreditation-section {
  background-color: #fdfcee; /* Cream background from image */
  padding: 60px 20px;
  margin: 0px;
}

.accreditation-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title {
  color: #2d1a78;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.section-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 60px;
}

.accreditation-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 80%;
}

.accreditation-item {
  flex: 1;
  padding: 0 40px;
}

.rank-display {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.rank-number {
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  color: #000;
}

.rank-logo {
  width: 100%;
}

.rank-description h5 {
  font-size: 16px;
  margin: 0px;
}

.accreditation-section .section-subtitle {
  font-size: 18px !important;
  margin-bottom: 45px;
}

.rank-location {
  font-size: 24px;
  font-weight: 600;
  color: #444;
  width: 100%;
  margin-top: 10px;
}

.rank-description {
  max-width: 450px;
  margin: 0 auto;
}

.rank-description p {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 15px;
}

.orange-line {
  width: 100%;
  height: 4px;
  background-color: #ff5e14;
}

.vertical-divider {
  width: 1.5px;
  height: 300px;
  background-color: #999;
  align-self: center;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .accreditation-grid {
    flex-direction: column;
    align-items: center;
  }
  .vertical-divider {
    display: none;
  }
  .accreditation-item {
    margin-bottom: 30px;
  }
  .accreditation-section .section-title {
    font-size: 24px;
    text-align: center;
  }
  .accreditation-section .section-subtitle {
    font-size: 16px !important;
    margin-bottom: 20px;
  }
  .accreditation-item {
    flex: 1;
    padding: 0px 0px;
  }
}

.about-iit-section {
  /* Replace with your actual campus image URL */
  background:
    linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../img/kharagpur-about-image-6969d7452ec55.webp");
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
  padding: 60px 20px 150px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}

.content-card {
  background-color: rgba(255, 255, 255, 0.95);
  max-width: 900px;
  padding: 30px;
  border-radius: 40px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.about-title {
  color: #2d1a78; /* Deep Purple/Navy */
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.about-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.about-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 10px;
}

.btn-consultation {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #ff5e14;
  color: white;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.btn-consultation:hover {
  background-color: #e04d0d;
  transform: translateY(-3px);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .content-card {
    padding: 30px 20px;
    border-radius: 20px;
  }

  .about-title {
    font-size: 22px;
  }

  .about-text p {
    font-size: 13px !important;
    line-height: 1.6;
    color: #333;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .btn-consultation {
    font-size: 12px;
    padding: 10px 15px;
	margin-top: 20px;
  }
  }



.learning-section {
    background-color: #2D1A78; /* Matching the deep purple background */
    padding: 60px 20px;
    color: #ffffff;
    text-align: center;
	margin: 0px;
}

.learning-title {
	font-size: 34px;
	font-weight: 800;
	margin-bottom: 20px;
}

.learning-subtitle {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 60px;
    opacity: 0.9;
}

.learning-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 cards per row */
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.learning-icon img {
	width: 22%;
}

.learning-card {
    border: 1px solid rgba(255, 255, 255, 0.5); /* Semi-transparent white border */
    border-radius: 25px;
    padding: 30px 20px;
    transition: background-color 0.3s ease;
}

.learning-card-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 10px;
}

.learning-card-text {
    font-size: 13px !important;
    line-height: 1.6;
    opacity: 0.85;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .learning-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 cards per row on tablets */
    }
}

@media (max-width: 600px) {
    .learning-grid {
        grid-template-columns: 1fr; /* 1 card per row on mobile */
    }
    .learning-title {
        font-size: 26px;
    }
}





.stats-section {
    padding: 60px 20px;
    background-color: #ffffff;
    margin: 0px;
}

.container {
    max-width: 1150px !important;
    margin: 0 auto;
}

.stats-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px; /* Space for the floating headers */
}

.stat-card {
    position: relative; /* Essential for absolute positioning of header */
    border: 1px solid #777; /* The grey border line */
    border-radius: 12px;
    padding: 20px 20px 15px 20px;
    flex: 1;
    min-width: 220px;
    background-color: transparent;
}

.floating-header {
    position: absolute;
    top: -24px; /* Moves element up to sit on the border */
    left: 95px; /* Aligns content to the left */
    background-color: #ffffff; /* Hides the border line behind it */
    padding: 0 10px; /* Adds whitespace around the content */
    display: flex;
    align-items: center;
    gap: 5px;
}

.icon-orange {
    color: #FF5E14;
    font-size: 28px;
}

.stat-number {
	color: #2D1A78;
	font-size: 32px;
	font-weight: 800;
}

.stat-text {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

/* Responsive Adjustments */
@media (max-width: 900px) {
    .stats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px; /* More vertical gap for floating headers */
    }
}

@media (max-width: 600px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
}


#main-courses .button-group .btn.brochure {
	padding: 0px;
	border: none;
	background: #fff;
}




.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.custom-modal-content {
	background: #fff;
	width: 100%;
	max-width: 800px !important;
	max-height: 70vh;
	overflow-y: auto;
	margin: 5% auto;
	padding: 30px 40px;
	border-radius: 10px;
	position: relative;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

#footer-bottom-bar span {
	text-decoration: none !important;
	font-size: 14px !important;
	cursor: pointer;
	font-weight: 500;
	color: #000;
}

#footer-bottom-bar p{
	color: black !important;
}

.custom-modal-content h5 {
	font-size: 18px !important;
	padding-top: 15px;
    margin: 0px;
}

.custom-modal-content h2 {
	font-size: 28px;
	margin: 0px;
}


.footer_sode_logo {
	width: 50%;
}

.footer_sode_logo_container {
	display: flex;
	align-content: center;
	justify-content: center;
}


.compare_box h4 {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.compare_Section {
  padding: 60px;
  background-color: #f6f8fa;
}
.compare_box {
	padding: 50px;
	background: var(--primary-color);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.compare_box h2 {
	color: #fff !important;
	font-weight: 700;
	margin: 0px;
}
/* .compare_box a {
  background: #ffd508;
  padding: 5px 20px;
  color: #000;
  cursor: pointer;
  border-radius: 10px;
} */

.compare_box a {
	cursor: pointer;
}

.compare_btn img {
	width: 70px;
	border-radius: 100%;
	margin-bottom: -100px;
}


@media only screen and (max-width:768px){
  .compare_Section {
	padding: 40px 20px;
  background-color: #f6f8fa;
}

.compare_box {
	padding: 50px 20px 20px 20px;
	background: var(--primary-color);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.compare_box h2 {
	text-align: center;
	font-size: 26px;
}
.compare_box a {
	margin-top: 10px;
}

.compare_btn img {
	width: 70px;
	border-radius: 100%;
	margin-bottom: -60px;
}

.footer_sode_logo {
	width: 80%;
}

#footer-bottom-bar {
	padding: 10px 40px;
}

}

.footer_sode_logo_container a {
	text-align: center;
}



.frm-heading p {
	color: #000;
	font-size: 14px;
}


.coupon-btn {
	position: fixed;
	right: 10px;
	bottom: 15px;
	border: none;
	border-radius: 100%;
	z-index: 9999999999;
	padding: 0px !important;
}
.coupon-btn img {
    width: 60px; /* adjust if needed */
    border-radius: 50%;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.3),
        0 0 20px rgba(46, 204, 113, 0.6);
    transition: 0.3s ease;
}

.coupon-btn img:hover {
    transform: scale(1.1);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.4),
        0 0 35px rgba(46, 204, 113, 0.9);
}



.custom_img_section {
  display: none;
}

@media only screen and (max-width:768px){
	.custom_img_section {
  display: unset;
}
  .custom_img_section img {
	width: 100%;
}
.col-md-3.custom_img_section {
	display: flex;
	justify-content: center;
}
.coupon-btn {
	bottom: 70px;
}
}

.sticky_btn_Section {
	display: none;
}

@media only screen and (max-width:768px){
  .sticky_btn_Section {
	display: unset;
}

  .footer_sticky_buttons {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 0px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
}
.footer_sticky_buttons a {
	background: #25d366;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	color: #fff;
	padding: 10px 6px;
	font-size: 16px;
  text-decoration: none;
}
.footer_sticky_buttons .apply_btn {
	background: #17479e;
	color: #fff;
	border-radius: 0px;
	font-size: 16px;
	border: none;
}
.footer_sticky_buttons .wp_btn svg {
	width: 16px !important;
	fill: #fff;
}
}





.hashtag {
	font-size: 16px !important;
}

.mini-footer-bottom {
	background: var(--footer-color);
	color: #fff;
	text-align: center;
	padding: 7px 10px;
	font-size: 13px;
}

.mini-footer {
	background: #f6f8fa;
}

#footer-bottom-bar {
	padding: 10px 30px;
	font-size: 13px;
	text-align: center;
  background-color: #f6f8fa !important;
}

#popupForm #form, #comparePopup #form {
	padding: 0px;
}

#compare-form h5, #popupForm h5 {
	margin: 0px;
	text-align: center;
	font-size: 20px;
}
#compare-form p, #popupForm p {
	text-align: center;
}


#enquirePopup #form {
	padding: 0px;
}

@media only screen and (max-width:768px){
	.custom-modal {
	padding: 20px;
	width: unset;
}
	.custom-modal-content {
	width: unset;
}
  /* .top-navbar .coupon-btn-main {
	display: none;
} */
}

.custom-modal-content p {
	font-size: 13px;
}


@media only screen and (max-width:768px){
  .mini-footer-bottom {
	padding-bottom: 70px !important;
}
}

.coupon-btn-main.coupon-button-mobile {
	margin-top: 0px;
	margin-bottom: 10px;
}

.coupon-btn-main img {
	width: 10%;
	border-radius: 50px;
	margin-right: 10px;
}



.coupon-btn-main {
	position: relative;
	padding: 7px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: linear-gradient(135deg, #2ecc71, #27ae60);
	border: none;
	border-radius: 8px;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(46, 204, 113, 0.4);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	animation: pulse 2s infinite;
	margin-right: 15px;
}

/* Shine animation */
.coupon-btn-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    animation: shine 2.5s infinite;
}

/* Pulse animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.6);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(46, 204, 113, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(46, 204, 113, 0);
    }
}

/* Shine movement */
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

.coupon_btn_container {
	display: none;
}

@media only screen and (max-width:768px){
	#popupForm .frm-heading {
	padding-top: 20px;
}

#popupForm .frm-heading h5 strong span {
	background: unset;
	font-size: 20px;
}
#comparePopup .frm-heading h5 strong span {
	background: unset;
	font-size: 20px;
}
#myModal #closeButton {
	top: 22px;
	right: 10px;
}
#downloadbrochuremodal #closeButton {
	top: 22px;
	right: 10px;
}
.coupon-btn-main.coupon-button-mobile {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px;
}

.coupon_btn_container {
	display: flex;
	align-items: center;
	justify-content: center;
}
}

.call_fix_image img {
	width: 65px;
	position: fixed;
	bottom: 85px;
	right: 9px;
	border-radius: 50px;
	z-index: 9999;
	box-shadow: 0 15px 35px rgba(0,0,0,0.4), 0 0 35px rgba(46, 204, 113, 0.9);
}

@media only screen and (max-width:768px){
  .call_fix_image img {
	width: 60px;
	bottom: 140px;
}
}


.call_fix_text {
	background: #231069;
	padding: 3px 20px;
	border-radius: 20px;
	color: #fff !important;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	width: fit-content !important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	letter-spacing: -0.5px;
	text-decoration: none !important;
	margin-top: 7px;
	margin-bottom: -7px;
}

.call_fix_text:hover {
	color: #000;
	text-decoration: none;
}

.call_fix_text_section {
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Shine animation */
.call_fix_text::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 30%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    animation: shine 2.5s infinite;
}

.apply-section {
    padding: 10px 20px;
    background: #ffffff;
    text-align: center;
	margin: 0px;
}

.apply-section h2 {
    font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  color: #193579;
}

.section-desc {
	max-width: 900px;
	margin: 0 auto 30px !important;
	color: #555;
	font-size: 14px;
	padding-top: 10px;
}

/* Steps layout */
.steps-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* Step card */
.step-card {
    background: #fff;
    padding: 20px 18px;
    border-radius: 14px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.step-card h4 {
	font-size: 16px;
	margin: 20px 0 10px;
	color: #000;
	font-weight: 600;
	padding-bottom: 10px;
}

.step-card p {
	font-size: 12px;
	color: #444;
}

/* Number circle */
.step-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

/* Bottom border */
.step-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    border-radius: 0 0 14px 14px;
}

/* Color themes */
.orange .step-number { border: 3px solid #ff8c32; color: #ff8c32; }
.orange::after { background: #ff8c32; }
.orange { background: #fff4e9; }

.blue .step-number { border: 3px solid #0b5ed7; color: #0b5ed7; }
.blue::after { background: #0b5ed7; }
.blue { background: #f2f8ff; }

.pink .step-number { border: 3px solid #ff2d6f; color: #ff2d6f; }
.pink::after { background: #ff2d6f; }
.pink { background: #fff1f6; }

.green .step-number { border: 3px solid #1faa59; color: #1faa59; }
.green::after { background: #1faa59; }
.green { background: #effff5; }

.purple .step-number { border: 3px solid #8e2de2; color: #8e2de2; }
.purple::after { background: #8e2de2; }
.purple { background: #f9f0ff; }

/* Responsive */
@media (max-width: 1200px) {
    .steps-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .steps-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
	.apply-section h2 {
	font-size: 20px;
}
.step-card p {
	font-size: 14px;
	color: #444;
}
}