:root {
  --button-color: #00082b;
}

.reveal-text {
  display: inline-block;
  /* overflow: hidden;
  white-space: nowrap; */
  width: 0;
  animation: reveal 5s ease forwards;
  border-right: 2px solid transparent;
  /* Optional: cursor-like effect */
}

@keyframes reveal {
  to {
    width: 100%;
  }
}

/* styles for gotop button */
.go-top-btn {
    position: fixed;
    bottom: 77px;
    right: 10px;
    font-size: 18px;
    color: #fff;
    background-color: #082252;
    padding: 6px 13px;
    z-index: 9999;
    cursor: pointer;
    transition: all 200ms linear;
    border: 1px solid #082252;
    border-radius: 50%;
}

.go-top-btn:hover {
  background-color: #fff;
  color: #082252;
}

.underline-wrapper {
  display: flex;
  justify-content: center;
}

.underline-container {
  position: relative;
  width: 100px;
  height: 4px;
  background-color: #082252; /* underline color */
  overflow: hidden;
  border-radius: 2px;
}

.moving-dot {
  position: absolute;
  top: -4px;
  width: 8px;
  height: 8px;
  background-color: #eda159;
  border-radius: 50%;
  animation: moveDot 2s linear infinite alternate;
}

@keyframes moveDot {
  from {
    left: 0;
  }
  to {
    left: calc(100% - 8px); /* 200px - dot size */
  }
}

p {
  font-size: 14px;
}

.submit-btn {
  background-color: #021579;
  padding: 10px 20px;
  border: 1px solid #021579;
  color: #fff;
}

.career-role-content {
    background: linear-gradient(45deg, #08225217, #ffffff00);
    padding: 20px;
    box-shadow: 3px 3px 5px #e3e4e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.career-role-content .job-title {
  font-size: 20px;
}

.text-start {
  text-align: start;
}

.career-content {
  padding-top: 30px;
}

.form-label {
  color: #000;
  font-weight: 400;
  margin: 0;
  margin-bottom: 5px;
}

.career-page-content p {
  color: #000;
}

.career-page-subcontent {
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
}

.career-role-content .apply-btn {
  padding: 5px 15px;
  background-color: #082252;
  color: #fff;
  font-weight: bold;
  border: 1px solid #082252;
  cursor: pointer;
}

#career-form {
  border: 1px solid #ccc;
  padding: 20px;
  background: #f9f9f9;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

.bg-section {
  background-color: #f6f6f6;
}

.bg-gray {
  background-color: #f6f6f6;
}

/* styles for form popup */
.field-set input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 15px;
}

.secondary-btn {
  padding: 10px;
  margin-top: 25px;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  background-color: #eda159;
  border: 1px solid #eda159;
  color: #fff;
  transition: all 200ms linear;
}

.secondary-btn:hover {
  background-color: #fff;
  color: #eda159;
}

