/*
Theme Name: Infinity Digital
Theme URI: https://wordpress.org/themes/Plug-Maker/
Author: Mohit Kumar
Author URI: https://wordpress.org
Description: REIM is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Plug Maker comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reim
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


img {
    width: 100%;
    height: auto;
}

/* Updated time of posts */
time.updated {
    display: none;
}

/* Header hover deropdown */

.nav-item:hover .dropdown-menu:not(.show) {
    display: block;
}

.page-template-template-cities-php  .breadcrumb-content .page-title {
    font-weight: 500;
}

/* Center header menu and increase width */
.site-header .navbar {
    max-width: 1400px !important;
}

@media (max-width: 1200px) {
    .site-header .navbar {
        max-width: calc(100% - 30px) !important;
    }
}

@media (max-width: 1024px) {
    .site-header .navbar {
        max-width: calc(100% - 40px) !important;
    }
}

.site-header .nav-menu {
    transform: none !important;
}

.header-grid-layout {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center;
    width: 100%;
}
.header-grid-left {
    display: flex;
    justify-content: flex-start;
}
.header-grid-center {
    display: flex;
    justify-content: center;
}
.header-grid-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Custom Redesign for Price Plan Buttons */
.btn-row-for-price-plans {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    margin-bottom: 30px !important;
}

.btn-row-for-price-plans button {
    border-radius: 6px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #ffffff !important;
    border: 1px solid rgba(255, 94, 0, 0.2) !important;
    border-left: 4px solid #ff5e00 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06) !important;
    padding: 12px 20px !important;
    text-align: left;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    flex: 1 1 auto;
    margin-bottom: 0 !important;
    font-weight: 700 !important;
    flex-direction: column;
    color: #111 !important;
}

.btn-row-for-price-plans button:hover {
    border-color: #ff5e00 !important;
    box-shadow: 0 6px 18px rgba(255, 94, 0, 0.18) !important;
    transform: translateY(-3px) !important;
    background: #fffaf8 !important;
}

.btn-row-for-price-plans button .btn-note {
    font-size: 13.5px !important;
    color: #555 !important;
    font-weight: 400 !important;
    margin: 0 !important;
    margin-top: 6px !important;
}

/* Slider arrows show on hover */
.industries-slider {
    position: relative;
}

.industries-slider .slider-arrow {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.2s ease, background 0.2s ease;
}

.industries-slider:hover .slider-arrow {
    opacity: 1;
    visibility: visible;
}