/********** OJS WIN CSS **********/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  /* overflow-x: hidden; */
}
.container-fluid {
  padding: 0 !important;
}
p {
  font-size: 14px;
  line-height: 23px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
}
li {
  font-size: 14px !important;
  /* line-height: 30px; */
}
h1 {
  font-size: 32px !important;
}
section {

  /* padding: 50px 0; */
}
.text-primary {
  color: #005683 !important;
}
:root {
  --primary: #005683;
  --secondary: #777777;
  --light: #f8f8f8;
  --dark: #111111;
}
.color-primary {
  color: #005683;
}
.color-secondary {
  color: #008be1;
}
.color-light {
  color: #ffffff;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

/*** Spinner ***/
#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;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary {
  color: #ffffff;
  background: #005683;
  border: none;
}

.btn.btn-white {
  color: var(--secondary);
  background: #ffffff;
}

.btn.btn-white:hover {
  color: #ffffff;
  background: var(--primary);
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link:focus {
  color: #000;
}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}
.navbar-brand img {
  /* width: 60%; */
}
.logo-img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.navbar .navbar-nav .nav-link span {
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  color: #000;
  font-size: 12px;
}
.navbar .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  left: 0%;
  top: -2px;
  width: 20px;
  height: 2px;

  border-top: 2px solid transparent;
  border-image: repeating-linear-gradient(
      to right,
      #e4e4e4 0,
      #e4e4e4 10px,
      transparent 10px,
      transparent 20px
    )
    1;
  transition:
    width 0.3s ease,
    border-color 0.3s ease,
    left 0.3s ease;
}
.navbar-nav .nav-link.active::before,
.navbar-nav .nav-link:hover::before {
  width: 75%;

  left: 0;

  border-image: repeating-linear-gradient(
      to right,
      #005683 0,
      #005683 10px,
      transparent 10px,
      transparent 20px
    )
    1;
}
.navbar .navbar-nav .nav-link {
  padding: 15px 20px;
  /* width: 145px; */
  text-align: left;
  color: #000;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  outline: none;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.navbar-wrapper {
  border: 1px solid #e4e4e4;
}
.navbar {
  background-color: #fff;
  justify-content: center;
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .navbar-nav .dropdown-menu a {
  font-size: 12px;
  padding: 3px 16px;
}
.top-header {
  background-color: #005683;
  padding: 5px 0;
}
.middle-header {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0 4rem !important;
}
.navbar-wrapper {
  position: -webkit-sticky;
  /* position: sticky; */
  top: 150px;
  z-index: 1001;
}
@media (min-width: 350px) and (max-width: 767px) {
  .navbar-wrapper {
    top: 75px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-wrapper {
    top: 110px;
  }
}
@media (min-width: 993px) and (max-width: 1279px) {
  .navbar-wrapper {
    top: 110px;
  }
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #005683;
}

.navbar.sticky-top {
  top: 0;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .navbar {
    background-color: #bd9939;
    justify-content: space-between;
  }

  .navbar .navbar-nav .nav-link {
    border: none !important;
    color: #fff;
  }
  .navbar .navbar-nav .nav-link span {
    color: #fff !important;
  }
  .navbar .navbar-nav .nav-link::before {
    display: none;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  #carousel .carousel-item {
    height: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #carousel .carousel-item .caption {
    top: 10% !important;
  }
  .card {
    width: 200px !important;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #bd9939;
    padding: 0.75rem 1rem;
  }

  .navbar-nav {
    width: 100%;
    margin: 0;
  }

  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 8px 0;
  }

  .navbar .navbar-nav {
    margin-top: 8px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/

.page-header {
  background:
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../assets/images/abt-ban.jpg) no-repeat center / cover;
  background-size: 100% 100%;
  height: 400px;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.section-title h6{
  color: #111068;
}

/* css */
.navbar-nav {
  margin: 0 auto;
}
/* carousel */
#carousel .carousel-item.boat {
  background-image: url("../assets/images/hero-bg.jpg");
}

#carousel .carousel-item.sea {
  background-image: url("../assets/images/ban-2.jpg");
}

#carousel .carousel-item.river {
  background-image: url("../assets/images/ban-3.jpg");
}
.carousel-inner {
  height: 600px;
}
@media (max-width: 767px) {
  .carousel-inner {
    height: 450px;
  }
}
#carousel .carousel-item {
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 350px;
  background: no-repeat top left scroll;
  background-size: 100% 80%;
}

@media (max-width: 576px) {
  #carousel .carousel-item {
    height: 500px;
  }

  .tabs {
    display: block !important;
  }
  .tabs .nav-link {
    width: 100% !important;
  }
  .tab-content > .active {
    /* width: 360px;
    height: 300px; */
  }
  .quote-wrapper {
    margin-bottom: 50px !important;
  }
  .site-footer {
    text-align: center;
  }
  .contact-block {
    justify-content: center !important;
  }
}

#carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition:
    transform 2s ease,
    -webkit-transform 2s ease;
}
#carousel .carousel-inner .carousel-item h2 {
  color: #fff;
  font-family: "Oswald", sans-serif;
}
#carousel .carousel-item .caption {
  width: 50%;
  max-width: 600px;
  padding: 40px;
  color: white;
  animation-duration: 1s;
  animation-delay: 1s;

  /* background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
  border-radius: 10px; */
  background: rgba(0, 86, 131, 0.4);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
  border-radius: 10px;
  position: absolute;
  top: 15%;
  left: 10%;
}

#carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 1.2s;
}

#carousel .caption p {
  animation-duration: 1s;
  animation-delay: 1.4s;
}

#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 1.6s;
}

/* Button */

.primary-btn {
  outline: none;
  cursor: pointer;
  padding: 15px 20px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  border-radius: 0px;
  overflow: hidden;
  background: #fff;
  color: #005683;
  border: 1.5px solid #005683;
  transition: border-color 0.3s ease;
}

.primary-btn:hover {
  border: 1.5px solid #005683;
}
.primary-btn span {
  color: #fff;
  position: relative;
  z-index: 10;
  transition: color 0.1s;
}

.primary-btn:hover span {
  color: #005683;
}

.primary-btn::before,
.primary-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.primary-btn::before {
  content: "";
  background: #005683;
  width: 150%;
  left: -20%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.primary-btn:hover::before {
  transform: translate3d(100%, 0, 0);
}
.dropdown-item:active,
.dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #005683;
}
/* carousel */
.card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  width: 300px;
  margin: 0 auto;
}

.card img {
  width: 100%;
  display: block;
}

.card-content {
  position: relative;
}

.hover-text {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 86, 131, 0.85);
  /* background-color: rgba(101, 101, 102, 0.8); */
  color: #fff;
  text-align: center;
  padding: 10px;
  height: 200px;
  transition: bottom 0.6s ease;
}
.hover-text h5 {
  color: #fff;
  font-weight: normal;
}
.card:hover .hover-text {
  bottom: 0;
}

.owl-nav {
  text-align: center;
  margin-top: 20px;
}

.owl-nav button {
  background-color: #005683 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
  color: white !important;
  margin: 0 5px;
  transition: background-color 0.3s ease;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  position: relative;
}

.owl-nav button:hover {
  background-color: #008be1 !important;
}

.owl-nav button:focus {
  outline: none;
}

/* footer */
.site-footer {
  padding-top: 40px;
  background-color: #008be1;
  /* border-top: 5px solid #005683; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.footer-icon{
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .site-footer {
    padding-top: 40px;
  }
}
.site-footer .footer-logo {
  margin-top: 30px;
  margin-bottom: 10px;
}

.site-footer p {
  color: #005683;
  font-weight: 500;
  line-height: 32px;
  /* width: 80%; */
}
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #005683;
  font-weight: 500;
}
.site-footer a {
  color: #777;
  font-weight: 500;
}
.site-footer a:hover {
  color: #005683;
}
.site-footer ul li {
  margin-bottom: 8px;
}
.logo-desc {
  color: #005683;
  font-weight: 500;
}
.bottom-footer {
  background-color: #005683 !important;
  border-top: 1px solid #000;
  color: #fff !important;
}
.bottom-footer p {
  color: #fff;
}
.bottom-footer .company a span {
  color: #fff;
}
.bottom-footer .text-muted {
  color: #fff !important;
}
.bottom-footer a {
  color: #b3b3b3 !important;
  font-weight: 700;
}
.logo-center-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Centers vertically */
    height: 100%;            /* Ensures the container has height to center within */
    text-align: center;
    margin: -55px;
}


