@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary-color: #666563;
 --secondary-color: #A92D25;  /* #008081; */
  --third-color: #ffffff;
  --primary-font: "Poppins";
  --bg-color:#EAF2FC
}

* {
  margin: 0;
  /* border: 1px solid red; */
  padding: 0;
  box-sizing: border-box;
  font-family: var(--primary-font);
}

.homeTextImgDiv{
  margin-left: 90px;
}
/* On small mobiles */
@media screen and (max-width: 480px) {
    .homeTextParent {
        width: 68% !important; /* almost full width */
        margin-left: -14% !important;
    }
  .homeTextParent {
    width: 90% !important;
    margin-top: -55% !important;
    margin-left: -20% !important;
    }
    .homeBanner {
    position: relative;
    height: 220px !important;
  }
    .navbar-nav .nav-item {
        width: 45% !important;
    }
    .techTrendCard>p{
          color: #333;
    }
.client_slider_card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 0.5rem;
    border: 2px solid #b30000;
    /* margin-left: 60% !important; */
    margin-top: 1% !important;
}
.slick-prev {
    left: -15px !important;
    /* margin-top: 45px !important; */
}
.slick-next {
    right: -15px !important;
    /* margin-top: 45px !important; */

}
    .serviceGridBox {
        gap: 28px;
        margin: 10px !important;
        margin-top: 1rem !important;
    }
.serviceCard {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 30px 30px;
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    width: 90vw !important;
    margin-left: 70px !important;
}
.client_img_wrap {
    position: absolute;
    top: -40px;      /* adjust as needed */
    right: 35%;    /* adjust as needed */
    width: 80px;
    height: 80px;
}
}


.logos {
  overflow: hidden;
  background: white;
  white-space: nowrap;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logos-slide {
  display: flex;
  align-items: center;
  gap: 40px; /* space between logos */
  animation: slide 25s linear infinite !important; 
}

.logos-slide figure {
  flex: 0 0 auto;
  margin: 0;
}

.logos-slide img {
  height: 40px; /* fixed consistent height */
  width: auto; /* maintain aspect ratio */
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}

.logos-slide img:hover {
  transform: scale(1.1);
}

/* Infinite scroll animation */
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .logos-slide img {
    height: 45px;
  }
  .logos-slide {
    gap: 25px;
  }
}

mt-4 {
    margin-top: 1.5rem !important;
    color: var(--secondary-color) !important;
}

a {
  color: unset;
  text-decoration: none;
}

#preloader {
  background: #d6d6d6;
  background-size: 5%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner-grow {
  color: var(--secondary-color) !important;
}

#particles-js {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 72%;
}

.navbar-nav .nav-link.active {
  color: var(--secondary-color);
}

figure,
ul {
  margin: 0;
}

.navbar-collapse {
  flex-grow: 0;
}

.customHeader {
  width: 90%;
  margin: auto;
  height: 70px;
}

.cutomNavitem {
  align-items: center;
  font-weight: 500;
}

.footer_figure img {
  width: 100%;
}

.footer_div_style {
  width: 100%;
  justify-content: center;
  position: relative;
  height: 270px;
  /* margin-top: 5%; */
  padding-top: 3rem;
}

.homeBanner {
  position: relative;
  height: 500px;
}

.homeBanner_figure {
  height: 500px;
}

.homeBanner_figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer_logo img {
  width: 50%;
  height: auto;
}
.bannerAnimateLogo {
  /* opacity: 0;
  transition: opacity 1s ease-in-out; */
}

.bannerAnimateLogo:hover {
  /* opacity: 1; */
}

.bannerAnimateLogo img {
  width: 100%;
  animation: slideDownUp 5.3s linear infinite;
}

@keyframes slideDownUp {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(+30px);
    /* Move 2px up */
  }
}

.hometextDiv span {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  color: #ffffff;
}

.hometextDiv h1 {
  font-family: Poppins;
  font-size: 55px;
  font-weight: 600;
  line-height: 90px;
  color: #ffffff;
  width: 850px;
  text-align: left;
  
}

.hometextDiv h2 {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  color: #ffffff;
}

.homeTextImgDiv {
  display: flex;
  position: absolute;
  top: 15%;
  width: 710px;
  line-height: 2;
}

.hometextDiv button,
.contact_us {
  background: var(--secondary-color);
  padding: 10px 16px 10px 16px;
  border-radius: 10px;
  opacity: 0px;
  font-family: Poppins;
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
  color: #ffffff;
}

.homeTextParent {
  width: 95%;
  margin: auto;
}

.logos {
  overflow: hidden;
  background: white;
  white-space: nowrap;
  width: 90%;
  margin: auto;
}

.logos-slide {
  height: 220px;
  display: inline-block;
  animation: slide 10s infinite linear;
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide figure {
  display: inline-block;
  height: 100%;
  /* margin: 0 40px; */
}

.logos-slide figure img {
  height: 100%;
}

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

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

.logos-slider-section h1 {
  text-align: center;
  color: var(--secondary-color);
  font-size: 27px;
  font-weight: 500;
}

.service_child_parent {
  width: 90%;
  margin: auto;
}

.service_card button {
  background-color: var(--secondary-color);
  color: var(--third-color);
  font-weight: 400;
  font-size: 19px;
  padding: 5px 29px;
  border: none;
  border-radius: 4px;
}

.service_card h4 {
  font-weight: 600;
  font-size: 20px;
}

.service_card p,
.service_card_text .hoverDivDesc {
  font-weight: 500;
  font-size: 19px;
  color: var(--primary-color);
}

.service_card_text {
  text-align: center;
}

.service_card figure img {
  width: 100%;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 1;
  visibility: visible;
}

.service_child_parent .slick-track {
  /* height: 429px; */
  /* column-gap: 23px;
  display: flex; */
}

.service_absolute h3 {
  color: var(--third-color);
  text-align: center;
  font-weight: 600;
  font-size: 35px;
}

.service_absolute h2, h3, h4 {
  color: var(--secondary-color);
  text-align: center;
  font-weight: 500;
  font-size: 25px;
}
.our-services h1, h2, h3, h4, h5, h6{
  color: var(--secondary-color) !important;
}
.our_service {
  position: relative;
}

.service_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

.our_service_figure img {
  width: 100%;
}

.service_child_parent .slick-slide {
  background-color: var(--third-color);
  padding: 19px 15px;
  border-radius: 5px;
  height: 495px;
  position: relative;
  margin: 10px;
}

.accordion-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: var(--third-color);
}

.accordion-content-wrapper .accordion-number {
  font-weight: 700;
  font-size: 30px;
}

.accordion-content-wrapper .accordion-title {
  font-weight: 500;
  font-size: 23px;
}

.accordion-number {
  margin-right: 10px;
}

.accordion-title {
  margin-right: 10px;
  /* flex-shrink: 0; */
}

.accordion-line {
  flex-grow: 1;
  height: 2px;
  background-color: var(--third-color);
  margin-left: 10px;
  margin-right: 10px;
}

.accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.accordion-button::after {
  margin-left: 10px;
  /* Space between line and arrow */
}

.accordion-item {
  border: none;
}

.accordionFlex {
  display: flex;
  width: 70%;
  margin: auto;
  column-gap: 14%;
}

.consulting_approach {
  position: relative;
  height: 650px;
  /* margin-top: 19%; */
}

.consulting_absolute {
  color: var(--third-color);
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
}

.consulting_approach_figure img {
  width: 100%;
  height: 650px;
}

.accordion-flush {
  width: 100%;
  --bs-accordion-bg: none;
}

.accordion-button.collapsed .fa-chevron-down {
  display: inline-block;
  color: black;
}

.accordion-button:not(.collapsed) .fa-chevron-down {
  display: none;
}

.accordion-button.collapsed .fa-chevron-up {
  display: none;
}

.accordion-button:not(.collapsed) .fa-chevron-up {
  display: inline-block;
  color: black;
}

