@import url("font-awesome.min.css");
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.heading_container h2::before {
  content: "";
  width: 40px;
  height: 7px;
  background-color: #002d80;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.heading_container.heading_center h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*header section*/
.hero_area {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero_bg_box .img-box {
  width: 100%;
}

.hero_bg_box .img-box img {
  min-width: 100%;
  min-height: 100%;
}

.hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.35));
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding-bottom: 21px;
}

.hero_area.sub_pages {
  height: auto;
}

@media (min-width: 992px) {
        .dropdown:hover .dropdown-menu {
            display: block;
        }
    }

.header_section {
  padding: 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_top {
  background-color: #fcfafa;
  padding: 15px 0;
}

.header_top .contact_link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_top .contact_link-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-size: 15px;
}

.header_top .contact_link-container a i {
  font-size: 20px;
  color: #002d80;
  margin-right: 5px;
}

#navbarSupportedContent {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 0;
  padding: 35px 15px 10px 15px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  background-color: #002d80;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 15px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box {
  width: 100%;
  margin: 0 auto;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-size: 3rem;
  color: #ffffff;
  font-weight: 600;
}

.slider_section .detail-box h1 span {
  color: #ffffff;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.slider_section .detail-box .btn-box a {
  width: 180px;
  text-align: center;
  margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #002d80;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  border-color: #002d80;
  color: #002d80;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .idicator_container {
  position: relative;
}

.slider_section ol.carousel-indicators {
  margin: 0;
  bottom: -75px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slider_section ol.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  background-color: #002d80;
  opacity: 1;
  border: none;
  margin: 0 4px;
}

.slider_section ol.carousel-indicators li.active {
  background-color: #ffffff;
}

.slider_section {
  position: relative;
  overflow: hidden;
}

.slider_section .carousel-item {
  min-height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
}

/* Dark overlay so text is readable */
.slider_section .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55);
  z-index: 1;
}
.detail-box {
  position: relative;
  z-index: 2;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img_container .img-box img {
  width: 100%;
}

.about_section .detail-box {
  background-color: #ffffff;
  padding: 45px 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  margin-left: -45px;
}

.about_section .detail-box p {
  margin-top: 5px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #002d80;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  border-color: #002d80;
  color: #002d80;
}

.service_section {
  background-color: #002d80;
}

.service_section .heading_container {
  color: #ffffff;
}

.service_section .box {
  background-color: #ffffff;
  padding: 25px 15px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  margin-top: 45px;
}

.service_section .box .img-box svg {
  width: 75px;
  height: auto;
  fill: #002d80;
}

.service_section .box .detail-box {
  margin-top: 25px;
}

.service_section .box .detail-box h6 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service_section .box .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #002d80;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 10px;
}

.service_section .box .detail-box a:hover {
  background-color: transparent;
  border-color: #002d80;
  color: #002d80;
}

.client_section {
  text-align: center;
}

.client_section #carouselExampleControls {
  padding: 0 10%;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.client_section .box .img-box {
  width: 145px;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.client_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 10px;
  border-bottom: 1px solid #ffffff;
}

.client_section .box .detail-box p {
  margin-top: 10px;
}

.client_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-color: #002d80;
  color: #ffffff;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #002d80;
}

.client_section .carousel-control-prev {
  left: 0;
}

.client_section .carousel-control-next {
  left: initial;
  right: 0;
}

/* contact section */
.contact_section {
  position: relative;
  color: #ffffff;
}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .contact_form-container {
  margin-top: 35px;
}

.contact_section .contact_form-container input {
  border: none;
  outline: none;
  color: #000000;
  height: 45px;
  width: 100%;
  margin: 15px 0;
  padding-left: 15px;
  background-color: #ffffff;
}

.contact_section .contact_form-container input::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input:-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input.message_input {
  height: 120px;
}

.contact_section .contact_form-container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.contact_section .contact_form-container button {
  display: inline-block;
  padding: 10px 60px;
  background-color: #002d80;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: bold;
}

.contact_section .contact_form-container button:hover {
  background-color: transparent;
  border-color: #002d80;
  color: #002d80;
}

.contact_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_bg_box .img-box {
  width: 100%;
}

.contact_bg_box .img-box img {
  min-width: 100%;
  min-height: 100%;
}

.contact_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.35));
}

/* end contact section */
.team_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  margin-top: 45px;
  position: relative;
}

.team_section .box .img-box {
  width: 100%;
}

.team_section .box .img-box img {
  width: 100%;
}

.team_section .box .detail-box {
  position: absolute;
  width: 100%;
  color: #ffffff;
  padding: 25px 15px;
  text-align: center;
  bottom: 0;
  background-color: rgba(28, 28, 28, 0.75);
}