.popup {
  position: fixed;
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  background: #272727ed;
  z-index: 1000;
  height: 100%;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.close-btn {
  cursor: pointer;
  background: transparent;
  padding: 12px;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.logo .logo-display img {
  padding-top: 5px;
  width: 363px;
  object-fit: cover;
}

.common-title-bg {
  display: flex;
  z-index: -1;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
  height: 450px;
  /* margin-top: 50px; */
  /* padding-top: 140px !important; */
  position: relative;
  background-image: url("../images/completed-project-img/Picture16.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.common-title-bg h2 {
  padding: 0;
  margin: 0;
}

/* Overlay Effect */
.common-title-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* Ensure Content is Above the Overlay */
.common-title-bg .container {
  position: relative;
  z-index: 2;
}

.logo-display-footer img {
  width: 90%;
  background-color: #fff;
  padding: 4px 0;
  object-fit: cover;
}

.widget-links li a {
  color: #fff !important;
}

.mobile-logo img {
  display: none;
}

.logo-footer-f {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 10px;
}

.testimonial-carousel {
  width: 100%;
  margin: 0 auto;
}

.efforts-doc-img {
  margin: 0 10px;
  text-align: center;
  border: 1px solid #ebb9ba;
}

.efforts-doc-img img {
  width: 100% !important;
  max-width: 500px;
  border-radius: 10px;
  transition: all 200ms linear;
}

.bg-status {
  background-color: #eda159;
  background-attachment: fixed;
}

.section-whyChoose {
  position: relative;
  background-image: url("../images/project-img/bg-patter-whychoose.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

/* Overlay to reduce opacity */
.section-whyChoose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
      at 80% 0%,
      hsla(180, 0%, 96%, 1) 0px,
      transparent 50%
    ),
    radial-gradient(at 80% 50%, hsla(225, 0%, 100%, 1) 0px, transparent 50%),
    radial-gradient(at 0% 100%, hsla(0, 45%, 95%, 1) 0px, transparent 50%),
    radial-gradient(at 80% 100%, hsla(228, 0%, 98%, 1) 0px, transparent 50%),
    radial-gradient(at 0% 0%, hsla(208, 0%, 95%, 1) 0px, transparent 50%);
  z-index: 1;
}

/* Ensure content appears above the overlay */
.section-whyChoose * {
  position: relative;
  z-index: 2;
}

.bg-services-section {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  /* overflow-x: hidden; */
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../images/project-img/bg-pattern-2.png");
}

.bg-services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
      at 80% 0%,
      hsla(180, 0%, 96%, 1) 0px,
      transparent 50%
    ),
    radial-gradient(at 80% 50%, hsla(225, 0%, 100%, 1) 0px, transparent 50%),
    radial-gradient(at 0% 100%, rgb(245, 243, 243) 0px, transparent 50%),
    radial-gradient(at 80% 100%, hsla(228, 0%, 98%, 1) 0px, transparent 50%),
    radial-gradient(at 0% 0%, hsla(208, 0%, 95%, 1) 0px, transparent 50%);
  z-index: 1;
}

.bg-services-section * {
  position: relative;
  z-index: 2;
}

/* styles for floating icons */

.whatsapp-float {
  position: fixed;
  width: 46px;
  height: 46px;
  bottom: 20px;
  left: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-float i {
  margin-top: 15px;
}

.whatsapp-float:hover {
  background-color: #1ebe57;
}

.box {
  min-width: 140px;
  height: auto;
  float: left;
  transition: 0.5s linear;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 15px;
  text-align: center;
  /* margin: 0 5px; */
  background: #fff;
  border: 1px solid #941813;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 40px;
  color: #941813;
}

.box:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  box-sizing: border-box;
  transform: translateX(100%);
}

.box:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  transform: translateX(-100%);
}

.box:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.box:hover:before {
  border-color: #eda159;
  height: 100%;
  transform: translateX(0);
  transition: 0.3s transform linear, 0.3s height linear 0.3s;
}

.box:hover:after {
  border-color: #eda159;
  height: 100%;
  transform: translateX(0);
  transition: 0.3s transform linear, 0.3s height linear 0.5s;
}

.redirect-btn {
  color: #eda159;
  font-size: 14px;
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
}

