/*-------------------------------------------------
 =  Table of Css

 1.Some default basic style of template
 2.Header
 3 NAVBAR
 4.Isotope filtering
 5.General
 6. HERO / SLIDER SECTION
 7.feature section
 8 LEADERSHIP SECTION
 9 popular courses section
 10 ADVANCED DIPLOMA – PREMIUM UI
 11 APPLIED DIPLOMA – CLEAN PROFESSIONAL
 12 TALLY MANUFACTURING – PROFESSIONAL
 13 CONTACT PAGE – PROFESSIONAL 
 14 Events
 15 events-posts
 16 video-post
 17 blog post
 18.Sidebar
 19.single post
 20.about section
 21.single event section
 22.cart section
 23.Footer

-------------------------------------------------*/


body {
  font-family: "Raleway", sans-serif;
}

.reset-elem,
.top-line .right-top-line ul,
.dropdown,
.mobile-menu nav.mobile-nav ul,
section.page-banner-section ul.page-depth,
section.blog-section ul.page-pagination,
.sidebar .category-widget ul.category-list,
.sidebar .category-widget ul.archives-list,
.sidebar .category-widget ul.filter,
.sidebar .archives-widget ul.category-list,
.sidebar .archives-widget ul.archives-list,
.sidebar .archives-widget ul.filter,
.sidebar .filter-widget ul.category-list,
.sidebar .filter-widget ul.archives-list,
.sidebar .filter-widget ul.filter,
.sidebar .tags-widget ul.tags-list,
.sidebar .products-widget ul.products-list,
.sidebar div.course-widget ul.share-list,
.blog-post.single-post .tags-share-box ul,
.comments-holder .comment-list,
.comments-holder .comment-list li ul.depth-comment,
section.clients-section ul.clients-list,
section.pricing-section .pricing-table .pricing-content ul.pricing-list,
section.single-event-section .single-event-box .event-content ul,
section.single-event-section .single-event-box .event-content ul.share-list,
section.single-course-section .single-course-content ul.list,
section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines,
section.single-course-section .course-reviews .course-reviews-inner ul.comments,
footer .up-footer .footer-widget.text-widget ul,
footer .up-footer .footer-widget ul.quick-list,
footer .copyright-inner ul.studiare-social-links {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/*------------------------------------------------- */
/* =  Header
 *------------------------------------------------- */
header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  z-index: 999998;
}

.top-line {
  background-color: #2e61ad
}

.top-line p {
  display: inline-block;
  margin-right: 25px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  padding: 18px 0;
  margin-bottom: 0;
}

.top-line p i {
  font-size: 18px;
  float: left;
  margin-right: 7px;
  line-height: 24px;
}

.top-line .right-top-line {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

.top-line .right-top-line ul {
  display: inline-block;
}

.top-line .right-top-line ul li {
  display: inline-block;
  margin-right: 15px;
}

.top-line .right-top-line ul li a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}

.top-line .right-top-line button {
  display: inline-block;
  width: 56px;
  heght: 56px;

  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.top-line .right-top-line button i {
  line-height: 60px;
}

.top-line .right-top-line button i.close-search {
  display: none;
}

.top-line .right-top-line button.shop-icon {
  background-color: rgba(0, 0, 0, 0.3);
}

.top-line .right-top-line button span.studiare-cart-number {
  position: absolute;
  font-size: 10px;
  top: 10px;
  right: 10px;
  width: 16px;
  line-height: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #2e61ad;
  color: #fff;
}


header {
  position: sticky;
  top: 0;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  z-index: 999;
}

.top-line {
  background: #2e61ad;
  padding: 18px 0;
}

.top-contact {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.contact-item i {
  font-size: 18px;
  color: #fff;
}

.contact-item a {
  color: rgba(255, 255, 255, 0.75);
}

.contact-item a:hover {
  color: #fff;
}

.navbar {
  height: 95px;
  background: #fff;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

.navbar-container {
  display: flex;
  align-items: center;
  padding: 18px 32px;
}

.navbar-brand img {
  width: 150px;
  margin-left: 70px;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.navbar-nav a {
  font-size: 20px;
  color: #2f2f32;
  white-space: nowrap;
}

.navbar-nav a.active,
.navbar-nav a:hover {
  color: #2e61ad;
}

/* ========================================
   BUTTONS
   ======================================== */
.get-started,
.login-button,
.hero-btn,
.btn-back,
.rev-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: #fafbfd;
  color: #2e61ad;
  border: 2px solid #2e61ad;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.get-started:hover,
.login-button:hover,
.hero-btn:hover,
.btn-back:hover,
.rev-btn:hover {
  background: #244d8f;
  color: #fff;
  border-color: #244d8f;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.get-started:focus,
.hero-btn:focus,
.btn-back:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(36, 77, 143, 0.4);
}

.button-one {
  color: #2e61ad;
  padding: 10px 25px;
  border: 1px solid #2e61ad;
  border-radius: 24px;
  font-size: 15px;
  transition: all 0.2s;
}

.button-one:hover {
  background: #2e61ad;
  color: #fff;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
}

.button-two {
  color: #fff;
  padding: 10px 25px;
  background: #2e61ad;
  border: 1px solid #2e61ad;
  border-radius: 24px;
  font-size: 15px;
  transition: all 0.2s;
}

.button-two:hover {
  opacity: 0.95;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}


/* ===============================
   MENU LINKS
================================ */
.mobile-menu-list {
  list-style: none;
  padding: 20px;
  margin: 0;
}

.mobile-menu-list li {
  border-bottom: 1px solid #1f2937;
}

.mobile-menu-list a {
  display: block;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.mobile-menu-list a:hover {
  color: #2e61ad;
}

/* ========================================
   HERO / SLIDER SECTION
   ======================================== */
#home-section {
  position: relative;
  min-height: 600px;
  background: #111;
  overflow: hidden;
}

/* Responsive Slider Image */
.responsive-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

/* Hero Text Over Slider */
.hero-text {
  position: absolute;
  top: 40%;
  left: 8%;
  transform: translateY(-50%);
  max-width: 520px;
  color: #2e61ad;
  z-index: 999;
}

.hero-text h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-text h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.95;
  color: #0f0202;
}

/* Slider Bullets */
.tp-bullet {
  width: 30px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.tp-bullet:hover,
.tp-bullet.selected {
  background: #fff;
}

/* ===============================
   NAVBAR
================================ */
.navbar {
  position: relative;
  z-index: 1000;
  background: #ffffff;
}

.navbar img {
  height: 40px;
}

/* Hide desktop logo on mobile */
@media (max-width: 991px) {
  .desktop-logo {
    display: none;
  }
}

/* ===============================
   HAMBURGER BUTTON
================================ */
.mobile-nav-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  z-index: 3000;
}

.mobile-nav-toggle span {
  width: 26px;
  height: 2px;
  background: #2e61ad;
  display: block;
  position: relative;
}

.mobile-nav-toggle span::before,
.mobile-nav-toggle span::after {
  content: "";
  width: 26px;
  height: 2px;
  background: #2e61ad;
  position: absolute;
  left: 0;
}

.mobile-nav-toggle span::before {
  top: -7px;
}

.mobile-nav-toggle span::after {
  top: 7px;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
}

/* ===============================
   FULL SCREEN MOBILE MENU (FIXED)
================================ */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  /* FULL WIDTH */
  height: 100vh;
  /* FULL HEIGHT */
  background: #0b1220;
  z-index: 2500;
  display: flex;
  flex-direction: column;

  /* hidden state */
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.35s ease;
}

/* ACTIVE STATE */
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* ===============================
   MENU HEADER
================================ */
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 15px 20px;
}

.mobile-menu-header img {
  height: 40px;
}

.mobile-menu-close {
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
}

/* ===============================
   MENU LINKS
================================ */
.mobile-menu-list {
  list-style: none;
  padding: 30px 20px;
  margin: 0;
}

.mobile-menu-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-list a {
  display: block;
  padding: 15px 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}

.mobile-menu-list a:hover {
  color: #2e61ad;
}



/* =========================
   TOP CONTACT (CORPORATE)
========================= */

.top-contact {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

/* CONTACT ITEM */
.top-line .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-family: "Poppins", "Inter", "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  /* clearer numbers */
  color: rgba(255, 255, 255, 0.85);
  /* better contrast */
  line-height: 1.4;
}

/* ICON STYLE */
.top-line .contact-item i {
  font-size: 17px;
  color: #ffffff;
  line-height: 1;
}

/* LINK STYLE */
.top-line .contact-item a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.4px;
  /* key for numbers */
  text-decoration: none;
  transition: all 0.3s ease;
}

/* HOVER */
.top-line .contact-item a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* =========================
   TOP CONTACT – RESPONSIVE
========================= */

