@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

:root {
    --primary-color: #e00117; /* Replace with your desired primary color */
}

/* Define the fade-in-up keyframes */
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Initial state before animation */
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

/* Apply the animation when the element has the active class */
.fade-in-up.active {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUp 1s ease-out forwards; /* Use the animation */
}


body{
    background: #fff;
    /*font-family: "poppins";*/
}

 

ul li {
    text-align: justify; 
    font-size: 15px;
}
 

ol li {
    text-align: justify; 
    font-size: 15px;
}

p{
    font-size: 15px;
}
 
.highlight{
  color: var(--primary-color);
}
.sec-title{
  font-size: 30px;
  font-weight: bold;
}
.highlight-text{
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 20px; 
}
.highlight-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 5px solid #ce1414 ; /* Adjust the color and width of the line */
}
#main-slider {
  background: var(--primary-color);
  color: #fff;
  /*height: 81vh;  */
}
 
 
.navbar {
    box-shadow: 0 4px 6px rgba(30, 30, 30, 0.071); /* Shadow for header */
}
.navbar-brand img {
    height: 60px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%288, 8, 8, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-nav {
    margin: 0 auto; 
}
.navbar-light .navbar-nav .nav-link{
    color: #000;
    position: relative; 
}
.navbar-light .navbar-nav .nav-link:hover{
    color: var(--primary-color);
}
@media (min-width: 992px) {
    .nav-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px; /* Adjust this value to control the distance from the text */
        width: 0;
        height: 2px; /* Adjust this value to control the thickness of the line */
        background-color: #000; /* Set the desired color of the line */
        transition: width 0.3s ease-in-out;
    }

    .nav-link:hover::after {
        width: 100%;
    }
}
.nav-item{
    margin: 0 8px; 
    font-weight: 600;
    color: #000;
    font-size: 1em;
}
.navbar-text .fas{
  font-size: 20px;
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  }
  .navbar-text h5{
    font-size: 14px;
  }
  .navbar-text h4{
    font-size: 16px;
    font-weight: bold;
    color: #000;
  }
  
  .navbar-text .fab{
    font-size: 14px;
    background: #ce1414;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
  } 
  
  .border-right {
    border-right: 1px solid #ccc; /* Adjust color and style as needed */
  }
  
  

.button {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 10rem;
    font-weight: 600;
    padding: .75rem 1.5rem;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color .3s;
  }
  .button:hover{
    color: #fff;
    text-decoration: none;
  }

  .button__icon-wrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    color: var(--primary-color);
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
  }
  
  .button:hover {
    background-color: #ce1414;
  }
  
  .button:hover .button__icon-wrapper {
    color: #000;
  }
  
  .button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
  }
  
  .button:hover .button__icon-svg:first-child {
    transition: transform .3s ease-in-out;
    transform: translate(150%, -150%);
  }
  
  .button:hover .button__icon-svg--copy {
    transition: transform .3s ease-in-out .1s;
    transform: translate(0);
  }

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    bottom: 50px;
    top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff; /* Text color */
    font-size: 20px; /* Adjust size as needed */
    z-index: 10;
    text-decoration: none;
}

.carousel-control-next {
  left: 60px; /* Adjust this value to place it next to the previous button */
}

/* Ensure the main slider section stretches full width */
#main-slider .carousel-inner {
  position: relative;
  width: 100%;
}

/* Image container adjustments */
.image-container {
  position: relative;
  left: 0;
}

/* Make sure the image covers the entire container */
.image-container img {
  /* width: 100%; */
  /*height: 545px;*/
}
 @media (max-width: 768px) { /* Adjust the breakpoint as needed */
    .image-container img {
        height: 342px;
    }
}
/* Ensure the text content remains within a reasonable width */
.text-content {
  max-width: 500px; /* Adjust as necessary */
  /*margin: auto*/
  /*margin-left: 30px;*/
}
.text-content {
  margin-left: 30px; /* Default for desktop */
}

