@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Poppins:wght@500;700&display=swap");

/* #region map-frame START */
#map {
  height: 650px;
  width: 100%;
}

.map-label {
  position: absolute;
  background: #fff;
  border: 1px solid red;
  padding: 2px 6px;
  font-size: 0.7rem;
  white-space: nowrap;
  border-radius: 4px;
  font-weight: 500;
  pointer-events: auto;
  opacity: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: top 0.3s ease, left 0.3s ease, opacity 0.3s ease;
}

.map-label img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #ddd;
}

.map-frame {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.map-label.animate {
  animation: floatIn 0.6s ease-out forwards;
}

@media (max-width: 768px) {
  .map-label {
    font-size: 0.65rem;
    padding: 2px 4px;
    gap: 3px;
    max-width: 90px;
    flex-wrap: wrap;
  }
  .map-label img {
    width: 14px;
    height: 14px;
  }
}

svg.line-layer {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 998;
  overflow: hidden;
}

/* Outer frame - keeps it flexible */
/* Maintain proportion using aspect-ratio (modern browsers) */
.map-frame {
  aspect-ratio: 16/9; /* auto scales height */
}

/* For browsers that don't support aspect-ratio */
.map-frame::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* fallback: 16:9 ratio */
}

/* Map container fills parent */
.map-container,
#map,
.line-layer,
.label-container,
.custom-map-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Prevent map from forcing scrollbars */
#map {
  max-width: 100%;
  height: 100% !important;
  overflow: hidden;
}

/* Optional popup styling */
.custom-map-popup {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
  display: none;
  z-index: 1000;
}

/* #endregion map-frame END */

/* #region GLOBAL CSS START */
* {
	padding: 0;
	margin: 0
}
a {
	transition: .3s ease;
	text-decoration: none
}
a:hover {
	text-decoration: none
}
.clr {
	clear: both
}
.clear {
	clear: both
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	background: #ececec;
	overflow-x: hidden
}
.container {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%
}
.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.scrolled a {
  color: #fff !important;
}

.details-btn a {
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  padding: 7px 35px;
  font-weight: 400;
  transition: 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.details-btn a:hover {
  background: #fff;
  color: #000;
}

.details-btn-center {
  margin-top: 20px;
}

.details-btn .btn {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.details-btn .btn:hover {
  background: #fff;
  color: #000;
}


.underline {
  position: relative;
  width: 40%;
  height: 2px;
  background-color: #d90f30;
  margin: 8px auto;
}

.underline::before,
.underline::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 2%;
  background-color: #d90f30;
}

.underline::before {
  left: -3%;
}

.underline::after {
  right: -3%;
}

/* #region left_box START */

/* #endregion left_box END */

/* #endregion GLOBAL CSS START */

/* #region Unused CSS START */
.map-div-bg {
  background: #ececec;
}

.map-div {
  padding: 70px 0 5px 0;
  position: relative;
}

.map-div h3 {
  color: #333;
  font-size: 50px;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  margin: 15px 0 0 0;
  padding: 0;
}

.map-div h3 span {
  color: #c42828;
}

.map-div p {
  font-size: 20px;
  text-align: left;
  font-weight: 400;
  padding: 10px 5px 0;
  line-height: 30px;
}

.map-div p b {
  font-size: 20px;
  color: #c42729;
}

.map-div p span {
  color: #295b96;
  display: block;
  font-family: Courgette, cursive;
  font-size: 17px;
}

.global-div {
  position: relative;
  padding-top: 32px;
}

.map-div .text_div {
  position: absolute;
  top: 19px;
  -moz-transform: translate(23%, 0);
  -ms-transform: translate(23%, 0);
}

.map-div .text_div p {
  line-height: 27px;
}

@media (max-width: 767px) {
  .map-div-bg {
    background-color: #fff;
  }
  .global-div .global-img .dsk_img {
    display: none;
  }
  .global-div .global-img .mob_img {
    display: block;
    margin: auto;
    text-align: center;
  }
  .global-div {
    padding-top: 5px;
  }
  .map-div .global-div .mob-map {
    margin-top: 40px;
    text-align: center;
  }
  .map-div {
    padding-top: 0;
  }
  .global-div .global-img {
    margin-right: 0;
  }
  .map-div {
    padding-top: 0;
  }
  .map-div-bg {
    position: relative;
    padding-top: 10px;
  }
  .map-div .text_div {
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    text-align: center;
    top: 0;
  }
  .map-div .text_div p {
    text-align: center;
  }
  .map-div .text_div h3 {
    font-size: 23px;
    line-height: 27px;
  }
  .map-div .text_div p b {
    font-size: 20px;
  }
  .map-div .text_div p span {
    font-size: 16px;
    line-height: 20px;
  }
}

.global-div .global-img {
  margin-right: 0;
  text-align: center;
}

.global-div .global-img img {
  max-width: 1210px;
  height: auto;
  margin: 0 auto;
}

.global-div .global-img .mob_img {
  display: none;
}

/* NEW MAP DESIGN */
.leaflet-container {
  background: #d4dadc;
}


.label-container {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 999;
}

/* #endregion Unused CSS START */

svg path {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: drawLine 1s ease-out forwards;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}





/* Sohil Globel Responcive css */


/* Sohil Globel Responcive css */
/* Import Google Fonts */
.offcanvas {
  z-index: 1050 !important;
}

.offcanvas-backdrop {
  z-index: 1040 !important;
}

:root {
  --bs-body-font-family: "Open Sans", sans-serif !important;
  --bs-body-font-size: 14px;
  --bs-body-bg: #ececec ;
}

.text-red {
  --bs-text-opacity: 1;
  color: #e92c1f !important;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  background: #ececec;
  min-height: 100vh;
  overflow-x: hidden;
}

/* div.position-relative {
  min-height: 400px;
} */

@media (max-width: 1024px) {
  div.position-relative {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  div.position-relative {
    min-height: 250px;
  }
}
@media (max-width: 575px) {
  div.position-relative {
    min-height: 200px;
  }
}
.fs-7 {
  font-size: 0.75rem !important;
}

.fs-8 {
  font-size: 0.625rem !important;
}

.fs-9 {
  font-size: 0.5rem !important;
}

.header-placeholder {
  height: 80px;
  width: 100%;
  display: block;
}

.navbar-brand {
  min-height: 60px;
  padding: 10px;
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 700;
  padding: 10px 15px;
}

.dropdown-menu {
  background-color: #312f45 !important;
}

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

.dropdown-menu .dropdown-item:hover {
  background-color: #444;
}

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

#mobileMenu {
  transition: var(--bs-offcanvas-transition);
}

.nav-link {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  padding-right: 15px !important;
}

a {
  text-decoration: none;
}

.banner-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: brightness(0.85) contrast(1.1) saturate(1.2);
}