/* Tablet */
@media (max-width: 992px) {
  .top-contact {
    gap: 16px;
  }

  .top-line .contact-item {
    font-size: 13px;
  }

  .top-line .contact-item a {
    font-size: 13px;
    letter-spacing: 0.3px;
  }

  .top-line .contact-item i {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .top-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .top-line .contact-item {
    width: 100%;
    font-size: 13px;
  }

  .top-line .contact-item a {
    font-size: 13px;
  }

  .top-line .contact-item i {
    font-size: 15px;
  }
}


.navbar {
  padding: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-bottom: none;
  width: 100%;
  z-index: 999999;
  background-color: #fff !important;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  height: 95px;
}

.navbar a.navbar-brand {
  float: none;
  margin-right: 165px;
}

.navbar a.navbar-brand img {

  width: 120px;
  margin-left: 70px;




}

.navbar .login-button {
  color: #fff;
  text-align: center;
  border: 0;


  padding: 10px 28px;
  font-weight: 500;
  font-size: 16px;


  display: flex;
  /* 🔥 required */
  align-items: center;
  /* 🔥 vertical center */
  justify-content: center;
  gap: 8px;

  background-color: #2e61ad;
  border-radius: 50px;


  white-space: nowrap;
  flex-wrap: nowrap;
  text-shadow: none;
  transition: all 0.2s ease-in-out;
}


/* ICON FIX */
.navbar .login-button i {
  font-size: 18px;
}

/* FIX ICON */
.navbar .login-button i {
  font-size: 18px;
  /* balanced size */
  float: none;
  /* ❌ remove float */
  margin: 0;
  /* ❌ remove margin */
}

/* =====================================
   NAVBAR LOGO SIZE CONTROL
   ===================================== */
/* LOGO IMAGE */
.navbar-brand img {
  width: 150px;
  height: auto;
  transition: all 0.2s ease-in-out;
  margin-top: 0;
  /* remove top spacing */
  /* force left */
}

/* Mobile logo size */
@media (max-width: 768px) {
  .navbar-brand img {
    width: 130px;
  }
}

/* RESET */
* {
  box-sizing: border-box;
}

/* HEADER */
.main-header {
  width: 100%;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* MAIN FLEX CONTAINER */
.navbar-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 18px 32px;
}

/* LOGO */
.logo img {
  height: 48px;
}

/* MENU */
.navbar-nav {
  display: flex;
  align-items: center;
  gap: 30px;

  list-style: none;
  margin-left: 250px;
  padding: 0;
  flex-wrap: nowrap;
}

.navbar-nav li a {
  font-size: 20px;
  font-weight: 400;
  color: #2e61ad;
  ;
  text-decoration: none;
  white-space: nowrap;
  /* 🔥 moves text slightly to the LEFT */
}

/* ACTIVE / HOVER */
.navbar-nav li a.active,
.navbar-nav li a:hover {
  color: #2e61ad;
}

/* GET STARTED BUTTON (FINAL FIX) */
.get-started {
  margin-left: auto;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 12px 28px;
  background: #2e61ad;
  color: #fff;

  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;

  white-space: nowrap;
  /* 🔥 STOP TEXT BREAK */
  flex-wrap: nowrap;
  /* 🔥 STOP FLEX BREAK */

  text-decoration: none;
}

/* BUTTON HOVER */
.get-started:hover {
  background: #244e8a;
}


.navbar-nav>li>a.active,
.navbar-nav>li>a:hover {
  color: #2e61ad !important;
}

.navbar-nav li.drop-link {
  position: relative;
}

.navbar-nav.active>li>a {
  opacity: 0;
  visibility: hidden;
}

.navbar-collapse {
  position: relative;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 240px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}

.dropdown li {
  position: relative;
  display: block;
  padding: 0px 20px;
  border: none;
}

.dropdown li a {
  position: relative;
  display: block;
  padding: 12px 0;
  color: #464749;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 1px solid #e9ecef;
}

.dropdown li a:hover {
  color: #2e61ad;
}

.dropdown li .dropdown.level2 {
  top: 0px;
  margin-top: 0;
  left: 100%;
  margin-left: 10px;
}

.dropdown li:hover .dropdown.level2 {
  margin-left: 0;
}

.dropdown li:last-child a {
  border-bottom: none;
}

.dropdown li.drop-link>a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #dee2e6;
}

li:hover>.dropdown {
  visibility: visible;
  opacity: 1;
  margin-top: -20px;
}

a.mobile-nav-toggle {
  position: relative;
  padding: 10px;
  display: none;
  margin-right: 15px;
}

a.mobile-nav-toggle span {
  vertical-align: middle;
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #2e61ad;
  ;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a.mobile-nav-toggle span:before,
a.mobile-nav-toggle span:after {
  position: absolute;
  content: "";
  left: 0;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #2e61ad;
  ;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a.mobile-nav-toggle span:before {
  top: -6px;
}

a.mobile-nav-toggle span:after {
  top: 6px;
}

a.mobile-nav-toggle.opened span {
  background-color: transparent;
}

a.mobile-nav-toggle.opened span:before {
  -webkit-transform: translateY(6px) rotateZ(-45deg);
  transform: translateY(6px) rotateZ(-45deg);
}

a.mobile-nav-toggle.opened span:after {
  -webkit-transform: translateY(-6px) rotateZ(45deg);
  transform: translateY(-6px) rotateZ(45deg);
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 150px;
  background-color: #2e61ad;
  ;
  height: 100%;
  z-index: 999999;
  overflow-y: scroll;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.mobile-menu.open {
  right: 0;
}

.mobile-menu .search-form-box {
  padding: 24px 20px;
}

.mobile-menu .search-form-box form {
  position: relative;
}

.mobile-menu .search-form-box form input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: transparent;
  color: #2e61ad;
  ;
  padding: 8px 12px;
  font-size: 14px;
  outline: none;
}

.mobile-menu .search-form-box form button {
  position: absolute;
  background-color: transparent;
  border: none;
  outline: none;
  color: #2e61ad;
  ;
  top: 7px;
  right: 4px;
}

.mobile-menu .shopping-cart-box {
  padding: 0 20px 24px;
  border-bottom: 1px solid #2e61ad;
  ;
}

.mobile-menu .shopping-cart-box a {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  text-transform: uppercase;
}

.mobile-menu .shopping-cart-box a i {
  margin-right: 6px;
}

.mobile-menu .shopping-cart-box a span {
  margin-left: 10px;
  background-color: #2e61ad;
  min-width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  border-radius: 3px;
  margin-top: -20px;
  margin-left: 8px;
  text-align: center;
}

.mobile-menu .shopping-cart-box a:hover {
  color: #fff;
}

.mobile-menu nav.mobile-nav {
  padding: 24px 20px;
}

.mobile-menu nav.mobile-nav ul li {
  display: block;
}

.mobile-menu nav.mobile-nav ul li a {
  color: #fff;
  font-size: 18px;
  padding: 6px 0;
}

.mobile-menu nav.mobile-nav ul li a:hover {
  color: #2e61ad !important;
}

.mobile-menu nav.mobile-nav ul.drop-level {
  padding-left: 16px;
  border-left: 1px solid #2e61ad;
  ;
}

.mobile-menu nav.mobile-nav ul.drop-level li a {
  font-size: 14px;
  color: #adb5bd;
}

@media (max-width: 991px) {
  .right-top-line {
    display: none !important;
  }

  .top-line {
    text-align: center;
  }

  .top-line p {
    padding: 10px 0;
  }

  header .search_bar {
    display: none;
  }

  header .navbar-brand {
    padding: 25px;
  }

  a.mobile-nav-toggle {
    display: flex;
    justify-content: flex-end;
  }
}

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */

/*-------------------------------------------------- */
/* Isotope filtering */
/*------------------------------------------------- */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

/*------------------------------------------------- */
/* =  General */
/*------------------------------------------------- */
#container {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

#container.move {
  margin-left: -300px;
  margin-right: 300px;
}

#container.active {
  opacity: 1;
}

.container {
  max-width: 1430px;
}

.title-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.title-section p {
  font-size: 18px;
  color: #7d7e7f;
}

.title-section span {
  display: inline-block;
  color: #2e61ad;
  font-size: 25px;
  margin: 0;
}

.title-section .right-part {
  padding-top: 15px;
}

.title-section.white-style h1 {
  color: #ffffff;
}

a.button-one {
  color: #2e61ad;
  font-size: 15px;
  padding: 10px 25px;
  border: 1px solid #2e61ad;
  font-weight: 400;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}

a.button-one:hover {
  background: #2e61ad;
  color: #fff;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
}

a.button-two {
  color: #ffffff;
  font-size: 15px;
  padding: 10px 25px;
  border: 1px solid #2e61ad;
  background: #2e61ad;
  font-weight: 400;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}

a.button-two:hover {
  opacity: 0.95;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

a.text-link {
  color: #2e61ad;
  font-size: 15px;
  padding: 0 0 5px 0;
  line-height: 26px;
  border-bottom: 1px solid #e5e5e5;
}

a.text-link:hover {
  color: #2f2f32;
}

.center-button {
  text-align: center;
}

button.mfp-close,
button.mfp-arrow,
a.zoom {
  outline: none;
}

section.page-banner-section {
  background-color: #f8f9fa;
  padding-top: 40px;
}

section.page-banner-section h1 {
  margin-bottom: 5px;
}

section.page-banner-section ul.page-depth li {
  display: inline-block;
  margin-right: 5px;
}

section.page-banner-section ul.page-depth li a {
  color: #8f8f8f;
  font-size: 16px;
}

section.page-banner-section ul.page-depth li a:hover {
  color: #2e61ad;
}

section.page-banner-section ul.page-depth li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #8f8f8f;
  font-size: 14px;
  margin-right: 8px;
}

section.page-banner-section ul.page-depth li:first-child:before {
  display: none;
}

/* ========================================
   RESET & BASE
   ======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Raleway", sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

ul,
ol {
  list-style: none;
}

li::marker {
  content: none;
}

.container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 20px;
}

img {
  max-width: 100%;
  height: auto;
}


/* ========================================
   FEATURE SECTION
   ======================================== */
