/*
Theme Name: Theme 2
Theme URI: https://digitallyconnects.com/
Author: Digitally Connects
Author URI: https://digitallyconnects.com/
Description: Digitally Connects
Version: 1.0
*/

.page-pagination {
    text-align: center;
    margin-top: 20px;
}
.page-pagination .prev.page-numbers, .page-pagination .next.page-numbers, .page-pagination a.page-numbers {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
    margin: 0px 5px;
    background: transparent;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    border: 1px solid #f1f1f1;
    font-size: 15px;
    text-align: center;
}
.page-pagination .page-numbers.current {
	background-color: #FF3131 !important;
    color: #FFF;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
    margin: 0px 5px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    text-align: center;
}

.topbar {
    background-color: #091430;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 2px solid #c0922a;
}
.topbar a {
    color: #fff;
    text-decoration: none;
}
.topbar a:hover {
    color: #ffc107;
}
.topbar .icon-box a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
    margin-left: 5px;
}
.topbar i {
    color: #DCA51A;
}

.hero-section {
    padding: 100px 0 150px;
    position: relative;
    overflow: visible;
}
.hero-section .hero-title {
    font-size: 52px;
    font-weight: 600;
    color: #fff;
}
.hero-section .hero-line {
    width: 120px;
    height: 3px;
    background: red;
    margin: 20px 0;
}
.hero-section .hero-subtitle {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
}
.hero-section .hero-btn {
    padding: 12px 30px;
    border-radius: 10px;
}