.custom-box {
  box-shadow: 1px 5px 1px #ff0c0c;
  border-radius: 0 0;
}

.custom-cut {
  position: relative;
  background: rgba(255, 255, 255, 0);
  clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.counter-container {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter {
  position: relative;
  padding: 40px 20px;
  background: linear-gradient(to right, #111, #222);
  color: #fff;
  text-align: center;
}

.custom-box {
  border-radius: 15px;
}

.custom-box ul li {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #f91919;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.custom-box ul li:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
}

.count {
  font-size: 30px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.counter p {
  font-size: 16px;
  font-weight: 500;
  color: #ddd;
  margin-top: -5px;
}

@media (max-width: 768px) {
  .counter {
    padding: 20px 10px;
  }
  .custom-box {
    padding: 15px;
    border-radius: 10px;
  }
  .custom-box ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .custom-box ul li {
    font-size: 14px;
    padding: 5px 10px;
  }
  .counter p {
    font-size: 14px;
  }
}
.side_menu ul li {
  list-style: none;
  margin: 0 0 10px;
  padding: 0 0 0 5px;
  position: relative;
  z-index: 1;
  text-align: left;
}

.side_menu ul li::before {
  background-color: #515151;
  content: "";
  height: 40px;
  position: absolute;
  width: 98%;
  z-index: -1;
}

.side_menu ul li::after {
  background-color: #e92d20;
  content: "";
  height: 40px;
  position: absolute;
  transition: all 0.5sease-in-out 0s;
  left: 99%;
  top: 0;
  width: 1%;
  z-index: -1;
}

.side_menu ul li:hover:after {
  left: 0%;
  width: 100%;
  z-index: -1;
}

.side_menu ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 8px 10px;
}

.offcanvas.offcanvas-end {
  width: 300px;
}

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

.panel ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
}

.panel ul li img {
  width: 35px;
  height: auto;
  flex-shrink: 0;
  margin-left: 3%;
}

.panel ul li::after {
  background-color: #e92d20;
  content: "";
  height: 40px;
  position: absolute;
  transition: all 0.5sease-in-out 0s;
  left: 99%;
  top: 6px;
  width: 1%;
  z-index: -1;
}



.getintouch {
  box-sizing: border-box;
  padding: 20px 0;
  background: #111827;
  display: block;
  color: #fff;
  border: solid #c5292a;
  border-width: 4px 4px 0 4px;
}

.getintouch .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 35px 135px;
  background: url(https://www.dss-hr.com/front/images/bg_in-getintouch.jpg) center/cover no-repeat;
  position: relative;
}

.getintouch .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.getintouch .box * {
  position: relative;
  z-index: 2;
}

.getintouch .h_2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 1.5px;
  background: #5a0108;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  text-shadow: 0 4px 15px rgba(255, 0, 0, 0.5);
}

.getintouch p {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.btn.btn-glow {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #c5292a, #a31516);
  border-radius: 30px;
  transition: 0.3s ease-in-out;
  box-shadow: 0 4px 15px rgba(197, 41, 42, 0.4);
}

.btn.btn-glow:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(197, 41, 42, 0.6);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    opacity: 0.8;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s ease;
  color: #fff;
}

.facebook {
  background: #3b5998;
}

.linkedin {
  background: #0077b5;
}

.youtube {
  background: red;
}

.instagram {
  background: #e4405f;
}

.social-icon:hover {
  opacity: 0.8;
}

.footer {
  background-color: #111827;
  border-top: 2px solid #ff0c0c;
}

.footer-light-section {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  color: #333;
}

.footer-light-section a {
  color: #fff;
}

.footer-light-section a:hover {
  color: #0056b3;
}

.footer-wrap {
  padding-top: 43px;
  background-size: cover;
}

.footer-wrap h3 {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.footer-wrap p {
  font-size: 13px;
  line-height: 24px;
  color: #b3b3b3;
  margin-top: 15px;
}

.footer-wrap p a {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
}

.footer-wrap p a:hover {
  text-decoration: none;
  color: #ff7800;
}

.footer-link li a {
  font-size: 13px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none;
}

.footer-link li:before {
  content: "\f105";
  font-family: "FontAwesome";
  padding-right: 10px;
  color: #ccc;
}

.footer-category li a {
  font-size: 13px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none;
}

.footer-category li:before {
  content: "\f105";
  font-family: "FontAwesome";
  padding-right: 10px;
  color: #b3b3b3;
}

.address {
  color: #b3b3b3;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  line-height: 30px;
}

.address:before {
  content: "\f277";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
}

.info a {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.fa-phone:before {
  content: "\f095";
}

.info a {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.fa-fax:before {
  content: "\f1ac";
}

.copyright {
  border-top: 1px solid #111;
  font-size: 14px;
  color: #ccc;
  padding-top: 15px;
  text-align: center;
  padding-bottom: 15px;
  background: #222;
}

footer .second_class {
  border-bottom: 1px solid #444;
  padding-bottom: 25px;
}

footer .first_class {
  padding-bottom: 21px;
  border-bottom: 1px solid #444;
}

footer .first_class p,
footer .first_class h3 {
  margin: 0 0;
}

footer .newsletter input[type=text] {
  width: 100%;
  background: #fff;
  color: #333;
  border: 1px solid #222;
  padding: 14px 20px;
  border-radius: 50px;
  margin-top: 12px;
}

.newsletter .newsletter_submit_btn {
  background: #fff;
  position: absolute;
  right: 30px;
  border: 0;
  top: 26px;
  font-size: 17px;
  color: #333;
}

footer .second_class_bdr {
  padding-top: 25px;
  border-top: 1px solid #222;
}

footer .btn-facebook a {
  padding: 6px 14px !important;
}

footer .btn-youtube a {
  color: #D6403A;
  font-size: 18px;
  padding: 12px 12px;
}

footer .round-btn a {
  padding: 6px 12px;
}

footer .round-btn {
  box-shadow: 2px 2px 5px 0 #222 !important;
}

footer .round-btn {
  margin: 15px 4px;
}

footer dl,
ol,
ul {
  padding-left: 5px;
}

footer li {
  list-style: none;
}

footer ul li a {
  color: #fff;
}

@media (max-width: 1365) {
  .navbar-brand img {
    width: 144px !important;
  }
}
@media (min-width: 1024px) {
  .banner-img {
    height: 60vh;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .banner-img {
    height: 50vh;
  }
}
@media (min-width: 991px) {
  .custom-box {
    width: 55%;
    position: relative;
    margin-top: -30px;
  }
}
@media (max-width: 768px) {
  .banner-img {
    height: 40vh;
  }
  .getintouch .box {
    padding: 35px 20px;
  }
  .footer-wrap h3 {
    margin-top: 27px;
  }
  footer .round-btn {
    margin: 15px 4px;
  }
}

@media (max-width: 575px) {
  .banner-img {
    height: 35vh;
  }
}
@media (max-width: 320px) {
  .copyright {
    font-size: 13px;
  }
}
#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  background-color: #d90f30;
  color: #fff;
  border: none;
  outline: none;
  padding: 12px 18px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out;
}

#scrollToTopBtn:hover {
  background-color: #a30b25;
}

#scrollToTopBtn.show {
  display: block;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md,
.navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: contents !important;
  align-items: center;
}

.text-justify {
  text-align: justify !important;
}

:root {
  --primary-color: #DC3545;
  --bg-light: #F8F9FA;
  --bg-lighter: #E9ECEF;
  --text-dark: #333;
  --text-muted: #6c757d;
}

body {
  font-family: "Segoe UI", sans-serif;
}

/* #region Home START*/
  /* #region testimonials css START*/

  /* Hide inactive slides immediately after transition */
  #testimonialCarousel .carousel-item:not(.active) {
    display: none !important;  /* Hide non-active slides */
  }

  .section-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #232323;
    margin: 0;
    line-height: 2;
    display: block;
  }

  /* Background Box */
  .testimonials .bg_testi_bx {
    background-image: url(../images/bg_testimonial.jpg);
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 50px 0;
    /* margin-top: -40px; */
  }

  /* Carousel Layout */
  .testimonials .carousel-inner {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
    padding-top: 100px;
    /* padding-bottom: 300px;  */
    /* Increase this if needed */
  }

  .testimonials .carousel-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    transition: transform 0.6s ease-in-out;
  }

  /* Image Container */
  .testimonials .img-container {
    text-align: center;
    float: left;
    width: 40%;
    min-width: 320px;
    margin-bottom: 25px;
    position: relative;
    /* height: auto; */
    height: 450px;
  }

  .testimonials .img-container span {
    position: absolute;
    top: 0;
    left: 0;
    height: 450px;
    height: 100%;
    width: 260px;
    border: 10px solid #d90f30;
  }

  .testimonials .img-container a {
    display: inline-block;
    width: 310px;
    height: 450px;
    position: absolute;
    top: 25px;
    left: 25px;
    background: #fff;
    /* border-radius: 50%; */
    padding: 10px;
    text-align: center;
    line-height: 201px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  }

  .testimonials .img-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

  /* Testimonial Text Content */
  .testimonial-content {
    color: #fff;
    text-align: left;
    font-size: 18px;
    padding: 20px;
    border-radius: 10px;
    transition: opacity 0.5s ease-in-out;
  }

  .testimonial-content .h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
  }

  .testimonial-content .h3 {
    font-size: 18px;
    font-weight: 500;
    color: #bbb;
    margin-top: 10px;
  }

  .testimonial-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #ddd;
  }

  /* Heading */
  .testimonials h3 span {
    font-weight: 400;
  }

  .testimonials .text h2,
  .testimonials .text h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
  }

  .testimonials .text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
  }

  /* Carousel Indicators */
  .testimonials .carousel-indicators {
    position: absolute;
    /* bottom: 20px;
    left: 25%; */
    justify-content: start;
    width: 67%;
  }

  .testimonials .carousel-indicators button {
    background-color: #ccc;
    width: 55px;
    height: 15px;
    border-radius: 0;
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }

  .testimonials .carousel-indicators .active {
    background-color: #d90f30;
    opacity: 1;
  }

  /* Carousel Arrows */
  .testimonials .carousel-control-prev,
  .testimonials .carousel-control-next {
    width: auto;
  }

  .testimonials .carousel-control-prev-icon,
  .testimonials .carousel-control-next-icon {
    background-image: url(/front/images/icon-arrowslide1.png);
    width: 34px;
    height: 18px;
  }

  /* === RESPONSIVE === */
  @media (max-width: 991px) {
    .testimonials .carousel-inner {
      padding-top: 50px;
      padding-bottom: 120px;
    }
    .testimonial-content {
      text-align: center;
    }
  }
  @media (max-width: 767px) {
    .testimonials {
      padding-bottom: 20px;
    }
    .testimonials .bg_testi_bx {
      background-image: url(../images/mob_bg_testimonial.jpg) !important;
      background-position: center top !important;
      background-size: 100% 550px !important;
      background-color: #1c1c1c;
      /* margin-top: -77px !important; */
      padding: 80px 0 50px 0;
    }
    .testimonials .carousel-inner {
      padding-top: 30px;
      padding-bottom: 40px;
    }
    .testimonials .carousel-item {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .testimonials .img-container {
      width: 100% !important;
      max-width: 310px;
      margin-bottom: 25px;
    }
    .testimonials .img-container img {
      width: 100% !important;
      max-height: 250px;
      object-fit: contain;
    }
    .testimonials .img-container span {
      max-height: 350px;
      height: 100%;
    }
    .testimonials .img-container a {
      width: 260px;
      max-height: 350px;
      height: 100%;
    }
    .testimonial-content {
      color: #fff;
      text-align: center;
      font-size: 16px;
      max-width: 90%;
      margin: 0 auto;
    }
    .testimonial-content .h2 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 5px;
    }
    .testimonial-content .h3 {
      font-size: 14px;
      color: #bbb;
      margin-bottom: 10px;
    }
    .testimonials h3 span {
      font-size: 30px;
      text-align: center;
      width: 100%;
      /* display: block; */
    }
    .testimonial-content p {
      font-size: 14px;
      line-height: 1.4;
      color: #ddd;
    }
    .testimonials .carousel-indicators {
      /* bottom: 20px;
      justify-content: start;
      width: 67%; */
      justify-content: center !important;
    }
    .testimonials .carousel-indicators button {
      width: 40px;
      height: 10px;
      border-radius: 5px;
    }
  }
  @media (max-width: 567px) {
    .testimonials {
      background: url(../images/mob-bg_testimonial.jpg) no-repeat top center;
    }
  }
  /* Extra Small Devices */
  @media (max-width: 360px) {
    .testimonials .bg_testi_bx {
      background-size: 100% 530px !important;
    }
    .testimonials .img-container {
      max-width: 240px !important;
    }
    .testimonials .img-container a {
      max-width: 240px !important;
    }
    .testimonial-content {
      font-size: 14px;
      padding: 15px;
    }
    .testimonial-content .h2 {
      font-size: 18px;
    }
    .testimonial-content .h3 {
      font-size: 13px;
    }
    .testimonial-content p {
      font-size: 13px;
    }
  }
  .carousel-item:not(.active) .img-container {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
  }

  .carousel-item:not(.active) .testimonial-content {
    opacity: 0;
  }

  /* Base pill style */
  #testimonialCarousel .carousel-indicators [data-bs-target] {
    width: 35px;
    height: 8px;
    background-color: #ccc;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    opacity: 1; /* override Bootstrap's fading */
    margin: 0 3px; /* spacing */
  }

  /* Active */
  #testimonialCarousel .carousel-indicators .active {
    background-color: #dc3545; /* red active */
  }

  /* ✅ Responsive fix */
  @media (max-width: 576px) {
    #testimonialCarousel .carousel-indicators {
      flex-wrap: wrap !important; /* allow wrapping */
      justify-content: center !important; /* keep centered */
      gap: 4px;
    }
    #testimonialCarousel .carousel-indicators [data-bs-target] {
      width: 20px; /* smaller pills */
      height: 6px;
      margin: 2px;
    }
  }

  /* #endregion testimonials css END*/

  /* #region team-div START*/
  /* TEAM SECTION */
  .team-div {
    width: 100%;
  }

  .team-div .parallax {
    width: 100%;
    background-image: url(../images/team/team-bg.webp);
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .team-div-box {
    padding: 55px 0 50px;
    display: flex;
  }

  .team-div-box-left {
    float: left;
    width: 74%;
    margin-left: 4%;
    margin-right: 0.5%;
    position: relative;
  }

  .team-div-box .team-div-box-left h2 {
    position: absolute;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    top: 240px;
    left: -185px;
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
  }

  .team-div-box h2 span {
    color: #f91919;
  }

  .team-div-box-right {
    width: 21.5%;
    /* max-height: 550px; */
    float: left;
    background: url(../images/team/team-div-bg.webp) repeat top left;
    position: relative;
  }

  .team-div-box-right:before {
    content: "";
    position: absolute;
    width: 338px;
    height: 1px;
    right: 95px;
    bottom: 75px;
  }

  .team-div-box-right h3 {
    font-size: 33px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-top: 110px;
  }

  .team-div-box-right h3 span {
    color: #f91919;
  }

  .team-div-box-right p {
    color: #9a98b3;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 0 30px;
    line-height: 22px;
    margin-top: 20px;
  }

  .team_slider * {
    box-sizing: border-box;
  }

  .team_slider img {
    max-width: 100%;
    height: 550px;
  }

  @media (max-width: 575px) {
    .team-div-box-left img {
      width: 400px !important;
      height: 211px;
    }
  }
  @media (max-width: 767px) {
    .team-div-box-right h3 {
      margin-top: 0;
    }
  }
  @media (max-width: 991px) {
    .team-div-box .team-div-box-left h2 {
      left: -136px;
      font-size: 30px;
    }
    .team-div-box-right h3 {
      top: 20px;
      font-size: 16px;
    }
    .team-div-box-right p {
      padding: 0 5px;
      font-size: 13px;
    }
  }
  @media (max-width: 768px) {
    .team-div-box-left {
      width: 100%;
      margin-left: 0;
      padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
      padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
    }
    .team-div-box .team-div-box-left h2 {
      position: relative;
      top: 0;
      left: 0;
      transform: none;
      text-align: center;
      margin-bottom: 20px;
    }
    .team-div-box-right {
      /* width: 100%;
      max-height: none;
      padding: 20px */
      width: 94%;
      margin-left: 0;
      box-sizing: border-box;
      /* padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
      padding-left: calc(var(--bs-gutter-x) * 2.5) !important; */
      --bs-gutter-y: 1rem;
    }
  }
  /* #endregion team-div END*/

  /* #region team-div verticals-section START */
  .verticals-section {
    padding: 80px 0;
    background: url(../images/vertical/verticals-bg.webp) no-repeat center center;
    background-size: cover;
    position: relative;
  }

  .verticals-section h2,
  .verticals-section p {
    color: #333;
  }

  .vertical-item {
    text-align: center;
    border-right: 1px dashed #000;
    border-bottom: 1px dashed #000;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
  }

  .vertical-item:nth-child(4n) {
    border-right: none;
  }

  .vertical-item:nth-child(n+5) {
    border-bottom: none;
  }

  .icon-box img {
    width: 60px;
    height: auto;
    transition: transform 0.3s ease;
  }

  .vertical-item:hover .icon-box img {
    transform: scale(1.1);
  }

  .content-overlay {
    background: rgba(233, 18, 11, 0.85) url(../images/information-bg.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }

  .vertical-item:hover .content-overlay {
    opacity: 1;
  }

  .content-details {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out;
  }

  .vertical-item:hover .content-details {
    opacity: 1;
  }

  .vertical-item:hover .icon-box,
  .vertical-item:hover h3 {
    opacity: 0;
  }

  /* #endregion team-div verticals-section END */

  /* #region job-div START */
  .job-div .parallax {
    background: url(../images/job/job-bg.jpg) no-repeat center center fixed;
    background-size: cover;
    padding: 60px 0;
  }

  .job-div h2 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
  }

  .job-grid {
    margin-top: 30px;
  }

  .job-item {
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  }

  .job-img {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
  }

  .job-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
  }

  .job-img .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }

  .job-item:hover .hover-img {
    opacity: 1;
  }

  .job-item:hover .default-img {
    opacity: 0;
  }

  .job-title {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #43405c;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
  }

  .testimonials * {
    box-sizing: border-box;
  }

  .testimonials {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background-color: #f5f6f8;
  }

  .testimonials > .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  /* #endregion job-div END */

  /* #region Clients logo START */
  .clients-bg {
    background-color: #f8f9fa;
    padding: 60px 0;
  }

  .clients-bg .parallax {
    background-image: url(../images/clients-bg.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .client-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
  }

  .client-box img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }

  .client-box:hover {
    transform: scale(1.05);
  }

  .clients-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
  }

  .clients-header h3 {
    flex-grow: 1;
    text-align: center;
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .clients-carousel {
    position: relative;
  }

  .carousel-control-next {
    right: 0;
  }

  .clients-carousel .carousel-control-next,
  .clients-carousel .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #000000 !important;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }

  .clients-carousel .carousel-control-prev-icon,
  .clients-carousel .carousel-control-next-icon {
    width: 35px !important;
    height: 35px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 50% !important;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .clients-carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c52a2b'%3e%3cpath d='M11.354 1.646a.5.5 0 0 0-.708 0L4.646 7.646a.5.5 0 0 0 0 .708l6 6a.5.5 0 0 0 .708-.708L5.707 8l5.647-5.646a.5.5 0 0 0 0-.708z'/%3e%3c/svg%3e") !important;
  }

  .clients-carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c52a2b'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  }

  .clients-carousel .carousel-control-prev-icon:hover,
  .clients-carousel .carousel-control-next-icon:hover {
    transform: scale(1.2) !important;
  }

  .clients-carousel .carousel-control-prev,
  .clients-carousel .carousel-control-next {
    width: 50px !important;
    height: 50px !important;
    background: none !important;
    border: none !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    opacity: 1 !important;
  }

  .clients-carousel .carousel-control-prev {
    left: -20px !important;
  }

  .clients-carousel .carousel-control-next {
    right: -20px !important;
  }

  @media (max-width: 768px) {
    .clients-header h3 {
      font-size: 20px;
    }
    .clients-carousel .carousel-control-prev,
    .clients-carousel .carousel-control-next {
      width: 35px !important;
      height: 35px !important;
    }
    .clients-carousel .carousel-control-prev-icon,
    .clients-carousel .carousel-control-next-icon {
      width: 25px !important;
      height: 25px !important;
    }
    .clients-carousel .carousel-control-prev {
      left: -10px !important;
    }
    .clients-carousel .carousel-control-next {
      right: -10px !important;
    }
  }
  /* client slider start */
  .swiper-button-prev,
  .swiper-button-next {
    color: #000; /* arrow color */
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 18px; /* arrow size */
  }

  /* client slider End */
  /* #endregion Clients logo END */

  /* #region technology-section START */
.technology-section {
  background: url(../images/tech-bg.jpg) center/cover no-repeat;
  padding: 70px 0;
}

.technology-image img {
  width: 100%;
  max-width: 300px;
}

.technology-content h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 35px;
}

