@import url('https://fonts.googleapis.com/css?family=Alegreya Sans');



* {

  /* font-family: 'Alegreya Sans', serif; */

  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}



html,

body {

  overflow-x: hidden;

  max-width: 100vw;

}



body {

  background: url('../FinalImages/Final/whiteBg.jpg') no-repeat center center fixed;

  background-size: cover;

  margin: 0;

  padding: 0;

}



.custom-text-align {

  text-align: justify;

  text-justify: inter-word;

  line-height: 1.8;

  font-size: 16px;

  margin-bottom: 20px;

}



.custom-span-font-size {

  font-size: 14px !important;

}



.custom-text-color {

  color: #b30000;

}



.custom-background-color {

  background-color: #b30000;

}



.btn-red-hover {

  margin-top: 10px;

  padding: 10px 25px;

  font-size: 16px;

  font-weight: 600;

  border-radius: 5px;

  border: 2px solid #b30000;

  background-color: rgb(255, 255, 255);

  /* black overlay */

  color: #b30000;

  cursor: pointer;

  transition: all 0.3s ease;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  text-decoration: none;

  /* text-transform: uppercase; */

}



.btn-red-hover:hover {

  background-color: #b30000;

  color: #fff;

}







.custom-btn-outline {

  width: 150px;

  padding: 10px 20px;

  border: 2px solid white;

  color: white;

  font-size: 16px;

  font-weight: bold;

  background-color: transparent;

  display: inline-block;

  border-radius: 5px;

  transition: background-color 0.6s ease, color 0.6s ease, border-radius 0.6s ease;

  text-align: center;

  text-decoration: none;

  cursor: pointer;

  margin-top: 20px;

  margin-bottom: 20px;

}



.custom-btn-outline:hover {

  background-color: #b30000;

  border: 2px solid #b30000;

  /* semi-transparent black */

  color: #fff;

  border-radius: 10px;

}



.btnEvProfile {

  width: 200px;

  padding: 10px 20px;

  border: 2px solid white;

  color: white;

  font-size: 16px;

  font-weight: bold;

  background-color: transparent;

  display: inline-block;

  border-radius: 5px;

  transition: background-color 0.6s ease, color 0.6s ease, border-radius 0.6s ease;

  text-align: center;

  text-decoration: none;

  cursor: pointer;

  margin-top: 30px;

  /* margin-bottom: 20px; */

}



.btnEvProfile:hover {

  background-color: #b30000;

  border: 2px solid #b30000;

  /* semi-transparent black */

  color: #fff;

  border-radius: 10px;

}



.reset-first-letter::first-letter {

  all: unset;

}



.first-letter-color::first-letter {

  color: #b30000;

}





#goTopBtn {

  position: fixed;

  bottom: 30px;

  right: 30px;

  z-index: 9999 !important;

  width: 48px;

  height: 48px;

  border: none;

  border-radius: 50%;

  background-color: #a71111;

  color: #fff;

  font-size: 22px;

  font-weight: bold;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  opacity: 0;

  pointer-events: none;

  transform: translateY(20px);

  transition: opacity 0.3s ease, transform 0.3s ease;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}



#goTopBtn.show {

  opacity: 1;

  pointer-events: auto;

  transform: translateY(0);

}



#goTopBtn:hover {

  background-color: #ffffff;

  color: #b41313;

  border: 2px solid #c51d1d;

}





/* Preloader design start */

/* Preloader full screen */

#preloader {

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background-color: #ffffff;

  /* Change this to your theme background */

  display: flex;

  justify-content: center;

  align-items: center;

  z-index: 9999;

  transition: opacity 0.5s ease, visibility 0.5s ease;

}



/* Preloader hidden state */

#preloader.hidden {

  opacity: 0;

  visibility: hidden;

}



/* Spinner style */

.spinner {

  width: 50px;

  height: 50px;

  border: 5px solid #b30000;

  border-top: 5px solid transparent;

  border-radius: 50%;

  animation: spin 1s linear infinite;

}



/* Spinner animation */

@keyframes spin {

  to {

    transform: rotate(360deg);

  }

}



/* Preloader design End */



/* custom button */

a.custom-btn {

  text-decoration: none;

  text-align: center;

  display: inline-block;

}



.custom-btn {

  width: 130px;

  height: 40px;

  color: #fff;

  border-radius: 5px;

  padding: 10px 25px;

  font-family: 'Lato', sans-serif;

  font-weight: 500;

  background: transparent;

  cursor: pointer;

  transition: all 0.3s ease;

  position: relative;

  display: inline-block;

  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),

    7px 7px 20px 0px rgba(0, 0, 0, .1),

    4px 4px 5px 0px rgba(0, 0, 0, .1);

  outline: none;

}



/* Button 12 */

.btn-12 {

  position: relative;

  transition: all 0.3s ease-in-out;

  overflow: hidden;

  background: #ff512f;

  background: linear-gradient(to top, #f09819, #ff512f);

  border: none;

}



.btn-12 span:first-child {

  position: absolute;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  transform: translateY(0);

  transition: transform 0.3s ease;

}



.btn-12 span:last-child {

  position: absolute;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;

  height: 100%;

  top: 100%;

  left: 0;

  transition: transform 0.3s ease;

}



.btn-12:hover span:first-child {

  transform: translateY(-100%);

}



.btn-12:hover span:last-child {

  transform: translateY(-100%);

}



/* custom button */



/* Navbar design Start */



.navbar {

  padding-top: 0.1rem;

  padding-bottom: 0.1rem;

}



.navbar-toggler-icon {

  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

}



.navbar-toggler {

  border: none;

  box-shadow: none !important;

  /* Optional: removes the blue outline on click */

}



.navbar-nav .nav-item {

  margin-right: 1rem;

  /* Adjust spacing as needed */

  color: black;

}



.navbar-nav .nav-link {

  /* font-family: 'Alegreya Sans', serif; */

  font-weight: 600;

}





.navbar-nav .nav-link {

  display: inline-block;

  /* Shrinks width to text */

  position: relative;

  text-decoration: none;

  transition: 0.4s;

  font-size: 1rem;

  /* or your preferred size */

  color: inherit;

  /* Keeps default link color */



}



.navbar-nav .nav-link::before {

  content: "";

  position: absolute;

  width: 0;

  height: 4px;

  /* background-color: #0f31f1; */

  bottom: 0;

  left: 0;

  transition: width 0.4s;

}



.navbar-nav .nav-link:hover::before,

.navbar-nav .nav-link.active::before {

  width: 100%;

  color: #b30000 !important;

}





/* Red color and underline on hover */

.navbar-nav .nav-link:hover {

  color: #b30000 !important;

}



/* Red color and underline on active */

.navbar-nav .nav-link.active {

  color: #b30000 !important;

  font-weight: bold;

}







/* Initial transparent background */

.navbar {

  background-color: transparent !important;

  transition: background-color 0.3s ease, box-shadow 0.3s ease;

}



.custom-nav {

  background-color: white !important;



}



/* Style when scrolled */

.navbar.scrolled {

  background-color: #faf9f8 !important;

  /* You can use rgba for transparency */

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  /* Optional: adds a subtle shadow */

}





/* navbar toggle button */

.custom-toggler-icon {

  display: inline-block;

  width: 30px;

  height: 22px;

  position: relative;

}



.custom-toggler-icon .bar {

  display: block;

  position: absolute;

  height: 3px;

  width: 100%;

  background-color: #000;

  border-radius: 2px;

  transition: 0.4s ease;

}



.custom-toggler-icon .bar:nth-child(1) {

  top: 0;

}



.custom-toggler-icon .bar:nth-child(2) {

  top: 9px;

}



.custom-toggler-icon .bar:nth-child(3) {

  bottom: 0;

}



/* ====== Dropdown Styles ====== */



.navbar .nav-link,

.navbar .dropdown-toggle {

  outline: none !important;

  box-shadow: none !important;

  border: none !important;

}







.dropdown-menu {

  background-color: rgb(187, 13, 13);

  /* semi-transparent orange */

  border: none;

  padding: 10px 0;

  min-width: 200px;

  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);

}





/* Dropdown items */

.dropdown-menu .dropdown-item {

  color: #ffffff;

  padding: 8px 20px;

  transition: background-color 0.3s ease, color 0.3s ease;

  font-size: 1rem;

}



.dropdown-menu .dropdown-item:hover {

  background-color: #a71111;

  color: #fff;

}



/* Prevent dropdown flickering */

.navbar .dropdown-menu {

  pointer-events: auto;

}



