:root {
  --primary-color: #b53446;
  --secondary-color: #b6d442;
  --tertiary-color: #00afee;
  --sidebar-color: #0D0A2E;
  --card-hover-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
  --default-text: #2c3e50;
}

@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: "VarelaRound";
  src: url(../fonts/Varela_Round/VarelaRound-Regular.ttf);
}

html,
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  font-family: VarelaRound, sans-serif;
  font-size: 1rem;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  text-align: left;
  color: #333;
}

p {
  font-size: 1rem;
  line-height: 25px;
  font-weight: 400;
  transition: 0.5s;
}

h1, h2, h3, h4, h5, h6 {
  /*color: color-mix(in srgb, var(--primary-color) 35%, black);*/
  color: #113347;
  font-style: normal;
  margin: 20px 0 5px;
  line-height: 1.2;
  font-weight: 600;
  transition: 0.5s;
}

h1 { font-size: 2rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.25rem; margin-bottom: 20px; }
h6 { font-size: 0.875rem; }

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus {
  color: var(--secondary-color);
  text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  transition: 0.5s;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a, i, ol, li, ul {
  font-style: normal;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
}

*::-moz-selection {
  background: var(--secondary-color);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--secondary-color);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: var(--secondary-color);
  color: #fff;
  text-shadow: none;
}

.btn {
  background: linear-gradient(to right, color-mix(in srgb, var(--primary-color) 65%, black), var(--primary-color));
  color: #ffffff;
  border-radius: 8px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn:hover {
  background: linear-gradient(to right, color-mix(in srgb, var(--primary-color) 45%, black), var(--primary-color));
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.btn-outline {
  background-color: #fff !important;
  color: #121621;
  border-radius: 8px;
  font-weight: 600;
  border: 2px solid var(--primary-color);
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: linear-gradient(to right, color-mix(in srgb, var(--primary-color) 65%, black), var(--primary-color));
  border: none;
  color: #ffffff;
}



.topbar {
  background-color: var(--primary-color);
  color: rgba(255, 255, 255, 0.9);
  padding: 0.75rem 0;
  font-size: 0.85rem;
}

.topbar .info-item {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}

.topbar .info-item i {
  color: #fff;
  margin-right: 0.5rem;
}

.topbar .social-icons a {
  color: rgba(255, 255, 255, 0.95);
  margin-left: 1rem;
  transition: color 0.3s ease;
}

.topbar .social-icons a:hover {
  color: var(--secondary-color);
}

.navbar {
  background-color: #ffffff;
  padding: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  z-index: 1030;
}

.navbar .container {
  width: 100%;
  max-width: 1200px;
}

.navbar.static {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}


.navbar-brand img {
  height: 45px;
}


.navbar-nav .nav-link {
  color: #121621;
  font-weight: 500;
  margin: 0 0.5rem !important;
  padding: 1.6rem 0 !important;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-size: 14px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--secondary-color);
}

.navbar .dropdown:hover .dropdown-menu {
  display: block;
  background: var(--primary-color);
}
.navbar .dropdown-toggle::after {
  margin-left: 5px;
}

.navbar .dropdown .dropdown-menu .dropdown-item {
  color: #fff;
}

.navbar .dropdown .dropdown-menu .dropdown-item:hover,
.navbar .dropdown .dropdown-menu .dropdown-item.active {
  background: var(--secondary-color);
}

.btn-partner {
  padding: 0.5rem 1.1rem;
  margin-right: 0.5rem;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-signin {
  padding: 0.7rem 1.5rem;
  text-transform: uppercase;
  font-size: 14px;
}

.search-icon span {
  cursor: pointer;
}
.search {
  position: absolute;
  right: 20px;
  margin-top: -5px;
  background: transparent;
  border: none;
}
.search .form-control, .search .btn {
  height: 45px;
}
.search .form-control {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.search .btn {
  width: 45px;
  background: var(--primary-color);
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search .btn i {
  position: absolute;
  top: 15px;
  left: 20px;
}



.mobile-menu {
  background-color: #121621;
  color: #ffffff;
  width: 75%;
}

.offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1rem;
}

.offcanvas-title {
  color: #ffffff;
  font-weight: 700;
}

.offcanvas .btn-close {
  filter: invert(1);
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.offcanvas .btn-close:hover {
  opacity: 1;
}

.offcanvas-body .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0;
}

.offcanvas-body .navbar-nav .nav-link:hover,
.offcanvas-body .navbar-nav .nav-link.active {
  color: var(--secondary-color);
}

.mobile-menu .dropdown-menu {
  display: none;
  position: static;
  width: 100%;
  box-shadow: none;
  border: none;
  background-color: color-mix(in srgb, var(--sidebar-color) 95%, white);
  padding: 0;
}

.mobile-menu .nav-item.show .dropdown-menu {
  display: block !important;
}

.mobile-menu .dropdown-item {
  padding: 8px 24px;
  font-size: 14px;
  color: #ddd;
}

.mobile-menu .dropdown-item:hover {
  background-color: #46105B;
  color: #fff;
}

.offcanvas-body .offcanvas-buttons {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.offcanvas-body .offcanvas-buttons .btn {
  width: 100%;
}

.mobile-search {
  padding: 10px 10px 10px 15px;
}
.mobile-search form {
  position: relative;
}
.mobile-search input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 45px 10px 20px;
  font-size: 15px;
  height: 45px;
  background: #F7F7F9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.mobile-search input::placeholder {
  font-size: 15px;
  color: #141E37;
}
.mobile-search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 0;
  right: 20px;
  line-height: 1;
  background: transparent;
  color: var(--primary-color);
}

@media (max-width: 991.98px) {
  .topbar .d-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .topbar .info-item {
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  .navbar .navbar-collapse {
    background-color: #ffffff;
  }
}





/*=======================================
   Hero Slider
========================================*/
.hero-section {
  background: linear-gradient(to right, rgba(24, 133, 188, 0.95), rgba(48, 170, 232, 0.65));
  padding: 0;
  text-align: center;
  position: relative;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/bg/pattern-5.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.90;
}

.hero-section > * {
  position: relative;
  z-index: 2;
}

.hero-section .container {
  max-width: 1200px;
  position: relative;
}

.carousel-item-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 992px) {
  .carousel-item-custom {
    flex-direction: row;
  }
}

.hero-content {
  text-align: left;
  padding: 1rem;
}

.hero-content h1 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.1rem;
  color: #eee;
  margin-bottom: 2rem;
}

.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 800px) {
  .hero-content {
    padding: 1rem 1rem 0 3rem;
  }
  .hero-image img {
    margin-right: -20px;
  }
}