.feature-section {
  padding: 80px 20px;
  background: #fff;
}

.feature-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 40px;
}

.feature-header .left-title {
  font-size: 36px;
  font-weight: 700;
  color: #2e61ad;
}

.feature-header .right-title {
  font-size: 16px;
  color: #2e61ad;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-grid-centered {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto 0;
}

.feature-grid-centered .feature-post {
  width: 100%;
  max-width: 370px;
}

.feature-post {
  background: #fff;
  padding: 55px 25px;
  border-radius: 14px;
  border: 2px solid transparent;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  transition: all 0.3s;
}

.feature-post:hover {
  transform: translateY(-3px);
  border-color: #2e61ad;
}

.feature-content h2 {
  font-size: 18px;
  font-weight: 600;
  color: #322f2f;
  margin-bottom: 10px;
}

.feature-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.feature-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}

.feature-box .feature-post {
  margin-bottom: 40px;
  display: flex;
}

.icon-holder {
  margin-right: 30px;
}

.icon-holder i {
  width: 70px;
  height: 70px;
  line-height: 68px;
  text-align: center;
  color: #2e61ad;
  font-size: 34px;
  border-radius: 22px;
  border: 1px solid #2e61ad;
}

.icon-holder.color2 i {
  color: #f9a134;
  border-color: #f9a134;
}

.icon-holder.color3 i {
  color: #2e3e77;
  border-color: rgba(46, 62, 119, 0.22);
}

/*------------------------------------------------- */
/* =  feature section */
/*------------------------------------------------- */
section.feature-section {
  padding: 80px 0 0;
}

section.feature-section .feature-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}

section.feature-section .feature-box .feature-post {
  margin-bottom: 40px;
  display: flex;
}

section.feature-section .feature-box .feature-post div.icon-holder {
  margin-right: 30px;
}

section.feature-section .feature-box .feature-post div.icon-holder i {
  width: 70px !important;
  height: 70px !important;
  line-height: 68px;
  text-align: center;
  color: #2e61ad;
  font-size: 34px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  position: relative;
  border: 1px solid #2e61ad;
}

section.feature-section .feature-box .feature-post div.icon-holder.color2 i {
  color: #f9a134;
  border-color: #f9a134;
}

section.feature-section .feature-box .feature-post div.icon-holder.color3 i {
  color: #2e3e77;
  border-color: rgba(46, 62, 119, 0.22);
}

section.feature-section .feature-box .feature-post .feature-content p {
  margin-bottom: 0px;
}

/* ========================================
   LEADERSHIP SECTION
   ======================================== */
.leadership-section {
  padding: 70px 20px;
  background: #fff;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h1 {
  font-size: 34px;
  font-weight: 600;
  color: #000;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.team-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 18px;
}

.team-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  margin-bottom: 16px;
}

.team-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.team-card p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #1a1a1a;
}

/* ========================================
   PAGE BANNER
   ======================================== */
.page-banner-section {
  background: linear-gradient(180deg, #f8fafc, #fff);
  padding: 90px 20px 60px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

.page-banner-section h1 {
  font-size: 38px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.page-banner-section p {
  font-size: 16.5px;
  color: #475569;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

.page-depth li {
  display: inline-block;
  margin-right: 5px;
  color: #8f8f8f;
}

.page-depth a {
  color: #8f8f8f;
  font-size: 16px;
}

.page-depth a:hover {
  color: #2e61ad;
}

/* ========================================
   DIPLOMA PAGES
   ======================================== */
.advanced-page,
.applied-page,
.tally-page {
  background: #f8fafc;
  font-family: "Poppins", sans-serif;
}

.content-block {
  background: #fff;
  padding: 34px;
  border-radius: 16px;
  margin-bottom: 34px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
  transition: all 0.3s ease;
}

.content-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.content-block h2 {
  font-size: 24px;
  font-weight: 600;
  color: #2e61ad;
  margin-bottom: 16px;
}

.content-block h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 26px;
  margin-bottom: 12px;
  color: #0f172a;
}

.content-block p {
  font-size: 16px;
  line-height: 1.8;
  color: #334155;
}

.icon-list {
  list-style: none;
  padding: 0;
}

.icon-list li {
  background: #fff;
  padding: 16px 20px 16px 46px;
  border-radius: 12px;
  margin-bottom: 12px;
  position: relative;
  color: #334155;
  font-size: 15.5px;
  line-height: 1.7;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #2e61ad;
}

.icon-list li::before {
  content: "✔";
  position: absolute;
  left: 18px;
  top: 16px;
  color: #2e61ad;
  font-weight: 700;
}

.highlight-box {
  background: linear-gradient(135deg, #eff6ff, #fff);
  border-left: 6px solid #2e61ad;
}

.duration-box {
  background: linear-gradient(135deg, #f8fafc, #fff);
  border-left: 6px solid #64748b;
}

.impact-box {
  background: linear-gradient(135deg, #fff7ed, #fff);
  border-left: 6px solid #2e61ad;
}

/* ========================================
   RESPONSIVE - TABLET (992px)
   ======================================== */
@media (max-width: 992px) {
  .top-contact {
    gap: 14px;
  }

  .contact-item {
    font-size: 13px;
  }

  .navbar-brand img {
    width: 130px;
    margin-left: 20px;
  }

  .navbar-nav {
    display: none;
  }

  .mobile-nav-toggle {
    display: flex;
  }

  .feature-grid,
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #home-section {
    min-height: 400px;
  }

  .hero-text {
    left: 5%;
    max-width: 90%;
  }

  .hero-text h1 {
    font-size: 32px;
  }

  .hero-text h2 {
    font-size: 22px;
  }
}

/* ========================================
   RESPONSIVE - MOBILE (768px)
   ======================================== */
@media (max-width: 768px) {
  .mobile-menu {
    display: block;
  }

  .top-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .navbar {
    height: auto;
  }

  .navbar-container {
    padding: 12px 20px;
  }

  .navbar-brand img {
    width: 110px;
    margin-left: 0;
  }

  .feature-section,

  .countdown-section,
  .courses-section,
  .leadership-section {
    padding: 50px 20px;
  }

  .feature-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .feature-header .left-title {
    font-size: 28px;
  }

  .feature-grid,
  .team-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .feature-post {
    padding: 25px 20px;
  }

  .team-card img {
    height: 240px;
  }

  .section-title h1,
  .page-banner-section h1 {
    font-size: 28px;
  }

  .hero-text h1 {
    font-size: 28px;
  }

  .hero-text h2 {
    font-size: 20px;
  }

  .hero-text p {
    font-size: 14px;
  }

  .hero-text {
    top: 35%;
    left: 5%;
    max-width: 85%;
    padding: 15px;
  }

  .page-banner-section {
    padding: 70px 16px 45px;
  }

  .content-block {
    padding: 26px;
  }

  .icon-list li {
    padding: 15px 16px 15px 42px;
  }

  .courses-top-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .courses-view span {
    display: none;
  }

  .countdown-item {
    gap: 10px;
  }

  .tp-caption {
    display: none;
  }
}

.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}

.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.tp-banner {
  width: 100%;
  position: relative;
}

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

#home-section {
  height: 600px;
  background-color: #343434;
  overflow: hidden;
  background: #111111;
}

#home-section .tp-shapewrapper {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

#home-section .tp-line-shape {
  background-color: #f9a134;
}

#home-section .Woo-PriceLarge {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background-color: #f9a134;
  font-size: 24px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  transform: rotate(-45deg) !important;
}

#home-section .tp-caption.Woo-TitleLarge {
  font-size: 41px;
  line-height: 48px;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  color: #2f2f32;
}

#home-section .tp-caption.Woo-Rating {
  font-family: "Raleway", sans-serif;
  font-style: normal !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #7d7e7f;
}

#home-section .persephone .tp-bullet {
  width: 30px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
}

#home-section .persephone .tp-bullet:hover,
#home-section .persephone .tp-bullet.selected {
  background: #fff;
}

#home-section a.rev-btn {
  z-index: 9;
  white-space: nowrap;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: white;
  letter-spacing: 0px;
  font-family: Raleway;
  background-color: #2e61ad;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.098) 0px -3px 0px 0px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.098) 0px -3px 0px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.098) 0px -3px 0px 0px inset;
  -o-box-shadow: rgba(0, 0, 0, 0.098) 0px -3px 0px 0px inset;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  margin: 0px;
  padding: 12px 25px 13px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  border: none;
  opacity: 1;
  transform-origin: 50% 50% 0px;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

#home-section a.rev-btn:hover {
  background-color: #2e61ad !important;
  color: #fff !important;
  opacity: 0.7 !important;
}


@media (max-width: 991px) {
  #home-section {
    height: auto;
  }

  .tp-caption {
    display: none !important;
  }
}

/*------------------------------------------------- */
/* =  popular courses section */
/*------------------------------------------------- */
section.popular-courses-section {
  padding: 80px 0 50px;
}

section.courses-section {
  padding: 40px 0;
  background-color: #f8f9fa;
}

section.courses-section .courses-top-bar {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 1.875rem;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.courses-section .courses-top-bar .courses-view a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 10px 12px;
  margin-right: 6px;
  color: #2f2f32;
  font-size: 15px;
}

section.courses-section .courses-top-bar .courses-view a.active,
section.courses-section .courses-top-bar .courses-view a:hover {
  border-color: transparent;
  background-color: #2e61ad;
  color: #fff;
}

