/********** Template CSS **********/

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.fw-medium {
  font-weight: 600;
}

.mt-6 {
  margin-top: 5rem;
}

.mb-6 {
  margin-bottom: 5rem;
}

.pt-6 {
  padding-top: 5rem;
}

.pb-6 {
  padding-bottom: 5rem;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

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


/*** Button ***/
.btn {
  transition: .5s;
  font-weight: 600;
  text-transform: uppercase;
}

/* .btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
} */

.btn-secondary,
.btn-outline-secondary:hover {
  color: var(--bs-dark);
}

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

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

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

.btn-xl-square {
  width: 60px;
  height: 60px;
}

.btn-xxl-square {
  width: 75px;
  height: 75px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square,
.btn-xl-square,
.btn-xxl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.sticky-top {
  top: -100px;
  transition: .5s;
}

.navbar .navbar-nav .nav-link {
  margin-right: 35px;
  padding: 25px 0;
  color: rgb(255, 255, 255);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #cead4a;
}

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

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    margin-top: 15px;
    border-top: 1px solid #EEEEEE;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}


/*** Header ***/
.carousel .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: left;
  background: rgba(0, 0, 0, .7);
  padding: 3rem;
  padding-left: 11rem;
  z-index: 1;
}

.carousel .carousel-indicators {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 80px;
  flex-direction: column;
  margin: 0;
  margin-left: 3rem;
}

.carousel .carousel-indicators [data-bs-target] {
  width: 70px;
  height: 70px;
  text-indent: 0;
  margin: 5px 0;
  border: 2px solid #FFFFFF;
  overflow: hidden;
}

.carousel .carousel-indicators [data-bs-target] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .carousel .carousel-item {
    position: relative;
    min-height: 600px;
  }

  .carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
  }

  .carousel .carousel-caption {
    padding-left: 10rem;
  }
}

@media (max-width: 768px) {
  .carousel .carousel-item {
    min-height: 500px;
  }

  .carousel .carousel-indicators [data-bs-target] {
    width: 50px;
    height: 50px;
  }

  .carousel .carousel-caption {
    padding-left: 9rem;
  }
}

@media (min-width: 1200px) {
  .carousel .carousel-item .display-1 {
    font-size: 7rem;
  }
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../NEWIMAGES/about-hero.jpg) center center no-repeat;
  background-size: cover;
      margin-bottom: 90px;
}

.page-header2 {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../NEWIMAGES/project-hero.jpg) center center no-repeat;
  background-size: cover;
}

.page-header3 {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../NEWIMAGES/ai\ consultant-hero.jpg) center center no-repeat;
  background-size: cover;
}

.page-header4 {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../NEWIMAGES/leadership-hero.jpg) center center no-repeat;
  background-size: cover;
   margin-bottom: 90px;
}

.page-header5 {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../NEWIMAGES/corporate-hero.jpg) center center no-repeat;
  background-size: cover;
}

.page-header6 {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../NEWIMAGES/technology-hero.jpg) center center no-repeat;
  background-size: cover;
}

.page-header7 {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../NEWIMAGES/career-hero.jpg) center center no-repeat;
  background-size: cover;
}

.page-header8 {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../NEWIMAGES/blog-hero.jpg) center center no-repeat;
  background-size: cover;
}

.page-header9 {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../NEWIMAGES/contact-hero.jpg) center center no-repeat;
  background-size: cover;
   margin-bottom: 90px;
}


/*** About ***/
.abtp {
  text-align: justify;
}

.about-img {
  position: relative;
  padding-left: 45px;
}

.about-img::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 300px;
  top: 0;
  left: 0;
  border: 5px solid var(--bs-primary);
  animation: animateUpDown 3s ease-in-out infinite;
  z-index: -1;
}

@keyframes animateUpDown {
  0% {
    top: -25px;
  }

  50% {
    top: -45px;
  }

  100% {
    top: -25px;
  }
}


/*** Features ***/
.feature {
  background: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 1) 50%), url(../NEWIMAGES/wcubgvdo.gif) left center no-repeat;
  background-size: cover;
  margin-top: 90px;
    margin-bottom: 90px;
}

.feature-row {
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
  border-color: rgb(212 175 55 / 49%) !important;
}

.feature-icon {
  position: relative;
  transition: .5s;
}

.feature-item:hover .feature-icon {
  margin-left: 3rem;
}

.feature-item a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--bs-secondary);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.feature-item a:hover {
  color: var(--bs-primary) !important;
}