/* On hover show dropdown (desktop only) */

@media (min-width: 992px) {

  .navbar .dropdown:hover>.dropdown-menu {

    display: block;

    margin-top: 0.5rem;

  }



  .navbar .dropdown-toggle::after {

    transition: transform 0.3s ease;

  }



  .navbar .dropdown:hover .dropdown-toggle::after {

    transform: rotate(180deg);

  }

}









/* Animation when toggled */

.navbar-toggler.collapsed .custom-toggler-icon .bar {

  transform: none;

  opacity: 1;

}



.navbar-toggler:not(.collapsed) .custom-toggler-icon .bar:nth-child(1) {

  transform: rotate(45deg) translate(5px, 5px);

}



.navbar-toggler:not(.collapsed) .custom-toggler-icon .bar:nth-child(2) {

  opacity: 0;

}



.navbar-toggler:not(.collapsed) .custom-toggler-icon .bar:nth-child(3) {

  transform: rotate(-45deg) translate(5px, -5px);

}



.container {

  flex-wrap: wrap;

}



@media (max-width: 991.98px) {

  .navbar-brand {

    margin-left: auto;

    margin-right: auto;

    order: 1 !important;

  }

}



/* Navbar design End */





/* Reset unnecessary spacing from Bootstrap container if needed */

.container,

.container-fluid,

.container-lg,

.container-md,

.container-sm,

.container-xl,

.container-xxl {

  padding-left: 0 !important;

  padding-right: 0 !important;

}



/* Carousel core */

.carousel {

  width: 100vw;

  height: 100vh;

  /* margin-top: -50px; */

  overflow: hidden;

  position: relative;

  /* margin-top: 80px ; */

}



.carousel .list .item {

  width: 180px;

  height: 250px;

  position: absolute;

  top: 80%;

  transform: translateY(-70%);

  left: 70%;

  border-radius: 20px;

  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);

  background-position: 50% 50%;

  background-size: cover;

  z-index: 100;

  transition: 1s;

}



.carousel .list .item:nth-child(1),

.carousel .list .item:nth-child(2) {

  top: 0;

  left: 0;

  transform: translate(0, 0);

  border-radius: 0;

  width: 100%;

  height: 100%;

}



.carousel .list .item:nth-child(3) {

  left: 67%;

}



.carousel .list .item:nth-child(4) {

  left: calc(67% + 200px);

}



.carousel .list .item:nth-child(5) {

  left: calc(67% + 400px);

}



.carousel .list .item:nth-child(6) {

  left: calc(67% + 600px);

}



.carousel .list .item:nth-child(n+7) {

  left: calc(67% + 800px);

  opacity: 0;

}



.list .item .content {

  position: absolute;

  top: 50%;

  left: 120px;

  transform: translateY(-50%);

  width: 330px;

  text-align: left;

  color: #ffffff;

  display: none;

  padding: 20px;

  /* background: rgba(0, 0, 0, 0.3);

  border-radius: 15px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.144); */

}



.list .item:nth-child(2) .content {

  display: block;

}



.content .text-group {

  width: 100%;

  /* Makes container fit content width */

}



.content .title,

.content .name {

  display: block;

  /* width: 600px; */

  /* fixed width to align both */

  text-align: left;

}



.content .title {

  font-size: 60px;

  text-transform: uppercase;

  color: #b30000;

  font-weight: 700;

  line-height: 1.2;

  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.7);

  opacity: 0;

  animation: animate 1s ease-in-out 0.3s forwards;

  /* font-family: Poppins, sans-serif; */

  letter-spacing: 6px;

  /* visually stretch "EVALUEX" */

}



.content .name {

  font-size: 30px;

  text-transform: uppercase;

  font-weight: 600;

  color: #ffffff;

  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.9);

  opacity: 0;

  animation: animate 1s ease-in-out 0.6s forwards;

  /* font-family: Roboto, sans-serif; */

}



.content .des {

  display: inline-block;

  font-size: 19px;

  font-weight: bold;

  line-height: 1.9;

  color: #f8f5f5;

  /* padding: 8px; */

  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.9);

  border-radius: 10px;

  opacity: 0;

  animation: animate 1s ease-in-out 0.9s forwards;

  text-align: left !important;

}



.content .btn {

  margin-top: 5px;

  opacity: 0;

  animation: animate 1s ease-in-out 1.2s forwards;

  display: flex;

  gap: 15px;

  justify-content: flex-start;

  padding-left: 0;

}



.content .btn .action-btn {

  padding: 10px 10px;

  font-size: 13px;

  font-weight: 600;

  border-radius: 5px;

  text-decoration: none;

  text-align: center;

  display: inline-block;

  transition: all 0.3s ease;

  border: 2px solid #b30000;

}



/* First Button: Red Background */

.content .btn .red-btn {

  background: #b30000;

  color: #ffffff;

}



.content .btn .red-btn:hover {

  background: #ffffff;

  color: #b30000;

}



/* Second Button: White Background */

.content .btn .white-btn {

  background: white;

  color: #b30000;

}



.content .btn .white-btn:hover {

  background: #b30000;

  color: #ffffff;

}



@media (max-width: 600px) {

  .list .item .content {

    left: 0 !important;

    position: relative;

    top: 45%;
    /* Or 'absolute' depending on your layout */

  }

}





/* Arrow Buttons */

.arrows {

  position: absolute;

  bottom: 20px;

  left: 50%;

  transform: translateX(-50%);

  z-index: 100;

  display: flex;

  gap: 15px;

}





.arrows button {

  width: 50px;

  height: 50px;

  border-radius: 50%;

  background-color: #b30000;

  color: #ffffff;

  border: none;

  font-size: 20px;

  font-family: Poppins, sans-serif;

  font-weight: bold;

  transition: 0.3s;

  cursor: pointer;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);

}



.arrows button:hover {

  background-color: #ffffff;

  color: #b30000;

  border: 2px solid #b30000;

}





/* time running */

/* .carousel .timeRunning {

  position: absolute;

  z-index: 1000;

  width: 0%;

  height: 4px;

  background-color: #f63d00cb;

  left: 0;

  top: 0;

  animation: runningTime 7s linear 1 forwards;

}



@keyframes runningTime {



  from {

    width: 0%;

  }



  to {

    width: 100%;

  }



} */



/* Animation */

@keyframes animate {

  from {

    opacity: 0;

    transform: translate(0, 100px);

    filter: blur(30px);

  }



  to {

    opacity: 1;

    transform: translate(0);

    filter: blur(0);

  }

}





/* carousel design end */



/* Our Mission and vission section Start */

.section-vision-mission {

  padding-top: 100px;

  padding-bottom: 100px;

}



.section-vision-mission .vision-img-wrapper {

  height: 100%;

  display: flex;

}



.section-vision-mission .vision-img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

  border-radius: 16px;

  overflow: hidden;

  cursor: pointer;

  transition: transform 0.8s;

}



.section-vision-mission .vision-img:hover {

  transform: scale(0.9);

}



.section-vision-mission .vision-heading {

  font-size: 3rem;

  font-weight: bold;

  text-align: left;

  margin-left: 70px;

  /* color: #ef6109; */

}



.section-vision-mission .vision-text {

  font-size: 15px;

  text-align: justify;

  margin-right: 30px;

  padding-left: 70px;

  padding-right: 30px;

}



.section-vision-mission .vision-content {

  width: 100%;

}



.underline-heading {

  position: relative;

  display: inline-block;

  color: #b30000;

  /* Set overall heading color */

}



.underline-heading span {

  color: #000000 !important;

  /* Span specifically black */

}



.underline-heading::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: -5px;

  width: 0;

  height: 2px !important;

  background-color: black;

  transition: width 0.4s ease;

}



.underline-heading:hover::after {

  width: 100%;

}





/* Our Mission and vission section End */



/* Who we Are section Start */



p {

  font-size: 1.2rem !important;

  line-height: 1.8 !important;

  /* color: #e4d8d8; */

  /* Soft dark gray for better readability */

  margin-bottom: 20px;

  text-align: justify;

}



p::first-letter {

  font-size: 30px;

  font-weight: bold;

  color: #b90b0b;

  /* Highlight the first letter */

  float: left;

  margin-right: 1px;

  line-height: 1;

}



#IdwhoWeAre h1 span {

  color: #f8f8f8 !important;

}

/* 

.who-we-are-section {

  position: relative;

  background: url('../FinalImages/Final/B4.jpg') center center / cover no-repeat fixed;

  height:80vh !important;

  display: flex;

  align-items: center;

  color: white;

  z-index: 1;

}



.who-we-are-overlay {

  background-color: rgba(0, 0, 0, 0.5);

  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

} */