.team_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.team_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #002d80;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.team_section .btn-box a:hover {
  background-color: transparent;
  border-color: #002d80;
  color: #002d80;
}

.info_section {
  background-color: #002d80;
  color: #ffffff;
  padding: 75px 0 10px 0;
}

.info_section .row > div {
  margin-bottom: 25px;
}

.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}

.info_section .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info_section .info_logo .navbar-brand {
  padding: 0;
  margin-bottom: 20px;
}

.info_section .info_logo .navbar-brand span {
  font-size: 24px;
  color: #ffffff;
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  color: #ffffff;
}

.info_section .info_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact a {
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .info_contact a i {
  font-size: 20px;
  margin-right: 5px;
}

.info_section .info_form form input {
  outline: none;
  border: none;
  width: 100%;
  padding: 7px 10px;
  border-radius: 30px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #002d80;
  border-radius: 30px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .info_form .social_box {
  margin-top: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 10px;
  color: #ffffff;
  font-size: 20px;
}

/* footer section*/
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: #002d80;
}

.footer_section p {
  color: rgba(254, 254, 255, 0.7);
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: rgba(254, 254, 255, 0.7);
}

.image-section {
  text-align: center;
  margin: 20px;
}

.section-heading {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.image-container {
  display: flex;
  justify-content: center;
  gap: 40px; /* Adjust the gap between images */
  flex-wrap: wrap; /* Allow wrapping */
  margin: 0 auto;
}

.image-wrapper {
  display: flex;
  flex-direction: column; /* Stack image and text */
  align-items: center;
}

.image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px; /* Increased size of the container */
  height: 200px; /* Increased size of the container */
  border-radius: 50%;
  border: 7px solid #002d80; /* #002d80 border */
  overflow: hidden;
  background-color: white;
  transition: transform 0.3s ease-in-out;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-box:hover {
  transform: scale(1.1); /* Slightly enlarge image on hover */
  cursor: pointer; /* Change cursor to hand on hover */
}

.image-text {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin-top: 10px;
}

/* Media Query for small screens */
@media (max-width: 768px) {
  .image-container {
    flex-direction: column; /* Stack images in a column */
    gap: 20px;
    align-items: center;
  }

  .image-box {
    width: 180px;
    height: 180px;
  }
}

/* Media Query for large screens */
@media (min-width: 769px) {
  .image-container {
    flex-direction: row; /* Keep images in a row */
    gap: 40px;
  }

  .image-wrapper {
    flex-direction: column; /* Stack image and text inside wrapper */
  }
}

.card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.card {
  max-width: 1150px; /* Increased width */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.row.g-0 {
  align-items: stretch; /* Ensure both columns are equal height */
}

.col-md-4 img {
  height: 100%; /* Make the image full height */
  object-fit: cover; /* Keep proper proportions */
  border-radius: 10px 0 0 10px; /* Smooth edges */
  width: 100%;
}

.card-body {
  padding: 20px;
}

.card-body h2 {
  font-size: 18px;
}

.card-body p {
  font-size: 16px;
  color: #555;
}

/* Styled List */
.requirements-list {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.requirements-list li {
  font-size: 16px;
  color: #444;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 5px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.requirements-list li::before {
  content: "✔"; /* Checkmark icon */
  color: #002d80;
  font-weight: bold;
  margin-right: 10px;
}

/* Button Styling */
.btn-box {
  margin-top: 15px;
  text-align: left;
}

.btn-box a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #002d80;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.3s ease;
}

.btn-box a:hover {
  background-color: dark#002d80;
}

/* Responsive for small screens */
@media (max-width: 768px) {
  .card {
    max-width: 90%;
  }

  .col-md-4 img {
    border-radius: 10px 10px 0 0; /* Adjust border radius */
  }
}

/* New Card Styling */
#new-card {
  max-width: 1150px; /* Increased width */
  margin-top: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto; /* Center the card */
}

#new-card .row.g-0 {
  display: flex;
  flex-direction: row; /* Keep the layout for large screens */
  align-items: stretch;
}

/* Image Section */
#new-card .col-md-4 img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
  width: 100%;
}

/* Text Section */
#new-card .card-body {
  padding: 20px;
}

#new-card .card-body h5 {
  font-size: 30px;
}

#new-card .card-body p {
  font-size: 16px;
  color: #555;
}

/* Hover effect for course title */
#new-card .card-body h5:hover {
  color: #002d80; /* Change color on hover */
  cursor: pointer;
}

/* Dropdown content initially hidden */
.dropdown-content {
  display: none;
  padding: 10px;
  margin-top: 10px;
  background-color: #f8f8f8;
  border-radius: 5px;
  font-size: 16px;
  color: #444;
}

/* Show the dropdown content when clicked */
.dropdown-active {
  display: block;
}

/* Styled List */
#new-card .requirements-list {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

