/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Policy Content */
.policy-content ul, .policy-content ol {
	margin-bottom:20px;
}

.policy-content li {
	margin-bottom: 10px;
}

/* Slow Slider Carousel */
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 10));
        transform: translateX(calc(-250px * 10));
    }
}

/* Slow Slider Carousel */
@-webkit-keyframes scroll2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 8));
        transform: translateX(calc(-250px * 8));
    }
}

/* @keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 12));
    }
} */

.slider {
    margin: auto;
    overflow: hidden;
    width: 100%;
    max-width: 1550px;
    right: 0;
}


.slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scroll2 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.slider .slide-track {
    display: flex;
    width: max-content;
    animation: scroll 70s linear infinite;
}

.slider .slide-track-logo {
    display: flex;
    width: max-content;
    animation: scroll2 70s linear infinite;
}

html,
body {
    overflow-x: hidden;
}

/* Horizontal Scroll */
.sticky-parent {
    height: 200vh;
    /* 	height: 100%; */
}

.sticky {
    position: sticky;
    top: 0px;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
}

.dim:first-child {
    min-width: 50%;
}

.dim {
    display: grid;
    min-width: 25%;
    height: 100%;
    justify-content: start;
    min-height: 80vh;
    max-height: 80vh;
}

.horizontal {
    display: flex;
    will-change: transform;
}

.elementor-icon-box-title span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.small-text-numbers {
    font-size: medium;
    line-height: 1em;
}

ul.sub-menu {
    padding: 15px 0;
}

.blue-hover:hover::before {
    background: #193768 !important;
    opacity: 1 !important;
}

.red-hover:hover::before {
    background: #D02030 !important;
    opacity: 1 !important;
}

/* Blog Style */
.featured-post-image {
    object-fit: cover;
    min-height: 350px;
    max-height: 550px;
    width: 100%;
}

.blog-main .featured-post img {
    border-radius: 20px;
}

.glob-main .featured-post-image {
    border-radius: 20px;
}

.info-container-post {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0px;
    border-bottom: 1px solid #67676724;
    border-top: 1px solid #67676724;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.info-container-post p {
    font-size: 16px;
    margin-bottom: 0px;
    color: var(--e-global-color-c47cb52);
}

#post-content {
    padding: 40px 20px;
    max-width: 900px;
}

#post-content .entry-title {
    font-size: 45px;
    margin: 0px 0px 30px;
    padding: 0px;
    color: var(--e-global-color-c47cb52);
}

#post-content h2 {
    font-size: 32px;
}

#post-content h3 {
    font-size: 24px;
    color: var(--e-global-color-c47cb52);
}

#post-content h4 {
    font-size: 22px;
    color: var(--e-global-color-c47cb52);
}

#post-content h5 {
    color: var(--e-global-color-c47cb52);
}

#post-content {
    color: #3F3F3F;
}

#post-content ul {
    margin-bottom: 20px;
}

.grid-posts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.grid-posts .post {
    border-radius: 12.967px;
    border: 1.081px solid #3F3F3F2B;
    background: #FFF;
    padding: 18px;
}

.author-date {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    font-size: 18px;
}

.blog .post .entry-title a {
    color: #0D1F46;
}

.blog-main .featured-post a {
    margin-top: 10px;
    font-size: 18px;
    padding: 18px 35px;
}

.featured-post {
    height: 100%;
    margin-bottom: 40px;
    display: grid;
    align-items: center;
    border-bottom: 1px solid #E8E8EA;
    padding-bottom: 55px;
    grid-template-columns: 45% auto;
    gap: 40px;
}

.blog-main,
.post-container {
    max-width: 100% !important;
    padding: 0px 0px 60px !important;
}

.blog-main {
    border-top: 1px solid #3F3F3F2B;
    margin: 0 !important;
}

