  .hr{
    border: none; border-top: 2px dotted black;
  }
  .bg-chips{
    background-color: #2c3e50;
  }
  .textjustify{
    text-align:justify;
  }
  .tooltip-container {
    position: relative;
    display: inline-block;
    width: 100%; /* Ensure the badge takes full width */
}
.custom-card:hover {
  transform: scale(1.1);
}
.custom-card {
  transition: transform 0.5s;
}

/* General styles */
.feature-card {
  perspective: 1000px;
  margin: 20px 0;
}
.card-inner {
  position: relative;
  width: 100%;
  height: 300px;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
.feature-card:hover .card-inner {
  transform: rotateY(180deg);
}

/* Front and back styles */
.card-front,
.card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.card-front {
  background-size: cover;
  background-position: center;
  color: white;
}

.card-back {
  background-color: #c36;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.card-back h4 {
  margin-bottom: 15px;
}

.card-back p {
	font-size: 13px;
	position: relative;
	margin-bottom: 5px;
}

.card-back .btn {
  align-self: center;
}

.tooltip-text {
    visibility: hidden;
    max-width: 300px; /* Adjust as needed for text width */
    background-color: rgba(0, 0, 0, 0.9); /* Dark background */
    color: #fff; /* White text for contrast */
    text-align: center;
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    bottom: calc(100% + 10px); /* Position above with spacing */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000; /* Ensure it's above other elements */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    white-space: normal; /* Allow line breaks */
    word-wrap: break-word; /* Ensure long text wraps */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Add a shadow */
    overflow: visible; /* Ensure content is not clipped */
}

.tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%; /* Arrow points to the badge */
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* Ensure no parent container clips the tooltip */
.col-12, .col-md-6, .col-lg-3 {
    overflow: visible !important;
}
.banner-container { 
	position: relative; 
	width: 100%; 
	height: 500px; 
	overflow: hidden; 
	}
.banner { 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	background-size: cover; 
	background-position: center; 
	transition: opacity 1s ease-in-out; 
	}
	
.text-overlay { 
	

	width: 80%;
	display: block;
	position: absolute; 
	top: 50%; 
	left: 50%; 
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%); 
	transform: translate(-50%,-50%);
	
	font-size: 35px; 
	font-weight: bold;
	color: #fff;
	line-height: 70px;
	text-align: center; 
	margin: 0; 
	z-index: 9;	
	background-color: rgba(0, 0, 0, 0.5);
	}
	
	

    .hero-container {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    
	.swiper-wrapper h5 {
		text-align:center;
		color:#fff;
	}
	.swiper-wrapper img {
		margin-bottom:15px;
	}
	#clients .swiper-wrapper {
		margin-bottom:50px;
	}
	
	
	
	#features-cards {
		background:#0d83fd;
	}
	
	#stats {
		background:#0d6efd;
	}
	#stats .stats-item {
		background:#fff;
		border-top-left-radius: 50px;
		border-bottom-right-radius: 50px;
	}
	
	#call-to-action-2 .cta-btn {
		background:#c36;
		border-color:#c36;
	}
	#call-to-action-2 .cta-btn.black{
		background: #000;
		border-color: #000;
	}
	@media only screen and (max-width: 600px) {
	  .hero-slider {
			position: relative;
			width: 100%;
			height: 850px;
			
		}
	}

	@media only screen and (min-width: 601px) {
	  .hero-slider {
			position: relative;
			width: 100%;
			height: 450px;
			
		}
	}

    .hero-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
		margin: 0;
        padding: 0;
        opacity: 0;
        transition: transform 1s ease-in-out, opacity 1s ease-in-out;
        transform: translateX(0);
    }

    .hero-slide.active {
        opacity: 1;
        transform: translateX(0);
    }

   

    .hero-content {
        text-align: left;
        padding: 20px;
    }

    .hero-content .btn {
        margin: 10px;
    }

    .dots-container {
        position: absolute;
        bottom: 20px;
        width: 100%;
        text-align: center;
        z-index: 10;
    }

    .dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #bbb;
        margin: 0 5px;
        cursor: pointer;
    }

    .dot.active {
        background-color: #555;
    }

    .slide-left {
        transform: translateX(-100%);
    }

    .slide-right {
        transform: translateX(100%);
    }

    .slide-up {
        transform: translateY(-100%);
    }

    .slide-down {
        transform: translateY(100%);
    }
	 .hero-image {
        position: relative;
        width: 50vw;
        height: 100%;
        object-fit: cover;
    }

    /* Optional: Remove padding from the col-lg-6 containing the image */
    .hero-slide .col-lg-6:first-child {
        padding: 0;
    }

	@media (max-width: 768px) {
        .hero-image {
            width: 100%; /* Full width on mobile */
        }

        .hero-slide .row {
            flex-direction: column; /* Stack columns vertically */
        }

        .hero-slide .col-lg-6 {
            width: 100%; /* Full width for each column */
        }

        .dots-container {
            bottom: 10px; /* Adjust dot position on mobile */
        }
    }
	