.navbar {
  transition: 0.3s;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto #1D4E8F;
}
.navbar.scrolled {
  background: #fff !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

html {
  scroll-behavior: smooth;
}

.btn:hover {
  transform: translateY(-1px);
}

.course-card:hover {
  transform: translateY(-6px);
}

/* SMOOTH TRANSITION */
* {
  transition: all 0.25s ease;
}

/* HEADINGS */
h2 {
  color: #222;
  font-size: 36px;
  font-weight: 700;
}

p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}


/* BUTTON */
.btn-primary {
  background: #1D4E8F;
  border: none;
}

.btn-primary:hover {
  background: #163d73;
}



@media(max-width:768px) {
  section {
    padding: 50px 0;
  }
}

/* TEXT SCALE */
h1 {
  font-size: 42px;
}

h2 {
  font-size: 32px;
}

@media(max-width:768px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }
}

/* BUTTON */
.btn {
  padding: 10px 20px;
  font-size: 14px;
}



/* TOP BAR */
.top-bar {
  background: #1D4E8F;
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}

.top-bar i {
  margin-right: 5px;
}

/* NAVBAR */
.main-navbar {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.navbar-brand img {
  /* height: 55px; */
  width: 250px;
  margin: 0;
  padding: 0;
}

@media (max-width:1100px) {
  .navbar-brand img {
    width: 180px;
  }
}

.nav-link {
  color: #222 !important;
  font-weight: 500;
  margin: 0 12px;
  position: relative;
}

/* underline effect */
.nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #1D4E8F;
  left: 0;
  bottom: -5px;
  transition: 0.3s;
}

