/*
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: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
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.11.14.1765168892
Updated: 2025-12-08 04:41:32

*/
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link {
  color: #f25b39 !IMPORTANT;
}
.site-content .ast-container {
    max-width: 100% !important;
    padding: 0;
    display: block;
}
.container {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #1a1a1a;
    position: relative;
}
.section-title:after {
    content: '';
    width: 80px;
    height: 4px;
    background: #f04b38;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}
.entry-title.ast-blog-single-element a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;}

.custom-hero-section {
    background: linear-gradient(135deg, #f47d3dd4 0%, #36f06387 100%);
    color: #fff;
    padding: 140px 0 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.custom-hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('images/letter.png') repeat;
    opacity: 0.07;
}
.hero-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
.hero-headline {
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #fff;
}
.hero-subheadline {
    font-size: 1.35rem;
    max-width: 800px;
    margin: 0 auto 2.5rem;
    opacity: 0.95;
    line-height: 1.6;
}
.hero-cta-btn {
    display: inline-block;
    background: #fff;
    color: #f5823d;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 50px;
    transition: all 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.hero-cta-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    color: #f04b39;
}

.categories-section {
    padding: 100px 0;
    background: #f8f9fa;
}
.categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.category-card {
    background: #fff;
    padding: 40px 20px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.4s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    text-decoration: none;
    color: #333;
}
.category-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}
.card-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
}
.category-card h3 {
    font-size: 1.4rem;
    margin: 15px 0 12px;
    color: #1a1a1a;
}
.category-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

/* ====================== SECTION: ARTICALES ====================== */
.latest-articles-section {
    padding: 100px 0;
    background: #fff;
}
.article-thumb {
    height: 200px;
    background-size: cover;
    background-position: center;
}
.insights-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}


/* =========================
   CONTENT
========================= */
.article-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-category {
    display: inline-block;
    background: linear-gradient(135deg, #f47d3dd4 0%, #36f06387 100%);
    color: #fff;
    font-size: 0.8rem;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}
.article-category a {
	  color: #fff;
}

.article-content h3 {
    font-size: 1.25rem;
    margin: 0 0 12px;
    line-height: 1.4;
}

.article-content h3 a {
    color: #000;
}
.article-content h3 a:hover {
    color: #000;
}

.article-excerpt {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 15px;
    line-height: 1.5;
    flex-grow: 1; /* ensures equal height cards */
}

.article-date {
    color: #999;
    font-size: 0.85rem;
}

.latest-articles-section .section-title {
  text-align: center;
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 60px;
  color: #1a1a1a;
}
.insights-slider {
  margin-bottom: 60px;
}
.insights-slider .insight-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: 30px;
}

.card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.slick-next.insights-next.slick-arrow {
    right: -45px;
    background: #0f172a;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
.slick-prev.insights-prev.slick-arrow {
    left: -45px;
     background: #0f172a;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.slick-dots {
  text-align: center;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.slick-dots li button {
  background: #ddd; 
  border: none;
  border-radius: 50%; 
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.slick-dots li button:hover {
  background: #0f172a;
  transform: scale(1.2);
}

.slick-dots li.slick-active button {
    background: #fff;
    width: 20px;
    height: 20px;
}

.slick-dots li.slick-active button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(63, 98, 174, 0.3);
}
/* .insights-slider .article-card {
    margin: 0 15px;     
    margin-bottom: 30px;  
	
} */
.article-card {
 background: rgb(255, 255, 255);
    border-radius: 16px;
    overflow: hidden;
    transition: 0.4s;
    margin: 30px 10px;
}
.insights-slider .article-card:hover {
    transform: translateY(-12px);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 40px;
}
/* Responsive spacing */
@media (max-width: 768px) {
  .card-content { padding: 20px; }
  .insights-slider .insight-card { margin: 0 5px; }
}



.service-highlight-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #f47d3dd4 0%, #36f06387 100%);
    color: #fff;
    text-align: center;
}
.service-block {
    max-width: 800px;
    margin: 0 auto;
}
.service-block h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #fff;
}
.service-block p {
    font-size: 1.3rem;
    opacity: 0.95;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}
.service-cta {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    transition: all 0.3s;
}
.service-cta:hover {
    border-color: transparent;
    letter-spacing: 0.2px;
    color: #f04b38;
}
.custom-site-footer {
    background: #0f172a; /* Very dark blue-gray – looks premium */
    color: #cbd5e1;
    font-size: 0.95rem;
}