.who-we-are-section {

  position: relative;

  background: url('../FinalImages/Final/B4.jpg') center center / cover no-repeat fixed;

  padding: 80px 15px;

  color: white;

  z-index: 1;

  overflow: hidden;

}



.who-we-are-overlay {

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background-color: rgba(0, 0, 0, 0.5);

  z-index: 1;

}



.who-we-are-section .content-wrapper {

  position: relative;

  z-index: 2;

}



.section-title {

  font-size: 3rem;

  font-weight: bold;

  margin-bottom: 20px;

}



.section-title span {

  color: #000000 !important;

  /* Span specifically black */

}



.section-title::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: -5px;

  width: 0;

  height: 1.5px;

  background-color: rgb(255, 255, 255);

  transition: width 0.4s ease;

}



.section-title:hover::after {

  width: 100%;

}





#our-services .section-description {

  font-size: 1rem;

  max-width: 800px;

  margin: 0 auto;

  line-height: 1.6;

}

.mission-vision-section {

  background-image: url('../FinalImages/Final/B2.jpg');

  /* your image path */

  background-attachment: fixed;

  background-size: cover;

  background-position: center;

  color: #fff;

  padding: 80px 0;

  position: relative;

  z-index: 1;

}



.mission-vision-section::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.6);

  /* dark overlay for text readability */

  z-index: -1;

}



.mission-vision-section .mv-section-title {

  font-size: 3rem;

  font-weight: bold;

  /* text-transform: uppercase; */

  margin-bottom: 20px;

}



.mv-section-title span {

  color: #f8f8f8 !important;

}



.mv-section-title::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: -5px;

  width: 0;

  height: 2px;

  background-color: rgb(255, 255, 255);

  transition: width 0.4s ease;

}



.mv-section-title:hover::after {

  width: 100%;

}





.mission-vision-section .section-text {

  font-size: 18px;

  line-height: 1.8;

  max-width: 100%;

  margin: 0 auto;

}



@media (max-width: 600px) {

  .mission-vision-section .section-text {

    padding: 20px 20px !important;

  }

}









/* Who we Are section End */



/* Our service section Start */

.services-section {

  /* background-color: #b8c2ce; */

  padding: 100px 100px;

  /* font-family: 'Merriweather', serif; */

  color: #ee7c1f;

}



@media (max-width: 600px) {

  .services-section {

    padding: 50px 50px;

  }

}





.services-header {

  max-width: 800px;

  margin: 0 auto 60px auto;

  text-align: center;

}



.services-header .service-section-title {

  font-size: 3rem;

  font-weight: bold;

  margin-bottom: 20px;

  /* font-family: 'Grotesque Black', sans-serif; */

  letter-spacing: 2px;

}



.services-header .section-description {

  font-size: 1.1rem;

  color: black;

  line-height: 1.6;

}



/* SERVICES CARDS */

.our-service {

  width: 100%;

}



.our-service .service-card {

  width: 100%;

  max-width: 320px;

  height: 500px;

  border-radius: 20px;

  overflow: hidden;

  position: relative;

  backdrop-filter: blur(5px);

  border-radius: 15px;

}



.our-service .card-img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 15px;

}



.our-service .card-body-overlay {

  position: absolute;

  top: 0;

  right: -100%;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  color: white;

  padding: 30px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  gap: 15px;

  transition: right 1s ease;

}



.our-service .service-card:hover .card-body-overlay {

  right: 0;

}



.our-service .card-title {

  /* text-transform: uppercase; */

  font-size: 1.9rem;

  font-weight: 700;

  color: white;

}



.our-service .card-btn {

  /* background: #c53a08; */

  background: rgba(0, 0, 0, 0.24);

  color: #ffffff;

  padding: 10px 20px;

  width: fit-content;

  border-radius: 5px;

  /* text-transform: uppercase; */

  font-weight: 700;

  border: 2px solid #b30000;

  cursor: pointer;

  transition: background 0.6s, color 0.6s;

  display: block;

  margin: 0 auto;

}



.our-service .card-btn:hover {

  background: white;

  color: #b30000;

  border: 2px solid white;

}



/* Our services section End */



/* Our client Section Start */



.clients-section {

  background-color: #f4f6f8;

  padding: 100px 100px;

  text-align: center;

}



.clients-title {

  font-size: 3rem;

  font-weight: bold;

  /* color: #2c3e50; */

  margin-bottom: 10px;

}



.clients-description {

  max-width: 800px;

  margin: 0 auto;

  font-size: 1rem;

  color: black;

}


/* Mobile adjustments */
@media (max-width: 576px) {
  
  .clients-section {

    padding: 10px 10px;

  }

}


/* Slider - clean full-width style */

.slider {

  height: 100px;

  overflow: hidden;

  position: relative;

  width: 100%;

  margin: auto;

  padding: 0;

  background: transparent;

  box-shadow: none;

}



.slider::before,

.slider::after {

  content: "";

  position: absolute;

  height: 100px;

  width: 80px;

  z-index: 2;

  background: linear-gradient(to right, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%);

}



.slider::after {

  right: 0;

  top: 0;

  transform: rotateZ(180deg);

}



.slider::before {

  left: 0;

  top: 0;

}



.slide-track {

  display: flex;

  width: calc(200px * 14);

  animation: scroll 40s linear infinite;

}



.slide {

  height: 100px;

  width: 200px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 0 10px;

}



.slide img {

  height: 80px;

  width: 100%;

  object-fit: contain;

}





@keyframes scroll {

  0% {

    transform: translateX(0);

  }



  100% {

    transform: translateX(calc(-200px * 7));

  }

}



/* Responsive */

@media (max-width: 768px) {

  .slide-track {

    width: calc(160px * 14);

  }



  .slide {

    width: 160px;

  }



  .slide img {

    height: 60px;

  }

}



/* Our client Section End */



/* Footer Style Start */



/* Ensure the parent allows absolute positioning inside it */

#waveStyle {

  position: relative;

  width: 100%;

  height: 120px;

  overflow: hidden;

  margin-top: -5px;

}



.waves {

  position: relative;

  width: 100%;

  height: 100%;

}



.wave {

  position: absolute;

  bottom: 0;

  /* ✅ Key: same for all */

  left: 0;

  width: 100%;

  height: 100px;

  background: url('../FinalImages/Final/bubble-side-divider.png') repeat-x;

  background-size: 1000px 100px;

  bottom: 0;

  animation-timing-function: linear;

}



/* Specific wave layers with improvements */

.wave:nth-of-type(1) {

  z-index: 1000;

  opacity: 0.5;

  animation: anim 4s linear infinite;

}



.wave:nth-of-type(2) {

  z-index: 999;

  opacity: 0.5;

  animation: anim2 4s linear infinite;

}



.wave:nth-of-type(3) {

  z-index: 1000;

  opacity: 0.2;

  animation: anim 5s linear infinite;

}



.wave:nth-of-type(4) {

  z-index: 999;

  opacity: 0.7;

  animation: anim2 3s linear infinite;

}



/* Keyframes – direction remains same, timing refined */

@keyframes anim {

  0% {

    background-position-x: 1000px;

  }



  100% {

    background-position-x: 0px;

  }

}



@keyframes anim2 {

  0% {

    background-position-x: -1000px;

  }



  100% {

    background-position-x: 0px;

  }

}



.footer-btn-wrapper {

  margin-top: 20px;

}



.footer-btn {

  display: block;

  margin: 0 auto;

  padding: 10px 25px;

  background-color: #b30000;

  color: #fff;

  font-weight: 600;

  text-decoration: none;

  text-align: center;

  border-radius: 8px;

  transition: background-color 0.3s ease, color 0.3s ease;

}



.footer-btn:hover {

  background-color: #fff;

  color: #b30000;

  border: 2px solid #b30000;

}





.footer-section {

  background-color: #131212;

  color: #ffffff;

  padding: 30px 20px 0;

  /* changed bottom padding to 0 */

  font-family: 'Poppins', sans-serif;

  overflow-x: hidden;

}



.footer-container {

  max-width: 1200px;

  margin: 0 auto;

}



.footer-columns {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  gap: 40px;

}



.footer-col {

  flex: 1;

  min-width: 250px;

}



.footer-card {

  background-color: #1a1a1a;

  padding: 20px;

  border-radius: 12px;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);

}