.nav-link .active {
  color: #1D4E8F;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

/* CTA */
.apply-btn {
  background: #1D4E8F;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
}

.apply-btn:hover {
  background: #163d73;
  color: #fff;
}

@media(max-width:991px) {
  .right-top-bar {
    text-align: center !important;
    /* align-items: center;
    justify-content: center; */
  }

  .main-navbar {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
  }
}

/* HERO */
/* .hero-section {
  padding: 100px 0;
  background: linear-gradient(to right, #f8fbff, #eef5ff);
}

.hero-badge {
  background: #e3efff;
  color: #1D4E8F;
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
}

.hero-section h1 {
  font-size: 44px;
  font-weight: 700;
  color: #222;
}

.hero-section h1 span {
  color: #1D4E8F;
}

.hero-section p {
  font-size: 17px;
  margin-top: 15px;
  color: #555;
}

.hero-btn {
  background: #1D4E8F;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
}

.hero-btn:hover {
  background: #163d73;
}

.hero-outline {
  border: 2px solid #1D4E8F;
  color: #1D4E8F;
  padding: 10px 25px;
  border-radius: 5px;
}

.hero-outline:hover {
  background: #1D4E8F;
  color: #fff;
}

.hero-stats {
  display: flex;
  gap: 30px;
}

.hero-stats h4 {
  margin: 0;
  color: #1D4E8F;
  font-weight: 700;
}

.hero-stats p {
  margin: 0;
  font-size: 14px;
}

.main-img {
  max-height: 420px;
}

.hero-card {
  position: absolute;
  bottom: 0px;
  left: 30px;
  background: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  text-align: left;
}

.hero-card h5 {
  margin: 0;
  font-size: 14px !important;
  color: #1D4E8F;
}

.hero-card p {
  font-size: 10px !important;
  margin: 0 !important;
  color: #333 !important;
}

@media(max-width:991px){
  .hero-section {
    text-align: center;
  }

  .hero-stats {
    justify-content: center;
  }

  .hero-card {
    position: static;
    margin-top: 20px;
  }
}  */

.main-img {
  border-radius: 15px;
  margin-left: 12%;
}

.hero-card {
  position: absolute;
  top: -30px;
  right: -30px;
  background: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.hero-card h5 {
  margin: 0;
  font-size: 14px !important;
  color: #1D4E8F;
}

.hero-card p {
  font-size: 10px !important;
  margin: 0 !important;
  color: #333 !important;
}

/* HERO BASE */
.hero-video {
  position: relative;
  height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-video h1 {
  font-size: 48px;
  font-weight: 700;
}

.hero-video p {
  font-size: 18px;
  color: #ddd;
  margin-top: 15px;
}

.hero-badge {
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 15px;
}

.hero-btn {
  background: #1D4E8F;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
}

.hero-btn:hover {
  background: #163d73;
  color: #f1f1f1;
}

.hero-outline {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
}

.hero-outline:hover {
  background: #fff;
  color: #000;
}

@media(max-width:1111px) {
  .im {
    margin-top: 8%;
  }

  .main-img {
    margin-left: 0;
  }

  .hero-card {
    display: none;
  }
}


@media(max-width:991px) {
  .hero-video {
    text-align: center;
    height: auto;
    padding: 100px 0;
  }

  .hero-video h1 {
    font-size: 32px;
  }
}

/* ABOUT SECTION */
.about-section {
  padding: 70px 0;
  background: #fff;
}

/* IMAGE */
.about-img {
  border-radius: 10px;
}

/* OVERLAY BOX */
.about-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #1D4E8F;
  color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
}

.about-box h4 {
  margin: 0;
  font-weight: 700;
}

.about-box p {
  margin: 0;
  font-size: 13px;
}

/* TAG */
.section-tag {
  color: #1D4E8F;
  font-weight: 600;
  font-size: 14px;
}

/* TITLE */
.about-section h2 {
  font-size: 34px;
  font-weight: 700;
  margin: 10px 0;
}

.about-section h2 span {
  color: #1D4E8F;
}

/* TEXT */
.about-section p {
  color: #555;
  font-size: 16px;
}

/* FEATURES */
.about-features {
  margin-top: 15px;
}

.about-features div {
  margin-bottom: 8px;
  font-weight: 500;
}

.about-features i {
  color: #1D4E8F;
  margin-right: 8px;
}

/* BUTTON */
.about-btn {
  background: #1D4E8F;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
}

.about-btn:hover {
  background: #163d73;
  color: #fff;
}

/* MOBILE */
@media(max-width:991px) {
  .about-section {
    padding: 50px 0 !important;
  }

  .about-box {
    position: static;
    margin-top: 15px;
  }

  .about-img {
    margin-top: 20px;
  }

  .about-section h2 {
    font-size: 28px;
  }

  .about-section p {
    text-align: justify;
  }

  .about-features {
    text-align: left;
  }
}


/* cta */
.cta-section {
  padding: 50px 0;
  background: linear-gradient(rgba(29, 78, 143, 0.9), rgba(29, 78, 143, 0.9)),
    url('images/c4.jpg') center/cover no-repeat;
  color: #fff;
  border-radius: 10px;
}

.cta-section h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.cta-section h2 span {
  color: #1D4E8F;
}

.cta-section p {
  margin-top: 10px;
  font-size: 16px;
  color: #ddd;
}

/* BUTTONS */
.cta-btn {
  background: #fff;
  color: #1D4E8F;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
}

.cta-btn:hover {
  background: #f1f1f1;
}

.cta-outline {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
}

.cta-outline:hover {
  background: #fff;
  color: #1D4E8F;
}

@media(max-width:768px) {
  .cta-section {
    padding: 30px;
    margin: 0 10px;
    width: auto;
  }

  .cta-section h2 {
    font-size: 28px;
  }

  .cta-section p {
    text-align: justify;
  }
}

.stats-section {
  padding: 50px 0;
  background: #f8fbff;
}

/* ROW */
.stats-row {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* EACH ITEM */
.stat-item {
  padding: 30px 10px;
  position: relative;
}

/* VERTICAL DIVIDER */
.stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: #eee;
}

/* ICON */
.stat-item i {
  font-size: 46px;
  color: #1D4E8F;
  margin-bottom: 10px;
}

/* NUMBER */
.stat-item h3 {
  font-size: 36px;
  font-weight: 700;
  color: #1D4E8F;
  margin: 5px 0;
}

/* TEXT */
.stat-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* HOVER (very subtle) */
.stat-item:hover h3 {
  color: #333;
}

.stat-item:hover {
  background: #fff;
}

/* MOBILE */
@media(max-width:768px) {

  .stat-item {
    padding: 20px 10px;
  }

  .stat-item::after {
    display: none;
  }

  .stats-row {
    border: none;
  }

}

.icon-box {
  width: 85px;
  height: 85px;

  margin: 0 auto 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;

  background: #dbe6ff;
  border-radius: 50%;
}

/* ROTATING OUTER BORDER */
.icon-box::before {
  content: "";
  position: absolute;

  width: 100%;
  height: 100%;

  border: 2px dashed #1d4e8f2d;
  border-radius: 50%;

  transition: transform 0.2s linear, border-color 0.3s ease;
}

/* ICON */
.icon-box i {
  font-size: 40px;
  color: #1D4E8F;
  position: relative;
  z-index: 1;
}

/* HOVER ROTATION */
.stat-item:hover .icon-box::before {
  transform: rotate(360deg);
  color: #1D4E8F !important;
}

/* courses SECTION */
.courses-section {
  padding: 70px 0;
  background: #fff;
}

/* TITLE */
.courses-section h2 {
  font-weight: 800;
  font-size: 36px;
}

.courses-section h2 span {
  color: #1D4E8F;
}

.courses-section p {
  color: #666;
}

/* CARD */
.course-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 25px;
  border: 1px solid #eee;
}

/* IMAGE */
.course-card img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

/* CONTENT */
.course-content {
  padding: 20px;
}

.course-content h4 {
  font-size: 20px;
  font-weight: 600;
}

.course-content p {
  font-size: 14px;
  color: #555;
  margin: 10px 0;
}

@media(max-width:768px) {
  .courses-section h2 {
    font-size: 28px;
  }

}

/* META */
.course-meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
}

