/* ----------------------------------

Template Name: Softar - Software Landing Page
Author: validtheme
Description:
Version: 2.0

Main Font    : Manrope
Main Color   : #5138ee

-------------------------------------

[Typography]

Body copy:    15px 'Roboto', sans-serif
Header:     36px 'Manrope', sans-serif
Input, textarea:  15px 'Roboto', sans-serif
Sidebar heading:  20px 'Manrope', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03. Topbar
    04 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    05. Banner
        - Slide Effect
        - Fade Effect
    06. Features
    07. About Us
        - Full Width Version
        - Default Version
    08. Services
        - Version One
        - Version Two
        - Services Single
    09. Why Choose Us
    10. Company Analysis/Graph
    11. Companies/Clients/Partner
    12. Team
    13. Testimonials
    14. Projects
    15. Gallery
    16. Our Expertise
    17. Work Process
    18. FAQ
    19. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Error 404
    21. Footer
    22. PHP Contact Form
    23. Others

*/

/*
** General Styles for HTML tags
*/

.getStartedButton {
    position: inherit;
    right: 0;
    top: 0;
    height: 60px;
    background: #5138ee;
    color: #ffffff;
    width: 30%;
    border-radius: 70px;
    margin-top: 15px;
}

/* .login-btn > a{
    color: #ffffff !important;
    background-color: #5138ee;
 height: 1.5rem;

    border-radius: 17px;


}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
    .navbar.validnavs.navbar-default .navbar-nav li.login-btn>a {
        padding: 0px 15px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .navbar.validnavs.navbar-default .navbar-nav li.login-btn>a {
        padding: 0px 15px !important;
    }
} */


.navbar.navbar.no-background .attr-right .attr-nav li .call p , .navbar.navbar.no-background .attr-right .attr-nav li .call h5 a  {
     color: #ffffff;
}

.partner-logos {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .partner-logo {
    width: 171.2px;
    height: 80px;
    object-fit: contain;
    margin: 0 20px;
  }

  .highlight-logo {
    border: 3px solid #007BFF; /* Gold border for highlighting */
    border-radius: 10px;      /* Rounded corners for emphasis */
    padding: 5px;             /* Space between border and image */
    background-color: #f0f8ff; /* Light background for focus */
    transform: scale(1.1);    /* Slightly enlarge the logo */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-logo:hover {
    transform: scale(1.15);   /* Further enlarge on hover */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Add shadow */
}

  @media (max-width: 767px) {
    .partner-logos {
      flex-direction: column;
    }
  }