.feature-item a:hover::after {
  background: var(--bs-primary);
}

.experience .progress {
  height: 5px;
}

.experience .progress .progress-bar {
  width: 0px;
  transition: 3s;
}


/*** Service ***/
.service .service-item {
  position: relative;
  margin-top: 45px;
}

.service .service-inner {
  position: relative;
  height: 100%;
  margin-top: 45px;
  background: var(--bs-white);
  box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service .service-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: 1s;
  background: #000000;
  color: white;
}

.service .service-inner:hover::before {
  height: 100%;
  top: 0;
}

.service .service-item img {
  margin-top: -45px;
  /* padding-left: 45px; */
}

.service .service-item * {
  position: relative;
  transition: .5s;
  z-index: 1;
}

.service .service-item:hover h5,
.service .service-item:hover p {
  color: var(--bs-white);
}

.service .service-item:hover a {
  padding-left: 45px !important;
}


/*** Appoinment ***/
.appoinment {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../NEWIMAGES/contactus.jpg) left center no-repeat;
  background-size: cover;
}


/*** Team ***/
.team .team-item {
  background: var(--bs-white);
  box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team .team-item .team-social {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  transition: .5s;
  background: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .team-item:hover .team-social {
  width: 100%;
  left: 0;
}

.team .team-item .team-social .btn {
  opacity: 0;
  transition: .5s;
}

.team .team-item:hover .team-social .btn {
  opacity: 1;
}


/*** Testimonial ***/
.testimonial-img {
  position: relative;
  min-height: 400px;
  overflow: hidden;
}

.testimonial-img div {
  position: absolute;
  width: 100px;
  height: 100px;
  animation-duration: 5s;
}

.testimonial-img div:nth-child(1) {
  top: 10%;
  left: 10%;
  animation-delay: .1s;
}

.testimonial-img div:nth-child(2) {
  top: 60%;
  left: 20%;
  animation-delay: .4s;
}

.testimonial-img div:nth-child(3) {
  top: 20%;
  left: 60%;
  animation-delay: .7s;
}

.testimonial-img div:nth-child(4) {
  bottom: 10%;
  right: 10%;
  animation-delay: 1s;
}

.testimonial-img div::after {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  box-shadow: 0 0 10px 10px var(--bs-white) inset;
  z-index: 1;
}

.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-nav {
  margin-top: 15px;
  display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin-right: 15px;
  color: var(--bs-primary);
  font-size: 45px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
  .contact-info::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    left: 50%;
    border-left: 1px dashed rgba(255, 255, 255, .2);
  }
}

@media (max-width: 991.98px) {
  .contact-info::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0px;
    top: 50%;
    left: 0;
    border-top: 1px dashed rgba(255, 255, 255, .2);
  }
}


/*** Appoinment ***/
.newsletter {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-3.jpg) left center no-repeat;
  background-size: cover;
}


/*** Footer ***/
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #D3D3D3;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #a5a1a1;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: #a5a1a1;
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  background: #cead4a;
}

.copyright a {
  color: var(--bs-white);
}

.copyright a:hover {
  color: #000000;
}


/* New Changes Made By BS */

/* Hero Video Start */
.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  /* Full screen height; adjust as needed */
  overflow: hidden;
}

.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* semi-transparent black */
  pointer-events: none;
  /* so it doesn't block the content */
}

.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  z-index: 2;
  /* Ensure it stays above the overlay */
}

.video-content h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

/* .video-content p {
    font-size: 20px;
  } */


/*  */
.iam {
  color: white;
  font-size: 33px;
  /* font-weight: 800; */
  padding: 15px;
  font-family: sans-serif;
}

.text {
  color: white;
  border-right: 2px solid #cead4a;
  font-size: 33px;
  font-weight: 800;
  font-family: sans-serif;
  color: #cead4a;
}

.new1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Button Animation Start */
/* .wrapper{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height:auto;
} */
.wrapper button {
  padding: 10px 22px;
  background: #cead4a;
  border-style: none;
  color: #fff;
  font-size: 23px;
  letter-spacing: 3px;
  font-family: 'Lato';
  font-weight: 600;
  outline: none;
  cursor: pointer;
  position: relative;
  /* padding: 0px; */
  overflow: hidden;
  transition: all .5s;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
}

.wrapper button span {
  position: absolute;
  display: block;
}

