.whatsApp_icon {
	width: 60px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 24px;
	left: 24px;
	z-index: 999999999;
	border-radius: 50%;
	background: #25d366;
	box-shadow: 0 14px 30px rgba(18, 140, 126, 0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsApp_icon img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	border-radius: 50%;
}
.whatsApp_icon:hover {
	transform: translateY(-3px) scale(1.03);
	box-shadow: 0 18px 36px rgba(18, 140, 126, 0.34);
}
.whatsApp_icon:focus-visible {
	outline: 3px solid rgba(37, 211, 102, 0.32);
	outline-offset: 4px;
}
@media (max-width: 768px) {
	.whatsApp_icon {
		width: 56px;
		height: 56px;
		bottom: 18px;
		left: 18px;
	}
}
.about h1 {
	font-weight: 700;
    color: #012970;
}
.automation-seo-section {
    padding: 72px 0 54px;
    background:
        linear-gradient(135deg, rgba(14, 116, 144, 0.08), rgba(245, 158, 11, 0.07)),
        #f7fafc;
}
.automation-seo-copy,
.automation-seo-card {
    background: #ffffff;
    border: 1px solid #dce6ef;
    border-radius: 8px;
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.automation-seo-copy {
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}
.automation-eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 6px;
    background: #e6f4f1;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0f766e;
}
.automation-eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f59e0b;
}
.automation-seo-copy h2 {
    color: #0f2742;
    font-size: 32px;
    line-height: 1.22;
    margin-bottom: 18px;
}
.automation-seo-copy p {
    margin-bottom: 13px;
    line-height: 1.76;
    color: #44546a;
}
.automation-seo-copy p:last-child {
    margin-bottom: 0;
}
.automation-seo-card {
    background: #102235;
    border-color: #1f3a53;
    box-shadow: 0 18px 42px rgba(15, 34, 53, 0.16);
    color: #ffffff;
}
.automation-seo-card__header {
    margin-bottom: 24px;
}
.automation-card-kicker {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 6px;
    background: rgba(20, 184, 166, 0.14);
    color: #67e8f9;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.automation-seo-card h3 {
    color: #ffffff;
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 12px;
}
.automation-seo-card p {
    margin-bottom: 0;
    line-height: 1.7;
    color: #cbd8e5;
}
.automation-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 22px;
}
.automation-metric {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 15px 10px;
    text-align: center;
}
.automation-metric strong {
    display: block;
    color: #ffffff;
    font-size: 23px;
    font-family: Nunito, sans-serif;
    line-height: 1;
    margin-bottom: 8px;
}
.automation-metric span {
    display: block;
    color: #b9c9d8;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}
.automation-feature-list {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
}
.automation-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 8px;
}
.automation-feature-item i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    border-radius: 8px;
    background: #14b8a6;
    color: #ffffff;
    font-size: 21px;
}
.automation-feature-item h4 {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.35;
    margin: 0 0 6px;
}
.automation-feature-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.62;
    color: #c4d2df;
}
.automation-seo-card .btn {
    padding: 12px 18px;
    border-radius: 8px;
    font-weight: 700;
    margin-top: auto;
    align-self: flex-start;
    background: #f59e0b;
    border-color: #f59e0b;
    color: #102235;
    box-shadow: 0 10px 22px rgba(245, 158, 11, 0.22);
}
.automation-seo-card .btn:hover {
    background: #fbbf24;
    border-color: #fbbf24;
    color: #102235;
}
.blog .entry .read-more a:hover {
    background: #5969f3;
}
.blog .entry .read-more a {
    display: inline-block;
    background: #4154f1;
    color: #fff;
    padding: 6px 20px;
    transition: .3s;
    font-size: 14px;
    border-radius: 4px;
}
.recent-blog-posts .post-box .post-img img {
    object-fit: cover;
}
.img-fluid-home {
    width: 100%;
    height: 250px;
}
.recent-blog-posts .post-box .post-title {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.blogImage {
    width: 100%;
    object-fit: cover;
}
.header .container-fluid {
    gap: 20px;
}
.header .logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    line-height: 1.1;
    flex: 1 1 auto;
    min-width: 0;
}
.header .logo img {
    margin-right: 0;
    flex: 0 0 auto;
}
.header .logo span {
    display: block;
    line-height: 1.15;
    letter-spacing: 0.3px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    max-width: 430px;
}
.header .navbar {
    margin-left: auto;
    flex: 0 0 auto;
}
@media (max-width: 1200px) {
    .header .logo span {
        font-size: 19px;
        max-width: 320px;
    }
}
@media (max-width: 992px){
	.breadcrumbs {
		margin-top: 75px;
	}
    .automation-seo-section {
        padding: 54px 0 38px;
    }
    .automation-seo-copy,
    .automation-seo-card {
        padding: 26px;
    }
    .automation-seo-copy h2 {
        font-size: 28px;
    }
    .automation-metrics {
        grid-template-columns: 1fr;
    }
    .header .container-fluid {
        gap: 12px;
    }
    .header .logo {
        flex: 0 1 auto;
    }
    .header .logo span {
        max-width: none;
    }
}
@media (max-width: 576px) {
    .automation-seo-copy,
    .automation-seo-card {
        padding: 22px;
    }
    .automation-eyebrow,
    .automation-card-kicker {
        font-size: 11px;
        line-height: 1.35;
    }
    .automation-seo-copy h2 {
        font-size: 24px;
    }
    .automation-seo-card h3 {
        font-size: 22px;
    }
    .automation-feature-item {
        gap: 11px;
    }
    .automation-feature-item i {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        font-size: 19px;
    }
}