.technology-content h3 span {
  color: #f91919;
}

.technology-slider-main {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.technology-slider-main .carousel-control-prev-icon::before,
.technology-slider-main .carousel-control-next-icon::before {
  display: none;
}

.technology-slider-main .carousel-control-prev,
.technology-slider-main .carousel-control-next {
  width: 40px;
  height: 80px;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}

.technology-slider-main .carousel-control-prev:hover,
.technology-slider-main .carousel-control-next:hover {
  opacity: 1;
}

/* .technology-slider-main .carousel-control-prev {
  left: -50px;
}

.technology-slider-main .carousel-control-next {
  right: -50px;
} */

.technology-slider-main .carousel-control-prev-icon,
.technology-slider-main .carousel-control-next-icon {
  width: 40px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}

@media (max-width: 1024px) {
  .technology-content h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .technology-slider-main .carousel-control-prev,
  .technology-slider-main .carousel-control-next {
    width: 35px;
    height: 70px;
  }
  .technology-slider-main .carousel-control-prev {
    left: -40px;
  }
  .technology-slider-main .carousel-control-next {
    right: -40px;
  }
}
@media (max-width: 768px) {
  .technology-section {
    padding: 50px 0;
    text-align: center;
  }
  .technology-content h3 {
    font-size: 24px;
  }
  .technology-image {
    margin-bottom: 20px;
  }
  .technology-slider-main .carousel-control-prev,
  .technology-slider-main .carousel-control-next {
    width: 30px;
    height: 60px;
  }
  .technology-slider-main .carousel-control-prev {
    left: -30px;
  }
  .technology-slider-main .carousel-control-next {
    right: -30px;
  }
}
/* for mobile view */
@media (max-width: 576px) {
  .technology-content h3 {
    font-size: 22px;
  }
  .technology-slider-main .carousel-control-prev,
  .technology-slider-main .carousel-control-next {
    width: 25px;
    height: 50px;
  }
  .technology-slider-main .carousel-control-prev {
    /* left: -25px; */
    left: 0px;
  }
  .technology-slider-main .carousel-control-next {
    /* right: -25px; */
    right: 0px;
  }
}
/* #endregion technology-section END */

  /* #region Recruitment Content OR recruitment-section START */
  .recruitment-section {
    background: #fff;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
  }

  .recruitment-container {
    width: 100%;
    max-width: 1200px;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .recruitment-header {
    text-align: left;
    margin-bottom: 30px;
  }

  .recruitment-header h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    border-left: 5px solid #c52a2b;
    padding-left: 12px;
    display: inline-block;
  }

  .recruitment-header h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111827;
    text-transform: uppercase;
    margin-top: 20px;
  }

  .recruitment-header .highlight {
    color: #c52a2b;
  }

  .recruitment-content-wrapper {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .recruitment-content {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 20px;
  }

  .recruitment-content a {
    color: #0056b3;
    text-decoration: none;
  }

  .recruitment-content a:hover {
    text-decoration: underline;
  }

  .recruitment-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .recruitment-list li {
    width: 48%;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
  }

  .recruitment-list li:hover {
    transform: scale(1.05);
    background: #e6f0ff;
  }

  .recruitment-list li i {
    font-size: 1.8rem;
    color: #c52a2b;
    margin-right: 15px;
  }

  .recruitment-list li h4 {
    font-size: 1.3rem;
    color: #c52a2b;
    margin-bottom: 5px;
  }

  .recruitment-list li p {
    font-size: 1rem;
    color: #555;
  }

  .recruitment-benefits {
    list-style: none;
    padding: 0;
    margin-top: 20px;
  }

  .recruitment-benefits li {
    font-size: 1.1rem;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }

  .recruitment-box {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
  }

  .recruitment-box:hover {
    transform: scale(1.03);
    background: #e6f0ff;
  }

  .recruitment-box i {
    font-size: 1.8rem;
    color: #c52a2b;
    margin-right: 15px;
  }

  .recruitment-btn {
    display: block;
    width: fit-content;
    background: #c52a2b;
    color: #fff;
    padding: 12px 25px;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 5px;
    margin: 40px auto 0;
    text-align: center;
    font-weight: 700;
    transition: background 0.3s ease-in-out;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  }

  .recruitment-btn:hover {
    background: #b00000;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  }

  @media (max-width: 1024px) {
    .recruitment-header h1 {
      font-size: 1.8rem;
    }
    .recruitment-header h2 {
      font-size: 1.5rem;
    }
    .recruitment-content {
      font-size: 1rem;
    }
    .recruitment-list li {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    .recruitment-section {
      padding: 50px 15px;
    }
    .recruitment-header {
      text-align: left;
      margin-bottom: 25px;
    }
    .recruitment-header h1 {
      font-size: 1.6rem;
      border-left: none;
    }
    .recruitment-header h2 {
      font-size: 1.4rem;
    }
    .recruitment-content {
      font-size: 1rem;
      text-align: left;
    }
    .recruitment-list {
      flex-direction: column;
    }
    .recruitment-list li {
      width: 100%;
    }
    .recruitment-box {
      flex-direction: column;
      text-align: center;
    }
    .recruitment-box i {
      margin-bottom: 10px;
    }
  }
  @media (max-width: 576px) {
    .recruitment-header h1 {
      font-size: 1.5rem;
    }
    .recruitment-header h2 {
      font-size: 1.3rem;
    }
    .recruitment-content {
      font-size: 0.95rem;
    }
    .recruitment-btn {
      font-size: 1rem;
      padding: 10px 20px;
    }
  }
  /* #endregion Recruitment Content OR recruitment-section START */

/* #endregion Home END */

/* #region Corporate-Info START*/

/* #region Company Profile START*/
  body.Corporate-Info {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    background: #ececec;
    min-height: 100vh;
    overflow-x: hidden;
  }
  .banner-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: brightness(.85) contrast(1.1) saturate(1.2)
  }

  .glossy-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(255 255 255 / .3) 20%, rgb(255 255 255 / .1) 50%, rgb(255 255 255 / .05) 80%);
    backdrop-filter: blur(10px);
    mix-blend-mode: soft-light;
    pointer-events: none
  }

  .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / .3) 10%, rgb(0 0 0 / .6) 90%);
    mix-blend-mode: multiply
  }

  .list-group-item {
    background-color: transparent !important;
    border: none !important;
    font-size: 20px;
    margin-bottom: 6px
  }

  .list-group-item a {
    color: white !important
  }

  .list-group-item.active {
    background-color: #e92c1f !important;
    border: none;
    color: white !important
  }

  .list-group-item:hover {
    background-color: #e92c1f !important
  }

  .list-group-item:hover a {
    color: white !important
  }

  /* OLd TIMELINE Start */
  .h-milestone {
    width: 800px;
    margin: 50px 0;
    overflow: hidden;
    position: relative;
    background: url(../images/scale.png) repeat-y center;
    font-size: 17px;
    box-sizing: border-box
  }

  .h-milestone * {
    box-sizing: border-box
  }

  .h-milestone .asidel {
    width: 400px;
    float: left;
    position: relative
  }

  .h-milestone .asidel span {
    position: absolute;
    max-height: 130px;
    overflow-y: auto;
    display: inline-block;
    width: 100%;
    top: 50%;
    left: 0;
    padding: 15px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
  }

  .h-milestone .h-box {
    width: 100%;
    position: relative;
    height: 130px;
    margin-bottom: 50px
  }

  .h-milestone .arrow_box {
    width: 325px;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    height: 130px;
    margin: 0;
    font-size: 17px
  }

  .h-milestone .arrow_box:after,
  .h-milestone .arrow_box:before {
    left: 100%;
    top: 50%;
    border: solid #fff0;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
  }

  .h-milestone .arrow_box:before {
    border-color: #fff0;
    border-left-color: #ccc;
    border-width: 21px;
    margin-top: -21px
  }

  .h-milestone .arrow_box:after {
    border-color: #fff0;
    border-left-color: #fff;
    border-width: 20px;
    margin-top: -20px
  }

  .h-milestone .h-box .date {
    background: #eeeeef;
    position: absolute;
    top: 38%;
    padding: 5px;
    right: -22px
  }

  .h-milestone .asider {
    width: 400px;
    float: right;
    position: relative;
    text-align: right;
    margin-top: 0
  }

  .h-milestone .asider span {
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 50%;
    left: 0;
    padding: 15px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
  }

  .h-milestone .asider.first {
    margin-top: 100px
  }

  .h-milestone .h-box1 {
    width: 100%;
    position: relative;
    height: 130px;
    margin-bottom: 50px
  }

  .h-milestone .arrow_box1 {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    width: 325px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    height: 130px;
    display: inline-block;
    margin: 0;
    text-align: left;
    font-size: 17px
  }

  .h-milestone .arrow_box1:after,
  .h-milestone .arrow_box1:before {
    right: 100%;
    top: 50%;
    border: solid #fff0;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
  }

  .h-milestone .arrow_box1:after {
    border-color: #fff0;
    border-right-color: #fff;
    border-width: 20px;
    margin-top: -20px
  }

  .h-milestone .arrow_box1:before {
    border-color: #fff0;
    border-right-color: #ccc;
    border-width: 21px;
    margin-top: -21px
  }

  .h-milestone .h-box1 .date {
    background: #eeeeef;
    position: absolute;
    top: 38%;
    padding: 5px;
    left: -22px
  }

  /* OLd TIMELINE end*/

  html {
    scroll-behavior: smooth; /* Smooth scrolling across page */
  }

  .cirt_box {
    padding: 40px 0;
  }

  .page-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ab1c12;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #898989;
  }

  .note_otr {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  .note_txt_bx {
    flex: 1;
    min-width: 300px;
  }

  .note_img_bx {
    flex: 0 0 auto;
    max-width: 250px;
    margin-top: 20px; /* only shows on mobile */
  }

  .note_img_bx img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  @media (max-width: 768px) {
    .note_otr {
      flex-direction: column;
      text-align: center;
    }
    
    .note_img_bx {
      margin: 0 auto;
    }
  }


  .note_txt_bx p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
  }



  .author {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    text-align: center;
  }

  .mv_txt_bx {
    background-color: #f9f9f9;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.05);
    padding: 30px;
  }

  .mv_txt_bx .hd {
    color: #ab1c12;
    font-size: 25px;
    text-align: center;
    margin: 20px 0;
  }

  /* Animation */
  .fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }

  .fade-up.active {
    opacity: 1;
    transform: translateY(0);
  }

  /* Animation delay for flow */
  .fade-up:nth-of-type(1) {
    transition-delay: 0.1s;
  }
  .fade-up:nth-of-type(2) {
    transition-delay: 0.3s;
  }
  .fade-up:nth-of-type(3) {
    transition-delay: 0.5s;
  }

  /* Responsive */
  @media (max-width: 767px) {
    .note_otr {
      flex-direction: column;
      text-align: center;
    }

    .note_img_bx {
      flex: 0 0 100%;
      max-width: 300px;
      margin: 0 auto;
    }
  }

  @media (max-width:1199px) {

    .h-milestone {
      width: 700px
    }
  }

  @media (max-width:1024px) { 

    .h-milestone {
      width: 100%
    }

    .h-milestone .asidel,
    .h-milestone .asider {
      width: 50%
    }

    .h-milestone .arrow_box,
    .h-milestone .arrow_box1 {
      width: 80%
    }

    .vision_mission .mission,
    .vision_mission .vision {
      padding: 15px 10px
    }
  }
  @media (max-width:767px) {
    .note_otr {
      flex-direction: column-reverse
    }

    .note_txt_bx {
      width: 100%;
      padding-right: 0
    }

    .note_img_bx {
      width: 100%;
      padding-left: 0
    }
  }

  @media (max-width:479px) {

    .h-milestone .arrow_box,
    .h-milestone .arrow_box1 {
      padding: 5px
    }

    .corp_info .cirt_box h2 {
      text-align: center
    }

    .corp_info .cirt_box p {
      text-align: center
    }

    .h-milestone .arrow_box,
    .h-milestone .arrow_box1 {
      padding: 5px
    }

    .h-milestone .asidel span,
    .h-milestone .asider span {
      padding: 5px;
      font-size: 12px
    }

    .h-milestone .h-box .date,
    .h-milestone .h-box1 .date {
      font-size: 12px
    }
  }