.iconDiv {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  background: var(--third-color);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.accordion-button::after {
  display: none;
}

.accordion-body {
  color: var(--third-color);
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: unset;
}

.consulting_child h2 {
  font-size: 40px;
  font-weight: 600;
}

.consulting_child h3 {
  font-size: 25px;
  font-weight: 500;
}

.techTrendFigure img {
  width: 100%;
}

.techTrendGrid {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: var(--primary-color);
  column-gap: 37px;
  row-gap: 95px;
  margin-top: 53px;
}

.cards-img-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.techTrendCards {
  border-radius: 6px;
  background-color: var(--third-color);
  padding: 20px 16px;
}

.techTrendCards p {
  font-weight: 400;
  font-size: 16px;
}

.latestTechTrend {
  position: relative;
  background-color: #E7ECF1;

}

.techTrendAbsolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: var(--third-color);
  padding-top: 41px;
}

.cards-img-div span {
  color: black;
  font-size: 25px;
  font-weight: 600;
}

.clientsFigure img {
  width: 100%;
}

.client_slider {
  width: 90%;
  margin: auto;
  margin-top: 30px;
}

.client_slider_card {
  text-align: center;
  position: relative;
  padding: 24px;
  margin: 0 10px;
}

.client_slider_card h3 {
  margin-top: 78px;
  font-weight: 600;
  font-size: 25px;
}

.client_slider_card p {
  font-weight: 400;
  font-size: 16px;
}

.client_slider_card figure {
  position: absolute;
  top: -50px;
  transform: translateX(60%);
}

.client_slider .slick-track {
  /* display: flex;
  column-gap: 32px;
  height: 350px;
  padding-top: 65px; */
}

.ourClients {
  position: relative;
}

.clients_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.clients_absolute > h2 {
  font-weight: 600;
  font-size: 40px;
  color: var(--third-color);
  text-align: center;
  margin-top: 34px;
}

.clients_absolute > h3 {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  color: var(--third-color);
  text-align: center;
}

.clients_absolute > h3 > span {
  color: var(--secondary-color);
}

.client_slider .slick-slide {
  background-color: var(--third-color);
  border-radius: 8px;
}

/* .containerCustomFooter {
  margin-top: 100px;
} */

.usefulLinkStyle .ulItem li {
  color: var(--primary-color);
}

.usefulLinkStyle h5 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 25px;
}

.pText {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 13px;
}

/* 
about page css starts here
*/
.aboutBanner {
  position: relative;
}

.aboutTextBanner {
  width: 70%;
  margin-left: 9%;
  position: absolute;
  top: 0;
  margin-top: 5%;
  color: var(--third-color);
}

.aboutTextBanner h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
}

.aboutTextBanner h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  text-align: left;
  color: var(--third-color) !important;
}

.aboutTextBanner h3 {
  font-weight: 500;
  font-size: 20px;
  width: 50%;
  line-height: 30px;
  text-align: left;
  color: var(--third-color) !important;
}

.bannerFigure {
  height: 500px;
}

.bannerFigure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutwhoFigure img {
  width: 100%;
}

.whoWe {
  position: relative;
}

.whoMargin {
}

.whoWeAbsolute {
  position: absolute;
  top: 0;
  display: flex;
  padding-left: 5%;
  padding-right: 5%;
  column-gap: 6%;
  padding-top: 4%;
  width: 100%;
}

.whoImage {
  min-width: 514px;
}

.whoImageBanner img {
  width: 100%;
}

.footerIcon {
  /* width: 90%;
  margin: auto; */
  padding: 0 5%;
  box-shadow: 0px -3px 4px 0px #00000040;
}

.blockChainBanner video {
  width: 100%;
}

/* about us css ends here */

/* service css starts here */

.blockChainBanner {
  position: relative;
}

.ourService {
  position: relative;
  height: 550px;
}

.serviceChild {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.serviceChild > h2 {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 35px;
  text-align: center;
}

.serviceChild > h3 {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 25px;
  text-align: center;
}

.ourServiceFigure img {
  width: 100%;
}

.serviceGridBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  width: 90%;
  margin: auto;
  column-gap: 75px;
  row-gap: 63px;
}

.serviceCard {
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow: 0px 0px 4px 0px #00000040;
  padding: 22px 17px;
}

.serviceCard h3 {
  font-weight: 600;
  font-size: 17.78px;
  margin-top: 13px;
}

.aboutGif {
  position: absolute;
  top: 17%;
  left: 54%;
  transform: translateX(-50%);
}

.aboutGif img {
  width: 298px;
  height: 298px;
}

.extendedReality h2 {
  width: 65%;
}

/* service css ends here */

/* ourTeam css starts here */

.ourTeamFigure {
  display: flex;
  height: 500px;
}

.ourTeamFigure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ourTeamFigure figure:nth-of-type(1) {
  width: 1%;
  position: relative;
  overflow: hidden;
}

.ourTeamFigure figure:nth-of-type(2) {
  width: 1%;
}

.ourTeamBanner {
  position: relative;
}

.ourTeamText {
  position: absolute;
  top: 140px;
  left: 76px;
  width: 35%;
}
.ourTeamText1{
  position: absolute;
  top: 140px;
  left: 76px;
  width: 40%;
}

.ourTeamText h1 {
  font-weight: 700;
  font-size: 48px;
  color: var(--third-color);
}

.ourTeamText h2 {
  font-weight: 600;
  font-size: 28px;
  color: var(--third-color);
}

.ourTeamText h3 {
  font-weight: 500;
  font-size: 20px;
  color: var(--third-color);
}

.ourTeamSlide {
  position: relative;
  height: 500px;
}

.teamSlideText {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.ourTeamSlideFigure img {
  width: 100%;
}

.teamSlideSlick {
  /* display: flex; */
  width: 90%;
  margin: auto;
}

.teamSlideSlick .slick-track {
  /* display: flex;
  text-align: -webkit-center;
  column-gap: 40px; */
}

.teamCard {
  background-color: #ffffff;
  margin: 0 10px;
  text-align: center;
}

.teamCard h3 {
  font-weight: 600;
  font-size: 25px;
}

.teamCard h4 {
  font-weight: 400;
  font-size: 16px;
}

.teamCard img {
  width: 100%;
}

.teamSlideText > h2 {
  font-weight: 600;
  font-size: 40px;
  color: var(--secondary-color);
  text-align: center;
}

.teamSlideText > h3 {
  font-weight: 500;
  font-size: 25px;
  color: var(--secondary-color);
  text-align: center;
}

/* ourTeam css ends here */

/* career page css starts here */
.careerPageFigure {
  height: auto;
  min-height: 1000px;
}

.careerPageFigure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imgSearch {
  background: url(../img/search.png) no-repeat;
  background-color: white;
  padding: 7px 34px;
  background-position: 2% 50%;
  border-radius: 8px;
  border: 1px solid #003566;
  width: 587px;
}

.selectSearch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.selectSearch select {
  padding: 8px 68px;
  background-color: var(--secondary-color);
  font-weight: 600;
  font-size: 12px;
  color: white;
  border-radius: 5px;
}

.selectSearch select option {
  background-color: white;
  color: black;
}

.careerGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 13px;
  row-gap: 42px;
}

.careerCard {
  background-color: #ffffff;
  padding: 24px 15px;
  border-radius: 8px;
}

.careerCard h3 {
  font-weight: 600;
  font-size: 20px;
  color: #333;
}

.careerCard ul {
  font-weight: 400;
  font-size: 16px;
  list-style: none;
  padding-left: 0;
}

.careerPage {
  position: relative;
  background-color: #efefef;
}

.careerPageDetailes {
   background-color: #efefef;
}