.footer-col h4 {

  font-size: 20px;

  margin-bottom: 20px;

  border-bottom: 2px solid #555;

  padding-bottom: 8px;

  color: #f0f0f0;

  transition: transform 0.3s ease, color 0.3s ease !important;

}



.footer-col h4:hover {

  transform: scale(1.05);

  color: #b30000;

}





.footer-col p,

.footer-col a,

.footer-col li {

  color: #ccc;

  font-size: 15px;

  text-decoration: none;

}



.footer-col p::first-letter {



  color: #ef6109;

  /* Highlight the first letter */

  float: left;

  margin-right: 1px;

  line-height: 1;

}



.footer-col ul {

  list-style: none;

  padding: 0;

}



.footer-col ul li {

  margin-bottom: 10px;

}



.footer-col ul li a {

  color: #ccc;

  text-decoration: none;

  display: inline-block;

  /* required for transform to work */

  transition: color 0.3s ease, transform 0.3s ease, text-decoration 0.3s ease;

}



.footer-col ul li a:hover {

  color: #ffffff;

  text-decoration: underline;

  transform: scale(1.05);

}





.simple-social-icons * {

  margin: 0;

  padding: 0;

  list-style: none;

  box-sizing: border-box;

}



.simple-social-icons {

  display: flex;

  justify-content: center;

  align-items: center;

}



.simple-social-icons ul {

  display: flex;

  gap: 15px;

}



.simple-social-icons ul li {

  width: 40px;

  height: 40px;

  background-color: #222;

  color: #ccc;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 50%;

  font-size: 18px;

  transition: all 0.3s ease;

}



.simple-social-icons ul li:hover {

  background-color: #b30000;

  color: #fff;

  box-shadow: 0 0 10px rgba(255, 0, 0, 0.6);

}







.footer-bottom {

  border-top: 1px solid #333;

  margin-top: 40px;

  padding: 20px 0 30px;

  /* ensure it shows and adds spacing */

  text-align: center !important;

  font-size: 14px;

  color: #aaa;

  background-color: #131212;

  width: 100%;

}



.footer-bottom p {

  text-align: center !important;

}



.footer-bottom p::first-letter {

  font-size: 24px !important;

  font-weight: bold;

  color: #c91616;

  /* Highlight the first letter */

  float: initial !important;

  /* margin-right: 6px; */

  line-height: 1;

}



.footer-bottom a {

  color: #ccc;

  text-decoration: none;

}



.footer-bottom a:hover {

  text-decoration: underline;

}



.footer-map.dual-maps {

  display: flex;

  gap: 15px;

  flex-wrap: wrap;

}



.footer-map.dual-maps iframe {

  flex: 1 1 48%;

  min-width: 280px;

  height: 250px;

}



.footer-columns {

  align-items: stretch;

}





/* Footer Style End */





/* About page Style Start */





/* section.freelancing {

  text-align: center;

  background: linear-gradient(rgba(238, 132, 62, 0.7), rgba(0, 0, 0, 0.7)), url("../image/AboutEvaluex.jpg"); 

  background-size: cover;

  background-position: center;

  color: #fff;

  clip-path: polygon(100% 100%, 85% 77%, 0 100%, 0 0, 100% 0);

  padding-bottom: 10rem;

  overflow: hidden;

  margin-top: 80px !important;

} */



section.freelancing {

  position: relative;

  text-align: center;

  color: #fff;

  height: 300px;

  /* clip-path: polygon(100% 100%, 85% 77%, 0 100%, 0 0, 100% 0); */

  padding-bottom: 10rem;

  overflow: hidden;

  margin-top: 79px !important;

  z-index: 1;

}



/* Background layer with animation */

section.freelancing::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(rgba(238, 62, 62, 0), rgba(12, 12, 12, 0.3)), url("../FinalImages/Final/AboutUsHeader.png");

  background-size: cover;

  background-position: center;

  transform: scale(1.2);

  /* Start zoomed in */

  animation: zoomOutBg 4s ease-out forwards;

  /* Run once */

  z-index: -1;

}



/* Keyframes for zoom-out effect */

@keyframes zoomOutBg {

  from {

    transform: scale(1.2);

  }



  to {

    transform: scale(1);

  }

}





section.freelancing h1 {

  /* margin-top: 80px !important; */

  font-size: 4rem;

  font-weight: bold;

  padding-top: 100px;

  font-family: serif;

  word-spacing: 10px;

  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

  color: white;

}



section.freelancing p {

  font-size: 1rem;

  line-height: 1.6;

  font-weight: 400;

  font-family: sans-serif;

  color: white;

  text-align: center !important;



}



section.freelancing p::first-letter {

  float: initial !important;

  color: cyan;

}



section.freelancing .breadcrumb-item {

  margin-top: 1rem;

  list-style: none;

}



/* about us style start */

/* Scoped About Section Styling */

.about-section {

  background: linear-gradient(135deg, #ffffff, #f7f7f7);

  color: #222;

}



.about-img-wrapper {

  border: 5px solid #efefef;

  transition: transform 0.4s ease;

  overflow: hidden;

  border-radius: 16px;

}



.about-img-wrapper img {

  object-fit: cover;

  border-radius: 16px;

  transition: transform 0.4s ease;

}



.about-img-wrapper img:hover {

  transform: scale(1.03);

}



.about-section-title {

  font-size: 3rem !important;

  font-weight: bold;

  margin-bottom: 20px;

  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */

  letter-spacing: 2px;

}





.about-section-title::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: -5px;

  width: 0;

  height: 2px !important;

  background-color: rgb(15, 15, 15);

  transition: width 0.4s ease;

}



.about-section-title:hover::after {

  width: 100%;

}



/* .about-text-first,

.about-text-rest {

  font-family: 'Poppins', sans-serif;

  font-size: 16px;

  line-height: 1.7;

} */



.about-text-first {

  /* background-color: #fff; */

  border-radius: 16px;

  width: 100%;

}



.about-text-rest p {

  margin-bottom: 1.2rem;

  padding: 10px 15px;

}







/* .underline-heading span {

  color: #94d2bd !important;

} */



/* about us style End */



.glow-on-hover {

  display: inline-block;

  width: 180px;

  line-height: 50px;

  text-align: center;

  text-decoration: none;

  border-radius: 10px;

  color: #fff;

  background: #111;

  position: relative;

  z-index: 0;

  font-weight: 600;

  font-size: 1.1em;

  cursor: pointer;

  user-select: none;

  transition: color 0.3s ease;

  margin-top: 20px;

}



.glow-on-hover:before {

  content: '';

  background: linear-gradient(45deg,

      #ff0000,

      #ff7300,

      #fffb00,

      #48ff00,

      #00ffd5,

      #002bff,

      #7a00ff,

      #ff00c8,

      #ff0000);

  position: absolute;

  top: -2px;

  left: -2px;

  background-size: 400%;

  z-index: -1;

  filter: blur(5px);

  width: calc(100% + 4px);

  height: calc(100% + 4px);

  animation: glowing 20s linear infinite;

  opacity: 0;

  transition: opacity 0.3s ease-in-out;

  border-radius: 10px;

}



.glow-on-hover:hover:before {

  opacity: 1;

}



.glow-on-hover:active {

  color: #000;

}



.glow-on-hover:active:after {

  background: transparent;

}



.glow-on-hover:after {

  content: '';

  position: absolute;

  z-index: -1;

  width: 100%;

  height: 100%;

  background: #111;

  left: 0;

  top: 0;

  border-radius: 10px;

}



@keyframes glowing {

  0% {

    background-position: 0 0;

  }



  50% {

    background-position: 400% 0;

  }



  100% {

    background-position: 0 0;

  }

}



.about-subheading {

  font-size: 16px;

  font-weight: 500;

  color: #555;

  margin-bottom: 10px;

  text-transform: uppercase;

  letter-spacing: 1px;

  font-family: 'Poppins', sans-serif;

}





/* About page Style End */



/* Key person Style Start */



section.keyPersonTop {

  position: relative;

  text-align: center;

  color: #fff;

  height: 300px;

  /* clip-path: polygon(100% 100%, 85% 77%, 0 100%, 0 0, 100% 0); */

  padding-bottom: 10rem;

  overflow: hidden;

  margin-top: 79px !important;

  z-index: 1;

}



/* Background layer with animation */

section.keyPersonTop::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(rgba(238, 62, 62, 0), rgba(12, 12, 12, 0.3)),

    url("../FinalImages/Final/KeyPersonHead.png");

  background-size: cover;

  background-position: center;

  transform: scale(1.2);

  /* Start zoomed in */

  animation: zoomOutBg 4s ease-out forwards;

  /* Run once */

  z-index: -1;

}