.wrapper button span:nth-child(1) {
  height: 3px;
  width: 200px;
  top: 0px;
  left: -200px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #f6e58d);
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  animation: span1 2s linear infinite;
  animation-delay: 1s;
}

@keyframes span1 {
  0% {
    left: -200px
  }

  100% {
    left: 200px;
  }
}

.wrapper button span:nth-child(2) {
  height: 70px;
  width: 3px;
  top: -70px;
  right: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #f6e58d);
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  animation: span2 2s linear infinite;
  animation-delay: 2s;
}

@keyframes span2 {
  0% {
    top: -70px;
  }

  100% {
    top: 70px;
  }
}

.wrapper button span:nth-child(3) {
  height: 3px;
  width: 200px;
  right: -200px;
  bottom: 0px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #f6e58d);
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  animation: span3 2s linear infinite;
  animation-delay: 3s;
}

@keyframes span3 {
  0% {
    right: -200px;
  }

  100% {
    right: 200px;
  }
}

.wrapper button span:nth-child(4) {
  height: 70px;
  width: 3px;
  bottom: -70px;
  left: 0px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #f6e58d);
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  animation: span4 2s linear infinite;
  animation-delay: 4s;
}

@keyframes span4 {
  0% {
    bottom: -70px;
  }

  100% {
    bottom: 70px;
  }
}

.wrapper button:hover {
  transition: all .5s;
  transform: rotate(-3deg) scale(1.1);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, .4);
}

.wrapper button:hover span {
  animation-play-state: paused;
}

/* Button Animation End */
/* Hero Video End */


/*  */
.btnnew1 {
  display: block;
  /* margin: 50px auto; */
  overflow: hidden;
  position: relative;
  width: 180px;
  padding: 10px 41px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  border: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  color: #ffffff;
  box-shadow: inset 0px 0px 3px #cead4a;
  background: #cead4a;
}

.btnnew1:before {
  content: "";
  display: inline-block;
  transform: translateY(50%);
  left: 0;
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #a57529;
  z-index: -1;
  transition: transform ease 1s;
}

.btnnew1:hover {
  color: white;
  transition: color 0.1s ease;
  transition-delay: 0.2s;
}

.btnnew1:hover:before {
  transform: translateY(-45%);
}

/*  */

.feature-item h5 {
  font-size: 19px;
}

/* .service-text  h5{
    font-size: 20px;
} */

.whatsapp-float img {
  width: 50px;
  position: fixed;
  bottom: 40px;
  left: 20px;
  border-radius: 10px;
  z-index: 1;
}

.aboutimghei {
  max-height: 570px;
  height: 100%;
  object-fit: cover;
}

.feature-item:hover {
  box-shadow: 0 0 45px #1d2eb857;
  /* box-shadow: #1d2eb857; */
}

/* Project Start */
.projectbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.projectbox .card {
  position: relative;
  height: 500px;
  box-shadow: 5px 5px 20px;
  overflow: hidden;

  cursor: pointer;
}

.projectbox .intro {
  position: absolute;
  height: 80px;
  width: 350px;
  bottom: 0;
  overflow: hidden;


  padding: 10px;
  color: #fff;
  background-color: rgba(27, 27, 27, .5);

  transition: .4s ease-in-out;
}

.projectbox .card:hover .intro {
  height: 280px;
  bottom: 0;
  background-color: #000;
}

.projectbox .card:hover .text-p {
  opacity: 1;
  visibility: visible;
}

.projectbox .card:hover img {
  transform: scale(1.1) rotate(-3deg);
}

.projectbox img {
  height: 500px;
  width: 350px;
  object-fit: cover;
  border-radius: 4px;
  transition: transform .4s ease-in-out;
}

.projectbox .text-h1 {
  margin: 10px;
  text-transform: capitalize;
  font-size: 27px;
  color: #cead4a;
}

.projectbox .text-p {
  font-size: 16px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
}

/* Project End */

.feature-icon img {
  width: 40px;
  height: 40px;
}

.bg1 {
  background: linear-gradient(rgb(223 224 229 / 21%), rgb(252 253 255 / 80%)), url(../NEWIMAGES/bg1.jpeg) center center no-repeat;
  background-size: cover;
}

.about .about-img {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
}

.about .about-img .about-img-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  border: 10px solid;
  border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
  border-radius: 50%;

}

.about .about-img .about-experience {
  position: absolute;
  top: 125px;
  left: -125px;
  transform: rotate(-90deg);
  background: transparent;
  color: var(--bs-primary);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
}