.features-section {
    position: relative;
    z-index: 10;
    /*transform: translateY(-120px);*/
    margin-top: -80px;
    margin-bottom: 70px;
}
.features-section .feature-box {
    background: linear-gradient(135deg, #e60000, #c40000);
    color: #fff;
    padding: 35px 20px;
    border-radius: 16px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transition: 0.3s;
}
.features-section .feature-box img {
    width: 40px;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
}
.features-section .feature-box:hover {
    transform: translateY(-8px);
}
.features-section .feature-box h6 {
    color: #FFF;
    line-height: 1.5;
}

.section-title {
    line-height: 44px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #091430;
    font-size: 38px;
    position: relative;
    padding-bottom: 10px;
    text-align: center !important;
}
.section-title span {
    color: #DCA51A;
}
h2.section-title::before {
  position: absolute;
  left: 0;
  right: 0;
  background: #091430;
  content: "";
  width: 280px;
  height: 2px;
  bottom: 0;
  margin: 0 auto;
}

.top-universities {
    background-color:#E6F2FF;
    padding: 60px 0px;
}
.top-universities .universitieslogo {
    border: 1px solid #747475;
    margin: 10px 0px;
    border-radius: 15px;
    /*height: 120px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0px 5px;
}
.top-universities .universitieslogo img {
    max-width: 100%;
    width: auto;
    object-fit: contain;
}
.top-universities .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.top-universities .owl-dots .owl-dot {
  background: #DCA51A;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: 0 2px;
}
.top-universities .owl-dots .owl-dot.active {
  background: #091430;
}

.webcounter {
    padding: 60px 0px;
}
.webcounter .nmbr {
  text-align: center;
  padding: 18px 0;
  border-right: 2px solid #f9ca54;
}
.webcounter .col-sm-3:last-child .nmbr {
  border-right: none;
}
.webcounter .nmbr h4 {
  color: #091430;
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 700;
}
.webcounter .nmbr p {
  color: #DCA51A;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

.adminprocess {
    padding: 60px 0px 0px;
    background-color: #F7F7F9;
}
.adminprocess img {
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.specialisedcourses {
    padding: 80px 0px 80px;
    background-color: #F7F7F9;
}
.specialisedcourses .section-title {
    text-align: left !important;
    margin-bottom: 20px;
}
.specialisedcourses h2.section-title::before {
    margin: 0 !important;
}
.specialisedcourses .course-card {
  position: relative;
  width: 100%;
  margin: 30px auto;
  padding: 30px 20px;
  text-align: center;
  background: #f1f1f3;
  border-radius: 40px;
}
.specialisedcourses .course-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 4px solid #7a869a;
  border-bottom: none;
}
.specialisedcourses .course-card::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 30px;
  right: 30px;
  border-bottom: 3px dotted #7a869a;
}
.specialisedcourses .course-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  min-height: 60px;
}
.specialisedcourses .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.faqsec {
    padding: 60px 0px;
    background-color: #F7F7F9;
}
.faqsec .card {
    margin-bottom: 20px;
    border: 1px solid #b9b9b9 !important;
}
.faqsec .card .card-header {
    padding: 0;
    border-bottom: 1px solid #b9b9b9 !important;
}
.faqsec .card .card-header button.btn {
    position: relative;
    padding: 10px 20px;
    display: block;
    width: 100%;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background: #091430;
    border-radius: 0;
    text-decoration: none;
}
.faqsec .card .card-header button.btn:hover {
    text-decoration: none;
}
.faqsec .card .card-header button.btn:before {
    background: url(faqinactvarw.png) no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 12px;
    content: "";
}
.faqsec .card .card-header button.btn[aria-expanded="true"]:before {
    transform: rotate(-180deg);
}
.faqsec .card .card-header button.btn:focus {
    outline: inherit;
    text-decoration: none;
}
.faqsec.accordion .card .card-header {
    margin-bottom: 0;
}
.faqsec.accordion .card .card-body p b {
    font-weight: 700;
}
.faqsec h2.cmntle {
    margin-bottom: 40px;
    padding-bottom: 10px;
}
.faqsec h2.cmntle {
    font-size: 30px;
    position: relative;
    margin-bottom: 40px;
}
.faqsec h2.cmntle:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    width: 250px;
    background: #091430;
    margin: 0 auto;
}

.expertguide {
    padding: 0px 0px 60px;
    background-color: #F7F7F9;
}
.expertguide .section-title {
  text-align: left !important;
  margin-bottom: 20px;
  font-size: 30px;
}
.expertguide h2.section-title::before {
  margin: 0 !important;
}
.expertguide .expertguide-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.expertguide .expertguide-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 15px;
  color: #222;
}
.expertguide .expertguide-list i {
  color: #0d6efd;
  margin-right: 10px;
  margin-top: 3px;
}
.expertguide .expertguide-card img {
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

.programs {
  background: #fff;
  padding: 60px 0px;
}
.programs .section-title {
  text-align: right !important;
  margin-bottom: 20px;
}
.programs h2.section-title::before {
  margin-right: 0 !important;
}
.programs .master-card {
  position: relative;
  border: 2px solid #2b4c7e;
  border-radius: 12px;
  background: transparent;
}
.programs .master-img {
    position: relative;
    height: 220px;
    overflow: visible;
}
.programs .master-img img {
    border-radius: 15px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  height: 280px;
  width: auto;
  object-fit: contain;
}
.programs .master-content {
  margin-top: 0px;
  background: #f1f1f1;
  padding: 30px 20px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.programs .master-content h3 {
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 20px;
}
.programs .master-content p {
  color: #555;
  font-size: 14px;
  line-height: 25px;
}
.programs .icon-circle {
  width: 70px;
  height: 70px;
  background: #ff2d2d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -35px;
  left: 20px;
  z-index: 10;
  font-size: 22px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}
.programCarousel .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.programCarousel .owl-dots .owl-dot {
  background: #DCA51A;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: 0 2px;
}
.programCarousel .owl-dots .owl-dot.active {
  background: #091430;
}
.programCarouseldata {
    background: #f1f1f1;
  padding: 10px 10px;
  border-radius: 20px;
}
.programCarouseldata img {
    max-width: 100%;
  width: 100% !important;
  height: 200px;
}
.programCarouseldata h2 {
    font-weight: 700;
  font-size: 22px;
  margin: 10px 0px;
}
.programCarouseldata p {
    margin-bottom: 10px;
    font-size: 15px;
  line-height: 25px;
}
.programCarouseldata .theme-btn {
    font-size: 12px;
  padding: 15px 15px;
}

.undergraduate {
    background: #091430;
    margin: 90px 0px 50px;
  padding-bottom: 50px;
  padding-top: 40px;
}
.undergraduate .master-card {
  position: relative;
  border: 2px solid #2b4c7e;
  border-radius: 12px;
  background: transparent;
}
.undergraduate .master-img {
    position: relative;
    height: 220px;
    overflow: visible;
}
.undergraduate .master-img img {
    border-radius: 15px;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  height: 280px;
  width: auto;
  object-fit: contain;
}
.undergraduate .master-content {
  margin-top: 0px;
  background: #f1f1f1;
  padding: 30px 20px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.undergraduate .master-content h3 {
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 20px;
}
.undergraduate .master-content p {
  color: #555;
  font-size: 14px;
  line-height: 25px;
}
.undergraduate .icon-circle {
  width: 70px;
  height: 70px;
  background: #ff2d2d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -35px;
  left: 20px;
  z-index: 10;
  font-size: 22px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}
.undergraduatedata {
    background: #f1f1f1;
  padding: 15px 15px;
  border-radius: 10px;
}
.undergraduatedata img {
    max-width: 100%;
  width: 100% !important;
  height: 180px;
  border-radius: 10px 10px 0px 0px;
}
.undergraduatedata h2 {
    font-weight: 700;
  font-size: 22px;
  margin: 10px 0px;
}
.undergraduatedata p {
    margin-bottom: 10px;
    font-size: 15px;
  line-height: 25px;
}
.undergraduate .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.undergraduate .owl-dots .owl-dot {
  background: #DCA51A;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: 0 2px;
}
.undergraduate .owl-dots .owl-dot.active {
  background: #091430;
}

.cta-section {
  position: relative;
  background: url('https://digitallyconnects.com/demo/studyonlinemba/wp-content/uploads/2026/02/breadcrumb.jpg') center/cover no-repeat;
  padding: 40px 0;
  overflow: hidden;
  margin-top: 60px;
}
.cta-section .cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(220, 0, 0, 0.85);
  z-index: 1;
}
.cta-section .container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.cta-section .cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.cta-section .cta-content {
  color: #fff;
}
.cta-section .cta-content h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  color: #FFF;
}
.cta-section .cta-content h2 span {
  font-weight: 400;
}
.cta-section .cta-content p {
  margin: 15px 0 25px;
  font-size: 16px;
}
.cta-section .cta-buttons {
  display: flex;
  gap: 20px;
}
.cta-section .btn {
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}
.cta-section .btn.primary {
  background: #0b2c5f;
  color: #fff;
}
.cta-section .btn.secondary {
  background: #0b2c5f;
  color: #fff;
}
.cta-section .cta-form {
  background: #eee;
  padding: 30px;
  border-radius: 12px;
  border: 3px solid #0b2c5f;
  width: 450px;
}
.cta-section .cta-form h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}
.cta-section .cta-form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #091430;
}
.cta-section .checkbox {
  font-size: 12px;
  display: flex;
  gap: 10px;
  margin: 10px 0 20px;
  line-height: 20px;
}
.cta-section .cta-form button {
  width: 100%;
  padding: 12px;
  background: red;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
.cta-section .cta-form input[type="checkbox"] {
    width: 10%;
}

.topcategories {
    padding: 60px 0px;
}
.topcategories .category-item {
  text-align: center;
  cursor: pointer;
}
.topcategories .category-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #e5e5e5;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0 auto 15px;
  transition: all 0.4s ease;
}
.topcategories .active .category-icon img {
    filter: brightness(0) invert(1);
}
.topcategories .category-icon img {
  width: 30px;
  transition: all 0.4s ease;
  filter: brightness(0);
}
.topcategories .category-item p {
  font-weight: 500;
  color: #333;
}
.topcategories .category-item:hover .category-icon {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.topcategories .category-item:hover .category-icon i {
  transform: scale(1.2);
}
.topcategories .category-item.active .category-icon {
  background: #e74c3c;
}
.topcategories .category-item.active .category-icon i {
  color: #fff;
}

.mediapresence {
    padding: 60px 0px 60px;
    background-color: #F7F7F9;
}
.mediapresence img {
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.latestblogs {
    padding: 60px 0px 60px;
}
.latestblogs .blog-card {
  background: #0b2c5f;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  position: relative;
}
.latestblogs .blog-img {
  position: relative;
}
.latestblogs .blog-img img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.latestblogs .img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.latestblogs .img-overlay h4 {
  font-size: 20px;
  font-weight: 700;
}
.latestblogs .img-overlay h4 span {
  color: #ff3b3b;
}
.latestblogs .img-overlay p {
  font-size: 14px;
  margin-top: 10px;
}
.latestblogs .date-badge {
  position: absolute;
  left: 20px;
  top: 180px;
  background: #0b2c5f;
  width: 70px;
  height: 70px;
  border-radius: 50% 50% 0 0;
  text-align: center;
  padding-top: 10px;
}
.latestblogs .date-badge .day {
  font-size: 22px;
  font-weight: bold;
  display: block;
}
.latestblogs .date-badge .month {
  font-size: 14px;
}
.latestblogs .blog-content {
  padding: 50px 20px 30px;
}
.latestblogs .blog-content h5 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #FFF;
  margin-top: 20px;
}
.latestblogs .meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}
.latestblogs .meta span {
    display: flex;
  align-items: center;
  gap: 8px;
}
.latestblogs .learn-btn {
  display: block;
  width: fit-content;
  margin: 20px auto 0;
  padding: 10px 25px;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.latestblogs .learn-btn:hover {
  background: #fff;
  color: #0b2c5f;
}
.latestblogs .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.latestblogs .owl-dots .owl-dot {
  background: #DCA51A;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: 0 2px;
}
.latestblogs .owl-dots .owl-dot.active {
  background: #091430;
}

.testimonials {
  background: linear-gradient(to bottom, #f5f5f5 0%, #dfe8f1 100%);
  padding: 60px 0px;
}
.testimonials .testimonial-img {
  background: #155a8a;
  padding: 10px;
  border-radius: 20px;
  display: inline-block;
}
.testimonials .testimonial-img img {
  width: 100%;
  max-width: 260px;
  border-radius: 12px;
}
.testimonials .testimonial-text {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  position: relative;
}
.testimonials .testimonial-text::after {
  content: "”";
  font-size: 60px;
  color: red;
  position: absolute;
  right: -20px;
  bottom: -20px;
  font-weight: bold;
}
.testimonials .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #999;
  border: none;
}
.testimonials .carousel-indicators .active {
  background-color: #3498db;
}
.testimonials .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.testimonials .owl-dots .owl-dot {
  background: #DCA51A;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: 0 2px;
}
.testimonials .owl-dots .owl-dot.active {
  background: #091430;
}

.guidance {
  position: relative;
  background: url('https://digitallyconnects.com/demo/studyonlinemba/wp-content/uploads/2026/04/map.webp') center/cover no-repeat;
  padding: 60px 0;
  overflow: hidden;
}
.guidance .cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(43, 65, 112, 0.85);
  z-index: 1;
}
.guidance .container {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.guidance h2.section-title::before {
    background: #FFF;
}
.guidance .cta-wrapper {
}
.guidance .cta-content {
    text-align: center;
}
.guidance .section-title {
    color: #FFF;
    margin-bottom: 20px;
}
.guidance .cta-content p {
    color: #FFF;
}
.guidance .profile-card {
  background: #e9e9e9;
  border-radius: 20px;
  padding: 30px 20px 120px;
  position: relative;
  z-index: 1;
}
.guidance .profile-card h4 {
  font-size: 18px;
}
.guidance .profile-card p {
  font-weight: 500;
  color: #2f6fed;
}
.guidance .profile-card h5 {
  color: #2f4573;
}
.guidance .profile-card .btn {
  background: #2f4573;
  border: none;
  border-radius: 6px;
}
.guidance .profile-card .btn:hover {
  background: #24365a;
}
.guidance .image-card {
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
  
  background: #dcdcdc;
  padding: 10px;
  border-radius: 30px;
  width: 230px;
  z-index: 2;
}
.guidance .image-card img {
  width: 100%;
  border-radius: 25px;
  display: block;
}
.guidance .rating-badge {
  position: absolute;
  top: 12px;
  left: -12px;
  background: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.guidance .guidanceCarousel {
    margin-top: 30px;
}
.guidance .owl-dots {
  text-align: center;
  margin-top: 40px;
  display: none;
}
.guidance .owl-dots .owl-dot {
  background: #DCA51A;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: 0 2px;
}
.guidance .owl-dots .owl-dot.active {
  background: #DCA51A;
}
.guidance .owl-stage-outer {
    padding-bottom: 180px;
}
.guidance .owl-nav {
    position: absolute;
    bottom: 50%;
    width: 100%;
}
.guidance .owl-nav .owl-prev {
    left: -60px;
    position: absolute;
    bottom: 50%;
    background-color: #FFF !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    font-size: 20px !important;
}
.guidance .owl-nav .owl-next {
    right: -60px;
    position: absolute;
    bottom: 50%;
    background-color: #FFF !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    font-size: 20px !important;
}

.coursebanner {
  position: relative;
  /*height: 100vh;*/
  padding: 60px 0px;
  background: url("https://digitallyconnects.com/demo/studyonlinemba/wp-content/uploads/2026/02/breadcrumb.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coursebanner .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.2));
}
.coursebanner .hero-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coursebanner .left {
  max-width: 500px;
}
.coursebanner .left .fas {
    background-color: #DCA51A;
    color: #000;
    padding: 5px;
    border-radius: 10px;
    width: 40px;
    text-align: center;
    margin-bottom: 10px;
}
.coursebanner .left {
    font-size: 20px;
    color: #FFF;
}
.coursebanner .subtitle {
  font-size: 32px;
  font-weight: 300;
  color: #FFF;
}
.coursebanner .left h1 {
  font-size: 40px;
  font-weight: bold;
  margin: 10px 0;
  color: #FFF;
}
.coursebanner .left h2 {
  font-size: 35px;
  font-weight: 700;
  color: #FFF;
}
.coursebanner .form-card {
  background: #fff;
  color: #000;
  padding: 25px;
  border-radius: 12px;
  width: 450px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.coursebanner .form-card h3 {
  text-align: center;
  margin-bottom: 15px;
}
.coursebanner .form-card input, .coursebanner .form-card select {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
  color: #091430;
}
.coursebanner .checkbox {
  font-size: 12px;
  display: flex;
  gap: 10px;
  margin: 10px 0 20px;
  line-height: 20px;
}
.coursebanner .checkbox input {
  margin-top: 3px;
}
.coursebanner button, .single-sidebar-widget button {
  width: 100%;
  padding: 12px !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  font-weight: bold;
  cursor: pointer !important;
  display: block !important;
  margin: 10px auto;
}
.coursebanner button:hover {
  background: #c62828;
}
.coursebanner input[type="checkbox"] {
  width: 5%;
}

.courses-details-data {
    padding: 60px 0px;
}
.coursebenefits {
    padding: 60px 0px;
    background-color: #F7F7F9;
}
.coursebenefits .section-title {
    margin-bottom: 20px;
}
.coursebenefits .courses-benefits-items {
    margin-top: 30px;
    background-color: var(--white);
    border-radius: 7px;
    border: 1px solid var(--border);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
}
.coursebenefits .courses-benefits-items .courses-image {
    padding: 5px 5px 0 5px;
  position: relative;
}
.coursebenefits .courses-benefits-items .courses-image img {
    width: 100%;
  height: 100%;
  border-radius: 7px;
}
.coursebenefits .courses-benefits-items .courses-content {
    padding: 25px 30px;
}
.coursebenefits .courses-benefits-items .courses-content h3 {
    font-size: 20px;
  font-weight: 600;
}
.coursebenefits .courses-benefits-items .courses-content p {
    font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
}
.coursebenefitsCarousel .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.coursebenefitsCarousel .owl-dots .owl-dot {
  background: #DCA51A;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: 0 2px;
}
.coursebenefitsCarousel .owl-dots .owl-dot.active {
  background: #091430;
}

.coursefaqsec {
    padding: 60px 0px;
}
.coursefaqsec .section-title {
  margin-bottom: 20px;
}
.coursefaqsec p {
    margin-bottom: 10px;
}
.coursefaqsec .card {
    margin-bottom: 20px;
    border: 1px solid #b9b9b9 !important;
}
.coursefaqsec .card .card-header {
    padding: 0;
    border-bottom: 1px solid #b9b9b9 !important;
}
.coursefaqsec .card .card-header button.btn {
    position: relative;
    padding: 10px 20px;
    display: block;
    width: 100%;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background: #091430;
    border-radius: 0;
    text-decoration: none;
}
.coursefaqsec .card .card-header button.btn:hover {
    text-decoration: none;
}
.coursefaqsec .card .card-header button.btn:before {
    background: url(faqinactvarw.png) no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 12px;
    content: "";
}
.coursefaqsec .card .card-header button.btn[aria-expanded="true"]:before {
    transform: rotate(-180deg);
}
.coursefaqsec .card .card-header button.btn:focus {
    outline: inherit;
    text-decoration: none;
}
.coursefaqsec.accordion .card .card-header {
    margin-bottom: 0;
}
.coursefaqsec.accordion .card .card-body p b {
    font-weight: 700;
}
.coursefaqsec h2.cmntle {
    margin-bottom: 40px;
    padding-bottom: 10px;
}
.coursefaqsec h2.cmntle {
    font-size: 30px;
    position: relative;
    margin-bottom: 40px;
}
.coursefaqsec h2.cmntle:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    width: 250px;
    background: #091430;
    margin: 0 auto;
}

.innerbanner {
    position: relative;
  height: 50vh;
  background: url("https://digitallyconnects.com/demo/studyonlinemba/wp-content/uploads/2026/02/breadcrumb.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerbanner .overlay {
  position: absolute;
  inset: 0px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2));
}
.innerbanner .hero-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.innerbanner .left h1 {
  font-size: 40px;
  font-weight: bold;
  margin: 10px 0;
  color: #FFF;
}

.bloglist .blog-card {
    margin-bottom: 30px;
}
.main-sidebar .form-card input, .main-sidebar .form-card select {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
  color: #091430;
}

.aboutprofile {
    padding: 60px 0px;
}
.aboutprofile .section-title {
  text-align: left !important;
  margin-bottom: 20px;
  font-size: 30px;
}
.aboutprofile h2.section-title::before {
  margin: 0 !important;
}
.aboutprofilecontent p {
    margin-bottom: 10px;
}
.aboutprofilefeatures .card {
    padding: 30px 20px;
  border-radius: 16px;
  text-align: center;
}
.aboutprofilefeatures .card:hover {
  transform: translateY(-5px);
}

.aboutprofilefeatures .card .icon {
  font-size: 40px;
  color: #2f3e4e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 1px solid #bfc8cf;
  border-radius: 6px;
  margin: 0 auto 20px;
}
.aboutprofilefeatures .card .icon i,
.aboutprofilefeatures .card .icon::before {
  transform: translateY(-1px);
}
.aboutprofilefeatures .card img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 1px solid #bfc8cf;
  border-radius: 6px;
  margin: 0 auto 20px;
  padding: 10px;
}
.aboutprofilefeatures .card img,
.aboutprofilefeatures .card img::before {
  transform: translateY(-1px);
}
.aboutprofilefeatures .card h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #111;
}
.aboutprofilefeatures .card p {
  font-size: 18px;
  color: #555;
}
.aboutprofilefeatures .card-yellow {
  background-color: #f4eecb;
}
.aboutprofilefeatures .card-green {
  background-color: #dceccf;
}
.aboutprofilefeatures .card-blue {
  background-color: #d6e6f2;
}