#new-card .requirements-list li {
  font-size: 16px;
  color: #444;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 5px;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative; /* Position the arrow */
}

#new-card .requirements-list li:hover {
  background-color: #e8e8e8;
}

/* Arrow styling */
#new-card .requirements-list li::after {
  content: " ↓"; /* Add downward arrow */
  position: absolute;
  right: 10px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* Rotate arrow when dropdown is active */
#new-card .requirements-list li.active::after {
  transform: rotate(180deg); /* Rotate arrow to face up when active */
}

/* Button Styling */
#new-card .btn-box {
  margin-top: 15px;
  text-align: left;
}

#new-card .btn-box a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #002d80;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.3s ease;
}

#new-card .btn-box a:hover {
  background-color: dark#002d80;
}

/* Responsive for small screens */
@media (max-width: 768px) {
  #new-card .card {
    max-width: 90%;
  }

  #new-card .col-md-4 img {
    border-radius: 10px 10px 0 0;
  }

  /* Stack the image and text vertically on small screens */
  #new-card .row.g-0 {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .custom-card {
    max-width: 90%;
    margin: 0 auto 15px;
  }
}

.btn-box {
  display: flex;
  justify-content: left; /* Centering the button */
  margin-top: 10px;
}

#read-more-btn {
  text-decoration: none;
  padding: 5px 15px; /* Reduced height */
  font-size: 14px; /* Adjust text size */
  background-color: #002d80;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s;
}

#read-more-btn:hover {
  background-color: #002d80;
}

/* Tab Container Styling */
.tab-container {
  width: 90%;
  max-width: 1150px; /* Increased width */
  margin: 50px auto;
  text-align: center;
  border: 3px solid rgb(158, 3, 3);  /* #002d80 border */
  border-radius: 15px;  /* Curved corners */
  padding: 20px;
  background-color: #fff;
}

/* Tab Buttons */
.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tab-buttons button {
  padding: 10px 20px;
  border: none;
  background-color: #002d80;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
  flex: 1;
  min-width: 120px;
}

.tab-buttons button:hover, .tab-buttons button.active {
  background-color: #0056b3;
}

/* Tab Content */
.tab-content {
  display: none;
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background-color: #f9f9f9;
  margin-top: 10px;
  text-align: left;
}

.tab-content.active {
  display: block;
}

/* Talk to Us Button */
.talk-to-us {
  display: inline-block;
  padding: 8px 15px;
  margin-top: 10px;
  background-color: #002d80;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}

.talk-to-us:hover {
  background-color: #fffdfd;
}

/* Responsive Design */
@media (max-width: 600px) {
  .tab-buttons {
      flex-direction: column;
      align-items: center;
  }

  .tab-buttons button {
      width: 100%;
      text-align: center;
  }
}

/* Tab Container Styling */
.tab-container-2 {
  width: 90%;
  max-width: 1150px; /* Increased width */
  margin: 50px auto;
  text-align: center;
  border: 3px solid rgb(158, 3, 3);  /* Red border */
  border-radius: 15px;  /* Curved corners */
  padding: 20px;
  background-color: #fff;
}

/* Tab Buttons */
.tab-buttons-2 {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tab-buttons-2 button {
  padding: 10px 20px;
  border: none;
  background-color: #002d80;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
  flex: 1;
  min-width: 120px;
}

.tab-buttons-2 button:hover, .tab-buttons-2 button.active {
  background-color: #0056b3;
}

/* Tab Content */
.tab-content-2 {
  display: none;
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background-color: #f9f9f9;
  margin-top: 10px;
  text-align: left;
}

.tab-content-2.active {
  display: block;
}

/* Talk to Us Button */
.talk-to-us {
  display: inline-block;
  padding: 8px 15px;
  margin-top: 10px;
  background-color: #002d80;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}

.talk-to-us:hover {
  background-color: #f5f3f3;
}

/* Responsive Design */
@media (max-width: 600px) {
  .tab-buttons-2 {
      flex-direction: column;
      align-items: center;
  }

  .tab-buttons-2 button {
      width: 100%;
      text-align: center;
  }
}

/* image container*/
#custom-image-container {
  background-color: #002d80; 
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 1150px; /* Fixed width */
  margin: 20px auto;
  border-radius: 10px;
}

/* Styling only for images inside this container */
#custom-image-container img {
  width: 30%; /* Each image takes 30% width */
  max-width: 250px; /* Limits size */
  border-radius: 10px;
}

/* Responsive Design: Column format on small screens */
@media (max-width: 1200px) {
  #custom-image-container {
      width: 90%; /* Adjusts for smaller screens */
      flex-direction: column;
      align-items: center;
  }

  #custom-image-container img {
      width: 80%; /* Larger width for better visibility */
  }
}
@media (max-width: 768px) {
  #custom-image-container {
      gap: 40px;
  }
}
@media (min-width: 900px) {
  #custom-image-container {
      gap: 200px;
  }
}