.para {
  text-align: justify;
}

@media (max-width: 768px) {
  .about-img {
    padding-left: 0;
    /* Remove left padding for small screens */
    text-align: center;
    /* Center align content */
  }

  .about-img img {
    width: 90%;
    /* Reduce image width for smaller screens */
    height: auto;
    /* Maintain aspect ratio */
  }

  .about-experience {
    font-size: 14px;
    /* Reduce font size */
    padding: 5px 10px;
    /* Adjust padding */
    position: relative;
    /* Adjust positioning */
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 5px;
    margin-top: 10px;
  }

  .py {
    padding-bottom: 0px;
  }
}

.info-card {
  position: relative;
  padding: 2rem;
  border-radius: 20px;
  background-color: #000000;
  color: #ffffff;
  transition: all 0.4s ease;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 10px solid #cead4a;
  border-left: 10px solid #cead4a;
  width: 40px;
  height: 40px;
  border-radius: 20px 0 0 0;
  transition: all 0.4s ease;
}

.info-card:hover {
  background-color: #4f4f4f;
  color: #fff;
}

.info-card:hover::before {
  border-top: 10px solid #cead4a;
  border-left: 10px solid #cead4a;
}

.info-image {
  width: 77%;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.icon {
  font-size: 2rem;
  color: #cead4a;
}

.icon:hover {
  font-size: 2rem;
  color: #cead4a;
}

.info-card:hover .icon {
  color: white;
}


.incard img {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transform-origin: center center;
}

/* On Hover Zoom In */

.incard:hover img {
  transform: scale(1.08);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.causes-item .progress {
  height: 5px;
  border-radius: 0;
  overflow: visible;
}

.causes-item .progress .progress-bar {
  position: relative;
  overflow: visible;
  width: 0px;
  border-radius: 0;
  transition: 5s;
}

.causes-item .progress .progress-bar span {
  position: absolute;
  top: -7px;
  right: 0;
  width: 40px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: var(--primary);
  color: #FFFFFF;
}

.causes-item .causes-overlay {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  overflow: hidden;
  opacity: 0;
  transition: .5s;
}

.causes-item:hover .causes-overlay {
  height: 100%;
  opacity: 1;
}

.headclr {
  color: #cead4a;
}

.topbg {
  background-color: #121212c4;
}

.iconclr {
  color: #cead4a;
}

.p-clr {
  color: rgb(245, 245, 245);
}

.bt-clr {
  color: #000;
}

.logo-img {
  height: 80px;
}

/* career page */
.career-form {
  background-color: #1c1c1c;
  border: 2px solid #333;
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
}

.career-form:hover {
  border-color: #cead4a;
  box-shadow: 0 0 20px rgba(13, 110, 253, 0.3);
}

.form-control,
.form-select {
  background-color: #222;
  color: #fff;
  border: 1px solid #444;
}

.form-control:focus,
.form-select:focus {
  background-color: #111;
  border-color: #cead4a;
  box-shadow: 0 0 6px#cead4a;
}

.form-select option:hover {
  background-color: #cead4a !important;

}

label {
  font-weight: 500;
}

@media (max-width: 576px) {
  .career-form {
    padding: 20px;
  }
}

.career-image {
  max-width: 100%;
  border-radius: 10px;
}

.card-icon {
  font-size: 30px;
  color: #cead4a;
}

.card-body ul {
  padding-left: 20px;
}

/* leadership */
.leadership-section {
  background-color: #1c1c1c;
  border: 2px solid #333;
  border-radius: 20px;
  padding: 30px;
  margin: auto;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
  transition: 0.3s ease-in-out;
}

.leadership-section:hover {
  border-color: #cead4a;
  box-shadow: 0 0 20px rgba(13, 110, 253, 0.3);
}

.leadership-img {
  width: 100%;
  height: 300px;
  border-radius: 15px;
  object-fit: cover;
}


@media (max-width: 768px) {
  .leadership-section {
    padding: 20px;
  }

  .projectbox {
    display: block;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}

/*  */
.bg-gray {
  background-color: #f9f9f9;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #cead4a;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #cead4a none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #cead4a none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #00a01d none repeat scroll 0 0;
  border-color: #00a01d;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #000000;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
  background: #000000 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #000000 none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #000000;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #cead4a !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #cead4a !important;
  color: #000000 !important;
}

.we-offer-area.text-left .item i {
  background: #000000 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}

/* corporate2 */
.corporate-section {
  /* padding: 60px 0; */
  background-color: #f5f7fa;
}

.corporate-title {
  font-size: 32px;
  font-weight: bold;
  color: #2c3e50;
}

.corporate-description {
  font-size: 18px;
  color: #555;
}

.corporate-values li {
  margin-bottom: 10px;
}

.corporate-image {
  width: 100%;
  border-radius: 10px;
}

.box-card {
  background-color: #000000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
}

.hover-effect:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.bg-cont {
  background-color: #cead4a33;
}

/* about new */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*font-family:*/
}

.container1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
}

.card1 {
  position: relative;
  display: flex;
  justify-content: center;
  width: 352px;
  height: 605px;
  margin: 20px;
  background: #000000;
  ;
  border-radius: 20px;
  border-bottom-left-radius: 160px;
  border-bottom-right-radius: 160px;
  box-shadow: 0 15px 0 #fff, inset 0 -15px 0 #cead4a, 0 45px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.card1::before {
  content: "";
  position: absolute;
  top: -140px;
  left: -40%;
  width: 100%;
  height: 120%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2));
  transform: rotate(35deg);
  pointer-events: none;
  filter: blur(3px);
}