.achievements {
  position: relative;
  background: url('https://digitallyconnects.com/demo/studyonlinemba/wp-content/uploads/2026/02/breadcrumb.jpg') center/cover no-repeat;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
.achievements .section-title, .achievements .section-title span {
    color: #FFF;
}
.achievements h2.section-title::before {
    background: #FFF;
}
.achievements .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}
.achievements .container {
  position: relative;
  z-index: 2;
}
.achievements .stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.achievements .stat-box {
  flex: 0 0 calc(50% - 10px);
  border: 1px solid rgba(255,255,255,0.6);
  padding: 30px 20px;
  box-sizing: border-box;
  min-width: 0;
}
.achievements .stat-box:hover {
  background: rgba(255,255,255,0.05);
}
.achievements .stat-box h3 {
  font-size: 48px;
  margin-bottom: 10px;
  color: #FFF;
}
.achievements .stat-box p {
  font-size: 14px;
  letter-spacing: 1px;
}

.aboutreviews {
    padding: 60px 0px;
}
.aboutreviews .testimonial-card {
    position: relative;
    background: #eee;
    padding: 50px 40px 40px;
    border-radius: 4px;
    flex: 1;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.aboutreviews .testimonial-card .avatar {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.aboutreviews .testimonial-card .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.aboutreviews .testimonial-card .content {
    text-align: left;
}
.aboutreviews .testimonial-card .content h3 {
    margin: 10px 0 10px;
    font-size: 20px;
    font-weight: 600;
}
.aboutreviews .testimonial-card .content p {
    color: #555;
    line-height: 1.7;
    font-size: 15px;
}
.aboutreviews .testimonial-card .quote-left {
    color: #ff3b1f;
    font-size: 28px;
}
.aboutreviews .testimonial-card .quote-right {
    position: absolute;
    bottom: 20px;
    right: 25px;
    color: #ff3b1f;
    font-size: 28px;
}
.aboutreviewsslider .owl-stage-outer {
    padding-top: 60px;
}
.aboutreviewsslider .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.aboutreviewsslider .owl-dots .owl-dot {
  background: #DCA51A;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: 0 2px;
}
.aboutreviewsslider .owl-dots .owl-dot.active {
  background: #091430;
}

.coursesweb {
    padding: 60px 0px;
}
.coursesweb .course-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.coursesweb .course-img {
    position: relative;
    overflow: hidden;
}
.coursesweb .course-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.coursesweb .course-card:hover .course-img img {
    transform: scale(1.1);
}
.coursesweb .course-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.coursesweb .price {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff5722;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    font-weight: 600;
}
.coursesweb .course-content {
    padding: 20px;
}
.coursesweb .rating {
    color: #f4b400;
    font-size: 14px;
    margin-bottom: 10px;
}
.coursesweb .rating span {
    color: #777;
    margin-left: 5px;
}
.coursesweb .course-content h3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 10px 0 20px;
}
.coursesweb .meta {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 15px;
    font-size: 15px;
    color: #555;
    font-weight: 600;
}
.coursesweb .meta i {
    color: #ff5722;
    margin-right: 6px;
}
.coursesCarousel .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.coursesCarousel .owl-dots .owl-dot {
  background: #DCA51A;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: 0 2px;
}
.coursesCarousel .owl-dots .owl-dot.active {
  background: #091430;
}

.contact-page-section {
    padding: 60px 0px;
    background: #f9f8f8;
}
.contact-page-section .inner-part .title {
  font-size: 36px;
  color: #101010;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 14px;
}
.contact-page-section .inner-part .title2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25em;
  color: #111111;
}
.contact-page-section .inner-part p {
  font-size: 19px;
  color: #363636;
  line-height: 32px;
  font-weight: 400;
}
.contact-page-section .rs-quick-contact {
  background-color: #F9F8F8;
  padding: 70px 150px 70px;
}
.contact-page-section .rs-quick-contact .from-control {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F1F1F1;
  box-shadow: 0 0 30px #eee;
  color: #363636;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  border-radius: 3px;
  border: 1px solid #ffffff;
  color: #767676;
  background: #ffffff;
  padding: 10px 18px;
}
.contact-page-section .rs-quick-contact textarea {
  height: 140px;
}
.contact-page-section .rs-quick-contact .form-group .btn-send {
  padding: 16px 0px 16px 0px;
  text-transform: uppercase;
  box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
  outline: none;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #ff5421;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.contact-page-section .rs-quick-contact .form-group .btn-send:hover {
  opacity: 0.90;
}
.contact-page-section .rs-quick-contact.new-style {
  padding: 70px 60px 70px;
}
.contact-page-section .rs-contact-box .address-item {
  padding: 50px 40px 50px 40px;
  background: #ffffff;
  box-shadow: 0 0 1px #DCA51A;
  text-align: center;
  margin: 0px 20px 0px 0px;
  border-radius: 5px 5px 5px 5px;
}
.contact-page-section .rs-contact-box .address-item .icon-part {
  padding-bottom: 20px;
}
.contact-page-section .rs-contact-box .address-item .icon-part i {
    color: #091430;
    font-size: 40px;
}
.contact-page-section .rs-contact-box .address-item .icon-part img {
  width: 65px;
}
.contact-page-section .rs-contact-box .address-item .address-text .label {
  display: block;
  color: #101010;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.contact-page-section .rs-contact-box .address-item .address-text .des {
  font-size: 17px;
  color: #031a3d;
}
.contact-page-section .rs-contact-box .address-item .address-text .des a {
  color: #031a3d;
}
.contact-page-section .rs-contact-box .address-item .address-text .des a:hover {
  color: #ff5421;
}
.contact-page-section .rs-contact-wrap {
  padding: 40px 35px 30px 35px;
  background-color: #F9F8F8;
  border-radius: 5px 5px 5px 5px;
}
.contact-page-section .rs-contact-wrap .address-item {
  display: flex;
  position: relative;
  margin-bottom: 40px;
}
.contact-page-section .rs-contact-wrap .address-item .address-icon {
  margin-right: 20px;
}
.contact-page-section .rs-contact-wrap .address-item .address-icon i {
  font-size: 35px;
  color: #ff5421;
}
.contact-page-section .rs-contact-wrap .address-item .address-text .label {
  display: block;
  color: #505050;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1.2;
}
.contact-page-section .rs-contact-wrap .address-item .address-text .des {
  font-size: 18px;
  color: #111111;
  font-weight: 500;
}
.contact-page-section .rs-contact-wrap .address-item .address-text .des a {
  color: #111111;
  font-weight: 500;
}
.contact-page-section .rs-contact-wrap .address-item .address-text .des a:hover {
  color: #ff5421;
}
.contact-page-section .contact-comment-box .from-control {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F1F1F1;
  box-shadow: 0 0 30px #eee;
  color: #363636;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  border-radius: 3px;
  background: #ffffff;
  padding: 10px 15px;
  margin: 10px 0px;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
}
.contact-page-section .contact-comment-box textarea {
  height: 140px;
}
.contact-page-section .contact-comment-box .form-group .btn-send {
  padding: 16px 0px 16px 0px;
  box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
  outline: none;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #ff5421;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-transform: uppercase;
}
.contact-page-section .contact-comment-box .form-group .btn-send:hover {
  opacity: 0.90;
}
.contact-page-section .contact-comment-box.new-style {
  padding: 60px 70px 60px !important;
}
.contact-page-section .contact-map3 {
  overflow: hidden;
  margin-top: 50px;
}
.contact-page-section .contact-map3 iframe {
  float: left;
  width: 100%;
  height: 600px;
  border: none;
}
.contact-page-section .contact-address-section {
  text-align: center;
  margin: 0 0 50px;
}
.contact-page-section .contact-address-section .contact-info {
  background: #f9f9f9;
  display: flex;
  text-align: left;
  align-items: center;
  padding: 0 30px;
  min-height: 175px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease;
}
.contact-page-section .contact-address-section .contact-info .icon-part {
  margin-right: 30px;
}
.contact-page-section .contact-address-section .contact-info .icon-part i {
  color: #ff5421;
  font-size: 30px;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
  background: transparent;
  border: 6px solid #f9ede9;
}
.contact-page-section .contact-address-section .contact-info .content-part .info-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #505050;
  margin: 0 0 5px;
}
.contact-page-section .contact-address-section .contact-info .content-part .info-title {
  font-size: 24px;
  font-weight: 700;
  color: #111111;
  margin: 0;
}
.contact-page-section .contact-address-section .contact-info .content-part a {
  color: #111111;
  display: block;
}
.contact-page-section .contact-address-section .contact-info .content-part a:hover {
  color: #ff5421;
}
.contact-page-section .contact-address-section .contact-info:hover {
  transform: translateY(-5px);
}
.contact-page-section .contact-address-section.style2 {
  margin: 0;
}
.contact-page-section .contact-comment-section {
  padding: 50px;
}
.contact-page-section .contact-comment-section h3 {
  font-size: 36px;
  margin: 0;
  padding-bottom: 15px;
  font-weight: 700;
}
.contact-page-section .contact-comment-section form .form-group input {
  height: 43px;
  padding: 0 15px;
}
.contact-page-section .contact-comment-section form .form-group input,
.contact-page-section .contact-comment-section form .form-group textarea {
  border: none;
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
}
.contact-page-section .contact-comment-section form .form-group label {
  color: #505050;
  font-weight: 400;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ff5421;
  margin-top: 15px;
  border: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  padding: 0 50px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send:hover {
  background: #ed3600;
}
.contact-page-section .contact-bg1 {
  background: #f9f9f9;
}
.contact-page-section .contact-comment-box .section-title {
  text-align: left !important;
  margin-bottom: 20px;
  font-size: 30px;
}
.contact-page-section .contact-comment-box h2.section-title::before {
  margin: 0 !important;
}

.single-post .coursefaqsec {
    padding: 60px 0px 20px;
}

.popular-posts .single-post-item .thumb, .popular_posts .single-post-item .thumb {
    object-fit: cover;
}

.news-area .main-sidebar .single-sidebar-widget h3 {
    font-size: 18px;
}

.fluentform_wrapper_1 .ff-t-container {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
}
.fluentform_wrapper_1 .ff-el-group, .fluentform_wrapper_3 .ff-el-group {
    margin-bottom: 0px !important;
}
.fluentform_wrapper_1 .ff_columns_total_2 .ff-t-cell {
    flex: 0 0 49%;
    max-width: 49%;
}

.universitieslogomain {
  background-color: #E6F2FF;
  padding: 60px 0px;
}
.universitieslogomain .universitieslogo {
  border: 1px solid #747475;
  margin: 10px 0px;
  border-radius: 15px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0px 5px;
}
.universitieslogomain .universitieslogo img {
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
.universitieslogomain .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.universitieslogomain .owl-dots .owl-dot.active {
  background: #091430;
}
.universitieslogomain .owl-dots .owl-dot {
  background: #DCA51A;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: 0 2px;
}

.universitydetails {
    padding: 60px 0px;
}
.universitydetails .university-full-text, .universitydetails .university-read-less {
    display: none;
}
.university-short-text, .university-full-text {
    margin-bottom: 10px;
}
.universitydetails .university-read-more, .universitydetails .university-read-less {
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
.universitytable {
    margin-top: 30px;
    display: block;
}
.universitytable th {
    background-color: #091430;
    color: #DCA51A;
}

.universitywhyus {
    padding: 60px 0px;
    background-color: #F7F7F9;
}
.universitywhyus p {
    margin: 20px 0px;
}
.universitywhyus .card {
  margin-bottom: 20px;
  border: 1px solid #b9b9b9 !important;
  border-radius: 0px;
}
.universitywhyus .card .card-header {
    padding: 0;
    border-bottom: 1px solid #b9b9b9 !important;
}
.universitywhyus .card .card-header button.btn {
    position: relative;
    padding: 10px 20px;
    display: block;
    width: 100%;
    text-align: left;
    color: #091430;
    font-size: 18px;
    font-weight: 600;
    background: #FFF;
    border-radius: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
}
.universitywhyus p {
  margin-bottom: 10px;
  text-align: center;
}
.universitywhyus .card .card-header button.btn::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);

    width: 24px;
    height: 24px;

    background: url('faqinactvarw.png') no-repeat center;
    background-size: contain;

    transition: transform 0.3s ease;
    filter: brightness(0) saturate(100%) invert(7%) sepia(30%) saturate(2877%) hue-rotate(214deg) brightness(92%) contrast(103%);
}
.universitywhyus .card .card-header button.btn[aria-expanded="true"]::before {
    transform: translateY(-50%) rotate(-180deg);
}
.universitywhyus #accordionExample {
  margin: 30px 0px;
}
.universitywhyus .collapsible-link img {
    filter: brightness(0) saturate(100%) invert(7%) sepia(29%) saturate(2968%) hue-rotate(214deg) brightness(93%) contrast(103%);
    max-width: 30px;
    margin-right: 10px;
}
.universitywhyus .why-us-wrapper {
    padding: 50px 0;
}
.universitywhyus .why-us-card {
    display: flex;
    align-items: center;
    gap: 22px;

    height: 100%;

    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 22px;

    padding: 30px;

    transition: all 0.3s ease;

    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.universitywhyus .why-us-content {
    flex: 1;
}
.universitywhyus .why-us-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.universitywhyus .why-us-icon {
    min-width: 70px;
    width: 70px;
    height: 70px;

    background: #f5f7ff;
    border-radius: 18px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.universitywhyus .why-us-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}
.universitywhyus .why-us-content {
    flex: 1;
}
.universitywhyus .why-us-title {
    font-weight: 700;
    line-height: 1.3;

    color: #081a4b;

    margin-bottom: 12px;
}
.universitywhyus .why-us-description {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.universitycourses {
    padding: 60px 0px 60px 0px;
    background-color: #F7F7F9;
}
.universitycourses p {
    margin: 20px 0px;
}
.universitycourses .universitiescoursesslider {
    margin: 30px 0px;
}
.universitycourses .course-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.universitycourses .course-img {
    position: relative;
    overflow: hidden;
}
.universitycourses .course-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.universitycourses .course-card:hover .course-img img {
    transform: scale(1.1);
}
.universitycourses .course-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.universitycourses .price {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff5722;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    font-weight: 600;
}
.universitycourses .course-content {
    padding: 20px;
}
.universitycourses .course-content h3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 10px 0 20px;
}
.universitycourses .meta {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 15px;
    font-size: 15px;
    color: #555;
    font-weight: 600;
}
.universitycourses .meta i {
    color: #ff5722;
    margin-right: 6px;
}

.universityscholarships .universitytable {
  margin-top: 0px;
  display: block;
}

.universityprocedure {
    padding: 0px 0px 60px 0px;
}
.universityprocedure .card {
    margin-bottom: 20px;
    border: 1px solid #b9b9b9 !important;
}
.universityprocedure .card .card-header {
    padding: 0;
    border-bottom: 1px solid #b9b9b9 !important;
}
.universityprocedure .card .card-header button.btn {
    position: relative;
    padding: 10px 20px;
    display: block;
    width: 100%;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background: #091430;
    border-radius: 0;
    text-decoration: none;
}
.universityprocedure .card .card-header button.btn:hover {
    text-decoration: none;
}
.universityprocedure .card .card-header button.btn:before {
    background: url(faqinactvarw.png) no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 12px;
    content: "";
}
.universityprocedure .card .card-header button.btn[aria-expanded="true"]:before {
    transform: rotate(-180deg);
}
.universityprocedure .card .card-header button.btn:focus {
    outline: inherit;
    text-decoration: none;
}
.universityprocedure.accordion .card .card-header {
    margin-bottom: 0;
}
.universityprocedure.accordion .card .card-body p b {
    font-weight: 700;
}

.universityapply {
    background-color: #091430;
    position: relative;
    color: #fff;
    padding: 80px 20px;
}
.universityapply .section-title, .universityapply .section-title span {
  color: #FFF;
}
.universityapply h2.section-title::before {
    background: #FFF;
}
.universityapply .admission-process{
    display:flex;
    gap:40px;
    padding:30px;
    border-radius:10px;
    align-items:center;
}
.universityapply .process-left{
    width:35%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.universityapply .process-left img{
    width:100%;
    border-radius:15px;
    display:block;
}
.universityapply .process-right{
    width:65%;
    position:relative;
}
.universityapply .process-right::before{
    content:"";
    position:absolute;
    left:30px;
    top:0;
    width:2px;
    background:#fff;
}
.universityapply .process-item{
    display:flex;
    gap:25px;
    position:relative;
    margin-bottom:35px;
}
.universityapply .process-icon{
    width:60px;
    height:60px;
    min-width:60px;
    border-radius:50%;
    background:#fff;
    border:2px solid #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:2;
}
.universityapply .process-icon img{
    width:30px;
    height:30px;
    object-fit:contain;
}
.universityapply .process-content h4{
    margin:0 0 5px;
    font-size:20px;
    font-weight:700;
    color:#fff;
}
.universityapply .process-content p{
    margin:0;
    font-size:18px;
    line-height:1.6;
    color:#fff;
}
.universityapply .process-item:last-child {
  margin-bottom: 0px;
}

.owl-dots {
  text-align: center;
  margin-top: 40px;
}
.owl-dots .owl-dot.active {
  background: #091430 !important;
}
.owl-dots .owl-dot {
  background: #DCA51A !important;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: 0 2px;
}

.universityscholarships {
    padding: 60px 0px 60px 0px;
}

.universitydocuments {
    position: relative;
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}
.universitydocuments .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
}
.universitydocuments .section-title, .universitydocuments .section-title span {
    color: #FFF;
}
.universitydocuments h2.section-title::before {
    background: #FFF;
}
.universitydocuments .feature-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
}
.universitydocuments .feature-box{
    display: flex;
    align-items: center;
    color: #fff;
}
.universitydocuments .feature-box i{
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
}
.universitydocuments .feature-box span{
    color: #fff;
    position: relative;
}