.btn-hero {
  padding: 0.9rem 2rem;
}

.btn-hero:hover {
  transform: translateY(-2px);
}

.btn-hero i {
  margin-left: 0.75rem;
}

.btn-hero:hover i {
  transform: translateX(5px);
}

.carousel-indicators {
  position: static;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  display: none;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: #B0BEC5;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: background-color 0.3s ease;
}

.carousel-indicators .active {
  background-color: var(--secondary-color);
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #f1f1f1;
  opacity: 1;
}

/*@media (min-width: 992px) {
  .carousel-control-prev {
    left: -60px;
  }

  .carousel-control-next {
    right: -60px;
  }
}*/

@media (max-width: 991.98px) {
  .carousel-control-prev, .carousel-control-next {
    display: none;
  }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  color: #121621;
  font-size: 1rem;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.carousel-control-prev-icon::before {
  content: "\f053";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
}

.carousel-control-next-icon::before {
  content: "\f054";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
}

@media (max-width: 991.98px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .carousel-control-prev, .carousel-control-next {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .hero-section {
    padding: 4rem 0;
  }
  .hero-content {
    text-align: center;
  }
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-image {
    margin-top: 2rem;
  }
}




/*=======================================
   Breadcrumb Section
========================================*/
.page-header {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 3rem 0;
  color: #fff;
  text-align: center;
}

.page-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.page-header .container {
  position: relative;
  z-index: 1;
}

.page-header h1 {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1rem;
}

.breadcrumb {
  background-color: transparent;
}

.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.7);
  content: '>';
}



/*=======================================
   Affiliates Section
========================================*/
.affiliates-section {
  background-image: url("../images/bg/pattern-4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0;
  position: relative;
}

.affiliates-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.35);
}
.affiliates-section > * {
  position: relative;
  z-index: 2;
}

.affiliates-content {
  padding: 1rem;
}