.m-20 {
  margin-right: 10px;
}
.site-footer .footer-heading {
  font-size: 16px;
  color: #000;
  font-weight: 800;
}
/* Align Mission/Vision images with paragraph start instead of heading */
.vision-mission .mv-image-col {
  margin-top: 46px;
}
@media (max-width: 991.98px) {
  .vision-mission .mv-image-col {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .site-footer {
    text-align: center;
  }
  .site-footer .row {
    row-gap: 1.5rem;
  }
  .site-footer .footer-heading,
  .site-footer p,
  .site-footer ul,
  .site-footer li,
  .site-footer a {
    text-align: center;
  }
  .site-footer .contact-block {
    justify-content: center !important;
  }
  .footer-icon {
    justify-content: center;
  }
}
/* accordion */
.tabs .nav-link {
  background-color: transparent !important;
  color: #000 !important;
  border: 1px solid #000;
  margin: 10px 0;
  border-radius: 0px;
  width: 230px;
  padding: 26px 0;
}
.tabs .nav-link:hover {
  background-color: #008be1 !important;
  border-color: #008be1;
  border-left: 3px solid #005683;
  color: #fff !important;
}
.tabs .nav-link.active {
  color: #fff !important;
  background-color: #005683 !important;
  border-color: #005683;
  border-left: 3px solid #008be1;
}
.tabs .nav-link:first-child {
  margin-top: 0;
}
.tab-content {
  width: 65%;
}

/* loader */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: #fff;
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-color: #005683 #0000;
  animation: l16 1s infinite linear;
}
.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}
.loader::before {
  border-color: #008be1 #0000;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}
.loader::after {
  margin: 8px;
}
@keyframes l16 {
  100% {
    transform: rotate(1turn);
  }
}

/* /loader */
.top-bar {
  margin: 0 0 5px 0;
}
.top-bar h2 {
  margin-top: 15px;
  font-size: 23px;
  margin-left: 20px;
  line-height: 28px;
  color: grey;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
body > .skiptranslate {
  display: none !important;
}
body {
  top: 0px !important;
}
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}
.goog-te-gadget {
  font-size: 0px !important;
}
.goog-te-gadget .goog-te-combo {
  padding: 5px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;

  font-weight: 500;
  color: var(--primary);

  border-radius: 0px;
}

.goog-te-gadget .goog-te-combo:hover {
  color: #000;
  border-radius: 0px;
}
.goog-te-combo {
  width: 60%;
  font-size: 12px;
}

/* about */

.hero {
  position: relative;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1em;
  text-align: center;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.hero.no-bg {
  background-size: auto;
}

.hero.no-bg::before {
  background-color: transparent;
}

.hero h1 {
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 45px !important;
  z-index: 2;
}

.job {
  display: none;
}
.abt-subpage {
  padding-top: 0 !important;
}
.quote-wrapper {
  display: flex;
  height: auto;
  min-height: 0;
  /* padding: 40px 20px; */
  /* margin: 10px 0; */
  /* margin-bottom: 50px; */
  align-items: center;
  justify-content: center;
}
.blockquote {
  position: relative;
  font-family: "Oswald", sans-serif;
  /* max-width: 620px; */
  margin: 0 auto;
  align-self: center;
}
.blockquote h1 {
  font-family: "Oswald", sans-serif;
  position: relative;
  color: #000;
  font-size: 2.8rem;
  text-transform: capitalize;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  border: 2px solid #fff;
  border: solid 2px var(--primary);
  border-radius: 20px;
  padding: 25px;
}
.blockquote h1 span {
  color: var(--primary);
}
.blockquote h1:after {
  content: "";
  position: absolute;
  border: 2px solid var(--primary);
  border-radius: 0 50px 0 0;
  width: 60px;
  height: 60px;
  bottom: -60px;
  left: 50px;
  border-bottom: none;
  border-left: none;
  z-index: 3;
}
.blockquote h1:before {
  content: "";
  position: absolute;
  width: 80px;
  border: 6px solid #fff;
  bottom: -3px;
  left: 50px;
  z-index: 2;
}
@media all and (min-width: 600px) {
  .blockquote h1 {
    font-size: 3rem;
    line-height: 1.2;
  }

}

.vision-para ul {
  list-style: none;
  padding: 0;
}
.vision-para ul li {
  font-size: 14px;
  line-height: 23px;
}
.vision-para ul li i {
  margin-right: 20px;
  font-size: 20px;
  color: #005683;
}
.service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
  transition: 0.5s;
}
.service-item:hover {
  margin-top: -10px;
  box-shadow: none;
}
.service-list a {
  margin-bottom: 7px;
  padding: 12px 15px;
  transition: 0.5s;
}

.service-list a:last-child {
  margin-bottom: 0;
}
.service-list a:hover {
  color: var(--light) !important;
  background: var(--primary) !important;
}
.service-list a::before {
  position: relative;
  content: "\f105";
  font-family: "font awesome 5 free";
  font-weight: 900;
  margin-right: 0;
  transition: 0.2s;
  opacity: 0;
}
.service-list a:hover::before {
  opacity: 1;
  margin-right: 10px;
}
.service-list a.active {
  border-bottom: 1.5px solid var(--primary);
  color: var(--primary) !important;
}
.service-list a.active:hover {
  border-bottom: 1.5px solid var(--primary);
  color: #fff !important;
}
.services-content {
  line-height: 30px;
}
.bi-box-seam {
  color: #865613;
}
/* CSS Styling */
.ceo-message {
  /* background-color: #fefae1; */
  padding: 40px 20px;
  text-align: center;
  margin-top: 50px;
}

.ceo-message h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: var(--primary);
}

.ceo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative; /* Add position relative to handle absolute positioning inside */
}

.ceo-photo {
  /* border-radius: 50%; */
  margin: 20px 0;
  width: 23%;
}

blockquote {
  font-style: italic;
  color: #6c757d;
  line-height: 1.6;
  margin: 0 20px 20px;
}

.ceo-signature {
  font-weight: bold;
  color: #343a40;
  font-size: 13px;
  margin-top: 10px;
  align-self: flex-end; /* Align to the right within the flex container */
  text-align: right; /* Ensure the text itself is aligned to the right */
  position: absolute;
  bottom: -50px; /* Position it at the bottom of the container */
  right: 0; /* Position it at the right end of the container */
}
.ceo-signature span {
  font-size: 17px;
}
.form-control:focus {
  border-color: var(--primary) !important;
  box-shadow: none !important;
}
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 15px !important;
}

/* blog */
.blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin-block: 2rem;
  gap: 2rem;
}

.blog img {
  max-width: 100%;
  display: block;
  object-fit: contain;
}

.blog {
  display: flex;
  flex-direction: column;
  width: clamp(20rem, calc(20rem + 2vw), 22rem);
  overflow: hidden;
  border: transparent;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 6px;
  background-color: var(--light);
}

.blog__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  /* height: 220px; */
}

.tag {
  align-self: flex-start;
  /* padding: 0.25em 0.75em; */
  background-color: var(--primary);
  padding: 2px 6px;
  border-radius: 1em;
  color: #fff;
  font-size: 0.75rem;
}

.blog__body h4 {
  font-size: 16px;
  text-transform: capitalize;
}

.blog__footer {
  display: flex;
  padding: 1rem;
  margin-top: auto;
}

.user {
  display: flex;
  gap: 0.5rem;
}

.user__image {
  border-radius: 50%;
}