/* Keyframes for zoom-out effect */

@keyframes zoomOutBg {

  from {

    transform: scale(1.2);

  }



  to {

    transform: scale(1);

  }

}





section.keyPersonTop h1 {

  /* margin-top: 80px !important; */

  font-size: 4rem;

  font-weight: bold;

  padding-top: 100px;

  font-family: serif;

  word-spacing: 10px;

  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

  color: white;

}



section.keyPersonTop p {

  font-size: 1rem;

  line-height: 1.6;

  font-weight: 400;

  font-family: serif;

  color: white;

  text-align: center !important;



}



section.keyPersonTop p::first-letter {

  float: initial !important;

  color: cyan;

}



section.keyPersonTop .breadcrumb-item {

  margin-top: 1rem;

  list-style: none;

}





.key-title {

  position: relative;

  display: inline-block;

  cursor: default;

}



.key-title::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: -5px;

  width: 0;

  height: 5px;

  background-color: #0f31f1;

  transition: width 0.4s ease;

}



.key-title:hover::after {

  width: 100%;

}





#key-persons .key-title {

  font-weight: 700;

  text-transform: uppercase;

}



#key-persons .key-title span {

  color: #b30000;

}



#key-persons .key-subtitle {

  color: #000000;

}



#key-persons .key-subtitle::first-letter {

  font-size: 30px;

  font-weight: bold;

  color: #b90b0b;

  /* margin-right: 10px; */

  line-height: 1.2;

}





#key-persons .key-card {

  background: #fff;

  box-shadow: 0 0 10px #ccc;

  border-radius: 10px;

  overflow: hidden;

  transition: transform 0.3s;

}



#key-persons .key-card:hover {

  transform: translateY(-10px);

}



#key-persons .key-thumb {

  position: relative;

  overflow: hidden;

  height: 500px;

  /* Fixed height */

  width: 100%;

}



#key-persons .key-thumb img {

  height: 100%;

  width: 100%;

  object-fit: cover;

  display: block;

  transition: 0.5s;

}





#key-persons .key-overlay {

  position: absolute;

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.75);

  color: #fff;

  width: 100%;

  height: 100%;

  text-align: center;

  opacity: 0;

  transition: all 0.4s ease;

  display: flex;

  flex-direction: column;

  justify-content: center;

}



#key-persons .key-thumb:hover .key-overlay {

  opacity: 1;

}



#key-persons .key-overlay h5 {

  font-size: 1.25rem;

  margin-bottom: 0.5rem;

}



#key-persons .key-overlay p {

  font-size: 0.9rem;

  margin-bottom: 1rem;

  text-align: center !important;

}



#key-persons .key-overlay p::first-letter {

  margin-inline: initial !important;

  float: initial !important;

  text-align: center !important;

}





#key-persons .key-social {

  padding: 0;

  list-style: none;

  display: flex;

  justify-content: center;

  gap: 10px;

}



#key-persons .key-social li a {

  color: #fff;

  background-color: #b30000;

  border-radius: 50%;

  width: 35px;

  height: 35px;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: 0.3s;

  text-decoration: none;

}



#key-persons .key-social li a:hover {

  background-color: #e14b5b;

}



#key-persons .key-info {

  padding: 20px 10px;

}



#key-persons .key-info h5 {

  margin: 0;

  font-weight: 600;

}



#key-persons .key-info span {

  color: #ff5a6e;

  font-weight: 500;

}



/* Key person Style End */



/* Scoped to .profile-section only */



.profile-header {

  margin-top: 120px !important;

}



.profile-component {

  font-family: sans-serif;

  position: relative;

  background-color: #a8adacce;

}



.profile-img-wrapper {

  position: absolute;

  /* top: 10px; */

  left: 20px;

  z-index: 10;

}



.profile-img {

  width: 200px;

  height: 200px;

  border-radius: 50%;

  border: 5px solid #fff;

  object-fit: cover;

}



.profile-component .see-toggle {

  color: blue;

  cursor: pointer;

  text-transform: lowercase;

}



@media (max-width: 768px) {

  .profile-img-wrapper {

    position: static;

    text-align: center;

    margin-top: 1rem;

  }



  .profile-img {

    margin-bottom: 1rem;

  }

}



.social-icons-round-red {

  padding: 0;

  list-style: none;

  display: flex;

  /* justify-content: center; */

  gap: 10px;

}



.social-icons-round-red li a {

  color: #fff;

  background-color: #b30000;

  border-radius: 50%;

  width: 35px;

  height: 35px;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: 0.3s;

  font-size: 16px;

  text-decoration: none;

}



.social-icons-round-red li a:hover {

  background-color: #e14b5b;

}





/* profile 1 top */



section.profile1Top {

  position: relative;

  text-align: center;

  color: #fff;

  /* clip-path: polygon(100% 100%, 85% 77%, 0 100%, 0 0, 100% 0); */

  padding-bottom: 10rem;

  overflow: hidden;

  /* margin-top: 80px !important; */

  z-index: 1;

  height: 500px;

}



/* Background layer with animation */

section.profile1Top::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 500px;

  background: linear-gradient(rgba(238, 62, 62, 0.658), rgba(0, 0, 0, 0.7)),

    url("../image/B5.jpg");

  background-size: cover;

  background-position: center;

  transform: scale(1.2);

  /* Start zoomed in */

  animation: zoomOutBg 4s ease-out forwards;

  /* Run once */

  z-index: -1;

}



/* Keyframes for zoom-out effect */

@keyframes zoomOutBg {

  from {

    transform: scale(1.2);

  }



  to {

    transform: scale(1);

  }

}





section.profile1Top h1 {

  margin-top: 80px !important;

  font-size: 3rem;

  font-weight: bold;

  padding-top: 100px;

  font-family: serif;

  word-spacing: 10px;

  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

  color: white;

}



section.profile1Top p {

  font-size: 1rem;

  line-height: 1.6;

  font-weight: 400;

  font-family: serif;

  color: white;

  text-align: center !important;



}



section.profile1Top p::first-letter {

  float: initial !important;

  color: cyan;

}



section.profile1Top .breadcrumb-item {

  margin-top: 1rem;

  list-style: none;

}



/* profile 1 top */



/* profile 2 top */



section.profile2Top {

  position: relative;

  text-align: center;

  color: #fff;

  /* clip-path: polygon(100% 100%, 85% 77%, 0 100%, 0 0, 100% 0); */

  padding-bottom: 10rem;

  overflow: hidden;

  /* margin-top: 80px !important; */

  z-index: 1;

}



/* Background layer with animation */

section.profile2Top::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 600px;

  background: linear-gradient(rgba(238, 62, 62, 0.658), rgba(0, 0, 0, 0.7)),

    url("../image/H5.jpg");

  background-size: cover;

  background-position: center;

  transform: scale(1.2);

  /* Start zoomed in */

  animation: zoomOutBg 4s ease-out forwards;

  /* Run once */

  z-index: -1;

}



/* Keyframes for zoom-out effect */

@keyframes zoomOutBg {

  from {

    transform: scale(1.2);

  }



  to {

    transform: scale(1);

  }

}





section.profile2Top h1 {

  margin-top: 80px !important;

  font-size: 3rem;

  font-weight: bold;

  padding-top: 100px;

  font-family: serif;

  word-spacing: 10px;

  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

  color: white;

}



section.profile2Top p {

  font-size: 1rem;

  line-height: 1.6;

  font-weight: 400;

  font-family: serif;

  color: white;

  text-align: center !important;



}



section.profile2Top p::first-letter {

  float: initial !important;

  color: cyan;

}



section.profile2Top .breadcrumb-item {

  margin-top: 1rem;

  list-style: none;

}



/* profile 2 top */



/* Why us top */



section.whyUsTop {

  position: relative;

  text-align: center;

  color: #fff;

  /* clip-path: polygon(100% 100%, 85% 77%, 0 100%, 0 0, 100% 0); */

  padding-bottom: 10rem;

  overflow: hidden;

  margin-top: 79px !important;

  z-index: 1;

  height: 300px;

}



/* Background layer with animation */

section.whyUsTop::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)),

    url("../FinalImages/Final/whyUsHead.png");

  background-size: cover;

  background-position: center;

  transform: scale(1.2);

  /* Start zoomed in */

  animation: zoomOutBg 4s ease-out forwards;

  /* Run once */

  z-index: -1;

}



/* Keyframes for zoom-out effect */