/* Mobile devices ke liye margin remove karne ke liye */
@media (max-width: 768px) {
  .text-content {
    margin-left: 0;
  }
}

/* Remove padding and margin from the row */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* Remove padding from the column containing the image */
.col-md-6.p-0 {
  padding-left: 0;
  padding-right: 0;
}

/* Base font size for the body */
body {
  font-size: 16px; /* This sets the base font size */
}

/* Text styles within the carousel */
#main-slider .text-content h2 {
  font-size: 2.5rem; /* Base size for larger screens */
  margin-bottom: 1rem;
}

#main-slider .text-content h4 {
  font-size: 1.5rem; /* Base size for larger screens */
  margin-bottom: 0.5rem;
}

#main-slider .text-content p {
  font-size: 1rem; /* Base size for larger screens */
  line-height: 1.5; /* Improved readability */
  margin-bottom: 1rem;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 992px) {
  .text-content {
    padding: 20px;
  }
  
  #main-slider .text-content h2 {
      font-size: 2rem; /* Slightly smaller on medium screens */
  }

  #main-slider .text-content h4 {
      font-size: 1.3rem; /* Slightly smaller on medium screens */
  }

  #main-slider .text-content p {
      font-size: 0.9rem; /* Slightly smaller on medium screens */
  }
}

@media (max-width: 768px) {
  #main-slider .text-content h2 {
      font-size: 1.8rem; 
      text-align: center;
  }

  #main-slider .text-content h4 {
      font-size: 1.2rem;
      text-align: center;
      /* Smaller for tablets */
  }

  #main-slider .text-content p {
      font-size: 0.85rem; 
      text-align: center;
      /* Smaller for tablets */
  }
}

@media (max-width: 576px) {
  #main-slider .text-content h2 {
      font-size: 1.5rem; /* Smaller for mobile phones */
  }

  #main-slider .text-content h4 {
      font-size: 1rem; /* Smaller for mobile phones */
  }

  #main-slider .text-content p {
      font-size: 0.8rem; /* Smaller for mobile phones */
  }
}

.about-us{
  position: relative;
    overflow: hidden; 
}

.about-us::before{
 
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 252px;
    height: 100%;
    background-image: url(../images/bg-1.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: -1;


}
/* Define the slide-in animation */
@keyframes slideInFromLeft {
  from {
      transform: translateX(-100%);
      opacity: 0;
  }
  to {
      transform: translateX(0);
      opacity: 1;
  }
}

/* Apply the animation to the image */
.animate-slide-in {
  animation: slideInFromLeft 0.5s ease-out;
}
.why-choose-us{
  background: #f8f8f8;
}
.slider-item .card{
border: none;
border-radius: 25px;
box-shadow: rgba(255, 224, 224, 0.08) 0px 0px 0px 1px;
height: 100%;
background-color: #fff;
}

.slider-item .card-title{
  font-size: 18px;
  font-weight: 700;
}
.main-icon {
  color: #fff;
  background: var(--primary-color);
  font-size: 25px;
  padding: 15px;
  border-radius: 50%;
  height: 70px;
  width: 70px;
}
.description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em; /* Adjust this value if needed */
}

.arrow-icon {
  color: var(--primary-color); /* Example color */
  font-size: 1.5rem; /* Example size */
  align-self: flex-end; /* Ensures the arrow is aligned at the bottom */
  cursor: pointer;
  transition: transform 0.3s ease; /* Smooth transition for animation */
}

/* Animation effect when hovering over the slider-item */
.slider-item:hover .arrow-icon {
  transform: translateX(10px); /* Moves the icon 10px to the right on hover */
}
.accordion-card {
  margin-bottom: 1rem; /* Space between accordion items */
  border-radius: 0.25rem; /* Rounded corners */
}