/* #endregion company Profile END */

/* #region History START */
  :root {
      --main-color1: #ab1c12; /* Dark Red for odd */
      --main-color2: #312f45; /* Deep Navy for even */
  }

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

  .main-timeline {
    font-family: 'Poppins', sans-serif;
  }

  .main-timeline:after {
    content: '';
    display: block;
    clear: both;
  }

  .main-timeline .timeline {
    width: 50%;
    padding: 60px 0 0 0;
    margin: 0 5px 25px 0;
    float: left;
    --main-color: var(--main-color1); /* Default to main-color1 */
  }

  .main-timeline .timeline-content {
    min-height: 100px;
    padding: 0 15px 0 0;
    border-right: 2px solid var(--main-color);
    display: block;
    position: relative;
  }

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

  .main-timeline .timeline-content:before,
  .main-timeline .timeline-content:after {
    content: '';
    background-color: var(--main-color);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: 0;
  }

  .main-timeline .timeline-content:after {
    top: auto;
    bottom: 0;
  }

  .main-timeline .timeline-year {
    color: #fff;
    background-color: var(--main-color);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 3px 20px 3px 50px;
    position: absolute;
    right: -2px;
    top: -60px;
    z-index: 1;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
  }

  .main-timeline .title {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 7px;
  }

  .main-timeline .description {
    color: #555;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .main-timeline .timeline:nth-child(even) {
    margin: 0 0 25px 5px;
    float: right;
    --main-color: var(--main-color2); /* Even timelines use main-color2 */
  }

  .main-timeline .timeline:nth-child(even) .timeline-content {
    text-align: left;
    padding: 0 0 0 15px;
    border-left: 2px solid var(--main-color);
    border-right: none;
  }

  .main-timeline .timeline:nth-child(even) .timeline-content:before,
  .main-timeline .timeline:nth-child(even) .timeline-content:after {
    right: auto;
    left: -4px;
  }

  .main-timeline .timeline:nth-child(even) .timeline-year {
    right: auto;
    left: -2px;
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
  }

  @media screen and (max-width: 767px) {
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
      width: 100%;
      margin: 0 0 25px;
    }
  }