/* BUTTON */
.course-btn {
  background: #1D4E8F;
  color: #fff;
  padding: 8px 18px;
  border-radius: 4px;
  font-size: 14px;
}

.course-btn:hover {
  background: #163d73;
  color: #f1f1f1;
}

/* HOVER EFFECT */
.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* VIEW ALL BUTTON */
.all-courses-btn {
  border: 2px solid #1D4E8F;
  color: #1D4E8F;
  padding: 10px 25px;
  border-radius: 5px;
}

.all-courses-btn:hover {
  background: #1D4E8F;
  color: #fff;
}

/* SECTION */
.why-section {
  padding: 60px 0;
  background: #f8fbff;
}

/* TITLE */
.why-section h2 {
  font-size: 36px;
  font-weight: 800;
}

@media(max-width:768px){
  .why-section h2 {
    font-size: 28px;  
  }
}

.why-section h2 span {
  color: #1D4E8F;
}

.why-section p {
  color: #666;
}

/* ITEM */
.why-item {
  text-align: center;
  padding: 20px 15px;
  transition: 0.3s;
}


/* ICON */
.why-item i {
  font-size: 46px;
  color: #1D4E8F;
  margin-bottom: 15px;
}

.why-item i {
  width: 85px;
  height: 85px;

  margin: 0 auto 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;

  background: #dbe6ff;
  border-radius: 50%;
}

.why-item i:hover {
  background: #f8fbff;
  box-shadow: 0 0 12px rgba(29, 78, 143, 0.2);
}

/* TITLE */
.why-item h5 {
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* TEXT */
.why-item p {
  font-size: 14px;
  color: #555;
}

/* SUBTLE HOVER */
.why-item:hover h5 {
  color: #1D4E8F;
}

.why-item {
  border-right: 1px solid #eee !important;
}

.why-item:last-child {
  border-right: none;
}

/* SECTION */
.contact-faq-section {
  padding: 70px 0;
  background: #fff;
}

/* CONTACT BOX */
/* .contact-box {
  padding: 30px 35px;
  background: #fafbff;
  border: 1px solid #eee;
  border-radius: 8px;
} */

/* HEADING */
.contact-box h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-box p {
  color: #666;
  font-size: 14px;
  margin-bottom: 25px;
}

/* FORM GROUP SPACING */
.form-group {
  margin-bottom: 18px;
}

/* INPUTS */
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e3e6ea;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  transition: 0.25s;
}

/* PLACEHOLDER */
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #999;
  font-weight: 500;
}

/* HOVER */
.contact-form input:hover,
.contact-form textarea:hover,
.contact-form select:hover {
  border-color: #cfd6dd;
}

/* FOCUS */
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: #1D4E8F;
  box-shadow: 0 0 0 2px rgba(29, 78, 143, 0.08);
}

/* BUTTON */
.submit-btn {
  background: #1D4E8F;
  color: #fff;
  padding: 11px 22px;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  transition: 0.25s;
}

.submit-btn:hover {
  background: #163d73;
  color: #f1f1f1;
}

/* MOBILE FIX */
@media(max-width:991px) {
  .contact-box {
    margin-bottom: 40px;
  }

  .faq-box {
    border-left: none;
    padding-left: 0;
  }
}

/* ALIGN WITH FAQ */
.faq-box {
  padding-left: 40px;
  border-left: 1px solid #eee;
}

.faq-box h2 {
  font-weight: 700;
  /* margin-bottom: 10px; */
}

.faq-box p {
  margin-bottom: 25px;
}


/* FAQ WRAPPER */
.faq-item {
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #f8fbff;
  transition: 0.3s;
}

/* QUESTION */
.faq-question {
  padding: 10px 20px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  color: #222;
}

