
.mb-11 {margin-bottom: 11px;}
.mb-22 {margin-bottom: 22px;}
.mb-33 {margin-bottom: 33px;}
.mb-44 {margin-bottom: 44px;}
.mb-55 {margin-bottom: 55px;}
.mb-66 {margin-bottom: 66px;}
.mb-99 {margin-bottom: 99px;}

ul.list-check-spcl {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list-check-spcl li {
	font-weight: 700;
	color: var(--white);
	position: relative;
	z-index: 1;
	padding-left: 30px;
	margin-top: 7px;
}

ul.list-check-spcl li::after {
	position: absolute;
	left: 0;
	top: 5px;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	background: var(--white);
	color: var(--color-primary);
	border-radius: 50%;
	font-size: 10px;
}

.industry-serve-img {
	max-width: 111px;
	border-radius: 50%;
}

.brdr-img {
	border: solid 1px #ccc;
	padding: 11px;
}

.brdr2-img {
	border: solid 1px #ccc;
	padding: 11px;
	border-radius: 11px;
}

.tan-gal-img {
	border: solid 2px #ccc;
	border-radius: 22px;
}

.icon-clarity-logo {
	min-width: 32px;
}

.accordion-button span {
	height: 30px;
	width: 30px;
	background: var(--dark);
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	color: var(--white);
	font-weight: 800;
	border-radius: 50%;
	margin-right: 11px;
}

.floating-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 111px;
    left: 25px;
    background: #25D366;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    text-decoration: none !important;
    z-index: 99999;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.floating-whatsapp:hover {
    color: #fff !important;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .floating-whatsapp {
        width: 52px;
        height: 52px;
        bottom: 77px;
        left: 20px;
        font-size: 28px;
    }
}