.careerAbsolute {
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0; */
  width: 90%;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.careerbody {
  width: 90%;
  margin: auto;
  padding-bottom: 84px;
}

.inputButton {
  position: relative;
}

.inputButton button {
  position: absolute;
  right: 0;
  top: 2%;
  font-weight: 500;
  font-size: 17px;
  background-color: var(--secondary-color);
  border: none;
  padding: 6px 16px;
  border-radius: 8px;
}

/* career page css ends here */

/* career detail page css starts here */
.careerDetailFigure img {
  width: 100%;
}

.jobDescTitle ul {
  list-style: none;
  padding: 0;
}

.jobDescTitle ul li {
  font-weight: 500;
  font-size: 15px;
  line-height: 22.5px;
}

.jobDescTitle ul li span {
  font-weight: 400;
  font-size: 15px;
}

.job-Description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.careerButton button {
  padding: 8px 20px;
  background-color: var(--secondary-color);
  border: none;
  border-radius: 8px;
  color: var(--third-color);
}

.job-Description {
  font-weight: 500;
  font-size: 15px;
  color: var(--primary-color);
}

.job-Description .job-child li span {
  color: black;
}

.jobDescParent {
  padding: 16px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 4px 8px 0px #00000029;
  margin-top: 40px;
}

/* career detail page css ends here */

/* blog css starts here */
.blogChild {
  position: relative;
}

/* .blogChildAbsolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
} */
.blogChildAbsolute {
  position: relative; /* changed from absolute */
  width: 90%;
  margin: 0 auto;
}
.blogChildAbsolute > h2 {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  color: var(--secondary-color);
  margin-top: 18px;
}

.blogChildAbsolute > h3 {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  color: var(--secondary-color);
  margin-bottom: 18px;
}

.blogChildFigure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 56px 32px;
}

.blogChildFigure {
  height: 70em;
}

.blogGridCard img {
  width: 100%;
}

.blogGridCard h3 {
  font-weight: 600;
  font-size: 20px;
}
.blogGridCard p {
  font-weight: 400;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
.blogGridCard h4 {
  font-weight: 500;
  font-size: 18px;
}

.pagination {
  display: flex;
  justify-content: center;
  column-gap: 23px;
  align-items: baseline;
  /* margin-top: 65px; */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-55%);
}

.pagination-child {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.pagination-child h5 {
  margin: 0;
  font-weight: 400;
  font-size: 19px;
}

.pagination-middle-number > .paginationBoldNumber {
  font-weight: 500;
  font-size: 25px;
  columns: var(--secondary-color) !important;
}

.pagination-middle-number span {
  font-weight: 400;
  font-size: 25px;
}

/* blog css ends here */

/* news css starts here */
.newsSection {
  position: relative;
}

.newsAbsolute {
  width: 90%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.newsFigure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  column-gap: 32px;
  row-gap: 95px;
}

.newsGridChild {
  padding: 13px 10px;
  background-color: white;
  border-radius: 7px;
}

.newsGridChild img {
  width: 100%;
}

.newsFigure {
  height: 75em;
  position: relative;
}

.newsGridChild h3 {
  font-weight: 600;
  font-size: 25px;
  margin-top: 19px;
}

.newsGridChild p {
  font-weight: 400;
  font-size: 16px;
  margin-top: 11px;
}

.secondTeamClass {
  top: 237px;
}

/* news css ends here */

/* documentation css starts here */

/* /* documentation css ends here */
.documentationChild {
  position: relative;
}

.documentationAbsolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
}

.documentationChildFigure img {
  width: 100%;
}

.documentationGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
  row-gap: 32px;
}

.documentationCard img {
  width: 100%;
  z-index: 1;
  position: relative;
  /* box-shadow: 0px 2px 4px 0px #00000040; */
}

.documentationCard {
  text-align: center;
  height: 330px;
}

.documentationCard h3 {
  display: inline;
  background-color: white;
  position: relative;
  top: -17px;
  z-index: 0;
  box-shadow: 0px 0.58px 1.15px 0px #00000040;
  border-radius: 4.73px;
  padding: 5px 14px;
  font-weight: 500;
  font-size: 8px;
  transition: all 0.5s ease;
  color: var(--primary-color);
}

.documentationCard:hover h3 {
  font-size: 28px;
  padding: 6px 25px;
  top: -7px;
  transform: scale(1.1);
}

/* contact us css starts here */
.contactusFigure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactUs {
  position: relative;
}

.constactUsAbsolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
}

.contactUsChildtwo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 2px white solid;
  column-gap: 80px;
  padding: 50px 80px;
  border-radius: 8px;
  position: relative;
}

.contact-detail-child {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: space-between;
  margin-top: 53px;
  margin-bottom: 60px;
  row-gap: 18px;
}

.contact-Icons {
  display: flex;
  align-items: center;
  column-gap: 29px;
}

.iconStyle {
  background-color: var(--secondary-color);
  padding: 13px;
  border-radius: 8px;
}

.contact-details {
  background-color: white;
  border-radius: 8px;
  padding: 0 35px;
  margin-bottom: 65px;
}

.contact-touch {
  background-color: white;
  border-radius: 8px;
  padding-left: 32px;
  padding-right: 32px;
}

.contact-touch-child {
  display: flex;
  flex-direction: column;
  row-gap: 33px;
  margin-top: 42px;
}

.contact-touch button {
  background-color: var(--secondary-color);
  padding: 6px 11px;
  border-radius: 8px;
  border: none;
  color: white;
}

.contact-touch-child input,
.contact-touch-child textarea {
  border: none;
  padding: 16px 30px;
  border-radius: 8px;
  resize: none;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #000000;
}

.contact-touch-child input::placeholder,
.contact-touch-child textarea::placeholder {
  color: #000000;
}

.spanDesign {
  color: var(--secondary-color);
  padding: 18px 19px;
  box-shadow: 2px 4px 7.1px 0px #0000007a;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}

.classSocialMedia {
  bottom: 55px;
}

.constactUsAbsolute > h2 {
  color: var(--secondary-color);
  text-align: center;
  margin-top: 35px;
}

.constactUsAbsolute > h3 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

/* contact us css ends here */

/* modal css */
.career_documents .modal-content {
  background-color: var(--bg-color);
  padding: 30px 0;
}

.form_div {
  width: 58%;
  margin: auto;
}

.career_documents.modal {
  --bs-modal-width: 70%;
}

.file-input-container {
  text-align: center;
  margin-bottom: 14px;
}

.custom-file-label {
  padding: 10px 20px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--secondary-color);
  background: #fff;
  color: var(--secondary-color);
  text-align: center;
  font-variant-numeric: slashed-zero;
  font-family: "Comfortaa";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.file-input-container {
  text-align: center;
  margin-bottom: 14px;
}

.custom-file-input {
  display: none;
}

.form_div h4 {
  color: #424240;
  font-variant-numeric: slashed-zero;
  font-family: "Comfortaa";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 12px;
}

.form-group {
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
}

.form-group label {
  color: #424240;
  font-variant-numeric: slashed-zero;
  font-family: "Comfortaa";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-group input {
  border-radius: 10px;
  border: 1px solid #adaca8;
  background: #fff;
  padding: 11px 24px;
  outline-color: #e77a11;
  width: 100%;
}

.drop_down {
  position: relative;
  top: 11px;
  left: 14%;
  height: 0;
  color: #adaca8;
  font-size: 17px;
  pointer-events: none;
}

.phone-input {
  display: flex;
  align-items: center;
}

#country_code {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 29%;
  padding-left: 3%;
  outline-color: #e77a11;
  color: #adaca8;
}

.phone-input select,
.phone-input input[type="tel"] {
  height: 47.5px;
  width: 100%;
  -webkit-appearance: none;
}

#phone {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.add_docx {
  height: 0;
  position: relative;
  top: 1%;
  left: 3%;
  font-size: 24px;
  color: #adaca8;
  pointer-events: none;
}

