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

a,
a:hover,
a:focus {
    outline:none !important;
}
body.home {
    padding-top: 0 !important;
}
.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;
}
.mb-0 p:last-child {
    margin-bottom: 0;
}


/* HEADER CSS */
header.site-header {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 99;
}
.site-header .site-primary-header-wrap {
    padding: 0 !important;
}
.site-primary-header-wrap .ast-builder-grid-row {
    gap: 0;
    grid-template-columns:  auto 170px;
}
.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 {
    padding-left: 50px;
    height: 50px;
    width: 100%;
    background-image: linear-gradient(to left, rgba(25, 46, 154, 0.7) 2%, rgba(25, 46, 154) 10%);
    position: relative;
}
.site-header-section .ast-builder-menu::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to left, rgba(169, 180, 219, 0.0) 0%, rgb(169 180 219) 10%);
    top: 0;
    left: 0;
}
.site-header-section .ast-builder-menu .ast-main-header-bar-alignment {
    margin-left: 0;
}
.site-header-section-left aside.header-widget-area {
    width: 100%;
    padding-left: 50px;
    background-color: rgba(25, 46, 154, 0.7);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
    margin-right: 0;
}
.site-header-primary-section-right {
    padding-right: 50px;
    background-image: linear-gradient(to right, rgba(25, 46, 154, 0.7) 0%, rgba(25, 46, 154) 35%);
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    font-weight: 500 !important;
}



/* HOME PAGE CSS */
.banner-tabs {
    height: 100vh;
}
.left-tabs {
    position: absolute;
    width: 100%;
    display: flex;
    z-index: 11;
    bottom: 50px;
    left: 0;
    justify-content: center;
    gap: 50px;
    align-items: center;
}
.left-tabs .tabs-item {
    padding: 0;
    background-color: transparent;
}
.left-tabs .tabs-item:hover,
.left-tabs .tabs-item.active {
    color: #1B75B5;
    background-color: transparent;
}


.tabs-content {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.tabs-content .media {
    opacity: 0;
    visibility: hidden;

}
.tabs-content .media::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgb(25 46 154 / 0%), rgb(0 0 0 / 80%));
    z-index: 1;
}
.tabs-content .media.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s ease;
}
.content-box {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 100px;
    max-width: 620px;
    transform: translateY(-50%);
}
.content-box p {
    color: #fff;
    font-size: 18px;
}
.tabs-content .tab_logo {
    margin-bottom: 20px;
    width: 165px;
}
.tabs-content  .arrow-btn {
    display: flex;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.tabs-content .arrow-btn img {
    width: 10px;
    height: auto;
    filter: invert(1);
}
.tabs-content .tabs-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
  pointer-events: none;
}










.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;
}













.elementor-element.t-feed-section, 
.elementor-element.t-feed-section .e-n-tabs,
.elementor-element.t-feed-code, 
.elementor-element.t-feed-code iframe {
    height: 100%;
}


/* ht custom post */
.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;
}