.universitiescycles {
    padding: 60px 0px 60px 0px;
}

.universitiesplacement {
    padding: 0px 0px 60px 0px;
}
.universitiesplacement .placement-wrapper{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    margin-top: 40px;
}
.universitiesplacement .placement-box{
    text-align: center;
    padding: 30px 20px;
    background: rgba(255,255,255,0.08);
    border-radius: 10px;
    border: 1px solid #091430;
    margin-bottom: 20px;
}
.universitiesplacement .counter-box {
    color: #DCA51A;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}
.universitiesplacement .counter-box .counter {
    color: #091430;
}
.universitiesplacement .placement-box p{
    color: #091430;
    margin: 0;
    font-size: 16px;
}

.universitiesrecruiters {
    background-color: #E6F2FF;
    padding: 60px 0px;
}
.universitiesrecruiters p {
    text-align: center;
}
.universitiesrecruiters .universitiesrecruiterslogoslider {
    margin: 20px 0px;
}
.universitiesrecruiters .universitieslogo {
  border: 1px solid #747475;
  margin: 10px 0px;
  border-radius: 15px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0px 5px;
}
.universitiesrecruiters .universitieslogo img {
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

.universitiesreviews {
    padding: 60px 0px;
}
.universitiesreviews .testimonial-card {
    position: relative;
    background: #eee;
    padding: 30px 40px 50px;
    border-radius: 4px;
    flex: 1;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.universitiesreviews .testimonial-card .avatar {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.universitiesreviews .testimonial-card .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.universitiesreviews .testimonial-card .content {
    text-align: left;
}
.universitiesreviews .testimonial-card .content h3 {
    margin: 10px 0 10px;
    font-size: 20px;
    font-weight: 600;
}
.universitiesreviews .testimonial-card .content p {
    color: #555;
    line-height: 1.7;
    font-size: 15px;
}
.universitiesreviews .testimonial-card .quote-left {
    color: #ff3b1f;
    font-size: 28px;
}
.universitiesreviews .testimonial-card .quote-right {
    position: absolute;
    bottom: 20px;
    right: 25px;
    color: #ff3b1f;
    font-size: 28px;
}

.universityfaq {
    padding: 0px 0px 60px 0px;
}
.universityfaq .card {
    margin-bottom: 20px;
    border: 1px solid #b9b9b9 !important;
}
.universityfaq .card .card-header {
    padding: 0;
    border-bottom: 1px solid #b9b9b9 !important;
}
.universityfaq .card .card-header button.btn {
    position: relative;
    padding: 10px 20px;
    display: block;
    width: 100%;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background: #091430;
    border-radius: 0;
    text-decoration: none;
}
.universityfaq .card .card-header button.btn:hover {
    text-decoration: none;
}
.universityfaq .card .card-header button.btn:before {
    background: url(faqinactvarw.png) no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 12px;
    content: "";
}
.universityfaq .card .card-header button.btn[aria-expanded="true"]:before {
    transform: rotate(-180deg);
}
.universityfaq .card .card-header button.btn:focus {
    outline: inherit;
    text-decoration: none;
}
.universityfaq.accordion .card .card-header {
    margin-bottom: 0;
}
.universityfaq.accordion .card .card-body p b {
    font-weight: 700;
}

.courseeligibility {
    position: relative;
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}
.courseeligibility .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
}
.courseeligibility .section-title, .courseeligibility .section-title span, .courseeligibility p {
    color: #FFF;
    position: relative;
}
.courseeligibility h2.section-title::before {
    background: #FFF;
}
.courseeligibility .feature-wrapper{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 30px;
}
.courseeligibility .feature-box{
    display: flex;
    align-items: center;
    color: #fff;
}
.courseeligibility .feature-box i{
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
}
.courseeligibility .feature-box span{
    color: #fff;
    position: relative;
}

.accordion-body ul {
    list-style: disc;
    padding-left: 15px;
}

.specialization-wrapper {
    padding: 40px 0;
}
.specialization-wrapper .specialization-card {
    display: flex;
    align-items: center;
    gap: 24px;

    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 30px;

    transition: all 0.3s ease;
}
.specialization-wrapper .specialization-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.specialization-wrapper .specialization-icon {
    min-width: 40px;
      width: 40px;
      height: 40px;
      background: #081a4b;
      color: #fff;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: 600;
}
.specialization-wrapper .specialization-content {
    flex: 1;
}
.specialization-wrapper .specialization-title {
    font-weight: 700;
    color: #081a4b;
    margin-bottom: 15px;
    line-height: 1.3;
}
.specialization-wrapper .specialization-description {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.courseskills {
    padding: 60px 0px 90px 0px;
}
.courseskills .top-skills-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.courseskills .top-skills-wrapper > * {
    justify-self: center;
}
.courseskills .top-skills-wrapper > :last-child:nth-child(odd) {
    grid-column: 1 / span 2;
    width: calc(50% - 15px);
    justify-self: center;
}
.courseskills .top-skill-card {
    position: relative;
    margin-top: 30px;
    background: linear-gradient(135deg, #f5f7ff 0%, #eef2ff 100%);
    border-radius: 24px;
    padding: 40px 30px 10px 30px;
    text-align: center;
    overflow: hidden;
    transition: all 0.35s ease;
    border: 1px solid rgba(8, 26, 75, 0.08);
    height: 100%;
}
.courseskills .top-skill-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(8, 26, 75, 0.12);
}
.courseskills .top-skill-image {
    width: 75px;
    height: 75px;
    margin: 0 auto 24px;
    border-radius: 24px;
    background: linear-gradient(135deg, #081a4b 0%, #163b8c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(8, 26, 75, 0.18);
}
.courseskills .top-skill-image img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.courseskills .top-skill-content {
    font-size: 18px;
    line-height: 1.6;
}

.table.table-bordered {
    width: auto !important;
    margin: 0 auto 20px;
}
.table.table-bordered th, .table.table-bordered td {
    padding: 10px 20px;
}

.coursesconclusion {
    padding: 60px 0px 40px 0px;
    background-color: #F7F7F9;
}

.coursesuniversities h2.section-title::before {
  background: #FFF;
}
.coursesuniversities h2.section-title, .coursesuniversities p {
    color: #FFF;
    position: relative;
}
.coursesuniversities {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #2563eb 100%);
}
.coursesuniversities .coursesuniversities::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(2px);
}
.coursesuniversities .coursesuniversities .container{
    position: relative;
    z-index: 2;
}
.coursesuniversities .coursesuniversities .section-title{
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}
.coursesuniversities .coursesuniversities p{
    color: rgba(255,255,255,0.85);
    margin: 0 auto 0px;
    font-size: 17px;
    line-height: 1.8;
}
.coursesuniversities .coursesuniversitiesslider .item{
    padding: 15px;
}
.coursesuniversities .university-card{
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.coursesuniversities .university-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}
.coursesuniversities .university-img{
    position: relative;
    overflow: hidden;
}
.coursesuniversities .university-img img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.coursesuniversities .university-card:hover .university-img img{
    transform: scale(1.08);
}
.coursesuniversities .course-content {
    padding: 25px 20px;
    text-align: center;
}
.coursesuniversities .course-content h3{
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}
.coursesuniversities .course-content h3 a{
    color: #091430;
    text-decoration: none;
    transition: all 0.3s ease;
}
.coursesuniversities .course-content h3 a:hover{
    color: #DCA51A;
}

.courseprocess {
    background-color: #091430;
    position: relative;
    color: #fff;
    padding: 80px 20px;
}
.courseprocess .section-title, .courseprocess .section-title span {
  color: #FFF;
}
.courseprocess h2.section-title::before {
    background: #FFF;
}
.courseprocess .admission-process{
    display:flex;
    gap:40px;
    padding:50px 30px 0px 30px;
    border-radius:10px;
    align-items:center;
}
.courseprocess .process-item:last-child {
  margin-bottom: 0px;
}
.courseprocess .process-left{
    width:35%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.courseprocess .process-left img{
    width:100%;
    border-radius:15px;
    display:block;
}
.courseprocess .process-right{
    width:65%;
    position:relative;
}
.courseprocess .process-right::before{
    content:"";
    position:absolute;
    left:30px;
    top:0;
    width:2px;
    background:#fff;
}
.courseprocess .process-item{
    display:flex;
    gap:25px;
    position:relative;
    margin-bottom:35px;
}
.courseprocess .process-icon{
    width:60px;
    height:60px;
    min-width:60px;
    border-radius:50%;
    background:#fff;
    border:2px solid #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:2;
}
.courseprocess .process-icon img{
    width:30px;
    height:30px;
    object-fit:contain;
}
.courseprocess .process-content h4{
    margin:0 0 5px;
    font-size:20px;
    font-weight:700;
    color:#fff;
}
.courseprocess .process-content p{
    margin:0;
    font-size:18px;
    line-height:1.6;
    color:#fff;
}

.courserecruiters {
    background-color: #E6F2FF;
    padding: 60px 0px;
}
.courserecruiters p {
    text-align: center;
}
.courserecruiters .courserecruiterslogoslider {
    margin: 20px 0px;
}
.courserecruiters .courselogo {
  border: 1px solid #747475;
  margin: 10px 0px;
  border-radius: 15px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0px 5px;
}
.courserecruiters .courselogo img {
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

@media (min-width: 992px) {
  .achievements .stat-box {
    flex: 0 0 calc(25% - 15px);
  }
}

@media (max-width: 450px) {
    .courseprocess.admission-process{
        flex-direction:column;
    }
    .courseprocess .process-left, .courseprocess .process-right{
        width:100%;
    }
    .courseprocess .admission-process {
        flex-direction: column-reverse;
        padding: 0px;
    }
    .courseprocess .admission-process{
        gap: 20px;
    }
    .courseprocess .process-left, .courseprocess .process-right{
        width: 100%;
    }
    .courseprocess .process-item{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .courseprocess .process-content{
        text-align: center;
    }
    .courseprocess .process-icon{
        margin-bottom: 15px;
    }
    
    .courseskills .top-skills-wrapper{
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    .courseskills .top-skills-wrapper > *{
        width: 100%;
    }
    .courseskills .top-skills-wrapper > :last-child:nth-child(odd){
        grid-column: auto;
        width: 100%;
    }
    .courseskills .top-skill-card{
        margin-top: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 20px 15px;
        box-sizing: border-box;
    }
    .courseskills .top-skill-image {
        width: 80px;
        height: 80px;
    }
    .courseskills .top-skill-image img {
        width: 40px;
        height: 40px;
    }
    .courseskills .top-skill-content {
        font-size: 17px;
    }
    .courseskills .top-skills-wrapper > :last-child:nth-child(2n+1) {
      width: calc(100% - 15px);
      justify-self: center;
    }
    
    .universitywhyus .why-us-card {
        padding: 24px;
        gap: 18px;
    }
    .universitywhyus .why-us-icon {
        width: 56px;
        height: 56px;
        min-width: 56px;
    }
    .universitywhyus .why-us-icon img {
        width: 28px;
        height: 28px;
    }
    .universitywhyus .why-us-title {
        font-size: 20px;
    }
    .universitywhyus .why-us-description {
        font-size: 15px;
    }
    
    .specialization-wrapper .specialization-card {
        padding: 24px;
        gap: 18px;
    }
    .specialization-wrapper .specialization-icon {
        width: 56px;
        height: 56px;
        min-width: 56px;
        font-size: 24px;
    }
    .specialization-wrapper .specialization-title {
        font-size: 24px;
    }
    .specialization-wrapper .specialization-description {
        font-size: 16px;
    }
    
    .universitiesplacement .placement-wrapper{
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .universitiesplacement .counter-box{
        font-size: 28px;
    }
    
    .contact-page-section .rs-contact-box .address-item {
        margin: 0px 0px 20px 0px;
    }
    .contact-page-section .contact-comment-box {
        margin-top: 30px;
    }
    .fluentform_wrapper_1 .ff_columns_total_2 .ff-t-cell {
        flex: 0 0 99% !important;
        max-width: 99% !important;
    }
    .fluentform_wrapper_1 .ff-el-form-hide_label:before, .fluentform_wrapper_1 .ff-el-form-hide_label:after {
        display: none !important;
        content: none !important;
    }
    
    .coursesCarousel .item {
        padding: 10px 10px;
    }

    .achievements .stat-box {
        flex: 0 0 calc(50% - 15px);
    }
    .achievements .stat-box h3 {
        font-size: 35px;
    }
    .achievements .stat-box p {
      font-size: 12px;
      letter-spacing: 0px;
    }
  
    .coursebanner .hero-content {
        flex-direction: column;
        gap: 30px;
        /*text-align: center;*/
    }
    .coursebanner .left {
        max-width: 100%;
    }
    .coursebanner .form-card {
        width: 340px;
    }
  
    .topbar, .guidance .owl-nav {
        display: none;
    }
    
    .guidance .owl-dots {
        display: block;
    }
    
    .testimonials .testimonialCarousel .text-start {
        text-align: center !important;
        padding: 0px 40px;
        margin-top: 20px;
    }
    .testimonials .testimonial-text h6 {
        margin-top: 20px;
    }
    .testimonial-text {
        text-align: center;
    }
    
    .hero-section .hero-title {
        font-size: 30px;
        line-height: 45px;
    }
    .hero-section .hero-subtitle {
        font-size: 20px;
    }
    
    .section-title {
        line-height: 40px;
        font-size: 26px;
    }
    
    .adminprocess img, .mediapresence img {
        margin-bottom: 20px;
    }
    
    .webcounter .nmbr {
        border-right: none;
        border-bottom: 2px solid #f9ca54;
    }
    .webcounter {
        padding: 60px 15px;
    }
    .webcounter .col-sm-3:last-child .nmbr {
        border-bottom: none;
    }
    .webcounter .nmbr h4 {
        font-size: 25px;
    }
    .webcounter .nmbr p {
        font-size: 16px;
    }
    
    .specialisedcourses .course-card {
        margin: 30px auto 0px;
    }
    
    .faqsec .card .card-header button.btn, .coursefaqsec .card .card-header button.btn {
        font-size: 16px;
        padding-right: 50px;
    }
    
    .features-section .feature-box h6 {
        font-size: 12px;
    }
    
    .specialisedcourses .course-card h3 {
        font-size: 15px;
        min-height: 40px;
    }
    
    .expertguide .expertguide-card {
        margin-top: 30px;
    }
    
    .programs .section-title, .programs .text-end p {
        text-align: center !important;
    }
    .programs h2.section-title::before {
        margin-right: auto !important;
    }
    
    .undergraduate {
        margin: 0px 0px 50px;
    }
    .undergraduate .master-card {
        margin-top: 90px;
    }
    
    .cta-section .cta-wrapper {
        flex-direction: column;
    }
    .cta-section .cta-content {
        order: 1;
    }
    .cta-section .cta-form {
        order: 2;
        width: auto;
    }
    
    .universityapply.admission-process{
        flex-direction:column;
    }
    .universityapply .process-left, .universityapply .process-right{
        width:100%;
    }
    .universityapply .admission-process {
        flex-direction: column-reverse;
        padding: 0px;
    }
    .universityapply .admission-process{
        gap: 20px;
    }
    .universityapply .process-left, .universityapply .process-right{
        width: 100%;
    }
    .universityapply .process-item{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .universityapply .process-content{
        text-align: center;
    }
    .universityapply .process-icon{
        margin-bottom: 15px;
    }
    
    .universityscholarships .universitytable{
        overflow-x: auto;
    }
    .universityscholarships .universitytable table{
        /*min-width: 800px;*/
    }
    
    .universitydocuments .feature-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px 30px;
    }
    
    .card .card-header button.btn {
        padding: 10px 40px 10px 20px !important;
    }
}