.footer {
    /* background: linear-gradient(105deg,#6e99e6 ,#093c94); */
    background-color: #000234;
    padding-top: 80px;
    padding-bottom: 40px;
}
/*END FOOTER SOCIAL DESIGN*/

@media only screen and (max-width:768px) { 
.single_footer{margin-bottom:30px;}
}
.single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
.single_footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: 20px;
}
.single_footer p{color:#fff;}
.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_footer ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 16px;
    text-transform: none;
}
.single_footer ul li a:hover { color: #4883f4; }

.single_footer_address ul li{color:#fff;}
.single_footer_address ul li span {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}
.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
    display: block;
    position: relative;
    margin-top: 15px;
    width: 100%;
}
.subscribe__input {
background-color: #fff;
border: medium none;
border-radius: 5px;
color: #333;
display: block;
font-size: 16px;
font-weight: 500;
height: 60px;
letter-spacing: 0.4px;
margin: 0;
padding: 0 150px 0 20px;
text-align: center;
text-transform: capitalize;
width: 100%;
}
@media only screen and (max-width:768px) { 
.subscribe__input{padding: 0 50px 0 20px;}
}

.subscribe__btn {
background-color: transparent;
border-radius: 0 25px 25px 0;
color: #4883f4;
cursor: pointer;
display: block;
font-size: 20px;
height: 60px;
position: absolute;
right: 0;
top: 0;
width: 60px;
}
.subscribe__btn i{transition: all 0.3s ease 0s;}
@media only screen and (max-width:768px) { 
.subscribe__btn{right:0px;}
}

.subscribe__btn:hover i{
    color:#4883f4;
}
button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {margin-top:20px;}
.social_profile ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.social_profile ul li{float:left;}
.social_profile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px solid rgba(255,255,255,0.2);
}
@media only screen and (max-width:768px) { 
.social_profile ul li a{margin-right:10px;margin-bottom:10px;}
}
@media only screen and (max-width:480px) { 
.social_profile ul li a{
    width:40px;
    height:40px;
    line-height:40px;
}
}
.social_profile ul li a:hover{
background:#4883f4;
border: 1px solid #4883f4;
color:#fff;
border:0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright {
    color:#fff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}
.copyright a{color:#4883f4;transition: all 0.2s ease 0s;}
.copyright a:hover{color:#4883f4;}

.location-columns {
  display: flex; /* Or use float for older browsers */
  justify-content: space-between; /* Distributes space between the two lists */
}

.location-columns ul {
  width: 48%; /* Adjust as needed, leaving space for gap */
  list-style: none;
  padding: 0;
  margin: 0;
}

#newfooter {
    background: #000234;
    color: white;
    padding: 0 0;
}

#newfooter .footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    /* grid-template-columns: 2fr 1fr 2fr 1fr; */
    gap: 3rem;
    margin: 3rem;
}

.footer-columns {
    display: flex;
    gap: 2rem;
}

.footer-columns ul {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-columns ul:first-child {
    text-align: left;
}

#newfooter .footer-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#newfooter .footer-section h4 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: white;
}

#newfooter .footer-section h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: 20px;
}

#newfooter .footer-section ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-left: 0 !important;
}

#newfooter .footer-section a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

#newfooter .footer-section a:hover {
    color: white;
}

#newfooter .footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1.5rem;
}

#newfooter .footer-section p {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

#newfooter .social-links {
    display: flex;
    gap: 1rem;
}

#newfooter .social-link {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

#newfooter .social-link:hover {
    background: #2563eb;
    color: white;
}

#newfooter .footer-bottom {
    border-top: 2px solid #374151;
    padding: 40px 0;
}

#newfooter .footer-bottom-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 15px;
}

#newfooter .footer-legal {
    display: flex;
    align-items: center;
    gap: 2rem;
}

#newfooter .footer-legal p {
    margin-bottom: 0;
}

#newfooter .legal-links {
    display: flex;
    gap: 1.5rem;
}

#newfooter .legal-links a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

#newfooter .legal-links a:hover {
    color: white;
}

/* Container Layout */
.footer-certifications {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* Increased gap for better readability */
    align-items: center;
    padding: 10px 0;
}

/* Individual Item Layout */
.cert-badge {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between Icon and Text */
    position: relative;
}

/* Icon Styling */
.cert-badge i {
    color: #4883f4; /* Matches your other footer buttons */
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

/* Link Styling */
.cert-badge a {
    text-decoration: none;
    color: #b0b0b0; /* Light gray text */
    font-size: 15px; /* Readable font size */
    font-weight: 500;
    transition: color 0.3s ease;
}

/* Hover Effects */
.cert-badge:hover i {
    transform: scale(1.1); /* Pop effect on icon */
    color: #fff;
}

.cert-badge:hover a {
    color: #ffffff; /* White text on hover */
    text-decoration: none;
}

/* Mobile Adjustments - Matches your existing media query structure */
@media screen and (max-width: 480px){
    .footer-certifications {
        justify-content: center;
        gap: 15px;
        margin-top: 15px;
    }
    
    .cert-badge a {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    
    #newfooter .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        justify-items: stretch;
    }
}

@media (max-width: 768px) {
    
    #newfooter .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    #newfooter .footer-bottom-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}


.footer-cta {
    border-bottom: 2px solid #374151;
}

.single-cta i {
    color: #4883f4;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}


.cta-text h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}


.cta-text span {
    color: #fff;
    font-size: 15px;
}

.social_profile ul {
    flex-direction: row !important;
}

@media screen and (max-width: 480px){
    #newfooter .footer-content {
        margin: 1rem;
    }
    #newfooter .legal-links {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    #newfooter .footer-certifications {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

/* Directory Section */

/* This styles the DIV you put the Trustpilot code into */
#trustpilot-widget {
    display: flex;
    justify-content: flex-start; /* Align it left, center, or right */
    width: 100%;
    max-width: 200px; /* Force the container to be smaller */
    margin: 0; 
}

/* If the iframe is slightly off, you can try to nudge it */
#trustpilot-widget iframe {
    vertical-align: middle;
}

/* If the iframe is slightly off, you can try to nudge it */
#trustpilot-widget iframe body {
        min-width: max-content !important;
}

#footer-trust {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
}




















