/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: This is child of Astra theme for keep Customizations.
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.5.1783581479
Updated: 2026-07-09 07:17:59
*/

.hdr-link {
    color: #fff;
}

.hdr-link:hover,
.footer-info ul li a:hover span
{
    color: #F97316 !important;
}
  
.footer-info ul li a,
.footer-info ul li a span {
    transition: color 0.3s ease;
}
/*
==========================================================
HG Performance - Single Build
==========================================================
*/

/* ======================================================
Build Content Area
====================================================== */

.build-content-area{
    padding:60px 0 80px;
}
.build-breadcrumb.build-header-sec {
    background: #13294b;
    padding: 70px 0;
    color: #fff !important;
}

.build-header-sec .archive-header h1{
 color:#fff;
}

/* ======================================================
Build Archive Page
====================================================== */
.build-header-sec .archive-header h1{
 color:#fff !important;
} 
 
.build-breadcrumb.build-header-sec {
    background: #13294b;
    padding: 70px 0;
    color: #fff;
}

.builds-archive-main.build-header-sec {
    background: #13294b;
    padding: 70px 0;
    color: #fff;
}

.build-breadcrumb.container.builds-archive p {
    font-size: 22px !important;
    line-height: 1.5;
}
.builds-archive-sec .builds-archive .build-content h2{
    margin-top: 5px !important;
} 

/* HG Performance Blog Grid */

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}


/* Blog Card */

.blog-card {
    background: #F7F8FA;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    transition: all .3s ease;
}


.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}


/* Blog Image */

.blog-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}


/* Content */

.blog-content {
    padding: 25px;
}


.blog-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}


.blog-content h2 {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 15px;
}


.blog-content h2 a {
    color: #111;
    text-decoration: none;
}


.blog-content p {
    color: #555;
    line-height: 1.7;
}

/* Read More */

.read-more {
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
}

/* Pagination */

.blog-pagination {
    margin-top: 50px;
    text-align: center;
}

.blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #111;
    text-decoration: none;
    font-weight: 600;
    transition: .3s ease;
}

.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
    background: #111;
    color: #fff;
    border-color: #111;
}

.blog-card .blog-content h2 a{
    color: #000 !important;
    font-size: 19px;
    line-height: 19px !important;
}

.blog-card .blog-content h2 {
    color: #000 !important;
    font-size: 21px;
    line-height: 27px !important;
    margin-bottom: 12px;
}

.blog-pagination a.page-numbers {
    color: #606060;
}

/***** Home Build Grid Styling*******/

.hg-build-grid{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:30px;
}

.hg-build-card{
	background:#fff;
	border:1px solid #e5e5e5;
	border-radius:12px;
	overflow:hidden;
	transition:.3s ease;
}

.hg-build-card:hover{
	transform:translateY(-5px);
	box-shadow:0 12px 30px rgba(0,0,0,.10);
}

.hg-build-image{
	display:block;
}

.hg-build-image img{
	width:100%;
/* 	height:260px; */
/* 	object-fit:cover; */
	display:block;
}

.hg-build-content{
	padding:20px;
}

.hg-build-title{
	margin:0 0 10px;
	font-size:24px;
	font-weight:700;
	line-height:1.3;
}

.hg-build-title a{
	color:#111;
	text-decoration:none;
}

.hg-build-excerpt{
	font-size:15px;
	line-height:1.7;
	color:#666;
	margin-bottom:18px;
}

.hg-build-button{
	display:inline-flex;
	align-items:center;
	gap:8px;
	font-weight:600;
	color:#ff6b00;
	text-decoration:none;
}

.hg-build-button:hover{
	color:#111;
}
.hg-build-title{
    margin:0 0 10px;
    font-size:24px;
    font-weight:700;
    line-height:1.3;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;

    min-height:62px;
}

.hg-build-content{
    display:flex;
    flex-direction:column;
}

.hg-build-button{
    margin-top:auto;
}

.info-cards{
    box-shadow: 0 20px 40px rgba(9, 18, 38, .08) !important;
}
.why-hg{
 background: linear-gradient(180deg, #0b1631 0%, #091226 100%) !important;
}


.info-cards{
    position:relative;
    transition:.35s ease;
    overflow:hidden;
}

.info-cards::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:4px;
    background:#F97316;
    transition:.35s;
}

.info-cards:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.25);
}

.info-cards:hover::before{
    width:100%;
}