.card-details-icon i {
  font-size: 90px;
  background: -webkit-linear-gradient(#021579, #c02e28);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tabs-container {
  /* background: white; */
  /* padding: 20px; */
  /* border-radius: 8px; */
  width: 100%;
  margin: auto;
}

.tabs-buttons {
  display: flex;
  justify-content: center;
  padding: 5px;
  border-radius: 5px;
}

.tab-btn {
  padding: 10px 20px;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
  font-size: 19px;
  color: #082252;
}

.tab-btn.active {
  border-bottom: 3px solid #c62628;
  color: #000c40;
}

.tab-content {
  display: none;
  margin-top: 20px;
  font-size: 18px;
}

.tab-content.active {
  display: block;
}

.tab-content-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* services card styles */
.card-outer-services {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* styles for services section */
.services-container {
  width: 100%;
  min-height: 100vh;
  padding: 3rem 1rem;
}

.services-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: center;
}

.service-card {
  background-color: white;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.service-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.service-icon-svg {
  width: 2rem;
  height: 2rem;
  fill: white;
}

.card1 {
  display: flex;
  position: relative;
  height: auto;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 0;
  /* margin: 12px; */
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  justify-content: center;
  flex-direction: column;
  align-items: start;
}

.card1 h5 {
  font-weight: bolder;
  font-size: 23px;
  color: #000;
}

.card1 p {
  color: black !important;
  text-decoration: none !important;
  font-size: 14px;
  text-align: justify;
}

.card-serivce {
  position: relative;
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 1em 2em;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(32, 32, 36, 0.12);
  transition: all 0.35s ease;
  border-bottom: 3px solid #eda159;
}

.card-serivce::before,
.card-serivce::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #082252;
  height: 4px;
}

.card-serivce::before {
  width: 0;
  opacity: 0;
  transition: opacity 0 ease, width 0 ease;
  transition-delay: 0.5s;
}

.card-serivce::after {
  width: 100%;
  background: white;
  transition: width 0.5s ease;
}

.card-serivce .title {
  /* margin: 0 0 1em; */
  font-weight: bold;
  font-size: 25px;
  color: #333333;
  transition: all 0.35s ease;
}

.card-serivce .service-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.card-serivce .h6 {
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
  letter-spacing: 2px;
}

.card-serivce .hover_content {
  overflow: hidden;
  max-height: 0;
  transform: translateY(1em);
  transition: all 0.55s ease;
}

.card-serivce .hover_content p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
  color: #6e6e70;
  line-height: 1.4em;
  text-align: justify;
  line-height: 2;
}

.card-serivce:hover::before {
  width: 100%;
  opacity: 1;
  transition: opacity 0.5s ease, width 0.5s ease;
  transition-delay: 0;
}

.card-serivce:hover::after {
  width: 0;
  opacity: 0;
  transition: width 0 ease;
}

.card-serivce .hover_content {
  max-height: 100%;
  transform: none;
}

/* styles for whychoose starts here */
.whyChoose-card-parent-outer {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.whyChoose-card-parent {
  width: 400px;
  padding: 20px;
  perspective: 1000px;
}

.whyChoose-card {
  padding-top: 50px;
  border: 3px solid rgb(255, 255, 255);
  transform-style: preserve-3d;
  background: linear-gradient(135deg, #0000 18.75%, #f3f3f3 0 31.25%, #0000 0),
    repeating-linear-gradient(45deg, #f3f3f3 -6.25% 6.25%, #ffffff 0 18.75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 0;
  background-color: #f0f0f0;
  width: 100%;
  box-shadow: rgba(142, 142, 142, 0.3) 0px 30px 30px -10px;
  transition: all 0.5s ease-in-out;
}

.whyChoose-card:hover {
  background-position: -100px 100px, -100px 100px;
  transform: rotate3d(0.5, 1, 0, 30deg);
}

.whyChoose-card-content-box {
  background: #082252;
  transition: all 0.5s ease-in-out;
  padding: 60px 25px 25px 25px;
  transform-style: preserve-3d;
}

.whyChoose-card-content-box .card-title {
  display: inline-block;
  color: white;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0px, 0px, 50px);
}

.whyChoose-card-content-box .card-title:hover {
  transform: translate3d(0px, 0px, 60px);
}

.whyChoose-card-content-box .card-content {
  margin-top: 10px;
  font-size: 14px;
  text-align: justify;
  color: #f2f2f2;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0px, 0px, 30px);
}

.whyChoose-card-content-box .card-content:hover {
  transform: translate3d(0px, 0px, 60px);
}

.whyChoose-card-content-box .see-more {
  cursor: pointer;
  margin-top: 1rem;
  display: inline-block;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  color: #082252;
  background: white;
  padding: 0.5rem 0.7rem;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0px, 0px, 20px);
}

.whyChoose-card-content-box .see-more:hover {
  transform: translate3d(0px, 0px, 60px);
}

.icon-box i {
  color: #082252;
  font-size: 50px;
}

.icon-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 30px;
  right: 30px;
  height: 80px;
  width: 100px;
  border: 1px solid #082252;
  background-color: #fff;
  padding: 10px;
  transform: translate3d(0px, 0px, 80px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 17px 10px -10px;
}

.icon-box img {
  width: 100%;
}

.icon-box span {
  display: block;
  text-align: center;
}

/* styles for whychoose ends here */

/* logo slider styles section starts here */
.carousel-clients-logos {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
}

.clients-section {
  padding: 40px;
}

.carousel-container {
  overflow: hidden;
  padding: 20px 0;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

/* Track that holds the images */
.carousel-track1 {
  display: flex;
  gap: 30px;
  animation: rightscroll 20s linear infinite;
}

.carousel-track2 {
  display: flex;
  gap: 30px;
  animation: leftscroll 20s linear infinite;
}

/* Slides */
.carousel-slide {
  display: flex;
  gap: 20px;
  width: 250px;
}

.carousel-logo-outer {
  transition: all 200ms linear;
  padding: 2px;
  width: 140px;
  /* height: 150px; */
  background-color: #fff;
  /* border: 1px solid #cccbcb; */
}

.carousel-logo-outer-consulants {
  transition: all 200ms linear;
  padding: 2px;
  width: 250px;
  height: 120px;
  background-color: #fff;
}

.carousel-logo-outer-consulants img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: transform 0.3s;
}

.carousel-logo-outer:hover {
  transform: scale(1.2);
}

/* Images */
.carousel-logo-outer img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: transform 0.3s;
  padding: 0 15px;
}