.user__info > small {
  color: #666;
}
.life-at-ojswin {
  padding: 40px 0;
}
.life-at-ojswin .section {
  /* margin: 30px 0; */
}
.life-at-ojswin .section h2 {
  font-size: 25px;
}
.accreditations {
  padding: 2rem 0;
  background-color: #f9f9f9;
}

.accreditations-header {
  text-align: center;
  margin-bottom: 2rem;
}

.accreditations-header h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: var(--primary);
}

.accreditations-header p {
  font-size: 14px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.accreditations-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.accreditation-list {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .accreditation-item {
    width: 100% !important;
  }
  .accreditation-list {
    flex-wrap: wrap;
  }
  
}

.accreditation-item {
  text-align: center;
  width: calc(6 / 12 * 100%);
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.accreditation-item img {
  max-width: 100%;
  height: 300px;
  margin-bottom: 1rem;
}

.accreditation-item h2 {
  font-size: 16px;
  margin-bottom: 0.5rem;
  color: #000;
}

.accreditation-item p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .accreditations-content {
    flex-direction: column;
    align-items: center;
  }

  .accreditation-item {
    max-width: 90%;
  }
}
.social-icon i:hover {
  color: var(--light) !important;
}
.top-bar-right h6 {
  font-size: 15px;
}

.life-card {
  display: flex;
  height: 270px;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;

  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}
.life-card a {
  color: inherit;
}
.life-card a:hover {
  color: #5ad67d;
}
.life-card:hover .photo {
  transform: scale(1.3) rotate(3deg);
}
.life-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.life-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}
.life-card .details,
.life-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.life-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem;
}
.life-card .details a {
  text-decoration: dotted underline;
}
.life-card .details ul li {
  display: inline-block;
}
.life-card .details .author:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "\f007";
}
.life-card .details .date:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "\f133";
}
.life-card .details .tags ul:before {
  font-family: FontAwesome;
  content: "\f02b";
  margin-right: 10px;
}
.life-card .details .tags li {
  margin-right: 2px;
}
.life-card .details .tags li:first-child {
  margin-left: -4px;
}
.life-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.life-card .description h1,
.life-card .description h2 {
  /* font-family: Poppins, sans-serif; */
  /* font-family: "Montserrat", sans-serif; */
  font-size: 15px;
}
.life-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 23px !important;
  font-size: 1.7rem;
}
.life-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}
.life-card .description .read-more {
  text-align: right;
}
.life-card .description .read-more a {
  color: #5ad67d;
  display: inline-block;
  position: relative;
}
.life-card .description .read-more a:after {
  content: "\f061";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition:
    margin 0.3s,
    opacity 0.3s;
}
.life-card .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.life-card p {
  position: relative;
  margin: 1rem 0 0;
}
.life-card p:first-of-type {
  margin-top: 1.25rem;
}
.life-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 3px;
  /* background: var(--primary); */
  width: 35px;
  top: -0.75rem;
  /* border-radius: 3px; */
}
.life-card:hover .details {
  left: 0%;
}
@media (max-width: 576px) {
  .life-card {
    height: 420px;
  }
  .footer-icon{
  justify-content: center;
}
}
@media (min-width: 640px) {
  .life-card {
    flex-direction: row;
    /* max-width: 700px; */
  }
  .life-card .meta {
    flex-basis: 40%;
    height: auto;
  }
  .life-card .description {
    flex-basis: 60%;
  }
  .life-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .life-card.alt {
    flex-direction: row-reverse;
  }
  .life-card.alt .description:before {
    left: inherit;
    right: -10px;
    transform: skew(3deg);
  }
  .life-card.alt .details {
    padding-left: 25px;
  }
}

/* Life page responsiveness + non-sticky nav */
.page-life .navbar-wrapper {
  position: static;
  top: auto;
}
.page-life .navbar.sticky-top {
  position: static;
  top: auto;
}
.page-courier .navbar-wrapper {
  position: static;
  top: auto;
}
.page-courier .navbar.sticky-top {
  position: static;
  top: auto;
}
.page-life .life-at-ojswin .w-75 {
  width: 100% !important;
}
@media (max-width: 767px) {
  .page-life .life-card {
    height: auto;
  }
  .page-life .life-card .meta {
    height: 200px;
  }
  .page-life .life-card .description {
    padding: 16px;
  }
  .page-life .hero {
    min-height: 220px;
  }
  .page-life .hero h1 {
    font-size: 28px !important;
    line-height: 1.2;
  }
  .page-life .navbar-brand img {
    width: 40%;
    max-width: 240px;
  }
}

/* About page spacing + responsiveness */
.page-about section {
  /* padding: 40px 0; */
}
.page-about .hero-section {
  padding: 0;
}
.page-about .hero-section .container-fluid {
  padding: 40px 0;
  margin-bottom: 20px;
}
.page-about .s-p-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-about .section-padding {
  /* align-items: center; */
}
.page-about .about-img {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
  margin: 10px auto 0;
}
@media (max-width: 767px) {
  .page-about section {
    padding: 28px 0;
  }
  .page-about .hero-section .container-fluid {
    padding: 24px 0;
    margin-bottom: 12px;
  }
  .page-about .hero h1 {
    font-size: 28px !important;
    line-height: 1.2;
  }
  .page-about .section-title {
    margin-bottom: 8px;
  }
  .page-about .display-6 {
    font-size: 26px !important;
    line-height: 1.3;
  }
  .page-about .about-img {
    max-width: 100%;
    margin-top: 16px;
  }
}

/* Air Freight page spacing + responsiveness */
.page-air-freight section {
  padding: 40px 0;
}
.page-air-freight .hero-section {
  padding: 0;
}
.page-air-freight .hero-section .container-fluid {
  padding: 40px 0;
  margin-bottom: 16px;
}
.page-air-freight .container-xxl.py-2 {
  padding-top: 16px !important;
  padding-bottom: 24px !important;
}
.page-air-freight .service-list a {
  padding: 10px 12px;
}
.page-air-freight .service-list a::before {
  margin-right: 6px;
}
.page-air-freight img.img-fluid {
  /* width: 100%; */
  height: auto;
  /* display: block; */
}
@media (max-width: 767px) {
  .page-air-freight section {
    padding: 28px 0;
  }
  .page-air-freight .hero-section .container-fluid {
    padding: 24px 0;
    margin-bottom: 12px;
  }
  .page-air-freight .hero h1 {
    font-size: 28px !important;
    line-height: 1.2;
  }
  .page-air-freight .display-6 {
    font-size: 26px !important;
    line-height: 1.3;
  }
  .page-air-freight .container-xxl.py-2 {
    padding-top: 8px !important;
    padding-bottom: 16px !important;
  }
}

/* Business Trip page spacing + responsiveness */
.page-business-trip section {
  /* padding: 40px 0; */
}
.page-business-trip .page-header {
  margin-bottom: 24px;
}
.page-business-trip .page-header .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-business-trip .container[style*="max-width"] {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.page-business-trip .booking-form-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
}
.fair-logo img {
  width: 100%;
  height: 200px;
  display: block;
}
.page-business-trip img.img-fluid {
  /* width: 100%; */
  height: auto;
  /* display: block; */
}
@media (max-width: 767px) {
  .page-business-trip section {
    padding: 28px 0;
  }
  .page-business-trip .page-header {
    margin-bottom: 16px;
  }
  .page-business-trip .page-header .display-4 {
    font-size: 28px !important;
    line-height: 1.2;
  }
  .page-business-trip .booking-form-wrapper .text-center.mb-5 {
    margin-bottom: 24px !important;
  }
}

/* News page spacing + responsiveness */
.page-news section {
  padding: 40px 0;
}
.page-news .hero-section {
  padding: 0;
}
.page-news .hero-section .container-fluid {
  padding: 40px 0;
  margin-bottom: 16px;
}
.page-news .container-xxl.py-5 {
  padding-top: 24px !important;
  padding-bottom: 32px !important;
}
.page-news .text-center.mx-auto.mb-5.w-75 {
  width: 100% !important;
  max-width: 900px;
}
.page-news .blog__image {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .page-news section {
    padding: 28px 0;
  }
  .page-news .hero-section .container-fluid {
    padding: 24px 0;
    margin-bottom: 12px;
  }
  .page-news .hero h1 {
    font-size: 28px !important;
    line-height: 1.2;
  }
  .page-news .display-6 {
    font-size: 26px !important;
    line-height: 1.3;
  }
  .page-news .container-xxl.py-5 {
    padding-top: 16px !important;
    padding-bottom: 24px !important;
  }
}