.accordion-header {
  background-color: #ffffff; /* Card header background color */
  border-radius: 0.25rem; 
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;/* Rounded corners for the header */
}
.accordion-header:hover{
  border: none;
  outline: none;
}
.accordion-button {
  font-size: 1.25rem; 
  font-weight: 600;/* Font size for the button */
  color: #000000; /* Button color */
  text-decoration: none; /* Remove underline */
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 1.5rem ; /* Padding inside the button */
}

.accordion-button:hover {
  color: var(--primary-color); /* Darker color on hover */
  text-decoration: none; 
  outline: none;/* Underline on hover */
}

.accordion-button.collapsed::after {
  content: "\f078"; /* FontAwesome chevron-down icon */
  font-family: "poppins" ;
  font-weight: 900; /* Use FontAwesome solid icons */
  float: right;
}

.accordion-button:not(.collapsed)::after {
  content: "\f077"; /* FontAwesome chevron-up icon */
  font-family: "poppins";
  font-weight: 900; /* Use FontAwesome solid icons */
  float: right;
}

/* Ensure smooth transition for collapse */
.collapse {
  transition: height 0.35s ease; /* Adjust timing and easing as needed */
}

.accordion-body {
  padding: 1.5rem; /* Padding inside the card body */
  border-top: 1px solid #ddd; /* Border between header and body */
  background-color: #ffffff; /* Background color of the body */
  overflow: hidden; /* Hide overflow to ensure smooth transition */
}

.accordion-card {
  margin-bottom: 1rem; /* Space between accordion items */
  border-radius: 0.25rem; /* Rounded corners */
  overflow: hidden; /* Hide overflow to ensure smooth transition */
}

.requestcallback {
  position: relative;
  background: url('../images/call.jpg') no-repeat center center;
  background-size: cover;
  color: white; /* Text color for visibility */
  padding: 4rem 0; /* Adjust padding as needed */
}

/* Black overlay */
.requestcallback::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(224 1 23 / 68%); /* Black overlay with 50% opacity */
}
.call-title{
  font-size: 40px;
  font-weight: 700;
}
.requestcallback p{
  font-size: 18px;
  font-weight: 600;
}
.btn-primary {
  background-color: var(--primary-color); /* Customize as needed */
  border: none;
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: bold;
}
.btn-secondary{
  background-color: #fff;
  border: none;
  color: #000000;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: bold;
}
.bg-custom{
  background-color: #e00117;
}

/* footer */

.footer {
    background-color: #254a6f; /* Dark background */
    color: #fff;
    padding: 3rem 0;
}
.footer h4 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
}
.footer p {
    font-size: 14px;
}
.footer a {
    color: #fff;
    transition: color 0.3s;
}
 
.social-icons a {
    color: #fff;
    /*margin: 0 10px;*/
    transition: color 0.3s;
}
 
#newsletter-form {
    display: flex;
    flex-direction: column;
}
#newsletter-form input {
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
}


.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.social-icons .fab{
  font-size: 16px;
  background: var(--primary-color);
  padding: 10px;
  border-radius: 5px;
}

.client-logos {
  overflow: hidden;
  position: relative;
}

.logos-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.logos-slide {
  display: flex;
  justify-content: space-around;
  align-items: center;
  animation: scroll 20s linear infinite;
}

.logos-slide img {
  max-width: 150px;
  margin: 0 15px;
}

@keyframes scroll {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-50%);
  }
}

.slider .card{
  margin: 0 10px;
}


header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
  transition: box-shadow 0.3s ease;
}