/* #endregion History END */

/* #endregion Corporate-Info END*/

/* #region verticals_area START*/

  /* #region verticals_area for Corporate-Info START*/
    .verticals_area {
      width: 100%;
      margin: 0 auto;
      background: #ececec;
      padding: 40px 0 0;
      display: flow-root;
    }

    /* .verticals_area {
      width: 100%;
      margin: 0 auto;
      background: url(../images/gr-bg.jpg) top center repeat-x;
      padding: 40px 0 0;
      display: flow-root;
    } */

    /* ===================================== */
    /* 🔹 VERTICALS AREA DEFAULT POLISHED */
    .verticals_area {
      width: 100%;
      margin: 0 auto;
      background: #ececec;
      padding: 60px 0 40px;
      display: flow-root;
    }

    /* Left Sidebar Titles */
    .Corporate-Info .verticals_area .v-left_box .subm {
      color: #ab1c12;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 700;
      font-size: 28px;
      padding-bottom: 10px;
      padding-left: 42px;
      position: relative;
      text-transform: uppercase;
      margin-bottom: 30px;
    }

    .verticals_area .v-left_box .subm:before,
    .verticals_area .v-left_box h2:before {
      content: '';
      width: 34px;
      height: 13px;
      background: #ab1c12;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      z-index: 600;
    }

    /* Right Box Title */
    .verticals_area .v-right_box h1 {
      font-size: 2.2rem;
      font-weight: 700;
      color: #ab1c12;
      margin-bottom: 30px;
      text-align: center;
      padding-bottom: 15px;
      border-bottom: 2px solid #898989;
    }

    /* Service Variant Title */
    .verticals_area.serv .v-right_box h1 {
      color: #e92c1f;
    }

    /* Sub Headings */
    .verticals_area .v-right_box h2 {
      font-size: 24px;
      font-weight: 600;
      color: #312f45;
      margin-bottom: 20px;
    }

    .verticals_area.serv .v-right_box h2 {
      color: #e92c1f;
      margin: 0;
      padding: 0;
      border: 0;
    }

    /* Section Headings */
    .verticals_area .v-right_box h3 {
      font-size: 24px;
      font-weight: 600;
      color: #312f45;
      font-family: 'Source Sans Pro', sans-serif;
      padding-bottom: 14px;
    }

    /* Right Box Paragraphs */
    .verticals_area .v-right_box p {
      font-size: 18px;
      font-weight: 400;
      color: #333;
      font-family: 'Source Sans Pro', sans-serif;
      padding-bottom: 20px;
      line-height: 32px;
      text-align: justify;
    }

    /* .verticals_area .v-right_box p {
      font-size: 18px;
      color: #333;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 400;
      padding-bottom: 20px;
      line-height: 30px;
    } */

    /* Additional minor polish */
    .verticals_area .v-right_box {
      background: #fff;
      padding: 40px;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    }

    .verticals_area .v-right_box p{
      text-align: justify;
    }
  /* #endregion verticals_area for Corporate-Info START*/
  
