@media (min-width: 1200px) {
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 20%;
}
}

h6 {
font-size: 20px;
}
#request-a-quote{
    background-color: #007BFF;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    color: #ffffff;
    gap: 20px;
    background-color: #1d3b75;
}

.footer-left {
flex: 1;
min-width: 200px;
padding-left: 80px; /* Adds space in front of the left side */
}
p.footer-contact{
font-size: 19px;
}
.footer-logo {
max-width: 60%;
margin-bottom: 10px;
}

.footer-line {
margin: 5px 0;
;
}

.footer-spacer {
height: 20px; /* Add space between the sections */
}

.footer-contact,
.footer-timings {
margin-top: 10px;
font-size: 14px;
}

.footer-contact a {
text-decoration: underline;
}

.social-media {
margin-top: 15px;
display: flex;
gap: 10px;
}

.social-icon {
display: inline-block;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #555;
color: #fff;
text-align: center;
line-height: 30px;
text-decoration: none;
font-size: 14px;
transition: background-color 0.3s, transform 0.2s;
}

.social-icon:hover {
background-color: #777;
transform: scale(1.1);
}
h1#galactic-contact-heading {
color: white;
}
.footer-columns {
display: flex;
flex: 2;
gap: 20px;
justify-content: space-between;
}

.footer-column {
flex: 1;
min-width: 150px;
}

.footer-column h4 {
margin-bottom: 10px;
font-size: 19px;
color: #ffffff;
}

.footer-column ul {
list-style: none;
padding: 0;
margin: 0;
}

.footer-column li {
margin: 13px 0;
font-size: 19px;
}

.footer-column a {
text-decoration: none;
transition: color 0.3s;
font-size: 16px;
}

.footer-column a:hover {
color: #ff2d2d;
text-decoration: underline;
}

#second-para {
font-size: 24px;
}
#second-para.footer-line,p.footer-line{
color: white;
}
p.footer-line{
width: 20rem;
font-size: 20px;
}
.footer-left {
flex: 1;
min-width: 200px;
padding-left: 80px; /* Adds space in front of the left side */
}

.footer-contact-box {
display: inline-block;
padding: 0px 5px 5px 5px;
border: 2px solid #333;
background-color: #f5f5f5;
border-radius: 8px;
text-align: center;
transition: all 0.3s ease;
cursor: pointer;
}

.footer-contact-box:hover {
border-color: #1d3b75;
transform: scale(1.05); /* Adds a subtle zoom effect on hover */
}

.contact-number {
font-weight: bold;
font-size: 20px;
}

/* Mobile and Tablet Responsiveness */
@media (max-width: 768px) {
.footer {
flex-direction: column;
align-items: flex-start; /* Align sections to the left */
}

.footer-left {
padding-left: 0;
text-align: left; /* Left-align the footer content */
margin-bottom: 20px;
}

.footer-columns {
flex-direction: row;
gap: 20px;
justify-content: flex-start; /* Align the columns in one row for Company and Service */
}

.footer-column {
width: 45%; /* Adjust width for two columns to be side by side */
text-align: left;
}

.footer-contact {
margin-top: 20px;
width: 100%;
text-align: left;
}

.social-media {
flex-direction: row;
justify-content: flex-start; /* Align social icons to the left */
}

.social-icon {
font-size: 20px;
width: 35px;
height: 35px;
line-height: 35px;
}

.footer-contact-box {
width: 100%;
margin-top: 20px;
}

.footer-column a {
font-size: 16px;
}

#second-para {
font-size: 17px;
}
}

@media (max-width: 480px) {
.footer {
padding: 15px;
gap: 10px;
}

.footer-left {
padding-left: 0;
text-align: left;
margin-bottom: 10px;
}

.footer-columns {
flex-direction: column;
gap: 10px;
align-items: flex-start;
}

.footer-column {
width: 100%;
text-align: left;
}

.social-media {
flex-direction: row;
justify-content: flex-start;
}

.social-icon {
font-size: 18px;
width: 30px;
height: 30px;
line-height: 30px;
}

.footer-contact-box {
width: 100%;
margin-top: 20px;
}

.footer-column a {
font-size: 19px;
}

#second-para {
font-size: 18px;
}
}
.mrb-200{
margin-bottom: 93px;
}

    div.blog-page-block.mrb-200{
        margin-top: 152px;
    }
    #sticky-header .site-header {
        padding: 16px 0;
    }

    .right-side ul {
        list-style-type: none;
        /* Removes bullet points */
        padding: 0;
        /* Removes default padding */
        margin: 0;
        font-size: x-large;
        font-weight: 700;
        line-height: normal;        
    }

    /* .right-side ul li {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-direction: column;
        text-align: center;
        font-size: x-large;
        font-weight: 700;
    } */

    ul li {
        margin-bottom: 15px;
        /* Space between list items */
        font-size: 16px;
        /* Adjust text size */
        line-height: 1.5;
        /* Adjust line spacing */
    }

    h1 {
        margin-bottom: 42px;
    }
    @media (max-width: 480px) {
        h1{
            font-size: 26px;
        }
    }
    @media (max-width: 780px) {
        h1{
            font-size: 26px;
        }
    }