@keyframes zoomOutBg {

  from {

    transform: scale(1.2);

  }



  to {

    transform: scale(1);

  }

}





section.whyUsTop h1 {

  /* margin-top: 80px !important; */

  font-size: 4rem;

  font-weight: bold;

  padding-top: 100px;

  font-family: serif;

  word-spacing: 10px;

  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

  color: white;

}



section.whyUsTop p {

  font-size: 1rem;

  line-height: 1.6;

  font-weight: 400;

  font-family: serif;

  color: white;

  text-align: center !important;



}



section.whyUsTop p::first-letter {

  float: initial !important;

  color: cyan;

}



section.whyUsTop .breadcrumb-item {

  margin-top: 1rem;

  list-style: none;

}



/* Why us top */



/* Why Us Section Scoped CSS */



.why-us-section {

  display: flex;

  justify-content: center;

  align-items: center;

  flex-wrap: wrap;

  gap: 3rem;

  padding: 4vh 2vw;

  color: #fff;

  padding-top: 80px;



  background-image: url('../image/');

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  background-attachment: fixed;

}





.why-us-section .why-us-text {

  max-width: 600px;

  color: #1a1a1a;

}



.why-us-heading {

  font-size: 3rem;

  font-weight: bold;

  margin-bottom: 20px;

  letter-spacing: 2px;

}



@media (max-width: 576px) {

  .OurApproachText {

    padding: 20px 20px;

  }

}







.why-us-text .why-us-keywords {

  display: flex;

  flex-wrap: wrap;

  gap: 0.75rem;

}



/* Base style for all spans */

.why-us-text .why-us-keywords span {

  padding: 8px 14px;

  border-radius: 6px;

  font-size: 0.9rem;

  font-weight: 500;

  transition: all 0.3s ease;

  border: 1px solid #ddd;

  background-color: #817a7a;

  color: #ffffff;

}



/* Alternate styles for even spans (2nd, 4th...) */

.why-us-text .why-us-keywords span:nth-child(even) {

  background-color: #000;

  color: #fff;

  border-color: #000;

}



/* Hover effect for odd spans (1st, 3rd...) */

.why-us-text .why-us-keywords span:nth-child(odd):hover {

  background-color: #b30000;

  color: #fff;

  border-color: #b30000;

}



/* Hover effect for even spans (2nd, 4th...) */

.why-us-text .why-us-keywords span:nth-child(even):hover {

  /* background-color: #302d2d;

  color: #fff;

  border-color: #333; */

  background-color: #b30000;

  color: #fff;

  border-color: #b30000;

}



/* -------------------------------- */

/* ========== WHY US SECTION STYLES (Plug and Play) ========== */



/* ------------------------------------ */



.why-us-section .why-us-text p {

  font-size: 1rem;

  line-height: 1.6;

  color: #000;

}



/* HEX Gallery Styling */

.why-us-section .gallery {

  --s: 150px;

  /* size */

  --g: 10px;

  /* gap */

  display: grid;

  margin: calc(var(--s) + var(--g));

  position: relative;

}



.why-us-section .gallery>img {

  grid-area: 1/1;

  width: var(--s);

  aspect-ratio: 1.15;

  object-fit: cover;

  clip-path: polygon(25% 0%, 75% 0%,

      100% 50%, 75% 100%,

      25% 100%, 0 50%);

  transform: translate(var(--_x, 0), var(--_y, 0)) scale(var(--_t, 1));

  cursor: pointer;

  filter: grayscale(80%);

  transition: 0.2s linear;

}



.why-us-section .gallery>img:hover {

  filter: grayscale(0);

  z-index: 1;

  --_t: 1.2;

}



.why-us-section .gallery>img:nth-child(1) {

  --_y: calc(-100% - var(--g));

}



.why-us-section .gallery>img:nth-child(7) {

  --_y: calc(100% + var(--g));

}



.why-us-section .gallery>img:nth-child(3),

.why-us-section .gallery>img:nth-child(5) {

  --_x: calc(-75% - 0.87 * var(--g));

}



.why-us-section .gallery>img:nth-child(4),

.why-us-section .gallery>img:nth-child(6) {

  --_x: calc(75% + 0.87 * var(--g));

}



.why-us-section .gallery>img:nth-child(3),

.why-us-section .gallery>img:nth-child(4) {

  --_y: calc(-50% - 0.5 * var(--g));

}



.why-us-section .gallery>img:nth-child(5),

.why-us-section .gallery>img:nth-child(6) {

  --_y: calc(50% + 0.5 * var(--g));

}



@media (max-width: 768px) {

  .why-us-section {

    /* flex-direction: column; */

    align-items: center;

    text-align: center;

  }

}



/* Our approact section Styling start */



.our-approach-heading {

  font-size: 3rem;

  font-weight: bold;

  margin-bottom: 20px;

  letter-spacing: 2px;

}



#our-approach .timeline {

  position: relative;

  padding: 2rem 0;

}



#our-approach .timeline::before {

  content: '';

  position: absolute;

  top: 0;

  left: 50%;

  width: 4px;

  height: 100%;

  background: #dee2e6;

  transform: translateX(-50%);

}



#our-approach .timeline-step {

  position: relative;

  width: 100%;

  margin-bottom: 3rem;

  display: flex;

  align-items: flex-start;

}



#our-approach .timeline-step.left {

  justify-content: flex-start;

}



#our-approach .timeline-step.right {

  justify-content: flex-end;

}



#our-approach .timeline-step .card {

  width: 45%;

  z-index: 2;

}



#our-approach .icon-badge {

  position: absolute;

  top: 0;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 40px;

  height: 40px;

  border-radius: 50%;

  font-weight: bold;

  font-size: 1.1rem;

  display: flex;

  justify-content: center;

  align-items: center;

  z-index: 3;

  box-shadow: 0 0 0 5px #fff;

}



@media (max-width: 767px) {

  #our-approach .timeline::before {

    left: 20px;

  }



  #our-approach .timeline-step,

  #our-approach .timeline-step .card {

    width: 100% !important;

  }



  #our-approach .timeline-step {

    flex-direction: column;

    align-items: flex-start !important;

    padding-left: 2.5rem;

  }



  #our-approach .icon-badge {

    left: 20px;

    transform: translate(-50%, -50%);

  }

}



#our-approach .timeline-step .card {

  transition: transform 0.3s ease, box-shadow 0.3s ease;

  background: #fff;

  border: none;

}



#our-approach .timeline-step .card:hover {

  transform: translateY(-8px);

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);

}



#our-approach .card-title:hover {

  text-shadow: 0 0 5px rgba(0, 0, 0, 0.15);

}



#our-approach .timeline-step .card-body ul li {

  transition: color 0.2s ease;

}



#our-approach .timeline-step .card-body ul li:hover {

  color: #eb1d0fe0;

}



.custom-ourApproach-bg {

  background-color: #b1a6a6 !important;

}



#our-approach .card-title i:hover {

  animation: spin 1s linear;

}



@keyframes spin {

  0% {

    transform: rotate(0);

  }



  100% {

    transform: rotate(360deg);

  }

}





/* Our approact section Styling end */



/* Why Us Section Scoped CSS */



/* Valuatio Service Page Style Start */

section.valuationServiceTop {

  position: relative;

  text-align: center;

  color: #fff;

  height: 300px;

  /* clip-path: polygon(100% 100%, 85% 77%, 0 100%, 0 0, 100% 0); */

  padding-bottom: 10rem;

  overflow: hidden;

  margin-top: 79px !important;

  z-index: 1;

}



/* Background layer with animation */

section.valuationServiceTop::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)),

    url("../FinalImages/Final/ValuationHead.png");

  background-size: cover;

  background-position: center;

  transform: scale(1.2);

  /* Start zoomed in */

  animation: zoomOutBg 4s ease-out forwards;

  /* Run once */

  z-index: -1;

}



/* Keyframes for zoom-out effect */

@keyframes zoomOutBg {

  from {

    transform: scale(1.2);

  }



  to {

    transform: scale(1);

  }

}





section.valuationServiceTop h1 {

  /* margin-top: 80px !important; */

  font-size: 4rem;

  font-weight: bold;

  padding-top: 100px;

  font-family: serif;

  word-spacing: 10px;

  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

  color: white;

}



section.valuationServiceTop p {

  font-size: 1rem;

  line-height: 1.6;

  font-weight: 400;

  font-family: sans-serif;

  color: white;

  text-align: center !important;



}



section.valuationServiceTop p::first-letter {

  float: initial !important;

  color: cyan;

}



