/**
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
*/

div#card_icon {
    position: relative;
    top: -75px;
}

ul.service-types-li {
    list-style-type: none;
    padding: 0;
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}

ul.service-types-li li {
    border: 1px solid;
    height: 160px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.service-process-list div.process-item {
    padding: 20px;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
}

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

div.service-process-list div.process-item .process-count {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 45px;
    font-weight: 700;
    opacity: 0.2;
}

div.service-process-list div.process-item h4.process-title {
    margin: 15px 0px;
}

div.service-process-list div.process-item div.process-content {
    font-size: 16px;
}

/* Contact Form 7 – 2 Column Layout */
.cf7-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.cf7-col label,
.cf7-full label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.cf7-col input,
.cf7-full textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Full width textarea */
.cf7-full {
    grid-template-columns: 1fr;
}

.wpcf7-form p {
    margin: 0;
}

div.cf7row_br p br,
div.cf7-full p br {
    display: none;
}

div#header_desktop {
    box-shadow: 0 0 15px 0 #050538 inset !important;
}

div.imagebox_container figure {
    margin-bottom: 0px !important;
}

body.single-post h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 600;
}

body.single-post h1 {
    font-family: "Poppins", Sans-serif;
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 0;
}

@media screen and (max-width:1024px) {

    div.service-process-list,
    ul.service-types-li {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:991px) {
	
	body.single-post h1 {
    font-size: 31px;
}
	
	body.single-post h2 {
    font-size: 25px;
	}

    div.service-process-list,
    ul.service-types-li {
        display: block;
    }

    div.service-process-list div.process-item {
        margin-bottom: 10px;
    }

    ul.service-types-li {
        margin: 0px 10px;
    }

    ul.service-types-li li {
        margin-bottom: 20px;
        height: auto !important;
        padding: 25px 0px;
    }

    div.imagebox_container figure {
        width: 100% !important;
        display: flex !important;
        justify-content: center;
    }

    div.imagebox_container figure img {
        width: 55px;
        margin-bottom: 10px;
    }

    div.imagebox_container div p {
        margin-bottom: 0;
    }
}


@media screen and (max-width:768px) {
    div#card_icon {
        position: unset;
    }

    .cf7-row {
        grid-template-columns: 1fr;
    }
}

/* 
---------------------------------------------
   Process Timeline Shortcode Styles
---------------------------------------------
*/

.process-timeline-container {
    /* background-color: #0d1e1c; */
    /* Dark greenish background */
    padding: 60px 20px;
    color: #fff;
    font-family: inherit;
    /* Inherit theme font or specify one */
}

.process-timeline-wrapper {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.timeline-item {
    display: flex;
    gap: 40px;
    position: relative;
    padding-bottom: 50px;
    /* Space between items */
}

/* Remove padding from last item */
.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 60px;
}

/* The Vertical Line Connector */
.timeline-left::after {
    content: '';
    position: absolute;
    top: 60px;
    /* Start directly below the circle */
    bottom: -50px;
    /* Extend to next item, allowing for padding */
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    /* Subtle white line */
}

/* Hide line on last item */
.timeline-item:last-child .timeline-left::after {
    display: none;
}

/* The Number Circle */
.timeline-number-circle {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    /* background-color: #0d1e1c; */
    z-index: 2;
    flex-shrink: 0;
}

.timeline-content {
    padding-top: 12px;
    /* Visual alignment with circle text */
}

.timeline-title {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.timeline-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #b8caca;
    /* Muted text color */
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
    .timeline-item {
        gap: 20px;
    }

    .timeline-number-circle {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .timeline-left {
        min-width: 45px;
    }

    .timeline-left::after {
        top: 45px;
    }

    .timeline-title {
        font-size: 18px;
    }
}