/*
Theme Name: Astra Child
Theme URI: https://example.com/
Description: Child theme of Astra
Author: Your Name
Author URI: https://example.com/
Template: astra
Version: 1.0.0
*/

/* Child theme custom CSS below */

.site-content .ast-container {
    width: 100%;
    padding: 0;
    max-width: 100%;
}
.custom-breadcrumb {
    font-size: 16px;
    color: #1D1D1B;
    font-weight: 600;
}
.custom-breadcrumb a {
	color:#243a8e;
}


/* HEADER CSS */
header.site-header {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 99;
}
body.home {
    padding-top: 0 !important;
}
header .ast-primary-header-bar {
    background-color: #00000063 !important;
    padding: 10px 0;
}
.ast-theme-transparent-header .main-header-bar, .ast-theme-transparent-header.ast-header-break-point .main-header-bar {
    background-color: #00000063 !important;
}
.site-primary-header-wrap .ast-builder-grid-row {
    gap: 0;
    grid-template-columns:  auto 365px;
}
.ast-logo-title-inline .site-logo-img {
    padding-right: 0;
}
.ast-site-identity .site-title a {
    font-style: italic;
    font-weight: 300;
    letter-spacing: 1px;
}
.site-header-primary-section-left {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.site-branding.ast-site-identity {
    padding: 0;
}
.site-header-section .ast-builder-menu {
    border-top: 1px solid #ffffff5e;
    padding-top: 7px;
    margin-top: 8px;
    padding-left: 0;
}
.site-header-section-left aside.header-widget-area {
    width: 100%;
    padding: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
    margin-right: 0;
}

/* HOME PAGE CSS */
.banner-tabs {
    display: flex;
    height: 800px;
}
.left-tabs {
    width: 400px;
    min-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;   
}
.tabs-item {
    height: 100%;
    position: relative;
    padding: 30px 75px 20px 50px;
    background-color: #eaedef;
    border-bottom: 1px solid #babbbb;
    transition: 0.3s ease all;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.tabs-item:hover,
.tabs-item.active {
    background-color: #cddbc8;
}   
.tabs-item:last-child {
    border-bottom: none;
}
.tabs-item .tab_logo {
    margin-bottom: 20px;
    width: 165px;
}
.tabs-item:nth-child(2) .tab_logo {
    width: 200px;
}
.tabs-item p {
    font-size: 15px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
	text-align:justify;
}
.tabs-item .arrow-btn {
    display: flex;
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.tabs-item .arrow-btn img {
    width: 10px;
    height: auto;
}
.tabs-content {
    width: 100%;
    font-size: 0;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.tabs-content .media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.tabs-content .media.active {
  opacity: 1;
  pointer-events: auto;
}
.image_slider img.swiper-slide-image {
    width: 100%;
}
.image_slider span.swiper-pagination-bullet {
    width: 30px !important;
    height: 12px !important;
    border-radius: 0;
    margin: 0 2.5px !important;
}
.htmega-testimonial-style-2 .slick-track {
    margin-left: -10px;
    margin-right: -10px;
}
.htmega-testimonial-style-2 .slick-slide {
    padding-top: 0;
    padding-bottom: 0;
}
.htmega-testimonial-style-2 .testimonal .content {
    margin: 0;
    display: flex;
    flex-direction: column;
}
.htmega-testimonial-style-2 .testimonal .content h4 {
    order: 1;
    margin-bottom: 10px;
}
.htmega-testimonial-style-2 .testimonal .content span {
    order: 2;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.htmega-testimonial-style-2 .testimonal .content p {
    order: 3;
}
.htmega-testimonial-area a.read-more {
    display: block;
    margin: 20px 0 0 0;
    outline: none;
}
.htmega-testimonial-style-2 ul.slick-dots {
    gap: 5px;
    display: flex;
    justify-content: center;
    position: static;
    margin: 35px 0 0 0;
}
.htmega-testimonial-style-2 ul.slick-dots li {
    width: auto;
    margin: 0;
}
.sustainability-card img {
    width: 100%;    
}
.sustainability-card .elementor-image-box-content {
    padding: 20px 20px 30px 20px;
}

/* FOOTER CSS */
.site-footer-primary-section-2,
.site-footer-primary-section-3 {
    border-left: 1px solid #4a79ac;
    padding-left: 30px;
    height: 100%;
}
footer .wp-block-list li {
    margin: 0 0 5px 0;
}
footer .wp-block-list li a {
    font-weight: 500;
}
footer h2.widget-title {
    display: none;
}   
footer ul.menu>li.menu-item,
footer ul.ast-nav-menu li.menu-item {
    margin-bottom: 30px;
}
footer ul li.menu-item {
    margin: 0 0 5px 0;
    display: block;
}
footer ul.menu>li.menu-item li {
    padding: 0;
}
footer ul li a.menu-link, 
footer ul.ast-nav-menu li.menu-item a {
    font-size: 16px;
    color: #a6adb6;
    padding: 0;
    font-weight: 500;
    transition: 0.3s ease all;
}
footer ul li a.menu-link:hover, 
footer ul.ast-nav-menu li.menu-item a:hover {
    color: #ffffff;
}
footer ul.menu>li.menu-item li a{
   font-weight: 300;
}
footer ul.ast-nav-menu {
    flex-direction: column;
}
.site-footer-section-4 p {
    margin: 0;
    font-weight: 500;
}
ul.wp-block-social-links {
    margin-bottom: 30px;
}
.wp-block-social-links svg {
    fill: #fff;
}
ul.custom-nav {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
ul.custom-nav a {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
ul.custom-nav svg {
    fill: #fff;
    width: 16px;
}
footer ul.custom-nav a {
    color:#a6adb6;
    font-size: 16px;
    transition: 0.3s ease all;
}
footer ul.custom-nav svg {
    fill: #a6adb6;
    width: 20px;
    transition: 0.3s ease all;
}
footer ul.custom-nav a:hover {
    color:#ffffff;
}
footer ul.custom-nav a:hover svg{
    fill:#ffffff;
}
footer .circle-logo {
    position: absolute;
    left: 50px;
    bottom: 80px;
}
#ast-scroll-top {
    background-color: transparent;
    border: 1px solid #fff;
    overflow: visible;
    right: 50px;
    bottom: 50px;
}
#ast-scroll-top::before {
    content: 'Scroll';
    position: absolute;
    font-size: 12px;
    right: 0;
    top: -28px;
    left: -2px;
}

/* menu btn css */
 [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
 .ast-mobile-popup-drawer.active .menu-toggle-close:focus {
    border:none;
    outline: none;
 }
 .ast-mobile-popup-drawer.active .ahfb-svg-iconset svg {
    width: 22px;
    height: 22px;
}

/* BLOG PAGE CSS START */
.ast-archive-entry-banner .ast-container {
    padding: 0;
}
.ast-article-post .ast-article-inner {
    border-radius: 0;
}
.ast-article-post .ast-article-inner .post-content {
    display: flex;
    flex-direction: column;
    padding-left: 100px;
}
.ast-blog-layout-5-grid .ast-article-post {
    border-radius: 0 !important;
    margin-bottom: 60px;
}
.archive.ast-page-builder-template .entry-header {
    margin-top: 0;
}
.ast-page-builder-template .entry-header {
    margin: 0;
    order: 1;
}   
.ast-page-builder-template .entry-header .entry-meta {
    margin-bottom: 30px;
    font-size: 0;
}
.ast-page-builder-template .entry-header .entry-meta .published {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #d8ebfa;
    padding: 6px 8px;
    width: 65px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
}
.date-day {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    color: #1d1d1b;
}
.date-month {
  font-size: 13px;
  color: #1d1d1b;
}
.date-year {
  font-size: 12px;
  color: #1d1d1b;
  line-height: 1;
}
.ast-page-builder-template .entry-header .entry-meta .cat-links a {
    background-color: #126859;
    width: fit-content;
    color: #fff;
    font-weight: normal;
    padding: 6px 10px 0px 10px;
    display: block;
    position: relative;
    font-size: 12px;
}
.ast-page-builder-template .entry-header .entry-meta .cat-links a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9.6px;
    width: 100%;
    height: 10px;
    background: #0f6b5a;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.ast-article-post .ast-article-inner .post-content .entry-title {
    order: 2;
    margin-bottom: 24px;
}
.ast-article-post .ast-article-inner .post-content .entry-title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    color: #1B75B5;
    display: block;
}
.ast-article-post .ast-article-inner .post-content .ast-excerpt-container {
    order: 3;
}
.ast-article-post .ast-article-inner .post-content .ast-excerpt-container p {
    display: block;
    font-size: 16px;
    line-height: 1.4em;
}
.blog .ast-article-post .ast-article-inner .post-content .read-more {
    order: 4;
    margin: 20px 0 0 0;
}
.blog .ast-article-post .ast-article-inner .post-content .read-more a {
    font-weight: normal;
}
.ast-pagination .nav-links {
    display: inline-block;
    width: fit-content;
    background-color: #243a8e;
    border-radius: 10px;
    overflow: hidden;
    font-size: 0;
}
.ast-pagination .page-numbers,
.ast-pagination .page-numbers:hover, 
.ast-pagination .page-numbers:focus {
    color: #fff;
}
.ast-pagination .prev.page-numbers {
    padding: 0px 10px 0 15px;
}
.ast-pagination .next.page-numbers {
    padding: 0px 15px 0 10px;
}







/* SINGLE PAGE CSS START */
.single header.entry-header .entry-meta .posted-on .published {
    font-size: 16px;
    font-weight: 600;
    color: #7C7C7C;
}
.single .entry-header {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
}
.single .entry-header h1.entry-title {
    margin: 0;
}



/* ======================================= */
/* ===== MEDIA CSS START ===== */

@media (max-width:1460px) {
    footer ul.custom-nav {
        gap: 10px;
        justify-content: space-between;
    }
    /* #ast-scroll-top {
        bottom: 365px;
    } */
}

@media (max-width:1365px) {
    footer ul.custom-nav {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        max-width: 230px;
    }
}

@media (max-width:1199px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        margin: 0 20px 0 0;
    }
    .site-primary-header-wrap .ast-builder-grid-row {
        grid-template-columns: auto 295px;
    }
    .banner-tabs {
        height: 750px;
    }
    .left-tabs {
        width: 400px;
        min-width: 330px;
    }
    .tabs-item {
        padding: 30px 75px 20px 30px;
    }
    .tabs-item .tab_logo {
        width: 135px;
    }
    .tabs-item:nth-child(2) .tab_logo {
        width: 170px;
    }
}

@media (min-width:992px) {
    .tabs-item:first-child {
        padding-top: 100px;
    }
}

@media (max-width:991px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        margin: 0 30px 0 0;
    }
    .banner-tabs {
        flex-direction: column;
        height: auto;
    }
    .left-tabs {
        width: 100%;
        flex-direction: row;
    }
    .tabs-item {
        border-bottom: none;
        border-right: 1px solid #babbbb;
        height: auto;
        width: 100%;
        padding: 100px 20px 70px 20px;
    }
    .tabs-item:last-child {
        border-right: none;
    }
    .tabs-item .arrow-btn {
        left: 0;
        right: 0;
        margin: auto;
        bottom: 22px;
        transform: rotate(90deg);
        top: auto;
    }
    .tabs-content {
        height: 400px;
    }
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
    }
    .site-footer-primary-section-2, .site-footer-primary-section-3 {
        border-left: none;
        padding-left: 0;
    }
    footer .circle-logo {
        left: 20px;
        bottom: 20px;
    }
    .ast-footer-copyright p {
        text-align: center;
    }
}

@media (max-width:767px) {
    .site-primary-header-wrap .ast-builder-grid-row {
        grid-template-columns: auto auto;
    }
    .tabs-item {
        padding: 100px 15px 50px 15px;
    }
    .tabs-item .tab_logo {
        width: 125px;
    }
    .tabs-item p {
        font-size: 10px;
    }
    .tabs-item .arrow-btn {
        width: 20px;
        height: 20px;
        bottom: 17px;
    }
    .tabs-item .arrow-btn img {
        width: 7px;
    }
    .tabs-content {
        height: 260px;
    }
    .htmega-testimonial-style-2 ul.slick-dots {
        margin: 25px 0 0 0;
    }
    .image_slider span.swiper-pagination-bullet,
    .htmega-testimonial-area .slick-dots li button {
        width: 20px !important;
        height: 8px !important;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
        padding: 0;
    }
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
        grid-template-columns: repeat(1, 1fr);
    }
    footer .wp-block-list li {
        font-size: 14px;
    }
    footer ul.menu>li.menu-item, footer ul.ast-nav-menu li.menu-item {
        margin-bottom: 20px;
    }
    footer ul li a.menu-link, footer ul.ast-nav-menu li.menu-item a {
        font-size: 14px;
    }
    footer ul.custom-nav {
        grid-template-columns: repeat(2, 1fr);
        max-width: 250px;
    }
    footer ul.custom-nav a {
        font-size: 14px;
    }
    #ast-scroll-top {
        right: 20px;
        bottom: 150px;
    }
    .social-heading {
        font-size: 14px !important;
    }
    .ast-footer-copyright {
        display: flex;
        gap: 15px;
        flex-direction: row-reverse;
        align-items: center;
    }
    footer .circle-logo {
        max-width: 60px;
        position: static;
    }
    .ast-footer-copyright p {
        text-align: left;
    }
}