.affiliates-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.affiliates-content p {
  color: #6c757d;
}

.affiliates-content .btn {
  padding: 0.7rem 1.5rem;
}

.affiliates-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.8rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}




/*=======================================
   Enterprise Section
========================================*/
.enterprise-section {
  background-image: url("../images/bg/pattern-7.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0;
}

.enterprise-content {
  padding: 1rem;
}

.enterprise-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.enterprise-content p {
  color: #6c757d;
}

.enterprise-content .btn {
  padding: 0.7rem 1.5rem;
}

.enterprise-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.8rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}


.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

.check-icon i {
  color: var(--tertiary-color);
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 2px;
}

.bullet-check {
  flex: 1;
}

.checklist-item strong {
  font-weight: 600;
}




/*=======================================
   Clients Section
========================================*/
.clients-section {
  background-image: url("../images/bg/dots.png");
  padding: 3rem 0;
  text-align: center;
  position: relative;
}

.clients-section .clients-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px;
}

.clients-section h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 3rem;
}

.client-item {
  width: 180px;
  height: 60px;
  margin: 10px;
  padding: 5px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 5px;
}

.client-item img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}



/*=======================================
   Download Brochure Section
========================================*/
.download-brochure-section {
  padding: 3rem 0;
  text-align: center;
}
.download-brochure-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: var(--secondary-color);
  font-weight: 600;
  background-color: transparent;
  border: 2px solid var(--secondary-color);
  border-radius: 20px;
  text-decoration: none;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.download-brochure-btn:hover {
  background: linear-gradient(to right, color-mix(in srgb, var(--primary-color) 45%, black), var(--primary-color)) !important;
  border: 2px solid var(--primary-color);
  color: #fff !important;
}



/*=======================================
   How It Works Section
========================================*/
.howworks {
  background: white;
  margin: 0;
  padding: 3rem 0;
}
.howworks h2 {
  line-height: 54px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.hwtab {
  padding: 0 !important;
}
.htablnk {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 15px;
  border: 2px solid var(--tertiary-color);
  border-right: 2px solid var(--tertiary-color);
  color: #161d28;
  font-size: 17px;
  width: 100%;
  margin-bottom: 3px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  transition: border-right-color 0.3s ease;
}
.htablnk.active {
  border-right-color: white;
}
.htablnk i {
  margin-right: 10px;
}
.howtab {
  display: none;
  border: 2px solid var(--tertiary-color);
  padding: 15px;
  margin-left: -2px;
  margin-bottom: 20px;
}
.howtab.active {
  display: block;
}
.howtab img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .htablnk {
    border-radius: 8px;
    border-right-color: var(--tertiary-color);
  }
  .htablnk.active {
    border-right-color: white;
  }
}



/*=======================================
   Why Choose Us Section
========================================*/
.why-choose-us {
  background-color: #F2F2F2;
  padding: 3rem 0;
}
.why-choose-us-title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
}
.why-choose-us-icon-text {
  color: #6b7280;
}
.why-choose-us i {
  color: var(--primary-color);
  font-size: 2rem;
  margin-right: 10px;
}
.why-choose-us-image-container {
  position: relative;
  border: 5px solid var(--primary-color);
  border-radius: 10px;
  overflow: hidden;
}
.why-choose-us-image-container img {
  width: 100%;
  height: auto;
  display: block;
}
.why-choose-us-image-container::after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 5px solid var(--primary-color);
  border-radius: 10px;
  z-index: -1;
}



/*=======================================
   Courses Section
========================================*/
.course-card {
  border: none;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--card-hover-shadow);
  background-color: var(--primary-color);
}

.course-card .card-img-top {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.course-card .course-title {
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
  margin-bottom: 0.5rem; 
  transition: color 0.3s ease;
}

.course-card .course-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease;
}

.course-card:hover .course-link {
  color: white;
}

.course-card .card-body {
  padding: 1rem;
}

.course-card .card-img-top {
  border-top: 5px solid var(--secondary-color);
}

.pagination .page-item.active .page-link {
  background-color: var(--primary-color) !important; 
  border-color: var(--primary-color) !important;
  color: white;
  font-weight: 600;
}
.pagination .page-link {
  color: var(--default-text);
  border-radius: 0.5rem;
  margin: 0 0.4rem; 
  transition: background-color 0.2s;
  cursor: pointer;
}
.pagination .page-link:hover {
  background-color: #e0e0e0;
  color: var(--primary-color);
}