/* Road Freight page spacing + responsiveness */
.page-road-freight section {
  padding: 40px 0;
}
.page-road-freight .hero-section {
  padding: 0;
}
.page-road-freight .hero-section .container-fluid {
  padding: 40px 0;
  margin-bottom: 16px;
}
.page-road-freight .container-xxl.py-2 {
  padding-top: 16px !important;
  padding-bottom: 24px !important;
}
.page-road-freight img.img-fluid {
  /* width: 100%; */
  height: auto;
  /* display: block; */
}
@media (max-width: 767px) {
  .page-road-freight section {
    padding: 28px 0;
  }
  .page-road-freight .hero-section .container-fluid {
    padding: 24px 0;
    margin-bottom: 12px;
  }
  .page-road-freight .hero h1 {
    font-size: 28px !important;
    line-height: 1.2;
  }
  .page-road-freight .display-6 {
    font-size: 26px !important;
    line-height: 1.3;
  }
  .page-road-freight .container-xxl.py-2 {
    padding-top: 8px !important;
    padding-bottom: 16px !important;
  }
}

/* Sea Cargo page spacing + responsiveness */
.page-sea-cargo section {
  padding: 40px 0;
}
.page-sea-cargo .hero-section {
  padding: 0;
}
.page-sea-cargo .hero-section .container-fluid {
  padding: 40px 0;
  margin-bottom: 16px;
}
.page-sea-cargo .container-xxl.py-2 {
  padding-top: 16px !important;
  padding-bottom: 24px !important;
}
.page-sea-cargo img.img-fluid {
  /* width: 100%; */
  height: auto;
  /* display: block; */
}
@media (max-width: 767px) {
  .page-sea-cargo section {
    padding: 28px 0;
  }
  .page-sea-cargo .hero-section .container-fluid {
    padding: 24px 0;
    margin-bottom: 12px;
  }
  .page-sea-cargo .hero h1 {
    font-size: 28px !important;
    line-height: 1.2;
  }
  .page-sea-cargo .display-6 {
    font-size: 26px !important;
    line-height: 1.3;
  }
  .page-sea-cargo .container-xxl.py-2 {
    padding-top: 8px !important;
    padding-bottom: 16px !important;
  }
}

/* Sea Freight page spacing + responsiveness */
.page-sea-freight section {
  padding: 40px 0;
}
.page-sea-freight .hero-section {
  padding: 0;
}
.page-sea-freight .hero-section .container-fluid {
  padding: 40px 0;
  margin-bottom: 16px;
}
.page-sea-freight .container-xxl.py-2 {
  padding-top: 16px !important;
  padding-bottom: 24px !important;
}
.page-sea-freight img.img-fluid {
  /* width: 100%; */
  height: auto;
  /* display: block; */
}
@media (max-width: 767px) {
  .page-sea-freight section {
    padding: 28px 0;
  }
  .page-sea-freight .hero-section .container-fluid {
    padding: 24px 0;
    margin-bottom: 12px;
  }
  .page-sea-freight .hero h1 {
    font-size: 28px !important;
    line-height: 1.2;
  }
  .page-sea-freight .display-6 {
    font-size: 26px !important;
    line-height: 1.3;
  }
  .page-sea-freight .container-xxl.py-2 {
    padding-top: 8px !important;
    padding-bottom: 16px !important;
  }
}

/* Shipping page spacing + responsiveness */
.page-shipping section {
  padding: 40px 0;
}
.page-shipping .hero-section {
  padding: 0;
}
.page-shipping .hero-section .container-fluid {
  padding: 40px 0;
  margin-bottom: 16px;
}
.page-shipping .container-xxl.py-5 {
  padding-top: 24px !important;
  padding-bottom: 32px !important;
}
.page-shipping .text-center.mx-auto.mb-5.w-75 {
  width: 100% !important;
  max-width: 900px;
}
.page-shipping .service-item img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .page-shipping section {
    padding: 28px 0;
  }
  .page-shipping .hero-section .container-fluid {
    padding: 24px 0;
    margin-bottom: 12px;
  }
  .page-shipping .hero h1 {
    font-size: 28px !important;
    line-height: 1.2;
  }
  .page-shipping .display-6 {
    font-size: 26px !important;
    line-height: 1.3;
  }
  .page-shipping .container-xxl.py-5 {
    padding-top: 16px !important;
    padding-bottom: 24px !important;
  }
}

