body {
  background: url("../../front/img/background-image/background.png");
  background-repeat: repeat;
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.banner-img img {
  height: 400px !important;
  margin-top: -50px;
}

@media (max-width: 786px) {
  .banner-img img {
    height: auto !important;
    margin-top: -50px;
  }
}

.iso-image {
  width: 100px !important;
  height: 100px !important;
}

.iso-text {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  font-size: 18px;
  outline: none;
  background-color: #063c91;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

#backToTopBtn:hover {
  background-color: #063c91;
}


.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50%;
}

.btn.btn-secondary {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-secondary:hover {
  box-shadow: inset 300px 0 0 0 var(--bs-primary);
  color: var(--bs-light) !important;
}

.btn-hover {
  transition: 0.5s;
}

.btn-hover:hover {
  color: var(--bs-secondary) !important;
}

.sub-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #f14d5d !important;
  border-bottom: 2px dashed #f14d5d;
}

.sub-title-1.h2 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #f14d5d !important;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  letter-spacing: 1.5px;
  text-align: center;
  margin-bottom: -30px !important;
}

@media (max-width: 786px) {
  .sub-title-1.h2 {
    margin-bottom: 10px !important;
  }
}

.testimonial-rating i {
  color: gold;
  margin: 0 2px;
}

.sub-title-1.h3 {
  position: relative;
  display: inline-block;
  color: #f14d5d !important;
  font-family: "Montagu Slab", serif;
  font-size: 24px;
  font-weight: bolder;
  letter-spacing: 1px;
  text-align: left;
}

.fixed-top .container {
  transition: 0.5s;
}

.topbar {
  padding: 2px 10px 2px 20px;
  background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
  transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
  color: var(--bs-secondary) !important;
}

@media (max-width: 576px) {
  .topbar {
    display: none;
  }
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Yantramanav", sans-serif;
  position: relative;
  margin-right: 25px;
  padding: 25px 0;
  color: #063c91 !important;
  font-size: 18px;
  font-weight: 400;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: #063c91 !important;
  font-size: 18px !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #063c91 !important;
  font-weight: bold;
}

.navbar-light .navbar-brand img {
  max-height: 50px;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
  max-height: 45px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 15px;
}

@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
  }
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light) !important;
  transition: 0.5s;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .sticky-top.navbar-light {
    position: relative;
    background: var(--bs-white);
  }

  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid #063c91;
    color: #063c91;
  }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #dddddd;
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
  }

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

@media (min-width: 992px) {
  .navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
  }

  .sticky-top.navbar-light {
    position: fixed;
    background: var(--bs-light) !important;
  }

  .navbar-light .navbar-nav .nav-link.nav-contact::before {
    display: none;
  }
}

.banner-image img {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .banner-image img {
    margin-top: 0px;
    height: auto !important;
  }
}

.banner-section {
  position: relative;
  overflow: hidden;
}

.banner-image {
  position: relative;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff !important;
  text-align: center;
}

.banner-text h1 {
  color: #fff !important;
  font-size: 3rem;
  font-weight: bold;
}

@media (max-width:576px) {
  .banner-text h1{
    font-size: 1.5rem;
  }
}

.banner-text p {
  color: #fff !important;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.inquiry-submit-btn{
  background-color: #0000ff !important;
}

.transparent-form {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);         
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.transparent-form .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
}

.transparent-form .form-control::placeholder {
    color: #eee;
}