/*=======================================
   Course Page
========================================*/
.course-page .section-title {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.course-page .section-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: var(--secondary-color);
  border-radius: 9999px;
}
.course-page .accordion ul {
  list-style: none;
  padding-left: 0;
}
.course-page .card-course-info {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.75rem;
}
.course-page .list-group-feature i {
  width: 20px;
  text-align: center;
}

#tab-overview ul,
#tab-outcomes ul {
  list-style: none;
  padding: 0;
}
#tab-overview li,
#tab-outcomes li {
  margin-bottom: 8px;
  padding-left: 30px;
  position: relative;
}
#tab-overview li::before,
#tab-outcomes li::before {
  content: '\f058' !important;
  font-family: 'Font Awesome 7 Free' !important;
  font-weight: 900 !important;
  position: absolute;
  left: 0;
  color: var(--tertiary-color);
}

.card-course-info {
  background: #efefef;
  border: 2px solid var(--tertiary-color) !important;
}

.card-course-info .price {
  color: color-mix(in srgb, var(--secondary-color) 65%, black);
  /*color: var(--primary-color);*/
}

.card-course-info hr {
  background: color-mix(in srgb, var(--secondary-color) 85%, black);
  height: 3px !important;
  opacity: 1;
  border: none;
}

.card-course-info .list-group-item {
  background: #efefef !important;
}



/*=======================================
   CPD Points Area
========================================*/
.partner-section {
  background-color: #f8f9fa;
  padding: 3rem 0;
  display: flex;
  align-items: center;
}
.partner-title {
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 800;
  color: #212529;
  margin-bottom: 1.5rem;
}
.partner-text {
  color: #6c757d;
  line-height: 1.6;
}

.partner-section .btn {
  padding: 0.7rem 1.5rem;
}

.partner-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.8rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}


/*=======================================
   Tenant Pages
========================================*/
.tenant-content {
  padding: 2rem 0 0;
  position: relative;
  background: white;
  color: #111110;
}
.tenant-content h2 {
  margin-bottom: 1.3rem;
  font-size: 1.5rem;
}
.tenant-content h2,
.tenant-content h3 {
  color: #333;
  font-weight: 600;
}
.tenant-content h3 {
  font-size: 18px;
  margin-top: 1.5rem;
}

.tenant-content ul {
  padding-left: 20px;
  list-style: disc;
}
.tenant-content a {
  color: #00ADEF;
}



/*=======================================
   Legal Pages
========================================*/
.legal-section {
  padding: 2rem 0 0;
  position: relative;
  background: white;
  color: #111110;
}
.legal-section h2 {
  margin-bottom: 1.3rem;
  font-size: 1.5rem;
}
.legal-section h2,
.legal-section h3 {
  color: #333;
  font-weight: 600;
}
.legal-section h3 {
  font-size: 18px;
  margin-top: 1.5rem;
}
.legal-section ul {
  padding-left: 20px;
  list-style: disc;
}
.legal-section a {
  color: #00ADEF;
}




/*=======================================
   FAQs Section
========================================*/
.faq-section {
  padding: 3rem 0;
}
.accordion-button {
  font-weight: 600;
  color: #343a40;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: var(--tertiary-color);
  box-shadow: none;
}
.accordion-body {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-top: none;
  padding: 20px;
}
.accordion-item {
  margin-bottom: 15px;
  border: none;
}

.accordion-item ul, .accordion-item ol {
  padding-left: 25px;
}
.accordion-item ul {
  list-style: disc;
}