/* RIGHT ARROW */
.faq-question .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.faq-question .icon::before {
  content: "\f282";
  /* bootstrap chevron-down */
  font-family: "bootstrap-icons";
  font-size: 16px;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  padding: 0 20px;
}

.faq-answer p {
  margin: 15px 0;
  color: #555;
}

/* ACTIVE STATE */
.faq-item.active {
  background: transparent;
}

/* ACTIVE HEADER */
.faq-item.active .faq-question {
  background: #1D4E8F;
  /* dark blue like screenshot */
  color: #fff;
}

/* ROTATE ICON */
.faq-item.active .icon::before {
  transform: rotate(180deg);
  display: inline-block;
}

/* SHOW ANSWER */
.faq-item.active .faq-answer {
  max-height: 150px;
}

/* MOBILE */
@media(max-width:991px) {
  .contact-box {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .faq-box {
    padding-left: 0;
    border-left: none;
  }
}

/* FOOTER */
.footer {
  background: #0f172a;
  /* dark navy */
  color: #ccc;
  padding-top: 60px;
}

/* HEADINGS */
.footer h4,
.footer h5 {
  color: #fff;
  margin-bottom: 15px;
}

/* TEXT */
.footer p {
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
}

/* LINKS */
.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  color: #ccc;
  font-size: 14px;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: #fff;
  padding-left: 5px;
}

/* CONTACT */
.footer-contact p {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-contact i {
  margin-right: 8px;
  /* color: #1D4E8F; */
}

.footer-social {
  font-size: 20px;
}

.footer-social i {
  margin-right: 8px;
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding: 15px 0;
  font-size: 13px;
}


/* ------index page end------ */


/* -------about page start------- */
.page-banner {
  background: linear-gradient(rgba(29, 78, 143, 0.85), rgba(29, 78, 143, 0.85)),
    url('images/about.jpeg') center/cover no-repeat;
  padding: 90px 0;
  color: #fff;
}

.page-banner h1 {
  font-size: 36px;
}

.page-banner p {
  font-size: 14px;
  opacity: 0.9;
}

.about-section {
  padding: 80px 0;
}

.about-section h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.about-section p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

/* SECTION */
.mission-vision {
  padding: 90px 0;
  /* background: linear-gradient(to right, #f8fbff, #ffffff); */
  background: #f8fbff;
  position: relative;
  overflow: hidden;
}

/* SUBTLE BACKGROUND SHAPE */
.mission-vision::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(29, 78, 143, 0.04);
  border-radius: 50%;
  top: -80px;
  left: -80px;
}

/* BOX */
.mv-box {
  padding: 35px 30px;
  height: 100%;
  position: relative;
}

/* DIVIDER LINE */
.mv-box {
  border-right: 1px solid #eee;
}

.col-lg-6:last-child .mv-box {
  border-right: none;
}

/* SMALL TITLE */
.mv-box h6 {
  font-size: 18px;
  color: #1D4E8F;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* MAIN TITLE */
.mv-box h3 {
  font-size: 26px;
  /* slightly improved */
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.4;
}

/* TEXT */
.mv-box p {
  font-size: 14px;
  color: #666;
  line-height: 1.9;
  margin-bottom: 12px;
}

/* HOVER EFFECT (VERY SUBTLE) */
.mv-box:hover {
  transform: translateY(-3px);
}

/* ACCENT LINE */
.mv-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 38px;
  width: 3px;
  height: 18px;
  background: #1D4E8F;
  opacity: 0.2;
  transition: 0.3s;
}

.mv-box:hover::after {
  height: 60px;
  opacity: 1;
}

/* MOBILE */
@media(max-width:991px) {

  .mv-box {
    padding: 15px 5px 5px 20px;
    border-right: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
  }

  .col-lg-6:last-child .mv-box {
    border-bottom: none;
  }
  .mv-box p{
    text-align: justify;
  }
  .mv-box h3{
    font-size: 22px;
  }

  .mission-vision{
    padding: 50px 0;
  }
}

.mv-box {
  background: transparent;
}

.mv-box:hover {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

/* BOX */
.wc-box {
  padding: 25px 20px;
  border: 1px solid #eee;
  border-radius: 6px;
  height: 100%;
  transition: 0.3s;
  position: relative;
  text-align: center;
  justify-items: center;
}

/* ICON */
.wc-icon {
  width: 55px;
  height: 55px;
  margin-bottom: 15px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #f4f7ff;
  border-radius: 50%;
}

.wc-icon i {
  font-size: 22px;
  color: #1D4E8F;
}

/* TITLE */
.wc-box h5 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}

