/* ----------------------------------

Template Name: Solion - IT Solutions Template
Author: validtheme
Description:
Version: 2.0

Main Font    : Heebo
Main Color   : #104cba

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Navbar With Topbar
    03. Banner
        - Default
        - Carousel
        - Banner with form
    04. About Area
        - Version One
        - Version Two
    05. Why Choose Us
    06. Technology Index
    07. Work Process
    08. Services
        - Version One
        - Version Two
        - Version Three
    09. Team
        - Grid Version
        - Carousel Version
    10. Testimonials
    11. Pricing
    12. Case Studies
        - Carousel Version
        - Grid Version
    13. Fun Factor
    14. FAQ
    15. Features Area
    16. Our Mission/Our Vission
    17. Clients / Brand
    18. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    19. Concat Area
    20. Subscribe Form
    21. Error 404
    22. Footer
        - LIght Version
        - Dark Version
    23. PHP Contact Form
    24. Others

*/

/*
** General Styles for HTML tags
*/

/* Pegasus — Lead conversion */
.contact-form .hidden {
    display: none !important;
}
.services-style-eight .service-cta {
    margin-top: 20px;
}

.contact-area .contact-box {
    background: var(--white);
    border-radius: 12px;
    box-shadow: var(--box-shadow);
    overflow: hidden;
    border: none;
}

.contact-area .contact-box .left-info {
    background: var(--bg-gray);
    padding: 50px 40px;
    height: 100%;
}

.contact-area .contact-box .content {
    box-shadow: none;
    border: none;
}

.contact-area .contact-box .item {
    align-items: flex-start;
    border-bottom-color: rgba(0, 0, 0, 0.06);
}

.contact-area .contact-box .item .icon {
    flex-shrink: 0;
}

.contact-area .contact-box .item i {
    margin-right: 20px;
    height: 56px;
    width: 56px;
    line-height: 56px;
    font-size: 22px;
    border-radius: 8px;
}

.contact-area .contact-box .item i::after {
    display: none;
}

.contact-area .contact-box .item h5 {
    margin-bottom: 8px;
    margin-right: 0;
}

.contact-area .contact-box .content input,
.contact-area .contact-box .content textarea,
.contact-area .contact-box .content select {
    border: 1px solid #e8edf5;
    border-radius: 6px;
}

.contact-area .contact-box .content input:focus,
.contact-area .contact-box .content textarea:focus,
.contact-area .contact-box .content select:focus {
    border-color: var(--color-primary);
    outline: none;
    box-shadow: none;
}

.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #25d366;
    color: #fff;
    padding: 12px 18px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.55);
}

.whatsapp-float i {
    font-size: 22px;
}

.whatsapp-inline {
    color: #25d366;
    font-weight: 600;
}

.whatsapp-inline:hover {
    color: #1da851;
}

.navbar .attr-right .attr-nav li.button a {
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    border-radius: 30px;
}

.navbar .attr-right .attr-nav li.contact .call h5 a {
    color: var(--color-heading);
}

.navbar .attr-right .attr-nav li.contact .call h5 a:hover {
    color: var(--color-primary);
}

@media (max-width: 1199px) {
    .navbar .attr-right .attr-nav li.contact .call p {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar .attr-right .attr-nav li.contact {
        display: none;
    }

    .contact-area .contact-box .left-info {
        padding: 40px 30px 10px;
    }

    .contact-area .contact-box .content {
        padding: 30px;
    }

    .whatsapp-float span {
        display: none;
    }

    .whatsapp-float {
        padding: 14px;
        border-radius: 50%;
    }
}

/* Pegasus brand */
.navbar-brand .logo {
    max-height: 48px;
    width: auto;
}

nav.navbar .navbar-collapse > img {
    max-height: 44px;
    width: auto;
    margin-bottom: 20px;
}

footer .f-item.about > img {
    max-width: 200px;
    height: auto;
}