/*=======================================
   Features Section
========================================*/
.features-section {
  background-image: url("../images/bg/feature-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0;
  position: relative;
}

.features-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.features-section > * {
  position: relative;
  z-index: 2;
}

/*.features-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}*/

.features-subtitle {
  text-align: center;
  margin-bottom: 2rem;
}
.feature-card {
  text-align: center;
  padding: 1.5rem;
}
.feature-card i {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}
.feature-card h5 {
  color: #070c19;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}




/*=======================================
   CTA Section
========================================*/
.cta-section {
  padding: 60px 0;
  background-color: #fff;
}
.cta-container {
  padding: 40px;
  background-color: #F2F2F2;
  border-radius: 10px;
}
.cta-content {
  margin-bottom: 30px;
}
.cta-content h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: -5px;
  padding-top: 0;
  margin-bottom: 20px;
}
.cta-content .divider {
  width: 50px;
  height: 4px;
  background-color: var(--tertiary-color);
  margin-bottom: 20px;
}
.cta-content p {
  width: 90%;
}
.cta-list {
  list-style: none;
  padding-left: 0;
}
.cta-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  color: #333;
}
.cta-list-item i {
  color: var(--tertiary-color);
  margin-right: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.cta-list-item span {
  line-height: 1.5;
}
.cta-form {
  background: var(--tertiary-color);
  color: white;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  height: 100%;
}
.cta-form .form-group {
  margin-bottom: 15px;
}
.cta-form .form-control {
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  color: white;
  padding: 10px;
  border-radius: 5px;
}
.cta-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.select2-selection__rendered {
  line-height: 40px !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-selection__arrow {
  height: 40px !important;
}
.cta-form .btn {
  background: white !important;
  color: color-mix(in srgb, var(--tertiary-color) 75%, black);
  border: none;
  padding: 10px 20px;
  /*width: 100%;*/
}
.cta-form .btn:hover {
  background: linear-gradient(to right, color-mix(in srgb, var(--primary-color) 45%, black), var(--primary-color)) !important;
  color: #fff !important;

}
.cta-form .select2-selection__rendered {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  border: 1px solid rgba(0, 159, 216, 0.6) !important;
  border-radius: 5px;
  border: none !important;
  background: #66CFF5;
  color: rgba(255, 255, 255, 0.9) !important;
}
.cta-form .terms-text {
  margin-bottom: 20px !important;
  text-align: left;
}
.cta-form .terms-text a {
  color: white;
  text-decoration: underline;
}
.cta-form .terms-text a:hover {
  color: #e9f5e9;
}
@media (min-width: 768px) {
  .cta-form .row-name,
  .cta-form .row-contacts {
    display: flex;
    gap: 15px;
  }
  .cta-form .row-name .form-group,
  .cta-form .row-contacts .form-group {
    flex: 1;
  }
}




/*=======================================
   affiliations Section
========================================*/
.affiliations-section {
  background-color: #fff;
  padding: 4rem 0;
  text-align: center;
}

.affiliations-section h2 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 0;
}

.affiliation-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.affiliation-wrapper {
  display: flex;
  width: fit-content;
  animation: affiliation-scroll-left 70s linear infinite;
}

.affiliation-container:hover .affiliation-wrapper {
  animation-play-state: paused;
}

.affiliation-item {
  flex-shrink: 0;
  width: 180px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
}

.affiliation-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}

@keyframes affiliation-scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}



/*=======================================
   Statistics Section
========================================*/
.stats-section {
  padding: 3rem 0;
  position: relative;
}

.stats-item {
  text-align: center;
  padding: 1rem;
}
.stats-item-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 992px) {
  .stats-item-content {
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .stats-item-content {
    justify-content: center;
  }
}

.stats-container {
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  background-color: rgba(44, 161, 221, 1);
  padding: 1rem 1rem;
  border-radius: 1rem;
  position: relative;
}

.stats-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/bg/pattern-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.stats-container > * {
  position: relative;
  z-index: 2;
}

.stats-item:not(:last-child) {
  border-right: 1px solid #e9ecef;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .stats-container {
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
  }
  .stats-item {
    border: none !important;
    padding: 2rem 1rem;
    border-bottom: 1px solid #e9ecef !important;
  }
  .stats-item:nth-child(odd) {
    border-right: 1px solid #e9ecef !important;
  }
}

@media (max-width: 767.98px) {
  .stats-container {
    border: none;
  }
  .stats-item {
    border: none !important;
    padding: 2rem 1rem;
    border-bottom: 1px solid #e9ecef !important;
  }
  .stats-item:last-child {
    border-bottom: none !important;
  }
}


.stats-item i {
  font-size: 2.7rem;
  color: color-mix(in srgb, var(--secondary-color) 55%, white);
  margin-bottom: 0;
}

.stats-number {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: inherit;
  margin: 0;
  color: #fff;
  line-height: 1;
}