/* Sourcing page spacing + responsiveness */
.page-sourcing section {
  padding: 40px 0;
}
.page-sourcing #sourcing,
.page-sourcing section.py-0.bg-white {
  padding-top: 24px;
  padding-bottom: 24px;
}
.page-sourcing .booking-form-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
}
.page-sourcing .container[style*="max-width"] {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.page-sourcing .responsive-circle-wrapper {
  max-width: 220px;
}
.page-sourcing .gallery-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .page-sourcing section {
    padding: 28px 0;
  }
  .page-sourcing #sourcing,
  .page-sourcing section.py-0.bg-white {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .page-sourcing .booking-form-wrapper .text-center.mb-5 {
    margin-bottom: 24px !important;
  }
  .page-sourcing h2 {
    font-size: 26px !important;
    line-height: 1.3;
  }
}

/* Warehouse page spacing + responsiveness */
.page-warehouse section {
  padding: 40px 0;
}
.page-warehouse .hero-section {
  padding: 0;
}
.page-warehouse .hero-section .container-fluid {
  padding: 40px 0;
  margin-bottom: 16px;
}
.page-warehouse .container-xxl.py-2 {
  padding-top: 16px !important;
  padding-bottom: 24px !important;
}
.page-warehouse img.img-fluid {
  /* width: 100%; */
  height: auto;
  /* display: block; */
}
@media (max-width: 767px) {
  .page-sourcing .gallery-wrapper img{
    height: 600px;
  }
  .page-warehouse section {
    padding: 28px 0;
  }
  .page-warehouse .hero-section .container-fluid {
    padding: 24px 0;
    margin-bottom: 12px;
  }
  .page-warehouse .hero h1 {
    font-size: 28px !important;
    line-height: 1.2;
  }
  .page-warehouse .display-6 {
    font-size: 26px !important;
    line-height: 1.3;
  }
  .page-warehouse .container-xxl.py-2 {
    padding-top: 8px !important;
    padding-bottom: 16px !important;
  }
}
/* Keep the dropdown open on mobile devices */
@media (max-width: 992px) {
  .dropdown.show-on-mobile .dropdown-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .bottom-footer p {
    text-align: center !important;
  }
  .navbar-brand img {
    width: 20%;
  }
}

.top-bar-right i {
  font-size: 22px;
}

/*  */
.nav-item .dropdown-menu {
  display: none;
}

.nav-item:hover .dropdown-menu {
  display: block;
}

/* Business trip fair logos responsiveness */
.fair-logos {
  gap: 16px;
  flex-wrap: wrap;
}
.fair-logos img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
@media (max-width: 576px) {
  .fair-logos {
    justify-content: center !important;
    flex-direction: column;
    align-items: center;
  }
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.dropdown-submenu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: -1px;
}
.dropdown-submenu:hover .value-menu {
  visibility: visible !important;
}
.value-menu {
  top: 82% !important;
  visibility: hidden !important;
}
.benefits-col img {
  width: 20%;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.benefits-col {
  margin-bottom: 20px;
}
.benefits-col p {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
form label {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
form .form-control {
  background-color: #f5f5f6 !important;
}

.countries {
  text-align: center;
  font-size: 20px;
  color: #000;
}
.contact-wrapper {
  align-items: center;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  color: #fff;
}
.contact-left {
  border-radius: 10px;
  background-image: url(../assets/images/contact.jpg);
  background-position: center;
  background-size: cover;
  height: 600px;
}
.contact-wrapper h5 {
  color: #fff;
  font-size: 40px;
}
.contact-left,
.contact-right {
  padding: 50px;
}
.contact-left p {
  width: 75%;
  margin: 30px 0;
}
.contact-right .form-group {
  margin: 40px 0;
}
.contact-wrapper form input[type="text"] {
  background-color: transparent !important;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  padding: 0;
  width: 100%;
}
.contact-wrapper form input:focus-visible {
  outline: none;
}
.contact-wrapper form textarea:focus-visible {
  outline: none;
}
.contact-wrapper form textarea {
  background-color: transparent !important;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  padding: 0;
  width: 100%;
}
.contact-wrapper form input::placeholder {
  font-size: 14px;
}
.contact-wrapper form textarea::placeholder {
  font-size: 14px;
}
#map-container {
  position: relative;
  display: flex;
  justify-content: center;
  /* max-width: 1440px;  */
  height: 100vh;
  width: 100%;
  /* margin-bottom: 5rem; */
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #map-container {
    height: 50vh;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  #map-container {
    left: 5%;
  }
}
.map-wrapper {
  position: relative;
}
#india-map {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  /* top: 0 !important; */
  height: 100%;
}

.coordinate-point {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #f1f1f1;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  z-index: 999;
  /* top: 20%; */
  /* animation: pulse 2.5s ease-in-out infinite; */
}
.coordinate-point:hover {
  background-color: #439ab6;
  z-index: 1000;
}
@keyframes pulse {
  100% {
    opacity: 0;
    transform: translate(-50%, -50%);
    scale: (1.15);
  }
}
.nav-right-sec {
  display: flex;
  gap: 20px;
}
.desk-signup {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  display: flex;
}

.desk-signup::after {
  position: absolute;
  content: "";
  width: 20px;
  left: 0;
  bottom: -4px;
  background: #4ba7dd;
  height: 2px;
  transition: 0.3s ease-out;
}

.desk-signup:hover::after {
  width: 100%;
}

.tooltipCard {
  display: none;
  position: absolute;
  background-color: #ffffff;
  color: #000000;
  padding: 18px;
  border-radius: 5px;
  pointer-events: auto;
  cursor: pointer;
  min-width: 280px;
  margin-left: 8px;
  height: auto;
  z-index: 1200;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.tooltip-city {
  color: #4ba7dd;
  font-family: "Manrope";
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.022em;
  text-align: left;
  margin-top: 2px;
  min-width: 140px;
}
.tooltip-content {
  font-family: "Manrope";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 4px;
}
.content-head {
  margin-top: 0px;
  width: 90px;
}
.support-mail {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  position: relative;
  top: 40px;
  right: 200px;
}
.location-card {
  display: flex;
  gap: 4px;
}
.location-container {
  display: flex;
  justify-content: space-between;
}
.dot-line {
  border: none;
  border-top: 2px dotted #aaaaaa;
  color: #fff;
  height: 2px;
  width: 12.75%;
  position: absolute;
}
.dot-lines {
  border: none;
  border-top: 2px dotted #aaaaaa;
  color: #fff;
  height: 2px;
  width: 18%;
  position: absolute;
}

.dot-line1 {
  position: absolute;
  bottom: 9%;
  left: 43.5%;
}
.dot-line2 {
  position: absolute;
  bottom: 14%;
  left: 44.5%;
}
.dot-line3 {
  position: absolute;
  bottom: 11.5%;
  left: 27.5%;
}
.dot-line4 {
  position: absolute;
  bottom: 23.5%;
  left: 27%;
}
.dot-line5 {
  bottom: 33.5%;
  left: 45%;
  position: absolute;
}
.dot-line6 {
  bottom: 26.5%;
  left: 44%;
  position: absolute;
}
.dot-line7 {
  bottom: 41.5%;
  left: 25%;
  position: absolute;
}
.dot-line8 {
  bottom: 42%;
  left: 25%;
  position: absolute;
}
.dot-line9 {
  bottom: 63%;
  left: 20%;
}
.dot-line10 {
  bottom: 66%;
  left: 45%;
}
.dot-line11 {
  bottom: 70%;
  left: 27%;
}
.dot-line-name {
  position: absolute;
  color: #4ba7dd;
}
.dot-line-name1 {
  bottom: 7.5%;
  left: 57%;
  position: absolute;
}
.dot-line-name2 {
  position: absolute;
  bottom: 12.5%;
  left: 58%;
}
.dot-line-name3 {
  position: absolute;
  bottom: 10%;
  left: 23.5%;
}
.dot-line-name4 {
  position: absolute;
  bottom: 22%;
  left: 20%;
}
.dot-line-name5 {
  position: absolute;
  bottom: 32%;
  left: 58.5%;
}
.dot-line-name6 {
  position: absolute;
  bottom: 25%;
  left: 57%;
}
.dot-line-name7 {
  position: absolute;
  bottom: 40%;
  left: 19%;
}
.dot-line-name8 {
  position: absolute;
  bottom: 22.5%;
  left: 55%;
}
.dot-line-name9 {
  position: absolute;
  bottom: 63%;
  left: 18%;
}
.dot-line-name10 {
  position: absolute;
  bottom: 66.5%;
  left: 52%;
}
.dot-line-name11 {
  position: absolute;
  bottom: 70%;
  left: 25%;
}

.contact-left a {
  color: #fff;
}
.contact-right .primary-btn {
  padding: 15px 50px;
}
.career-form .primary-btn {
  padding: 15px 50px;
}
.form-select {
  font-size: 12px !important;
}
.key-advantages {
  display: flex;
  justify-content: center;
  align-items: center;
}

.key-advantages .container {
  position: relative;
  width: 1100px;
  height: 420px;
  left: 10%;
}

.rectangle {
  width: 220px;
  height: 100px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  flex-direction: column;
  text-align: center;
}

.rectangle .number {
  background-color: #005683;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.rectangle .text {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.rect-1 {
  top: 0;
  left: 0;
}

.rect-2 {
  top: 100px;
  left: 220px;
}

.rect-3 {
  top: 200px;
  left: 440px;
}

.rect-4 {
  top: 300px;
  left: 660px;
}
.benefits {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.benefits td,
.benefits th {
  border: 1px solid #ddd;
  padding: 8px;
}

.benefits tr:hover {
  background-color: #eaeaea;
  cursor: default;
}

.benefits th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #005683;
  color: white;
  text-align: center;
}
/* contact */
.contact-form #contact .form-group {
  position: relative;
}
.contact-form #contact .form-group label.error {
  color: red;
  font-weight: 500;
  font-size: 13px;
  margin-top: 5px;
  display: block;
  position: absolute; /* Use absolute positioning */
  bottom: -20px; /* Adjust this value as needed */
  left: 0; /* Aligns with the left of the form group */
  width: 100%; /* So that the message is full width */
}
.contact .contact-form #error,
.contact .contact-form #success {
  display: none;
  float: left;
}
.contact .contact-form #error {
  background: red;
  color: #fff;
}
.contact .contact-form #success {
  background: green;
  color: #fff;
}
.contact .contact-form .alert {
  border: none;
  border-radius: 0;
  padding: 20px 30px;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
  border: 1px solid #000;
  &:checked {
    border: 1px solid transparent;
  }
}
.career-form #career .form-group {
  position: relative;
  margin-bottom: 20px;
}
.career-form #career .form-group label.error {
  color: red;
  font-weight: 500;
  font-size: 13px;
  margin-top: 5px;
  display: block;
  position: absolute; /* Use absolute positioning */
  bottom: -20px; /* Adjust this value as needed */
  left: 0; /* Aligns with the left of the form group */
  width: 100%; /* So that the message is full width */
}
.career .career-form #error,
.career .career-form #success {
  display: none;
  float: left;
}
.career .career-form #error {
  background: red;
  color: #fff;
}
.career .career-form #success {
  background: green;
  color: #fff;
}
.career .career-form .alert {
  border: none;
  border-radius: 0;
  padding: 20px 30px;
}

