.footer-icons{
    margin-top: 15px;
}
.footer-icons a{
    margin-left: 10px;
    margin-right: 10px;
}
.footer-icons i{
    font-size: 24.5px;
    color: #f2f2f2; /* Slightly changed color */
}
.h1-title{
    font-size: 57.5px; /* Increased by ~1.8% */
    color: #f3f3f3; /* Slightly changed color */
    font-weight: 700;
}
.page-heading h1 {
    color: #f3f3f3 !important; /* Slightly changed color */
}
.contact-us-form{
    margin-bottom: 30px;
}
.services-guide img{
    height: 100%;
    max-height: 230px;
    object-fit: cover;
}

.article-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.article-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.article-card .card-body {
    padding: 25px;
}

.article-card .card-title {
    font-weight: 700;
    line-height: 1.4;
    font-size: 1.24rem; /* Increased by ~1.6% */
}

.article-card .card-text {
    color: #6c757d;
    font-size: 0.97rem; /* Increased by ~1% */
}

.services .col-md-12 {
    font-size: 1.18rem; /* Increased by ~1.7% */
    line-height: 1.9;
    color: #4a4a4a; /* Slightly changed color */
}

.services .col-md-12 h2 {
    font-size: 2.25rem; /* Increased by ~1.3% */
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #0078f5, #0052a9); /* Slightly changed color */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 10px;
    border-bottom: 3px solid #0078f5; /* Slightly changed color */
}

.services .col-md-12 p {
    margin-bottom: 25px;
}

.services .col-md-12 img {
    margin: 25px 0;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.services .col-md-12 img:hover {
    transform: scale(1.03);
}

.services .col-md-12 ul,
.services .col-md-12 ol {
    padding-left: 20px;
    margin-bottom: 25px;
}

.services .col-md-12 ul li,
.services .col-md-12 ol li {
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}

.services .col-md-12 ul li::before {
    content: '✓';
    position: absolute;
    left: -5px;
    top: 0;
    color: #0078f5; /* Slightly changed color */
    font-weight: bold;
    font-size: 1.22rem;
}

.services .col-md-12 a {
    color: #0078f5; /* Slightly changed color */
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease;
}

.services .col-md-12 a:hover {
    color: #0052a9; /* Slightly changed color */
    border-bottom: 2px solid #0052a9; /* Slightly changed color */
}

.logo img {
    max-width: 130px; /* Increased by ~8.3% */
    height: auto;
}

.main-services .service-item {
    border-radius: 12px; /* Changed from 10px */
    background-color: #f9faff; /* Slightly changed color */
    padding: 28px; /* Changed from 25px */
    box-shadow: inset 0 0 5px rgba(0,0,0,0.02); /* Added subtle shadow */
}

.table th, .table td {
    box-shadow: inset 0 0 1px rgba(0,0,0,0.03); /* Added subtle shadow to cells */
}

.table-bordered {
    border: 1px solid #dee2e6 !important; /* Changed from 2px */
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 123, 255, 0.04) !important; /* Changed from 0.05 */
}