.input1 {
  color: var(--secondary-color);
  font-variant-numeric: slashed-zero;
  font-family: "Comfortaa";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input2 {
  color: #adaca8;
  font-variant-numeric: slashed-zero;
  font-family: "Comfortaa";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.custom-file-label2 {
  border-radius: 10px;
  border: 1px solid var(--secondary-color);
  background: #fff;
  color: #fff;
  padding: 4px 20px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-align: initial;
  padding-left: 9%;
}

.button_form {
  width: 100%;
  border-radius: 10px;
  background-color: var(--secondary-color);
  padding: 10px 24px;
  color: #fff;
  font-family: "Comfortaa";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}

.flexDesign {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 55px;
}

.flexDesign .flexDesign1 {
}

.flexDesign .flexDesign2 {
}

.blokChainFigure {
  width: 632px;
  position: relative;
  top: -9%;
}

.blokChainFigure img {
  width: 100%;
  animation: slideDownUp 5.3s linear infinite;
}

.footerIcon h4 {
  font-size: 1.1rem !important;
}

@keyframes slideDownUp {
  0% {
    transform: translateY(-10%);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10%);
  }
}

.pagination-child a {
  display: flex;
}

/* animation css */

@media only screen and (min-width: 1200px) {
  .hoverDivDesc {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .service_card:hover .hoverDivDesc {
    opacity: 1;
    visibility: visible;
    margin-bottom: 25px;
  }

  .service_card figure img {
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .service_card:hover figure img {
    opacity: 0;
    visibility: hidden;
  }

  .service_card:hover .service_card_text {
    top: -270px;
    position: relative;
    width: 86%;
    margin: auto;
  }

  .service_card:hover .service_card_text h4 {
    margin-bottom: 21px;
  }

  .service_card:hover .service_card_text p {
    margin-bottom: 24px;
  }

  .service_card:hover button {
    top: 392px;
    left: 76.5px;
  }

  .techTrendCards .cards-img-div img {
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }

  .techTrendCards:hover .cards-img-div img {
    visibility: hidden;
    opacity: 0;
  }

  .techTrendCards .cards-img-div span {
    position: relative;
    left: 0;
    transition: left 0.4s ease;
  }

  .techTrendCards:hover .cards-img-div span {
    left: -15%;
  }

  .client_slider_card figure {
    position: absolute;
    top: 34px;
    transform: translateX(76%);
    transition: transform 0.3s ease, top 0.3s ease;
  }
/* 
  .client_slider_card:hover figure {
    top: -50px;
  }

  .client_slider_card p {
    opacity: 0;
    transition: transform 0.3s ease, top 0.3s ease;
  }

  .client_slider_card:hover p {
    opacity: 1;
  }

  .client_slider_card h3 {
    margin-top: 40%;
    transition: transform 0.3s ease, top 0.3s ease;
  }

  .client_slider_card:hover h3 {
    margin-top: 21%;
  } */

  .client_slider_card figure {
  top: -50px; /* keep it fixed at the hover position if you like that style */
}

.client_slider_card p {
  opacity: 1 !important; /* always visible */
}

.client_slider_card h3 {
  margin-top: 21% !important; /* keep at final hover position */
}

  .client_slider_card {
    top: 64px;
  }

  .client_slider .slick-track {
    height: 315px;
  }

  .serviceCard {
    position: relative;
    transition: transform 0.3s ease;
    transform-origin: top left;
    /* The card will grow towards bottom-right */
  }

  .serviceCard:hover {
    transform: scale(1.09);
  }

  .hoverDiv {
    position: relative;
    height: 65px;
    transition: transform 0.3s ease, top 0.3s ease;
  }

  .teamCard .hoverDiv p {
    opacity: 0;
    position: absolute;
    width: 100%;
    background: white;
    padding-bottom: 15px;
    top: 0;
    transition: transform 0.4s ease, top 0.4s ease;
  }

  .teamCard:hover .hoverDiv p {
    opacity: 1;
    position: absolute;
    top: -22px;
  }

  .teamCard .hoverDivName {
    right: 0;
    left: 0;
    position: absolute;
    background-color: white;
    width: 100%;
    padding-bottom: 40px;
    transition: top 0.9s ease-in-out;
    top: 0;
  }

  .teamCard:hover .hoverDivName {
    top: -100px;
  }

  .newsGridChild p {
    position: relative;
    margin: -10px;
    padding-top: 10px;
  }

  .newsGridChild p > span {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border-radius: 8px;
    transition: opacity 0.6s ease-in-out;
  }

  .newsGridChild:hover p > span {
    opacity: 1;
  }

  .service_card button {
    position: absolute;
    top: 90%;
    left: 29%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hometextDiv button,
  .contact_us {
    background: var(--secondary-color);
    padding: 8px 14px;
  }

  .Lagran-Nav_logo figure {
    width: 240px;
  }

  .Lagran-Nav_logo figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    overflow: hidden;
  }

  .service_absolute h2 {
    font-size: 30px;
    color: var(--secondary-color);
  }

  .consulting_child h3 {
    font-size: 23px;
  }

  .techTrendAbsolute h3 {
    font-size: 23px;
  }

  .techTrendAbsolute h4 {
    font-size: 23px;
  }

  .techTrendFigure {
    height: 55em;
  }

  .techTrendFigure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .client_slider_card figure {
    top: 20px;
    transform: translateX(63%);
  }
}

@media (min-width: 1200px) and (max-width: 1280px) {
  .client_slider_card figure {
    top: 11px;
    transform: translateX(52%);
  }
}

/* animation ends here */
@media only screen and (max-width: 768px) {
  .hometextDiv h2 {
    line-height: 24px;
    font-size: 14px;
  }

  .Lagran-Nav_logo figure {
    width: 235px;
  }

  .Lagran-Nav_logo figure img {
    width: 100%;
  }

  .customHeader {
    width: 95%;
  }

  .hometextDiv span {
    font-size: 16px;
    line-height: 24px;
  }

  .hometextDiv h1 {
    font-size: 16px;
    line-height: 1.5;
  }

  .hometextDiv h2 {
    font-size: 14px;
  }

  .client_slider_card figure {
    position: absolute;
    top: -50px;
    transform: translateX(70%);
  }

  .hometextDiv button,
  .contact_us {
    padding: 4px 10px 4px 10px;
    font-size: 15px;
    display: none;
  }

  .our_service_figure {
    height: 48em;
  }

  .our_service_figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .consulting_approach_figure {
    height: 72em;
  }

  .consulting_approach_figure img {
    height: 100%;
    object-fit: cover;
  }

  .techTrendGrid {
    grid-template-columns: repeat(1, 1fr);
  }

  .homeBanner_figure {
    height: 14rem;
  }

  .homeBanner_figure img {
    height: 100%;
  }

  .homeTextImgDiv {
    top: 12%;
  }

  .techTrendFigure {
    height: 43em;
  }

  .techTrendFigure img {
    height: 100%;
    object-fit: cover;
  }

  .clientsFigure {
    height: 44em;
  }

  .clientsFigure img {
    height: 100%;
  }

  .techTrendGrid {
    display: flex;
    overflow: auto;
  }

  .techTrendCards {
    height: 330px;
    min-width: 371px;
  }

  .techTrendCards p {
    margin-top: 35px;
  }

  .footer_figure img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }

  .footer_figure {
    height: 50em;
  }

  .footer_div_style {
    text-align: center;
  }

  .whoWeAbsolute {
    flex-direction: column;
  }

  .whoImage {
    min-width: 204px;
  }

  .aboutwhoFigure img {
    height: 100%;
    object-fit: cover;
  }

  .aboutwhoFigure {
    height: 7rem !important;
  }

  .aboutTextBanner {
    width: 100%;
    padding: 0 10px;
    margin-left: 0;
  }

  .bannerFigure {
    height: 22em;
  }

  .bannerFigure img {
    height: 100%;
    object-fit: cover;
  }

  .aboutTextBanner h3 {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
  }

  .aboutTextBanner h1 {
    font-size: 24px;
  }

  .aboutTextBanner h2 {
    font-size: 18px;
  }

  .serviceChild > h2 {
    font-size: 24px;
  }

  .serviceChild > h3 {
    font-size: 18px;
  }

  .extendedReality h2 {
    width: 90%;
  }

  .ourServiceFigure {
    height: 110em;
  }

  .ourServiceFigure img {
    height: 100%;
    object-fit: cover;
  }

  .serviceGridBox {
    grid-template-columns: repeat(1, 1fr);
  }

  .blockChainBanner {
    height: 25em;
  }

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

  .ourTeamSlideFigure {
    height: 52em;
  }

  .ourTeamSlideFigure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ourTeamFigure {
    height: 20em;
  }

  .ourTeamText {
    top: 80px;
    width: 70%;
  }

  .newsText {
    top: 27px;
  }

  .newsGridChild h3 {
    font-size: 20px;
  }

  .secondTeamClass {
    top: 18%;
  }

  .constactUsAbsolute > h2 {
    margin-top: 24px;
  }

  .ourTeamText h1 {
    font-size: 24px;
  }

  .constactUsAbsolute > h3 {
    font-size: 18px;
  }

  .ourTeamText h2 {
    font-size: 18px;
  }

  .ourTeamText h3 {
    font-size: 16px;
  }

  .teamSlideSlick .slick-track {
    column-gap: 13px;
  }

  .careerGrid {
    grid-template-columns: repeat(1, 1fr);
  }

  .selectSearch {
    flex-direction: column;
  }

  .selectSearch select {
    width: 100%;
  }

  .inputButton {
    width: 100%;
    margin-top: 20px;
  }

  .imgSearch {
    width: 100%;
  }

  /* .careerPageFigure {
    height: 153em;
  } */

  .careerPageFigure {
    height: 93em;
  }

  .blogGrid {
    grid-template-columns: repeat(1, 1fr);
  }

  .blogChildFigure {
    height: 170em;
  }

  .newsGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .newsFigure {
    height: 212em;
  }

  .detailText {
    top: 128px;
  }

  .blogChildAbsolute > h2 {
    font-size: 24px;
  }

  .blogChildAbsolute > h3 {
    font-size: 18px;
  }

  .teamSlideText > h2 {
    font-size: 24px;
  }

  .teamSlideText > h3 {
    font-size: 18px;
  }

  .documentationGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 6px;
  }

  .documentationChildFigure {
    height: 32em;
  }

  .documentationChildFigure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .documentationCard {
    height: auto;
  }

  .documentationCard:hover h3 {
    font-size: 12px;
  }

  .documentationCard h3 {
    top: -13px;
    font-size: 6px;
  }

  .contactusFigure {
    height: 69em;
  }

  .contactUsChildtwo {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }

  .constactUsAbsolute {
    width: 100%;
  }

  .contact-details {
    padding: 0 0px;
  }

  .classSocialMedia {
    bottom: -63px;
  }

  .hoverDivDesc {
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  .service_card_text {
    text-align: center;
    margin-top: 25px;
  }

  .service_card p,
  .service_card_text .hoverDivDesc {
    margin-top: 18px;
  }

  .client_slider .slick-list {
    padding-top: 55px;
  }

  .aboutGif {
    display: none;
  }

  .consulting_absolute .accordion-button {
    padding: 10px;
  }

  .accordionFlex {
    display: flex;
    width: 100%;
  }

  .careerDetailFigure {
    height: 16em;
  }

  .careerDetailFigure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contact-touch {
    padding-left: 9%;
  }

  .mobile-padding-left {
    padding-left: 9%;
  }

  .service_absolute h3 {
    font-size: 24px;
  }

  .service_absolute h2 {
    font-size: 18px !important;
  }

  .accordion-content-wrapper .accordion-title {
    font-weight: 500;
    font-size: 12px !important;
  }

  .consulting_child h3 {
    font-size: 18px;
    font-weight: 500;
  }

  .consulting_child h2 {
    font-size: 24px;
    font-weight: 600;
  }

  .accordion-content-wrapper .accordion-number {
    font-weight: 600;
    font-size: 14px;
  }

  .iconDiv {
    height: 18px;
    width: 18px;
  }

  .techTrendAbsolute h2 {
    font-size: 24px;
  }

  .techTrendAbsolute h3 {
    font-size: 18px;
  }

  .techTrendAbsolute h4 {
    font-size: 18px;
  }

  .cards-img-div span {
    font-size: 24px;
  }

  .clients_absolute > h2 {
    font-weight: 600;
    font-size: 24px;
  }

  .clients_absolute > h3 {
    font-size: 18px;
  }

  .blokChainFigure {
    display: none;
  }

  .contact-detail-child {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: space-between;
    margin-top: 53px;
    margin-bottom: 60px;
    row-gap: 18px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .logos-slide {
    height: 159px;
  }

  .logos-slider-section h1 {
    font-size: 24px;
  }
}

@media (min-width: 1500px) and (max-width: 1590px) {
  .service_child_parent .slick-slide {
    height: 495px;
  }

  .service_card:hover button {
    top: 362px;
    left: 88.5px;
  }
}

@media (min-width: 1590px) and (max-width: 1674px) {
  .service_child_parent .slick-slide {
    height: 522px;
  }

  .service_card:hover button {
    top: 377px;
    left: 92.5px;
  }

  .client_slider_card figure {
    position: absolute;
    top: 28px;
    transform: translateX(91%);
  }

  .blogChildFigure {
    height: 75em;
  }
}

@media (min-width: 1675px) and (max-width: 1800px) {
  .service_child_parent .slick-slide {
    height: 570px;
  }

  .service_card:hover button {
    top: 400px;
    left: 99.5px;
  }

  .client_slider_card figure {
    position: absolute;
    top: 34px;
    transform: translateX(106%);
  }

  .blogChildFigure {
    height: 79em;
  }
}

@media only screen and (min-width: 1800px) {
  .service_child_parent .slick-slide {
    height: 573px;
  }

  .service_card:hover button {
    top: 369px;
    left: 116.5px;
  }

  .service_card button {
    position: absolute;
    top: 90%;
    left: 33%;
  }

  .client_slider_card h3 {
    margin-top: 33%;
  }

  .client_slider_card figure {
    position: absolute;
    top: 34px;
    transform: translateX(112%);
  }

  .blogChildFigure {
    height: 79em;
  }
}
.line1 {
  font-size: 35px !important;
  font-weight: 500;
  color: #ffffff;
}

.line2 {
  font-size: 45px !important;
  font-weight: 600 !important;
  color: #F6EAE9;
  max-width: 300px;
}

.line3 {
  font-size: 20px !important;
  font-weight: 400;
  color: #ffffff;
}


.footerBottomWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #EAF2FC;
  margin-top: -3%;
}

.footerBottom {
  width: 83%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 3rem 0;
  gap: 1rem;
}

.copyRightText {
  font-size: 14px;
  color: var(--primary-color);
  flex: 1 1 100%;
  text-align: center;
}

.socialIcons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1 1 100%;
}

.socialIcons li img {
  width: 24px;
  height: 24px;
}

/* Responsive override for larger screens */
@media (min-width: 768px) {
  .copyRightText,
  .socialIcons {
    flex: 0 0 auto;
    text-align: left;
  }

  .footerBottom {
    flex-wrap: nowrap;
  }

  .socialIcons {
    justify-content: flex-end;
  }
  .client_img_wrap {
    position: absolute;
    top: -40px;      /* adjust as needed */
    right: 40%;    /* adjust as needed */
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1100px) {
    .h4, h4 {
        font-size: 1.5rem;
        color: var(--secondary-color);
    }
    .client_img_wrap {
    position: absolute;
    top: -40px;      /* adjust as needed */
    right: 40%;    /* adjust as needed */
    width: 80px;
    height: 80px;
    }
}
.service_absolute {
    position: relative;
    padding: 10px 15px;
    text-align: center;
    background-color: #E7ECF1CC !important;
}
.banner_text p{
  line-height: 2 !important;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .consulting_child h3 {
        font-size: 23px;
        width: 70%;
        margin-left: 15%;
    }
}
.cards-img-div {
  width: 364px;
  text-align: center;
}

.cards-img-div img {
  width: 124px;
  height: 82px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
.techTrendAbsolute h5{
  color: #fff;
  width: 80%;
  margin-left: 10%;
  font-size: 16px;
}

/* Container Layout */
.ourClients {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem;
  background-color: #fff;
  border-left: 2px dotted #2a4d9b;
  border-right: 2px dotted #2a4d9b;
  font-family: 'Segoe UI', sans-serif;
  height: 510px;
}

.clientsFigure{
  height: 630px;
} 
.clientsFigure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}



.clients_absolute h2 {
  font-size: 2rem;
  color: #b30000; /* dark red */
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.clients_absolute h3 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: #990000; /* lighter red */
}

.clients_absolute h3 span {
  font-weight: bold;
  color: #b30000;
}

.client_slider::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

/* Individual Card */
.client_slider_card {
  background-color: #fff;
  border: 1px solid #b30000;
  border-radius: 8px;
  padding: 1rem;
  width: 220px;
  text-align: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transform: scale(1.0);
}

/* Client Image */
.client_slider_card figure {
  margin: 0;
}
/* .client_slider_card {
    position: relative !important;
}

.client_slider_card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0.5rem;
  border: 2px solid #b30000;
  margin-left: 105%;
  margin-top: 1px;
} */
 
.client_slider_card {
    position: relative;
    padding-top: 40px; /* space so image doesn't overlap text */
}



.client_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #b30000;
}


.slick-slide {
    display: none;
    float: left;
    height: 79% !important;
    min-height: 1px;
}
.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: var(--secondary-color) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Name and Feedback */
.client_slider_card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: #000;
}