.blog-main .featured-post,
.blog-main .content-title-blog,
.blog-main .grid-posts {
    max-width: 1320px !important;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

h2.content-title-blog {
    margin-bottom: 35px !important;
    margin-top: 35px !important;
}

.blog-pagination .page-numbers {
    display: flex;
    list-style: none;
    gap: 5px;
    justify-content: center;
}

.blog-pagination .page-numbers li a,
.blog-pagination .page-numbers li span {
    padding: 12px 18px;
    color: #E8E8EA;
    font-weight: normal;
}

.blog-pagination .current,
.blog-pagination .page-numbers li a:hover {
    border-radius: 8px;
    background: #FFF2E8;
    color: #0D1F46 !important;
}

.blog-pagination {
    margin-top: 50px;
    margin-bottom: 60px;
    padding: 0 20px;
}

.blog-header {
    text-align: center;
    padding: 180px 20px 80px;
    margin-bottom: 60px;
    /* max-width: 920px; */
    /* margin-left: auto;
    margin-right: auto; */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url(/wp-content/uploads/2026/02/Fire-protection-Bg-Header.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-header h1,
.post-container h1 {
    margin-top: 0px;
}

.post-container {
    margin: auto;
}

.post-container .author-date {
    justify-content: flex-start;
    margin-bottom: 30px;
}

.post-container .page-header img {
    margin-bottom: 20px;
}

.post-container img {
    max-height: 460px;
    object-fit: cover;
    width: 100%;
    border-radius: 12px;
}

.post-nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

a.post-nav-link {
    color: #0D1F46;
}

hr.post-nav-divider {
    border: 1px solid #3F3F3F2B;
    margin-top: 35px;
    margin-bottom: 25px;
}

.related-posts {
    margin-top: 50px;
}

.entry-title a {
    color: #0D1F46;
}

.blog-content .featured-post p {
    font-size: 16px;
}

.image-container {
    position: relative;
    width: 100%;
    height: 400px;
}

.featured-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease;
}

/* End Blog */

/* Table */
.table-title {
	color: #FFF;
	background: #D02030;
	border-radius: 30px 30px 0 0;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 30px */
	text-transform: uppercase;
	text-align: center;
	padding: 18px 20px;
}

.table-wrapper table thead th {
	background: #FFF0F2;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border: none;
}

.table-wrapper table td {
	background: #FFF!important;
	border: 1px solid #EDEDED;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
	letter-spacing: -0.6px;
	padding: 30px; 10px;
	text-align: center;
	min-width: 200px;
}

.table-wrapper {
	overflow-x: auto;
	box-shadow: 0 60px 53px 0 rgba(93, 93, 93, 0.05);
	border-radius: 0 0 30px 30px;
}

.table-wrapper table {
	margin-bottom: 0px;
}

footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
	display: none!important;
}

.gallery-filter .elementor-gallery-title {
	display: flex;
	align-items: center;
    gap: 15px;
	border-radius: 10px;
	background: #FFF;
	text-decoration: none;
	min-width: 200px;
	margin: 0px;
}

.gallery-filter .elementor-gallery__titles-container {
	gap: 20px;
}

h3.elementor-heading-title.elementor-size-default a {
    text-decoration: none!important;
}

@media (max-width: 1150px) {
    /*   .dim{
    display: block;
    min-width: 100vw;
    height: 100vh;
  } */

    .dim {
        min-width: 50%;
    }
}

@media only screen and (max-width: 992px) {
    .grid-posts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .dim {
        min-width: 100vw;
        height: 100vh;
    }

    .dim:first-child {
        min-width: 100vw;
        height: 100vh;
    }

    .responsive-overlay::before {
        background-image: linear-gradient(269deg, #000000b0 60%, #000000 60%) !important;
    }

    .grid-posts {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .featured-post {
        margin-bottom: 30px;
        padding-bottom: 30px;
        grid-template-columns: 100%;
        gap: 20px;
    }

    .content-title-blog {
        margin-bottom: 20px;
    }

    .blog-header {
        margin-bottom: 30px;
    }

    .post-container img {
        max-height: 300px;
    }

    #post-content .entry-title {
        font-size: 35px;
    }

    h2.content-title-blog {
        font-size: 28px;
    }

    .blog-header h1,
    .post-container h1 {
        font-size: 40px;
    }

    #post-content h2 {
        font-size: 28px;
    }

    #post-content h3 {
        font-size: 20px;
    }

    #post-content h4 {
        font-size: 18px;
    }

    #post-content h5 {
        font-size: 16px;
    }
}