/* #endregion verticals_area END*/

/*  #region verticals_area for Global (verti-menu.css)START*/
  
    .verticals_area .v-left_box h2, .verticals_area .v-left_box .subm {
      font-size: 30px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 600;
      padding-bottom: 10px;
      text-transform: uppercase;
      position: relative;
      padding-left: 42px;
      box-sizing: border-box;
      color: #ab1c12;
      width: 80%;
    }
    .verticals_area .v-left_box .subm:before {
      display: block;
      content: '';
      width: 34px;
      height: 13px;
      background: #ab1c12;
      position: absolute;
      top: 13px;
      left: 0;
      z-index: 600;
    }
    /* Accordion Button Styles */
    .menu_holder .accordionButton {
      position: relative;
    }
    .menu_holder .accordionButton:before,
    .menu_holder .accordionButton.over:before,
    .menu_holder .accordionButton.on:before {
      position: absolute;
      content: "";
      height: 12px;
      width: 12px;
      right: 10px;
      top: 14px;
    }
    .menu_holder .accordionButton:before {
      background: url(../images/plus.png);
    }
    .menu_holder .accordionButton.over:before {
      background: url(../images/plus1.png);
    }
    .menu_holder .accordionButton.on:before {
      background: url(../images/minus.png);
    }
    .menu_holder .accordionButton a {
      margin-bottom: 6px;
      font-size: 20px;
      font-family: "Source Sans Pro", sans-serif;
      text-decoration: none;
      color: #333;
      display: block;
      padding: 8px 13px;
      transition: all 0.7s ease-out;
    }
    .menu_holder .accordionButton.over a,
    .menu_holder .accordionButton.on a,
    .menu_holder .accordionButton.active a,
    .menu_holder .accordionButton a:hover {
      background: #312f45;
      color: #fff !important;
    }
    .menu_holder .accordionButton.active:before {
      background: url(../images/plus1.png);
    }
    .menu_holder .accordionContent {
      display: none;
    }

    /* Accordion Content List Items */
    .menu_holder .accordionContent ul {
      position: relative;
      margin-bottom: 20px;
    }
    .menu_holder .accordionContent ul li {
      background: url(../images/dot.png) no-repeat 21px 12px;
      font-size: 16px;
      line-height: normal;
      margin: 0;
    }
    .menu_holder .accordionContent ul li a {
      font-size: 16px;
      padding: 5px 40px;
    }
    .menu_holder .accordionContent ul li a:hover {
      background: transparent;
      color: #ab1c12;
    }

    /* Remove default accordion icon */
    .menu_holder .accordionButton:before {
      display: none !important;
    }

    /* Custom Accordion Icons */
    .menu_holder .accordionButton span,
    .menu_holder .accordionButton.over span,
    .menu_holder .accordionButton.active.on span,
    .menu_holder .accordionButton.on span,
    .menu_holder .accordionButton.active span {
      position: absolute;
      height: 41px;
      width: 22px;
      right: 0;
      top: 0;
      display: inline-block;
      z-index: 999;
      cursor: pointer;
    }
    .menu_holder .accordionButton span {
      background: url(../images/plus.png) center center no-repeat;
    }
    .menu_holder .accordionButton.over span {
      background: url(../images/plus1.png) center center no-repeat;
      border-left: 1px solid #ddd;
    }
    .menu_holder .accordionButton.active.on span,
    .menu_holder .accordionButton.on span {
      background: url(../images/minus.png) center center no-repeat;
    }
    .menu_holder .accordionButton.active span {
      background: url(../images/plus1.png) center center no-repeat;
      border-left: 1px solid #ddd;
    }

    /* Styles for "serv" class */
    .verticals_area.serv .menu_holder .accordionButton a,
    .verticals_area.serv .menu_holder .accordionContent ul li a {
      color: #fff;
    }
    .verticals_area.serv .menu_holder .accordionContent ul li {
      background: url(../images/dot-w.png) no-repeat 21px 12px;
    }
    .verticals_area.serv .menu_holder .accordionContent ul li a:hover {
      color: #ab1c12;
    }
    .verticals_area.serv .menu_holder .accordionButton span,
    .verticals_area.serv .menu_holder .accordionButton.over span,
    .verticals_area.serv .menu_holder .accordionButton.active.on span,
    .verticals_area.serv .menu_holder .accordionButton.on span,
    .verticals_area.serv .menu_holder .accordionButton.active span {
      background: url(../images/plus1.png) center center no-repeat;
      height: 41px;
      width: 22px;
      border-left: 1px solid #ddd;
    }
    .verticals_area.serv .menu_holder .accordionButton.active.on span,
    .verticals_area.serv .menu_holder .accordionButton.on span {
      background: url(../images/minus.png) center center no-repeat;
    }
    .verticals_area .v-left_box ul li {
      list-style: none;
      color: #333;
      font-size: 16px;
      font-family: 'Source Sans Pro', sans-serif;
    }

    .verticals_area .v-left_box ul li a {
      text-decoration: none;
      color: #333 !important;
      display: block;
    }

    .verticals_area .v-left_box ul li a:hover {
      color: #fff !important;
      background: #312f45 !important;
      padding: 8px 13px;
      box-sizing: border-box;
    }

    /* Specific ID-based styling */
    .menu_holder .accordionContent ul li#subid a {
      padding: 5px 40px;
      background: transparent;
      color: #ab1c12;
    }

  /*  #endregion verticals_area for Global (verti-menu.css) END*/

