.header-area.style-four.sticky-on .navbar::after {
    height: 100px;
}
@media only screen and (min-width: 1400px) {
    .header-area.style-two .navbar .navbar-brand {
        margin-right: 220px;
    }
}

.header-area.style-four .navbar-nav li > a:hover, .header-area.style-four .navbar-nav li > a:focus {
    color: #3E5B87;
}
.header-area.style-four .navbar-nav li.touria-dd:hover > a, .header-area.style-four .navbar-nav li.touria-dd:focus > a {
    color: #3E5B87;
}
.header-area.style-four .navbar-nav li .touria-dd-menu li > a:hover, .header-area.style-four .navbar-nav li .touria-dd-menu li > a:focus {
    color: #3E5B87;
}

.header-area.style-two .social-nav.style-two a:hover, .header-area.style-two .social-nav.style-two a:focus {
    background-color: #3E5B87;
    border-color: #3E5B87;
}

.header-area.style-two.sticky-on .navbar {
    height: 100px;
}

@media only screen and (min-width: 1400px) {
    .hero-content h2 {
        font-size: 60px;
    }
}



.top-catagory-card a img {
     border-radius: unset;
}
.top-catagory-card {
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.top-catagory-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}


.top-catagory-card:hover img {
    transform: scale(1.05);
}

.top-catagory-card h4 {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .top-catagory-card img {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .top-catagory-card img {
        height: 130px;
    }
}


.team-card img {
    height: 200px;
}


.footer-card .card-title::before, .footer-card .card-title::after {
    background: #3E5B87 !important;
}
.footer-wrapper.theme-two .footer-card .footer-nav li a:hover, .footer-wrapper.theme-two .footer-card .footer-nav li a:focus {
    color:#3E5B87;
}