.footer-main {
    padding: 90px 0 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

/* Branding Column */
.branding-col .footer-logo {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.footer-tagline {
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.85;
    max-width: 280px;
}

/* Column Titles */
.footer-col-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
    position: relative;
}
.footer-col-title:after {
    content: '';
    width: 40px;
    height: 3px;
    background: #f04b38;
    position: absolute;
    left: 0;
    bottom: -8px;
}

/* Links */
.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-col ul li {
    margin-bottom: 12px;
}
.footer-col a {
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
}
.footer-col a:hover {
    color: #f25a39;
    padding-left: 8px;
}

/* Bottom bar */
.footer-bottom {
    background: rgba(0,0,0,0.3);
    padding: 25px 0;
    font-size: 0.9rem;
    text-align: center;
    color: #94a3b8;
}
.single-post div#content .primary {
    margin-top: 0;
    margin-bottom: 0;
}
.page-wrap .page-content-wrapper {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}


.page-wrap .page-content-wrapper .page-article-content .page-intro-heading {
    padding: 40px 0;
    text-align: center;
    color: #000 !important;
	font-size: 40px;
	font-weight: 700;
}

.page-wrap .page-content-wrapper .page-article-content .page-content {
    background-color: #f7f7f7;
    padding: 60px 30px;
    border-radius: 20px;
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
	margin-top: 50px;
}
.page-wrap .page-content-wrapper .page-article-content .page-content ul, .page-wrap .page-content-wrapper .page-article-content .page-content ol {
    padding-left: 20px;
}
/* General form container */
#wpcf7-f189-p171-o1 {
    max-width: 600px;
    margin: 50px auto;
    padding: 40px;
    background: #f9f9f9;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
}

/* Labels */
#wpcf7-f189-p171-o1 label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    font-size: 1rem;
}

/* Input and textarea fields */
.wpcf7-form-control {
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s, box-shadow 0.3s;
    box-sizing: border-box;
}

.wpcf7-form-control:focus {
    outline: none;
    border-color: #f5823d;
    box-shadow: 0 0 10px rgba(245, 130, 61, 0.3);
}

.wpcf7-textarea {
    resize: vertical;
}

.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    background: #fff;
    color: #f5823d;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 50px;
    transition: all 0.3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: none;
    cursor: pointer;
    text-align: center;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background: #f5823d;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.wpcf7-response-output {
    margin-top: 20px;
    font-weight: 600;
    color: #f5823d;
    display: none;
}

@media (max-width: 1024px) {
    .hero-headline { font-size: 3.2rem; }
    .categories-grid { grid-template-columns: repeat(2, 1fr); }
    .article-card { min-width: 320px; }
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 40px;
    }
    .branding-col {
        grid-column: span 2;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-tagline {
        max-width: 100%;
        margin: 0 auto;
    }
    header#masthead {
    padding: 0 20px;
}
footer.custom-site-footer {
    padding: 0 20px;
}
}

@media (max-width: 921px) {
    .custom-hero-section { padding: 100px 0; }
    .hero-headline { font-size: 2.8rem; }
    }
    .hero-subheadline { font-size: 1.2rem; }
    .section-title { font-size: 2.2rem; }
    .service-block h2 { font-size: 2.5rem; }
    .footer-main {
        padding: 70px 0 50px;
    }
    .branding-col .footer-logo {
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .categories-grid { grid-template-columns: 1fr; }
    .article-card { min-width: 280px; }
    .custom-hero-section { padding: 80px 0; }
    .hero-headline { font-size: 2.4rem; }
    .hero-cta-btn { padding: 14px 30px; font-size: 1.1rem; }
    .service-highlight-section { padding: 90px 0; }
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .branding-col {
        grid-column: 1;
    }
    .footer-col-title:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .footer-col a:hover {
        padding-left: 0;
    }
	  #wpcf7-f189-p171-o1 {
        padding: 30px 20px;
    }
    .wpcf7-form-control.wpcf7-submit {
        width: 100%;
        padding: 16px;
    }
	.slick-prev.insights-prev.slick-arrow {
		left: -20px;}
	.slick-prev.insights-prev.slick-arrow {
		left: -20px;
	}
	.slick-next.insights-next.slick-arrow {
    right: -20px;
	}
}
@media (max-width: 480px) {
    .hero-headline { font-size: 2rem; }
    .section-title { font-size: 2rem; }
    .service-block h2 { font-size: 2.2rem; }
    .service-block p { font-size: 1.1rem; }
    .container { padding-left: 15px; padding-right: 15px; }
    .footer-main {
        padding: 60px 0 40px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .branding-col .footer-logo {
        font-size: 1.5rem;
    }
}