section.valuationServiceTop .breadcrumb-item {

  margin-top: 1rem;

  list-style: none;

}



/* .valuation-section {

  background-color: #000;

  color: #fff;

} */

/* Scoped to only .valuation-section */

.valuation-section .valuation-paragraph {

  /* background: rgba(0, 0, 0, 0.4); */

  /* subtle transparent background */

  padding: 30px;

  border-radius: 12px;

  /* color: #fff; */

  position: relative;

  z-index: 1;

  margin-bottom: 0;

  /* prevent spacing below */

}



/* -------------------- */



.valuation-image-card-section p {

  all: revert !important;

  display: block;

  margin-bottom: 1rem;

  color: #ffffff;

  line-height: 1.5;

  font-size: 1rem;

  text-align: justify !important;

}



.valuation-image-card-section p::first-letter {

  font-size: initial;

  font-weight: initial;

  color: #ffffff;

  /* Highlight the first letter */

  float: initial;

  margin-right: initial;

  line-height: initial;

}



.valuation-img-card {

  background-size: cover;

  background-position: center;

  min-height: 550px;

  display: flex;

  align-items: flex-end;

  border-radius: 1rem;

  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);

  transition: transform 0.3s ease, box-shadow 0.3s ease;

  position: relative;

  overflow: hidden;

}



.valuation-img-card:hover {

  transform: translateY(-5px);

  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);

}



.bg-image-1 {

  background-image: url('../FinalImages/Final/ValuationLB.png');

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

}



.bg-image-2 {

  background-image: url('../FinalImages/Final/ValuationPm.png');

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

}



.valuation-gradient-overlay {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(to top, #b30000 5%, transparent 90%);

  z-index: 1;

}



.valuation-img-content {

  z-index: 2;

}



.valuation-category {

  font-size: 0.85rem;

  font-weight: 600;

  color: #ffd1d1;

  margin-bottom: 0.5rem;

}



.valuation-title {

  font-size: 3rem;

  font-weight: bold;

  margin-bottom: 1rem;

  color: #fff;

  text-align: center;

}





@media (max-width: 576px) {

  .valuation-paragraph {

    padding: 0 !important;

  }

  .valuation-section {

    padding: 20px 20px;

  }

  .valuation-purpose-section {

    padding: 20px 20px;

  }

  .asset-section {

    padding: 20px 20px !important;

  }

}





/* -------------------------- */



.valuation-purpose-section {

  background-color: #f8f9fa;

}







.purpose-title {

  font-size: 3rem;

  font-weight: bold;

  position: relative;

  display: inline-block;

  margin: 0 auto;

  text-align: center;

  color: #000000;
  /* VALUATION in black */

}



.purpose-title span {

  color: #b30000 !important;
  /* PURPOSE OF in red */

}



.purpose-title::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: -5px;

  width: 0;

  height: 2px;

  background-color: rgb(0, 0, 0);

  transition: width 0.4s ease;

}



.purpose-title:hover::after {

  width: 100%;

}





.purpose-box {

  background-color: #fff;

  border-radius: 16px;

  padding: 20px;

  transition: 0.3s;

  border: 1px solid rgba(0, 0, 0, 0.1);

  display: flex;

  align-items: center;

}



.purpose-box:hover {

  border-color: #2090f8;

  box-shadow: 0 0 15px rgba(32, 144, 248, 0.3);

}



.purpose-icon {

  height: 80px;

  width: 80px;

  flex-shrink: 0;

  object-fit: contain;

}



@media (max-width: 576px) {

  .purpose-icon {

    height: 60px;

    width: 60px;

  }



  .purpose-title {

    font-size: 2rem;

  }



  .purpose-box h5 {

    font-size: 1rem;

  }

}





.asset-section {

  background: #f9f9f9;

}







.asset-title {

  font-size: 3rem;

  font-weight: bold;

  position: relative;

  display: inline-block;

  color: #b30000;
  /* "Asset" in red */

}



.asset-title span {

  color: #000000 !important;
  /* "We Value" in black */

}



.asset-title::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: -5px;

  width: 0;

  height: 2px;

  background-color: black;

  transition: width 0.4s ease;

}



.asset-title:hover::after {

  width: 100%;

}





.asset-box:hover .asset-img {

  filter: brightness(0) invert(1);

}







.asset-box {

  background-color: rgba(255, 255, 255, 0.85);

  border: 1px solid #000;

  padding: 20px 15px;

  height: 250px;

  border-radius: 8px;

  transition: 0.4s ease-in-out;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

}



.asset-box:hover {

  background-color: #b30000;

  border-radius: 20px;

}



.asset-box:hover h5 {

  color: #fff;

}



.asset-img {

  height: 120px;

  width: 120px;

  object-fit: contain;

  margin-bottom: 15px;

}



.asset-box:hover .asset-img {

  filter: brightness(0) invert(1);

}





.asset-box h5 {

  font-weight: 700;

  font-size: 1.1rem;

  color: #000;

  margin: 0;

  text-align: center;

}



/* Responsive tweaks */

@media (max-width: 576px) {

  .asset-img {

    height: 90px;

    width: 90px;

  }



  .asset-box {

    height: 200px;

  }



  .asset-title {

    font-size: 2rem;

  }

}



/* Valuation Service Page Style End */



/* Advisory Service Page Style Start */



section.advisoryServiceTop {

  position: relative;

  text-align: center;

  color: #fff;

  height: 300px;

  /* clip-path: polygon(100% 100%, 85% 77%, 0 100%, 0 0, 100% 0); */

  padding-bottom: 10rem;

  overflow: hidden;

  margin-top: 79px !important;

  z-index: 1;

}



/* Background layer with animation */

section.advisoryServiceTop::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)),

    url("../FinalImages/Final/AdvisoryHead.png");

  background-size: cover;

  background-position: center;

  transform: scale(1.2);

  /* Start zoomed in */

  animation: zoomOutBg 4s ease-out forwards;

  /* Run once */

  z-index: -1;

}



/* Keyframes for zoom-out effect */

@keyframes zoomOutBg {

  from {

    transform: scale(1.2);

  }



  to {

    transform: scale(1);

  }

}





section.advisoryServiceTop h1 {

  /* margin-top: 80px !important; */

  font-size: 4rem;

  font-weight: bold;

  padding-top: 100px;

  font-family: serif;

  word-spacing: 10px;

  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

  color: white;

}



section.advisoryServiceTop p {

  font-size: 1rem;

  line-height: 1.6;

  font-weight: 400;

  font-family: sans-serif;

  color: white;

  text-align: center !important;



}



section.advisoryServiceTop p::first-letter {

  float: initial !important;

  color: cyan;

}



section.advisoryServiceTop .breadcrumb-item {

  margin-top: 1rem;

  list-style: none;

}



.advisory-section {

  position: relative;

  padding-bottom: 80px;

}



.advisory-section .advisory-content h1 {

  font-size: 2.5rem;

  font-weight: 700;

  text-transform: uppercase;

  text-align: center;

}



.advisory-section .advisory-content p {

  font-size: 1.2rem;

  line-height: 1.8;

  text-align: justify;

  margin-top: 20px;

  margin-inline: auto;

  max-width: 1000px;

}



.advisory-section .card-slider {

  position: relative;

  margin-top: 30px;

  padding-bottom: 60px;

}



.advisory-section .swiper-wrapper {

  display: flex;

  align-items: stretch;

}



.advisory-section .card-item {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  min-height: 500px;
  /* Set fixed min height */

  height: 100%;

  background: #fff;

  padding: 20px;

  border-radius: 8px;

  text-align: center;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);

  transition: transform 0.3s, box-shadow 0.3s;

}





.advisory-section .card-item:hover {

  transform: translateY(-6px);

  box-shadow: 0 6px 30px rgba(197, 4, 4, 0.747);

  /* 👈 hover effect */

}



/* Default image style */

.advisory-section .card-image {

  width: 100%;

  height: 220px;

  object-fit: cover;

  border: 3px solid #b30000;

  border-radius: 10px;

}



/* Individual border color overrides */

.advisory-section .card-item:nth-child(odd) .card-image {

  border: 2px solid #000000;
  /* Black border */

}



.advisory-section .card-item:nth-child(even) .card-image {

  border: 2px solid #a51111;
  /* Red border */

}



@media (max-width: 576px) {

  .advisory-content {

    padding: 20px;

  }

}