.form-btn:focus {
  box-shadow: none;
}
.form-select {
  padding: 9px 12px !important;
  background-color: #f5f5f6 !important;
}
.form-select:focus {
  box-shadow: none;
  border-color: #ced4da;
}
.category-img-wrapper {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%; /* This is what makes it a circle */
  border: 4px solid #f8f8f8;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.category-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Prevents the photo from looking stretched */
}

.category-item:hover .category-img-wrapper {
  transform: translateY(-10px);
  border-color: #005683; /* Turns blue when you hover over it */
}

.category-item h5 {
  margin-top: 20px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #111111;
  text-align: center;
}

/* Make circles smaller on mobile phones */
@media (max-width: 768px) {
  .category-img-wrapper {
    width: 200px;
    height: 200px;
  }
}
/* Why OJSWIN Section Styles */
.why-card {
  background-color: #1a5f7a; /* Dark blue from your image */
  color: #ffffff;
  padding: 40px 30px;
  border-radius: 10px; /* Highly rounded corners */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  border: 1px solid #1a5f7a;
}

.why-card:hover {
  transform: translateY(-10px);
  background-color: #005683; /* Change to your primary blue on hover */
}

.why-card h5 {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.4;
}

.why-card p {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}
section {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.why-card {
  background-color: #1a5f7a;
  color: #ffffff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  border: 1px solid #1a5f7a;
  margin-top: 20px; /* This adds space between the two rows of cards */
}
section {
  /* padding: 80px 0 !important;  */
  /* This adds a big gap above and below every section */
}
.why-card {
  background-color: #1a5f7a;
  color: #ffffff;
  padding: 35px 25px; /* Balanced padding */
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.why-card h5 {
  font-size: 17px; /* Slightly smaller to fit full title */
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}

.why-card p {
  font-size: 13.5px; /* Perfect size for full text */
  line-height: 1.7;
  color: #e0e0e0;
  margin: 0;
}
/* Styling for the Services Paragraph */
#services-section p.mb-4 {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
}
/* Increase font size for the Services paragraph */
.text-center.mx-auto.mb-5.w-75 p.mb-4 {
  font-size: 25px !important;
  line-height: 1.6 !important;
  color: #333333 !important;
  font-weight: 500;
  margin-top: 15px;
}
/* Increased global font sizes for better readability */
body {
  font-family: "Montserrat", sans-serif;
  /* overflow-x: hidden; */
  font-size: 16px; /* Increased from default */
}

p {
  font-size: 16px !important; /* Increased from 14px */
  line-height: 26px !important; /* Increased for better breathing room */
  color: #333;
}

li {
  font-size: 16px !important; /* Increased from 14px */
}

/* Make navigation sub-text slightly larger too */
.navbar .navbar-nav .nav-link span {
  font-size: 10px !important; /* Increased from 9px */
}

/* Ensure dropdown items are easy to read */
.navbar .navbar-nav .dropdown-menu a {
  font-size: 14px !important; /* Increased from 12px */
  padding: 8px 20px !important;
}
/* Quick Enquiry UI Polish */
#enquiry .form-control,
#enquiry .form-select {
  font-size: 16px !important; /* Larger for better reading */
  padding: 12px 5px !important;
  border-color: #dee2e6 !important;
}

#enquiry .form-control:focus {
  border-color: #005683 !important;
  box-shadow: none !important;
}
/* Make Home Page Slider Text White */
#carousel .caption p {
  color: #ffffff !important;
  font-weight: 500;
}
/* Fix Home Page Slider Background Image */
.hero-slides .carousel-item {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  min-height: 80vh; /* Ensures the image stretches down far enough */
}
/* --- Global Font Update to Open Sans --- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
select,
.nav-link,
.display-4,
.display-6 {
  font-family: "Open Sans", sans-serif !important;
}
/* Container & Layout */
.gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: sans-serif;
}

.grid-layout {
  display: grid;
  gap: 20px;
  margin-bottom: 50px;
}

/* 3 Columns for Photos */
.photos {
  grid-template-columns: repeat(3, 1fr);
}

/* 4 Columns for Videos */
.videos {
  grid-template-columns: repeat(4, 1fr);
}

/* Photo Card Styles */
.photo-card .placeholder-box {
  border: 1px solid #7a8cf0; /* Light blue border from screenshot */
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background-color: #fff;
}

/* Video Card Styles */
.video-card {
  aspect-ratio: 3 / 4;
  background:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://via.placeholder.com/300x400/444"); /* Replace with your thumb */
  background-size: cover;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  color: white;
}

.video-overlay {
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
}

.video-header {
  align-self: flex-start;
  display: flex;
  gap: 10px;
  font-size: 12px;
}

.play-button {
  width: 50px;
  height: 35px;
  background-color: red;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}

/* Simple triangle for play button */
.play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent white;
}

.section-divider {
  border: 0;
  height: 2px;
  background: #333;
  margin: 40px 0;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .photos {
    grid-template-columns: repeat(2, 1fr);
  }
  .videos {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .photos,
  .videos {
    grid-template-columns: 1fr;
  }
}
/* Perfect Circle Images for Categories */
.category-circle {
  width: 220px; /* Adjust this size if you want them bigger or smaller */
  height: 220px;
  border-radius: 50%; /* Makes it a perfect circle */
  overflow: hidden; /* Hides anything outside the circle */
  margin: 0 auto 15px auto; /* Centers the circle and adds space below */
  border: 3px solid #f8f9fa; /* Optional: adds a nice subtle border */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); /* Optional: adds the soft shadow */
}

.category-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* THIS is the magic word that prevents squishing! */
  object-position: center; /* Keeps the most important part of the image in the middle */
}
/* Container for the circles */
.category-circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px auto;
  border: none !important; /* Forces any CSS borders to disappear */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* The Image inside the circle */
.category-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  /* THIS IS THE MAGIC FIX */
  transform: scale(
    1.12
  ); /* Zooms the image in by 8% to hide the baked-in gray ring! */
}
.category-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  /* ADD THESE 4 LINES TO KILL ANY BOOTSTRAP STYLES */
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  /* You can lower this back down to 1.0 or 1.02 now that we know it's CSS */
  transform: scale(1.02);
}
/* Replace '.product-grid' and '.product-card' with the actual classes used in your HTML */
.product-grid .product-card img {
  border: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  transform: scale(
    1
  ) !important; /* Resets any zoom that might have been applied */
}
/* =========================================
   HEADER GAP FIXES 
   ========================================= */

/* 1. Shrink gap around Logo and Contact Info */
.middle-header,
.top-bar {
  /* padding-top: 8px !important;
  padding-bottom: 8px !important; */
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: auto !important;
}

