
.logged-in.admin-bar{
    header.ibaset-navbar{
        padding-top:32px;
    }
}
@media screen and (max-width: 1300px), screen and (max-height: 600px) {
    h1.heading-1.mb-32.color-white {
        font-size: 45px;
        line-height: 50px;
    }
    .block-home-hero .cta-hero{
        position:absolute !important;
    }
}
.hs-cta-img{
    max-width: 100%;
    display: block;
    width: auto;
    height: auto;
}
.search-pp{
    font-size: 12px;
    padding-top: 10px;
    font-style: italic;
    text-align: right;
    padding-bottom: 10px;
}
header .search-bar{
    height: 114px;
    padding: 24px 0px 50px;
}

@media (min-width: 992px){
    .single-post .block_HR004 h1{
        font-size: 45px !important;
        line-height: 50px !important;
    }
}
.block_TXT016 {
    position: relative;
    z-index: 3;
}
.block_AB008::before{
    z-index: 1;
}
.block-content p a{
    color: #ff7b2f;
    overflow-wrap: break-word;
    text-decoration: none;
}
.area-content .block-caption.wide{
    max-width: 100%;
}

.block_BN002 .block-well .col-12:not(.col-md-6) .block-img{
    margin-left:0 !important;
}
@media (min-width: 768px){
    .block_TXT016 .box-grid .box-item:nth-child(3)::after,
    .block_TXT016 .box-grid .box-item::after{
        display: none !important;
    }
}
.block_TXT016 .box-grid{
    grid-row-gap:45px !important;
}


/* PDF Fullscreen Lightbox Styles */
.lightbox-pdf-fullscreen {
	margin: 0 !important;
	max-width: 100vw !important;
	max-height: 100vh !important;
	width: 100vw !important;
	height: 100vh !important;
}

.lightbox-pdf-fullscreen .modal-dialog {
	margin: 0 !important;
	max-width: 100vw !important;
	max-height: 100vh !important;
	width: 100vw !important;
	height: 100vh !important;
}

.lightbox-pdf-fullscreen .modal-content {
	border: none !important;
	border-radius: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	max-width: 100vw !important;
	max-height: 100vh !important;
}

.lightbox-pdf-fullscreen .modal-body {
	padding: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.lightbox-pdf-fullscreen iframe,
.lightbox-pdf-fullscreen embed,
.lightbox-pdf-fullscreen object {
	width: 100vw !important;
	height: 100vh !important;
	border: none !important;
}

.lightbox-pdf-fullscreen .modal-header {
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	z-index: 1060 !important;
	background: rgba(0, 0, 0, 0.8) !important;
	border: none !important;
	padding: 5px 10px !important;
	border-radius: 5px !important;
}

.lightbox-pdf-fullscreen .btn-close,
.lightbox-pdf-fullscreen .close {
	color: white !important;
	opacity: 1 !important;
	font-size: 1.5rem !important;
}

/* Ensure PDF fullscreen works on mobile devices */
@media (max-width: 768px) {
	.lightbox-pdf-fullscreen {
		padding: 0 !important;
	}
	
	.lightbox-pdf-fullscreen .modal-header {
		top: 5px !important;
		right: 5px !important;
		padding: 3px 8px !important;
	}
}

/* Custom PDF Modal Styles */
.pdf-fullscreen-modal {
	--bs-modal-margin: 20px !important;
	background-color: rgba(0, 0, 0, 0.8) !important;
}

.pdf-fullscreen-modal .modal-dialog {
	margin: 20px !important;
	max-width: calc(100vw - 40px) !important;
	max-height: calc(100vh - 40px) !important;
	width: calc(100vw - 40px) !important;
	height: calc(100vh - 40px) !important;
}

.pdf-fullscreen-modal .modal-content {
	border: 2px solid #fff !important;
	border-radius: 8px !important;
	width: 100% !important;
	height: 100% !important;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5) !important;
	background: #fff !important;
}

.pdf-fullscreen-modal .modal-header {
	position: absolute !important;
	top: 40px !important;
	right: 10px !important;
	z-index: 1060 !important;
	background: rgba(0, 0, 0, 0.8) !important;
	border: none !important;
	padding: 5px 8px !important;
	border-radius: 5px !important;
	backdrop-filter: blur(5px) !important;
}

.pdf-fullscreen-modal .modal-body {
	padding: 0 !important;
	width: 100% !important;
	height: calc(100% - 0px) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 8px !important;
	overflow: hidden !important;
}

.pdf-fullscreen-modal iframe {
	width: 100% !important;
	height: 100% !important;
	border: none !important;
	border-radius: 8px !important;
}

.pdf-fullscreen-modal .btn-close {
    color: white !important;
    opacity: 1 !important;
    font-size: .8em !important;
    filter: brightness(0) invert(1) !important;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}

/* Mobile adjustments for PDF modal */
@media (max-width: 768px) {
	.pdf-fullscreen-modal {
		--bs-modal-margin: 10px !important;
	}
	
	.pdf-fullscreen-modal .modal-dialog {
		margin: 10px !important;
		max-width: calc(100vw - 20px) !important;
		max-height: calc(100vh - 20px) !important;
		width: calc(100vw - 20px) !important;
		height: calc(100vh - 20px) !important;
	}
	
	.pdf-fullscreen-modal .modal-header {
		top: 5px !important;
		right: 5px !important;
		padding: 3px 6px !important;
	}
}


.set-width{
    max-width:1200px;
    margin:30px auto;
    h1{
        font-size: 30px;
        line-height: 35px;
    }
    h2{
        font-size: 25px;
        line-height: 30px;
    }
    h3{
        font-size: 20px;
        line-height: 25px;
    }
}
.site-footer{
    .sitemap-footer{
        padding-bottom:30px !important;
        #ibaset-footer-menu-col-1.menu {
            list-style: none;
            margin: 0;
            padding: 0;
            max-width: none;
            text-align: center;
            display: flex;
            justify-content: flex-start;
            width: 100%;
            column-gap: 30px;
        }
    }
}
.card.hyperlink{
    color:#fff;
    h5{
        color:#fff;
        a{
            color:#fff;
        }
    }
    p{
        color:#fff;
        a{
            color:#fff;
        }
    }
    .btn-link,a{
        color:#fff;
        .arrow,span{
            color:#fff;
        }
    }

}
.block_TXT012 .box-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;

    .box-item{
        border-bottom:3px solid #ff7b2f;
        padding-bottom:16px;
        &:after{
            display: none !important;
        }
    }
}

header .menu-header-menu-navigation-container{
    justify-content: flex-end !important;
}
.block_Form001 .widget-signup{
    padding:40px;
    border-radius:16px !important;
}
.form-style-dark{
    h2,h3,h4,p{
        color:#fff;
    }
}
.form-style{
    .wpcf7-spinner{
        display: none;
    }
}
.hs-button {
    margin-top:15px;
    font-family: "Scto Grotesk A Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.02em;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 16px 32px;
    position: relative;
    text-decoration: none;
    border-radius: 30px;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #ff7b2f;
    color: #fff;
    border-color: #ff7b2f;
}
.area-content{
    position: relative;
    z-index: 10;
}
.block_FR001 .thumbnails-grid{
    border-bottom:none !important;
}

.page-template-page-single-rich-text-content{
    h2 {
        @media (min-width: 992px) {
            font-size: 32px;
            line-height: 34px;
            letter-spacing: -1px;
        }
    }
    .block-wysiwyg ol, .block-wysiwyg ul{
        padding-left:2rem !important;
    }
}

.form-style.form-style-dark select.form-control option {
    color: #1a2d39 !important;
}