.info-cards:hover .icon{
    transform:scale(1.08);
}

.info-cards:hover .btn{
    background:#EA580C;
}


/**Footer Styling **/
.turbo-footer-template .tahefobu-nav-menu li {
    display: block !important;
    margin: 0 !important;
} 

.turbo-footer-template .tahefobu-nav-menu li a {
    padding: 3px 2px !important;
}

/**Footer Styling END **/

/* Base */
.single-post .site-content{
    font-size:18px !important;
}

/* Paragraph */
.single-post .site-content p{
    font-size:18px !important;
}

/* Headings */
.single-post .site-content h1{
    font-size:42px !important;
}

.single-post .site-content h2{
    font-size:32px !important;
}

.single-post .site-content h3{
    font-size:22px !important;
}

.single-post .site-content h4{
    font-size:20px !important;
}

.single-post .site-content h5{
    font-size:18px !important;
}

.single-post .site-content h6{
    font-size:16px !important;
}

/* Lists */
.single-post .site-content li{
    font-size:17px !important;
}

/* Captions */
.single-post .site-content figcaption{
    font-size:14px !important;
}

/* Blockquote */
.single-post .site-content blockquote{
    font-size:20px !important;
}

/* Code */
.single-post .site-content code{
    font-size:15px !important;
}
/***Single blog styling End Here ***/ 


/***** Footer Styling *****/
.footer-menu{
    list-style:none;
    margin:0;
    padding:0;
}

.footer-menu li{
    margin-bottom:7px;
}

.footer-menu a{
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:400;
    transition:.3s;
	line-height:16px;
}

.footer-menu a:hover{
    color:#F97316;
}
/***** Footer Styling End *****/


/*--------------------------------------------------------------
# Search Page Header
--------------------------------------------------------------*/

.search-header-sec {
    position: relative;
    min-height: 360px;

    display: flex;
    align-items: center;

    background-image:
        linear-gradient(
            rgba(7, 15, 30, 0.70),
            rgba(7, 15, 30, 0.70)
        ),
        url('YOUR-SEARCH-BANNER-IMAGE.jpg');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* Header Content */

.search-header-sec .archive-header {
    max-width: 850px;
    padding: 70px 0;
}


/* Small Label */

.search-header-sec .archive-label {
    display: block;

    margin-bottom: 12px;

    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;

    letter-spacing: 1.8px;
    text-transform: uppercase;

    color: #f97316;
}


/* Heading */

.search-header-sec .archive-header h1 {
    margin: 0 0 18px;

    font-size: 48px;
    line-height: 1.15;
    font-weight: 800;

    color: #fff;
}


/* Description */

.search-header-sec .archive-header p {
    max-width: 700px;

    margin: 0;

    font-size: 18px;
    line-height: 1.7;

    color: rgba(255,255,255,.88);
}

.search-header-sec .archive-header p strong {
    color: #fff;
    font-weight: 700;
}
/** Search Result Page**/
/* =========================================================
   HG PERFORMANCE SEARCH PAGE
   Force Custom Grid Layout
========================================================= */

.search-results-sec {
    width: 100%;
    padding: 80px 0 100px;
    background: #f7f8fa;
}

.search-results-container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


/* Results heading */

.search-results-top {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 35px;
}

.search-results-top h2 {
    margin: 0 !important;
}


/* =========================================================
   FORCE 3 COLUMN GRID
========================================================= */

.search-results-grid {
    display: grid !important;

    grid-template-columns:
        repeat(3, minmax(0, 1fr)) !important;

    gap: 30px !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   CARD
========================================================= */

.search-result-card {
    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #fff;

    border: 1px solid #e5e7eb;
    border-radius: 12px;

    overflow: hidden;

    box-sizing: border-box;

    transition: all .3s ease;
}

.search-result-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 20px 45px rgba(0,0,0,.10),
        0 0 25px rgba(249,115,22,.08);
}


/* =========================================================
   IMAGE
========================================================= */

.search-result-image {
    display: block !important;

    width: 100% !important;
    height: 240px !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden;

    background: #091226;
}

.search-result-image img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover;

    transition: transform .4s ease;
}

.search-result-card:hover
.search-result-image img {
    transform: scale(1.05);
}


/* =========================================================
   CONTENT
========================================================= */

.search-result-content {
    display: flex;
    flex-direction: column;

    flex: 1;

    padding: 25px !important;

    box-sizing: border-box;
}