.card1:nth-child(1) {
  background: linear-gradient(to bottom, #000000, #4a4a4a)
}

.card1:nth-child(2) {
  background: linear-gradient(to bottom, #000000, #4a4a4a)
}

.icon1 {
  position: relative;
  width: 140px;
  height: 120px;
  background: #3c2846;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1), inset 0 -8px 0 #fff;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.icon1:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 50px;
  background: transparent;
  border-top-right-radius: 50px;
  box-shadow: 15px -15px 0 15px #3c2846;
}

.icon1:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  height: 50px;
  background: transparent;
  border-top-left-radius: 50px;
  box-shadow: -15px -15px 0 15px #3c2846;
}

.icon1 ion-icon {
  color: #fff;
  font-size: 6em;
  z-index: 9;
}

.content1 {
  position: absolute;
  width: 100%;
  padding: 20px;
  padding-top: 145px;
  text-align: center;
}

.content1 h2 {
  text-transform: uppercase;
  font-size: 1.75em;
  color: #fff;
  margin-bottom: 15px;
}

.content1 li {
  color: #fff;
  line-height: 1.5em;
  text-align: justify;
  hyphens: auto;
}

/*  */
.form-floating>.form-select {
  color: black;
}

.custom-box {
  border: 2px solid gold;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  /* Optional soft background */
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
  /* Subtle golden glow */
}

/* career boxes */
.column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}

.card2 {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #000000 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  /* position: relative; */
}

.icon-wrapper {
  background-color: #000000;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #cead4a;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}

.card2:hover {
  background-position: 0 100%;
}

.card2:hover .icon-wrapper {
  background-color: #cead4a;
  color: #000000;
}

.card2:hover h4 {
  color: #ffffff;
}

.card2:hover p {
  color: #f0f0f0;

}

.card2 p {
  text-align: justify;
  hyphens: auto;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  section {
    padding: 0 2em;
  }

  .column {
    flex: 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 992px) {
  section {
    padding: 1em 3em;
  }

  .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}


.new3 {
  position: absolute;
  /* width: 100%; */
  bottom: 27px;
  display: flex;
  justify-content: center;
  left: 34%;
}

.new2 {
  position: relative;
}

.col-md-6 ul {
  padding-left: 1rem;
}

.content1 b {
  color: #cead4a;
}

.p-aln {
  text-align: justify;
  hyphens: auto;
}
.ai-head{
  padding: 30px;
}
@media (max-width: 768px) {
  .navbar-brand {

    margin-right: 0rem;
  }

  .video-content {
    top: 48%;
  }
  .video-content h1 {
    font-size: 21px;
    margin-bottom: 10px;
    width: 220px;
}
.page-header ,.page-header4 ,.page-header9{
      margin-bottom: 0px;
}
.feature {
  margin-top: 0px;
    margin-bottom: 0px;
}
.ai-head{
  padding: 0px;
}


.video-container {
    position: relative;
    width: 100%;
    height: 35vh !important;
    overflow: hidden;
}
/* .video-content {

} */
.video-content .display-6 {
      font-size: 0.75rem;
}
.video-content h5 {
      font-size: 0.75rem;
}
.wrapper button {
    padding: 5px 15px !important;
  
    font-size: 12px !important; 
    
}



}