header.scrolled {
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.dropdown-menu {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.nav-item:hover .dropdown-menu {
  max-height: 500px; 
  opacity: 1;
}

.nav-link {
  position: relative;
  text-decoration: none;
  color: #000; /* Default text color */
  overflow: hidden; /* Ensure dots don't overflow */
}

.nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  right: 0; /* Start from the right */
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(
    to left,
    #e00117,
    #e00117 3px,
    transparent 3px,
    transparent 6px
  );
  opacity: 0;
  transition: all 0.3s linear; /* Linear transition for smooth movement */
}

.nav-link:hover::before {
  opacity: 1;
  transform: translateX(-100%); /* Move from right to left */
}


.nav-item.dropdown:hover .dropdown-menu {
  display: block; /* Dropdown को hover पर दिखाने के लिए */
  opacity: 1; /* Smooth animation के लिए */
  visibility: visible;
  transition: all 0.3s ease-in-out; /* Smooth transition */
}

.dropdown-menu {
  display: none; /* Default में छिपा हुआ */
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out; /* Smooth animation */
}


/* Sticky Header */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* Animated Red Dots */
.nav-link {
  position: relative;
  text-decoration: none;
  color: #000;
  overflow: hidden;
}

.nav-link::before {
  content: '';
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 100%;
  height: 3px;
  background: repeating-linear-gradient(
    to left,
    #e00117,
    #e00117 3px,
    transparent 3px,
    transparent 6px
  );
  opacity: 0;
  transition: all 0.3s linear;
}

.nav-link:hover::before {
  opacity: 1;
  transform: translateX(-100%);
}

/* Hoverable Dropdown */
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
      pointer-events:none;
}
/* Ensure dropdowns show on hover */
.nav-item.dropdown:hover .dropdown-menu {
display: block;
}

.dropdown-menu {
  margin-top: 0; /* Removes the gap above the dropdown */
  border: none; /* Removes the border */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
}

/* Down Arrow Styling */
.dropdown-arrow {
  margin-left: 5px;
  font-size: 0.8em;
}



.center-circle {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}


.about-us {
  padding: 100px 0;
  background-color: #f9f9f9;
  /* Subtle background pattern */
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='2' fill='%23d9d9d9'/%3E%3C/svg%3E");
}

.about-us-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
  border-radius: 10px;
  overflow: hidden; /* Ensures parallax doesn't overflow */
  background-color: #fff; /* Add a white background to the wrapper */
  padding: 20px;
}

.about-us-image {
  flex: 1;
  overflow: hidden;
  border-radius: 10px;
}

.about-us-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  animation: fadeIn 1s ease-in-out;
  transition: transform 0.3s ease; /* For smooth transition */
}

/* Parallax effect */
.about-us-image:hover img {
  transform: scale(1.1);
}


.about-us-content {
  flex: 1;
  padding: 30px;
  animation: slideInRight 0.7s ease-out; /* Slide-in animation */
}

.about-us-content small {
  color: #888;
  display: block;
  margin-bottom: 5px;
}

.about-us-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333; /* Darker heading color */
}

.about-us-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #555; /* Slightly darker paragraph color */
}



@keyframes fadeIn {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

@keyframes slideInRight {
  from {
      transform: translateX(100%);
      opacity: 0;
  }

  to {
      transform: translateX(0);
      opacity: 1;
  }
}

@media (max-width: 768px) {
  .about-us-wrapper {
      flex-direction: column;
  }

  .about-us-content h2 {
      font-size: 1.7rem;
  }
}


#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#main-slider {
    position: relative; /* To keep particles-js behind carousel */
}


#redCirclesCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.why-choose-us > .container {
  z-index: 1;
}



#redParticlesBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.why-choose-us {
  position: relative; /* To keep particles-js behind content */
  overflow: hidden; /* Ensure particles don't spill out */
}

.why-choose-us > .container {
  z-index: 1; /* Ensure content is on top */
}



.requestcallback {
  position: relative;
  overflow: hidden;
}

.requestcallback img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.testimonial-hero {
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-item {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}



#testimonialSlider {
  position: relative;
}

.carousel-controls {
  position: absolute;
  bottom: 10px; /* Adjust as needed */
  left: 0;
  right: 0;
  text-align: center;
}