.search-result-type {
    display: block;

    margin-bottom: 10px;

    font-size: 11px !important;
    line-height: 1.3;
    font-weight: 700;

    letter-spacing: 1px;
    text-transform: uppercase;

    color: #f97316;
}

.search-result-content h2 {
    margin: 0 0 12px !important;

    padding: 0 !important;

    font-size: 22px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}

.search-result-content h2 a {
    color: #101828;

    text-decoration: none;
}

.search-result-content p {
    margin: 0 0 20px !important;

    font-size: 15px !important;
    line-height: 1.7 !important;

    color: #667085;
}

.search-read-more {
    margin-top: auto;

    font-size: 14px;
    font-weight: 700;

    color: #f97316;

    text-decoration: none;
}

.search-read-more:hover {
    color: #d65a00;
}
/* =========================================================
   PAGINATION
========================================================= */

.search-pagination {
    width: 100%;
    margin-top: 55px;

    text-align: center;
}

/*--------------------------------------------------------------
# Search Pagination
--------------------------------------------------------------*/

.search-pagination {
    margin-top: 55px;
    text-align: center;
}

.search-pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}


/* Page Numbers */

.search-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 42px;
    height: 42px;

    padding: 0 12px;

    border: 1px solid #D0D5DD;
    border-radius: 6px;

    background: #fff;

    color: #14213D;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}


/* Hover */

.search-pagination .page-numbers:hover {
    background: #F97316;
    border-color: #F97316;

    color: #fff;

    transform: translateY(-2px);
}


/* Current / Active Page */

.search-pagination .page-numbers.current {
    background: #F97316;
    border-color: #F97316;

    color: #fff;

    font-weight: 700;
}


/* Previous / Next */

.search-pagination .page-numbers.prev,
.search-pagination .page-numbers.next {
    padding-left: 18px;
    padding-right: 18px;

    background: #14213D;
    border-color: #14213D;

    color: #fff;

    font-weight: 600;
}


/* Previous / Next Hover */

.search-pagination .page-numbers.prev:hover,
.search-pagination .page-numbers.next:hover {
    background: #F97316;
    border-color: #F97316;

    color: #fff;

    transform: translateY(-2px);
}


/* Dots */

.search-pagination .page-numbers.dots {
    border-color: transparent;
    background: transparent;

    color: #667085;

    cursor: default;
}

.search-pagination .page-numbers.dots:hover {
    transform: none;

    border-color: transparent;
    background: transparent;

    color: #667085;
}

/*** Stickey Header ****/
.ast-main-header-wrap {
    width: 100%;
    z-index: 99999;
}

.ast-main-header-wrap.hg-header-scrolled {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;

    width: 100%;

    background: #fff;

    box-shadow: 0 4px 18px rgba(20, 33, 61, 0.12);

    animation: hgHeaderSlide .3s ease;
}

@keyframes hgHeaderSlide {

    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }

}
.ast-main-header-wrap .custom-logo {
    height: auto;
    transition: width .3s ease;
}

.ast-main-header-wrap.hg-header-scrolled
.custom-logo-link img {
    width: 100px !important;
    max-width: 100px !important;
}
/*** Services Crad Styling 4-8-26****/
.ser-info-box .elementor-widget-wrap {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    will-change: transform, box-shadow;

    transition:
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.5s ease;
}

/* Smooth card lift */
.ser-info-box .elementor-widget-wrap:hover {
    transform: translate3d(0, -5px, 0);
}

/* Orange top accent */
.ser-info-box .elementor-widget-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #F97316;

    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ser-info-box .elementor-widget-wrap:hover::before {
    width: 100%;
}

/* Icon */
.ser-info-box .elementor-widget-wrap .icon {
    transition:
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.ser-info-box .elementor-widget-wrap:hover .icon {
    transform: scale(1.05);
}

.ser-info-box .elementor-widget-wrap {
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(20, 33, 61, 0.08);
    transition: box-shadow 0.4s ease;
}

.ser-info-box .elementor-widget-wrap:hover {
    box-shadow: 0 14px 35px rgba(20, 33, 61, 0.14);
}



/*** Services Crad Styling 4-8-26 End****/

/***Performance Page Services Crad Styling 4-8-26 Start ****/
/* =========================================
   HG PERFORMANCE - PREMIUM SERVICE CARDS
========================================= */

.serv-col {
    position: relative;
    overflow: hidden;
    background: #F7F8FA;
    border: 1.5px solid #E3E6EB;
    box-shadow:
        0 4px 12px rgba(20, 33, 61, 0.04),
        0 12px 30px rgba(20, 33, 61, 0.05);
    padding: 5px !important;
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s ease,
        background-color 0.35s ease;
}

.cc-sec .elementor-image-box-content {
    color: #fff !important;
}
/* =========================================
   IMAGE
========================================= */

.serv-col img {
    display: block;
    width: 100%;
    transition:
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.4s ease;
}


/* =========================================
   CARD CONTENT
========================================= */

.serv-col .elementor-widget-heading {
    padding: 0 14px;
}

.serv-col .elementor-widget-text-editor {
    padding: 0 14px;
}


/* =========================================
   PREMIUM ORANGE ACCENT
========================================= */

.serv-col::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background: #F97316;
    z-index: 3;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}