section.courses-section .courses-top-bar .courses-view span {
  color: #7d7e7f;
  margin-left: 15px;
}

section.courses-section .courses-top-bar form {
  position: relative;
}

section.courses-section .courses-top-bar form input {
  width: 100%;
  min-width: 224px;
  padding-right: 42px;
  line-height: 1.6;
  outline: 0;
  padding: 8px 10px;
  border: 1px solid #dcdcdc;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  transition: all .2s;
}

section.courses-section .courses-top-bar form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #7d7e7f;
  font-size: 15px;
}

@media (max-width: 767px) {
  section.courses-section .courses-top-bar .courses-view span {
    display: none;
  }
}

/* ===============================
   ADVANCED DIPLOMA – PREMIUM UI
   =============================== */

.advanced-page {
  font-family: "Poppins", sans-serif;
  background: #ffffff;
}

/* ======================================
   PAGE BANNER / HERO
   ====================================== */

.advanced-page .page-banner-section {
  padding: 90px 0 60px;
  text-align: center;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

.advanced-page .page-banner-section h1 {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  max-width: 900px;
  margin: 0 auto 15px;
}

.advanced-page .page-banner-section p {
  font-size: 17px;
  color: #475569;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ======================================
   MAIN COURSE SECTION
   ====================================== */

.advanced-page .courses-section {
  background: #f8fafc;
  padding: 80px 0;
}

/* ======================================
   CONTENT BLOCKS
   ====================================== */

.content-block {
  background: #ffffff;
  padding: 36px;
  border-radius: 16px;
  margin-bottom: 35px;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
}

.content-block h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #2e61ad;
}

.content-block h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 14px;
  color: #0f172a;
}

.content-block p {
  font-size: 16px;
  line-height: 1.8;
  color: #334155;
}

/* ======================================
   LISTS – PREMIUM CHECK STYLE
   ====================================== */

.icon-list {
  padding: 0;
  margin: 0;
}

.icon-list li {
  background: #ffffff;
  border-left: 5px solid #2e61ad;
  padding: 18px 22px 18px 46px;
  margin-bottom: 14px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  position: relative;
  line-height: 1.7;
  color: #334155;
  font-size: 15.5px;
}

.icon-list li::before {
  content: "✔";
  position: absolute;
  left: 18px;
  top: 18px;
  color: #2e61ad;
  font-weight: 700;
}

/* ======================================
   HIGHLIGHT BOXES
   ====================================== */