/* ht blog post */
.htmega-postslider-area.htmega-postslider-style-5 {
    margin-bottom: 0 !important;
}
.htmega-postslider-style-5 .slick-track {
    display: flex;
}
.htmega-postslider-style-5 .slick-track .slick-slide {
    height: auto;
    margin-right: 20px;
}
.htmega-postslider-style-5 .slick-track .slick-slide > div,
.htmega-postslider-style-5 .slick-track .slick-slide .htmega-data-title,
.htmega-postslider-style-5 .slick-track .slick-slide .htmega-data-title .content {
    height: 100%;
}
.htmega-postslider-style-5 .thumb {
    display: none;
}
.htmega-postslider-style-5 ul.post-category {
    display: none !important;
}
.htmega-postslider-style-5 .slick-track .content .post-inner {
    display: flex;
    flex-direction: column;
}
.htmega-postslider-layout-5 .content .post-inner h2 {
    margin: 0 0 24px 0;
    order: 2;
}
.htmega-postslider-style-5 .slick-track .content ul.meta {
    order: 1;
}
.htmega-postslider-style-5 .slick-track .content ul.meta i.fa {
    display: none;
}
.htmega-postslider-style-5 .slick-track .content p {
    order: 3;
}
.htmega-postslider-style-5 .slick-track .content .post-btn {
    order: 4;
    margin:0;
}
.htmega-postslider-style-5 .slick-dots {
    bottom: -40px;
}
.htmega-postslider-style-5 .slick-dots li {
    height: auto;
    width: auto;
    background: transparent !important;
    border-radius: 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 #1d1d1b42;
    padding-left: 30px;
    height: 100%;
}
footer .wp-block-list li {
    margin: 0 0 5px 0;
    font-weight: 600;
}
footer .wp-block-list li a {
    font-weight: 400;
}
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: #1d1d1b;
    padding: 0;
    font-weight: 600;
    transition: 0.3s ease all;
}
footer ul li a.menu-link:hover, 
footer ul.ast-nav-menu li.menu-item a:hover {
    color: #1d1d1b;
}
footer ul.menu>li.menu-item li a{
   font-weight: 400;
}
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;
    padding: 9px 0;
}
ul.custom-nav svg {
    fill: #fff;
    width: 16px;
}
footer ul.custom-nav a {
    color:#1d1d1b;
    font-size: 16px;
    padding: 0;
    transition: 0.3s ease all;
}
footer ul.custom-nav svg {
    fill: #1d1d1b;
    width: 20px;
    transition: 0.3s ease all;
}
footer ul.custom-nav a:hover {
    color:#1d1d1b;
}
footer ul.custom-nav a:hover svg{
    fill:#1d1d1b;
}
.blue-box {
    background-color: #14259b;
    padding: 25px 20px 35px;
    max-width: 500px;
}
.blue-box p {
    font-size: 16px;
    font-weight: 600;
}
.blue-box p:first-child {
    margin-bottom: 20px;
}
.blue-box li {
    font-size: 20px;
    font-weight: 600;
}
.blue-box li span {
    width: 140px;
    display: inline-block;
}
.blue-box li a {
    color: #fff;
}
footer .circle-logo {
    width: max-content;
    display: block;
}
footer .circle-logo img{
    width: 190px;
}
#ast-scroll-top {
    background-color: transparent;
    border: 1px solid #1d1d1b;
    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;
}