.stats-number .number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.stats-number .stats-text {
  font-size: 1rem;
  font-weight: 500;
  color: #eee;
  line-height: 1.2;
}




/*=======================================
   Customer Testimonials
========================================*/
.testimonials-section {
  background: linear-gradient(to right, var(--primary-color), color-mix(in srgb, var(--primary-color) 65%, black));
  padding: 6rem 0;
}

.testimonials-section .testi-div {
  position: relative;
  z-index: 0;
}

.testimonials-section .testi-div::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/bg/globe2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.09;
  z-index: -1;
}

.testimonial-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.8rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.testimonial-header,
.testimonial-content,
.testimonial-carousel-indicators {
  padding-left: 12px;
}

.testimonial-header h6 {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--secondary-color);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.testimonial-header h3 {
  color: color-mix(in srgb, var(--secondary-color) 45%, white);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.testimonial-content p {
  font-style: italic;
  line-height: 1.5;
  color: #eee;
}

.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
}

.testimonial-author-info h5 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.testimonial-author-info p {
  font-size: 0.8rem;
  color: #eee;
  margin: 0;
  font-style: normal;
}

.testimonial-carousel-indicators {
  position: static;
  margin-top: 2rem;
  display: flex;
  gap: 0.75rem;
}

.testimonial-carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: #B0BEC5;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: background-color 0.3s ease;
}

.testimonial-carousel-indicators .active {
  background-color: var(--secondary-color);
}



.about-us-section {
  background-image: url("../images/bg/pattern-7.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0 3rem;
  position: relative;
}

.about-us-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.35);
}
.about-us-section > * {
  position: relative;
  z-index: 2;
}

.mv-section {
  background-color: #f7fafc;
  padding: 3rem 0;
}
.mv-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
}
.mv-card .icon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mv-card .icon i {
  font-size: 1.5rem;
  color: var(--primary-color);
}
.mv-card .text {
  text-align: left;
  flex-grow: 1;
}
.value-card .text h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
.mv-card .text p {
  color: #718096;
  margin: 0;
}
@media (max-width: 576px) {
  .mv-card .text h5 {
    font-size: 1.1rem;
  }
  .mv-card {
    flex-direction: row;
    text-align: left;
  }
  .mv-card .icon {
    margin-bottom: 0;
  }
}