.home-slider {
  margin-top: 50px;
}

.card-about {
  text-align: center;
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
  padding: 1.8rem;
  transition: 0.5s ease-out;
  overflow: visible;
}

.card-details {
  color: black;
  height: 100%;
  gap: 0.5em;
  display: grid;
  place-content: center;
}

.card-details-founder {
  display: grid;
  grid-template-columns: 300px auto;
  gap: 50px;
  justify-content: space-between;
  text-align: justify;
  align-items: center;
}

.card-button {
  transform: translate(-50%, 125%);
  width: 20%;
  border-radius: 1rem;
  border: none;
  background-color: #eda159;
  color: #fff;
  font-size: 18px;
  padding: 0.5rem 1rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease-out;
}

.card-about-aboutpage {
  text-align: center;
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
  /* padding: 1.8rem; */
  transition: 0.5s ease-out;
  overflow: visible;
}

.text-body {
  color: rgb(34 34 34);
}

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

.card {
  background-color: transparent !important;
  border: none !important;
}

.card-about:hover .card-button {
  transform: translate(-50%, 50%);
  opacity: 1;
}

.singup {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  font-weight: bold;
  font-size: x-large;
  margin-top: 1.5em;
}

.enquiry-form-card {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  width: 300px;
  flex-direction: column;
  gap: 35px;
  border-radius: 15px;
  background: #e3e3e3;
  box-shadow: 16px 16px 32px #c8c8c8, -16px -16px 32px #fefefe;
  border-radius: 8px;
}

.inputBox,
.inputBox1 {
  position: relative;
  width: 250px;
}

.inputBox input,
.inputBox1 input {
  width: 100%;
  padding: 10px;
  outline: none;
  border: none;
  color: #000;
  font-size: 1em;
  background: transparent;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: 0.1s;
  border-bottom-left-radius: 8px;
}

.inputBox span,
.inputBox1 span {
  margin-top: 5px;
  position: absolute;
  left: 0;
  transform: translateY(-4px);
  margin-left: 10px;
  padding: 10px;
  pointer-events: none;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  transition: 0.5s;
  letter-spacing: 3px;
  border-radius: 8px;
}

.inputBox input:valid ~ span,
.inputBox input:focus ~ span {
  transform: translateX(113px) translateY(-15px);
  font-size: 0.8em;
  padding: 5px 10px;
  background: #000;
  letter-spacing: 0.2em;
  color: #fff;
  border: 2px;
}

