/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



.reports-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    padding: 60px 0;
}

.report-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.report-date {
    color: #ff7a18;
    font-size: 14px;
    font-weight: 600;
}

.report-title {
    font-size: 22px;
    margin: 12px 0;
}

.report-desc {
    color: #666;
    line-height: 1.6;
}

.report-tags span {
    display: inline-block;
    background: #faa633;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    margin: 6px 6px 0 0;
}

.report-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.pages {
    font-size: 14px;
    color: #777;
}

.download-btn {
    background: #faa633;
    color: #fff;
    padding: 12px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
}

.download-btn:hover {
    background: #e96b10;
	color:white;
}


    .report-tabs { margin-top: 40px; }
    .reports-header { text-align: center; margin-bottom: 30px; }
    .tab-buttons { display: flex; justify-content: center; flex-wrap: wrap; list-style: none; padding: 0; }
    .tab-buttons li {
        border: 1px solid #00000033;
        padding: 10px 25px;
        border-radius: 30px;
        cursor: pointer;
        margin: 5px;
    }
    .tab-buttons li.active { background: #faa633; color: #fff; }

    .tab-content { display: none; }
    .tab-content.active { display: block; }

    .report-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
        gap: 24px;
    }
    .report-card {
        background: #fff;
        padding: 30px;
        border-radius: 14px;
        box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    }

.fancy-post-slider {
  padding: 20px;
}

.box-list li {
	color:#334155;
	
}

.fancy-post-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  margin: 10px;
}


.fancy-post-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  /* dark blue background */
  padding: 20px;
}

.fancy-post-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  width: 300px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.fancy-post-card:hover {
  transform: translateY(-5px);
}

.fancy-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.fancy-content {
  padding: 30px 20px;
}

.fancy-content h3 {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #000;
}

.fancy-content p {
  font-size: 0.95em;
  color: #333;
  margin-bottom: 15px;
}

.fancy-link {
  color: #faa633;
  text-decoration: none;
  font-weight: 600;
}

.fancy-content a {
    color: #000;
    text-decoration: none !important;
    
}


.post-box a.fancy-link {
    color: #faa633 ;
	
}


.value-prop-carousel {
  max-width: 1000px;
  margin: auto;
  padding: 20px 0;
}

.swiper-slide .card {
  background: #fff;
  border: 2px solid #f6b179;
  padding: 20px;
	min-height:300px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  text-align: left;
}

.card .icon {
  font-size: 30px;
  margin-bottom: 10px;
}




.card h3 {
  margin: 0 0 10px;
  font-weight: bold;
}

.card p {
  font-size: 14px;
  color: #555;
}

.card a {
  color: #f97316;
  font-weight: bold;
  text-decoration: none;
}

.site-footer .widget-title ,li, a{
    
    color: #fdfdfd ;
}

.site-footer H2{
    font-weight: 700;
	font-size:16px;
	
    color: white;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    max-width: 1200px;
    min-height: 60px;
    border-top: 1px solid white;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
	
	.ast-desktop .ast-primary-header-bar.main-header-bar, .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
     margin-top: 20px;
    border-radius: 10px;
    margin-bottom: 0px;
		margin-left:10px;
		margin-right:10px
		
   
}
	
}

.ast-desktop .ast-primary-header-bar.main-header-bar, .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
     margin-top: 30px;
    border-radius: 10px;
    margin-bottom: 0px;
   
}


.social-links {
  display: flex;
  gap: 12px;
}

.social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #C8C8C8;
  color: #000; /* orange */
  border: 1.5px solid #C8C8C8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
}

.social-links a:hover {
  background-color: #f97316;
  color: #fff;
}

section#block-10 {
    color: white;
}

.footer-social-icons a {
    color: black !important;
    display: inline-block !important;
    visibility: visible !important;
}


/* .page-id-7775 #page .site-content {
    flex-grow: 1;
    background: #f9fafb;
} */
.industry-reports {
    padding: 80px 20px;
/*     background: #f9fafb; */
    text-align: center;
}

.industry-reports h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
}

.industry-reports .subtitle {
    max-width: 700px;
    margin: 12px auto 50px;
    color: #64748b;
    font-size: 16px;
}

.report-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

.report-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
}

.report-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.report-date {
    font-size: 14px;
    font-weight: 600;
    color: #faa633;
    margin-bottom: 10px;
}

.report-title {
    font-size: 22px;
    font-weight: 700;
    color: #faa633;
    margin-bottom: 12px;
}

.tab-buttons li {
    border: 1px solid #00000033;
    padding: 10px 25px;
    color: #faa633;
    border-radius: 30px;
    cursor: pointer;
    margin: 5px;
}
.report-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    flex-grow: 1;
}

.report-tags {
    margin: 20px 0;
}

.report-tags span {
    display: inline-block;
    background: #f1f5f9;
    color: #334155;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 20px;
    margin: 0 6px 6px 0;
}

.report-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.pages {
    font-size: 14px;
    color: #64748b;
}

.download-btn {
    background: #fb923c;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}

.download-btn:hover {
    background: #faa633;
	color:white;
}


.process-section {
    padding: 5rem 2rem;
    background: #0f1e3c;
}


.step-number {
    width: 40px;
    height: 40px;
    background: #faa633;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
}

.process-step p {
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Small screens */
@media (max-width: 768px) {
    .step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #faa633; /* Bootstrap primary */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    border-color: #FF8C42;
	border:1px solid #FF8C42;
}

a {
    text-decoration: none  !important;
    color: #fdfdfd !im;
}

.site-footer .widget ul {
    margin: 0px !important;
    list-style-type: none;
	padding:0px;
}