/*=======================================
   Contact Page
========================================*/
.contact-section {
  background-image: url("../images/bg/pattern-7.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem 0;
  position: relative;
}

.contact-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.35);
}
.contact-section > * {
  position: relative;
  z-index: 2;
}
.contact-container {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-info-section {
  background-color: rgba(247, 247, 247, 0.4);
  padding: 3rem;
  border-radius: 10px 0 0 10px;
  border-right: 1px solid #e0e0e0;
}

.contact-section .contact-form-section {
  padding: 3rem;
}

.contact-form-section .btn {
  padding: 0.8rem 2rem;
}

.contact-section .info-item {
  margin-bottom: 2rem;
}

.contact-section .info-icon {
  background-color: var(--primary-color);
  color: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-section .social-icons .btn {
  background: transparent !important;
  color: #000;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.contact-section .social-icons .btn:hover {
  background: linear-gradient(to right, color-mix(in srgb, var(--primary-color) 45%, black), var(--primary-color)) !important;
  border-color: var(--primary-color);
  color: #fff !important;
}

.contact-section .form-control {
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  padding: 0.8rem;
}


@media (max-width: 991.98px) {
  .contact-info-section {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 10px 10px 0 0;
  }
}



/*=======================================
   Brochure Download Page
========================================*/
.brochure-area {
  background: #f2f3f4;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Arial', sans-serif;
}
.brochure-area .container {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  max-width: 550px;
  width: 100%;
}
.brochure-area h3 {
  font-size: 27px;
  text-align: center;
}

.brochure-area .form-control {
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.brochure-area .small {
  font-size: 12px;
}



/*=======================================
   Login Page
========================================*/
.auth-section {
  background: #f2f3f4;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Arial', sans-serif;
}
.auth-section .container {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  text-align: center;
  max-width: 400px;
  width: 100%;
}
.login-logo {
  font-size: 40px;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.auth-section h3 {
  font-size: 27px;
}
.auth-section .input-group {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.auth-section .input-group .input-group-text {
  background: var(--primary-color);
  color: white;
  border: none;
}

.auth-section .form-control {
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.auth-section .btn {
  padding: 0.7rem;
}
.forgot-password {
  display: block;
  margin-top: 10px;
  color: var(--primary-color);
  text-decoration: none;
  transition: 0.3s;
}

.forgot-password:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .login-container {
    padding: 30px;
  }
}


/********Forgot password**********/
.auth-section .container h2 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #333;
}
.forgot .input-group {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
}
.forgot .input-group i {
  margin-right: 10px;
  color: var(--primary-color);
}
.forgot .input-group input {
  border: none;
  background: none;
  outline: none;
  flex: 1;
  font-size: 1rem;
}
.back-to-login {
  display: block;
  margin-top: 15px;
  color: var(--primary-color);
  text-decoration: none;
  font-size: 14px;
}
.back-to-login:hover {
  text-decoration: underline;
}




/*=======================================
   Footer
========================================*/
.footer {
  background-color: #121621;
  padding-top: 5rem;
  position: relative;
  z-index: 0;
}

.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/bg/map5.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.45;
  z-index: 1;
}

/* ensure footer content stays above overlay */
.footer > * {
  position: relative;
  z-index: 2;
}

.footer img {
  max-height: 55px;
}

.footer h5 {
  font-weight: 600;
  color: #ffffff;
  position: relative;
  margin-bottom: 1.5rem;
  margin-top: 0;
  padding-top: 0;
}

.footer .footer-heading {
  color: #ffffff;
  border-bottom: 2px solid color-mix(in srgb, var(--secondary-color) 30%, var(--sidebar-color));
  padding-bottom: 0.5rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.footer p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer .text-white-50 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.footer .list-unstyled li {
  margin-bottom: 0.7rem;
}

.footer .list-unstyled a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
}

.footer .list-unstyled a:hover {
  color: var(--secondary-color) !important;
}

.footer .list-unstyled a .fa-chevron-right {
  font-size: 0.75rem;
  margin-right: 0.5rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer .list-unstyled a:hover .fa-chevron-right {
  transform: translateX(5px);
  color: var(--secondary-color);
}

.footer .social-icons {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.footer .social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #2c2f37;
  color: #ffffff;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.footer .social-icons a:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.footer .contact-info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.footer .contact-info i {
  color: #ffffff;
  font-size: 1.1rem;
  margin-right: 0.75rem;
  padding-top: 3px;
}

.footer .contact-info span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
}

.copyright-bar {
  /*background-color: #090c14;*/
  background-color: var(--primary-color);
  padding: 1.5rem 0;
  margin-top: 3rem;
  font-size: 0.9rem;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .footer {
    padding-top: 3rem;
  }
  .footer .footer-heading {
    margin-top: 1.5rem;
  }
}

.scroll-to-top,
.whatsapp-button {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #46105B;
  border: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.scroll-to-top:hover,
.whatsapp-button:hover {
  background-color: #ffffff;
}

.whatsapp-button {
  bottom: 60px;
  background-color: var(--secondary-color);
  color: white;
}

.whatsapp-button:hover {
  background-color: color-mix(in srgb, var(--secondary-color) 95%, black);
}


/*=======================================
   Loader
========================================*/
.loader {
  display: none;
}

.spinner {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 40px;
}

.spinner div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 7px;
  background: var(--primary-color);
  color: #007C2B;
  -webkanimation: spinner 1.2s infinite ease-in-out;
  animation: spinner 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.spinner div:nth-child(1) {
  left: 6px;
  animation-delay: -0.16s;
}

.spinner div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}

.spinner div:nth-child(3) {
  left: 45px;
  animation-delay: -0.8s;
}

.spinner div:nth-child(4) {
  left: 65px;
  animation-delay: -0.4s;
}

.spinner div:nth-child(5) {
  left: 85px;
  animation-delay: 0;
}

@keyframes spinner {
  0% {
    top: 6px;
    height: 51px;
  }

  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}

@-webkkeyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    -webktransform: scaleY(0.4)
  }

  20% {
    -webktransform: scaleY(1.0)
  }
}

@keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webktransform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1.0);
    -webktransform: scaleY(1.0);
  }
}