/* =========================================
   HOVER
========================================= */

.serv-col:hover {
    background: #FFFFFF;
    border-color: rgba(249, 115, 22, 0.28);
    transform: translateY(-5px);
    box-shadow:
        0 8px 18px rgba(20, 33, 61, 0.06),
        0 20px 45px rgba(20, 33, 61, 0.10);
}


.serv-col:hover::before {
    width: 100%;
}


.serv-col:hover img {
    transform: scale(1.025);
}

/*** Performance Page Services Crad Styling 4-8-26 End****/
.cc-sec p,
.cc-sec h5
{
  color: #fff !important;
} 


/******** Responsive Contact Form 7 ********/
.responsive-form {
    width: 100%;
}

.responsive-form .cf7-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
}

.responsive-form .cf7-col {
    width: 100%;
}

.responsive-form .cf7-full {
    width: 100%;
    grid-column: 1 / -1;
}

.responsive-form input,
.responsive-form select,
.responsive-form textarea {
    width: 100%;
    box-sizing: border-box;
}

 


/* =========================================================
   TABLET 
========================================================= */
@media (max-width:1024px){

	.hg-build-grid{
		grid-template-columns:repeat(2,1fr);
	}
   .search-results-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
    }
}


/* =========================================================
   MOBILE / Tablet
========================================================= */
@media (max-width:768px){
    .responsive-form .cf7-row {
        grid-template-columns: 1fr;
    }

    .responsive-form .cf7-full {
        grid-column: auto;
    }
	.wpforms-container .wpforms-one-half,
    .wpforms-container .wpforms-one-third {
        width: 100% !important;
        margin-left: 0;
    }
	.wpforms-container .wpforms-one-half{
       margin: 0 !important; 
	} 
#wpforms-10-field_3-last {
    margin-top: 13px !important; 
}
#wpforms-10-field_3-container {
    margin-bottom: 0 !important; 
}
}
@media (max-width:767px){
	.mhide{
     display:none !important;
	}
	.wpforms-container .wpforms-one-half,
    .wpforms-container .wpforms-one-third {
        width: 100% !important;
        margin-left: 0;
    }
	.wpforms-container .wpforms-one-half{
       margin: 0 !important; 
	} 
#wpforms-10-field_3-last {
    margin-top: 13px !important; 
}
#wpforms-10-field_3-container {
    margin-bottom: 0 !important; 
}
	
/* Hero On Mobile */
.herosection {
    background-image: unset !important;
    background-color: #091226;
} 

/********************************************/
	.hg-build-grid{
		grid-template-columns:1fr;
	}
	
    .single-post .site-content{
        font-size:17px !important;
    }

    .single-post .site-content p{
        font-size:17px !important;
    }

    .single-post .site-content h1{
        font-size:32px !important;
    }

    .single-post .site-content h2{
        font-size:28px !important;
    }

    .single-post .site-content h3{
        font-size:22px !important;
    }

    .single-post .site-content h4{
        font-size:20px !important;
    }

    .single-post .site-content h5{
        font-size:18px !important;
    }

    .single-post .site-content h6{
        font-size:16px !important;
    }

    .single-post .site-content li{
        font-size:16px !important;
    }
	.search-results-sec {
        padding: 45px 20px 50px;
    }

    .search-results-top {
        display: block !important;
    }

    .search-results-top h2 {
        margin-bottom: 8px !important;
    }

    .search-results-grid {
        grid-template-columns:
            1fr !important;

        gap: 22px !important;
    }

    .search-result-image {
        height: 220px !important;
    }
	
	
}

/* Mobile */