/* .advisory-section #investment .card-image {

  border-color: rgb(0, 0, 0);

}



.advisory-section #market .card-image {

  border-color: rgb(165, 17, 17);

}



.advisory-section #valuation .card-image {

  border-color: rgb(0, 0, 0);

}



.advisory-section #lease .card-image {

  border-color: rgb(165, 17, 17);

}



.advisory-section #Feasibility .card-image {

  border-color: rgb(0, 0, 0);

}



.advisory-section #Depreciation .card-image {

  border-color: rgb(165, 17, 17);

}



.advisory-section #technical .card-image {

  border-color: rgb(0, 0, 0);

}



.advisory-section #asset .card-image {

  border-color: rgb(165, 17, 17);

}



.advisory-section #dispute .card-image {

  border-color: rgb(0, 0, 0);

}



.advisory-section #risk .card-image {

  border-color: rgb(165, 17, 17);

} */



.advisory-section .swiper-slide {

  height: auto !important;

  display: flex;

  align-items: stretch;

}







.advisory-section .card-details {

  flex-grow: 1;

  display: flex;

  flex-direction: column;

  justify-content: flex-start;
  /* Align content to top */

}









.advisory-section .card-title {

  margin: 10px 0 10px;

  font-size: 1.4rem;

  font-weight: bold;

}



.advisory-section .card-description {

  margin-top: 0 !important;
  /* Push to bottom */

  text-align: justify;

  font-size: 1.2rem;

}





/* Navigation buttons */



.advisory-section .swiper-button-prev::after {

  content: "<";

  color: inherit;

  font-size: 20px;

  font-family: Poppins, sans-serif;

  font-weight: bold;

}



.advisory-section .swiper-button-next::after {

  content: ">";

  color: inherit;

  font-size: 20px;

  font-family: Poppins, sans-serif;

  font-weight: bold;

}





.advisory-section .swiper-button-prev,

.advisory-section .swiper-button-next {

  top: 40%;

  width: 50px;

  height: 50px;

  border-radius: 50%;

  background-color: #b30000;

  color: #ffffff;

  border: none;

  font-size: 20px;

  font-family: Poppins, sans-serif;

  font-weight: bold;

  transition: 0.3s;

  cursor: pointer;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);

  z-index: 10;

  display: flex;

  align-items: center;

  justify-content: center;

}



/* On hover */

.advisory-section .swiper-button-prev:hover,

.advisory-section .swiper-button-next:hover {

  background-color: #ffffff;

  color: #b30000;

  border: 2px solid #b30000;

}





/* Pagination dots */

.advisory-section .swiper-pagination {

  position: absolute;

  bottom: 10px;

  text-align: center;

  width: 100%;

}



.advisory-section .swiper-pagination-bullet {

  background: rgb(185, 11, 11);

  opacity: 1;

}



.advisory-section .swiper-pagination-bullet-active {

  background: #000000;

  opacity: 1;

}



/* Advisory Service Page Style End */



/* Contact Us Page Style Start */



section.ContactUsTop {

  position: relative;

  text-align: center;

  color: #fff;

  height: 300px;

  /* clip-path: polygon(100% 100%, 85% 77%, 0 100%, 0 0, 100% 0); */

  padding-bottom: 10rem;

  overflow: hidden;

  margin-top: 80px !important;

  z-index: 1;

}



/* Background layer with animation */

section.ContactUsTop::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)),

    url("../FinalImages/Final/ContactusHead.png");

  background-size: cover;

  background-position: center;

  transform: scale(1.2);

  /* Start zoomed in */

  animation: zoomOutBg 4s ease-out forwards;

  /* Run once */

  z-index: -1;

}



/* Keyframes for zoom-out effect */

@keyframes zoomOutBg {

  from {

    transform: scale(1.2);

  }



  to {

    transform: scale(1);

  }

}





section.ContactUsTop h1 {

  /* margin-top: 80px !important; */

  font-size: 4rem;

  font-weight: bold;

  padding-top: 100px;

  font-family: serif;

  word-spacing: 10px;

  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

  color: white;

}



section.ContactUsTop p {

  font-size: 1rem;

  line-height: 1.6;

  font-weight: 400;

  font-family: sans-serif;

  color: white;

  text-align: center !important;



}



section.ContactUsTop p::first-letter {

  float: initial !important;

  color: cyan;

}



section.ContactUsTop .breadcrumb-item {

  margin-top: 1rem;

  list-style: none;

}



.contact-heading {

  font-size: 2rem;

  font-weight: 600;

  color: #000;

  text-align: center;

  margin: 0 auto 40px;

  max-width: 1000px;

  line-height: 1.5;

  padding: 0 20px;

}





.typing-text {

  color: #b30000;

  font-weight: bold;

  white-space: nowrap;

  border-right: 2px solid #b30000;

  animation: blinkCursor 0.7s infinite;

}



@keyframes blinkCursor {

  0% {
    border-color: #b30000;
  }

  50% {
    border-color: transparent;
  }

  100% {
    border-color: #b30000;
  }

}









.contact * {

  margin: 0;

  /* padding: 0; */

  box-sizing: border-box;

  /* font-family: 'Times New Roman', Times, serif; */

}



.contact {

  position: relative;

  min-height: 100vh;

  padding: 50px 15px;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  background-image: url(../FinalImages/Final/ContactUsBack.png);

  background-size: cover;

  background-position: center;

}



.contact .contact-info,

.contact .contact-form {

  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  border-radius: 20px;

  padding: 30px;

}



.contact .contact-info {

  /* background: rgba(0, 0, 0, 0.464); */

  background: rgb(255, 255, 255);

}



.contact .contact-form {

  /* background: #fbf9f9; */

  background: rgba(0, 0, 0, 0.464);

}



.contact .contact-info .contact-box {

  position: relative;

  padding: 20px 0;

  display: flex;

  cursor: pointer;

}



.contact .contact-info .icon {

  min-width: 50px;

  height: 50px;

  background: #222;

  color: white;

  border-radius: 10px;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 1.7em;

  transition: 0.5s;

}



.contact .contact-info .contact-box:hover .icon {

  background: rgb(161, 21, 21);

  color: rgb(255, 255, 255);

}



.contact .contact-info .text {

  display: flex;

  flex-direction: column;

  margin-left: 20px;

  font-size: 1.1em;

  color: #000000;

  font-weight: 400;

}



.contact .contact-info h3 {

  color: #a70b0b;

}



.contact .contact-form h2 {

  font-size: 2em;

  color: rgb(255, 255, 255);

  font-weight: 500;

}



.contact .input-box {

  position: relative;

  width: 100%;

  margin-top: 50px;

}



.contact .input-box input,

.contact .input-box textarea {

  width: 100%;

  padding: 5px 0;

  font-size: 1.1em;

  margin: 10px 0;

  border: none;

  border-bottom: 2px solid rgb(255, 255, 255);

  outline: none;

  resize: none;

  background: transparent;

  color: white;

}



.contact .input-box span {

  position: absolute;

  left: 0;

  pointer-events: none;

  padding: 5px 0;

  margin: 10px 0;

  font-size: 1.1em;

  color: #ffffff;

  transition: 0.6s;

}



.contact .input-box input:focus~span,

.contact .input-box textarea:focus~span,

.contact .input-box input:valid~span,

.contact .input-box textarea:valid~span {

  color: rgb(137, 238, 238);

  font-size: 0.9em;

  transform: translateY(-20px);

}



.btnContact {

  width: 150px !important;

  background: rgb(255, 255, 255);

  color: #030303;

  border: none;

  cursor: pointer;

  padding: 10px;

  font-size: 1.1em;

  font-weight: 500;

  margin-top: 30px;

}



.contact-social-icons * {

  margin: 0;

  padding: 0;

  list-style: none;

  box-sizing: border-box;

}



.contact-social-icons {

  display: flex;

  justify-content: center;

  align-items: center;

  margin-top: 30px;

}



.contact-social-icons ul {

  display: flex;

  gap: 15px;

}



.contact-social-icons ul li {

  width: 40px;

  height: 40px;

  background-color: #222;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 50%;

  font-size: 18px;

  transition: all 0.3s ease;

}



.contact-social-icons ul li a {

  display: flex;

  justify-content: center;

  align-items: center;

  width: 100%;

  height: 100%;

  color: #ccc;

  text-decoration: none;

  border-radius: 50%;

  transition: all 0.3s ease;

}



.contact-social-icons ul li:hover {

  background-color: #b30000;

  box-shadow: 0 0 10px rgba(255, 0, 0, 0.6);

}



.contact-social-icons ul li:hover a {

  color: #fff;

}



/* Contact Us Page Style End */