@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%;
    padding-right:0 !important;
}

.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;
	}
}
.block_Form001 .widget-signup{
    padding:40px;
    border-radius:16px !important;
}

.block-home-hero .cta-hero {
    background-color: #14232d;
    background-image: url(https://ibaset2023stg.wpengine.com/wp-content/uploads/hp-banner-block-element.webp);
    background-repeat: no-repeat;
    background-position: center right;
    background-size:auto;
    h4.heading-5{
        color:#b0dbec !important;
    }
}

.page-template-page-single-rich-text-content h2{
    @media(min-width:992px){
        font-size: 32px;
        line-height: 34px;
        letter-spacing: -1px;
    }

}
.site-footer .copy-footer ul li,
.site-footer .copy-footer ul li a{
    font-size:16px !important;
}