/* services */

/* Ensure all service images have the same height */
.service-img {
  height: 250px; /* Adjust as needed */
  object-fit: cover; /* Ensures images fill the space uniformly */
  border-radius: 10px; /* Optional: makes images rounded */
}

/* Optional: Card styling for consistency */
.custom-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
}

.custom-card:hover {
  transform: scale(1.03);
}

.gallery-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.gallery-image:hover {
  transform: scale(1.05);
}

/* FAQs */

.faq_item {
  background: #fff;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 5px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border 0.3s ease-in-out;
}
.faq_item.active {
  border-color: #002d80;
}
.faq_question {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq_answer {
  display: none;
  padding-top: 10px;
}

/* Common styles for both buttons */
/* Common styles for both buttons */
.floating-button {
  position: fixed;
  bottom: 20px;
  width: 50px;  /* Reduced size */
  height: 50px; /* Reduced size */
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  cursor: pointer;
}

.floating-button img {
  width: 100%; /* Ensure image fits inside the button */
  height: 100%;
}

/* WhatsApp button (left side) */
.whatsapp {
  left: 20px;
}

/* Call button (right side) */
.call {
  right: 20px;
}

/* Hover effect (scale + hand cursor) */
.floating-button:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.faq_answer {
  display: none;
  transition: max-height 0.3s ease;
  overflow: hidden;
  max-height: 0;
}

.faq_item.active .faq_answer,
.faq_answer.show {
  display: block;
  max-height: 500px; /* Or something appropriate */
}

section h1, article h1, aside h1, nav h1 {
  font-size: 2rem; /* or whatever size fits your design */
}

/* 🔹 Uniform image style for all course and service images */
.service-icon img,
.card-img-top {
  width: 100%;
  height: 250px;          /* consistent image height */
  object-fit: cover;      /* makes all images fill evenly */
  border-radius: 8px;     /* smooth corners for all */
  transition: none;       /* remove animation */
}

/* 🔹 Remove hover effect completely */
.service-icon:hover img,
.card:hover .card-img-top {
  opacity: 1;
  transform: none;
}

/* Maroon flat button */
.button {
  display: inline-block;
  margin-top: 10px;
  background-color: #002d80; /* maroon */
  color: white;
  padding: 8px 18px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 0; /* flat corners */
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #a00000; /* slightly lighter maroon on hover */
}

.card {
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
}

.card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Reduce space between course sections */
.service_section {
  padding-top: 40px;   /* reduce from default layout_padding (usually 80–100px) */
  padding-bottom: 40px;
  margin-bottom: 0;    /* remove extra gap below section */
}

.heading_container {
  margin-bottom: 20px; /* tighten heading spacing */
}

/* Uniform card width and centered on small screens */
@media (max-width: 767.98px) {
  .row.row-cols-1.row-cols-md-4 .col {
    display: flex;
    justify-content: center; /* center the card */
  }

  .row.row-cols-1.row-cols-md-4 .card {
    max-width: 450px; /* wider card */
    width: 100%;       /* allow it to shrink if needed */
    margin: 0 auto;    /* center inside the column */
  }
}

/* CONTACT SECTION BASE */
.contact_section {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

/* Background image container */
.contact_bg_box {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.contact_bg_box .img-box,
.contact_bg_box img {
  width: 100%;
  height: 100%;
}

.contact_bg_box img {
  object-fit: cover;
}

/* Keep content above background */
.contact_section .container {
  position: relative;
  z-index: 2;
}

/* RESPONSIVE FIX */
@media (max-width: 767px) {

  .contact_section {
    padding: 40px 0;
  }

  /* Stack columns naturally */
  .contact_section .row {
    flex-direction: column;
  }

  /* Ensure readable content */
  .contact-info-box,
  .contact_form-container {
    width: 100%;
    margin-bottom: 20px;
  }

  /* Keep background visible */
  .contact_bg_box {
    position: absolute;
  }
}

/* Color the list bullets */
ul.colored-bullets li::marker {
  color: #002d80;
  font-size: 1em; /* optional: adjust bullet size if needed */
}

/* Normal slow pulse */
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* Quick wiggle on hover */
@keyframes wiggle {
  0% { transform: rotate(0deg) scale(1.05); }
  25% { transform: rotate(3deg) scale(1.05); }
  50% { transform: rotate(-3deg) scale(1.05); }
  75% { transform: rotate(3deg) scale(1.05); }
  100% { transform: rotate(0deg) scale(1.05); }
}

.help-text {
  animation: pulse 1.5s infinite;
  transition: transform 0.2s;
}

.help-text:hover {
  animation: wiggle 0.5s infinite;
}


/*# sourceMappingURL=style.css.map */