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

body {
    background-color: #FCFBF9 !important;
}
.overflow-hidden {
    overflow: hidden;
}
p:empty {
    display: none;
}
p:last-child {
    margin-bottom: 0;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.text-center {
    text-align: center;
}
#content:not(:has(.single-news-template)) .ast-container {
    display: block;
    max-width: 100%;
    padding: 0;
}
.btn-hide {
    display: none !important;
}

/* Header */
header.site-header {
    background-color: transparent;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 99;
}
header .ast-container,
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    max-width: 1700px;
    margin: 0 auto;
}
.site-header .site-header-section aside.header-widget-area {
    padding: 0;
}
.site-header .header-widget-area .widget_nav_menu {
    display: none;
}
.site-header .menu-toggle {
    background-color: var(--primary-color);
    padding: 5px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-toggle svg.e-bars {
    overflow: visible;
    width: 20px;
    fill: var(--secondary-color);
}
.menu-close {
    background-color: #f5f3ef;
    border: 2px solid #f5f3ef;
    border-radius: 50px;
    color: #1e1e21;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    padding: 6px 20px;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 9999;
}
.site-header .menu-bg {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1000;
    pointer-events: none;
}
.site-header .menu-toggle.toggled+.menu-bg {
    display: flex;
}
.site-header .menu-bg-part {
    flex: 1;
    background-color: var(--primary-color);
    transform-origin: top;
    width: 25%;
    height: 100%;
    transform: scaleY(1);
    opacity: 1;
}
.site-header .widget {
    margin-bottom: 0;
}
.site-header .widget_nav_menu nav.menu-main-menu-container {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 9999;
}
.site-header nav ul.menu .menu-item {
    font-size: 80px;
    line-height: normal;
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    text-align: center;
}
.site-header nav ul.menu .menu-item a {
    color: var(--secondary-color);
    font-weight: 700;
    padding-bottom: 0;
}
.site-header nav ul.menu .menu-item::after {
    content: '';
    background-image: url('/wp-content/themes/astra-child/images/right-arrow-white.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    height: 50px;
    width: 50px;
}
.header-toggle-btn-wrapper p {
    display: none;
}


/* Hover to Move Menu */
.site-header nav ul.menu .menu-item a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.site-header nav ul.menu .menu-item a span {
    display: block;
    transition: transform 0.4s ease;
}
.site-header nav ul.menu .menu-item a .text-bottom {
    position: absolute;
    top: 100%;
    left: 0;
}
.site-header nav ul.menu .menu-item a:hover .text-top {
    transform: translateY(-120%);
}
.site-header nav ul.menu .menu-item a:hover .text-bottom {
    transform: translateY(-100%);
}
.headline h2 {
    font-size: 82px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -2px;
    margin: 0;
}
.right-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 30px;
}
.heading-style-h3 {
    letter-spacing: -.5px;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
}
.right-section-inner {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}
.btn-dark {
    background-color: #1d1d1d;
    color: var(--secondary-color);
    border: none;
    padding: 10px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
    max-width: 110px;
    text-align: left;
    width: 100%;
    height: fit-content;
}
.border-left {
    border-left: 1px solid #ccc;
}
a.btn-toggle-text-inner {
    display: block;
    color: inherit;
}
a.btn-toggle-text-inner:hover,
a.btn-toggle-text-inner:focus {
    color: inherit;
}

/* Social Icon */
.w-inline-block {
    display: inline-block;
    max-width: 100%;
}
.subnav {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 0;
    list-style-type: none;
    display: flex;
}
.subnav.small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}
.badge-link.large {
    width: 40px;
    height: 40px;
}
.badge-link.primary {
    backdrop-filter: none;
    color: var(--secondary-color);
    background-color: var(--primary-color);
    border-color: transparent;
}
.badge-link {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    transition: color .2s, background-color .2s, border .2s;
}
.icon-1x1-default {
    line-height: 1;
    height: 20px;
    width: 20px;
}
/* ------------end-------- */