.carousel-control-prev, .carousel-control-next {
  position: relative; /* Changed from absolute */
  display: inline-block; /* To allow them to sit side by side */
  width: 30px;
  height: 30px;
  /* background-color: #e00117; */
  border-radius: 50%;
  margin: 0 10px; /* Add some spacing between the arrows */
  top: auto; /* Remove top positioning */
  transform: none; /* Remove translateY */
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  font-size: 20px;
  color: #fff;
}
#testimonialSlider {
  position: relative;
}

.carousel-controls {
  position: absolute;
  bottom: 10px; /* Adjust as needed */
  right: 10px; /* Align to the right */
  text-align: right; /* Align controls to the right */
}

.carousel-control-prev, .carousel-control-next {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  /* background-color: #e00117; */
  border-radius: 50%;
  margin: 0 5px; /* Reduced spacing */
  top: auto;
  transform: none;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  font-size: 20px;
  color: #fff;
}
.carousel-inner blockquote {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  color: #000;
}

.carousel-control-prev, .carousel-control-next {
  width: 30px;
  height: 30px;
  /* background-color: #e00117; */
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  font-size: 20px;
  color: #fff;
}



.testimonial-slider { /* Block: Slider container */
  width: 80%;
  max-width:  80%; /* Adjust as needed */
  margin: 50px auto;
  position: relative;
  background-color: #fff; /* White container */
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  overflow: hidden;

  /* Wave Animation - now as background */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Cpath d='M0,50 Q500,0 1000,50 L1000,100 L0,100 Z' fill='%23f0f0f0'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom; /* Position at the bottom */
  animation: wave 4s linear infinite; /* Adjust animation speed */

}

.testimonial-slider__wrapper { /* Added: Wraps the slides for sliding */
  display: flex; /* Arrange slides horizontally */
  transition: transform 0.5s ease-in-out; /* Smooth transition */
  position: relative; /* Ensure content is above the background */
  z-index: 1; /* Ensure content is above the background */
}

.testimonial-slide { /* Block__Element: Individual slide */
  flex-shrink: 0; /* Prevent slides from shrinking */
  width: 100%; /* Each slide takes full width */
  padding: 30px;
  box-sizing: border-box; /* Include padding in width */
  text-align: center; /* Center the content */
}

.testimonial-slider__headline { /* Block__Element: Headline */
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
}

.testimonial-slider__client-image-container {
  margin-bottom: 10px;
  position: relative;
  display: inline-block; /* Needed for arrow positioning */
}

.testimonial-slider__client-image { /* Block__Element: Client image */
  width: 80px; /* Adjust size */
  height: 80px;
  border-radius: 10px; /* Rounded corners */
  object-fit: cover; /* Avoid image distortion */
  display: block; /* Center the image */
  margin: 0 auto;
}

.testimonial-slider__arrow {
  position: absolute;
  bottom: -5px; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ddd; /* Light gray arrow */
}

