/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
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
Version: 1.4.1772426617
Updated: 2026-03-02 04:43:37

*/

/*Header Css*/
a:hover {
    text-decoration: none;
}
.navigation-row {
    gap: 48px;
}
:where(.wp-site-blocks :focus) {
    outline-width: 0px;
    outline-style: none;
}
h2,h1{
margin-bottom:0px !important;
}
p{
margin-bottom:0px !important;
}
a{
text-decoration:none;
}
footer.wp-block-template-part {
    margin-top: 0px;
}

.tab-inner-container .uagb-container-inner-blocks-wrap {
    flex-direction: column !important;
    gap: 24px;
}
.img-container {
    max-width: 250px !important;
    width: 100%;
    min-width: 240px !important;
}

.white-check-list {
    list-style: none;
    padding-left: 0;
}

.white-check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.white-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    background-image: url("https://eee.ideafueled.in/wp-content/uploads/2026/03/Check-icon-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.two-column-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 16px; /* row gap | column gap */
}

.two-column-list li {
    margin: 0;
}
.sub-title-seperator.white-color {
    filter: brightness(0) saturate(100%) invert(88%) sepia(99%) saturate(1%) hue-rotate(191deg) brightness(111%) contrast(97%);
}
.hardware-white{
    background-color: #FAFAFA !important;
}
/* Product card styling */
.product-grid .wp-block-uagb-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    transition: all 0.35s ease;
    overflow: hidden;
}

/* Hover effect on card */
.product-grid .wp-block-uagb-container:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Image wrapper */
.product-grid .wp-block-uagb-image img {
    transition: transform 0.4s ease;
}

/* Zoom image when card hover */
.product-grid .wp-block-uagb-container:hover .wp-block-uagb-image img {
    transform: scale(1.08);
}
.entry-content {
    margin-top: 0px;
}
/*tabet*/
@media(max-width:980px){
.expertise-grid-layout {
    grid-template-columns: repeat(2,1fr) !important;
     text-align:center;
     justify-content:center;
}
.row-mobile {
    display: flex;
    flex-direction: column;
}
.contact-sec{
    display: flex;
    flex-direction: column;
}

.tab-content.contact-sec{
    display: flex;
    flex-direction: column;
}

.tab-content.contact-sec .wp-block-uagb-container {
    max-width: 100%;
    width: 100%;
}

}
/* Mobile */
@media (max-width: 767px) {
    .two-column-list {
        grid-template-columns: 1fr;
    }
    .expertise-grid-layout {
    grid-template-columns: repeat(1,1fr) !important;
   
}
.tab-content.is-horizontal {
    flex-direction: column !important;
    flex-wrap:wrap;
    }
    .tab-content {
    display: flex;
    flex-direction: column;
}
.header-btn {
    display: none !important;
}
}