/* TEXT */
.wc-box p {
  font-size: 14px;
  color: #666;
}

/* HOVER */
.wc-box:hover {
  transform: translateY(-5px);
  background-color: #f8fbff;
}

.wc-box:hover::before {
  height: 50px;
  opacity: 1;
}

/* MOBILE */
@media(max-width:768px) {
  /* .wc-box {
    margin-bottom: 20px;
  } */
}


/* /conatct page start */
.contact-page {
  padding: 80px 0;
}

/* LEFT SIDE BOX (ONLY BORDER RIGHT) */
.contact-info-box {
  padding-right: 35px;
  border-right: 1px solid #eee;
  height: 100%;
}

/* ITEM (FORM-LIKE) */
.info-item {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 12px 0;
  margin-bottom: 15px;

  border-bottom: 1px solid #ddd;
}

/* ICON WITH BACKGROUND */
.info-item i {
  width: 50px;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #eef4ff;
  color: #1D4E8F;

  border-radius: 6px;
  font-size: 24px;

  flex-shrink: 0;
}

/* LABEL */
.info-item h6 {
  color: #1D4E8F;
  margin-bottom: 2px;
  font-weight: 700;
  text-transform: uppercase;
}

/* VALUE */
.info-item p {
  margin: 0;
  font-size: 14px;
  color: #222;
  font-weight: 500;
}

/* HOVER (LIKE INPUT FOCUS) */
.info-item:hover {
  border-color: #1D4E8F;
}

.info-item:hover i {
  background: #1D4E8F;
  color: #fff;
}

/* MOBILE FIX */
@media(max-width:991px) {
  .contact-info-box {
    border-right: none;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

/* ======contact page end============== */


/* =========gallery page start============== */
/* SECTION */
/* SECTION */
.gallery-section {
  padding: 80px 0;
  background: #fff;
}


/* REMOVE OLD BORDER */
.gallery-item {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}

/* ROW WITH LINES */
/* .gallery-section .row {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
} */

/* EACH COLUMN CREATES GRID LINES */
.gallery-section [class*="col-"] {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0;
  /* important */
}

.gallery-section .row>div:nth-child(2n) {
  border-right: none;
}

.gallery-section .row>div:nth-last-child(-n+3) {
  border-bottom: none;
}

/* TABLET (2 columns) */
@media(max-width:768px) {
  .gallery-section .row>div:nth-child(2n) {
    border-right: none;
  }
}

/* MOBILE (1 column) */
@media(max-width:576px) {
  .gallery-section [class*="col-"] {
    border-right: none;
    border-bottom: none;
  }
}

/* IMAGE */
.gallery-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.gallery-item {
  padding: 25px;
}

/* HOVER */
.gallery-item:hover img {
  transform: scale(1.05);
}

/* =======gallery page end=============== */

/* =================course page start======================= */
.course-filter button {
  border: 1px solid #eee;
  background: transparent;
  padding: 8px 18px;
  margin: 5px;
  border-radius: 4px;
  transition: 0.3s;
  font-size: 14px;
}

.course-filter button.active,
.course-filter button:hover {
  background: #1D4E8F;
  color: #fff;
  border-color: #1D4E8F;
}

/* CARD */
.course-card {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: 0.35s;
}

/* IMAGE */
.course-img {
  position: relative;
  overflow: hidden;
}

.course-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.4s;
}

/* BADGE */
.course-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #1D4E8F;
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 3px;
}

/* CONTENT */
.course-content {
  padding: 20px;
}

.course-content h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.course-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

/* FEATURES */
.course-features {
  list-style: none;
  padding: 0;
  margin-bottom: 18px;
}

.course-features li {
  font-size: 13px;
  color: #444;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ICON */
.course-features i {
  color: #1D4E8F;
  font-size: 14px;
}

/* BUTTON */
.course-card .btn {
  font-size: 14px;
  padding: 8px;
  border-radius: 4px;
}

/* HOVER EFFECT */
.course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.course-card:hover img {
  transform: scale(1.08);
}

/* TITLE ROW */
.course-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

/* ICON */
.course-title i {
  font-size: 18px;
  color: #1D4E8F;
}

/* TITLE TEXT */
.course-title h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/* REMOVE ICONS FROM LIST (CLEAN LOOK) */
.course-features li {
  padding-left: 0;
}

/* OPTIONAL SMALL DOT */
.course-features li::before {
  content: "•";
  color: #1D4E8F;
  margin-right: 6px;
}


/* ========course-fire start========= */