.transparent-form .form-control:focus {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.inquiry-submit-btn {
    background-color: #007bff;
    border: none;
}

.inquiry-submit-btn:hover {
    background-color: #0056b3;
}


.static-hero-banner {
  background-color: #063c91;
}

.why-choose-us-title {
  color: #063c91;
}

.why-choose-us-list-image1,
.why-choose-us-list-image2,
.why-choose-us-list-image3 {
  background-color: #2878eb;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-us-list-image2 {
  background-color: #f14d5d;
}

.why-choose-us-list-image3 {
  background-color: #ffc107;
}

@media (max-width: 768px) {
  .why-choose-us-list-image1,
  .why-choose-us-list-image2,
  .why-choose-us-list-image3 {
    height: 50px;
    width: 50px;
  }
}

.event-item {
  background: linear-gradient(#063c91, #0d51bc);
}

.what-we-offer-carousel .event-item {
  min-height: 320px;
}

.companies-logo {
  aspect-ratio: 2/1 !important;
  object-fit: contain !important;
  height: 70px !important;
  width: 90% !important;
}

.class-carousel .owl-stage-outer {
  margin-top: 30px;
}

.class-carousel .owl-nav .owl-prev,
.class-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  padding: 10px 35px;
  border: 1px solid var(--bs-secondary);
  color: var(--bs-white);
  background: var(--bs-secondary);
  border-radius: 50px;
  transition: 0.5s;
}

.class-carousel .owl-nav .owl-prev {
  left: 0 !important;
}

.class-carousel .owl-nav .owl-next {
  right: 0;
}

.class-carousel .owl-nav .owl-prev:hover,
.class-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

.class .class-item .class-img {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.class .class-item .class-img img {
  transition: 0.5s;
}

.class .class-item:hover .class-img img {
  transform: scale(1.3);
}

.testimonial-section {
  background-color: #063c91;
}

.testimonial-text p {
  font-size: 15px;
}

.owl-carousel .owl-item {
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
  padding: 10px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.owl-carousel .owl-stage-outer {
  overflow-y: auto !important;
  padding-bottom: 20px;
}

.owl-carousel .owl-item .card .name {
  position: absolute;
  bottom: -20px;
  left: 33%;
  color: #101c81;
  font-size: 1.1rem;
  font-weight: 600;
  background-color: aquamarine;
  padding: 0.3rem 0.4rem;
  border-radius: 5px;
  box-shadow: 2px 3px 15px #3c405a;
}

.owl-carousel .owl-item .card {
  opacity: 0.2;
  transform: scale3d(0.8, 0.8, 0.8);
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.testimonial-image img {
  border-radius: 50% !important;
  height: 120px;
  width: 120px;
  object-fit: cover !important;
  aspect-ratio: 1/1 !important;
  border: 5px solid #fff !important;
}

.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
  height: 20px;
  background: #2a6ba3 !important;
  border-radius: 2px !important;
  opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  height: 13px;
  width: 13px;
  opacity: 1;
  transform: translateY(2px);
  background: #83b8e7 !important;
}

@media (min-width: 480.6px) and (max-width: 575.5px) {
  .owl-carousel .owl-item .card .name {
    left: 24%;
  }
}

@media (max-width: 360px) {
  .owl-carousel .owl-item .card .name {
    left: 30%;
  }
}

.placement-title-text {
  color: #233e77 !important;
  font-weight: bold !important;
}

.skills-covered {
  background-color: #ebf1f8;
}

.skills-covered-text {
  border-bottom: 2px dashed #f14d5d;
}


.course-image {
  height: 220px;
  overflow: hidden;
}

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

.course-card {
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.card-icon {
  font-size: 24px;
  color: #28bb45;
  margin-right: 15px;
}

.course-name {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.custom-outline-btn {
  border: 0.11px solid #063c91;
  color: #575252;
  background-color: transparent;
}

.custom-outline-btn:hover {
  color: #fff !important;
  background-color: #063c91;
}

.course-card:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.card-icon-1 {
  font-size: 24px;
  color: #ff8000;
  margin-right: 15px;
}

.accordion-div {
  max-height: 450px;
  overflow-y: auto;
  padding: 10px;
  background-color: #ebf1f8;
}

.accordion-div::-webkit-scrollbar {
  width: 4px;
}

.accordion-div::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.accordion-div::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.accordion-div::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.custom-accordion .custom-button {
  background-color: #ebf1f8;
  border: none;
  color: #272c37 !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-accordion .custom-accordion-item {
  border: none !important;
  border-top: none !important;
}

.custom-accordion .custom-accordion-body {
  background-color: #ebf1f8;
  color: #000;
}

.custom-accordion .accordion-button:hover {
  background-color: #999;
  color: #000;
}

.custom-accordion .accordion-button::after {
  content: none;
}

.custom-accordion .toggle-icon {
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed) .toggle-icon {
  transform: rotate(45deg);
}

.course-form {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.course-form .form-group {
  margin-bottom: 1.5rem;
}

.course-form .form-control {
  border: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.3s ease;
}

.course-form .form-control:focus {
  border-bottom: 2px solid #007bff;
  box-shadow: none;
}

.course-form textarea.form-control {
  border-bottom: 2px solid #ccc;
  resize: vertical;
}

.course-form textarea.form-control:focus {
  border-bottom: 2px solid #007bff;
}

.course-form .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

.course-form .form-check-label {
  font-weight: normal;
  margin-left: 10px;
}

.course-form button {
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.course-form button:hover {
  background-color: #0056b3;
}

.course-form-submit-btn {
  background-color: #fff !important;
  color: #005392 !important;
  border: 1px solid #063c91 !important;
}

.contact-us-section {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: url("../../front/img/background-image/contact-bk.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-us-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.contact-us-caption {
  text-align: center;
  z-index: 3;
}

.contact-us-title {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  opacity: 0;
  animation: fadeInUp 1s ease-in-out forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.map-container iframe {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.contact-details-form {
  background-color: #f9f9f9;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.send-message-btn {
  background-color: #4e9ff5;
  border: none;
}


.overlay-text-content {
  background: url("./../img/banner-image/consultation.png") no-repeat center
    center;
  background-size: cover;
  min-height: 400px;
  width: 100%;
}

.carreer-counsellor-btn {
  background-color: #fff;
  color: black;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s;
}

.carreer-counsellor-btn:hover {
  background-color: #f8f9fa;
  color: #000;
}

.contact-us-section {
  position: relative;
  height: 60vh;
  overflow: hidden;
}

.contact-us-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-us-caption {
  z-index: 1;
}

.trainers-section {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: url("../../front/img/background-image/contact-bk.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.trainers-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.trainers-caption {
  text-align: center;
  z-index: 3;
}

.trainers-title {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  opacity: 0;
  animation: fadeInUp 1s ease-in-out forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.trainers-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

.trainer-img img {
  height: 150px;
  width: 150px;
  object-fit: contain;
}

.career-map {
  width: 100%;
  height: 520px;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
}

.career-map-title {
  font-size: 1.5em;
  font-weight: bold;
}

.career-map-content {
  max-width: 350px;
  height: 150px;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
  background: transparent;
  position: relative;
  margin-right: 10px;
}

.career-map-period {
  position: absolute;
  top: 150px;
  background: #fff;
  padding: 10px;
  width: 300px;
  height: 300px;
  text-align: center;
  border-radius: 50%;
  left: 50px;
  z-index: -1000;
}

.career-map-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 50px;
}

.career-map-content:nth-child(odd) .career-map-period {
  border-bottom: 10px solid red !important;
  border-color: #ff0000;
  padding-top: 200px;
}

.career-map-content:nth-child(even) .career-map-period {
  border-top: 10px solid #0000ff !important;
  border-color: #0000ff;
  padding-top: 70px;
}

.career-map-content:nth-child(even) {
  align-self: flex-end;
}

.career-map-content:nth-child(even):before {
  top: -15px;
}

.career-map-content:nth-child(even):after {
  top: -25px;
}

.career-map-content:nth-child(even) .career-map-period {
  top: -250px;
}

.career-map-content:nth-child(even) .career-map-period:before {
  top: calc(100% + 2px);
}

.career-map-img img {
  width: 100% !important;
}

.about-us-timeline-row {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}

.about-us-timeline-row:nth-child(even) {
  flex-direction: row-reverse;
}

.about-us-timeline-dot1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #35475a;
  border-radius: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}

.about-us-timeline-content h2 {
  font-weight: bold;
  color: #007bff;
}

.about-us-timeline-content h3 {
  font-weight: 600;
  margin-top: 10px;
}

.about-us-timeline-content p {
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #000;
  text-align: justify;
}

/* Image Styling */
/* .about-us-timeline-img img {
  width: 65% !important;
  max-width: 100%;
  border-radius: 10px;
  height: 65% !important;
} */

.about-us-timeline-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.about-us-timeline-img img {
  width: 70%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .about-us-timeline-row {
    flex-direction: column !important;
    text-align: center;
  }

  .about-us-timeline-img {
    margin-bottom: 20px;
  }

  .about-us-timeline-content {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .about-us-timeline-dot1 {
    left: 18px;
  }
}

@media (max-width: 576px) {
  .about-us-timeline-dot1 {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
  }

  .about-us-timeline-content h2 {
    font-size: 20px;
  }

  .about-us-timeline-content p {
    font-size: 14px;
  }
}

.main-about-us-timeline3 {
  overflow: hidden;
  position: relative;
}

.main-about-us-timeline3:before {
  content: "";
  width: 0px;
  height: 100%;
  border: 1px solid #24407c;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.main-about-us-timeline3 .about-us-timeline {
  width: 50%;
  padding: 10px 60px 10px 100px;
  float: right;
  position: relative;
}

.main-about-us-timeline3 .about-us-timeline:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #24407c;
  border: 5px solid #fff;
  box-shadow: 0 0 1px 5px #24407c;
  position: absolute;
  top: 42px;
  left: -20px;
}

.main-about-us-timeline3 .about-us-timeline-content:hover {
  text-decoration: none;
}

.main-about-us-timeline3 .year {
  display: block;
  width: 80%;
  height: 50px;
  padding: 0 0 0 50px;
  font-size: 30px;
  font-weight: 800;
  color: black;
  line-height: 50px;
  border-radius: 10px 10px 10px 0;
  position: absolute;
  top: 20px;
  left: -20px;
}

.main-about-us-timeline3 .year:before {
  content: "";
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  bottom: -60px;
  left: 0;
}

.main-about-us-timeline3 .title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin: revert;
}

.main-about-us-timeline3 .description {
  font-size: 14px;
  color: #000;
  margin: 0 0 5px;
}

.main-about-us-timeline3 .about-us-timeline:nth-child(2n) {
  padding: 10px 100px 10px 60px;
  text-align: right;
}

.main-about-us-timeline3 .about-us-timeline:nth-child(2n):before {
  left: auto;
  right: -20px;
}

.main-about-us-timeline3 .about-us-timeline:nth-child(2n) .year {
  padding-right: 50px;
  border-radius: 10px 10px 0;
  left: auto;
  right: -20px;

  color: black;
}

.main-about-us-timeline3 .about-us-timeline:nth-child(2n) .year:before {
  border-left: none;
  border-right: 20px solid transparent;
  left: auto;
  right: 0;
}

.main-about-us-timeline3 .about-us-timeline:nth-child(2) {
  margin-top: 140px;
}

.main-about-us-timeline3 .about-us-timeline:nth-child(odd) {
  margin: -140px 0 0;
}

.main-about-us-timeline3 .about-us-timeline:nth-child(even) {
  margin-bottom: 60px;
}

.main-about-us-timeline3 .about-us-timeline:first-child,
.main-about-us-timeline3 .about-us-timeline:last-child:nth-child(even) {
  margin: 0;
}

@media only screen and (max-width: 990px) {
  .main-about-us-timeline3:before {
    top: 8%;
  }

  .main-about-us-timeline3 .about-us-timeline {
    padding: 10px 10px 10px 100px;
  }

  .main-about-us-timeline3 .about-us-timeline:nth-child(2n) {
    padding: 10px 100px 10px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .main-about-us-timeline3:before {
    width: 8px;
    top: 0;
    left: 12px;
    transform: translateX(0);
  }

  .main-about-us-timeline3 .about-us-timeline,
  .main-about-us-timeline3 .about-us-timeline:nth-child(even),
  .main-about-us-timeline3 .about-us-timeline:nth-child(odd) {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0 0 0 60px;
    margin: 0 0 30px;
  }

  .main-about-us-timeline3 .about-us-timeline:before,
  .main-about-us-timeline3 .about-us-timeline:nth-child(2n):before {
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    top: 38px;
    left: 6px;
  }

  .main-about-us-timeline3 .about-us-timeline:nth-child(2n) .year {
    right: auto;
    left: -20px;
    border-radius: 10px 10px 10px 0;
  }

  .main-about-us-timeline3 .about-us-timeline:nth-child(2n) .year:before {
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: none;
    right: auto;
    left: 0;
  }
}

.congratulation-testimonials {
  margin: 20px auto;
}

.congratulation-testimonials .testimonial-item {
  text-align: center;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.congratulation-testimonials .testimonial-item img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin-bottom: 10px;
  object-fit: contain;
  border: 1px solid #f14d5d;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.congratulation-testimonials .testimonial-item p {
  font-size: 16px;
  color: #333;
}

.congratulation-testimonials .testimonial-item h4 {
  margin-top: 10px;
  font-size: 20px;
  color: #063c91;
}

.congratulation-testimonials .testimonial-item h6 {
  margin-top: 10px;
  font-size: 16px;
  color: #063c91;
}

.footer {
  background: #063c91;
}

.footer-icons {
  color: #f01c24 !important;
}

.footer-line {
  color: #f01c24 !important;
  height: 2px !important;
}

.footer .footer-item .footer-link {
  line-height: 30px;
  color: var(--bs-white);
  transition: 0.5s;
  text-transform: capitalize !important;
}

.footer .footer-item img {
  max-height: 50px;
  transition: 0.5s;
}

.footer .footer-item .footer-link:hover {
  letter-spacing: 1px;
}

.contact-us-btn {
  font-size: 20px;
  color: #f01c24;
}

.contact-us-btn:hover {
  font-size: 20px;
  color: #f01c24;
}

.social-icons {
  border-radius: 50%;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.social-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}

.social-btn i {
  font-size: 16px;
  /* Icon size */
}

.footer-item h4 {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.footer-item h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 25%;
  height: 2px;
  background-color: #f01c24;
}

.footer-border {
  padding-bottom: 10px;
  border-bottom: 1px solid #f01c24 !important;
}

.custom-card .card-img-top {
  width: 100%;
  height: 250px;
  object-fit: contain !important;
}
.fixed-icons {
  position: fixed;
  top: 65%;
  right: 5px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.fixed-icons a {
  display: inline-block;
  margin-bottom: 10px;
  color: #ffffff;
  background-color: #007bff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  transition: all 0.3s ease;
}

.fixed-icons a:hover {
  background-color: #0062cc;
}

.fixed-icons a.whatsapp {
  font-size: 25px !important;
  background-color: #25d366;
}

.fixed-icons a.whatsapp:hover {
  background-color: #25d366;
}

.fixed-icons a.call {
  background-color: #2774cb;
}

.fixed-icons a.call:hover {
  background-color: #2774cb;
}


#advertiseCarousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

#advertiseCarousel .owl-nav .owl-prev,
#advertiseCarousel .owl-nav .owl-next {
  pointer-events: all;
  background: rgba(0, 0, 0, 0.3) !important;
  color: white !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
  transition: 0.3s ease;
}

#advertiseCarousel .owl-nav .owl-prev:hover,
#advertiseCarousel .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.8) !important;
}

#advertiseCarousel .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
}

#advertiseCarousel .owl-nav .owl-next {
  position: absolute;
  right: 0px;
}
#advertiseModal .owl-carousel .item img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  border-radius: 12px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

#advertiseModal .owl-carousel .item img:hover {
  transform: scale(1.03);
}
/* Close button inside modal body */
.close-inside {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  height: 20px;
  width: 20px;
  background: #fff !important;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  opacity: 1; /* ensure visible */
}
.close-inside:hover {
  transform: scale(1.1);
  transition: 0.3s ease;
}