/*.services-left-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}*/
.hero-section {
    position: relative;
}
.hero-section img.img-cover {
    object-position: top;
}
.home-hero-section .description {
    opacity: .5;
}
.left-top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.what-i-do {
    font-weight: bold;
    font-size: 14px;
}
.services-section {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: .5fr 2px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.services-right-row {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}
.home-services-grid-inner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.arrow {
    grid-row: span 2;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Synergy Section */
.top-row {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2px .5fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.top-row .line-vertical {
    height: calc(100% - 30px);
}
.service-box h3 {
    font-size: 28px;
    margin: 0;
    margin-bottom: 20px;
}
.service-box p,
.synergy-section .service-box a {
    font-size: 18px;
    margin: 0;
    color: var(--primary-color);
    line-height: 1.6;
    font-weight: 500;
}
.service-box ul {
    margin: 0;
    padding-left: 20px;
}
.service-box ul li:not(:last-child) {
    margin-bottom: 10px;
}
.synergy-section .service-box a {
    font-weight: 600;
    text-decoration: underline;
}
.synergy-section .service-box p {
    margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
    .synergy-section .top-row {
        grid-template-columns: 1fr;
        grid-row-gap: 2rem;
    }
}
@media screen and (max-width: 991.98px) {
    .synergy-section .top-row {
        flex-direction: column;
    }
}
@media screen and (min-width: 768px) {
    .synergy-section .home-services-grid-inner {
        grid-template-columns: 1fr 2px 1fr 2px 1fr;
    }
}

/* Watch Video Section */
.watch-video-section {
    position: absolute;
    bottom: 50px;
    right: 68px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.watch-video-box {
    width: 50px;
    height: 50px;
    background-color: #AFC533;
}
.watch-video-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: .4s;
}
.watch-video-text.secondary-color {
    font-weight: 600;
}
.watch-video-box a:hover svg polygon {
    fill: var(--primary-color);
}

/* Home hero slider */
.hero-slider {
    position: relative;
    overflow: hidden;
}
.hero-slider img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    height: 100%;
    width: 100%;
}
.hero-slider img.active {
    opacity: 1;
    z-index: 2;
}

/* home video section */
.home-video {
    position: relative;
    height: 700px;
    overflow: hidden;
}
.home-video-box {
    position: relative;
    height: 100%;
}
.home-video-box::before {
    background-color: rgba(30, 52, 56, 0.6);
    content: '';
    position: absolute;
    inset: 0;
}
.home-video-box video {
    display: block;
}
.home-video-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.home-video-title ul {
    display: none;
}
.home-video .word {
    position: absolute;
    color: var(--secondary-color);
    font-size: 140px;
    font-weight: 600;
    line-height: 1;
    max-width: 90%;
    text-align: center;
    width: 100%;
}
.word {
    opacity: 0;
    will-change: transform, opacity;
    transition: transform 1.2s ease-out, opacity 0.8s ease;
}
.word.start-above { 
    opacity: 0;
    transform: translate(-50%, -200%);
}
.word.start-below {
    opacity: 0;
    transform: translate(-50%, 200%);
}
.word.show {
    opacity: 1;
    transform: translate(0,0);
}
/* SLIDE RIGHT → LEFT */
.slideLR {
    position: absolute;
    left: 0%;
    top: 50%;
    opacity: 0;
    transform: translate(0, -50%);
    transition: left 1.2s ease-out, opacity 0.8s ease;
}
.slideLR.show {
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -50%);
}
.slideRL {
    position: absolute;
    right: 0%;
    top: 50%;
    opacity: 0;
    transform: translate(0, -50%);
    transition: right 1.2s ease-out, opacity 0.8s ease;
}
.slideRL.show { 
    right: 50%;
    opacity: 1;
    transform: translate(50%, -50%);
}
/* FADE */
.fadeEffect { 
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}
.fadeEffect.show { 
    opacity: 1;
}
/* ZOOM */
.zoom {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85);
}
.zoom.show { 
    opacity: 1;
    animation: zoomInOut 2.5s ease-in-out forwards;
}
@keyframes zoomInOut {
    0% { transform: translate(-50%, -50%) scale(0.85); }
    50% { transform: translate(-50%, -50%) scale(1.12); }
    100% { transform: translate(-50%, -50%) scale(1); }
}
/* ZOOM BOUNCE */
.zoomBounce {
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
    transition: transform 0.8s cubic-bezier(.68,-0.55,.27,1.55), opacity 0.8s ease-out;
}
.zoomBounce.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
/* FADE OUT */
.fadeOut { 
    opacity: 0 !important;
}
@media screen and (max-width: 1280.98px) {
    .home-video {
        height: auto;
    }
    .home-video .word {
        font-size: 120px;
    }
}
@media screen and (max-width: 991.98px) {
    .home-video .word {
        font-size: 80px;
    }
}
@media screen and (max-width: 767.98px) {
    .home-video .word {
        font-size: 60px;
    }
}
@media screen and (max-width: 575.98px) {
    .home-video .word {
        font-size: 50px;
    }  
}

/* Page detail box section */
.pag-detail-box-section .service-box .btn-toggle {
    margin-top: 20px;
}
.pag-detail-box-section .service-box p {
    max-width: 1020px;
}
.pag-detail-box-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pag-detail-box-section .service-box h3 {
    font-size: 32px;
}

