/*
Theme Name: UK Visas Direct
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: Immigration & Visa Consulting HTML Template
Version: 1.0.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

1. General styles
2. Typography
3. Helpers
4. Preloader
5. Go up button
6. Header and navigation
7. Hero Section
8. About us
9. Services
10. Fun facts
11. Projects
12. Pricing
13. Testimonial
14. CTA
15. Team
16. Video Banner
17. Shop
18. Marquee
19. Blog
20. Footer

Main Style file-> assets/css/main.css 
*/

/* Custom logo sizing to prevent layout breakage with PNG logos */
.header-main .logo img,
.offcanvas__logo img {
  display: block;
  width: auto;
  max-height: 58px;
}

.footer-section .widget-head img {
  display: block;
  width: auto;
  max-width: 220px;
  height: auto;
}

@media (max-width: 575.98px) {
  .header-main .logo img,
  .offcanvas__logo img {
    max-height: 44px;
  }

  .footer-section .widget-head img {
    max-width: 180px;
  }
}

/* Keep About services images in equal size without distortion */
.about-services-section .service-card-items .service-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}