.header-top {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.header-bottom {
    text-align: center;
    background-color: rgba(46,55,164,1);
    color: #fff !important;
}
.main-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #f9f9f9;
}
.main-container h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.main-container h4 {
    text-align: center;
    color: #007bff;
    margin-bottom: 30px;
}
.main-container img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.main-container p {
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 30px;
}
.city-table {
    margin-bottom: 30px;
}
.city-table td {
    padding: 10px 15px;
    font-size: 1.1rem;
    text-align: center;
}
.diy-section h2 {
    font-size: 2rem;
    color: #28a745;
    margin-bottom: 20px;
}
.diy-section ol li {
    margin-bottom: 10px;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .city-table td {
        display: block;
        width: 100%;
        text-align: left;
        padding: 8px 0;
        border-bottom: 1px solid #ddd;
    }
}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0,0,0,0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0,0,0,0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0,0,0,0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.service-heading {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 2.5rem;
    font-weight: bold;
}
.content-section {
    margin-top: 20px;
}
.brand-list {
    margin-top: 20px;
}
.faq-section {
    margin-top: 40px;
}
.location-section {
    margin-top: 40px;
}
.city-list li {
    margin-bottom: 10px;
}

.call-us-btn {
    background-color: rgba(46,55,164,1);
    color: white;
    border: none;
    padding: 10px 15px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
    animation: blink 1s infinite;
    border-radius: 5px;
    cursor: pointer;
}

.call-us-btn:hover {
    background-color: rgba(46,55,164,1);
}

.call-number {
    margin-left: 15px;
    font-size: 18px;
    font-weight: bold;
}

@keyframes blink {
    0% { background-color: #8890d9; }
    50% { background-color: rgba(46,55,164,1); }
    100% { background-color: #8890d9; }
}

/* Updated css */
.banner {
    background: url('../images/digi360-banner.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 600px;
}
.clients img {
    max-height: 100px;
    margin: 10px auto;
    display: block;
    transition: transform 0.3s ease;
}

.clients img:hover {
    transform: scale(1.1);
}

.service-block {
    padding: 40px 20px;
    border-radius: 15px;
    color: white;
    transition: transform 0.3s, box-shadow 0.3s;
    background: linear-gradient(135deg, #007bff, #6610f2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}

.service-block:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.service-block h4 {
    margin-top: 20px;
    font-weight: bold;
}

.service-block p {
    font-size: 14px;
    margin-top: 10px;
}

.service-icon {
    color: white;
    margin-bottom: 15px;
}

.service-block:nth-child(1) {
    background: linear-gradient(135deg, #00c6ff, #0072ff);
}

.service-block:nth-child(2) {
    background: linear-gradient(135deg, #fc466b, #3f5efb);
}

.service-block:nth-child(3) {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.service-block:nth-child(4) {
    background: linear-gradient(135deg, #42e695, #3bb2b8);
}

@media (max-width: 768px) {
    .service-block {
        margin-bottom: 20px;
    }
}

.portfolio img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

footer {
    background-color: #343a40; /* Dark background color */
}

footer h5 {
    color: rgba(255, 255, 255, 0.85); /* Light color for headings */
}

footer ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

footer ul li a:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
}

/* Social Media Icons */
footer .fab {
    transition: color 0.3s;
}

footer .fab:hover {
    color: #007bff; /* Blue color on hover */
}

.seo-section {
    text-align: center;
    padding: 50px 0;
}
.seo-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 30px;
}
.seo-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.seo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}
.seo-icon {
    font-size: 40px;
    color: #007BFF;
    margin-bottom: 15px;
}
.seo-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 10px;
}
.seo-text {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.6;
}

.seo-heading {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.form-control:focus, .btn-primary:focus {
    box-shadow: 0 0 10px rgba(46, 55, 164, 0.5);
}
.btn-primary {
    background-color: rgba(46, 55, 164, 1);
    border: none;
    padding: 10px;
    font-size: 1.2rem;
}
.btn-primary:hover {
    background-color: rgba(35, 45, 140, 1);
}

.card {
    background: white;
    color: #333;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    animation: fadeIn 1s ease-in-out;
}
.check-icon {
    font-size: 60px;
    color: #4CAF50;
    animation: bounce 1s ease-in-out infinite alternate;
}
@keyframes bounce {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@keyframes fadeIn {
    0% { opacity: 0; transform: scale(0.9); }
    100% { opacity: 1; transform: scale(1); }
}

.error-icon {
    font-size: 60px;
    color: #D33F49;
    animation: shake 0.5s ease-in-out infinite alternate;
}
@keyframes shake {
    0% { transform: translateX(-3px); }
    100% { transform: translateX(3px); }
}
@keyframes fadeIn {
    0% { opacity: 0; transform: scale(0.9); }
    100% { opacity: 1; transform: scale(1); }
}

.clients-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 10px;
}
.client-item {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.client-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.client-item:hover {
    transform: scale(1.1);
}
@media (max-width: 768px) {
    .client-item {
        width: 90px;
        height: 90px;
    }
}