.inputBox1 input:valid ~ span,
.inputBox1 input:focus ~ span {
  transform: translateX(156px) translateY(-15px);
  font-size: 0.8em;
  padding: 5px 10px;
  background: #000;
  letter-spacing: 0.2em;
  color: #fff;
  border: 2px;
}

.inputBox input:valid,
.inputBox input:focus,
.inputBox1 input:valid,
.inputBox1 input:focus {
  border: 2px solid #000;
  border-radius: 8px;
}

.enter {
  height: 45px;
  width: 100px;
  border-radius: 5px;
  border: 2px solid #000;
  cursor: pointer;
  background-color: transparent;
  transition: 0.5s;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  margin-bottom: 3em;
}

.enter:hover {
  background-color: rgb(0, 0, 0);
  color: white;
}

/* styles for contact page */
.contant-tail-card {
  /* background-color: #  fff; */
  /* box-shadow: 2px 5px 10px #e1e4f8;
  border-top-right-radius: 50%; */
}

.col-inner p a {
  color: #082252;
  font-size: 16px;
  font-weight: 600;
}

.col-inner h3 {
  color: #727272;
  font-weight: 300;
}

.contant-tail-card1 {
  /* background-color: #fff; */
  /* box-shadow: 2px 5px 10px #e1e4f8;
  border-top-left-radius: 50%; */
}

.grid-container {
  display: grid;
  gap: 16px;
  padding: 20px;
  grid-template-columns: repeat(1, 1fr);
}

/* Responsive Grid */
@media (max-width: 600px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media screen and (max-width: 770px) {
  .footer-content {
    display: none;
  }
}

@media (min-width: 900px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

.image-box {
  position: relative;
  overflow: hidden;
  /* border-radius: 5px; */
  transition: all 200ms linear;
}

.image-box:hover img {
  transform: scale(1.5);
}

.image-box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

/* .grid-item {
  color: white;
  text-align: center;
  padding: 2px;
  border: 2px solid white;
}

.grid-item img {
  height: 200px;
} */

/* Animation Keyframes */
@keyframes rightscroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-55%);
  }
}

@keyframes leftscroll {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

/* Pause animation on hover */
.carousel-container:hover .carousel-track {
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 768px) {
  .carousel-slide img {
    height: 40px;
  }

  .tab-content-flex {
    flex-wrap: wrap;
  }

  .logo-display img {
    /* width: 180px; */
  }

  .attr-nav .navbar-nav .primary-btn {
    display: none;
  }

  .logo-footer-f {
    display: flex;
    align-items: start;
  }

  .logo-footer-f h4 {
    display: none;
  }

  .contant-tail-card,
  .contant-tail-card1 {
    border-radius: 0;
  }

  h5 {
    margin: -8px 0 10px 0;
  }

  /* .popup {
    width: 300px;
  } */
  .card-details-founder {
    display: grid;
    grid-template-columns: auto;
    gap: 50px;

    text-align: justify;
    align-items: center;
  }

  @keyframes rightscroll {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-100%);
    }
  }

  @keyframes leftscroll {
    from {
      transform: translateX(-100%);
    }

    to {
      transform: translateX(0);
    }
  }
}

/* logo slider styles section ends here */

@media screen and (max-width: 1117px) {

  .logo .logo-display img {
    padding-top: 10px;
    width: 310px;
  }

  .card1 {
    display: block;
    position: relative;
    /* width: 400px; */
    height: 250px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 32px 0px;
    /* margin: 12px; */
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
  }

  .card-outer-services {
    flex-wrap: wrap;
  }

  .card1 {
    height: auto;
  }

  .card1:hover:before {
    transform: scale(40);
  }

  .efforts-doc-img img {
    width: 300px;
  }
}

/* custom css  */
.custom-popup {
  background: url(../image/form-ueb.jpg) #ffffff no-repeat right top;
  max-width: 380px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 21px;
  border: 3px solid white;
}

form hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgb(255 255 255 / 21%);
  width: 100%;
}

.a:hover,
a:focus {
  text-decoration: none !important;
}

/* .nav.navbar.bootsnav.navbar-fixed {
  height: max-content !important;
} */

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 2px solid #132c582b;
}

@media screen and (max-width: 490px) {
  .logo .logo-display img {
    padding-top: 10px;
    width: 250px;
  }
}

@media only screen and (min-width: 991px) {
  .header-nav-menu.primary-btn {
    display: block !important;
  }
}

.header-nav-menu a.active {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
  text-decoration-color: #ca932c;
}

@media only screen and (min-width: 767px) {
  .show-in-large {
    display: block !important;
  }
}

/* custom css  */

.menu_burger .cat_burger span {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style: none;
  margin-bottom: 0px;
}
/*********************************
3. Header
*********************************/

/* Default: Hide menu on mobile */
/* Mobile menu hidden by default */

a:hover {
  text-decoration: none !important;
}

.header-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.header-link::after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ff0000, #fffefc, #0000ff);
  background-size: 200% auto;
  transition: all 0.5s;
  transform: translateX(-100%);
}

.header-link:hover::after {
  transform: translateX(0%);
  animation: gradient-89 3s linear infinite;
}

@keyframes gradient-89 {
  0% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
.main_nav_dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.main_nav_dropdown li a {
  color: #fff !important;
}

@media (max-width: 991px) {
  .main_nav_menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  .enquiry-btn {
    position: absolute;
    top: -48px;
  }

  .main_nav_dropdown {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  /* Show menu when 'menu-open' class is added */
  .main_nav_menu.menu-open {
    display: flex;
  }

  /* Show menu icon on mobile */
  .menu_trigger_container {
    display: block !important;
  }

  /* Optional: hide nav links on larger screens */
  .main_nav_menu ul {
    margin: 0;
    padding: 1rem 2rem;
  }
}

.enquiry-btn {
  color: #082252;
  padding: 6px 20px;
  border: none;
  background: #ffffff;
  font-weight: 700;
  font-size: 16px;
  margin-left: 40px;
  cursor: pointer;
}

.header {
  position: relative;
  width: 100%;
  z-index: 10;
}

.top_bar_user {
  display: inline-block;
  margin-left: 35px;
}

.top_bar_user div {
  display: inline-block;
}
.top_bar_user div:nth-child(2) {
  margin-right: 21px;
}
.top_bar_user div:nth-child(2)::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -13px;
  width: 1px;
  height: 17px;
  background: rgba(0, 0, 0, 0.1);
  content: "";
}
.top_bar_user a {
  font-size: 16px;
  font-weight: 300;
  line-height: 56px;
  color: #000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.top_bar_user a:hover {
  color: #8a8a8a;
}

/*********************************
3.2 Header Main
*********************************/

.header_main {
  z-index: 1;
}
.header.scrolled .header_main {
  display: none;
}
.header_main_item {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.logo-header img {
  width: 100%;
  object-fit: cover;
}
.wishlist_cart {
  height: 90px;
}
.wishlist {
  margin-right: 30px;
}
.wishlist_icon img {
  width: 100%;
}
.wishlist_content {
  margin-left: 8px;
}
.wishlist_text a {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

a {
  color: #000 !important;
  text-decoration: none;
}

.header-content a {
  font-weight: 500;
  font-size: 15px;
}

/*********************************
3.3 Main Navigation
*********************************/

.main_nav {
  width: 100%;
  border-top: solid 1px #f2f2f2;
}
.header.scrolled .main_nav {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main_nav_content {
  width: 100%;
  height: 60px;
}
.cat_menu_container {
  width: 293px;
  height: 100%;
  background: #0e8ce4;
  padding-left: 35px;
  cursor: pointer;
  z-index: 1;
}
.cat_menu_title {
  height: 100%;
}
.cat_burger {
  width: 18px;
  height: 14px;
}
.cat_burger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
.cat_burger span:nth-child(2) {
  top: 6px;
}
.cat_burger span:nth-child(3) {
  top: 12px;
}
.cat_menu_text {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 20px;
}
.cat_menu_container ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  /*visibility: hidden;
	opacity: 0;*/
  min-width: 100%;
  background: #ffffff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: all 0.3s ease;
}
.cat_menu_container > ul {
  padding-top: 13px;
}
.cat_menu_container:hover .cat_menu {
  visibility: visible;
  opacity: 1;
}
.cat_menu li {
  display: block;
  position: relative;
  width: auto;
  height: 46px;
  border-bottom: solid 1px #f2f2f2;
  padding-left: 35px;
  padding-right: 30px;
  white-space: nowrap;
}
.cat_menu li.hassubs > a i {
  display: block;
}
.cat_menu li a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 46px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.cat_menu li a:hover {
  color: #0e8ce4;
}
.cat_menu li a i {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 12px;
}
.cat_menu li ul {
  display: block;
  position: absolute;
  top: 35px;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}
.cat_menu li:hover > ul {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.main_nav_dropdown li {
  margin-right: 35px;
}
.main_nav_dropdown li:last-child {
  margin-right: 0px;
}
.main_nav_dropdown li a {
  font-size: 15px;
  font-weight: 400;
  color: #a19a9a;
  line-height: 60px;
}
.main_nav_dropdown li li {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0px;
}
.menu_trigger_container {
  display: none;
  width: auto;
  height: 100%;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
}
.menu_trigger {
  height: 100%;
}
.menu_burger_inner {
  display: inline-block;
}
.menu_trigger_text {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 16px;
}

/*********************************
3.4 Page Menu
*********************************/
.header-icon i {
  font-size: 20px;
  background: linear-gradient(
    to right,
    #de5d5dd4,
    #00167992
  ); /* Gradient colors */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*********************************
3.4 Responsive
*********************************/

@media (min-width: 1200px) {
  .container {
    max-width: 1300px !important;
  }
}

@media only screen and (max-width: 995px) {
  .main_nav_dropdown li {
    margin-right: 30px;
    height: 35px;
  }
  .main_nav_dropdown li a {
    font-size: 16px;
    color: #000 !important;
    text-decoration: none;
  }

  .main_nav_dropdown li a:hover {
    font-size: 16px;
    color: #02187a;
  }
}

@media only screen and (max-width: 991px) {
  .main_nav_dropdown {
    background-color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .header_search {
    display: none;
  }
  .page_menu_search {
    display: block;
  }
  .main_nav {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .wishlist_cart {
    display: none !important;
  }
  .logo a {
    font-size: 24px;
  }

  .menu_trigger_text {
    font-size: 13px;
    margin-right: 10px;
  }

  .top_bar_user {
    margin-left: 0px;
  }
  .header_search {
    display: none;
  }
  .main_nav {
    /* width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0px; */
  }
  .main_nav_content {
    /* height: 35px; */
    padding: 0 20px;
  }

  .menu_trigger_container {
    padding-right: 15px;
  }

  .page_menu_item > a {
    font-size: 12px;
  }
  .page_menu_selection li a {
    font-size: 12px;
  }

  .button {
    height: 32px;
  }
  .button a {
    font-size: 12px;
    line-height: 32px;
    padding-left: 25px;
    padding-right: 25px;
  }
}


.service-image {
    border: 2px solid #a01418;
    padding: 3px;
    /* border-radius: 5px; */
    box-shadow: 8px 8px 12px -4px #000000a6;
    min-height: 290px;
}

.service-icon-custom {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    border-right: 1px solid #a01418;
    background: #efb98669;
    box-shadow: 3px 0px 5px -4px black;
}
.service-icon-custom i{
font-size: 50px;
background: linear-gradient(to right, #de5d5d, #001679d6);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.service-card-title{
  padding: 10px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.service-features {
    margin: 6px 0;
    background: #182a5221;
    padding: 2px;
}

textarea.form-control {
    height: 94px;
}