.w100 {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .w100 {
    width: 100%;
  }
}

.w95 {
  width: 95%;
}
@media only screen and (max-width: 1199px) {
  .w95 {
    width: 100%;
  }
}

.w90 {
  width: 90%;
}
@media only screen and (max-width: 1199px) {
  .w90 {
    width: 100%;
  }
}

.w85 {
  width: 85%;
}
@media only screen and (max-width: 1199px) {
  .w85 {
    width: 100%;
  }
}

.w80 {
  width: 80%;
}
@media only screen and (max-width: 1199px) {
  .w80 {
    width: 95%;
  }
}

.w75 {
  width: 75%;
}
@media only screen and (max-width: 1199px) {
  .w75 {
    width: 100%;
  }
}

.w70 {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .w70 {
    width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .w70 {
    width: 100%;
  }
}

.w65 {
  width: 65%;
}

.w60 {
  width: 60%;
}

.w55 {
  width: 55%;
}
@media only screen and (max-width: 991px) {
  .w55 {
    width: 100%;
  }
}

.w50 {
  width: 50%;
}

.w45 {
  width: 45%;
}

.w40 {
  width: 40%;
}

.w35 {
  width: 35%;
}

.w30 {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .w30 {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .w30 {
    width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .w30 {
    width: 100%;
  }
}

.w25 {
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .w25 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .w25 {
    width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .w25 {
    width: 100%;
  }
}

.w20 {
  width: 20%;
}
@media only screen and (max-width: 991px) {
  .w20 {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .w20 {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .w20 {
    width: 100%;
  }
}

.w15 {
  width: 15%;
}
@media only screen and (max-width: 1199px) {
  .w15 {
    width: 100%;
  }
}

.w10 {
  width: 10%;
}
@media only screen and (max-width: 1199px) {
  .w10 {
    width: 100%;
  }
}

/* Base Styles */
body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #333;
}

a {
  text-decoration: none;
  color: #fff;
}

.largeText {
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .largeText {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 480px) {
  .largeText {
    font-size: 1.75rem !important; /* Slightly larger for small devices (e.g., small tablets) */
  }
}
@media (min-width: 768px) {
  .largeText {
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .largeText {
    font-size: 3rem !important;
  }
}
@media (min-width: 2400px) {
  .largeText {
    font-size: 4rem !important;
  }
}

.mediumText {
  font-size: 2rem !important;
}
@media only screen and (max-width: 767px) {
  .mediumText {
    font-size: 1rem !important;
  }
}
@media (min-width: 500px) {
  .mediumText {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 768px) {
  .mediumText {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mediumText {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 2400px) {
  .mediumText {
    font-size: 2.5rem !important;
  }
}

/* Default Typography */
@media only screen and (max-width: 767px) {
  h1 h1,
  h2 h1,
  h3 h1,
  h4 h1,
  h5 h1,
  h6 h1 {
    font-size: 1.75rem !important;
  }
  h1 h2,
  h2 h2,
  h3 h2,
  h4 h2,
  h5 h2,
  h6 h2 {
    font-size: 1.65rem !important;
  }
  h1 h3,
  h2 h3,
  h3 h3,
  h4 h3,
  h5 h3,
  h6 h3 {
    font-size: 1.5rem !important;
  }
  h1 h4,
  h2 h4,
  h3 h4,
  h4 h4,
  h5 h4,
  h6 h4 {
    font-size: 1.35rem !important;
  }
  h1 h5,
  h2 h5,
  h3 h5,
  h4 h5,
  h5 h5,
  h6 h5 {
    font-size: 1.25rem !important;
  }
  h1 h6,
  h2 h6,
  h3 h6,
  h4 h6,
  h5 h6,
  h6 h6 {
    font-size: 1.15rem !important;
  }
}

p {
  font-weight: 500;
  margin: 0.5em 0;
}

/* Responsive Typography */
/* Mobile (default styles for smaller screens) */
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 0.75rem;
  }
  h4 {
    font-size: 0.85rem;
  }
  h5 {
    font-size: 0.75rem;
  }
  h6 {
    font-size: 0.65rem;
  }
  a,
  p,
  li,
  span,
  input,
  button {
    font-size: 1rem; /* Relative to the base font size (16px) */
    line-height: 1.5;
  }
}
/* Typography for a, p, and li */
a,
p,
li,
span,
input,
button {
  font-size: 1rem; /* Relative to the base font size (16px) */
  line-height: 1.5;
}

/* Laptop */
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.75rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  h6 {
    font-size: 1.25rem;
  }
  a,
  p,
  li,
  span,
  input,
  button {
    font-size: 1rem; /* Consistent with body size */
  }
}
/* Desktop Screens */
@media (min-width: 1200px) {
  body {
    font-size: 16px; /* Larger base font size for desktops */
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
  a,
  p,
  li,
  i,
  span,
  input,
  button {
    font-size: 1.1rem; /* Slightly increase relative font size */
    font-size: clamp(1rem, 0.8rem + 0.1vw, 2rem);
  }
}
/* 4K Screens */
@media (min-width: 2400px) {
  body {
    font-size: 24px; /* Significant base font size increase for 4K */
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.75rem;
  }
  h6 {
    font-size: 1.5rem;
  }
  div {
    font-weight: 500;
    letter-spacing: 1.1;
    font-size: clamp(1rem, 1rem + 0.4vw, 2rem) !important;
  }
  a,
  p,
  li,
  span,
  input,
  button {
    font-weight: 500;
    letter-spacing: 1.1;
    font-size: clamp(1rem, 1rem + 0.6vw, 2rem) !important;
  }
}
.top-header {
  background-color: #f5f5f5;
  border-bottom: 2px solid #0678af;
  padding: 2px 0px;
}
.top-header .home-container {
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .top-header .header-content {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .top-header .header-content {
    flex-wrap: nowrap;
  }
}
.top-header .header-content .header-text {
  font-size: 0.9rem;
  color: #0678af;
  margin: auto;
}
.top-header .header-content .header-text p {
  font-size: 0.8rem;
}
@media only screen and (max-width: 1199px) {
  .top-header .header-content .header-text {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .top-header .header-content .header-text {
    font-size: 0.8rem;
    width: 55%;
  }
  .top-header .header-content .header-text p {
    margin: 3px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .top-header .header-content .header-text {
    width: 52%;
  }
  .top-header .header-content .header-text p {
    margin: 5px 0px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 575px) {
  .top-header .header-content .header-text {
    width: 59%;
  }
  .top-header .header-content .header-text p {
    margin: 5px 0px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 479.98px) {
  .top-header .header-content .header-text {
    width: 60%;
  }
  .top-header .header-content .header-text p {
    margin: 5px 0px;
    font-size: 9.5px;
  }
}
.top-header .header-content .social-icons {
  gap: 20px;
  max-width: 100%;
  padding-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .top-header .header-content .social-icons {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .top-header .header-content .social-icons {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .top-header .header-content .social-icons {
    padding-right: 30px;
  }
}
.top-header .header-content .social-icons img {
  width: 6%;
  height: 65%;
}
@media only screen and (max-width: 1199px) {
  .top-header .header-content .social-icons img {
    width: 7%;
    height: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .top-header .header-content .social-icons img {
    width: 8%;
    height: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .top-header .header-content .social-icons img {
    width: 15%;
    height: 40%;
    margin-top: 10px;
  }
}
.top-header .header-content .social-icons img:hover {
  color: #28a0da;
}

.logo-section {
  padding-top: 5px;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .logo-section {
    width: 100%;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .logo-section .logo-icon {
    width: 20%;
  }
}
.logo-section .logo-icon .logo {
  height: 60px !important;
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 991px) {
  .logo-section .logo-icon .logo {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .logo-section .logo-icon .logo {
    width: 100%;
  }
}
.logo-section .tag-line h4 {
  font-size: 3rem;
}
@media only screen and (max-width: 991px) {
  .logo-section .tag-line h4 .atext {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .logo-section .tag-line p {
    font-size: 0.5rem;
  }
}

.heading-p {
  margin: 0;
}

.landing-navbar {
  background-color: #0678af;
  position: relative;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .landing-navbar {
    padding: 10px 25px;
  }
}
.landing-navbar .landing-container {
  margin: auto;
  position: relative;
}
.landing-navbar .logo {
  align-items: center;
  background: #ff7f27;
}
@media only screen and (max-width: 1199px) {
  .landing-navbar .logo {
    width: 20%;
  }
}
@media only screen and (max-width: 991px) {
  .landing-navbar .logo {
    width: 25%;
  }
}
.landing-navbar .logo .logo p {
  font-size: 2rem;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
}
.landing-navbar .logo p {
  padding: 6px 5px;
}
.landing-navbar .menu-toggle {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
@media only screen and (min-width: 1400px) {
  .landing-navbar .menu-toggle {
    display: none;
  }
}
@media only screen and (max-width: 1399px) {
  .landing-navbar .menu-toggle {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .landing-navbar .menu-toggle {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .landing-navbar .menu-toggle {
    display: block;
    text-align: end;
    width: auto;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-navbar .menu-toggle {
    display: block;
    width: auto;
  }
}
.landing-navbar .nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
}
.landing-navbar .nav-links .hr_line {
  display: none;
}
.landing-navbar .nav-links li {
  display: inline-block;
}
.landing-navbar .nav-links li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  transition: color 0.3s;
}
.landing-navbar .nav-links li a:hover {
  color: #005a90;
}
@media only screen and (max-width: 1199px) {
  .landing-navbar .nav-links {
    display: flex;
    width: 55%;
  }
  .landing-navbar .nav-links.open {
    display: flex;
  }
}
@media only screen and (max-width: 991px) {
  .landing-navbar .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #2196f3;
    position: absolute;
    top: 70%;
    left: 0;
    z-index: 10;
    padding: 10px 0;
  }
  .landing-navbar .nav-links.open {
    display: flex;
  }
  .landing-navbar .nav-links.close {
    display: none;
  }
  .landing-navbar .nav-links .hr_line {
    text-align: center;
    display: none;
  }
}
@media only screen and (max-width: 991px) and (max-width: 1399px) {
  .landing-navbar .nav-links .hr_line {
    display: none;
  }
}
@media only screen and (max-width: 991px) and (max-width: 1199px) {
  .landing-navbar .nav-links .hr_line {
    display: none;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .landing-navbar .nav-links .hr_line {
    color: white;
    margin: 0px;
    width: 90%;
    display: block;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .landing-navbar .nav-links .hr_line {
    color: white;
    margin: 5px;
    width: 90%;
    display: block;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .landing-navbar .nav-links {
    top: 50%;
    padding: 3px 0;
  }
  .landing-navbar .nav-links.open {
    display: flex;
  }
  .landing-navbar .nav-links.close {
    display: none;
  }
}
@media only screen and (max-width: 991px) and (max-width: 479.98px) {
  .landing-navbar .nav-links {
    top: 70%;
    padding: 0px;
  }
  .landing-navbar .nav-links.open {
    display: flex;
  }
  .landing-navbar .nav-links.close {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .landing-navbar .nav-links a {
    padding: 10px 20px;
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .landing-navbar .nav-links .navbar .menu-toggle {
    display: block;
  }
  .landing-navbar .nav-links .nav-links {
    flex-direction: column;
    align-items: center;
  }
}
.landing-navbar .nav-links .landing-dropdown {
  position: relative;
  display: inline-block;
}
.landing-navbar .nav-links .landing-dropdown a {
  cursor: pointer;
  padding: 0px 5px;
  display: block;
  color: white;
  text-decoration: none;
}
.landing-navbar .nav-links .landing-dropdown .landing-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #f2f8f8;
  border-radius: 5px;
  padding: 10px 0;
  min-width: 150px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.landing-navbar .nav-links .landing-dropdown .landing-dropdown-menu li {
  list-style: none;
}
.landing-navbar .nav-links .landing-dropdown .landing-dropdown-menu li a {
  display: block;
  color: #004c7d;
  text-decoration: none;
}
.landing-navbar .nav-links .landing-dropdown .landing-dropdown-menu li a:hover {
  background: #f0f0f0;
}
.landing-navbar .nav-links .login-btn {
  background: #ffffff;
  color: #0072b5;
  padding: 6px 14px;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
}
.landing-navbar .nav-links .login-btn:hover {
  background: #005a90;
  color: #ffffff;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 450px;
}
.hero-slider .buttons {
  position: absolute;
  bottom: -20px;
  left: 40%;
  z-index: 99;
}
@media only screen and (max-width: 1199px) {
  .hero-slider .buttons {
    margin-top: -30px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-slider .buttons {
    margin-top: -50px;
    margin-bottom: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider .buttons {
    margin-top: -60px;
    margin-bottom: -5px;
  }
}
.hero-slider .buttons .refresher {
  border-radius: 25px 0 0 25px;
}
.hero-slider .buttons .btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #ffffff;
  background: #0678af;
  transition: all 0.3s;
}
.hero-slider .buttons .btn:hover {
  background: #ffffff;
  color: #0678af;
}
.hero-slider .buttons .fresher {
  background: #ffffff;
  color: #0678af;
  border: 2px solid #0678af;
  border-radius: 0 25px 25px 0;
}
.hero-slider .buttons .fresher:hover {
  background: #0678af;
  color: #ffffff;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2;
}
.content h4 {
  text-align: center;
}
.content h1 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .content h1 {
    font-size: 24px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .content h1 {
    font-size: 21px;
    padding: 0px 10px;
  }
}

.footer {
  background: #ffffff;
  padding: 20px 5%;
}
.footer .footer-top {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 991px) {
  .footer .footer-top {
    width: 100%;
  }
}
.footer .footer-top ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .footer .footer-top ul {
    display: ruby;
  }
}
.footer .footer-top ul li {
  margin: 0 10px;
}
@media only screen and (max-width: 991px) {
  .footer .footer-top ul li {
    width: 23%;
  }
}
.footer .footer-top ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.footer .footer-top ul li a:hover {
  color: #0678af;
}
.footer .footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding-top: 20px;
}
@media only screen and (max-width: 991px) {
  .footer .footer-content {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    width: 100%;
  }
}
.footer .footer-content .footer-section {
  margin: auto;
}
.footer .footer-content .footer-section h4 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-content .footer-section h4 {
    font-size: 2.5rem;
  }
}
.footer .footer-content .footer-section .training {
  width: 75%;
}
@media only screen and (max-width: 991px) {
  .footer .footer-content .footer-section .training {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-content .footer-section .training {
    font-size: 1.5rem;
    width: 90%;
    margin-left: 15px;
  }
}
.footer .footer-content .footer-section p,
.footer .footer-content .footer-section ul {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
.footer .footer-content .footer-section .fcontact {
  font-weight: 600;
}
.footer .footer-content .footer-section ul {
  list-style: none;
  padding: 0;
}
.footer .footer-content .footer-section ul li {
  margin-bottom: 8px;
}
.footer .footer-content .footer-section ul li a {
  text-decoration: none;
  color: #333;
}
.footer .footer-content .footer-section ul li a:hover {
  color: #0678af;
}
.footer .footer-content .footer-section .social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .footer .footer-content .footer-section .social-icons {
    justify-content: center;
  }
}
.footer .footer-content .footer-section .social-icons a img {
  width: 25px;
  transition: transform 0.2s ease-in-out;
}
.footer .footer-content .footer-section .social-icons a img:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
  .footer .footer-content .footer-section .useful-links {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-top ul {
    flex-direction: column;
    text-align: center;
  }
  .footer-top ul li {
    margin: 5px 0;
  }
}
@media (max-width: 480px) {
  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-section .social-icons {
    justify-content: center;
  }
}
.footer-bottom {
  background-color: #0678af;
  text-align: center;
  padding: 10px;
  border-radius: 2px;
}
.footer-bottom p {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

.bottom-line {
  text-align: center;
}

.about-section {
  padding: 60px 3% 10px 3%;
  background-color: #f6f2f2;
}
.about-section .btn {
  display: inline-block;
  background-color: #ff7f27;
  color: white;
  padding: 12px 22px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  transition: 0.3s;
}
.about-section .btn:hover {
  background-color: #0678af;
}
.about-section .about-content {
  max-width: 100%;
}
@media only screen and (max-width: 1199px) {
  .about-section .about-content {
    max-width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .about-section .about-content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .about-content {
    max-width: 100%;
    margin: 10px;
    width: 100%;
  }
}
.about-section .about-content h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #0678af;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .about-section .about-content h2 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.about-section .about-content p {
  font-size: 1rem;
  line-height: 1.9;
  text-align: justify;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .about-section .about-content p {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}
.about-section .about-content ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .about-section .about-content ul {
    text-align: left;
  }
}
.about-section .about-content ul li {
  margin-bottom: 10px;
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 1199px) {
  .about-section .about-content ul li {
    line-height: 1.7;
  }
}
.about-section .about-content .badge-card {
  gap: 5rem;
  margin-left: 50px;
  margin-bottom: 15px;
}
.about-section .about-content .badge-card .badge-icon {
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 1199px) {
  .about-section .about-content .badge-card .badge-icon {
    width: 40px;
    height: 40px;
  }
}
.about-section .about-image {
  width: 45%;
  max-width: 500px;
}
@media only screen and (max-width: 1199px) {
  .about-section .about-image .about-map {
    width: 440px;
  }
}
@media only screen and (max-width: 575px) {
  .about-section .about-image .about-map {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .about-image .about-map {
    width: 360px;
  }
}
@media only screen and (max-width: 479.98px) {
  .about-section .about-image .about-map {
    width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .about-section .about-image {
    max-width: 50%;
    margin: auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .about-image {
    max-width: 100%;
    margin: auto 10px;
    width: 100%;
  }
}
.about-section .about-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
  .about-section {
    text-align: center;
    padding: 40px 5%;
  }
  .about-content,
  .about-image {
    width: 100%;
  }
  .about-content {
    margin-bottom: 30px;
  }
  .btn {
    margin: auto;
  }
}
.courses-section {
  padding: 50px 30px;
}
.courses-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0678af;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 575px) {
  .courses-section h2 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.courses-section h4 {
  margin-bottom: 20px;
}
.courses-section .courses-container {
  padding-left: 9%;
  padding-right: 9%;
}
@media only screen and (max-width: 1199px) {
  .courses-section .courses-container {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media only screen and (max-width: 479.98px) {
  .courses-section .courses-container {
    padding-left: 0%;
  }
}
.courses-section .course-card {
  background-color: #38a2eb;
  color: white;
  border-radius: 12px;
  padding: 6px;
  text-align: center;
  width: 450px;
  min-height: 200px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .courses-section .course-card {
    width: 350px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .courses-section .course-card {
    width: 310px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .courses-section .course-card {
    width: 270px;
    margin-bottom: 20px;
  }
}
.courses-section .course-card:hover {
  transform: translateY(-5px);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
}
.courses-section .course-card .left-course-card {
  padding-left: 35px;
}
@media only screen and (max-width: 1199px) {
  .courses-section .course-card .left-course-card {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .courses-section .course-card .left-course-card {
    padding-left: 0px;
    width: 30%;
  }
}
.courses-section .course-card .left-course-card img {
  width: 70px;
  margin-bottom: 4rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 575px) {
  .courses-section .course-card .left-course-card img {
    width: 50px;
  }
}
.courses-section .course-card .left-course-card .btn {
  background-color: white;
  color: #005a9c;
  padding: 10px 15px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  margin-left: -90px;
  border: 2px solid white;
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .courses-section .course-card .left-course-card .btn {
    margin-left: -65px;
    padding: 2px;
    font-size: 0.7rem;
  }
}
.courses-section .course-card .left-course-card .btn:hover {
  background-color: #005a9c;
  color: white;
}
.courses-section .course-card .right-course-card {
  float: right;
  padding-right: 15px;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .courses-section .course-card .right-course-card {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .courses-section .course-card .right-course-card {
    width: 65%;
  }
}
.courses-section .course-card .right-course-card h3 {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 1199px) {
  .courses-section .course-card .right-course-card h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 575px) {
  .courses-section .course-card .right-course-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
  }
}
.courses-section .course-card .right-course-card p {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  margin: 5px 0;
}
.courses-section .course-card .right-course-card .price {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 1199px) {
  .courses-section .course-card .right-course-card .price {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .courses-section .course-card .right-course-card .price {
    margin-top: 1rem;
    font-size: 1.3rem;
    font-weight: bold;
  }
}
.courses-section .course-card .right-course-card .total {
  margin-top: 10px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .courses-container {
    flex-direction: column;
    align-items: center;
  }
  .course-card {
    width: 90%;
  }
}
.confidence-section {
  padding: 60px;
  background-color: #f6f2f2;
}
.confidence-section .confidence-content {
  max-width: 50%;
}
@media only screen and (max-width: 991px) {
  .confidence-section .confidence-content {
    max-width: 100%;
  }
}
.confidence-section .confidence-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0678af;
  line-height: 1.4;
  margin-bottom: 25px;
}
.confidence-section .confidence-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}
.confidence-section .confidence-content .btn {
  display: inline-block;
  background-color: #0678af;
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}
.confidence-section .confidence-content .btn:hover {
  background-color: #0056b3;
}
.confidence-section .confidence-image {
  max-width: 45%;
}
.confidence-section .confidence-image img {
  width: 100%;
  max-width: 500px;
}

@media (max-width: 768px) {
  .confidence-section {
    flex-direction: column;
    text-align: center;
    padding: 40px 5%;
  }
  .confidence-content {
    max-width: 100%;
  }
  .confidence-image {
    max-width: 100%;
    margin-top: 20px;
  }
}
.why-choose {
  text-align: center;
  padding: 60px;
}
@media only screen and (max-width: 1199px) {
  .why-choose {
    padding: 50px;
  }
}
.why-choose h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0678af;
  margin-bottom: 30px;
}
.why-choose .border {
  width: 130px;
  height: 4px;
  background: #ff7f27;
  margin: -28px auto 30px;
}
.why-choose .features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 5rem;
  max-width: 1000px;
  margin: auto;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .why-choose .features {
    margin: auto 30px;
  }
}
@media only screen and (max-width: 991px) {
  .why-choose .features {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin: auto 70px;
  }
}
@media only screen and (max-width: 479.98px) {
  .why-choose .features {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin: auto;
  }
}
.why-choose .features .feature-box {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .why-choose .features .feature-box {
    padding: 0px;
    gap: 0px;
  }
}
.why-choose .features .feature-box .feature-icon {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
  .why-choose .features .feature-box .feature-icon {
    left: -80px;
  }
}
.why-choose .features .feature-box .feature-icon img {
  max-width: 70px;
  height: auto;
}
@media only screen and (max-width: 479.98px) {
  .why-choose .features .feature-box .feature-icon img {
    display: none;
  }
}
.why-choose .features .feature-box .feature-content {
  border: 2px solid #0678af;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  transition: 0.3s;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .why-choose .features .feature-box .feature-content {
    padding: 10px;
    width: 260px;
  }
}
.why-choose .features .feature-box .feature-content h3 {
  font-size: 20px;
  font-weight: bold;
  color: rgba(78, 74, 74, 0.4235294118);
  font-weight: 700;
  margin-bottom: 10px;
}
.why-choose .features .feature-box .feature-content h3 span {
  display: block;
  font-size: 1.2rem;
  color: #0678af;
  font-weight: 700;
}
.why-choose .features .feature-box .feature-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 10px;
}
.why-choose .features .feature-box .feature-content:hover {
  background: #ff7f27;
  color: white;
}
.why-choose .features .feature-box .feature-content:hover h3,
.why-choose .features .feature-box .feature-content:hover p {
  color: white;
}
@media (max-width: 768px) {
  .why-choose .features {
    grid-template-columns: 1fr;
  }
  .why-choose .feature-box {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .why-choose .feature-box .feature-icon {
    position: static;
    transform: none;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .features {
    grid-template-columns: 1fr;
  }
  .feature-box {
    flex-direction: column;
    padding-left: 0;
    text-align: center;
  }
  .feature-box .feature-icon {
    position: static;
    transform: none;
    margin-bottom: 10px;
  }
}
.track-gallery h6 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #0678af;
  font-style: italic;
  width: 100%;
  margin: auto;
}
.track-gallery h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  width: 35%;
  border-radius: 10px;
  margin: auto;
  background-color: #0678af;
  text-align: center;
  margin-bottom: 1rem;
  padding-top: 5px 0;
}
@media only screen and (max-width: 991px) {
  .track-gallery h2 {
    font-size: 2rem;
    width: 40%;
  }
}
@media only screen and (max-width: 575px) {
  .track-gallery h2 {
    width: 76%;
  }
}
.track-gallery h2 .service-hr {
  color: #28a0da;
  border: 2px solid #28a0da;
  width: 20%;
}

.body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f8f8f8;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .body {
    min-height: 50vh;
  }
}
.body h4 {
  margin-top: -43rem;
}
@media only screen and (max-width: 991px) {
  .body h4 {
    margin-top: -31rem;
    font-size: 1.5rem;
  }
}
.body .grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 10px;
  width: 80vw;
  max-width: 900px;
}
@media only screen and (max-width: 575px) {
  .body .grid-container {
    gap: 5px;
    width: 95vw;
  }
}
.body .grid-container .grid-item {
  width: 100%;
}
.body .grid-container .grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.body .grid-container .item1 {
  grid-column: span 2;
  grid-row: span 3;
}
.body .grid-container .item2 {
  grid-column: span 1;
  grid-row: span 1;
  height: 200px;
}

.objectives {
  background-color: #e0e0e0;
  padding: 30px 50px;
  border-radius: 8px;
}
.objectives .objective-header {
  background: #0678af;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0px 20px 20px 0;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: -50px;
}
.objectives .objective-header h2 {
  margin-left: 55px;
}
.objectives .objective-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 30px 30px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .objectives .objective-content {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    text-align: left;
  }
}
.objectives .objective-content .objective-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 25px;
}
.objectives .objective-content .objective-item img {
  width: 24px;
  height: 24px;
}
.objectives .objective-content .objective-item p {
  margin: 0;
}

@media (max-width: 768px) {
  .objective-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .objective-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.driving-tips {
  text-align: center;
  padding: 40px 5%;
  background-color: #f8f9fa;
}
@media only screen and (max-width: 575px) {
  .driving-tips {
    padding: 10px 2%;
  }
}
.driving-tips h2 {
  font-size: 2rem;
  color: #0678af;
  margin-bottom: 20px;
}
.driving-tips button {
  background-color: #ff7f27;
  color: #ffffff;
  border: none;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.1rem;
  position: relative;
  transition: background-color 0.3s ease-in-out;
  float: right;
  margin: -15px 0;
  bottom: 3rem;
}
.driving-tips button:hover {
  background-color: #f36300;
}
.driving-tips button:active {
  background-color: rgb(255, 157.2222222222, 90);
}
.driving-tips .tips-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .driving-tips .tips-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media only screen and (max-width: 991px) {
  .driving-tips .tips-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.driving-tips .tips-container .tip-card {
  background: white;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  margin-bottom: 10px;
}
.driving-tips .tips-container .tip-card:hover {
  transform: translateY(-5px);
}
.driving-tips .tips-container .tip-card .tip-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 5px;
  margin-bottom: 2px;
  color: #ffffff;
  background-color: #28a0da;
}
.driving-tips .tips-container .tip-card .tip-header img {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 1199px) {
  .driving-tips .tips-container .tip-card .tip-header img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .driving-tips .tips-container .tip-card .tip-header img {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .driving-tips .tips-container .tip-card .tip-header .tip-text {
    font-size: 1rem;
  }
}
.driving-tips .tips-container .tip-card .tip-image {
  max-width: 100%;
}
.driving-tips .tips-container .tip-card .tip-image img {
  width: 100%;
  background-color: antiquewhite;
  -o-object-fit: cover;
     object-fit: cover;
}
.driving-tips .tips-container .tip-card p {
  font-size: 0.9rem;
  color: #333;
  padding: 0px 10px;
}
.driving-tips .tips-container .tip-card .btn {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px 15px;
  background: #0678af;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.3s;
}
.driving-tips .tips-container .tip-card .btn:hover {
  background: rgb(4.3093922652, 86.1878453039, 125.6906077348);
}
.driving-tips .footer-text {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(78, 74, 74, 0.4235294118);
}

@media (max-width: 768px) {
  .tips-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .tips-container {
    grid-template-columns: repeat(1, 1fr);
  }
  h2 {
    font-size: 1.5rem;
  }
  .footer-text {
    font-size: 1rem;
  }
}
.client-reviews {
  background-color: #0072b1;
  text-align: center;
  padding: 50px 5%;
  color: white;
}
.client-reviews .review-header h2 {
  font-size: 2rem;
  background: white;
  color: #0072b1;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 15px;
}
.client-reviews .review-header p {
  font-size: 1.2rem;
  margin-top: 10px;
}
.client-reviews .reviews-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .client-reviews .reviews-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    text-align: left;
  }
}
.client-reviews .reviews-container .review-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  color: #333;
  transition: transform 0.3s ease-in-out;
}
.client-reviews .reviews-container .review-card:hover {
  transform: translateY(-5px);
}
.client-reviews .reviews-container .review-card p {
  font-size: 1rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .client-reviews .reviews-container .review-card p {
    padding: 8px;
  }
}
.client-reviews .reviews-container .review-card strong {
  font-size: 1rem;
  color: black;
}

@media (max-width: 768px) {
  .reviews-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .reviews-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .review-header h2 {
    font-size: 1.5rem;
  }
  .review-header p {
    font-size: 1rem;
  }
}
.certifications-section {
  background-image: url(./../images/pattern.jpg) !important;
  background-size: 50% 100%;
  background-position: center;
  background-blend-mode: overlay;
  text-align: center;
  padding: 20px;
  background-color: #f2f8f8;
}
.certifications-section h2 {
  font-size: 2rem;
  margin-top: 10px;
  color: #fff;
  background-color: #0678af;
  margin: 20px auto;
  text-align: center;
  width: 30%;
  border-radius: 0px 10px;
}
@media only screen and (max-width: 991px) {
  .certifications-section h2 {
    width: 45%;
  }
}
.certifications-section .certifications-container {
  justify-content: center;
  margin: 40px auto;
}
.certifications-section .certifications-container .certificate-card {
  padding: 4px;
  transition: transform 0.3s ease;
  height: 250px;
}
@media only screen and (max-width: 991px) {
  .certifications-section .certifications-container .certificate-card {
    margin-bottom: 40px;
  }
}
.certifications-section .certifications-container .certificate-card img {
  width: 80%;
  height: 260px;
  box-shadow: 0px 4px 8px rgba(63, 61, 61, 0.4);
  border-radius: 0px 25px;
}
@media only screen and (max-width: 1199px) {
  .certifications-section .certifications-container .certificate-card img {
    height: 210px;
    margin-top: 20px;
  }
}
.certifications-section .certifications-container .certificate-card:hover {
  transform: translateY(-10px);
}

.visitor-section {
  text-align: center;
  padding: 20px;
}
.visitor-section h2 {
  font-size: 2rem;
  margin-top: 10px;
  color: #0678af;
  margin: 20px auto;
  text-align: center;
  width: 30%;
  border-radius: 0px 10px;
}
@media only screen and (max-width: 991px) {
  .visitor-section h2 {
    width: 60%;
  }
}
.visitor-section .border {
  width: 130px;
  height: 4px;
  background: #ff7f27;
  margin: -20px auto 30px;
}
.visitor-section .visitor-container {
  justify-content: center;
  margin: 20px auto;
  border: 2px solid #0678af;
  border-radius: 5px;
}
.visitor-section .visitor-container .visitor-card {
  transition: transform 0.3s ease;
  height: 300px;
  width: 600px;
  margin-left: -15rem;
  /* 3 images */
  /* 4 images */
}
@media only screen and (max-width: 767px) {
  .visitor-section .visitor-container .visitor-card {
    display: inline-block;
  }
}
.visitor-section .visitor-container .visitor-card .visitor {
  margin: 100px auto;
  position: relative;
}
.visitor-section .visitor-container .visitor-card img {
  height: 160px;
  position: absolute;
  left: 0;
  offset-path: path("m 0 50 q 50-30 100-30 t 100 30 100 0 100-30 100 30");
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5333333333);
  transition: transform 0.4s ease-out, offset-path 0.4s cubic-bezier(0.77, -1.17, 0.75, 0.84), box-shadow 0.3s, z-index 0.3s;
  z-index: 0;
}
.visitor-section .visitor-container .visitor-card img:hover {
  transform: scale(3);
  /* on hover, the path gets a bit shorter & flattened & shifted to left/bottom a bit for nicer movement */
  offset-path: path("m 5 65 q 45-0 90-0 t 90 0 90 0 90-0 90 0");
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.4);
  /* ensures that image gets on top of stack at the start of "popping" animation
  and gets back at the end of getting back. With smaller value, 2 different transitions would be needed */
  z-index: 999;
}
.visitor-section .visitor-container .visitor-card img:nth-last-child(3):first-child {
  offset-distance: 10%;
}
.visitor-section .visitor-container .visitor-card img:nth-last-child(2):nth-child(2) {
  offset-distance: 49%;
}
.visitor-section .visitor-container .visitor-card img:last-child:nth-child(3) {
  offset-distance: 81%;
}
.visitor-section .visitor-container .visitor-card img:nth-last-child(4):first-child {
  offset-distance: 10%;
  box-shadow: 0px 4px 8px rgba(63, 61, 61, 0.4);
}
@media only screen and (max-width: 991px) {
  .visitor-section .visitor-container .visitor-card img:nth-last-child(4):first-child {
    offset-distance: 13%;
  }
}
.visitor-section .visitor-container .visitor-card img:nth-last-child(3):nth-child(2) {
  offset-distance: 45%;
  box-shadow: 0px 4px 8px rgba(63, 61, 61, 0.4);
}
.visitor-section .visitor-container .visitor-card img:nth-last-child(2):nth-child(3) {
  offset-distance: 75%;
  box-shadow: 0px 4px 8px rgba(63, 61, 61, 0.4);
}
.visitor-section .visitor-container .visitor-card img:last-child:nth-child(4) {
  offset-distance: 85%;
  left: 110px;
  top: 60px;
  box-shadow: 0px 4px 8px rgba(63, 61, 61, 0.4);
}

@media only screen and (max-width: 767px) {
  .visitor-section .visitor-container .visitor-card {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .visitor-section .visitor-container .visitor-card .visitor {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
  }
  .visitor-section .visitor-container .visitor-card .visitor img {
    position: static !important;
    offset-path: none;
    margin: 10px 0;
    width: 90%;
    height: auto;
    transform: none !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  }
  .visitor-section .visitor-container .visitor-card .visitor img:hover {
    transform: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
}
.about-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60vh;
  padding: 0 5%;
  color: #282828;
  background-image: url(../images/aboutus.webp);
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .about-hero {
    background-image: none;
    background-color: #999;
    display: block;
    padding-top: 4rem;
  }
}
.about-hero .about-page-overlay {
  position: absolute;
  top: 19rem;
  left: 0;
  width: 100%;
  height: 90%;
  opacity: 0.6;
}
.about-hero .about-hero-content {
  max-width: 100%;
  position: relative;
  z-index: 1;
  top: 40%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .about-hero .about-hero-content {
    max-width: 100%;
  }
}
.about-hero .about-hero-content h1 {
  font-size: 2.5rem;
  color: #333;
  font-weight: 700;
  line-height: 1.1;
  margin-left: 7rem;
  text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white;
}
.about-hero .about-hero-content h1 .about-text {
  font-size: 2rem;
}
@media only screen and (max-width: 991px) {
  .about-hero .about-hero-content h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .about-hero .about-hero-content h1 {
    font-size: 2.5rem;
    margin-left: -3rem;
  }
}
.about-hero .about-hero-content p {
  font-size: 1rem;
  color: #666;
  max-width: 90%;
  margin-top: 20px;
  padding-left: 4rem;
}
@media only screen and (max-width: 991px) {
  .about-hero .about-hero-content p {
    font-size: 1.2rem;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 767px) {
  .about-hero .about-hero-content p {
    margin-left: -1rem;
    max-width: 95%;
  }
}
@media only screen and (max-width: 479.98px) {
  .about-hero .about-hero-content p {
    margin-left: -1rem;
    max-width: 98%;
    font-size: 1.1rem;
  }
}
.about-hero .about-hero-image {
  max-width: 50%;
}
.about-hero .about-hero-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .hero {
    flex-direction: column;
    text-align: center;
    height: auto;
    padding-top: 50px;
  }
  .hero .hero-content,
  .hero .hero-image {
    max-width: 100%;
  }
  .hero .hero-content h1 {
    font-size: 2.8rem;
  }
  .hero .hero-image img {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 20px;
  }
  .hero .hero-content h1 {
    font-size: 2.2rem;
  }
  .hero .hero-content p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .hero .hero-content h1 {
    font-size: 1.8rem;
  }
}
.about-page-section-content {
  background-color: #28a0da;
  padding: 5px 2% 40px 2%;
  position: absolute;
}
.about-page-section-content .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.about-page-section {
  text-align: center;
  padding: 70px 5%;
}
.about-page-section .about-page-content {
  margin-top: 20px;
  padding-bottom: 40px;
  border-radius: 10px;
  background-color: antiquewhite;
  position: relative;
}
.about-page-section .about-page-content .about-text {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 5px 5%;
  line-height: 1.2;
}
.about-page-section .about-page-content .about-text .ab-text {
  padding-top: 15px;
  color: #333;
}
@media only screen and (max-width: 1199px) {
  .about-page-section .about-page-content .about-text .ab-text {
    font-size: 2rem;
  }
}
.about-page-section .about-page-content .about-text .pipe {
  color: #0678af;
  font-weight: 500;
  font-size: 4rem;
  font-style: normal;
}
.about-page-section .about-page-content .about-text span {
  font-style: italic;
  font-weight: bold;
}
.about-page-section .about-page-content .about-text p {
  font-size: 1rem;
  margin-top: 10px;
  font-style: italic;
}
@media only screen and (max-width: 1199px) {
  .about-page-section .about-page-content .about-text p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-page-section .about-page-content .about-text p em {
    margin-left: -7rem;
    display: block;
    text-align: left;
  }
}
@media only screen and (max-width: 479.98px) {
  .about-page-section .about-page-content .about-text p em {
    margin-left: -6rem;
  }
}
.about-page-section .cards-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 20px auto;
}
@media only screen and (max-width: 1199px) {
  .about-page-section .cards-container {
    gap: 20px;
    margin: 0 auto;
    padding: 20px 3%;
  }
}
.about-page-section .cards-container .card {
  flex: 1;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease-in-out;
}
.about-page-section .cards-container .card:hover {
  transform: translateY(-5px);
}
.about-page-section .cards-container .card .card-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}
.about-page-section .cards-container .card h4 {
  font-size: 1.5rem;
  font-weight: bold;
}
.about-page-section .cards-container .card p {
  font-size: 0.9rem;
  color: #777;
  text-align: justify;
  line-height: 1.7;
}
.about-page-section .cards-container .mission {
  background: #e3f2fd;
}
.about-page-section .cards-container .vision {
  background: #e8eaf6;
}
.about-page-section .cards-container .commitment {
  background: #ffebee;
}

@media (max-width: 1024px) {
  .cards-container {
    flex-wrap: wrap;
  }
  .card {
    flex: 1 1 45%;
  }
}
@media (max-width: 768px) {
  .cards-container {
    flex-direction: column;
    align-items: center;
  }
  .card {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .section-title {
    font-size: 2rem;
  }
  .about-text h3 {
    font-size: 1.5rem;
  }
}
.training-center {
  background-color: #f2f8f8;
  padding: 2rem;
  display: flex;
  justify-content: center;
}
.training-center .training-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: #f8f4e5;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 100%;
}
.training-center .training-wrapper .training-image {
  flex: 1;
}
.training-center .training-wrapper .training-image img {
  width: 100%;
  max-width: 300px;
  border-radius: 12px;
}
.training-center .training-wrapper .training-details {
  flex: 2;
}
.training-center .training-wrapper .training-details h2 {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .training-center .training-wrapper .training-details h2 {
    font-size: 1.5rem;
    line-height: normal;
  }
}
.training-center .training-wrapper .training-details ul {
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .training-center .training-wrapper .training-details ul {
    padding: 0 5%;
    text-align: -webkit-auto;
  }
}
@media only screen and (max-width: 479.98px) {
  .training-center .training-wrapper .training-details ul {
    padding: 0;
  }
}
.training-center .training-wrapper .training-details ul li {
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .training-center .training-wrapper .training-details ul li {
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  .training-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .training-wrapper .training-image img {
    max-width: 250px;
  }
}
.standout-section {
  padding: 50px 30px;
  background-color: #f8f8f8;
}
.standout-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0678af;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 575px) {
  .standout-section h2 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.standout-section h2 span {
  font-style: italic;
  font-weight: 700;
  font-size: 1.9rem;
}
.standout-section .standout-container {
  padding-left: 9%;
  padding-right: 9%;
}
@media only screen and (max-width: 1199px) {
  .standout-section .standout-container {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media only screen and (max-width: 479.98px) {
  .standout-section .standout-container {
    padding-left: 0%;
  }
}
.standout-section .standout-card {
  background-color: #38a2eb;
  color: white;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  width: 450px;
  height: 250px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .standout-section .standout-card {
    width: 350px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .standout-section .standout-card {
    width: 310px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .standout-section .standout-card {
    width: 270px;
    margin-bottom: 20px;
  }
}
.standout-section .standout-card:hover {
  transform: translateY(-5px);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
}
.standout-section .standout-card .right-stand-card {
  float: right;
  padding-right: 15px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .standout-section .standout-card .right-stand-card {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .standout-section .standout-card .right-stand-card {
    width: 65%;
  }
}
.standout-section .standout-card .right-stand-card img {
  width: 70px;
  height: 70px;
}
.standout-section .standout-card .right-stand-card h3 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 800;
  color: #fbd985;
}
@media only screen and (max-width: 1199px) {
  .standout-section .standout-card .right-stand-card h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 575px) {
  .standout-section .standout-card .right-stand-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
  }
}
.standout-section .standout-card .right-stand-card p {
  margin-top: 0.9rem;
  font-size: 1rem;
  margin: 5px 0;
}
.standout-section .standout-card .right-stand-card .price {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 1199px) {
  .standout-section .standout-card .right-stand-card .price {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .standout-section .standout-card .right-stand-card .price {
    margin-top: 1rem;
    font-size: 1.3rem;
    font-weight: bold;
  }
}
.standout-section .standout-card .right-stand-card .total {
  margin-top: 10px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .courses-container {
    flex-direction: column;
    align-items: center;
  }
  .course-card {
    width: 90%;
  }
}
.dtc-objectives {
  text-align: center;
  padding: 50px 20px;
  background-color: #f2f8f8;
}
.dtc-objectives .dtc-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: #292828 1px 1px 2px;
  color: #ffffff;
  width: 35%;
  margin: 0 auto;
  padding: 10px;
  background-color: #0678af;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .dtc-objectives .dtc-title {
    width: 45%;
  }
}
@media only screen and (max-width: 991px) {
  .dtc-objectives .dtc-title {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .dtc-objectives .dtc-title {
    width: 80%;
  }
}
@media only screen and (max-width: 479.98px) {
  .dtc-objectives .dtc-title {
    width: 100%;
  }
}
.dtc-objectives .obj-head {
  font-size: 1.4rem;
  font-weight: 600;
  font-style: italic;
}
.dtc-objectives .dtc-objectives-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 50px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto 20px;
}
.dtc-objectives .dtc-objectives-grid .dtc-card {
  background: #c4e7f5;
  padding: 20px;
  margin: auto;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .dtc-objectives .dtc-objectives-grid .dtc-card {
    margin: 10px auto;
    width: 200px;
    height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .dtc-objectives .dtc-objectives-grid .dtc-card {
    margin: 10px 5px;
  }
}
.dtc-objectives .dtc-objectives-grid .dtc-card:hover {
  transform: translateY(-5px);
}
.dtc-objectives .dtc-objectives-grid .dtc-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .dtc-objectives .dtc-objectives-grid .dtc-card img {
    width: 40px;
    height: 40px;
  }
}
.dtc-objectives .dtc-objectives-grid .dtc-card h3 {
  font-size: 1.2rem;
  color: #0678af;
  margin-bottom: 10px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .dtc-objectives .dtc-objectives-grid .dtc-card h3 {
    font-size: 0.9rem;
    font-weight: 700;
  }
}
.dtc-objectives .dtc-objectives-grid .dtc-card p {
  font-size: 0.95rem;
  color: #555;
}
@media only screen and (max-width: 991px) {
  .dtc-objectives .dtc-objectives-grid .dtc-card p {
    font-size: 0.6rem;
  }
}
.dtc-objectives .dtc-objectives-grid .dtc-center-image {
  grid-column: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dtc-objectives .dtc-objectives-grid .dtc-center-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .dtc-objectives .dtc-objectives-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .dtc-center-image {
    grid-column: span 2;
    justify-content: center;
    display: flex;
  }
  .dtc-center-image img {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .dtc-center-image {
    grid-column: span 1;
    justify-content: center;
    display: flex;
  }
  .dtc-center-image img {
    max-width: 200px;
  }
}
@media (max-width: 425px) {
  .dtc-objectives .dtc-objectives-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .dtc-objectives .dtc-objectives-grid .dtc-card {
    margin-bottom: 15px;
  }
  .dtc-center-image {
    margin-bottom: 10px;
  }
  .dtc-center-image img {
    display: none;
  }
}
.team-section-content {
  background-color: antiquewhite;
  padding: 15px 5% 40px 5%;
}
.team-section-content .team-title {
  font-weight: bold;
  color: #333;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .team-section-content .team-title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .team-section-content .team-title {
    font-size: 1.5rem;
  }
}
.team-section-content .team-title .team-p {
  font-size: 2rem;
  color: red;
}
@media only screen and (max-width: 991px) {
  .team-section-content .team-title .team-p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .team-section-content .team-title .team-p {
    font-size: 1.5rem;
  }
}
.team-section-content p {
  text-align: justify;
  font-weight: 400;
  font-size: 1rem;
  color: #555;
}
@media only screen and (max-width: 991px) {
  .team-section-content p {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .team-section-content p {
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .team-section-content p {
    font-size: 0.8rem;
    padding: 12px;
  }
}

.video-hero {
  color: white;
  background-color: #f1f1f1;
  text-align: center;
  padding: 2rem 1rem;
}
.video-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #0678af;
  text-transform: uppercase;
}
@media only screen and (max-width: 479.98px) {
  .video-hero h1 {
    font-size: 2rem;
  }
}
.video-hero p {
  font-size: 1rem;
  max-width: 700px;
  letter-spacing: 1px;
  margin: 0 auto;
  color: #666;
}
@media only screen and (max-width: 479.98px) {
  .video-hero p {
    font-size: 0.8rem;
  }
}
.video-hero .video-container {
  margin-bottom: 2rem;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  box-sizing: border-box;
}

.video-card {
  background: #f1f1f1;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
}

video {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.video-title {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

@media (max-width: 600px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}
.collage-page-container {
  background: linear-gradient(135deg, #eaf4ff, #ffffff);
  padding: 30px 11%;
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0px auto;
  max-width: 1900px;
  margin-bottom: 1rem;
}
.collage-page-container .collage-page-header {
  text-align: center;
  margin-bottom: 1rem;
}
.collage-page-container .collage-page-header h6 {
  color: #000;
  font-style: italic;
  font-size: 1.2rem;
}
.collage-page-container .collage-page-header h1 {
  font-size: 2rem;
  color: #0678af;
}
.collage-page-container .collage-page-header p {
  font-size: 1rem;
  color: #777;
}

.collage-container {
  padding: 1rem;
  max-width: 1000px;
  margin: auto;
}

.collage-grid {
  display: grid;
  border: 12px solid #ff7f27;
  border-radius: 12px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  gap: 6px;
}
@media (max-width: 768px) {
  .collage-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-rows: 150px;
  }
}
@media (max-width: 480px) {
  .collage-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-auto-rows: 100px;
  }
}

.grid-item {
  overflow: hidden;
  border-radius: 4px;
  grid-auto-flow: dense;
}
.grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.grid-item.vertical {
  grid-row: span 2;
}
.grid-item.horizontal {
  grid-column: span 2;
}
.grid-item.square {
  grid-row: span 1;
  grid-column: span 1;
}

.collage-page-footer {
  text-align: center;
  margin-top: 1rem;
  font-size: 1rem;
  background: linear-gradient(135deg, #eaf4ff, #e8d1d1);
  padding: 20px 0;
  color: #777;
}
.collage-page-footer p {
  color: #777;
  font-size: 1rem;
  margin: 0.5rem 0;
}
@media (max-width: 768px) {
  .collage-page-footer {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .collage-page-footer {
    font-size: 0.8rem;
  }
}
@media (max-width: 320px) {
  .collage-page-footer {
    font-size: 0.7rem;
  }
}

.hmv-container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.hmv-container h5 {
  font-style: italic;
  font-size: 1.5rem;
  text-align: center;
}

h1 {
  text-align: center;
  font-size: 2rem;
  margin: 0 20px 10px;
  color: #28a0da;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.frame {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  max-width: 1000px;
  margin: auto;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.collage {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  gap: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
}

.photo {
  background: white;
  padding: 8px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.5);
  transform: rotate(var(--angle, 0deg));
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo:hover {
  transform: scale(1.05) rotate(var(--angle, 0deg));
  z-index: 2;
}

.photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  display: block;
}

.center {
  grid-column: 2/span 2;
  grid-row: 2/span 2;
}

@media (max-width: 768px) {
  .collage {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }
  .center {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.all-tips .tips-header {
  max-width: 100%;
  margin: auto;
}
.all-tips .tips-header img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.all-tips .tips-content h4 {
  font-size: 1.5rem;
  background-color: #0678af;
  color: #ffffff;
  padding: 10px 0;
}
.all-tips .tips-content p {
  color: #777;
  width: 50%;
  margin: 10px auto;
}

.road-signs {
  padding: 2rem 1rem;
  background-color: #fff;
  margin: 0 auto;
}
.road-signs h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.road-signs .signs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.6rem;
  justify-items: center;
  margin: 0px auto;
}
.road-signs .sign-card {
  background-color: #e0e0e0;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  max-width: 280px;
}
.road-signs .sign-card img {
  width: 80px;
  height: auto;
  margin-bottom: 1rem;
}
.road-signs .sign-card p {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #666;
}
.road-signs .sign-card p strong {
  display: block;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.hmv-rules {
  padding: 2rem;
  text-align: center;
}
.hmv-rules h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: left;
}
.hmv-rules .rules-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  justify-items: center;
}
.hmv-rules .rule-card {
  background: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  max-width: 280px;
}
.hmv-rules .rule-card:hover {
  transform: translateY(-5px);
}
.hmv-rules .rule-card img {
  width: 100%;
  padding: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 150px;
}
.hmv-rules .rule-card .rule-content {
  background-color: #2196f3;
  color: white;
  padding: 1.5rem;
  line-height: 1.5;
  height: 160px;
}
.hmv-rules .rule-card .rule-content h5 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.hmv-rules .rule-card .rule-content p {
  font-size: 0.9rem;
}

.contact-section {
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .contact-section {
    width: 80%;
    padding: 5px 0;
  }
}
.contact-section .contact-row {
  background: url(../images/contactbg.jpg) no-repeat center center/cover;
  color: #0678af;
  padding: 50px 10%;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .contact-section .contact-row {
    width: 100%;
    padding: 40px;
  }
}
.contact-section .contact-row .section-title {
  font-size: 2rem;
  font-weight: 800;
  color: #1f3266;
  margin-bottom: 10px;
}
.contact-section .contact-row .section-subtitle {
  font-size: 0.9rem;
  color: rgba(8, 8, 8, 0.8705882353);
  max-width: 1000px;
  margin: 0 auto 20px;
}
.contact-section .contact-cards {
  position: relative;
  top: -2.5rem;
  background-color: #f8f8f8;
  margin: 0 62px;
  border: 1px solid #eee;
  box-shadow: 0px 2px 30px #ccc;
  padding: 5px 0px 1px 0px;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .contact-section .contact-cards {
    width: 88%;
    margin-left: 0 80px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-section .contact-cards {
    width: 95%;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-section .contact-cards {
    width: 85%;
    margin-left: 30px;
  }
}
.contact-section .contact-cards .card-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .contact-section .contact-cards .card-grid {
    width: 98%;
    margin-left: 5px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .contact-section .contact-cards .card-grid {
    width: 100%;
    margin-left: 5px;
    justify-content: center;
  }
}
.contact-section .contact-card:last-child {
  border: none;
}
@media only screen and (max-width: 767px) {
  .contact-section .contact-card:last-child {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-section .contact-card:last-child {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 479.98px) {
  .contact-section .contact-card:last-child {
    padding-left: 0px;
  }
}
.contact-section .contact-card {
  background: #f8f8f8;
  padding: 10px;
  flex: 1;
  border-right: 1px solid #aaa;
  min-width: 250px;
  max-width: 350px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .contact-section .contact-card {
    max-width: 250px;
    min-width: 200px;
    padding: 2px;
    margin-left: 10px;
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .contact-section .contact-card {
    border-right: none;
    padding-left: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-section .contact-card {
    border-right: none;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 479.98px) {
  .contact-section .contact-card {
    border-right: none;
    padding-left: 0px;
  }
}
.contact-section .contact-card .contact-icon {
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.contact-section .contact-card .contact-icon img {
  width: 32px;
  height: 32px;
}
.contact-section .contact-card .contact-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #273c75;
  margin-bottom: 10px;
  border-bottom: 2px solid #273c75;
  display: inline-block;
  padding-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .contact-section .contact-card .contact-title {
    font-size: 1rem;
  }
}
.contact-section .contact-card .contact-info {
  font-size: 1rem;
  color: #000;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .contact-section .contact-card .contact-info {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-section .contact-card .contact-info {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .contact-section .contact-card .contact-info {
    font-size: 0.9rem;
  }
}

.contact-page {
  padding: 40px 20px;
  font-family: "Segoe UI", sans-serif;
  background-color: #f9f9f9;
  justify-content: center;
}
.contact-page .location-container {
  width: 45%;
  background: #fff;
  padding: 30px;
  border: 1px solid gray;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.contact-page h2 {
  color: #006da4;
  font-size: 28px;
  margin-bottom: 25px;
  text-align: center;
}
.contact-page .contact-section {
  margin-bottom: 30px;
}
.contact-page .contact-section h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.contact-page .contact-section p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  text-align: left;
}
.contact-page .contact-section ul {
  padding-left: 0px;
}
.contact-page .contact-section ul li {
  list-style: none;
  margin-bottom: 8px;
  font-size: 16px;
  color: #555;
  text-align: left;
}
.contact-page .contact-section ul li .c-icon {
  color: #ff6600;
  font-size: 16px;
}
.contact-page .contact-section ul li strong {
  color: #222;
}
.contact-page .info-container {
  width: 45%;
  padding: 20px;
  border: 1px solid gray;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .contact-page .info-container {
    width: 100%;
    margin-bottom: 20px;
  }
}

.why-alrdtc-page {
  font-family: "Segoe UI", sans-serif;
  background: linear-gradient(135deg, #eaf4ff, #ffffff);
  padding: 50px 11%;
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.why-alrdtc-page .why-page-header {
  text-align: center;
  margin-bottom: 1rem;
}
.why-alrdtc-page .why-page-header h1 {
  font-size: 2rem;
  color: #0678af;
}
.why-alrdtc-page .why-page-header p {
  font-size: 1rem;
  color: #777;
}

.features-section {
  background: #f9f9f9;
  padding: 60px 20px;
  font-family: "Segoe UI", sans-serif;
}
.features-section .why-page-container {
  max-width: 1100px;
  margin: auto;
}
.features-section .section-title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 15px;
  color: #004c75;
}
.features-section .intro {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 40px;
  color: #444;
}
.features-section .features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .features-section .features {
    grid-template-columns: 1fr;
  }
}
.features-section .features .feature-block {
  background: #fff;
  border-left: 5px solid #007acc;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.features-section .features .feature-block h4 {
  font-size: 1.1rem;
  color: #007acc;
  margin-bottom: 10px;
}
.features-section .features .feature-block ul {
  padding-left: 1rem;
}
.features-section .features .feature-block ul li {
  list-style: none;
  margin-bottom: 8px;
  line-height: 1.5;
}
.features-section .features-section {
  background-color: #f1f9ff;
  padding: 50px 20px;
}
.features-section .features-section .features-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.features-section .features-section .features-heading {
  font-size: 2rem;
  color: #004c75;
  margin-bottom: 30px;
  font-weight: 700;
}
.features-section .features-section .features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.features-section .features-section .feature-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  flex: 1 1 300px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.features-section .features-section .feature-icon {
  color: green;
  font-size: 1.5rem;
  line-height: 1;
}
.features-section .features-section .feature-text {
  font-size: 1rem;
  color: #333;
  margin: 0;
}
.features-section .closing-quote {
  font-style: italic;
  font-size: 1.2rem;
  text-align: center;
  margin: 40px 0 15px;
  color: #2c3e50;
}
.features-section .cta {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: #0069a3;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.text-center {
  text-align: center;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: right;
}

.child {
  flex: 1;
}

.no-flex {
  flex: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.center {
  text-align: center;
}

.align_center {
  align-items: center;
}

.justify_between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify_end {
  justify-content: flex-end;
}

/* HTML: <div class="ribbon">Your text content</div> */
.heading-ribbon {
  --s: 2.8em;
  /* the ribbon size */
  --d: 1.8em;
  /* the depth */
  --c: 1.8em;
  /* the cutout part */
  margin: 3rem auto;
  margin-bottom: 0;
  padding: var(--d) calc(var(--s) + 2.5em) 0;
  line-height: 1.8;
  background: conic-gradient(from 45deg at left var(--s) top var(--d), rgba(0, 0, 0, 0.5333333333) 12.5%, rgba(0, 0, 0, 0) 0 37.5%, rgba(0, 0, 0, 0.2666666667) 0) 0/50% 100% no-repeat, conic-gradient(from -45deg at right var(--s) top var(--d), rgba(0, 0, 0, 0.2666666667) 62.5%, rgba(0, 0, 0, 0) 0 87.5%, rgba(0, 0, 0, 0.5333333333) 0) 100%/50% 100% no-repeat;
  clip-path: polygon(0 0, calc(var(--s) + var(--d)) 0, calc(var(--s) + var(--d)) var(--d), calc(100% - var(--s) - var(--d)) var(--d), calc(100% - var(--s) - var(--d)) 0, 100% 0, calc(100% - var(--c)) calc(50% - var(--d) / 2), 100% calc(100% - var(--d)), calc(100% - var(--s)) calc(100% - var(--d)), calc(100% - var(--s)) 100%, var(--s) 100%, var(--s) calc(100% - var(--d)), 0 calc(100% - var(--d)), var(--c) calc(50% - var(--d) / 2));
  background-color: #5a7cd7;
  /* the main color */
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}

.heading-ribbon2 {
  --r: .8em;
  /* control the cutout */
  padding-inline: 1lh calc(var(--r) + 0.25em);
  line-height: 1.8;
  clip-path: polygon(1lh 0, calc(100% - var(--r)) 0, 100% 50%, calc(100% - var(--r)) 100%, 1lh 100%, 1lh 999px, 0 999px, 0 100%);
  -o-border-image: conic-gradient(#5a7cd7 0 0) 0;
     border-image: conic-gradient(#5a7cd7 0 0) fill 0;
  outline: 999px solid rgba(0, 0, 0, 0.2666666667);
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}

.chairman-message {
  /* HTML: <div class="ribbon">Your text content</div> */
  position: relative;
  z-index: 1;
  padding: 60px;
  padding-top: 0px;
  overflow: hidden;
  /* HTML: <div class="triangle"></div> */
  /* HTML: <div class="parallelogram"></div> */
}
.chairman-message .triangle {
  position: absolute;
  aspect-ratio: 1/2;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  z-index: -1;
}
.chairman-message .triangle1 {
  right: 0;
  top: 50;
  z-index: 1;
  width: 250px;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgba(226, 223, 223, 0.5));
}
.chairman-message .triangle2 {
  right: 0;
  top: 0;
  width: 350px;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgba(193, 216, 247, 0.6));
}
.chairman-message .rectangle {
  position: absolute;
  /* control the shape (can be percentage) */
  height: 80%;
  right: 0;
  top: 10%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgba(193, 216, 247, 0.6));
}
@media only screen and (max-width: 1199px) {
  .chairman-message {
    padding: 50px;
  }
}
.chairman-message h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0678af;
  margin-bottom: 30px;
}
.chairman-message .border {
  width: 130px;
  height: 4px;
  background: #ff7f27;
  margin: -28px auto 30px;
}
.chairman-message .image .image-circle {
  background-color: rgb(252, 222, 165);
  border-radius: 50%;
  height: auto;
}
.chairman-message .content {
  background-color: transparent !important;
}
.chairman-message .content p {
  line-height: 2;
  padding: 0.5rem 2rem;
  text-align: justify;
}/*# sourceMappingURL=style.css.map */