.client_slider_card p {
  font-size: 0.8rem;
  color: #555;
  line-height: 1.6;
}

.whoWeText-p{
  color: #fff;
}
.whoWeText h1,h2,h3,h4,h5,h6{
  color: #fff;
}

.whoWe {
    position: relative;
    height: 600px;
}
.aboutwhoFigure img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  display: block;
}
.teamCard h3 {
    font-weight: 600;
    font-size: 20px;
    color: #333;
}
.teamCard h6 {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.searchbar_contain {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap; /* allows wrapping on small screens */
}

.searchbar_contain .form-group {
  flex: 0 0 20rem; /* fixed width for dropdown */
  min-width: 150px; /* prevent shrinking too much */
  margin-top: 2%;
}
/* Remove fixed width on small screens */
@media (max-width: 992px) {
  .searchbar_contain .form-group {
    flex: 1 1 100%; /* Allow it to expand naturally */
    margin-top: 0;
  }
}

.searchbar_contain .inputButton {
  flex: 1;
  display: flex;
  min-width: 250px;
}

.searchbar_contain .inputButton input[type="text"] {
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  padding: 8px 10px;
  font-size: 15px;
  border-radius: 8px !important;
}

.searchbar_contain .inputButton button {
  border: 1px solid #ccc;
  background-color: #007bff;
  color: #fff;
  border-radius: 0 4px 4px 0;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 15px;
  white-space: nowrap;
}

/* ✅ Responsive adjustments */
@media (max-width: 768px) {
  .searchbar_contain {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .searchbar_contain .form-group,
  .searchbar_contain .inputButton {
    width: 100%;
  }

  .searchbar_contain .inputButton {
    flex-direction: row;
  }

  .searchbar_contain .inputButton input[type="text"] {
    border-radius: 4px 0 0 4px;
  }

  .searchbar_contain .inputButton button {
    border-radius: 0 4px 4px 0;
  }
}

@media (max-width: 480px) {
  .searchbar_contain .inputButton input[type="text"],
  .searchbar_contain .inputButton button {
    font-size: 14px;
    padding: 6px 10px;
    /* border: none; */
  }
  .searchbar_contain .inputButton button {
        font-size: 14px;
        padding: 6px 10px;
        border: none;
        /* top: %; */
        margin-left: -3%;
    }
}
.careerGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* responsive columns */
  gap: 20px; /* space between cards */
  align-items: stretch; /* ensures all grid items stretch equally */
}

.careerGrid a {
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.careerCard {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* ensures consistent layout */
  height: 100%; /* important for equal height */
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.careerCard h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #222;
}

.careerCard ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1; /* ensures the ul stretches evenly */
}

.careerCard li {
  margin-bottom: 6px;
  color: #444;
  font-size: 0.95rem;
}

.careerCard span {
  font-weight: 600;
  color: #007bff;
}

.careerCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
@media (max-width: 992px) {
  .careerGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .careerGrid {
    grid-template-columns: 1fr;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* ensures wrapping on small screens */
  gap: 20px;
  padding: 20px 0;
  margin-top: 30px;
  position: relative; /* remove absolute positioning */
}

.pagination-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination-child a,
.pagination-child h5 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pagination-child a:hover h5,
.pagination-child a:hover img {
  opacity: 0.8;
  transform: translateY(-1px);
}

.pagination-middle-number {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pagination-middle-number a {
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pagination-middle-number a:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.paginationBoldNumber {
  padding: 8px 14px;
  background-color: #007bff;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
}

.pagination-child img {
  width: 18px;
  height: 18px;
}

.pagination-child .disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 576px) {
  .pagination {
    flex-direction: column;
    gap: 12px;
  }

  .pagination-middle-number {
    gap: 6px;
  }

  .pagination-middle-number a,
  .paginationBoldNumber {
    padding: 6px 10px;
    font-size: 14px;
  }
}
.pagination-child .disabled {
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0.5;
  cursor: not-allowed;
}

.pagination-child .disabled img,
.pagination-child .disabled h5 {
  pointer-events: none;
}

/* Job application  */
.careerDetail {
  position: relative;
  height: 500px;
  width: 100%;
  overflow: hidden;
}

.careerDetailFigure {
  width: 100%;
  height: 100%;
  margin: 0;
}

.careerDetailFigure img {
  width: 100%;
  height: 108%;
  object-fit: cover; /* makes image fill area */
  object-position: center; /* center the subject */
  display: block;
}

.ourTeamText {
  position: absolute;
  top: 50%;
  margin-left: 20%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  padding: 0 15px;
  z-index: 2;
}
.secondTeamClass{
  margin-left: 20% !important;

}

.ourTeamText h1, h2  {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: left;
}

.secondTeamClass h2{
  color: #fff !important;
}
.ourTeamText h3 {
  font-size: 22px;
  line-height: 1.5;
  text-align: left;
}

.ourTeamText h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

/* 🔹 Responsive adjustments */
@media (max-width: 992px) {
  .careerDetail {
    height: 420px;
  }

  .ourTeamText h1 {
    font-size: 36px;
  }

  .ourTeamText h3 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .careerDetail {
    height: 320px;
  }

  .ourTeamText h1 {
    font-size: 26px;
  }

  .ourTeamText h3 {
    font-size: 16px;
  }

  .ourTeamText h5 {
    font-size: 14px;
  }
}

.jobDescParent {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin: 40px auto;
  max-width: 900px;
}

.back-arrow a {
  display: inline-flex;
  align-items: center;
  color: #007bff;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.back-arrow a:hover {
  color: #0056b3;
}

.arrow-left {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg);
  margin-right: 8px;
}

.job-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

.job-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.8;
}

.job-info li {
  font-size: 16px;
  color: #444;
}

.job-info strong {
  color: #222;
}

.job-info span {
  color: #007bff;
  font-weight: 500;
}

.apply-btn {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.apply-btn:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.job-Description h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.job-Description p {
  line-height: 1.7;
  color: #555;
}

.job-content {
  line-height: 1.8;
  color: #444;
}

/* 🔹 Responsive */
@media (max-width: 768px) {
  .jobDescParent {
    padding: 20px;
  }

  .job-title {
    font-size: 22px;
  }

  .job-info li {
    font-size: 14px;
  }

  .apply-btn {
    padding: 8px 20px;
    font-size: 14px;
  }
}


/* Blog css */
/* ===== Blog Grid ===== */
.blogGrid {
  display: grid;
   grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 40px 20px;
}

.blogGridCard {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.blogGridCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.blogGridCard a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.blogGridCard figure {
  margin: 0;
  height: 200px;
  overflow: hidden;
}

.blogGridCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blogGridCard:hover img {
  transform: scale(1.05);
}

.blogContent {
  padding: 20px;
  text-align: left;
}

.blogGridCard h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  text-align: center;
}

.blogGridCard p {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 12px;
}

.blogGridCard h4 {
  font-size: 0.9rem;
  color: #333;
  font-weight: 500;
  text-align: center;
}

/* ===== Pagination ===== */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px 0;
  margin-top: 20px;
}

.pagination-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination-child a,
.pagination-child h5 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #007bff !important;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pagination-child a:hover h5,
.pagination-child a:hover img {
  opacity: 0.8;
  transform: translateY(-1px);
}

.pagination-middle-number {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pagination-middle-number a {
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pagination-middle-number a:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.paginationBoldNumber {
  padding: 8px 14px;
  background-color: #007bff;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
}

.pagination-child img {
  width: 18px;
  height: 18px;
}

.pagination-child .disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .blogGrid {
    gap: 24px;
    padding: 30px 15px;
  }

  .blogGridCard figure {
    height: 180px;
  }

  .blogContent {
    padding: 15px;
  }

  .pagination {
    flex-direction: column;
    gap: 12px;
  }

  .pagination-middle-number a,
  .paginationBoldNumber {
    padding: 6px 10px;
    font-size: 14px;
  }
}
.blogImgContainer {
  width: 100%;
  height: 220px; /* Fixed height for all blog images */
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.blogImgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blogGridCard:hover .blogImgContainer img {
  transform: scale(1.05);
}

/* Optional: Adjust for smaller devices */
@media (max-width: 768px) {
  .blogImgContainer {
    height: 180px;
  }
}
.blog-subtitle {
    font-size: 1rem;
    color: #333 !important;
    font-weight: 500;
    margin-top: 5px;
}



/* news */
/* ===== NEWS SECTION ===== */
.newsSection {
  position: relative;
  width: 100%;
  background-color: #f9f9f9;
  overflow: hidden;
}

/* ===== Hero / Banner Image ===== */
.newsFigure {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.newsFigure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== Main Content ===== */
.newsAbsolute {
  position: relative;
  width: 90%;
  margin: 40px auto;
  text-align: center;
}

/* Title */
.newsAbsolute h2 {
  text-align: center;
  padding-bottom: 2%;
  text-decoration: underline;
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 32px;
}

/* ===== Grid Layout ===== */
.newsGrid {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

/* Grid Card */
.newsGridChild {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  padding: 20px;
  max-width: 380px; /* Prevent too wide on large screens */
  margin: 0 auto;
}

.newsGridChild:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.newsGridChild img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.newsGridChild h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.newsGridChild p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
}

.newsGridChild a {
  display: inline-block;
  padding: 8px 20px;
  background-color: var(--secondary-color);
  color: white;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.newsGridChild a:hover {
  background-color: #0056b3;
}

/* ===== Pagination ===== */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 0;
  margin-top: 40px;
}

/* ===== Responsive ===== */
@media (max-width: 1200px) {
  .newsGrid {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .newsAbsolute {
    width: 95%;
    margin: 30px auto;
  }

  .newsGrid {
    grid-template-columns: repeat(1, minmax(260px, 1fr));
    gap: 30px;
  }

  .newsGridChild img {
    height: 200px;
  }

  .newsAbsolute h2 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .newsFigure {
    height: 220px;
  }

  .newsGridChild img {
    height: 180px;
  }

  .newsAbsolute h2 {
    font-size: 24px;
  }
}


.ourTeamText h3, h5{
  color: #fff !important;
}

.contactus{
  width: 40% !important;

}

.containerCustomFooter {
  position: relative !important;
  width: 100% !important;
  background-color: #EAF2FC;
  z-index: 2 !important;
}

.ourTeamText2{
  margin-left: 22% !important;
}


/* ==========================================================
   RESPONSIVE NAVBAR STYLES (Bootstrap 5 compatible)
   Works from 4K monitors down to 320px screens
========================================================== */

/* ===== BASE NAVBAR ===== */
.header {
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
  position: relative;
}

.navbar {
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 0;
}

.navbar-brand img {
  height: 48px;
  width: auto;
  transition: transform 0.3s ease;
}

.navbar-brand img:hover {
  transform: scale(1.05);
}

/* ===== NAV LINKS ===== */
.navbar-nav .nav-link {
  font-weight: 500;
  font-size: 1rem;
  color: #222 !important;
  transition: color 0.3s ease, transform 0.2s ease;
  padding: 8px 12px;
  display: inline-block;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #b4161b !important; /* brand red */
  transform: translateY(-1px);
}

/* ===== DROPDOWN MENU ===== */
.dropdown-menu {
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-radius: 10px;
  min-width: 220px;
  padding: 0.5rem 0;
  transition: all 0.3s ease;
}

.dropdown-item {
  color: #333;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 10px 18px;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #b4161b;
}

/* ===== CONTACT BUTTON ===== */
.btn-danger {
  background-color: #b4161b;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
  padding: 8px 18px;
}

.btn-danger:hover {
  background-color: #8d1216;
  transform: translateY(-2px);
}

/* ===== NAVBAR LAYOUT ===== */
.navbar-nav {
  gap: 0.6rem;
  align-items: center;
}

@media (min-width: 992px) {
  .navbar-nav {
    gap: 1.5rem;
  }
}

/* ===== TABLET VIEW (768px - 991px) ===== */
@media (max-width: 991.98px) {
  .navbar {
    padding: 0.6rem 1rem;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    margin-top: 1rem;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .nav-link {
    width: 100%;
    text-align: left;
    padding: 10px 16px;
  }

  .dropdown-menu {
    position: static !important;
    box-shadow: none;
    background: transparent;
    padding-left: 1rem;
  }

  .dropdown-item {
    padding: 8px 0;
  }

  .btn-danger {
    width: 100%;
    margin-top: 10px;
  }
}

/* ===== MOBILE VIEW (≤ 576px) ===== */
@media (max-width: 576px) {
  .navbar-brand img {
    height: 42px;
  }

  .navbar-nav {
    gap: 0.3rem;
  }

  .navbar-nav .nav-link {
    font-size: 0.95rem;
  }

  .btn-danger {
    font-size: 0.95rem;
    padding: 7px 16px;
  }

  .navbar-toggler {
    border: none;
    outline: none;
  }
}

/* ===== SMALL MOBILE (≤ 400px) ===== */
@media (max-width: 400px) {
  .navbar-brand img {
    height: 38px;
  }

  .navbar-nav .nav-link {
    font-size: 0.9rem;
  }

  .btn-danger {
    padding: 6px 14px;
    font-size: 0.9rem;
  }
}

/* ===== LARGE SCREENS (≥ 1400px) ===== */
@media (min-width: 1400px) {
  .navbar-nav .nav-link {
    font-size: 1.05rem;
  }

  .btn-danger {
    padding: 9px 22px;
  }
}

/* ===== ULTRA-WIDE (4K & above) ===== */
@media (min-width: 2000px) {
  .navbar {
    padding: 1.2rem 0;
  }

  .navbar-nav .nav-link {
    font-size: 1.15rem;
  }

  .navbar-brand img {
    height: 56px;
  }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px !important;
    }
}

.footer-row {
    /* --bs-gutter-x: 1.5rem; */
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    /* margin-top: calc(-1 * var(--bs-gutter-y)); */
    /* margin-right: calc(-3 * var(--bs-gutter-x)); */
    /* margin-left: calc(3 * var(--bs-gutter-x)); */
}
.copy-right{
  width: 80% !important;
  /* margin-left: 6%; */
}
.footer-section{
  background-color: var(--bg-color) !important;
}

/* === FOOTER RESPONSIVE STYLING === */
.footer-section {
  background-color: #f8f9fa;
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Footer Logo and Address */
.footer-logo img {
  max-width: 180px;
  height: auto;
  margin-left: -9px;
}

.footer-section p {
  margin-bottom: 0.5rem;
}

/* Headings */
.footer-section h6 {
  font-weight: 600;
  font-size: 1rem;
}

/* Links */
.footer-section a {
  color: #6c757d;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: #0d6efd;
}

/* Divider */
.footer-section hr {
  border-color: rgba(0, 0, 0, 0.1);
}

/* Footer bottom */
.copy-right {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 1rem;
  margin-top: 1rem;
  margin-left: 3%;
}

/* Social Icons */
.copy-right img {
  width: 26px;
  height: 26px;
  transition: transform 0.2s ease;
}

.copy-right img:hover {
  transform: scale(1.1);
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .footer-section .row {
    text-align: center;
    width: 100vw !important;
  }

  .footer-section .col-6,
  .footer-section .col-12 {
    margin-bottom: 1.5rem;
  }

  .footer-logo img {
    margin: 0 auto;
  }

  .footer-section h6 {
    margin-top: 1rem;
  }

  .copy-right {
    flex-direction: column !important;
    text-align: center;
  }

  .copy-right ul {
    margin-top: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .footer-section {
    font-size: 0.9rem;
  }

  .footer-section h6 {
    font-size: 0.95rem;
  }

  .copy-right img {
    width: 22px;
    height: 22px;
  }
}

@media (min-width: 992px) {

.our-team-heading{
    position: absolute;
    top: 50%;
    left: 17% !important;
  }
  .ourTeamText {
    position: absolute;
    top: 42% !important;
  }
  .ourTeamText2 {
    position: absolute;
    top: 45% !important;
  }
  .blog-text{
     top: 36% !important;   
  }
  .secondTeamClass{
        position: absolute;
        top: 50% !important;
    
  }
  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex
;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(1 * var(--bs-gutter-x));
}
}
@media screen and (max-width: 768px) {
    .homeTextImgDiv {
        position: relative; /* Let it flow normally */
        top: auto;
        width: 95%;
        padding: 0 10px;
        flex-direction: column;
    }
}

/* Tech Trend Grid */
.techTrendGrid {
    display: flex;
    flex-wrap: wrap;       /* Allow cards to move to next line */
    gap: 20px;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

/* Individual Tech Trend Card */
.techTrendCards {
    width: 300px;           /* Desktop width */
    max-width: 100%;        /* Shrinks on smaller screens */
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    flex: 1 1 250px;        /* Flex-grow and shrink for responsive layout */
}

/* Image container */
.cards-img-div {
    text-align: center;
}

/* Paragraph text wrapping */
.techTrendCards p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
}

/* Responsive adjustments */
@media screen and (max-width: 1024px) {
    .techTrendCards {
        width: 45%;          /* Two cards per row on tablets */
    }
}

@media screen and (max-width: 768px) {
    .techTrendCards {
        width: 90%;          /* Full width on mobile */
    }
}

@media screen and (max-width: 480px) {
    .techTrendCards {
        width: 100%;         /* Full width on small mobiles */
    }
    .consulting_approach {
    position: relative;
    height: 650px;
    margin-top: 40% !important;
    }
  .consulting_approach_figure {
        height: 32em;
    }
      .consulting_approach {
        position: relative;
        height: 520px;
        margin-top: 64% !important;
    }
}

/* Responsive for tablets and small screens */
@media only screen and (max-width: 768px) {
  .techTrendAbsolute {
    padding: 15px;
  }

  .techTrendGrid {
    display: flex;           /* switch to flex column */
    flex-direction: column;  /* stack cards vertically */
    gap: 15px;
  }

  .techTrendCards {
    width: 100%;             /* full width */
    padding: 12px;
  }

  .cards-img-div img {
    height: 150px;
  }

  .cards-img-div span {
    font-size: 14px;
  }

  .techTrendCards p {
    font-size: 13px;
    line-height: 1.4;
  }
}

/* Extra small screens <480px */
@media only screen and (max-width: 480px) {
  .cards-img-div img {
    height: 120px;
  }

  .cards-img-div span {
    font-size: 13px;
  }

  .techTrendCards p {
    font-size: 12px;
    line-height: 1.3;
  }
}
/* Mobile Carousel */
@media only screen and (max-width: 768px) {
  .techTrendGrid {
    display: none; /* hide the original grid */
  }

  .techTrendCarousel {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    overflow: hidden;
  }

  .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }

  .techTrendCard {
    min-width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-bottom: 10px;
  }

  .cards-img-div img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
  }

  .carousel-dots {
    text-align: center;
    margin-top: 10px;
  }

  .carousel-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
  }

  .carousel-dots .dot.active {
    background-color: var(--secondary-color);
  }
}

/* Desktop keeps grid */
@media only screen and (min-width: 769px) {
  .techTrendCarousel {
    display: none;
  }
}
/* ---------- Tablet & Mobile Responsive ---------- */

/* --------- Tablet (<=1024px) --------- */
@media (max-width: 1024px) {
  /* Section headings */
  h1{
    font-size: 32px !important;
  }
  h2 {
    font-size: 28px !important;
  }
   h3 {
    font-size: 22px !important;
  }
   h5 {
    font-size: 16px !important;
  }

  /* Cards */
  .techTrendCards {
    margin: 10px;
  }

  .techTrendCards .cards-img-div span {
    font-size: 16px;
  }

  .techTrendCards p {
    font-size: 14px;
  }

.text-secondary {
    --bs-text-opacity: 1;
    color: #333!important;
    font-weight: 600 !important;
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 61% !important;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

.team-slider-btn > .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50% !important;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

.team-slider-btn > .slick-prev{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50% !important;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.techTrendsSection {
    position: relative;
    padding: 20px 20px !important;
    background-color: #f8f8f8;
}

}

/* --------- Mobile (<=768px) --------- */
@media (max-width: 768px) {
  /* Section headings smaller */
   h2 {
    font-size: 16px !important;
  }
   h3 {
    font-size: 14px !important;
  }
   h5 {
    font-size: 12px !important;
  }

  /* Cards: horizontal scroll carousel */
  .techTrendGrid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 15px;
    padding-bottom: 10px;
  }

  .techTrendCards {
    min-width: 80%;
    flex: 0 0 auto;
    scroll-snap-align: start;
    margin: 0;
    box-sizing: border-box;
  }

  /* Card image & title */
  .techTrendCards .cards-img-div {
    text-align: center;
  }
  .techTrendCards .cards-img-div img {
    max-width: 100%;
    height: auto;
  }
  .techTrendCards .cards-img-div span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
  }

  /* Card paragraph */
  .techTrendCards p {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 10px;
  }

  /* Optional: section padding */
  .techTrendAbsolute {
    padding: 10px 15px;
  }
}

@media (max-width: 480px) {
    .ourServiceFigure {
        height: 320px !important;
    }
      .ourServiceFigure img {
        height: 100% !important;
    }
.techTrendsCard p {
    font-size: 12px !important;
    color: #333;
    margin-top: auto;
    padding: 2px;
    text-align: left;
}
.our-team-heading{
        top: 1% !important;
        bottom: 0;
        left: 0;
        transform: none;
        width: 110% !important;
        /* background: rgba(0, 0, 0, 0.5); */
        background-color: none !important;
        padding: 1rem 1.5rem;
        text-align: center;
    }
  .g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
    padding: 10px;
    width: 100vw;
}
.blogGridCard p {
    font-size: 0.65rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 12px;
    padding: 0px 10px;
}
.blogGridCard h4 {
    font-size: 0.8rem;
    color: #333;
    font-weight: 500;
    text-align: center;
}
.blogFigure {
        height: 13em !important;
    }
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 58% !important;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.serviceGridBox {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
    justify-content: center;
    width: 80%;
    max-width: 1200px;
    margin: 100px auto;
}
.careerbody {
    width: 90%;
    margin: auto;
    padding-bottom: 1px !important;
}
.pagination {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px;
    margin-top: 40px;
}
}


/* small screens Style Start*/

/* --------- Small Screens (<=375px) --------- */
@media screen and (max-width: 320px) {
  h1 {
    font-size: 22px !important;
  }
  h2 {
    font-size: 18px !important;
  }
  h3 {
    font-size: 15px !important;
  }
  h5 {
    font-size: 12px !important;
  }

  /* Cards */
  .techTrendCards {
    min-width: 95%;
    padding: 8px;
    margin: 0 auto 10px;
  }

  .cards-img-div img {
    height: 100px;
  }

  .cards-img-div span {
    font-size: 12px;
  }

  .techTrendCards p {
    font-size: 11px;
    line-height: 1.3;
  }

  /* Blog / Team / Service adjustments */
  .blogGridCard h4 {
    font-size: 0.7rem;
  }

  .blogGridCard p {
    font-size: 0.6rem;
  }

  .ourServiceFigure {
    height: 280px !important;
  }

  .our-team-heading {
    font-size: 0.8rem;
    width: 100% !important;
    top: 0 !important;
  }

  /* Carousel controls smaller */
  .slick-next, .slick-prev {
    width: 15px;
    height: 15px;
    top: 52% !important;
  }

  /* Reduce section padding */
  .techTrendAbsolute {
    padding: 5px 10px;
  }

  /* Prevent horizontal overflow */
  body, html {
    overflow-x: hidden;
  }
    .homeTextParent {
        width: 90% !important;
        margin-top: -55% !important;
        margin-left: -20% !important;
    }
    .consulting_approach {
        position: relative;
        height: 520px;
        margin-top: 98% !important;
    }
.serviceGridBox {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
    justify-content: center;
    width: 90% !important;
    max-width: 1200px;
    margin: 100px auto;
}
.team-details>p{
  line-height: 1.6 !important;
}
.careerbody {
    width: 90%;
    margin: auto;
    padding-bottom: 1px !important;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 5px 5px;
    margin-top: 40px;
}
    .client_slider_card figure {
        position: absolute;
        top: -50px;
        transform: translateX(40%);
    }
}

/* Small screens Style End */