body {
  overflow-x: hidden;
  /* font-family: Arial, sans-serif; */
  font-family: "Poppins", sans-serif;
}
img {
    max-width: 100%;
}
header {
  position: sticky;
  top: 0;
  z-index: 99;
}
.offcanvas-logo {
    height: 50px;
    padding-top: 10px;
}
.nav-header-con-col,
header {
  background-color: rgba(18, 18, 18, .8) !important;
}
div#offcanvasNavMenu
 {
    background: #090909db;
    border-left: solid 1px #0e0b0b;
    box-shadow: 1px 1px 9px #342929; 
    backdrop-filter: blur(10px);

}
@media(max-width: 767px){
div#offcanvasNavMenu {
    max-width: 270px;
}
}
.contact-btn {
  border-radius: 100px;
  font-size: 15px;
  padding: 8px 15px;
}
a.navbar-brand img {
  /* width: 100px; */
  height: 50px;
}
button.navbar-toggler {
    box-shadow: none !important;
    border: none !important;
}
.nav-header-con-col {
    padding: 16px 30px;
}
.lets-talk-btn {
    border-radius: 100px;
    padding: 6px 18px;
    font-size: 14px;
}
.service-card-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 15px 0 0;
    align-items: start;
}

.service-card .know-more-btn {
    font-size: 14px;
    color: #989898;
    text-decoration: none;
    border: solid 1px #989898;
    padding: 7px 15px;
    border-radius: 100px;
    min-width: 120px;
    font-weight: 600;
}
.service-card-content h4 {
    font-size: 20px;
}
.service-card .know-more-btn:hover{
  background-color: #ddd;
  color: #0c0c0c;
}
.image-outer-div {
    /* border-radius: 10px; */
    overflow: hidden;
}
@media screen and (max-width: 768px) {
  a.navbar-brand img {
    height: 30px;
  }
  .navbar-brand {
    padding: 0;
  }
  .nav-header-con-col {
    padding: 12px 2px 12px 15px;
}
}
@media screen and (max-width: 991px) {
  #navbarSupportedContent {
    position: absolute !important;
    top: 80px;
    left: 0;
    background: rgb(18, 18, 18);
    width: 100%;
    padding: 0px 20px 25px;
  }
}

.navbar-toggler-icon {
  /* filter: invert(1) brightness(1); */
}
.nav-list-items-elements {
  color: white !important ;
  font-size: 15px;
}

#nav-button-element {
  background-color: white;
  color: black;
}

.nav-padding-element {
  padding: 0% !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.video-container {
  position: relative;
  /* width: 100vw; */
  /* height: 100vh; */
}
.video-container video{
  /* max-height: 550px; */
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .video-container, .video-container video {
    height: 600px;
  }
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  /* position: absolute; */
  /* top: 44%;
  left: 50%; */
  /* transform: translate(-50%, -50%); */
  text-align: center;
  color: white;
}
.banner-top-section {
  background-color: #121212;
    background: url(/assets/image/Home-Sample00.png) no-repeat center center;
    /* padding: 155px 0;
    height: calc(100vh - 0px);
    min-height: 600px;
    background-size: cover;
    background-position: bottom center; */
    padding: 15px 0 170px;
    height: calc(100vh - 0px);
    min-height: 600px;
    background-size: cover;
    background-position: bottom center;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
  .overlay {
    width: 100%;
    padding: 0 5px;
  }
  .banner-container .video-container-outer {
    padding: 0 15px;
  }
}
.overlay h1 {
  font-size: 2.5rem;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}
.overlay .cta {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid white;
  border-radius: 30px;
  font-size: 1.2rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .overlay h1 {
    font-size: 30px;
  }
  .overlay .cta {
    margin-top: 20px;
    font-size: 16px;
    border-radius: 100px;
  }
}

.workflow-section {
  background-color: #faf8f8;
  color: white;
  padding: 80px 20px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.workflow-section h2 {
  color: black;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 40px 0;
}
.contact-info p.cont-detail {
  margin-top: 15px;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px; /* thinner */
  background: black; /* softer white */
  transform: translateX(-1px);
  z-index: 0;
}

.timeline-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  /*margin-bottom: 60px;*/
  height: 60%;
  padding: 0 10px;
  z-index: 1;
}

.timeline-item.right {
  justify-content: flex-end;
  margin-left: 100px;
}

.timeline-item.left {
  margin-right: 100px;
}
.timeline-item.left .timeline-card:after,
.timeline-item.right .timeline-card:after {
  content: " ";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #000;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
}
.timeline-item.left .timeline-card:after {
  right: -57px;
}
.timeline-item.right .timeline-card:after {
  left: -57px;
}
@media (max-width: 768px) {
  .timeline-item.right,
  .timeline-item.left {
    margin-left: 0;
    margin-right: 0;
  }
  .timeline-item.left .timeline-card:after,
  .timeline-item.right .timeline-card:after {
    right: unset;
    left: -29px;
  }
  .timeline-item {
    margin-bottom: 30px;
  }
}
.timeline-card * {
  position: relative;
  z-index: 1;
}

.timeline-card {
  position: relative;
  color: white;
  padding: 40px;
  border-radius: 20px;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  /*overflow: hidden;*/
}

.bg-card-1 {
  background-image: url("/assets/image/Patch02U.png");
  background-size: cover;
}

.bg-card-2 {
  background-image: url("/assets/image/Patch03U.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .bg-card-1 {
    background-image: url("/assets/image/patch-top-left.png");
  }
  .bg-card-2 {
    background-image: url("/assets/image/patch-bottom-right.png");
  }
}
/* .timeline-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
  z-index: 0;
} */

.timeline-card h6 {
  font-weight: 400;
  color: #aaa;
}

.timeline-card h4 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.timeline-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #ccc;
}