/* #region Our CLient START */
.ourclients {
	background: #fff;
	border-top: 1px solid #ddd
}
.ourclients .container {
	position: relative;
	overflow: hidden
}
.ourclients * {
	box-sizing: border-box
}
.ourclients img {
	max-width: 100%;
	max-height: 100%
}
.ourclients {
	float: left;
	width: 100%;
	padding: 50px 0;
	box-sizing: border-box;
	position: relative
}
.ourclients h1 {
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #333;
	font-weight: 600
}
.ourclients h2 {
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 15px
}
.ourclients ul.clientlist {
	display: inline;
	width: 100%;
	margin: 0 -15px;
	overflow: hidden;
	list-style: none;
	list-style-type: none
}
/* Web- 4 items per row */
.ourclients ul.clientlist li {
	float: left;
	width: 14.28%;
	padding: 0 15px;
	text-align: center;
	margin-bottom: 20px
}
/* Tablet (≤768px) - 4 items per row */
@media (max-width: 768px) {
    .ourclients ul.clientlist li {
        width: 25%; /* 100 / 4 = 25% */
        padding: 0 10px;
    }
}

/* Mobile (≤576px) - 2 items per row */
@media (max-width: 576px) {
    .ourclients ul.clientlist li {
        width: 50%; /* 100 / 2 = 50% */
        padding: 0 5px;
        margin-bottom: 15px;
    }
}
.ourclients ul.clientlist li a {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 10px;
	width: 100%;
	height: 120px;
	text-align: center;
	line-height: 90px
}
.ourclients ul.clientlist li a img {
	display: inline-block;
	vertical-align: middle
}
.ourclients .select-box {
	position: absolute;
	right: 15px;
	top: 50px;
	display: inline-block
}
.ourclients .select-box:before {
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	display: inline-block;
	height: 0;
	width: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}
.ourclients #catId {
	height: 40px;
	display: inline-block;
	padding: 5px 20px 5px 5px;
	line-height: 30px;
	border-radius: 0;
	border: 1px solid #ddd;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none
}
.ourclients .content-box {
	float: left;
	width: 100%
}
/* #endregion Our Client END */

/* #region responsive START */

/* #endregion responsive END */