.testimonial-slider__text { /* Block__Element: Testimonial text */
   
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 15px;
  text-align: justify; 
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
@media (max-width: 768px) { 
  .testimonial-slider__text {
    text-align: justify;
    text-justify: distribute;  /* Distributes words evenly */
    hyphens: auto;
    word-break: break-word;
    overflow-wrap: break-word;
    letter-spacing: 0.5px;
    word-spacing: 1px;  /* Adds uniform spacing */
    line-height: 1.6;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;  /* Adds padding to reduce cramped look */
    font-size: 15px;
  }
} 

.testimonial-slider__client-info { /* Block__Element: Client info */
  text-align: center;
  font-style: italic;
}

/* Navigation Dots */
.testimonial-slider__dots { /* Block__Element: Dots container */
  text-align: center;
  margin-top: 10px;
}

.testimonial-slider__dot { /* Block__Element: Individual dot */
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.testimonial-slider__dot.testimonial-slider__dot--active,
.testimonial-slider__dot:hover { /* Block__Element--Modifier: Active/hovered dot */
  background-color: #717171;
}

/* Optional: Add arrow buttons */
.testimonial-slider__prev,
.testimonial-slider__next { /* Block__Element: Arrow buttons */
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-left: -30px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: #e00117;
}

.testimonial-slider__next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.testimonial-slider__prev:hover,
.testimonial-slider__next:hover {
  background-color: rgba(0,0,0,0.8);
}



@keyframes wave {
  0% {
      background-position-x: 0;
  }
  100% {
      background-position-x: 1000px; /* Adjust based on wave image width */
  }
}

/* Shape Accent (Inspired by your image) */
.testimonial-slider__shape-accent {
  position: absolute;
  top: 10%;
  left: -5%; /* Adjust for placement */
  width: 300px; /* Adjust size */
  height: 200px; /* Adjust size */
  background-color: rgba(240, 200, 200, 0.2); /* Light pink */
  border-radius: 50%; /* Make it rounded */
  opacity: 0.5;
  z-index: -1; /* Behind the content */
}

/* NEW: To match the screenshot - removed shape and added a light gray background */
.testimonial-slider {
  background-color: #f5f5f5; /* Light gray background */
  position: relative;
  overflow: hidden;
  padding: 30px;
}

.testimonial-slider__shape-accent {
  display: none; /* Hide the shape */
}

/* Header changes to match the image */
.testimonial-slider__headline {
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: center; /* Center align */
}

.about-us {
    padding: 50px 0;
}

.about-us-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

.about-us-image {
    flex: 1;
    overflow: hidden; /* Ensures the image doesn't overflow the container */
}

.about-us-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Makes the image cover the container */
    border-radius: 10px;
    animation: fadeIn 1s ease-in-out; /* Adds the fade-in animation */
}

.about-us-content {
    flex: 1;
}

.about-us-content small {
    color: #888;
    display: block;
    margin-bottom: 5px;
}

.about-us-content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.about-us-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.about-us-expertise {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 30px;
}

.expertise-item {
    display: flex;
    gap: 10px;
}

.expertise-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f00;
    color: #fff;
    font-size: 1.5rem;
}

.expertise-text h3 {
    font-size: 1.3rem;
    margin-bottom: 5px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .about-us-wrapper {
        flex-direction: column;
    }

    .about-us-content h2 {
        font-size: 1.7rem;
    }
}



.value-section {
  display: flex;
  justify-content: space-around; /* Distribute items evenly */
  align-items: center;          /* Vertically align items */
  background-color: #fff;      /* White background */
  padding: 20px;
  position: relative;          /* For absolute positioning of the red bar */
  overflow: hidden;           /* Hide overflow for animations */
}

.value-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;               /* Height of the red bar */
  background-color: #e74c3c;   /* Red color */
  border-radius: 20px 20px 0 0; /* Rounded corners at the top */
  z-index: 0;                 /* Place behind the circles */
  animation: slideIn 1s forwards;
  transform: translateY(50px); /* Start hidden below */
}

@keyframes slideIn {
  to {
    transform: translateY(0); /* Slide up to its position */
  }
}

.value-item {
  text-align: center;
  position: relative;         /* Needed for circle positioning */
  z-index: 1;                 /* Place above the red bar */
}

.circle {
  width: 150px;                /* Adjust size as needed */
  height: 150px;               /* Adjust size as needed */
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;         /* Space between circle and text */
  color: #333;                /* Dark text color */
  background-color: #fff;      /* White circle background */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */
  transition: transform 0.3s ease; /* Smooth hover effect */
}

.circle:hover {
  transform: scale(1.1);       /* Slight zoom on hover */
}

.integrity {
  /* No specific styling needed for the integrity class in this example */
}

.innovation {
  /* No specific styling needed for the innovation class in this example */
}

.excellence {
  /* No specific styling needed for the excellence class in this example */
}

.circle h2 {
  font-size: 1.2em;            /* Adjust heading size */
  margin-bottom: 5px;
}

.circle p {
  font-size: 0.8em;            /* Adjust paragraph size */
  padding: 0 10px;
}