/* BESRAYA PAGES CSS */
.scroll-btn .elementor-button-content-wrapper {
    flex-direction: column-reverse !important;
    align-items: center;
}
.scroll-btn .elementor-button-content-wrapper .elementor-button-icon {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
.tollfare-table h2 {
    font-size: 28px !important;
}
.tollfare-table .toll-table-wrap {
    overflow: auto;
}
.tollfare-table table.toll-table {
    border-collapse: collapse !important;
    border: none;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    min-width: 670px;
}
.tollfare-table table th, .tollfare-table table td {
    border: none;
    padding: 15px 15px;
    border-bottom: 1px solid #fff;
    position: relative;
} 
.tollfare-table table th {
    padding: 30px 15px;
}
.tollfare-table table tr:last-child td {
    border-bottom: none;
}
.tollfare-table table th:nth-child(1), 
.tollfare-table table td:nth-child(1) {
    max-width: 85px;
}
.tollfare-table table th:nth-child(2), 
.tollfare-table table td:nth-child(2) {
    max-width: 50px;
}
.tollfare-table table th:nth-child(3), 
.tollfare-table table td:nth-child(3) {
    max-width: 130px;
}
.tollfare-table table th:nth-child(4) {
    min-width: 165px;
}
.col-two {
    display: flex;
    justify-content: space-between;
    background-color: #c6e2f4;
    padding: 4px 10px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -15px;
    border: 1px solid #fff;
}
.col-two.three {
    bottom: -23px;
}
.col-two p {
    margin: 0;
}
.tollfare-table p.short-text {
    font-size: 12px;
    text-align: right;
    margin: 0;
}
.fact-count .elementor-image-box-wrapper {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fact-count .elementor-image-box-wrapper {
    transition: 0.2s ease all;
}
.fact-count:hover .elementor-image-box-wrapper {
    transform: scale(1.2);
}

.wpcp-carousel-section.nav-vertical-center {
    margin: 0;
}
.wpcp-carousel-section .wpcp-single-item img {
    height: 220px;
    object-fit: cover;
}
.wpcp-prev-button i.fa, .wpcp-next-button i.fa {
    font-size: 20px;
    color: #fff !important;
}
.wpcp-carousel-section.nav-vertical-center .swiper-button-prev {
    position: absolute;
    left: 50%;
    bottom: -50px;
    top: auto;
    transform: translateX(-50%);
    background-color: #58595b !important;
    border-radius: 5px;
    margin-left: -20px;
}
.wpcp-carousel-section.nav-vertical-center .swiper-button-next {
    position: absolute;
    right: 50%;
    bottom: -50px;
    top: auto;
    transform: translateX(50%);
    background-color: #58595b !important;
    border-radius: 5px;
    margin-right: -20px;
}
.wpcp-carousel-section.nav-vertical-center .swiper-button-prev:hover,
.wpcp-carousel-section.nav-vertical-center .swiper-button-next:hover {
    background-color: #243a8e !important;
}
.wpcp-carousel-section .wpcp-single-item .wcp-light-box {
    position: relative;
}
.wpcp-carousel-section .wpcp-single-item .wcp-light-box::before {
    position: absolute;
    content: ' ';
    background-color: rgba(32, 32, 32, 0.8);
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .2s linear;
    z-index: 1;
}
.wpcp-carousel-section .wpcp-single-item:hover .wcp-light-box::before {
    opacity: 1;
}
.wpcp-carousel-section .wpcp-single-item .wcp-light-box::after {
    position: absolute;
    content: '';
    width: 75px;
    height: 75px;
    background-image: url(/wp-content/uploads/2026/01/Focus-icon.png);
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: all .2s linear;
}
.wpcp-carousel-section .wpcp-single-item:hover .wcp-light-box::after {
    opacity: 1;
}
.caption-slider figure.swiper-slide-inner {
    position: relative;
}
.caption-slider .elementor-image-carousel-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.caption-slider .elementor-image-carousel-wrapper {
    padding-bottom: 50px !important;
}
.caption-slider .swiper-pagination {
    bottom: 0 !important;
}
.caption-slider .swiper-pagination-bullet {
    width: 30px;
    height: 12px;
    border-radius: 0;
    margin: 0 2.5px !important;
}
.caption-slider .swiper-slide-image {
    width: 100%;
    height: 390px;
    object-fit: cover;
}
.elementor-element.tollfare-table,
.elementor-element.tollfare-table iframe {
    height: 100%;
}







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

@media (max-width:1460px) {
    footer ul.custom-nav {
        gap: 10px;
        justify-content: space-between;
    }
}

@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 170px;
    }
    .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;
    }
    .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;
    }
}

@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;
    }
}

@media (max-width:921px) {
    div#ast-mobile-header {
        background-color: #14259b;
        padding: 10px 20px;
    }
    .site-header-primary-section-right {
        background-image: none;
        padding-right: 0px;
    }
    .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
        padding: 0;
    }
}


@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;
    }
    .blue-box p {
        font-size: 14px;
    }
    .blue-box li {
        font-size: 16px;
    }
    #ast-scroll-top {
        right: 20px;
        bottom: 110px;
    }
    footer .circle-logo {
        margin: 0 auto 15px auto;
    }
    .social-heading {
        font-size: 14px !important;
    }
}

@media (max-width:479px) {
    .htmega-postslider-style-5 .slick-track .slick-slide {
        margin-right: 0px;
    }
}