.brand-intro {
  background-color: white;
  padding: 25px 20px 40px 20px;
}

.brand-message {
  font-size: 1.4rem;
  font-weight: 500;
  color: black;
  margin: 0 auto;
  max-width: 800px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .brand-message {
    font-size: 18px;
    /* padding: 0 20px; */
  }
}
.brand-intro hr {
  border: none;
  border-top: 1px solid #000;
  margin: 30px 0 10px 0;
  width: 18%;
  margin: 15px 0;
  color: #000;
  /* background: #000; */
  opacity: 1;
}
/* Optional: Responsive */
@media (max-width: 768px) {
  .timeline::before {
    left: 8px;
  }
  .timeline-item,
  .timeline-item.right {
    flex-direction: column;
    align-items: flex-start;
  }
  .timeline-card {
    width: 94%;
    margin-left: 20px;
  }
}

.contact-section {
  background-color: #111111;
  background-image: url("/assets/image/Home.png");
  background-size: contain;
  background-position: 104% 100%;
  background-repeat: no-repeat;
  color: white;
  padding: 60px 20px;
  border-radius: 35px;
  position: relative;
  overflow: hidden;
  width: calc(100% - 20px);
  margin: 10px auto;
}
.service-video-outer {
  border-radius: 12px;
  overflow: hidden;
  height: 250px;
  margin-bottom: 12px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.contact-header {
  text-align: center;
  margin-bottom: 50px;
}

.contact-header p {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 10px;
}

.contact-header h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .contact-header h2 {
    font-size: 30px;
  }
}

.contact-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.contact-info,
.contact-form {
  flex: 1 1 45%;
  background: rgba(255, 255, 255, 0.02);
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #2a2a2a;
  backdrop-filter: blur(2px);
  max-width: 480px;
}
.contact-info {
  max-width: 400px;
}

.contact-info h4 {
  color: #45a7d2;
  margin-bottom: 15px;
  font-size: 28px;
}
.contact-desc {
  margin-bottom: 20px;
}

.contact-info p {
  font-size: 14px;
  margin: 5px 0;
  line-height: 1.6;
  color: #ccc;
}

.contact-info a {
  color: #45a7d2;
  text-decoration: none;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form input,
.contact-form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #45a7d2;
  color: white;
  padding: 10px 5px;
  margin-bottom: 20px;
  font-size: 14px;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
  height: 100px;
}

.contact-form button {
  background-color: transparent;
  color: #45a7d2;
  border: 1px solid #45a7d2;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
  align-self: flex-end;
  transition: all 0.3s ease;
}

.contact-form button:hover {
  background-color: #45a7d2;
  color: #000;
}

.footer {
  background-color: #161616;
  color: #fff;
  padding: 40px 20px 1px;
  margin-top: 20px;
  font-family: Arial, sans-serif;
  position: relative;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
    width: calc(100% - 20px);
  margin: 10px auto 0;
}

.footer .container {
  max-width: 1200px;
  margin: auto;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-column {
  flex: 1 1 200px;
  margin: 20px;
}

.footer-logo {
  width: 280px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    width: 160px;
  }
}
.brand-name {
  margin-top: 5px;
  font-weight: 500;
  color: #fff;
}