.highlight-box {
  background: linear-gradient(135deg, #eff6ff, #ffffff);
  border-left: 6px solid #2e61ad;
}

.duration-box {
  background: linear-gradient(135deg, #f0fdf4, #ffffff);
  border-left: 6px solid #2e61ad;
}

.impact-box {
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  border-left: 6px solid #f97316;
}

/* ======================================
   BACK / CTA BUTTON
   ====================================== */

.btn-back {
  display: inline-block;
  margin-top: 40px;
  padding: 14px 36px;
  background-color: #fafbfd;
  color: #2e61ad;
  text-decoration: none;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  cursor: pointer;
  border: 2px solid #2e61ad;
  transition: all 0.3s ease;
}

.btn-back:hover {
  background-color: #244d8f;
  color: #ffffff;
  border-color: #244d8f;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.btn-back:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(36, 77, 143, 0.4);
}

/* ======================================
   RESPONSIVE
   ====================================== */

@media (max-width: 768px) {

  .advanced-page .page-banner-section {
    padding: 70px 16px 50px;
  }

  .advanced-page .page-banner-section h1 {
    font-size: 30px;
  }

  .advanced-page .page-banner-section p {
    font-size: 15px;
  }

  .content-block {
    padding: 26px;
  }

  .icon-list li {
    padding: 16px 16px 16px 42px;
  }
}

/* ===============================
   APPLIED DIPLOMA – CLEAN PROFESSIONAL
   =============================== */

.applied-page {
  background: #f8fafc;
  font-family: "Poppins", sans-serif;
}

/* ======================================
   BANNER
   ====================================== */

.applied-page .page-banner-section {
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  padding: 90px 20px 55px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

.applied-page .page-banner-section h1 {
  color: #0f172a;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 12px;
}

.applied-page .page-banner-section p {
  color: #475569;
  font-size: 16.5px;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ======================================
   MAIN SECTION
   ====================================== */

.applied-page .courses-section {
  padding: 80px 20px;
  background: #f8fafc;
}

/* ======================================
   CONTENT BLOCKS
   ====================================== */

.applied-page .content-block {
  background: #ffffff;
  padding: 34px;
  border-radius: 16px;
  margin-bottom: 34px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
  transition: all 0.3s ease;
}

.applied-page .content-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.applied-page .content-block h2 {
  color: #2e61ad;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.applied-page .content-block h3 {
  font-size: 18px;
  margin-top: 26px;
  margin-bottom: 12px;
  color: #0f172a;
  font-weight: 600;
}

.applied-page .content-block p {
  font-size: 16px;
  line-height: 1.8;
  color: #334155;
}

/* ======================================
   LISTS – PREMIUM STYLE
   ====================================== */

.applied-page .icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.applied-page .icon-list li {
  background: #ffffff;
  padding: 16px 20px 16px 46px;
  border-radius: 12px;
  margin-bottom: 12px;
  position: relative;
  color: #334155;
  font-size: 15.5px;
  line-height: 1.7;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #2e61ad;
}

.applied-page .icon-list li::before {
  content: "✔";
  position: absolute;
  left: 18px;
  top: 16px;
  color: #2e61ad;
  font-weight: 700;
}

/* ======================================
   HIGHLIGHT BLOCKS
   ====================================== */

.applied-page .highlight-box {
  background: linear-gradient(135deg, #eff6ff, #ffffff);
  border-left: 6px solid #2e61ad;
}

.applied-page .duration-box {
  background: linear-gradient(135deg, #f8fafc, #ffffff);
  border-left: 6px solid #64748b;
}

.applied-page .impact-box {
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  border-left: 6px solid #2e61ad;
}

/* ======================================
   BACK / CTA BUTTON
   ====================================== */

.btn-back {
  display: inline-block;
  margin-top: 40px;
  padding: 14px 36px;
  background-color: #fafbfd;
  /* Light base like hero-btn */
  color: #2e61ad;
  /* Blue text */
  text-decoration: none;
  border-radius: 40px;
  /* Keep pill shape */
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  cursor: pointer;

  border: 2px solid #2e61ad;

  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* EXACT SAME HOVER EFFECT */
.btn-back:hover {
  background-color: #244d8f;
  color: #ffffff;
  border-color: #244d8f;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Focus state (keyboard accessibility) */
.btn-back:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(36, 77, 143, 0.4);
}

/* ======================================
   RESPONSIVE
   ====================================== */

@media (max-width: 768px) {

  .applied-page .page-banner-section {
    padding: 70px 16px 45px;
  }

  .applied-page .page-banner-section h1 {
    font-size: 28px;
  }

  .applied-page .page-banner-section p {
    font-size: 15px;
  }

  .applied-page .content-block {
    padding: 26px;
  }

  .applied-page .icon-list li {
    padding: 15px 16px 15px 42px;
  }
}



/* ===============================
   TALLY MANUFACTURING – PROFESSIONAL
   =============================== */

.tally-page {
  background: #f8fafc;
  color: #334155;
  font-family: "Poppins", sans-serif;
}

/* ======================================
   BANNER
   ====================================== */

.tally-page .page-banner-section {
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  padding: 90px 20px 55px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

.tally-page .page-banner-section h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0f172a;
}

.tally-page .page-banner-section p {
  font-size: 16.5px;
  color: #2e61ad;
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ======================================
   MAIN SECTION
   ====================================== */

.tally-page .courses-section {
  padding: 80px 20px;
  background: #f8fafc;
}

/* ======================================
   CONTENT BLOCKS
   ====================================== */

.tally-page .content-block {
  background: #ffffff;
  padding: 34px;
  border-radius: 16px;
  margin-bottom: 34px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
  transition: all 0.3s ease;
}

.tally-page .content-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.tally-page .content-block h2 {
  font-size: 24px;
  font-weight: 600;
  color: #2e61ad;
  margin-bottom: 16px;
}

.tally-page .content-block p {
  font-size: 16px;
  line-height: 1.8;
  color: #334155;
}

/* ======================================
   LISTS – CONSISTENT PREMIUM STYLE
   ====================================== */

.tally-page .icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tally-page .icon-list li {
  background: #ffffff;
  padding: 16px 20px 16px 46px;
  border-radius: 12px;
  margin-bottom: 12px;
  position: relative;
  color: #334155;
  font-size: 15.5px;
  line-height: 1.7;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #2e61ad;
}

.tally-page .icon-list li::before {
  content: "✔";
  position: absolute;
  left: 18px;
  top: 16px;
  color: #2e61ad;
  font-weight: 700;
}


/* ================================
   DROPDOWN (FOR FUTURE USE)
================================ */
.drop-level {
  display: none;
  background: #0f172a;
}

.drop-link.active>.drop-level {
  display: block;
}

.drop-level li a {
  padding-left: 28px;
  font-size: 15px;
}

/* ================================
   SMOOTH TRANSITIONS
================================ */
.mobile-menu-list a,
.search-form,
.search-submit {
  transition: all 0.25s ease;
}


/* ======================================
   HIGHLIGHT BLOCKS
   ====================================== */

.tally-page .highlight-box {
  background: linear-gradient(135deg, #eff6ff, #ffffff);
  border-left: 6px solid #2e61ad;
}

.tally-page .duration-box {
  background: linear-gradient(135deg, #f8fafc, #ffffff);
  border-left: 6px solid #64748b;
}

.tally-page .impact-box {
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  border-left: 6px solid #2e61ad;
}

/* ======================================
   BACK / CTA BUTTON
   ====================================== */

.btn-back {
  display: inline-block;
  margin-top: 40px;
  padding: 14px 36px;
  background-color: #fafbfd;
  /* Light base like hero-btn */
  color: #2e61ad;
  /* Blue text */
  text-decoration: none;
  border-radius: 40px;
  /* Keep pill shape */
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  cursor: pointer;

  border: 2px solid #2e61ad;

  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* EXACT SAME HOVER EFFECT */
.btn-back:hover {
  background-color: #244d8f;
  color: #ffffff;
  border-color: #244d8f;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Focus state (keyboard accessibility) */
.btn-back:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(36, 77, 143, 0.4);
}

/* ======================================
   RESPONSIVE
   ====================================== */

@media (max-width: 768px) {

  .tally-page .page-banner-section {
    padding: 70px 16px 45px;
  }

  .tally-page .page-banner-section h1 {
    font-size: 28px;
  }

  .tally-page .page-banner-section p {
    font-size: 15px;
  }

  .tally-page .content-block {
    padding: 26px;
  }

  .tally-page .icon-list li {
    padding: 15px 16px 15px 42px;
  }
}

/* ===============================
   CONTACT PAGE – PROFESSIONAL
   =============================== */

.contact-page {
  background: #f8fafc;
  font-family: "Poppins", sans-serif;
}

/* ======================================
   BANNER
   ====================================== */

.contact-page .page-banner-section {
  padding: 90px 20px 55px;
  text-align: center;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  border-bottom: 1px solid #e5e7eb;
}

.contact-page h1 {
  font-size: 38px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.contact-page .page-banner-section p {
  font-size: 16.5px;
  color: #475569;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ======================================
   MAIN SECTION
   ====================================== */

.contact-section {
  padding: 80px 20px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

/* ======================================
   CONTACT INFO
   ====================================== */

.contact-info {
  background: #ffffff;
  padding: 36px;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
}

.contact-info h2 {
  color: #2e61ad;
  font-size: 24px;
  margin-bottom: 14px;
}

.contact-info p {
  color: #334155;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Modern Contact List */
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  color: #334155;
  font-size: 15.5px;
  transition: transform 0.2s ease;
}

.contact-list li:last-child {
  margin-bottom: 0;
}

/* Icon Style */
.contact-list i {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  color: #2e61ad;
  border-radius: 50%;
  font-size: 15px;
  flex-shrink: 0;
}

.contact-list strong {
  color: #0f172a;
  font-weight: 600;
}

/* ===============================
   CONTACT LINKS (PHONE & EMAIL)
   =============================== */

.contact-list a {
  color: #2e61ad;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.contact-list a:hover {
  text-decoration: underline;
  color: #2e61ad;
}

.contact-list li:hover {
  transform: translateX(4px);
}

/* ======================================
   CONTACT FORM
   ====================================== */

.contact-form {
  background: #ffffff;
  padding: 36px;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
}

.contact-form h2 {
  color: #2e61ad;
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 14px;
  border-radius: 8px;
  border: 1px solid #cbd5f5;
  font-size: 14.5px;
  font-family: inherit;
  color: #334155;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #94a3b8;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #2e61ad;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/* ======================================
   RESPONSIVE
   ====================================== */

@media (max-width: 768px) {

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-page h1 {
    font-size: 28px;
  }

  .contact-section {
    padding: 60px 16px;
  }

  .contact-info,
  .contact-form {
    padding: 28px;
  }
}

/*------------------------------------------------- */
/* =  Contact */
/*------------------------------------------------- */


section.contact-section {
  padding: 80px 0;
}

section.contact-section .contact-box {
  text-align: center;
  max-width: 790px;
  margin: 0 auto;
}

section.contact-section .contact-box h1 {
  margin-bottom: 10px;
}

section.contact-section .contact-box p {
  margin-bottom: 40px;
}

section.contact-section #contact-form {
  margin: 0;
  text-align: left;
}

section.contact-section #contact-form label {
  font-size: 15px;
  color: #7d7e7f;
  margin: 0 0 5px;
}

section.contact-section #contact-form input[type="text"],
section.contact-section #contact-form textarea {
  width: 100%;
  padding: 10px 20px;
  background: transparent;
  color: #7d7e7f;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  outline: none;
  border: 1px solid #dcdcdc;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

section.contact-section #contact-form input[type="text"]:focus,
section.contact-section #contact-form textarea:focus {
  border: 1px solid #2e61ad;
}

section.contact-section #contact-form textarea {
  height: 120px;
  margin-bottom: 20px;
}

section.contact-section #contact-form button {
  color: #fff;
  text-align: center;
  border: 0;
  padding: 11px 22px;
  vertical-align: bottom;
  font-weight: 400;
  font-size: 16px;
  text-shadow: none;
  display: inline-block;
  background-color: #2e61ad;
  ;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer;
}

section.contact-section #contact-form button:hover {
  opacity: 0.86;
}

section.contact-info-section {
  padding: 70px 0;
  background-color: #f8f9fa;
}

section.contact-info-section .info-post {
  display: flex;
}

section.contact-info-section .info-post i {
  display: inline-block;
  color: #2e61ad;
  font-size: 32px;
  margin-right: 30px;
  margin-top: 5px;
}

section.contact-info-section .info-post p {
  font-size: 18px;
  line-height: 32px;
}

section.contact-info-section .info-post p a {
  color: #2f2f32;
}

section.contact-info-section .info-post p a:hover {
  color: #2e61ad;
}

/* ==============================
   EVENTS SECTION
============================== */

section.events-section {
  padding: 80px 0;
  background-color: #2e61ad;
}

section.events-section.events-page {
  padding: 40px 0;
}

/*------------------------------------------------- */
/* =  events-posts */
/*------------------------------------------------- */
.events-post {
  background-color: #2e61ad;
  border: 1px solid #2e61ad;
  padding: 29px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 30px;
}

.events-post:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.events-post .event-inner-content {
  display: flex;
  align-items: center;
}

.events-post .event-inner-content .top-part {
  display: flex;
  flex-grow: 1;
  align-items: center;
}

.events-post .event-inner-content .top-part .date-holder {
  margin-right: 24px;
}

.events-post .event-inner-content .top-part .date-holder .date {
  position: relative;
  width: 80px;
  height: 80px;
  border: 2px solid #f9a134;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #495057;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.events-post .event-inner-content .top-part .date-holder .date:before,
.events-post .event-inner-content .top-part .date-holder .date:after {
  content: "";
  position: absolute;
  top: -7px;
  width: 2px;
  height: 14px;
  border-radius: 2px;
  left: 12px;
  background-color: #f9a134;
}

.events-post .event-inner-content .top-part .date-holder .date:after {
  right: 12px;
  left: initial;
}

.events-post .event-inner-content .top-part .date-holder .date .date-day {
  font-size: 30px;
}

.events-post .event-inner-content .top-part .date-holder .date .date-month {
  font-size: 14px;
}

.events-post .event-inner-content .top-part .event-meta {
  margin-bottom: 8px;
}

.events-post .event-inner-content .top-part .event-meta .event-meta-piece {
  display: inline-block;
  font-size: 14px;
  padding-right: 15px;
  color: #8f8f8f;
}

.events-post .event-inner-content .top-part .event-meta .event-meta-piece i {
  font-size: 18px;
  margin-right: 8px;
  color: #f9a134;
  float: left;
}

.events-post .event-inner-content .top-part h2 {
  margin-bottom: 0;
}

.events-post .event-inner-content .top-part h2 a {
  color: #2f2f32;
}

.events-post .event-inner-content .top-part h2 a:hover {
  color: #2e61ad;
}

.events-post .event-inner-content .top-part .events-image {
  margin-left: 30px;
}

.events-post .event-inner-content .top-part .events-image img {
  max-width: 180px;
  height: auto;
}

@media (max-width: 767px) {
  .events-post .event-inner-content .top-part .events-image {
    display: none;
  }
}



/* ==============================
   CTA SECTION (EXPANDED)
============================== */

.cta-box {
  color: #0f172a;
  font-family: "Poppins", sans-serif;

  /* 🔥 EXPANSION FIX */
  width: 100%;
  min-height: 70vh;
  /* makes section tall */
  padding: 80px 60px;

  border-radius: 16px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* LEFT CONTENT */
.cta-content {
  flex: 1.1;
  /* 🔥 slightly bigger than image */
}

.cta-content h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #2e61ad;
}

.cta-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #475569;
  max-width: 700px;
  margin-bottom: 12px;
}

/* CTA BUTTONS */
.cta-buttons {
  margin-top: 40px;
}

.cta-buttons a {
  display: inline-block;
  padding: 14px 36px;
  margin-right: 14px;

  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;

  transition: all 0.3s ease;
}

/* Primary Button */
.cta-buttons .btn-primary {
  background: #2e61ad;
  color: #ffffff;
}

.cta-buttons .btn-primary:hover {
  background: #244d8f;
  transform: translateY(-2px);
}

/* Secondary Button */
.cta-buttons .btn-secondary {
  background: transparent;
  color: #2e61ad;
  border: 2px solid #2e61ad;
}

.cta-buttons .btn-secondary:hover {
  background: #2e61ad;
  color: #ffffff;
  transform: translateY(-2px);
}

/* ==============================
   RIGHT IMAGE (EXPANDED)
============================== */

.cta-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.cta-image img {
  width: 100%;
  max-width: 520px;
  height: 420px;
  /* 🔥 makes image tall */
  object-fit: cover;
  /* prevents distortion */
  border-radius: 20px;
}

/* ==============================
   RESPONSIVE (MOBILE)
============================== */

@media (max-width: 900px) {
  .cta-box {
    flex-direction: column;
    text-align: center;
    padding: 60px 30px;
  }

  .cta-content {
    flex: unset;
  }

  .cta-image img {
    max-width: 100%;
    height: auto;
  }
}



/* ==============================
   VIDEO SECTION
============================== */

.video-section {
  padding: 80px 0;
  font-family: "Poppins", sans-serif;
}

.video-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0f172a;
}

.video-content p {
  font-size: 16px;
  color: #475569;
  margin-bottom: 20px;
  line-height: 1.7;
}

.video-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.video-features li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #334155;
}

.video-buttons a {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.video-buttons .btn-primary {
  background: #2e61ad;
  color: #ffffff;
}

.video-buttons .btn-primary:hover {
  background: #244d8f;
}

.video-buttons .btn-outline {
  border: 2px solid #2e61ad;
  color: #2e61ad;
}

.video-buttons .btn-outline:hover {
  background: #2e61ad;
  color: #ffffff;
}

/*------------------------------------------------- */
/* =  video-post */
/*------------------------------------------------- */
.video-post {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.video-post img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.video-post .hover-post {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, transparent 100%);
}

.video-post .hover-post h2 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}

.video-post .hover-post p {
  color: #fff;
  margin-bottom: 0px;
  margin-top: 5px;
}

.video-post a.video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  width: 54px;
  height: 54px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  color: #fff;
  padding-left: 3px;
}

.video-post a.video-link:hover {
  background-color: #fff;
  color: #2f2f32;
}

.video-post.small-post a.video-link {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -30px;
  margin-left: -20px;
}



/*------------------------------------------------- */
/* =  Blog section */
/*------------------------------------------------- */

section.blog-section {
  padding: 40px 0;
  background-color: #f8f9fa;
}

section.blog-section ul.page-pagination {
  margin-bottom: 40px;
}

section.blog-section ul.page-pagination li {
  display: inline-block;
  margin-right: 8px;
}

/* Pagination link */
section.blog-section ul.page-pagination li a {
  color: #2e61ad;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;

  background-color: #fafbfd;
  border: 2px solid #2e61ad;

  border-radius: 50%;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;

  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* ✅ EXACT SAME HOVER AS .hero-btn */
section.blog-section ul.page-pagination li a:hover,
section.blog-section ul.page-pagination li a.active {
  background-color: #2e61ad;
  color: #ffffff;
  border-color: #2e61ad;
  transform: translateY(-2px);
  box-shadow: 0 6px 0px rgba(0, 0, 0, 0.3);
}

/* Focus (Accessibility) */
section.blog-section ul.page-pagination li a:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(36, 77, 143, 0.4);
}

/*------------------------------------------------- */
/* =  blog post */
/*------------------------------------------------- */
.blog-post {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-post img {
  width: 100%;
  height: auto;
}

.blog-post .post-content {
  padding: 30px;
}

.blog-post .post-content a.category {
  font-size: 14px;
  padding-right: 24px;
  color: #8f8f8f;
  margin-bottom: 8px;
}

.blog-post .post-content a.category:hover {
  color: #f9a134;
}

.blog-post .post-content h1 {
  margin-bottom: 5px;
}

.blog-post .post-content h2 a {
  color: #2f2f32;
}

.blog-post .post-content h2 a:hover {
  color: #2e61ad;
}

.blog-post .post-content .post-meta {
  display: inline-block;
  font-size: 14px;
  padding-right: 24px;
  line-height: 22px;
  color: #8f8f8f;
}

.blog-post .post-content .post-meta i {
  color: #f9a134;
  margin-right: 8px;
  float: left;
  font-size: 22px;
}

.blog-post .post-content .post-meta a {
  color: #8f8f8f;
}

.blog-post .post-content .post-meta a:hover {
  color: #2e61ad;
}

.blog-post.list-style {
  display: flex;
}

.blog-post.list-style>a {
  width: 40%;
}

.blog-post.list-style div.post-content {
  width: 60%;
}

.back-cover {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
}

a,
.anchor {
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* Normalize blockquote */
blockquote {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

/* Make h3 normal size */
blockquote h3 {
  font-size: 20px;
  /* Normal readable size */
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 8px;
}

/* Normal paragraph size */
blockquote p {
  font-size: 17px;
  /* Same as body text */
  line-height: 1.7;
  color: #334155;
  margin: 0;
}

/*------------------------------------------------- */
/* =  Sidebar */
/*------------------------------------------------- */

.sidebar .widget h2 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f4f4f4;
  position: relative;
}

.sidebar .widget h2:before {
  content: '';
  display: block;
  position: absolute;
  left: -1.75rem;
  top: 0;
  width: 2px;
  height: 24px;
  background-color: #f9a134;
}

.sidebar .search-widget form.search-form {
  position: relative;
}

.sidebar .search-widget input[type="search"] {
  width: 100%;
  padding-right: 42px;
  line-height: 1.6;
  outline: 0;
  padding: 8px 10px;
  border: 1px solid #dcdcdc;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.sidebar .search-widget button {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #7d7e7f;
  font-size: 18px;
}

.sidebar .ads-widget img {
  width: 100%;
  height: auto;
}

.sidebar .category-widget ul.category-list li,
.sidebar .category-widget ul.archives-list li,
.sidebar .category-widget ul.filter li,
.sidebar .archives-widget ul.category-list li,
.sidebar .archives-widget ul.archives-list li,
.sidebar .archives-widget ul.filter li,
.sidebar .filter-widget ul.category-list li,
.sidebar .filter-widget ul.archives-list li,
.sidebar .filter-widget ul.filter li {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}

.sidebar .category-widget ul.category-list li a,
.sidebar .category-widget ul.archives-list li a,
.sidebar .category-widget ul.filter li a,
.sidebar .archives-widget ul.category-list li a,
.sidebar .archives-widget ul.archives-list li a,
.sidebar .archives-widget ul.filter li a,
.sidebar .filter-widget ul.category-list li a,
.sidebar .filter-widget ul.archives-list li a,
.sidebar .filter-widget ul.filter li a {
  display: block;
  color: #464749;
  font-size: 15px;
  line-height: 24px;
}

.sidebar .category-widget ul.category-list li a:hover,
.sidebar .category-widget ul.category-list li a.active,
.sidebar .category-widget ul.archives-list li a:hover,
.sidebar .category-widget ul.archives-list li a.active,
.sidebar .category-widget ul.filter li a:hover,
.sidebar .category-widget ul.filter li a.active,
.sidebar .archives-widget ul.category-list li a:hover,
.sidebar .archives-widget ul.category-list li a.active,
.sidebar .archives-widget ul.archives-list li a:hover,
.sidebar .archives-widget ul.archives-list li a.active,
.sidebar .archives-widget ul.filter li a:hover,
.sidebar .archives-widget ul.filter li a.active,
.sidebar .filter-widget ul.category-list li a:hover,
.sidebar .filter-widget ul.category-list li a.active,
.sidebar .filter-widget ul.archives-list li a:hover,
.sidebar .filter-widget ul.archives-list li a.active,
.sidebar .filter-widget ul.filter li a:hover,
.sidebar .filter-widget ul.filter li a.active {
  color: #2e61ad;
}

.sidebar .category-widget ul.category-list li:last-child,
.sidebar .category-widget ul.archives-list li:last-child,
.sidebar .category-widget ul.filter li:last-child,
.sidebar .archives-widget ul.category-list li:last-child,
.sidebar .archives-widget ul.archives-list li:last-child,
.sidebar .archives-widget ul.filter li:last-child,
.sidebar .filter-widget ul.category-list li:last-child,
.sidebar .filter-widget ul.archives-list li:last-child,
.sidebar .filter-widget ul.filter li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.sidebar .tags-widget ul.tags-list li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
}

.sidebar .tags-widget ul.tags-list li a {
  background-color: #2e61ad;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  padding: 6px 10px;
}

.sidebar .tags-widget ul.tags-list li a:hover {
  opacity: 0.85;
}

.sidebar .products-widget ul.products-list li {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}

.sidebar .products-widget ul.products-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.sidebar .products-widget ul.products-list li>a {
  margin-right: 10px;
}

.sidebar .products-widget ul.products-list li img {
  width: 65px;
  height: 65px;
}

.sidebar .products-widget ul.products-list li h3 {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0px;
}

.sidebar .products-widget ul.products-list li h3 a {
  color: #2f2f32;
}

.sidebar .products-widget ul.products-list li h3 a:hover {
  color: #2e61ad;
}

.sidebar .products-widget ul.products-list li span {
  font-size: 13px;
  color: #f9a134;
  margin: 0;
}

.sidebar .buy-widget table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 0;
}

.sidebar .buy-widget table tr th {
  padding: 15px 0;
  text-align: left;
  line-height: 1.4;
  font-weight: 400;
  color: #495057;
  font-size: 14px;
  vertical-align: middle;
  border: 0;
  border-bottom: 1px solid #efefef;
}

.sidebar .buy-widget table tr td {
  padding: 9px 0 8px;
  font-size: 15px;
  font-weight: 500;
  color: #888;
  border-bottom: 1px solid #efefef;
}

.sidebar .buy-widget table tr td span {
  color: #f9a134;
}

.sidebar .buy-widget table tr td input {
  width: 60px;
  outline: none;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 10px;
}

.sidebar .buy-widget>a {
  width: 100%;
  text-align: center;
}

.sidebar div.course-widget p.price {
  margin-bottom: 24px;
}

.sidebar div.course-widget p.price span.price-label {
  display: block;
  color: #adb5bd;
}

.sidebar div.course-widget p.price span.amount {
  color: #464749;
  font-size: 26px;
  line-height: 30px;
}

.sidebar div.course-widget p.price span.amount del {
  font-size: 15px;
  margin-right: 6px;
}

.sidebar div.course-widget a.button-one {
  margin-bottom: 26px;
  width: 100%;
  text-align: center;
}

.sidebar div.course-widget h3 {
  font-weight: 500;
  margin-bottom: 4px;
}

.sidebar div.course-widget .product-meta-info-list .meta-info-unit {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9ecef;
  padding-top: 12px;
  padding-bottom: 12px;
}

.sidebar div.course-widget .product-meta-info-list .meta-info-unit .icon {
  color: #f9a134;
  font-size: 16px;
  margin-right: 15px;
  line-height: 10px;
}

.sidebar div.course-widget .product-meta-info-list .meta-info-unit .value {
  color: #7d7e7f;
  font-size: 15px;
  line-height: 26px;
}

.sidebar div.course-widget ul.share-list {
  margin-top: 30px;
  text-align: center;
}

.sidebar div.course-widget ul.share-list li {
  display: inline-block;
  margin: 0 2px;
}

.sidebar div.course-widget ul.share-list li a {
  width: 36px;
  height: 36px;
  display: flex;
  color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.sidebar div.course-widget ul.share-list li a:hover {
  border-color: transparent;
  color: #fff;
}

.sidebar div.course-widget ul.share-list li a.facebook:hover {
  background: #2e61ad;
}

.sidebar div.course-widget ul.share-list li a.google:hover {
  background: #e6545f;
}

.sidebar div.course-widget ul.share-list li a.linkedin:hover {
  background: #0077b5;
}

.sidebar div.course-widget ul.share-list li a.twitter:hover {
  background: #63bde3;
}

.sidebar .profile-widget .top-part {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.sidebar .profile-widget .top-part img {
  max-width: 100%;
  width: 80px;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.sidebar .profile-widget .top-part .name {
  line-height: normal;
  flex-grow: 1;
  padding-left: 20px;
}

.sidebar .profile-widget .top-part .name h3 {
  margin-bottom: 4px;
}

.sidebar .profile-widget .top-part .name span {
  color: #adb5bd;
}

.sidebar .profile-widget p {
  line-height: 28px;
}

.sidebar .cart-widget table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

.sidebar .cart-widget table tr {
  border-bottom: 1px solid #eaeaea;
}

.sidebar .cart-widget table tr th {
  padding: 15px 0;
  vertical-align: baseline;
  padding-right: 50px;
  width: 60px;
  font-size: 15px;
  color: #2f2f32;
  font-weight: 400;
}

.sidebar .cart-widget table tr td {
  padding: 15px;
  font-size: 15px;
  color: #7d7e7f;
}

.sidebar .cart-widget table tr td.name-pro {
  min-width: 240px;
}

.sidebar .cart-widget table tr td.total-price {
  color: #2f2f32;
  font-size: 22px;
}

.sidebar .cart-widget a {
  color: #fff;
  text-align: center;
  border: 0;
  padding: 10px 22px;
  width: 100%;
  vertical-align: bottom;
  font-weight: 400;
  font-size: 16px;
  text-shadow: none;
  display: inline-block;
  background-color: #f9a134;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.sidebar .cart-widget a:hover {
  opacity: 0.86;
}

/*------------------------------------------------- */
/* =  single post */
/*------------------------------------------------- */
.blog-post.single-post p {
  margin-bottom: 24px;
  line-height: 26px;
}

.blog-post.single-post p span {
  font-weight: 600;
}

.blog-post.single-post blockquote {
  margin: 0 0 25px;
  font-size: 20px;
  color: #464749;
  font-style: normal;
  padding-left: 1em;
  border-left: 3px solid #e5e5e5;
}

.blog-post.single-post ul.text-list {
  margin: 0 0 25px;
  padding-left: 20px;
}

.blog-post.single-post ul.text-list li {
  line-height: 26px;
}

.blog-post.single-post .tags-share-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
}

.blog-post.single-post .tags-share-box ul {
  margin-bottom: 30px;
}

.blog-post.single-post .tags-share-box ul li {
  display: inline-block;
  color: #7d7e7f;
  font-size: 15px;
}

.blog-post.single-post .tags-share-box ul li:first-child {
  margin-left: 0;
}

.blog-post.single-post .tags-share-box ul li:last-child {
  margin-right: 0;
}

.blog-post.single-post .tags-share-box ul li span {
  margin-right: 4px;
}

.blog-post.single-post .tags-share-box ul.tags-list li a {
  color: #464749;
  padding: 4px 8px;
  line-height: 1.2;
  display: inline-block;
  background-color: #e9ecef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-left: 4px;
}

.blog-post.single-post .tags-share-box ul.tags-list li a:hover {
  color: #2e61ad;
}

.blog-post.single-post .tags-share-box ul.share-list li a {
  width: 36px;
  height: 36px;
  display: flex;
  color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-post.single-post .tags-share-box ul.share-list li a:hover {
  border-color: transparent;
  color: #fff;
}

.blog-post.single-post .tags-share-box ul.share-list li a.facebook:hover {
  background: #2e61ad;
}

.blog-post.single-post .tags-share-box ul.share-list li a.google:hover {
  background: #e6545f;
}

.blog-post.single-post .tags-share-box ul.share-list li a.linkedin:hover {
  background: #0077b5;
}

.blog-post.single-post .tags-share-box ul.share-list li a.twitter:hover {
  background: #63bde3;
}

.blog-post.single-post .about-author {
  padding-top: 30px;
  display: flex;
}

.blog-post.single-post .about-author .image-holder {
  margin-right: 30px;
}

.blog-post.single-post .about-author .image-holder img {
  width: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.post-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}

.post-nav .post-nav-btn {
  max-width: 50%;
}

.post-nav .post-nav-btn .post-nav-link {
  color: #464749;
  display: block;
  position: relative;
  line-height: 1.5;
  padding-top: 10px;
  font-size: 15px;
  padding-bottom: 10px;
}

.post-nav .post-nav-btn .post-nav-link.prev {
  padding-left: 36px;
}

.post-nav .post-nav-btn .post-nav-link.next {
  padding-right: 36px;
}

.post-nav .post-nav-btn .post-nav-link.next i {
  left: initial;
  right: 0;
}

.post-nav .post-nav-btn .post-nav-link i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  color: #adb5bd;
}

.post-nav .post-nav-btn .post-nav-link span {
  display: block;
  color: #adb5bd;
}

.comments-holder {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding: 30px;
  margin-bottom: 30px;
}

.comments-holder>h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.comments-holder .comment-list {
  margin-top: 30px;
}

.comments-holder .comment-list li {
  display: block;
  border-top: 1px solid #f2f2f2;
  padding-top: 30px;
  overflow: hidden;
}

.comments-holder .comment-list li div.image-holder {
  margin-right: 30px;
  float: left;
}

.comments-holder .comment-list li div.image-holder img {
  width: 75px;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.comments-holder .comment-list li div.comment-content {
  padding-top: 4px;
}

.comments-holder .comment-list li div.comment-content h2 {
  margin-bottom: 10px;
}

.comments-holder .comment-list li div.comment-content h2 span {
  display: inline-block;
  color: #adb5bd;
  font-size: 14px;
  margin: 0 10px;
}

.comments-holder .comment-list li div.comment-content h2 a {
  padding: 5px 10px;
  font-size: 13px;
  background-color: #f8f9fa;
  border-radius: 2px;
  line-height: 1.5;
  font-size: 14px;
  color: #464749;
}

.comments-holder .comment-list li div.comment-content h2 a i {
  color: #adb5bd;
  margin-right: 6px;
}

.comments-holder .comment-list li div.comment-content h2 a:hover {
  color: #2e61ad;
}

.comments-holder .comment-list li div.comment-content p {
  margin-bottom: 30px;
}

.comments-holder .comment-list li ul.depth-comment {
  margin-left: 105px;
}

.comment-form {
  margin-bottom: 30px;
}

.comment-form h2 {
  font-size: 22px;
}

.comment-form p {
  margin-bottom: 20px;
}

.comment-form label {
  display: block;
  color: #6c757d;
  margin-bottom: 3px;
}

.comment-form textarea {
  display: block;
  width: 100%;
  height: 140px;
  padding: 8px 10px;
  border: 1px solid #dcdcdc;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  outline: none;
  border-radius: 2px;
  margin-bottom: 15px;
}

/* ===============================
   COMMENT FORM BUTTON – MODERN
   =============================== */

.comment-form button {
  display: inline-block;
  padding: 14px 28px;
  background-color: #fafbfd;
  /* Light base */
  color: #2e61ad;
  /* Brand blue text */
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;

  border: 2px solid #2e61ad;

  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* EXACT SAME HOVER AS .hero-btn */
.comment-form button:hover {
  background-color: #244d8f;
  color: #ffffff;
  border-color: #244d8f;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Focus (Accessibility) */
.comment-form button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(36, 77, 143, 0.4);
}

/*------------------------------------------------- */
/* =  about section */
/*------------------------------------------------- */
section.about-section {
  padding: 40px 0;
  background-color: #f8f9fa;
}

.about-article img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.about-article .article-content {
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 50px;
  border: 1px solid #e5e5e5;
}

.about-article .article-content.right-align {
  text-align: right;
}

.about-article .article-content i {
  font-size: 30px;
  color: #f9a134;
  margin-bottom: 30px;
}

.about-article .article-content h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.about-article .article-content p {
  margin-bottom: 20px;
  line-height: 26px;
}

section.statistic-section {
  padding: 50px 0;
  background-color: #2e61ad;
}

section.statistic-section .statistic-post {
  display: flex;
}

section.statistic-section .statistic-post span {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  margin-right: 15px;
  line-height: 48px;
}

section.statistic-section .statistic-post p {
  color: #fff;
}

section.clients-section {
  padding: 40px 0;
  background-color: #f8f9fa;
}

section.clients-section h1 {
  font-size: 24px;
  margin-bottom: 0px;
}

section.clients-section p {
  margin-bottom: 30px;
}

section.clients-section ul.clients-list {
  overflow: hidden;
  margin-bottom: 20px;
}

section.clients-section ul.clients-list li {
  width: 20%;
  float: left;
  list-style: none;
  position: relative;
  border: 1px solid #e5e5e5;
  margin-right: -1px;
}

section.clients-section ul.clients-list li img {
  width: 100%;
  height: auto;
}

section.clients-section ul.clients-list li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

section.clients-section ul.clients-list li a:hover {
  opacity: 1;
}

section.clients-section ul.clients-list li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2e61ad;
  opacity: 0.86;
}

section.clients-section ul.clients-list li a span {
  position: relative;
  color: #fff;
  z-index: 2;
  font-size: 16px;
}

@media (max-width: 640px) {
  section.statistic-section {
    padding-bottom: 20px;
  }

  section.statistic-section .statistic-post {
    justify-content: center;
    margin-bottom: 30px;
  }

  section.clients-section ul.clients-list li {
    width: 50%;
    margin-bottom: -1px;
  }
}

/*------------------------------------------------- */
/* =  single event section */
/*------------------------------------------------- */
section.single-event-section {
  padding: 40px 0;
  background-color: #f8f9fa;
}

section.single-event-section .single-event-box img {
  width: 100%;
  height: auto;
}

section.single-event-section .single-event-box .event-meta-info {
  background-color: #343a40;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

section.single-event-section .single-event-box .event-meta-info .box-content {
  position: relative;
  width: 100%;
  min-height: 1px;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

section.single-event-section .single-event-box .event-meta-info .inner {
  position: relative;
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding: 1.75rem;
  font-size: .875rem;
  align-items: center;
  z-index: 3;
}

section.single-event-section .single-event-box .event-meta-info .inner span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.6);
}

section.single-event-section .single-event-box .event-meta-info .inner p {
  margin-bottom: 0;
  color: #fff;
  line-height: 26px;
}

section.single-event-section .single-event-box .event-meta-info .inner .icon {
  margin-left: 20px;
  color: #f9a134;
  font-size: 34px;
}

section.single-event-section .single-event-box .event-meta-info .inner:before {
  content: '';
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

section.single-event-section .single-event-box .event-meta-info div.end-time .inner:before {
  background-color: rgba(0, 0, 0, 0.1);
}

section.single-event-section .single-event-box .event-meta-info div.address .inner:before {
  background-color: rgba(0, 0, 0, 0.2);
}

section.single-event-section .single-event-box .event-content {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

section.single-event-section .single-event-box .event-content h1 {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 32px;
}

section.single-event-section .single-event-box .event-content p {
  line-height: 28px;
  margin-bottom: 30px;
}

section.single-event-section .single-event-box .event-content ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

section.single-event-section .single-event-box .event-content ul li {
  color: #7d7e7f;
  line-height: 28px;
  font-size: 15px;
}

section.single-event-section .single-event-box .event-content ul.share-list {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

section.single-event-section .single-event-box .event-content ul.share-list li {
  display: inline-block;
  margin: 0 2px;
}

section.single-event-section .single-event-box .event-content ul.share-list li a {
  width: 36px;
  height: 36px;
  display: flex;
  color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

section.single-event-section .single-event-box .event-content ul.share-list li a:hover {
  border-color: transparent;
  color: #fff;
}

section.single-event-section .single-event-box .event-content ul.share-list li a.facebook:hover {
  background: #2e61ad;
}

section.single-event-section .single-event-box .event-content ul.share-list li a.google:hover {
  background: #e6545f;
}

section.single-event-section .single-event-box .event-content ul.share-list li a.linkedin:hover {
  background: #0077b5;
}

section.single-event-section .single-event-box .event-content ul.share-list li a.twitter:hover {
  background: #63bde3;
}

section.single-event-section .single-event-box #map {
  height: 280px;
}

/*------------------------------------------------- */
/* =  cart section */
/*------------------------------------------------- */
section.cart-section {
  padding: 40px 0;
  background-color: #f8f9fa;
}

section.cart-section .cart-box {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 30px;
}

section.cart-section .cart-box table {
  width: 100%;
}

section.cart-section .cart-box table tr {
  border-bottom: 1px solid #eaeaea;
}

section.cart-section .cart-box table tr th {
  padding: 0 13px 10px;
  color: #7f7e83;
  font-weight: 400;
  font-size: 15px;
}

section.cart-section .cart-box table tr td {
  padding: 30px 13px;
  font-size: 15px;
  color: #7d7e7f;
}

section.cart-section .cart-box table tr td img {
  max-width: 80px;
  height: auto;
}

section.cart-section .cart-box table tr td a {
  font-size: 16px;
  color: #2f2f32;
}

section.cart-section .cart-box table tr td a:hover {
  color: #2e61ad;
}

section.cart-section .cart-box table tr td input[type="number"] {
  max-width: 60px;
  border: 0;
  padding: 10px 12px;
  border-bottom: 2px solid #e5e5e5;
  outline: none;
}

section.cart-section .cart-box table tr td input[type="text"] {
  width: 200px;
  padding: 12px 20px;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  outline: none;
}

section.cart-section .cart-box table tr.coupon-line {
  border-bottom: none;
}

section.cart-section .cart-box table tr.coupon-line td {
  padding: 30px 0;
}

section.cart-section .cart-box table tr.coupon-line button {
  float: right;
  color: #2e61ad;
  font-size: 15px;
  padding: 10px 25px;
  border: 1px solid #2e61ad;
  font-weight: 400;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
  outline: none;
}

section.cart-section .cart-box table tr.coupon-line button:hover {
  background: #2e61ad;
  color: #fff;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
}

section.cart-section .cart-box h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

section.cart-section .cart-box form.billing-details label {
  display: block;
  color: #7d7e7f;
  font-size: 15px;
  margin-bottom: 6px;
}

section.cart-section .cart-box form.billing-details input[type="text"],
section.cart-section .cart-box form.billing-details select,
section.cart-section .cart-box form.billing-details textarea {
  border: 1px solid #dcdcdc;
  outline: none;
  width: 100%;
  font-size: 15px;
  color: #7d7e7f;
  padding: 12px 20px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  margin-bottom: 25px;
}

section.cart-section .cart-box form.billing-details select {
  height: 50px;
  background-color: #fff;
}

section.cart-section .cart-box form.billing-details textarea {
  margin-bottom: 0;
}


/* =========================
   FOOTER – CORPORATE CLEAN
========================= */

.site-footer {
  background: #2e3e77;
  padding: 40px 0 20px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

/* =========================
   MAIN LAYOUT
========================= */

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}

/* =========================
   COMPANY DESCRIPTION
========================= */

.footer-left {
  max-width: 32%;
}

.footer-description {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

/* =========================
   QUICK LINKS (VERTICAL)
========================= */

.footer-center {
  text-align: center;
  max-width: 22%;
}

.footer-center h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
  color: #ffffff;
}

/* VERTICAL LIST */
.quick-list {
  list-style: none;
  padding: 0;
  margin: 0;

  display: flex;
  flex-direction: column; /* 👈 vertical on laptop */
  gap: 10px;
}

.quick-list a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.3s ease;
}

.quick-list a:hover {
  color: #ffffff;
}

/* =========================
   REGISTERED OFFICE
========================= */

.footer-address {
  max-width: 32%;
  font-size: 13.5px;
  line-height: 1.6;
}

.footer-address h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #ffffff;
}

.company-name {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 4px;
}

.company-cin {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}

.footer-address p {
  margin: 6px 0;
}

.footer-address i {
  color: #f9a134;
  margin-right: 6px;
  font-size: 13px;
}

.footer-address a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-address a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* =========================
   COPYRIGHT
========================= */

.footer-copyright {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.footer-copyright p {
  font-size: 14px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}

.highlight {
  color: #f9a134;
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media (max-width: 768px) {
  .footer-main {
    flex-direction: column;
    text-align: center;
    gap: 28px;
  }

  .footer-left,
  .footer-center,
  .footer-address {
    max-width: 100%;
  }

  .footer-center {
    text-align: left;
  }
}
