This commit is contained in:
2026-01-16 12:05:52 +05:45
parent ca7f87cf72
commit 34c612a320
6 changed files with 285 additions and 960 deletions

View File

@@ -23027,7 +23027,7 @@ iframe {
.about-2-thumbnail-left-wrapper .single-thumbnail .video-icon {
position: absolute;
z-index: 20;
right: 30px;
right: 134px;
bottom: 30px;
}
@@ -28600,6 +28600,15 @@ ul.categorys-widget-stndard li span {
font-weight: 500;
}
.tmp-footer .footer-top .tmp-footer-widget .inner p {
margin-bottom: 0px;
}
.tmp-footer .footer-top .tmp-footer-widget .inner p i {
margin-right: 12px;
}
.footer-style-1 .footer-top .tmp-footer-widget .title {
font-size: 18px;
font-weight: 500;
@@ -28630,6 +28639,10 @@ ul.categorys-widget-stndard li span {
margin-bottom: 5px;
}
.tmp-footer-widget .inner .social-icon {
margin-top: 12px;
}
.footer-style-1 .footer-top .tmp-footer-widget .footer-link li a {
font-size: 14px;
display: block;
@@ -29014,6 +29027,43 @@ ul.categorys-widget-stndard li span {
}
}
.footer-certifications {
padding: 25px 0;
background-color: var(--color-dark-alt);
/* dark footer tone */
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-cert-title {
text-align: center;
color: #cbd5e1;
font-size: 14px;
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 1px;
}
.certification-logos {
display: flex;
justify-content: center;
align-items: center;
gap: 25px;
flex-wrap: wrap;
}
.certification-logos img {
max-height: 100px;
width: auto;
border-radius: 12px;
}
/* .certification-logos img:hover {
filter: grayscale(0);
opacity: 1;
} */
.tmp-footer-card-3::after {
background: var(--color-primary);
inset: 10px;