/* 2. Pull Navigation Menu closer to Logo */
.navbar-wrapper {
  padding-top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Shrinks the actual height of the white menu bar slightly */
.navbar-nav .nav-link {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* 3. Pull Banner/Slider closer to Navigation Menu */
.page-header,
.carousel {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* Kill the global 80px top margin specifically for the hero banner section */
section.p-0 {
  margin-top: 0 !important;
}
/* Move the main logo slightly to the right */
.middle-header .navbar-brand img {
  margin-left: 40px !important;
}
/* =========================================
   GLOBAL READABILITY MASTER FIX (Header to Footer)
   (Sizes & Weights ONLY - No Colors Altered)
   ========================================= */

/* 1. Base Text (Paragraphs, Lists, General Body) */
body,
p,
ul,
li {
  font-family: "Open Sans", sans-serif !important;
  font-size: 17px !important; /* Bumps up the default size universally */
  line-height: 1.8 !important; /* Adds beautiful breathing room between lines */
}

/* 2. Top Contact Header (Opening Hours, Phone, Email) */
.top-bar h6,
.top-bar p,
.top-bar a,
.top-header small,
#google_translate_element {
  font-size: 15px !important;
  font-weight: 600 !important; /* Makes it slightly thicker */
}

/* 3. Navigation Menu */
.navbar-nav .nav-link {
  font-size: 15px !important;
  font-weight: 700 !important; /* Thick, bold menu links */
  letter-spacing: 0.5px !important;
}
.navbar-nav .nav-link span {
  font-size: 12px !important; /* Keeps the little sub-text readable */
  font-weight: 500 !important;
}

/* 4. All Headings (H1 through H6) */
h1 {
  font-size: 42px !important;
}
h2 {
  font-size: 36px !important;
}
h3,
h4 {
  font-size: 24px !important;
}
h5 {
  font-size: 18px !important;
}
h6 {
  font-size: 16px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4 !important;
  font-weight: 600 !important; /* Bold headers */
}

/* 5. Footer Text & Links */
.site-footer p,
.site-footer a,
.site-footer span,
.site-footer li,
.bottom-footer p {
  font-size: 16px !important;
  line-height: 1.9 !important;
}

/* 6. Form Inputs & Buttons */
input,
select,
textarea,
button,
.custom-form-input {
  font-size: 16px !important; /* Prevents phones from zooming in on small form text */
}
/* Change only the paragraph text size */
p {
  font-size: 18px !important; /* Change this number to go bigger or smaller! */
  line-height: 1.8 !important; /* Keeps the breathing room between lines comfortable */
}
/* =========================================
   NAVIGATION BAR: BREATHING SPACE & SUB-TEXT (FIXED)
   ========================================= */

/* 1. Breathing space for the whole nav link (stays the same) */
.navbar-nav .nav-link {
  padding-top: 25px !important; /* Increases space at the very top */
  padding-bottom: 25px !important; /* Increases space at the very bottom */
  line-height: 1.2 !important; /* Keeps the main text and sub-text tightly grouped */
}

/* 2. Styling the SUB-TEXT specifically.
      TYPO FIXED: Changed 'span' to 'p' to match your HTML */
.navbar-nav .nav-link p {
  display: block !important; /* Forces it onto a new line perfectly */
  font-size: 12px !important; /* Smaller, cleaner text size */
  font-weight: 400 !important; /* Normal font weight (not bold like the main title) */
  color: #666666 !important; /* Muted gray color so it doesn't fight the main title */
  margin-top: 6px !important; /* Creates a tiny gap between "HOME" and "Main" */
  text-transform: capitalize !important; /* Ensures exact casing like "Our Profile" */
  letter-spacing: 0 !important;
}

/* Video Gallery Styling */
.video-card {
  width: 100%;
  aspect-ratio: 9 / 16; /* Forces the tall, vertical mobile-video shape */
  background-color: #2c2c2c;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}
.video-card:hover {
  transform: translateY(-5px);
}
/* This creates the faded background look from your screenshot */
.video-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
  z-index: 1;
}
.play-icon {
  color: #ff0000;
  font-size: 50px;
  z-index: 2;
}
.video-label {
  position: absolute;
  top: 15px;
  left: 15px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
}
.video-label i {
  background: #9900cc;
  padding: 5px;
  border-radius: 50%;
  font-size: 12px;
}

/* Video card responsive sizing */
.video-card {
  min-height: 240px;
}
@media (max-width: 991px) {
  .video-card {
    aspect-ratio: 4 / 5;
    min-height: 220px;
  }
}
@media (max-width: 575px) {
  .video-card {
    aspect-ratio: 3 / 4;
    min-height: 260px;
  }
}

.booking-form-wrapper label {
  font-weight: 700;
  color: #000;
  font-size: 15px;
  /* This pushes the label to the top and leaves the input at the bottom */
  margin-bottom: auto !important;
  padding-bottom: 8px;
}

/* The magic flex container that keeps columns even */
.form-group-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.booking-input {
  width: 100%;
  height: 50px !important; /* Forces EVERY box to be the exact same height */
  padding: 12px 15px;
  background-color: #f4f4f4 !important;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  font-size: 15px;
  color: #333;
  margin-bottom: 0 !important;
}

.booking-input:focus {
  outline: none;
  border: 1px solid #006699;
  background-color: #fff !important;
}

select.booking-input {
  color: #666;
  cursor: pointer;
}

.booking-submit-btn {
  background-color: #005580;
  color: white;
  padding: 12px 50px;
  font-weight: 700;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.booking-submit-btn:hover {
  background-color: #003d5c;
}
/* =========================================
   GLOBAL PARAGRAPHS: LARGER & SEMI-BOLD
   ========================================= */

p,
.sop-intro-text,
.home-service-card p {
  font-size: 18px !important; /* Bumps up the base size */
  font-weight: 600 !important; /* 600 is semi-bold. (Change to 500 if this is too thick) */
  line-height: 1.8 !important; /* Keeps nice breathing room between lines */
}
/* =========================================
   BUSINESS TRIP PHOTO GALLERY
   ========================================= */

.gallery-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1; /* Default square */
  overflow: hidden;
  border-radius: 8px; /* Clean, modern corners */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* Soft shadow */
  border: 1px solid #e0e0e0;
}

.gallery-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Prevents image squishing */
  transition: transform 0.4s ease; /* Smooth hover animation */
}

/* Subtle zoom effect when hovering */
.gallery-wrapper:hover img {
  transform: scale(1.08);
}

/* Make sourcing gallery images larger and fill the card */
.gallery-slider-wrap .gallery-wrapper {
  aspect-ratio: 4 / 3;
  min-height: 260px;
}
@media (min-width: 992px) {
  .gallery-slider-wrap .gallery-wrapper {
    min-height: 400px;
  }
  .gallery-slider-wrap .gallery-wrapper img {
    object-fit: fit;
    min-width: 400px;
  }
}
section {
  margin: 0;
  /* padding: 20px 0;  */
  /* adjust as needed */
}
/* CSS specifically for these blue cards */
.value-added-card {
  background-color: #1a5c79; /* Deep teal/blue from your image */
  border-radius: 25px; /* Large smooth rounded corners */
  padding: 40px 35px; /* Generous internal breathing room */
  height: 100%; /* Forces all 3 boxes to be exactly equal height */
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.value-added-card h4 {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.value-added-card p {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  margin-bottom: 25px;
  text-align: left;
}

.value-added-card ul {
  color: #ffffff !important;
  padding-left: 20px;
  margin-bottom: 0;
  /* Removed the margin-top: auto so it flows naturally! */
}

.value-added-card li {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  margin-bottom: 12px;
}
/* =========================================
   FOOTER QUICK LINKS & CATEGORIES HOVER
   ========================================= */

.footer-link-item {
    color: #333 !important; /* Keeps the text dark grey normally */
    text-decoration: none;
    transition: all 0.3s ease; /* Makes the animation smooth */
    display: inline-block;
}

.footer-link-item:hover {
    color: #006699 !important; /* Turns OJS-WIN blue */
    transform: translateX(8px); /* Smoothly slides the word to the right */
}

/* Video slider (business-trip / demo) */
.slider-wrapper {
  position: relative;
}
.slider-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding: 50%;
  gap: 1.25rem;
  padding-bottom: 10px;
  padding-left: 8%;
  padding-right: 8%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slider-row::-webkit-scrollbar {
  display: none;
}
.slider-row > div {
  flex: 0 0 auto;
  scroll-snap-align: center;
  opacity: 0.75;
  transition: opacity 0.35s ease;
}
.slider-row > div.is-center {
  opacity: 1;
}
.video-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
}
.slider-row > div.is-center .video-card {
  transform: scale(1.06);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
@media (min-width: 992px) {
  .slider-row > div {
    width: calc(25% - 1.125rem);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-row > div {
    width: calc(50% - 0.75rem);
  }
  .slider-row {
    padding-left: 4%;
    padding-right: 4%;
  }
  .gallery-slider-wrap .gallery-wrapper {
    min-height: 400px;
  }
  .gallery-slider-wrap .gallery-wrapper img {
    object-fit: cover;
    min-width: 400px;
  }
}
@media (max-width: 767px) {
  .slider-row > div {
    width: 100%;
  }
  .slider-row {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery-slider-wrap .gallery-wrapper {
    min-height: 450px;
  }
  .gallery-slider-wrap .gallery-wrapper img {
    object-fit: fit;
    min-width: 400px;
  } 
}
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #005683;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
.nav-btn:hover {
  background: #005683;
  color: #fff;
  border-color: #005683;
}
.nav-prev { left: -20px; }
.nav-next { right: -20px; }
@media (max-width: 991px) {
  .nav-prev { left: 0; }
  .nav-next { right: 0; }
}
.slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 18px auto 0;
}
.slider-dot {
  width: 28px;
  height: 6px;
  border-radius: 999px;
  border: 1px solid #005683;
  background: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
}
.slider-dot.active {
  background: #005683;
  transform: scale(1.05);
}

/* Gallery slider (sourcing) - separate classes */
.gallery-slider-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gallery-slider-row {
  --bs-gutter-x: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding: 50%;
  gap: 1.25rem;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  align-items: stretch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.gallery-slider-row::-webkit-scrollbar {
  display: none;
}
.gallery-slider-row > div {
  flex: 0 0 auto;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  opacity: 0.75;
  transition: opacity 0.35s ease;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.gallery-slider-row > div .gallery-wrapper {
  width: 100%;
}
.gallery-slider-row > div.is-center {
  opacity: 1;
}
.gallery-slider-row > div.is-center .gallery-wrapper {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  transform: scale(1.03);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
@media (min-width: 992px) {
  .gallery-slider-row > div {
    width: calc(33.333% - 1.125rem);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-slider-row > div {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 767px) {
  .gallery-slider-row > div {
    width: 100%;
  }
}
.gallery-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #005683;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
.gallery-nav-btn:hover {
  background: #005683;
  color: #fff;
  border-color: #005683;
}
.gallery-nav-prev { left: 10px; }
.gallery-nav-next { right: 10px; }
@media (max-width: 991px) {
  .gallery-nav-prev { left: 0; }
  .gallery-nav-next { right: 0; }
}
.gallery-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 18px auto 0;
}
.gallery-dot {
  width: 28px;
  height: 6px;
  border-radius: 999px;
  /* border: 1px solid #005683; */
  background: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
}
.gallery-dot.active {
  background: #005683;
  transform: scale(1.05);
}

/* =========================================
   GLOBAL FONT SETTINGS
   ========================================= */

/* 1. Paragraphs and General Text */
body,
p,
a,
li,
span,
input,
select,
button,
.nav-link {
  font-family: "Open Sans", sans-serif !important;
}

/* 2. All Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
  font-family: "Montserrat", sans-serif !important;
}
/* Force all paragraphs to be Regular weight */
p {
  font-weight: 400 !important;
}
a{
  font-weight: 400 !important;
}
.section-padding {
  padding: 0 0 !important;
}

/* Carousel text visibility on small screens */
@media (max-width: 767px) {
  #carousel .carousel-item .caption {
    width: 90%;
    max-width: none;
    padding: 20px;
    margin: 0 auto;
  }
  #carousel .carousel-inner .carousel-item h2 {
    font-size: 22px !important;
    line-height: 1.3;
  }
  #carousel .caption p {
    font-size: 14px !important;
    line-height: 1.6;
  }
  .hero h1{
    font-size: 36px !important;
    line-height: 1.3;
  }
}
.s-p-10{
  padding: 10px 0 !important;
}
.img-fluid{
  max-width: 100%;
  height: auto ;
  padding: 0 !important;
  margin: 0 !important;
}
.s-p-20 {
  padding: 20px 0 !important;
}



        /* Container for the slider and buttons */
        .slider-wrapper {
            position: relative;
        }

        /* Transform the Bootstrap Row into a Slider Track */
.slider-row {
  display: flex;
  flex-wrap: nowrap; /* Keep items in one line */
  overflow-x: auto;  /* Enable horizontal scrolling */
  scroll-behavior: smooth; /* Smooth scrolling */
  scroll-snap-type: x mandatory; /* Snap effect */
  scroll-padding: 50%;
  gap: 1.25rem;
  padding-bottom: 10px; /* Space for hidden scrollbar */
  padding-left: 8%;
  padding-right: 8%;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.slider-row > div {
  flex: 0 0 auto;
  scroll-snap-align: center;
}
.slider-row > div.is-center .video-card {
  transform: scale(1.06);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  z-index: 1;
}

/* Marquee-style infinite loop */
.marquee-loop {
  overflow: hidden;
}
.marquee-loop .nav-btn,
.marquee-loop .gallery-nav-btn,
.marquee-loop + .slider-dots,
.marquee-loop + .gallery-dots {
  display: none !important;
}
.marquee-track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
  will-change: transform;
}
.marquee-track > div {
  flex: 0 0 auto;
}
.marquee-loop:hover .marquee-track {
  animation-play-state: paused;
}
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

        /* Hide Scrollbar for Chrome/Safari */
.slider-row::-webkit-scrollbar {
    display: none;
}

/* Business-trip infinite loop (CSS keyframe) */
.slider-wrapper.slider-loop {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.slider-wrapper.slider-loop .nav-btn,
.slider-wrapper.slider-loop + .slider-dots {
  display: none !important;
}
.slider-row.slider-loop-track {
  overflow: hidden;
  animation: slider-loop 28s linear infinite;
  will-change: transform;
  width: max-content;
  padding: 0 !important;
  margin: 0 !important;
  align-items: center;
}
.slider-row.slider-loop-track > div {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-wrapper.slider-loop .video-card {
  margin: 0;
}
.slider-wrapper.slider-loop:hover .slider-row.slider-loop-track {
  animation-play-state: paused;
}
.slider-row.slider-loop-track > div:first-child .video-card {
  transform: scale(1.06);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  z-index: 1;
}
@keyframes slider-loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

        /* Item Styling */
        .slider-row > div {
            flex: 0 0 auto; /* Prevent shrinking */
            scroll-snap-align: center;
        }

        /* Responsive Widths for Slider Items */
        /* Desktop: 4 items */
        @media (min-width: 992px) {
            .slider-row > div {
                width: calc(25% - 1.125rem);
            }
        }
        /* Tablet: 2 items */
        @media (min-width: 768px) and (max-width: 991px) {
            .slider-row > div {
                width: calc(50% - 0.75rem);
            }
        }
        /* Mobile: 1 item */
        @media (max-width: 767px) {
            .slider-row > div {
                width: 100%;
            }
        }

        .video-card {
            transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
        }
        .slider-row > div {
            /* opacity: 0.75; */
            transition: opacity 0.35s ease;
        }
        .slider-row > div.is-center {
            opacity: 1;
        }
        .slider-row > div.is-center .video-card {
            transform: scale(1.06);
            box-shadow: 0 12px 28px rgba(0,0,0,0.18);
        }


        /* Navigation Buttons */
        .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background: white;
            border: 1px solid #ddd;
            border-radius: 50%;
            color: var(--primary);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: all 0.2s;
        }

        .nav-btn:hover {
            background: var(--primary);
            color: white;
            border-color: var(--primary);
        }

        .nav-prev { left: -20px; }
        .nav-next { right: -20px; }

        @media (max-width: 991px) {
            .nav-prev { left: 0; }
            .nav-next { right: 0; }
            .slider-row {
                padding-left: 4%;
                padding-right: 4%;
            }
        }
        @media (max-width: 767px) {
            .slider-row {
                padding-left: 0;
                padding-right: 0;
            }
        }

        .slider-dots {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            width: 100%;
            margin: 18px auto 0;
            border: 1px solid var(--primary);
            width: fit-content;
        }
        .slider-dot {
            width: 28px;
            height: 6px;
            /* border-radius: 999px; */
            border: 1px solid var(--primary);
            background: transparent;
            /* transition: all 0.2s ease; */
            cursor: pointer;
            border: none;
        }
        .slider-dot.active {
            background: #005683;
                        border: 1px solid var(--primary);

            transform: scale(1.05);
        }
.img-padding {
  padding-top: 80px !important;
}
