.footer-icons{
    margin-top: 15px;
}
.footer-icons a{
    margin-left: 10px;
    margin-right: 10px;
}
.footer-icons i{
    font-size: 24.8px;
    color: #f2f2f2;
}
.h1-title{
    font-size: 57px;
    color: #f2f2f2;
    font-weight: 700;
}
.page-heading h1 {
    color: #f2f2f2 !important;
}
.contact-us-form{
    margin-bottom: 30px;
}
.services-guide img{
    height: 100%;
    max-height: 230px;
    object-fit: cover;
}

.article-card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 11px 22px rgba(0, 0, 0, 0.09);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.article-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.13);
}

.article-card .card-body {
    padding: 26px;
}

.article-card .card-title {
    font-weight: 700;
    line-height: 1.42;
    font-size: 1.23rem;
}

.article-card .card-text {
    color: #6d767e;
    font-size: 0.97rem;
}

.services .col-md-12 {
    font-size: 1.17rem;
    line-height: 1.92;
    color: #464646;
}

.services .col-md-12 h2 {
    font-size: 2.24rem;
    font-weight: 700;
    margin-top: 46px;
    margin-bottom: 26px;
    background: linear-gradient(135deg, #007cfc, #0057b4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 11px;
    border-bottom: 3px solid #007cfc;
}

.services .col-md-12 p {
    margin-bottom: 26px;
}

.services .col-md-12 img {
    margin: 26px 0;
    border-radius: 16px;
    box-shadow: 0 11px 26px rgba(0,0,0,0.11);
    transition: transform 0.3s ease;
}

.services .col-md-12 img:hover {
    transform: scale(1.04);
}

.services .col-md-12 ul,
.services .col-md-12 ol {
    padding-left: 21px;
    margin-bottom: 26px;
}

.services .col-md-12 ul li,
.services .col-md-12 ol li {
    margin-bottom: 16px;
    padding-left: 16px;
    position: relative;
}

.services .col-md-12 ul li::before {
    content: '✓';
    position: absolute;
    left: -6px;
    top: 0;
    color: #007cfc;
    font-weight: bold;
    font-size: 1.23rem;
}

.services .col-md-12 a {
    color: #007cfc;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease;
}

.services .col-md-12 a:hover {
    color: #0057b4;
    border-bottom: 2px solid #0057b4;
}

.logo img {
    max-width: 121px;
    height: auto;
}

.main-services .service-item {
    border-radius: 12px;
    background-color: #f9fafa;
    padding: 26px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.table-bordered {
    border: 3px solid #dee3e7 !important;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 123, 255, 0.06) !important;
}