@media(max-width: 1024px){

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media(max-width: 767px){

    .blog-grid {
        grid-template-columns: 1fr;
    }


    .blog-card img {
        height: 220px;
    }
	/* Search Paginations */
	.search-pagination {
        margin-top: 40px;
    }

    .search-pagination .nav-links {
        gap: 6px;
    }

    .search-pagination .page-numbers {
        min-width: 38px;
        height: 38px;

        padding: 0 9px;

        font-size: 13px;
    }

    .search-pagination .page-numbers.prev,
    .search-pagination .page-numbers.next {
        padding-left: 12px;
        padding-right: 12px;
    }

}
/* ======================================================
Build Archive Page END
====================================================== */

/* ======================================================
Hero
====================================================== */

.build-hero{
    padding:60px 0;
}

.build-title{
    margin:15px 0 0;
}

/* ======================================================
Top Layout
====================================================== */

.build-top-section{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;
    align-items:start;
    margin-bottom:60px;
}

/* ======================================================
Featured Image
====================================================== */

.build-featured-image{
    overflow:hidden;
    border-radius:12px;
}

.build-featured-image img,
.build-featured-img{
    width:100%;
    display:block;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:12px;
}

/* ======================================================
Build Content
====================================================== */

.build-content{
    max-width:100%;
}

.build-content p{
    margin-bottom:22px;
    line-height:1.8;
}

/* ======================================================
Sidebar
====================================================== */

.build-sidebar{
    position:sticky;
    top:30px;
}

/* ======================================================
Build Details Card
====================================================== */

.build-info-card{
    background:#fff;
    border:1px solid #e6e6e6;
    border-top:4px solid #f4a51c;
    border-radius:12px;
    padding:30px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.build-info-card h3{
    margin:0 0 25px;
    font-size:24px;
    font-weight:700;
}

.build-info-card ul{
    list-style:none;
    margin:0;
    padding:0;
}

.build-info-card li{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:15px;
    padding:14px 0;
    border-bottom:1px solid #ececec;
}

.build-info-card li:last-child{
    border-bottom:none;
}

.build-info-card strong{
    font-weight:600;
    color:#222;
}

.build-info-card span{
    text-align:right;
    color:#666;
}

.build-sidebar-section{
    margin-top:25px;
}

.build-sidebar-section h4{
    margin-bottom:10px;
    font-size:18px;
    font-weight:600;
}

.build-sidebar-section p{
    margin:0;
    line-height:1.7;
    color:#666;
}

.build-cta-button{
    display:block;
    margin-top:30px;
    padding:15px;
    text-align:center;
    text-decoration:none;
    background:#111;
    color:#fff;
    border-radius:8px;
    transition:.3s;
}

.build-cta-button:hover{
    background:#F97316;
    color:#fff;
}

/*
==========================================================
Gallery
==========================================================
*/

.build-gallery-wrap {
    background: #f7f8fa;
} 

.build-gallery{
    margin-top:80px;
    padding:80px 0;
}

.build-gallery h2{
    margin:0 0 35px;
    text-align:center;
    font-size:34px;
    font-weight:700;
}

.build-gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.build-gallery-item{
    overflow:hidden;
    border-radius:12px;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.build-gallery-item img{
    width:100%;
    height:280px;
    display:block;
    object-fit:cover;
    transition:transform .35s ease;
}

.build-gallery-item:hover img{
    transform:scale(1.05);
}


/*
==========================================================
Navigation
==========================================================
*/

.build-navigation{
    margin-top:70px;
    padding-top:35px;
    border-top:1px solid #e5e5e5;

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.build-navigation a{
    display:inline-block;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.build-navigation a:hover{
    color:#d40000;
}


/*
==========================================================
Responsive
==========================================================
*/

@media (max-width:1024px){

    .build-top-section{
        grid-template-columns:1fr;
    }

    .build-sidebar{
        position:static;
    }

}

@media (max-width:768px){

    .build-gallery{
        padding:60px 0;
    }

    .build-gallery-grid{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .build-navigation{
        flex-direction:column;
        align-items:flex-start;
    }

}

@media (max-width:576px){

    .build-content-area{
        padding:40px 0 60px;
    }

    .build-gallery{
        margin-top:60px;
        padding:50px 0;
    }

    .build-gallery h2{
        font-size:28px;
    }

    .build-gallery-grid{
        grid-template-columns:1fr;
    }

    .build-gallery-item img{
        height:240px;
    }

}