/* Project hero grid */
.project-hero-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr .4fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
}
.project-meta {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
}
.project-meta-item {
    justify-content: space-between;
    display: flex;
}
.project-meta-item .heading-style-h5 {
    color: #1e1e21;
}
.project-meta-item a {
    text-decoration: underline;
}

/* Info wraper */
.info-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 120px;
    padding:100px 40px;
    max-width: 1440px;
    margin: 0 auto;
}
.info-wrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex: 1 1 50%;
    position: relative;
}
.info-wrapper .line-vertical {
    position: absolute;
    right: 0;
    top: 0;
}
.info-right-part {
    width: 60%;
}
.info-right-inner {
    max-width: 490px;
    width: 100%;
    margin: auto;
}
.info-heading {
    font-size: 55px;
    max-width: 500px;
    margin: auto;
    margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
    .info-section {
        row-gap: 70px;
    }
    .info-right-part {
        width: 80%;
    }
    .info-heading {
        font-size: 42px;
        line-height: 52px;
    }
}
@media screen and (max-width: 767.98px) {
    .info-section {
        flex-direction: column;
        padding: 48px 24px;
        row-gap: 40px;
    }
    .info-wrapper .line-vertical {
        display: none;
    }
    .info-right-part,
    .info-right-inner {
        max-width: 100%;
        width: 100%;
    }
    .info-wrapper {
        flex: 1;
    }
    .info-heading {
        font-size: 32px;
        line-height: 44px;
        margin: 0 0 15px;
    }
    .info-description {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 575.98px) {
    .info-wrapper {
        flex-direction: column;
        gap: 25px;
    }
    .info-right-part {
        width: 100%;
    }
}

/* Author page new Layoutt */
.resources {
    max-width: 1440px;
    margin: 0 auto 100px;
}
.resource-filter {
    border-bottom: 1px solid #1e1e21;
    display: flex;
    justify-content: center;
    column-gap: 150px;
    list-style-type: none;
    margin: 0 0 50px;
}
.resource-filter li {
    border-bottom: 6px solid transparent;
    cursor: pointer;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: -4px;
    padding: 20px 5px;
    transition: 0.3s all ease;
}
.resource-filter li.active {
    border-bottom: 6px solid #1e1e21;
}
.resource-row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    overflow: hidden;
}
.resource-col {
    position: relative;
    width: 50%;
}
.resource-col > .line-vertical {
    position: absolute;
    top: 0;
    right: -2px;
}
.resource-item {
    padding-left: 18%;
}
.resource-info {
    max-width: 380px;
}
.resource-title {
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.resource-image img {
    max-height: 495px;
    width: auto;
}
.synergy-u {
    text-align: center;
    width: 100%;
}
.synergy-u .resource-item {
    padding-left: 0;
}
.synergy-u .resource-info {
    margin: 0 auto;
    max-width: 800px;
}
.synergy-u .synergy-logo {
    margin-bottom: 20px;
    max-width: 300px;
}
@media screen and (max-width: 1439.98px) {
    .resource-title {
        font-size: 22px;
    }
}
@media screen and (max-width: 1199.98px) {
    .resource-item {
        padding-left: 14%;
    }
}
@media screen and (max-width: 991.98px) {
    .resource-filter {
        column-gap: 100px;
    }
    .resource-filter li {
        font-size: 35px;
        padding: 16px 5px;
    }
    .resource-item {
        padding-left: 10%;
    }
}
@media screen and (min-width: 768px) {
    .resource-col {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .resource-filter {
        column-gap: 50px;
        flex-wrap: wrap;
    }
    .resource-filter li {
        font-size: 30px;
        padding: 12px 5px;
    }
    .resource-col {
        width: 100%;
    }
    .resource-item {
        padding-left: 0;
    }
}

/* About page */
.about-hero.heading-intro-section {
    display: flex;
    position: relative;
    padding: 0;
    margin-top: -81px;
    height: 100vh;
    width: 100%;
}
.about-hero .heading-intro-wrapper-lf {
    position: absolute;
    top: 0;
    left: 0;
    flex-shrink: 0;
    pointer-events: none;
    overflow: hidden;
    height: 100%;
    width: 50%;
    z-index: 50;
}
.about-hero .heading-intro-wrapper-lf .img-cover {
    position: absolute;
    top: 0;
    left: auto;
    object-position: 70%;
    height: 100%;
    z-index: 50;
}
.about-hero .heading-intro-wrapper-rt {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    scroll-behavior: smooth;
    padding-left: calc(50% + 50px);
    padding-right: 50px;
    scrollbar-width: none;
    padding-top: 85px;
    padding-bottom: 40px;
}
.about-hero .heading-intro-wrapper-rt .item {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    max-width: 80%;
    width: 100%;
}
.about-hero .heading-intro-wrapper-rt .line {
    margin: 30px 0 40px;
    max-width: 75%;
    width: 100%;
}
.about-hero .heading-intro-wrapper-rt h2 {
    font-size: 51px;
    font-weight: bold;
    letter-spacing: -2px;
    max-width: 100%;
}
.heading-style-h3.tag {
    text-transform: uppercase;
}
.description {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}
.description ul {
    margin-left: 0;
}
.description ul li {
    list-style: none;
    margin-bottom: 5px;
}
.heading-intro-wrapper-rt::-webkit-scrollbar {
    display: none;
}

/* News Page */
.news-list-wrap {
    display: flex;
    flex-wrap: wrap;
}
.news-list-wrap .news-item {
    width: 33.33%;
}
.news-item .news-thumbnail {
    height: auto;
    padding-top: 100%;
    max-height: inherit;
}
.news-item .news-thumbnail-wrapper {
    position: absolute;
    left: 0;
    top: 0;
}
.news-text-wrap {
    padding: 3rem;
}
.news-text-wrap h2.news-title {
    font-size: 2.5rem;
}
.news-text-wrap .news-date {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 7px;
}
.news-text-wrap .news-excerpt {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 13px;
}
.news-list-wrap .news-item:hover {
    background: var(--primary-color);
}
.news-list-wrap .news-item:hover .news-text-wrap * {
    color: var(--secondary-color);
}

/* Single post */
.single-post .site-content .ast-container {
    justify-content: center;
}
@media screen and (min-width: 1367px) {
    .single-post .site-content .ast-container {
        max-width: 1482px;
    }
}
.single-news-template {
    position: relative;
}
.single-news-template .single-news-info {
    margin-top: 66px;
    margin-bottom: 66px;
}
.single-news-template .head-container {
    max-width: 920px;
    margin: 0 auto;
}
.single-news-template .custom-container {
    max-width: 1068px;
    margin: 0 auto;
}
.single-news-template .post-featured-image {
    margin: 47px auto 138px;
}
.single-news-template h1 {
    color: #231F20;
    font-size: 61px;
    font-weight: bold;
    line-height: 1.19;
    letter-spacing: -0.4px;
}
.single-news-template h2 {
    color: #263338;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.15px;
    margin-bottom: 22px;
}
.single-news-template h3 {
    color: #231F20;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.15px;
    margin-bottom: 13px;
}
.single-news-template .post-description p,
.single-news-template .post-description ul li,
.single-news-template .post-description ol li {
    color: #263338;
    font-size: 19px;
    line-height: 1.49;
    letter-spacing: 0.05px;
    margin-bottom: 20px;
}
.single-news-template .post-description ul.ml-20 {
    margin-left: 20px;
}
.single-news-template .post-description .line {
    margin-top: 94px;
    margin-bottom: 15px;
}
.single-news-template .post-description blockquote {
    border-left: 3px solid #C2BAAF;
    padding: 0 20px;
    position: relative;
    max-width: 850px;
    margin: 39px auto 48px;
}
.single-news-template .post-description blockquote p {
    color: #263338;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

/* Post Meta */
.post-date {
    display: inline-block;
    font-size: 19px;
    margin-bottom: 16px;
}
.post-author {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
    margin-top: 50px;
}
.post-author img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
}
.author-name {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Recent Posts */
.recent-posts-section {
    padding: 69px 0 53px;
}
.recent-posts-wrapper {
    max-width: 1020px;
}
.recent-posts-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}
.recent-posts-header h3 {
    color: #231F20;
    font-weight: 500;
    margin: 0;
}
.recent-posts-header .see-all {
    color: #231F20;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
}
.recent-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.recent-posts-grid .recent-post-card {
    position: relative;
}
.recent-post-card h4 {
    font-size: 22px;
    padding: 17px 22px;
    line-height: 1.2;
    margin-bottom: 0;
}
.recent-post-image {
    position: relative;
    padding-top: 65%;
}
.recent-post-card img {
    object-fit: cover;
    margin-bottom: 15px;
    height: auto;
    width: 100%;
}
.recent-post-card .recent-post-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.recent-post-card p {
    margin-top: 10px;
}
.single-news-template .post-description .light-box {
    background-color: #F2F0EE;
    display: inline-block;
    padding: 27px;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 670px;
    width: 100%;
}
.single-news-template .post-description .light-box .try {
    background-color: #231F20;
    color: #EBE8E5;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    padding: 4px 6px;
    margin-bottom: 24px;
}
.single-news-template .post-description .light-box p:last-child {
    margin-bottom: 0;
}
.single-news-template .post-description .light-box div > strong {
    display: inline-block;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.3px;
}

@media screen and (min-width: 1281px) {
    .single-news-template .post-description .light-box p {
        padding: 13px 7px;
    }
    .single-news-template .post-description .light-box div > strong {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1280.98px) {
    .single-news-template .post-featured-image {
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 1199.98px) {
    .single-news-template .single-news-info,
    .single-news-template .post-featured-image {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .single-news-template .post-description .line {
        margin-top: 80px;
    }
    .single-news-template .post-description blockquote p {
        font-size: 22px;
        letter-spacing: 0;
    }
    .recent-post-card h4 {
        font-size: 20px;
        padding: 16px;
    }
    .single-news-template .post-description .light-box {
        padding: 20px;
    }
}
@media screen and (max-width: 991.98px) {
    .single-news-template .single-news-info,
    .single-news-template .post-featured-image {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .single-news-template .post-description .line {
        margin-top: 65px;
    }
    .post-author {
        gap: 20px;
        margin-top: 30px;
    }
    .post-date,
    .author-name {
        font-size: 18px;
    }
    .post-author img {
        height: 50px;
        width: 50px;
    }
    .single-news-template .post-description p {
        font-size: 17px;
    }
    .recent-post-card h4 {
        font-size: 18px;
        padding: 8px;
    }
    .single-news-template .post-description .light-box .try {
        margin-bottom: 20px;
    }
    .recent-posts-header .see-all {
        font-size: 18px;
    }
}
@media screen and (min-width: 768px) {
    .recent-posts-grid .recent-post-card:not(:last-child)::after {
        content: '';
        border-right: 1px solid #5C6569;
        position: absolute;
        top: 0;
        right: -15px;
        height: 100%;
    }
}
@media screen and (max-width: 767.98px) {
    .single-news-template .single-news-info,
    .single-news-template .post-featured-image {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .single-news-template .post-description .line {
        margin-top: 50px;
    }
    .recent-posts-grid {
        grid-template-columns: 1fr;
    }
    .single-news-template .post-description p,
    .recent-posts-header .see-all {
        font-size: 16px;
    }    
    .single-news-template .post-description p img.size-full {
        margin-left: 0;
        width: 100%;
    }
    .single-news-template .post-description blockquote p {
        font-size: 20px;
    }
    .post-author {
        gap: 16px;
    }
    .recent-post-card h4 {
        font-size: 16px;
        padding: 8px 0;
    }
    .recent-post-image {
        padding-top: 50%;
    }
}
@media screen and (max-width: 544.98px) {
    .ast-separate-container #content:has(.single-news-template) .ast-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* Contact Page */
.contact-template .heading-intro-section {
    display: flex;
    position: relative;
    top: -81px;
    padding: 0;
    margin-bottom: -81px;
    height: 100vh;
    width: 100%;
}
.contact-template .heading-intro-wrapper-lf {
    position: absolute;
    left: 0;
    flex-shrink: 0;
    pointer-events: none;
    overflow: hidden;
    height: 100%;
    width: 50%;
    z-index: 50;
}
.contact-template .heading-intro-wrapper-rt {
    box-sizing: border-box;
    overflow-y: auto;
    padding-top: 85px;
    padding-bottom: 40px;
    padding-left: calc(50% + 50px);
    padding-right: 50px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    height: 100%;
    width: 100%;
}
.contact-template .lhs-img-rhs-scroll-text-rt-inner {
    gap: 30px;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 100%;
}
.contact-template .heading-intro-wrapper-lf .img-cover {
    position: absolute;
    top: 0;
    left: auto;
    object-position: left;
    margin-bottom: -81px;
    height: 100%;
    z-index: 50;
}
.contact-form {
    margin-top: 50px;
}
.contact-form .form-input {
    background-color: #e4e1da;
    border: 2px solid transparent !important;
    border-radius: 0;
    color: #1e1e21;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    min-height: 4rem;
    margin-bottom: 0;
    padding: 1rem 1.25rem !important;
    transition: background-color 0.2s, border 0.2s;
}
.form-input:active,
.form-input:focus,
.form-input.-wfp-focus {
    background-color: #e4e1da !important;
    border-color: #1e1e21 !important;
    color: var(--ast-global-color-2) !important;
}
.form-input::placeholder {
    color: var(--ast-global-color-2);
}
.contact-form textarea {
    height: 160px;
}
.contact-form .submit-btn {
    width: 100%;
    padding: 16px 28px;
    font-size: 18px;
}
.contact-form form > p:last-of-type {
    margin-bottom: 0;
}
.contact-form .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 13px;
}
.page-template-contact .site-above-footer-wrap[data-section="section-above-footer-builder"] {
    display: none;
}

/* Books Page */
.books-wrap .book-items .uael-module-content.uael-infobox,
.books-wrap .book-items .uael-infobox-left-right-wrap {
    height: 100%;
}
.books-wrap .book-items .uael-infobox-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.books-wrap .book-items .uael-infobox-content .uael-infobox-text-wrap {
    margin-top: auto;
}
.guide-item .uael-infobox-content img {
    margin-left: -35px;
    margin-bottom: 15px;
}

/* Hover to Move Menu */
.hover-btn .elementor-button-link {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.hover-btn .elementor-button-link span {
    display: block;
    padding-left: 32px;
    padding-right: 32px;
    transition: transform 0.4s ease;
}
.hover-btn .elementor-button-link .text-bottom {
    position: absolute;
    top: 100%;
    left: 0;
}
.hover-btn .elementor-button-link:hover .text-top {
    transform: translateY(-120%);
}
.hover-btn .elementor-button-link:hover .text-bottom {
    transform: translateY(-100%);
}

/* Speaker author section */
.speaker-author-wrapper {
    gap: 64px;
    grid-template-rows: auto;
    grid-template-columns: 0.8fr 2px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.author-right-part img {
    margin-bottom: 30px;
}
.author-right-part h5 {
    font-weight: 700;
    text-transform: uppercase;
}
.author-right-part h2 {
    margin-bottom: 30px;
    font-size: 44px;
}
.speaker-hero-img img {
    object-position: top;
    transform: translateY(50px);
}

/* Section project next */
.section-project-next-content {
    text-align: center;
}
.next-project-subtitle {
    color: #1e1e21;
    font-size: 2vw;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -.5px;
    margin-bottom: 16px;
}
.next-project-title {
    color: #1e1e21;
    font-size: 10vw;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -7px;
}

/* Blog Page */
.disclosure-wrap {
    border-top: 1px solid #eee;
}
.disclosure-wrap .disclosure-intro h3 {
    margin-bottom: 20px;
}

/*** Footer ***/
.site-footer {
    z-index: 80;
}
.footer-btn {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}
.footer-btn:hover, 
.footer-btn:focus {
    color: var(--primary-color);
}

/* Social icon */
.footer-social-inner-wrap a {
    border: 1px solid transparent;
    transition: 0.3s all ease;
}
.footer-social-inner-wrap a:hover {
    border: 1px solid var(--secondary-color);
}
.ast-builder-social-element svg {
    transition: 0.3s all ease;
}
.ast-builder-footer-grid-columns {
    grid-column-gap: 0;
}
.widget_nav_menu .menu li {
    margin-bottom: 8px;
    list-style: none;
    position: relative;
}
.widget_nav_menu .menu li:last-child {
    margin-bottom: 0px;
}
.widget_nav_menu .menu li a {
    position: relative;
    padding-bottom: 5px;
}
.widget_nav_menu #menu-footer-link-one li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: var(--secondary-color);
    width: 0;
    transition: width 0.3s ease;
}
.widget_nav_menu #menu-footer-link-one li a:hover::after {
    width: 100%;
}
.widget_nav_menu #menu-footer-link-two li a {
    border-bottom: 1px solid var(--secondary-color);
    display: block;
}
.widget_nav_menu #menu-footer-link-two li:last-child a {
    border-bottom: none;
}
.site-footer .site-footer-section .ast-footer-html-2 .ast-builder-html-element > p:first-child {
    margin-bottom: 0;
}
.site-footer .site-footer-section .ast-footer-html-2 .ast-builder-html-element > p:last-child {
    line-height: normal;
}
footer .ast-footer-html-2 .ast-builder-html-element > p:last-child,
footer .ast-footer-html-2 a:empty {
    display: none;
}

/*---------------------------- Media Query ----------------------------*/ 
/* Above 1280px */
@media screen and (min-width: 1440px) {
/* Section project next */
    .next-project-title {
        font-size: 9rem;
    }
    .next-project-subtitle {
        font-size: 32px;
    }
}

/* Below 1280px */
@media screen and (max-width: 1280.98px) {
    .headline h2 {
        font-size: 72px;
    }
    .heading-style-h3 {
        font-size: 26px;
    } 
    .home-services-grid-inner {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
    }
    .watch-video-section {
        left: 40px;
        top: 40px;
    }
    .pag-detail-box-section {
        padding-top: 0;
        padding-bottom: 0;
    }
    .single-news-template h1 {
        font-size: 50px;
    }
    /* About page */
    .about-hero .heading-intro-wrapper-rt .item {
        max-width: 100%;
    }    
}

@media screen and (max-width: 1199.98px) {
    .news-text-wrap {
        padding: 1.7rem;
    }
    .news-text-wrap h2.news-title {
        font-size: 1.8rem;
    }
    .news-text-wrap .news-date,
    .news-text-wrap .news-excerpt {
        font-size: 16px;
    }
    .single-news-template h1 {
        font-size: 46px;
        margin-bottom: 20px;
    }
    .single-news-template h2 {
        font-size: 34px;
    }
    .single-news-template h3 {
        font-size: 20px;
    }
    .single-news-template h2,
    .single-news-template h3 {
        margin-bottom: 14px;
    }
    .single-news-template .post-description p {
        font-size: 18px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 991.98px) {
    .top-row, .services-section, .services-right-row, .speaker-author-wrapper {
        display: flex;
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
    }
    .service-box {
        width: 100%;
    }
    .top-row {
        flex-direction: column-reverse;
    }
    .services-section {
        flex-direction: column;
    }
    .right-section {
        padding-bottom: 0;
        gap: 10px;
    }
    .top-row .line-vertical {
        display: none;
    }
    .headline h2 {
        font-size: 60px;
    }
    .service-box h3 {
        font-size: 26px;
    }
    .service-box p {
        font-size: 18px;
    }
    .project-hero-grid { 
        grid-template-columns: 1fr;
    }
    
    /* About page */
    .about-hero .heading-intro-wrapper-rt {
        padding-left: calc(50% + 35px);
        padding-right: 35px;
    }
    .about-hero .heading-intro-wrapper-rt .item {
        row-gap: 25px;
    }
    .about-hero .heading-intro-wrapper-rt h2 {
        font-size: 42px;
        line-height: 120%;
    }
    .about-hero .heading-intro-wrapper-rt .line {
        margin: 20px 0 25px;
        max-width: 100%;
    }    
    .speaker-author-wrapper {
        gap: 40px;
    }
    .author-right-part h2 { 
        font-size: 32px;
    }
    .speaker-author-wrapper {
        flex-direction: column;
    }

    /* Single post page */
    .single-news-template h1 {
        font-size: 40px;
    }
    .single-news-template h2 {
        font-size: 32px;
    }

    /* Contact page */
    .contact-template .heading-intro-wrapper-rt {
        padding-left: calc(50% + 35px);
        padding-right: 35px;
    }

    /* Section project next */
    .next-project-title {
        letter-spacing: -3px;
        font-size: 5rem;
    }
    .next-project-subtitle {
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 768px) {
    .books-wrap .book-items:nth-child(2n):before {
        content: '';
        position: absolute;
        border-left: 1px solid var(--primary-color);
        left: -10px;
        top: 0;
        height: 100%;
    }
    .synergy-section .services-right-row .line,
    .home-services-grid-inner .line {
        display: none;
    }
}

@media screen and (max-width: 767.98px) {
    .services-section>.line-vertical {
        display: none;
    }
    .headline h2 {
        font-size: 48px;
        line-height: 110%;
    }
    .heading-style-h3 {
        font-size: 24px;
    }
    .btn-dark {
        font-size: 12px;
    }
    .service-box h3 {
        font-size: 22px;
    }
    .service-box p {
        font-size: 16px;
    }
    .right-section-inner {
        gap: 10px;
    }
    .watch-video-box {
        width: 35px;
        height: 35px;
    }
    .watch-video-section {
        top: 24px;
        left: 24px;
        gap: 10px;
    }
    .pag-detail-box-section .service-box h3 {
        font-size: 28px;
    }
    .project-hero-grid {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
    }
    .page-template-about .site-header {
        position: relative;
        z-index: 999;
    }
    .page-template-about .main-header-bar {
        background-color: transparent;
    }
    .speaker-author-wrapper {
        gap: 30px;
    }
    .synergy-section .services-right-row .line-vertical,
    .home-services-grid-inner .line-vertical {
        display: none;
    }
    .home-services-grid-inner {
        grid-template-columns: 1fr;
    }

    /* About page */
    .about-hero {
        flex-direction: column;
    }
    .about-hero .heading-intro-wrapper-lf {
        position: relative;
    }
    .about-hero .heading-intro-wrapper-lf,
    .about-hero .heading-intro-wrapper-rt {
        width: 100%;
        max-width: 100%;
    }
    .about-hero.heading-intro-section {
        height: 100%;
    }
    .about-hero .heading-intro-wrapper-rt h2 {
        font-size: 28px;
        letter-spacing: -1px;
    }
    .about-hero .heading-intro-wrapper-rt .item {
        row-gap: 15px;
    }
    .about-hero .heading-intro-wrapper-lf .img-cover {
        position: relative;
        margin-bottom: 0;
        left: auto;
        width: 100%;
        height: auto;
    }
    .about-hero .heading-intro-wrapper-rt {
        overflow-y: auto;
        padding-top: 40px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .item h3.heading-style-h3 {
        font-size: 18px;
    }

    /* Single post page */
    .single-news-template h1 {
        font-size: 34px;
    }
    .single-news-template h2 {
        font-size: 24px;
    }
    .single-news-template h3 {
        font-size: 19px;
    }
    .single-news-template h2,
    .single-news-template h3 {
        margin-bottom: 12px;
    }
    .single-news-template .post-description p {
        font-size: 16px;
    }

    .news-list-wrap .news-item {
        width: 50%;
    }

    /* Contact page */
    .contact-template .heading-intro-section {
        flex-direction: column;
        height: 100%;
    }
    .contact-template .heading-intro-wrapper-lf,
    .contact-template .heading-intro-wrapper-rt {
        width: 100%;
        max-width: 100%;
    }
    .contact-template .heading-intro-wrapper-lf {
        position: relative;
    }
    .contact-template .heading-intro-wrapper-lf .img-cover {
        position: relative;
        margin-bottom: 0;
        left: auto;
        width: 100%;
        height: auto;
    }
    .contact-template .heading-intro-wrapper-rt {
        overflow-y: auto;
        padding-top: 40px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .contact-template.heading-style-h3.tag {
        padding-bottom: 20px;
    }
    /* Section project next */
    .next-project-title {
        letter-spacing: -1px;
        font-size: 4rem;
    } 
}

@media screen and (max-width: 581.98px) {
    .about-hero .heading-intro-wrapper-rt h2 {
        font-size: 22px;
    }
    /* Section project next */
    .next-project-title {
        letter-spacing: -3px;
        font-size: 3.5rem;
    } 
}

/* Below 575px */
@media screen and (max-width: 575.98px) {
    header .btn-toggle {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 130%;
    }
    .site-header .menu-toggle {
        width: 45px;
        height: 45px;
    }
    .menu-toggle svg.e-bars {
        width: 18px;
    }
    .headline h2 {
        font-size: 38px;
        letter-spacing: -1px;
    }
    .arrow {
        font-size: 20px;
        justify-content: flex-start;
    }
    .btn-dark {
        padding: 8px 12px;
    }
    .subnav.small {
        flex-direction: row;
        gap: 12px;
    }
    .project-meta-item .heading-style-h5 {
        font-size: 16px;
    }
}

@media screen and (max-width: 479.98px) {
    .news-list-wrap .news-item {
        width: 100%;
    }
}

/* header & footer Media Screen */
@media screen and (max-width: 1199.98px) {
    .site-header nav ul.menu .menu-item {
        font-size: 60px;
    }
    .site-header nav ul.menu .menu-item::after {
        margin-left: 8px;
        height: 40px;
        width: 40px;
    }
}

@media screen and (max-width: 921.98px) {
    .site-header #ast-desktop-header {
        display: block;
    }
    .ast-header-break-point .site-header .ast-primary-header-bar {
        justify-content: flex-end;
    }
    .site-header nav ul.menu .menu-item {
        font-size: 50px;
    }
}

@media screen and (max-width: 767.98px) {
    .site-header nav ul.menu .menu-item {
        font-size: 42px;
    }
    .site-header nav ul.menu .menu-item::after {
        height: 30px;
        width: 30px;
    }
    .menu-close {
        font-size: 16px;
        padding: 5px 16px;
        right: 20px;
    }
    footer .site-primary-footer-wrap .ast-builder-footer-grid-columns {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    footer .ast-builder-footer-grid-columns .site-footer-primary-section-2 {
        display: none !important;
    }
}

@media screen and (max-width: 544.98px) {
    .site-header nav ul.menu .menu-item {
        font-size: 38px;
        padding-right: 20px;
    }
    footer .site-footer-section-3 {
        display: flex !important;
        flex-direction: column-reverse;
    }
    footer .ast-builder-footer-grid-columns {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    footer .site-footer-section-3 > .footer-widget-area {
        margin-top: 0;
    }
    .footer-btn {
        margin-top: 30px;
    }
}