.centering-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.div-align-center{
    display: flex;
    justify-content:center;
    align-items: center;
}
.navbar-brand img {
    display: block;
    height: 100px; /* desktop */
    width: auto; 
}
@media (max-width : 1024px){
    .navbar-brand img{
        height: 70px;
    }
    .navbar{
        padding: 6px 0 !important;
    }
}
@media (max-width: 768px) {
    .navbar {
        padding: 4px 0 !important; /* reduce gap */
    }

    .navbar-brand {
        padding: 0 !important;
        margin: 0 !important;
        line-height: 0 !important;
    }

    .navbar-brand img {
        height: 45px; /* mobile size */
        display: block;
    }
}

.footer-logo img {
    display: block;        /* removes inline gap */
    height: 100px;          /* desktop size */
    width: auto;
    object-fit: contain;
}
.footer-copyright-text p a{
    color: white;
}
.footer-copyright-text p a:hover{
    color: var(--accent-color);
}

.link-hover{
    color: rgb(0, 0, 0);
}

.link-hover:hover{
    color: var(--accent-color);
}

.link-hover-white{
    color: white;
}

.link-hover-white:hover{
    color: var(--accent-color);
}

.footer-copyright-text p a{
    padding: 5px;
}


/* Tablet & Mobile Responsive */
@media (max-width: 992px) {
    .footer-logo img {
        height: 80px;
    }
}

@media (max-width: 768px) {
    .footer-logo img {
        height: 70px;
    }
}

@media (max-width: 480px) {
    .footer-logo img {
        height: 60px;
    }
}

.footer-newsletter-form p {
    text-align: center;
}

@media(max-width:991px){
    .column-reverse{
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .img-center-fixed-hw{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .img-content{
        width: 400px;
        height: auto;
    }

}

@media(max-width:768px){
    
    
    .text-align-center-tab{
        text-align: center;
    }
    .g-20{
        gap: 20px;
    }
    .text-align-center{
        text-align: center;
    }
    .mb-40{
        margin-bottom: 40px;
    }
}

@media( max-width : 1085px) and (min-width :991px) {
    .text-1024{
        font-size: medium;
    }
}

@media( max-width : 800px) and (min-width :768px) {
    .text-15{
        font-size: 15px;
    }
}

@media( max-width : 840px) and (min-width :768px) {
    .text-15768{
        font-size: 14px;
    }
}
.height-100vh{
    height: 100vh;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .why-choose-us .img2 {
        height: 650px;
        object-fit: cover;
    }

    .why-choose-us .reveal .img3{
        height: 450px;
        object-fit: cover;
    }

}