.footer-column h5 {
  color: #45a7d2;
  margin-bottom: 15px;
}

.social-icons {
  display: flex;
  align-items: start;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .social-icons {
    flex-direction: column;
  }
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
  color: #ddd;
  font-size: 14px;
}
.footer-column ul li a{
    color: #ddd;
    text-decoration: none;
}

.social-icons a img {
  width: 24px;
  margin-right: 10px;
  margin-bottom: 10px;
}

hr {
  border: none;
  border-top: 1px solid #45a7d2;
  margin: 30px 0 10px 0;
}

.footer-bottom {
  text-align: center;
  color: #bbb;
  font-size: 13px;
}

/* Our Services Section Fix */
.services-section {
  background-color: #0c0c0c;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  width: calc(100% - 20px);
  margin: 5px auto;
  border-radius: 35px;
  /*border-top-left-radius: 40px;*/
  /*border-top-right-radius: 40px;*/
  /*border-bottom-left-radius: 40px;*/
  /*border-bottom-right-radius: 40px;*/
  /*margin: 15px 10px;*/
}

.services-section-bgImage {
  background-image: url("/assets/image/Our\ services_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .services-section-bgImage {
        background-size: cover;
    background-position: 25% 100%;
  }
}

.services-section h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-card {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service-card .image-outer-div{
 transition: all .5s;
}
.service-card:hover .image-outer-div {
    box-shadow: 0px 0px 10px #9e9e9e;
    transform: translateY(-5px) scale(1.02);
   
}

/* .image-placeholder {
  width: 100%;
  height: 250px;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 12px;
} */

.service-card p {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 10px;
  color: #fff;
}

.service-card button {
  font-size: 0.75rem;
  background: #1a1a1a;
  color: #fff;
  border-radius: 14px;
  padding: 6px 12px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.service-card button:hover {
  background: #fff;
  color: #000;
}

@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
}

.service-single{
  background: #121212;
}
.service-banner{
  padding: 165px 0 100px;
  background: url(/assets/image/service-page-background.png) ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  color: #fff;
}
.about-banner-sec{
  padding: 180px 0 100px;
    background: url(/assets/image/about.png) ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0%;
}
.about-banner-sec p{
  font-weight: 300;
}
section.service-banner .container {
    /* max-width: 865px; */
    /* color: #ddd; */
}
.about-banner-sec .container {
    max-width: 945px;
    margin: auto;
}
.about-banner-sec p{
  line-height: 1.8;
}
.about-banner-sec h5{
  font-weight: 600;
}
.subtitle-small {
    font-style: italic;
    margin-bottom: 40px;
}
.desc {
    margin-bottom: 90px;
    color: #ddd;
}
.subtitle{
    /* font-weight: 400; */
    font-size: 24px;
    margin-bottom: 20px;
}
h1.title-about {
    font-size: 48px;
    margin-bottom: 50px;
}
@media(max-width: 767px) {
     h1.title-about {
    font-size: 32px;
    margin-bottom: 30px;
}
.subtitle{
  font-size: 20px;
  margin-bottom: 15px;
}
.about-banner-sec {
  padding-top: 150px;
  padding-bottom: 50px;
    background-size: 170%;
    background-repeat: no-repeat;
    background-position: top right;
}
}
.swiper-button-next, .swiper-button-prev {
    z-index: 99999;
    /* font-size: 16px; */
    width: 30px;
    height: 30px;
    background: #262626;
    box-shadow: 1px 1px 2px #000;
    padding: 10px !important;
    border-radius: 100px;
}

.swiper-button-next {
    right: 5px;
}
.swiper-button-prev{
  left: 5px;
}

section.service-banner .slider-container-cls{
  /* max-width: 950px; */
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #ddd;
    font-size: 14px;
    font-weight: 700;
}
.swiper-slide.swiper-slide-active img {
    /* max-width: 815px; */
    /* margin: 0 auto; */
}
.swiper-horizontal{
  text-align: center;
}
@media(max-width: 767px) {
  .service-card-content {
   flex-direction: column;
   align-items: center;
}
.service-card-content h4 {
    text-align: center;
}
.contact-section {
    background-position: top right;
  }
  .contact-info h4{
    font-size: 22px;
  }
  .contact-info h4 br {
    display: none;
  }
  .workflow-section {
    padding: 30px 20px 55px;
}
}