/*
Theme Name: praka_RALLP
Theme URI: https://www.roundaboutautomation.com
Author: RALLP
Author URI: https://www.roundaboutautomation.com
Description:Designed for Praka Constructions
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: PC_by_RALLP
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news

*/
.hidden{
	display: none !important;
}
.flip-vid video{
	  transform: rotateY(180deg);
}
body{
	background-color: #fff;
	font-family: 'Poppins' !important;
}

main{
	overflow: hidden;
}

.noBG {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

@media (max-width: 768px) {	
	.largeOnly{
		display: none !important;
	}
}
@media (min-width: 769px) {	
	.smallOnly{
		display: none !important;
	}
}

footer>div.mainFooter{
	border-top: solid 1px #ccc;
	box-shadow: 0px 0px 33px -13px #000;
	background: #0001;
	border-radius: 20px 20px 0 0;
	/*margin-top: 60px;*/
    margin-top: -20px;
    position: relative;
}

@media only screen and (max-width: 1360px) {	
	p{
		font-size: 0.9em;
	}
	.wp-block-spacer {
    max-height: 40px !important;
	}
	header p{
		display: none;
	}	
	header #popupForm p{
		display: block;
	}	
}



@media only screen and (max-width: 600px) {	
	main .entry-content.wp-block-post-content{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}


@media (max-width: 781px) {
        .wp-block-site-logo a, .wp-block-site-logo img {
        /* height: 50px; */
        width: 50px;
    }
    
    header>div{
        padding: 10px !important;
    }
}

/* Navigation Correction */

ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){
	padding:1.25em 2.375em
}

ul.is-style-checkmark-list {
	list-style-type: "\2713";
}

ul.is-style-checkmark-list li {
	padding-inline-start: 1ch;
}

li.wp-block-navigation-item.current-menu-item.wp-block-navigation-link::before {
    content: "play_arrow" !important;
    font-family: "Material Symbols Outlined";
    color: #b69026;
    display: inline-block;
    margin: 0 5px 0px 0;
    line-height: 23px;
    height: 23px;
    font-size: 13px;
}
li.wp-block-navigation-item.current-menu-item.wp-block-navigation-link a {
    color: #b69026 !important;
	font-weight: bold;
}

@media (max-width: 800px) {
    header .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display:flex !important;
    }
}


@media (max-width: 800px) {
    header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none;
    }    
}

@media (max-width:800px){
    header .wp-block-navigation a.wp-block-navigation-item__content.wp-block-navigation-item__content{
		font-size: 14px;
	}
}
@media (max-width:799px){
	header .wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open::after {
    content: "menu";
    display: block;
    font-family: "Material Symbols Outlined";
    font-size: 25px;
}
header .wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
    display: none;
}
header .wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open {
    outline: none;
}

header button.wp-block-navigation__responsive-container-close::after {
    content: "close";
    display: block;
    font-family: "Material Symbols Outlined";
    font-size: 25px;
}
	
header li.wp-block-navigation-item.current-menu-item.wp-block-navigation-link a::before {
    content: "play_arrow" !important;
    font-family: "Material Symbols Outlined";
    color: #b69026;
    display: inline-block;
    margin: 0 5px 0px 0;
    line-height: 23px;
    height: 23px;
    font-size: 13px;
}
	
	
header li.wp-block-navigation-item.current-menu-item.wp-block-navigation-link::before {
    content: "" !important;
}
	
	header .wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
		color: #000;
		margin: 5px 5px;
		box-shadow: 0px 0px 50px 50px #0005;
		border-radius: 10px;
		padding-top: 0;
	}
	header .wp-block-navigation__responsive-container-close {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
		border-radius: 0 10px 0 10px;
		padding: 5px 10px;
		background: red;
		color: white;
	}
	header .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
		margin-top: 0px;
	}
	header ul.wp-block-navigation__container.is-responsive.items-justified-right.wp-block-navigation{	
		display: flex;
        flex-wrap: wrap;
        background: white;
        padding: 0 20px;
        width: 100%;
	}
	header ul.wp-block-navigation__container.is-responsive.items-justified-right.wp-block-navigation>li{
		border-bottom: solid 1px #333;
        outline: none;
        display: flex;
        align-items: flex-start;
	}
	header .wp-block-navigation .wp-block-navigation-item{
		align-items: flex-start !important;
		background-color: inherit;
		display: flex;
		position: relative;
		width: 100%;
		height: 50px;
		justify-content: center;
	}
	header .is-menu-open {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{
		background: white !important;
		width: 100% !important;
		padding: 5px;
		box-shadow: none;
		border: solid 1px #aaa;
        margin-top: 5px;
        margin-bottom: 5px;
	}
	header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container li{
		height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	header .wp-block-navigation .has-child:not(.open-on-click)>.wp-block-navigation__submenu-container .wp-block-navigation-item::before{
		display:none !important;
	}
	header .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>a.wp-block-navigation-item__content{
		font-size: 15px !important;
	}
	header li.wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu {
	    height: auto !important;
	}
}
/* ####################### OUR CLIENTS ################# */
.wp-block-columns.clientSuccess.ourClients {
    display: flex;
    flex-wrap: wrap !important;
    > div{
		
        flex-basis: min(50% - 50px, 130px) !important;
        padding: 5px;
        border: none;
        display: flex;
        align-content: flex-start;
        border: solid 1px #ccc0;
        border-radius: 15px;
        box-shadow: 0px 0px 12px -5px #000;
        background: #ebebea;
        filter: brightness(1.075);
        
        > h4{
            margin: 10px;
            width: 100%;
            font-size: 15px;
            text-align: center;
        }
        figure{
            height: auto;
            width: 250px;
            aspect-ratio: 1;
            border-radius: 15px;
            /* box-shadow: 0px 0px 9px -5px #000; */
        }
    }
}
/* ####################### FOOTER ###########################*/
.footerLogo {
    background: #fff9;
    padding: 10px;
    border-radius: 10px;
    width: 100px;
}

@media (max-width:767px){
	footer .wp-block-group-is-layout-flex {
		width: 100%;
		margin-bottom: 20px;
	}
}
.Insights{
	> div{
		background: #134f35;
		color: white;
		> div {
			display: flex;
			justify-content: center;
			flex-wrap: nowrap;
			position: relative;
		padding-top: 30px;
			> figure{
				position: absolute;
				width:70%
				height:auto;
				filter: invert(0) opacity(0.2);
				left: -20%;
				bottom: -50%;
				z-index:0;
			}
			>div{
				z-index: 1;
				flex-basis: 100%;				
			}
		}
	}
}
footer{
	li.wp-block-navigation-item.current-menu-item.wp-block-navigation-link a{
		color: #deb546 !important;
	}

	li.wp-block-navigation-item.current-menu-item.wp-block-navigation-link::before{
		color: #deb546 !important;
	}
}
/* ####################### Values Section ###########################
.ValuesSection {
    padding: 0;
    align-items: stretch;
    border: solid 1px #00800022;
    box-shadow: 0 0 10px #0803;
    border-radius: 10px;
    overflow: hidden;    
    h2{
        width: calc(33% - 50px);
        display: block;
        margin: 100px 0 auto 50px;
        font-size: 50px;
        font-weight: bold;
    }
    > div{
        width: 67%;
        background: #134f35;
        display: flex;
        align-items: stretch;
        padding: 100px 100px 50px 50px;
        box-shadow: inset 2px 0 10px -4px #000;
        
        
        
        > div{
            width: calc(33% - 10px);
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            align-content: flex-start;
            padding: 20px;
            margin: 0 auto;
            color: white;
            border: solid 1px #0003;
            box-shadow: 0 0 10px #0005;
            border-radius: 7px;            
            figure {
                opacity: 0.3 !important;
                width: 80px;
                filter: invert(0.9);
                margin-left: 0px !important;
            }
            p{
                width: 100%;
                text-align: left;
                margin-top: 5px;
            }
            p:nth-child(3){
                font-size: 15px;
            }
        }
        
    }
    
}
@media (max-width:1360px){	
.ValuesSection {
	display: flex;
    flex-wrap: wrap;
    h2{
        width: 100%;
        margin: 60px 0 60px 50px;
    }
    > div{
        width: 100%;
        display: flex;
        align-items: stretch;
        padding: 50px 20px;
        box-shadow: inset 0px 3px 10px -4px #000;
        flex-wrap: wrap;
        
        > div{
            width: 100%;
            max-width: 360px;
            margin: 10px;
            display: flex;
            figure {
                opacity: 0.3 !important;
                width: 80px;
                margin-left: 0px !important;
            }
            p{
                width: 100%;
                text-align: left;
                margin-top: 5px;
            }
            p:nth-child(3){
                font-size: 15px;
            }
        }
        
    }
    
}
}
*/

/* Values Section */
.ValuesSection {
    padding: 0;
    align-items: stretch;
    border: solid 1px #00800022;
    box-shadow: 0 0 10px #0003;
    border-radius: 10px;
    overflow: hidden;    
    h2{
        font-size: 50px;
        font-weight: bold;
    }
	>div:first-child{		
        width: calc(33%);
        padding: 50px;
        display: block;
        /*margin: 100px 0 auto 50px;*/
		p{
			margin-top: 10px;
		}
	}
    > div:nth-of-type(2){
        width: 67%;
        background: #f38701;
		background: #f0eff5;
        display: flex;
        align-items: stretch;
        padding: 100px 100px 50px 50px;
        /*box-shadow: inset 2px 0 10px -4px #000;*/
        
        > div{
            width: calc(33% - 10px);
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            align-content: flex-start;
            padding: 20px;
            margin: 0 auto;
            color: black;
            border: solid 1px #0003;
            box-shadow: 0 0 10px #0005;
            border-radius: 7px;
            
            
            figure {
                opacity: 0.3 !important;
                width: 80px;
                margin-left: 0px !important;
				filter: invert(1);
            }
            p{
                width: 100%;
                text-align: left;
                margin-top: 5px;
				color: white;
            }
            p:nth-child(3){
                font-size: 15px;
            }
        }
        
    }
    
}
/*
.ValuesSection > div > div:nth-child(3n+1){	
	background: #ee6102;
}
.ValuesSection > div > div:nth-child(3n+2){	
	background: #f38701;
}
.ValuesSection > div > div:nth-child(3n){	
	background: #fcbd00;
}
*/
.ValuesSection > div > div:nth-child(1){	
	background: #126842;
}
.ValuesSection > div > div:nth-child(2){	
	background: #075f38;
}
.ValuesSection > div > div:nth-child(3){	
	background: #134f35;
}

@media (max-width:1360px){	
.ValuesSection {
	display: flex;
    flex-wrap: wrap;
    h2{
        width: 100%;
        margin: 60px 0 60px 50px;
    }
    > div{
        width: 100%;
        display: flex;
        align-items: stretch;
        padding: 50px 20px;
        box-shadow: inset 0px 3px 10px -4px #000;
        flex-wrap: wrap;
        
        > div{
            width: 100%;
            max-width: 360px;
            margin: 10px;
            display: flex;
            figure {
                opacity: 0.3 !important;
                width: 80px;
                margin-left: 0px !important;
            }
            p{
                width: 100%;
                text-align: left;
                margin-top: 5px;
            }
            p:nth-child(3){
                font-size: 15px;
            }
        }
        
    }
    
}
}

/* ################# NI_Product ################### */
.NI_Product.ValuesSection{
	background: #134f35;
    h2{
        *color: white;
    }
    > div{
        background: white;
        flex-wrap: wrap;
        padding: 40px;
        > div{
            flex-wrap: wrap;
            align-items: flex-start;
            margin: 0px;
            color: black;
            box-shadow: 0 0 10px #0005;
            border: none !important;
			background: white;
            border-top: solid 20px #134f35 !important;
            border-radius: 0 !important;
            display: flex;
            align-content: flex-start;
            justify-content: flex-start;
            padding: 10px 20px;
            flex-basis: min(50% - 20px, 170px);     
            
			p{
				color: black;
			}
            
            
			figure {
				display: none;
			}
			
        }        
    }
	>div:nth-of-type(2){
		background: #f0eff5;
	}
}



/* Testimonials */
.sp-testimonial-free-section .sp-testimonial-client-image img{
	background: #ffffff;
    border: 0px solid #dddddd;
    padding: 0px;
    width: 200px;
    height: 200px;
    object-fit: contain;
    padding: 20px;
    border: none;
    border-radius: 50px;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    text-transform: none;
    text-align: center;
    letter-spacing: normal;
    font-weight: 400;
    margin: 0 0 20px 0;
    font-family: serif;
    color: white;
    font-size: 28px;
    line-height: 1.2;
    font-style: italic;
    padding: 20px 40px;
    padding-bottom: 20px;
}
.sp-testimonial-free-section .sp-testimonial-title h3.sp-testimonial-post-title{
	/* color: white !important; */
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p::before{
	content : ''
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p::after{
	content : ''
}

.sp-testimonial-free-section .sp-testimonial-client-name {
    color: #ddd !important;!i;!;
    font-size: 18px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal;
}

.sp-testimonial-free-section .sp-testimonial-client-designation {
    color: #eee !important;
    color: #aaa;
    font-size: 15px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal;
}

.sp-testimonial-free-section .testimonial-nav-arrow {
    color: #fff !important;
    height: 50px;
    *
    background: #1595ce !important;
    border-radius: 30px;
    width: 50px;
    border: none !important;
    font-size: 30px;
}

.sp-testimonial-free-section .testimonial-nav-arrow:hover {padding-left: 7px;background: #77c1e2 !important;}

@media (max-width:600px){	
	.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		font-size: 18px;
		padding:10px 0px;
	}
	
	.sp-testimonial-free-section .sp-testimonial-client-image img{
		width: 100px;
		height: 100px;
		border-radius: 20px;
	}
	
	.sp-testimonial-free-section .testimonial-nav-arrow{
		width: 25px;
		height: 25px;
		font-size: 20px;
		margin: 0 10px;
	}
}


/* General Images */
figure{
	overflow: hidden;
}
img{
	transition: 0.6s ease;
}
figure:hover img{
	*transform: scale(1.04);
}
/* Cursive Line */
h3.cursiveLine {
    font-family: charm;
    font-size: 45px;
    max-width: 1000px;
    margin: auto;
    font-weight: bolder;
    color: #1a4169;
}

h2.sectionTitle{
    font-size: 50px !important;
    color: #1b4266 !important;
    font-weight: bolder;
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin: auto;
}

h2.sectionTitle::after{
            content:"";
            height: 4px;
            width: 100%;
			left: 0%;
            background: #e0b851;
            display: block;
            margin-top: 10px;
            position: absolute;
        }


/* Front Cover */
.wp-block-cover {
	/*min-height: calc(100vh - 71px) !important;*/
	min-height: calc(100vh) !important;
	/*margin-top: 71px !important;*/
	.wp-block-cover__inner-container {
		color: #000;
		/*height: calc(100vh - 71px);*/
		height: calc(100vh - 100px);
		margin: -40px;
		width: 100vw;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: flex-end;
		padding-bottom: 190px;
		padding-left: 100px;
		.wp-block-group{
			padding-right: min(625px, 50%) !important;
		}
	}
	h2 {
		font-size: 60px !important;
		font-weight: 500;
		width: 50vw;
		color: #deb547 !important;
		filter: drop-shadow(1px 1px 5px #000)
	}
	p{
		font-weight: 500;
	}
	
	.wp-block-buttons{
		a{
			border: solid 2px  #ffdd83;
			color: #ffdd83 !important;
			padding: 0px 50px !important;
			display: flex;
			width: auto !important;
			justify-content: center;
			align-content: center;
			flex-wrap: wrap;
			height: 60px;
			font-size: 19px !important;
			line-height: 60px;
			border-radius: 10px;
			filter: drop-shadow(1px 1px 5px #000)
			background: transparent;
			transition: 0.8s;
			margin-top: 10px;
			font-weight: bold !important;
		}
		a::after{
			line-height: unset;
			margin-top: 1px;
		}
		a:hover{
			color: white !important;
			background: #deb547;
			text-decoration: none;
			border: solid 2px #ffffff;
		}
	}

}

.homeCover.wp-block-cover {	
		.wp-block-cover__inner-container {
			background: none !important;
	}
}


.standardCover.wp-block-cover{
	min-height: 50vh !important;
	.wp-block-cover__inner-container {
		margin: -40px;
		height: 60vh;
		width: 100vw;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		padding-left: unset !important;
		justify-content: center;
		padding-bottom: 150px !important;
		
		
		.wp-block-group{
			padding-right:0px !important;
		}
	}
}

.standardCover.wp-block-cover.DesignPage{
	min-height: 70vh !important;
	
	
	
	.wp-block-cover__inner-container{
		margin: 0px;
		height: 70vh;
		padding-bottom: 0px !important;
	}
	h3{
		color: #ffdd83;
		filter: drop-shadow(1px 1px 5px #000);
		text-align: left;
		max-width: 70%;
		margin-right: auto;
		line-height: 1.5;
		width: 780px;
		font-size: 35px !important;
		padding-left: 100px;
	}
}


/*Praka Project*/

.prakaProject {
    background: white;
    padding: 80px 50px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 0px 15px -13px #000;
    
    h2{
        color: #1b4266;
        text-transform: uppercase;
        font-size: 50px;
        font-weight: bolder;
        position: relative;
        text-align: left;
        margin-bottom: 30px;
        width: fit-content;
    }
    h2::after{
        content:"";
        height: 4px;
        width: 100%;
        left: 0px;
        background: #deb546;
        display: block;
        margin-top: 10px;
        position: absolute;
    }

    .specs{
        >div{
            margin-top: 40px;
            h3{
                color: #1b4266;
                text-transform: uppercase;
                font-size: 35px;
                font-weight: bolder;
                position: relative;
                text-align: left;
                margin-bottom: 30px;
            }
            h3::after{
                content:"";
                height: 4px;
                width: 100%;
                left: 0px;
                background: #deb546;
                display: block;
                margin-top: 10px;
                position: absolute;
            }
            p{
                font-family: 'Poppins';
            }
            h4{                
                color: #1b4266;
                font-weight: bold;
                margin-bottom: 30px;
                margin-top: 50px;
            }
            
        }
        >div:first-child{
            border-right: solid 1px #e8e8e8;
            flex-basis: 310px !important;
            div{
                border: solid 1px black;
                margin-right: 20px;
                padding: 20px;
            }
            p{
                strong{
                    display: inline-block;
                    width: 45px;
                    text-align: right;
                    height: 40px;
                    border-right: solid 2px black;
                    padding-right: 10px;
                    margin-right: 5px;
                    color: #1b4266;
                    font-size: 20px;
                    font-weight: bold;
                }
                margin-top: 15px;
                height: 40px;
                line-height: 40px;
                *border: solid 1px #e8e8e8;
                
            }
            p:first-of-type{
            }
        }
        
        >div:nth-child(2){			
			flex-basis: calc(100% - 310px) !important;
			>div{
				display: flex;
	            flex-wrap: wrap !important;
	            gap: 20px;
	            justify-content: flex-start;
	            padding-top: 0;
	            padding-bottom: 50px;
	            margin: 0;
                
			>div{
				border-radius: 6px;
				overflow: hidden;
				padding: 20px;
				box-shadow: 1px 1px 10px -10px #000;
				border: solid 1px #e8e8e8;
				max-width: 200px;
				min-width: min(50% - 10px, 220px) !important;
				width: 200px;
				height: auto;
				flex-grow: 0 !important;
				flex-shrink: 0 !important;
				background: white;
				margin: 0 !important;
				display: flex;
				flex-wrap: wrap !important;
				justify-content: center;
				align-content: center;
				align-items: center;
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
                    
				>div:first-child{
					display: flex;
					flex-basis: 100% !important;
					justify-content: center;
				}
                    
                >div:nth-child(2){
                    display: flex;
                    flex-basis: 100% !important;
                    justify-content: center;
                    align-content: center;
                    align-items: center;
                    text-align: center;
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
		            p{
                        /* margin: auto; */
                        margin-left: 0px;
                        font-size: 18px;
                        color: #1b4266;
                        font-weight: 400;
                    }
                }
	            figure{
	                width: 90px;
	                height: 90px;
	                padding: 15px;
	                margin: 0 !important;
	                border: solid 1px #f5e7c0;
	                background: #fff8e5;
	                border-radius: 90px;
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
	                
		            img{
						/* filter: brightness(0) saturate(100%) invert(21%) sepia(7%) saturate(6088%) hue-rotate(169deg) brightness(94%) contrast(90%); */
						/* width: 60px !important; */
						/* height: 60px !important; */
						/* filter: brightness(0) saturate(100%) invert(99%) sepia(51%) saturate(3360%) hue-rotate(320deg) brightness(92%) contrast(88%); */
						}
                }
            }
        }
        
    }
    }
	
}

/*Praka Design*/

.prakaDesign {
    background: linear-gradient(38deg, #b9943b 0%, #f8eca2 47%,#f8eca2 53%,#b9943b);
    padding: 60px 300px 60px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 0px 15px -13px #000;
    font-family: 'Poppins';
    position: relative;
    padding-right: 300px;
    border-radius: 20px;
	overflow: hidden;
    h3{
            color: #1b4266;
            text-transform: uppercase;
            font-size: 35px;
            font-weight: 400;
            position: relative;
            text-align: left;
            margin-bottom: 30px;
    }
    h3::after{
        content:"";
        height: 1px;
        width: calc(100% - 80px);
        left: 0px;
        background: black;
        display: block;
        margin-top: 10px;
        position: absolute;
    }
	a{
		color: black !important;
		font-size: 20px !important;
		padding: 0 !important;
	}
	a:hover{
		text-decoration: none;
		background: transparent !important;
	}
	a::after{
		line-height: inherit !important;
		font-size: inherit !important;
	}
}

.prakaDesign.special::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("https://prakaconstructions.com/wp-content/uploads/2025/12/image-9.png");
    display: block;
    width: 263.5px;
    height: 312px;
    background-size: contain;
    background-repeat: no-repeat;
}


.prakaDesign.specialQuote{	
	padding: 90px 40px 60px 200px;
}
.prakaDesign.specialQuote::after{
    content: "";
    position: absolute;
    top: 50px;
    left: 50px;
    background-image: url("https://prakaconstructions.com/wp-content/uploads/2026/01/image-6.png");
    display: block;
    width: 100px;
    height: 66px;
    background-size: contain;
    background-repeat: no-repeat;
}


.prakaDesign.specialQuote.whiteBG{
	background: white;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #1b4266;
	line-height: 1.6;
	p,.wp-block-buttons{
		z-index: 1;
	}
}

.prakaDesign.specialQuote.whiteBG::after{
	
	filter: brightness(0) saturate(100%) invert(20%) sepia(10%) saturate(4575%) hue-rotate(172deg) brightness(99%) contrast(89%);
}

.prakaDesign.specialQuote.whiteBG::before{
    content: "";
    position: absolute;
    right: -20px;
    bottom: -50px;
    background-image: url("https://prakaconstructions.com/wp-content/uploads/2026/01/wireframe-construction.jpeg");
    display: block;
    width: 350px;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.5;
}

/*Praka Gradient*/
.PrakaGradient {
    background: linear-gradient(180deg, #FFF9E5 0%, #ffffff 100%);
    padding: 60px 40px 60px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 0px 15px -10px #000;
    font-family: 'Poppins';
    
	.wp-block-spacer{
		width: 100%;
	}
    h3{
            color: #1b4266;
            text-transform: uppercase;
            font-size: 35px;
            font-weight: 400;
            position: relative;
    }
    h3::after{
        content:"";
        height: 4px;
        width: calc(100% - 80px);
        left: 40px;
        background: #deb546;
        display: block;
        margin-top: 10px;  
        position: absolute;
    }
    .wp-block-columns{
        >.wp-block-column{
            border: solid 6px #deb546;
            padding: 60px 10px 40px 10px;
            border-radius: 1000px;
            background: white;
            width: 150px;
            max-width: calc(50% - 10px);
            figure{
                width: 70px;
                margin:auto;
                overflow: visible;
                position: relative;
                filter: brightness(0) saturate(100%) invert(20%) sepia(10%) saturate(4575%) hue-rotate(172deg) brightness(99%) contrast(89%);
            }
            figure::after{
                content:"";
                height: 5px;
                width: 40px;
                left: 15px;
                background: #deb546;
                display: block;
                margin-top: 18px;
                position: absolute;
                z-index: 0;
            }
            p:first-child{
                margin-top: 40px;
            }
			h4{
				margin-top: 40px !important;
				color:#1b4266;
				font-size: 25px;
			}
			
			p{
				margin-top: 40px !important;
			}
        }
        
        >.wp-block-column:nth-child(2n){
            border: solid 6px #1b4266;
            figure::after{
                background: #1b4266;
	        }
			
	    }
	}
}


.shortGradient{	
	position: relative;
	
    .wp-block-columns{
		display: flex;
		justify-content: center;
		
        >.wp-block-column{
            border-radius: 75px;
            width: 30% !important;
            flex-basis: 26% !important;
			p{
				margin-top: 20px !important;
			}
		  }
	}
}


.numericGrad{	
	.wp-block-columns{
        width: 100%;
        padding: 0px 110px 50px 110px;
        >.wp-block-column{
        border: none !important;
        border-radius: 0;
        border-left: solid 4px #deb546 !important;
        background: none;
        padding: 0;
        flex-basis: 33% !important;
        text-align: left;
        padding-left: 20px;
        h4{
				font-size: 65px;
				margin-top: 0px !important;
			}
			p{
				margin-top: 0 !important;
			}
		}
 }
}

/* Media and Text */
.wp-block-group.PrakaMediaText {
	
    .wp-block-media-text.has-media-on-the-right{
           grid-template-columns: 1fr 55%;
    }
    .wp-block-media-text{
           grid-template-columns: 1fr 45%;
    }
    .wp-block-media-text__content{
        background: white;
        border: solid 1px #e8e8e8;
        margin: 0;
        padding: 60px 30px;
        margin-left: 70px;
        font-size: 18px;
        font-family: 'Poppins';
        box-shadow: 0px 0px 15px -13px;
        
        h4{
            color: #1b4266;
            text-transform: uppercase;
            font-size: 30px;
            font-weight: 400;
        }
        h4::after{
            content:"";
            height: 4px;
            width: 300px;
            background: #deb546;
            display: block;
            margin-top: 10px;
            
        }
		.wp-block-buttons{
			a{
				border: solid 1px  #deb547;
				color: #deb547 !important;
				padding: 0px 50px !important;
				display: flex;
				width: auto !important;
				justify-content: center;
				align-content: center;
				flex-wrap: wrap;
				height: 48px;
				line-height: 48px;
				border-radius: 10px;
				background: transparent;
				transition: 0.4s !important;
				margin-top: 10px;
				font-weight: bold !important;
			}
			a::after{
				line-height: unset;
				margin-top: 1px;
			}
			a:hover{
				background: transparent;
				text-decoration: none;
			}
		}

    }
	.has-media-on-the-right .wp-block-media-text__content{
		margin-left: 0px;
		margin-right: 70px;
	}
    .wp-block-media-text__media{
        position: relative;
        overflow: visible;
        
         img{
            aspect-ratio: 7/5;
            object-fit: cover;
            position: relative;
            border: solid 1px #e8e8e8;
            box-shadow: 0px 0px 15px -10px #000;
        }
    }
    .wp-block-media-text__media::after,
    .wp-block-media-text__media::before{
        content: "";
        width: calc(100% + 10px);
        display: block;
        position: absolute;
        height: calc(100% + 10px);
        top: -30px;
        left: -30px;
        border: solid 8px #deb546;
        z-index: -1;
    }
    
    .wp-block-media-text__media::after{
        top: 20px;
        left: 20px;
        border: solid 8px #b08d2e;
    }
    
}


/* Map Section */
.mapSection{
	>div>div:nth-child(1){
        position: relative;
        overflow: visible;
            border: solid 1px #e8e8e8;
            box-shadow: 0px 0px 15px -10px #000;
    height: 100%;
    }
    >div>div:nth-child(1)::after,
    >div>div:nth-child(1)::before{
        content: "";
        width: calc(100% + 10px);
        display: block;
        position: absolute;
        height: calc(100% + 10px);
        top: -30px;
        left: -30px;
        border: solid 8px #deb546;
        z-index: -1;
    }
    
    >div>div:nth-child(1)::after{
        top: 20px;
        left: 20px;
        border: solid 8px #b08d2e;
    }
    
	
	
	
	
	
    >div>div:nth-child(2){
        background: white;
        border: solid 1px #e8e8e8;
        margin: 0;
        padding: 60px 30px;
        margin-left: 70px;
        font-size: 18px;
        font-family: 'Poppins';
        box-shadow: 0px 0px 15px -13px;
        
        h4{
            color: #1b4266;
            text-transform: uppercase;
            font-size: 35px;
            font-weight: 400;
        }
        h4::after{
            content:"";
            height: 4px;
            width: 300px;
            background: #b08d2e;
            display: block;
            margin-top: 10px;
            
        }
		.wp-block-buttons{
			a{
				border: solid 1px  #deb547;
				color: #deb547 !important;
				padding: 0px 50px !important;
				display: flex;
				width: auto !important;
				justify-content: center;
				align-content: center;
				flex-wrap: wrap;
				height: 48px;
				line-height: 48px;
				border-radius: 10px;
				background: transparent;
				transition: 0.4s !important;
				margin-top: 10px;
				font-weight: bold !important;
			}
			a::after{
				line-height: unset;
				margin-top: 1px;
			}
			a:hover{
				background: transparent;
				text-decoration: none;
			}
		}

    }
}


/* Value Proposition */

.ValueProposition {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	div {
	    justify-content: flex-start;
	    border: solid 1px #cfcfcf;
	    box-shadow: 2px 3px 27px -19px #000;
	    border-radius: 90px;
	    padding: 15px 20px 15px 20px !important;
	    display: flex;
	    align-content: center;
	    flex-wrap: wrap;
	    align-items: center;
	    max-width: 90vw;
	    width: 330px;
	    margin: 20px auto !important;	            	
		p{
		    width: calc(100% - 120px);
		    display: block;
		    text-align: left;
		}
		figure{
			width: 100px;
			height: 100px;
			border-radius: 50%;
		}
		img{
		/* background-color: rgba(255, 0, 0, 0.4); */
		}
	}

}


/* Case studies */
.clientSuccess {	
    display: flex;
    justify-content: center;
}
 div.clientSuccess> div.wp-block-column{
    background: white;
    border: solid 1px #0004;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    margin-bottom: 0;
    max-width: 350px !important;!i;!;
    !importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    justify-content: center;
}

div.clientSuccess> div.wp-block-column .wp-block-buttons{
    margin-right: 10px;
    margin-left: auto;
}

div.clientSuccess> div.wp-block-column img{
    object-fit: contain !important;
    border-radius: 10px;
}
div.clientSuccess> div.wp-block-column figure{
    display: flex;
    justify-content: center;
}

div.clientSuccess> div.wp-block-column h4{
    width: 100%;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}


.wp-block-columns.alignwide.are-vertically-aligned-top.clientSuccess.is-layout-flex.wp-container-core-columns-is-layout-3.wp-block-columns-is-layout-flex {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;
}

/*  Product Tiles */
.ProductHover{
	flex-wrap: wrap !important;
	display: flex;
	justify-content: space-evenly;
}
.ProductHover > div {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    transition: 0.4s;
    position: relative;
    cursor: default;
    align-content: flex-start;
    margin: 10px;
    margin-bottom: auto;
    max-height: 900px;
    padding: 15px 15px 20px 15px !important;
    background: white;
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 10px #ccc;
    flex-basis: 270px !important;!i;!;!i;!;
    max-width: 300px;
}

.ProductHover > div.active{
    transform: scale(1.1);
	transform-origin: 50% 0%;
    z-index: 5;
    max-height: 900px;
    box-shadow: 0px 0px 11px -2px #000;
    border: none;
	padding-bottom: 50px !important;
}

.ProductHover > div > figure{
	border-radius: 10px;
}

.ProductHover > div > figure img{
    width: 300px;
    height: 280px;
    overflow: hidden;
    object-fit: cover;
    *filter: saturate(0);
    border-radius:4px;
}

.ProductHover > div:hover > figure img,
.ProductHover > div.active > figure img{
    filter: saturate(1);
}
.ProductHover > div > figure {
    margin-bottom: 10px;
}

.ProductHover > div  p{
    max-height: 0px;
    overflow: hidden;
    font-size: small;
    transition: 1s;
	padding: 0px 2px;
}
.ProductHover > div.active  p{
    max-height: 300px;
    padding: 5px 2px;
}
.ProductHover > div  p:first-of-type{
    max-height: unset;
    overflow: hidden;
    font-size: 15px;
	width: 100%;
}
.ProductHover > div .wp-block-buttons{
    display: none;
    margin-left: auto;
    margin-right: 0;
    z-index: 2;
    position: absolute;
    bottom: 10px;
    right:10px;
	display: none;
}

.ProductHover > div.active .wp-block-buttons{
	display: block;
}

.ProductHover > div .wp-block-buttons a:hover::after{
	content: "close";	
    margin-left: 2px;
    margin-right: 5px;
}

.ProductHover > div .wp-block-buttons a::after{
	content: "close";
    float: left;
    margin-left: 2px;
    margin-right: 5px;
}

.ProductHover > div figure + .wp-block-buttons{
	display: block;
}

.ProductHover > div.active figure + .wp-block-buttons{
	display: none;
}
.ProductHover > div figure {
    + .wp-block-buttons{
        top: 305px;
        bottom: unset;
        right: 0px;
		a:hover{
			background: none;
		}
        a::after{
            content: "keyboard_arrow_down";
            float: right;
            margin-left: 5px;
            margin-right: 0px;
        }
        a:hover::after{
            content: "keyboard_double_arrow_down";
            float: right;
            margin-left: 5px;
            margin-right: 0px;
        }
    }
}

.ProductHover > div.fixed{
	margin-bottom: 0;	
	padding: 0px !important;
	overflow: hidden;
	margin-left: 15px;	
    background: #134f35;
}
.ProductHover > div.fixed figure{
	margin-bottom: 0px;
}

.ProductHover > div.fixed img{
	filter: none;
	height: 360px;
	object-position: 60% 50%;
}

/*  Product Tiles  - old
.ProductHover{
}
.ProductHover > div {overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    transition: 0.4s;
    position: relative;
    cursor: default;
    align-content: flex-start;
    margin: 10px;
    margin-bottom: auto;
    max-height: 900px;
    padding: 15px 15px 20px 15px !important;
    background: white;
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 10px #ccc;
}

.ProductHover > div.active{
    transform: scale(1.1);
	transform-origin: 50% 0%;
    z-index: 5;
    max-height: 900px;
    box-shadow: 0px 0px 11px -2px #000;
    border: none;
	padding-bottom: 50px !important;
}

.ProductHover > div > figure{
	border-radius: 10px;
}

.ProductHover > div > figure img{
    width: 300px;
    height: 280px;
    overflow: hidden;
    object-fit: cover;
    filter: saturate(0);
    border-radius:4px;
}

.ProductHover > div:hover > figure img,
.ProductHover > div.active > figure img{
    filter: saturate(1);
}
.ProductHover > div > figure {
    margin-bottom: 10px;
}

.ProductHover > div  p{
    max-height: 0px;
    overflow: hidden;
    font-size: small;
    transition: 1s;
	padding: 0px 2px;
}
.ProductHover > div.active  p{
    max-height: 300px;
    padding: 5px 2px;
}
.ProductHover > div  p:first-of-type{
    max-height: unset;
    overflow: hidden;
    font-size: 15px;
	width: 100%;
}
.ProductHover > div .wp-block-buttons{
    display: none;
    margin-left: auto;
    margin-right: 0;
    z-index: 2;
    position: absolute;
    bottom: 10px;
    right:10px;
	display: none;
}

.ProductHover > div.active .wp-block-buttons{
	display: block;
}

.ProductHover > div .wp-block-buttons a:hover::after{
	content: "close";	
    margin-left: 2px;
    margin-right: 5px;
}

.ProductHover > div .wp-block-buttons a::after{
	content: "close";
    float: left;
    margin-left: 2px;
    margin-right: 5px;
}

.ProductHover > div figure + .wp-block-buttons{
	display: block;
}

.ProductHover > div.active figure + .wp-block-buttons{
	display: none;
}
.ProductHover > div figure {
    + .wp-block-buttons{
        top: 305px;
        bottom: unset;
        right: 0px;
		a:hover{
			background: none;
		}
        a::after{
            content: "keyboard_arrow_down";
            float: right;
            margin-left: 5px;
            margin-right: 0px;
        }
        a:hover::after{
            content: "keyboard_double_arrow_down";
            float: right;
            margin-left: 5px;
            margin-right: 0px;
        }
    }
}

.ProductHover > div.fixed{
	margin-bottom: 0;	
	padding: 0px !important;
	overflow: hidden;
	margin-left: 15px;	
    background: #134f35;
}
.ProductHover > div.fixed figure{
	margin-bottom: 0px;
}

.ProductHover > div.fixed img{
	filter: none;
	height: 360px;
	object-position: 60% 50%;
}
*/

/* Contact Tiles Editor */
.contactBlockContainer{
	 display: flex;
	 flex-wrap: wrap;
	 gap: 0;
	 justify-content: center;
	 margin-top: -190px;
	 padding: 70px 10px;
	 /* background: linear-gradient(38deg, #b9943b 0%, #f8eca2 47%,#f8eca2 53%,#b9943b); */
	 overflow: visible;
	 z-index: 1;
	 position: relative;
	 /* box-shadow: 0px 0px 15px #00000029; */
	 gap: 20px;
	 
	 .contactBlock:nth-child(2){
		 border-right: solid 1px #ccc;
		 border-left: solid 1px #ccc;
		 padding-right: 0px
	 }
	 
	 .contactBlock {
		display: flex;
		flex-wrap: wrap;
		width: calc(33.3% - 40px);
		padding: 40px 10px;
		min-width: 215px;
		border-radius: 10px;
		text-align: center;
		position: relative;
		margin: 0px !important;
		align-content: flex-start;
		font-family: 'Poppins';
		position: relative;
		justify-content: center;
		background: linear-gradient(38deg, #b9943b 0%, #f8eca2 47%,#f8eca2 53%,#b9943b);
		
		
		
		
		
		>div{
			margin: 0 !important;
			width: auto;
			display: flex;
			flex-wrap: wrap !important;
			justify-content: center;			
			>div{
				flex-basis: calc(100%) !important;
				display: flex;
				align-content: center;
				flex-wrap: wrap;
				justify-content: center;
				>div{					
				    display: flex;
				    justify-content: center;
				    gap: 0;
				}
				
				img{
					width: auto;
					height: 30px !important;
					filter: brightness(0) saturate(100%) invert(20%) sepia(10%) saturate(4575%) hue-rotate(172deg) brightness(99%) contrast(89%);
				}
				h3{
				    color: #1b4266 !important;
				    text-align: center;
				    width: 100%;
				    font-size: 35px;
				}
				p{
					text-align: center;
					font-weight: 400;
					width: 100%;
				}
				.wp-block-buttons{
					margin: auto;
					
					>div a{
						padding: 0 10px;
						transition: 0.4s;
						margin-top: 20px;
						border: solid 1px;
						border-radius: 10px;
						height: 36px;
						line-height: 36px;
						color: black;
					}
					>div a:hover{
						padding: 0 10px;
						text-decoration: none;
					}
				}
			}
		}
	}	 
}


.contactBlockContainer.doubleBlock{
	
	 .contactBlock{
		 width: calc(50% - 40px);
		 text-align: left;
		 padding: 40px 40px;
			 overflow: hidden;
			 position: relative;
		 >div>div{
			 p{
				 text-align: left;
			 }
			 h3{
				 text-align: left;				 
			 }			 
			img{
				height: 70% !important;
				width: auto !important;
				position: absolute;
				opacity: 0.2;
				right: 0;
				top: 0px;
				filter: none;
			}
		 }
		}
}

@media only screen and (max-width: 1279px) {
	.contactBlockContainer .contactBlock {
		width: calc(34% - 20px);
	}
}

@media only screen and (max-width: 1152px) {
	.contactBlockContainer .contactBlock {
		width: 1024px;
	}
}

@media only screen and (max-width: 990px) {
	.contactBlockContainer {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 630px) {
	.contactBlockContainer .contactBlock {
		width: calc(100% - 20px);
		margin: 10px auto;
	}
}


/* Features & Case Study Block */
.wp-block-media-text.alignwide.is-stacked-on-mobile.Features figure::before {
    content: ">";
    color: #134f35;
    height: 150px;
    width: 150px;
    background: #134f35;
    position: absolute;
    top: -20px;
    z-index: 0;
    left: -20px;
}
.wp-block-media-text.alignwide.is-stacked-on-mobile.Features.has-media-on-the-right figure::before {
    top: -20px;
    right: 30px;
	left: unset;
}
.wp-block-media-text.alignwide.is-stacked-on-mobile.Features{
	margin-top: 30px;
}
.wp-block-media-text.alignwide.is-stacked-on-mobile.Features figure::after {
    content: "Key Features";
    color: black;
    height: 130px;
    width: 130px;
    background: #134f35;
    position: absolute;
    bottom: -40px;
    z-index: 1;
    left: -20px;
    display: flex;
    align-items: center;
    font-size: 30px;
    text-align: left;
    font-weight: bold;
    padding: 20px;
    box-shadow: 0px 0px 16px 0px #0007;
}
@media (max-width:1360px){
	.wp-block-media-text.alignwide.is-stacked-on-mobile.Features{
		padding-top: 30px;
	}
	.wp-block-media-text.alignwide.is-stacked-on-mobile.Features figure::after {
		display: none;
	}
	.wp-block-media-text.alignwide.is-stacked-on-mobile.Features figure{
		padding-right: 0px !important;
	}
	.wp-block-media-text.alignwide.is-stacked-on-mobile.Features figure img{
		border-radius: 15px;
	}
	
}
.CaseStudy .wp-block-media-text.alignwide.is-stacked-on-mobile.Features figure::after{
	content: "";
	z-index: 0;
	bottom: -20px;
}
.CaseStudy .wp-block-media-text.has-media-on-the-right.alignwide.is-stacked-on-mobile.Features figure::after{
	content: "";
	z-index: 0;
	bottom: -20px;
	right:30px;
	left: unset;
}
.wp-block-media-text.alignwide.is-stacked-on-mobile.Features figure {
    position: relative;
    z-index: 1;
    padding-right: 50px;
	overflow: visible;
}
.wp-block-media-text.alignwide.is-stacked-on-mobile.Features figure:hover img {
	transform: scale(1.01);
}

.wp-block-media-text.alignwide.is-stacked-on-mobile.Features figure img {
    z-index: 1;
    position: relative;
    box-shadow: 0px 0px 16px 0px #0007;
}

.Features ul.wp-block-list {
    list-style-type: none;
}

.Features ul.wp-block-list li::before {
    line-height: 24px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    margin: 0px 5px 0 -32px;
    font-family: "Material Symbols Outlined";
    content: "bolt";
    text-align: center;
    display: block;
    font-size: 19px;
    float: left;
    transition: 0.4s;
    border: solid 1px #134f35;
    border-radius: 20px;
    color: #134f35;
}

.Features ul.wp-block-list li {
    padding: 6px 5px;
    border-bottom: solid 1px #ccc;
}

/* Solution Area */
.SolutionAreas{
	display: flex;
	flex-wrap: wrap;
}
.wp-block-group.SolutionAreas>div {
    padding-bottom: var(--wp--preset--spacing--20);
    box-shadow: 0px 0px 16px -5px #0007;
    border: none !important;
    border-left: solid 20px #134f35!important;
    border-radius: 0 !important;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    padding: 10px 20px;
    margin: 10px !important;!i;!;
    flex-basis: 330px;
}

.wp-block-group.SolutionAreas>div>p:first-child {
    padding: var(--wp--preset--spacing--20);
    background: #134f35;
    border-radius: 10px 10px 0 0;
    border-bottom: solid 1px #0003;
}

.wp-block-group.SolutionAreas>div>figure {
    width: 80px;
    height: 80px;
}
.wp-block-group.SolutionAreas>div>figure>img {
    width: 80px !important;!i;!;
    height: 80px !important;!i;!;
    object-fit: contain !important;!i;!;
}
.wp-block-group.SolutionAreas>div>p {
    padding-left: var(--wp--preset--spacing--20);
    padding-right: var(--wp--preset--spacing--20);
    max-width: unset;
}

/* Challenges */
.wp-block-group.alignwide.Challenges>div {
    padding: var(--wp--preset--spacing--20);
    box-shadow: 0px 0px 16px -5px #0007;
    border: solid 1px #0002 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.wp-block-group.alignwide.Challenges>div>p:first-child {
    font-size: 28px;
    color:#48362c;
    max-width: unset;
}

.wp-block-group.alignwide.Challenges>div>p {
    border-left: solid 10px #134f35;
    padding-left: 20px;
    margin: 0;
    padding-bottom: 20px;
    max-width: unset;
}
.wp-block-group.alignwide.Challenges>div {
    border-left: solid 20px #134f35 !important;
    .wp-block-buttons {
        margin-right: 10px !important;
        padding-bottom: 0px !important;
    }    
    p {
        width: 100%;
        border: none;
        margin-top: 10px;
        padding-bottom: 0px;    
    }    
    figure{
        margin:30px;
    }
}
/* Benefits Block */
.wp-block-group.benefits>p {
    border: solid 1px #0002;!;
    border-radius: 5px;
    position: relative;
    padding: 10px 10px 10px 30px;
    box-shadow: 0px 0px 16px -9px #0007;
    overflow: hidden;
}

.wp-block-group.benefits>p::before {
    content: ".";
    text-align: center;
    font-family: "Material Symbols Outlined";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20px;
    font-size: 28px;
    background: #134f35;
    color: #134f35;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-block-group.benefits>p>strong {
    height: 20px;
    line-height: 20px;
    display: inline-block;
    font-size: 20px;
    padding: 10px 0;
    padding-top: 3px;
}



/* Anchor Links (a) */
.wp-block-button a {
	text-decoration: none;
	font-size: 15px;
	color: #0272a7;
}

.wp-block-button a:visited {
}

.wp-block-button a:hover {
	color: #1d6f97;
}

.wp-block-button a._blank::after {
	line-height: 24px;
	height: 24px;
	vertical-align: middle;
	margin: 0 2px 0 5px;
	font-family: "Material Symbols Outlined";
	content: "open_in_new";
	display: block;
	font-size: 19px;
	float: right;
	transition: 0.4s;
}

.wp-block-button a {
	font-weight: 500;
	padding: 5px 10px;
	border-radius: 4px;
	height: 34px;
	display: inline-block;
	background: none;
}

.wp-block-button a:hover {
	background: #e2f5fe;
}

.wp-block-button a::after {
	line-height: 36px;
	height: 36px;
	vertical-align: middle;
	margin: 0 2px 0 5px;
	font-family: "Material Symbols Outlined";
	content: "navigate_next";
	display: block;
	font-size: 19px;
	float: right;
	transition: 0.4s;
}

.wp-block-button a:hover::after {
	margin-left: 7px;
	content: "arrow_forward";
	margin-right: 0px;
}

a.dark_bg {
	font-size: 17px;
	border: solid 1px #fff;
	margin: 30px auto 0 0;
	display: block;
	border-radius: 22px;
	color: white;
	padding: 15px 30px;
	line-height: 16px;
	width: fit-content;
}

a.dark_bg::after {
	content: "arrow_forward_ios";
	font-size: 17px;
	font-family: "Material Symbols Outlined";
	line-height: 14px;
	height: 15px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	font-weight: 100;
	margin-left: -13px;
	transition: 0.3s;
	opacity: 0;
	width: 14px;
}

a.dark_bg:hover {
	background: white;
	color: blue;
}

a.dark_bg:hover::after {
	margin-left: 12px;
	opacity: 1;
}


/* Form Related */

div.wpforms-container.wpforms-container-full  label.wpforms-field-label {
    font-weight: normal;
    position: absolute;
    top: 27px;
    margin: 0;
    left: 10px;
    transition: 0.5s;
}

div.wpforms-container.wpforms-container-full  label.wpforms-field-label,
div.wpforms-container.wpforms-container-full .wpforms-field:focus-within label,
div.wpforms-container.wpforms-container-full .wpforms-field label.filled {
  transform: scale(0.9) translate(-10px,-35px);
  transform-origin: left;
  font-weight: 600;
  color: #000;
}

.contact-right-column {    
	max-width: 440px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.contact-right-column .wpforms-submit-container button {
    max-width: 100%;
    width: 100%;
    background: black !important;
    transition: 0.5s;
}

.contact-right-column .wpforms-submit-container button:hover{
    background: #555!important;
}

div.wpforms-container-full.wpforms-container .wpforms-confirmation-container-full {
    background: #c4e2ff;
    border-radius: 10px;
    margin-top: 60px;
    padding: 30px 30px;
}
 
div.wpforms-container-full button[type=submit] {
    background-color: #b59026 !important;
    border-radius: 5px;
    padding: 10px 30px;
    width: 100%;
}
div.wpforms-container-full:not(:empty){
	margin: 0px;
}


.formHolder{
	background: white;
	position: relative;
	overflow: visible;
	border: solid 1px #e8e8e8;
	box-shadow: 0px 0px 15px -10px #000;
	padding: 70px 50px;
	padding-top: 60px;
	
    h2{
        color: #1b4266;
        text-transform: uppercase;
        font-weight: bolder;
        position: relative;
        text-align: left;
        margin-bottom: 30px;
        color: #1b4266;
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: 50px;
        font-size: 40px;
        margin-right: auto;
        width: fit-content;
        margin-left: 0 !important;
        margin-bottom: 40px;
    }
    h2::after{
        content:"";
        height: 2px;
        width: 100%;
        left: 0px;
        background: #deb546;
        display: block;
        margin-top: 10px;
        position: absolute;
    }

	>div{
		>div{
			padding: 0 40px 0 0  !important;
		}		
	}
	.wp-block-media-text__content, .wp-block-media-text__media{
		margin-bottom: auto;
	}
}

.formHolder.designPage {
    h3{
        color: #1b4266;
        text-transform: uppercase;
        font-weight: bolder;
        position: relative;
        text-align: left;
        margin-bottom: 30px;
        font-weight: bold;
        font-size: 32px;
        margin:auto;
        margin-bottom: 60px;
        width: fit-content;
    }
    h3::after{
        
        content:"";
        height: 4px;
        width: 100%;
        left: 0px;
        background: #deb546;
        display: block;
        margin-top: 10px;
        position: absolute;
    }
	h4{
        color: #1b4266;
        font-weight: bold;
        position: relative;
        text-align: left;
        font-size: 28px;
        margin-right:auto;
        margin-left: 0 !important;
        width: fit-content;
    }
	p{
		max-width: unset;
		width: 100%;
	}
	>div{
		display: flex;
		gap: 0;
		align-items: center;
		margin-bottom: 60px;
	}
	>div>figure{
		width: 120px;
		margin: 0 !important;
		border: solid 1px #f5e7c0;
		background: #fff8e5;
		border-radius: 90px;
		padding: 20px;
		img{
			filter: brightness(0) saturate(100%) invert(20%) sepia(10%) saturate(4575%) hue-rotate(172deg) brightness(99%) contrast(89%);
		}
	}
	>div>div{
		width: calc(100% - 200px);
		margin-top: 0;
		margin-bottom: auto;
		border-left: solid 4px #deb546;
		padding-left: 20px !important;
		margin-left: 20px !important;
	}
}

body {
	background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(https://prakaconstructions.com/wp-content/uploads/2025/12/WireframeImage-1.png);
	background-size: cover;
	*background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

@media (max-width: 768px) {	
	header{
		padding: 0 20px;
	}

	h2.sectionTitle{
	    font-size: 30px !important;
	    margin-bottom: 0px !important;
		+.wp-block-spacer{
			max-height: 10px !important;
		}
	}
	
	
	.wp-block-cover {
		max-height: calc(50vh + 71px);
		min-height: calc(50vh + 71px) !important;
		
		.wp-block-cover__inner-container{
			padding: 10px;
			min-height: calc(50vh + 71px);
			height: calc(50vh + 71px);
			.wp-block-group{
				padding: 0px !important;
				width: 100%;
			}
			h2{
				font-size: 45px !important;
				margin: auto;
				width: 100%;
			}
			.wp-block-buttons{
				margin-top: 0px;
			}
			a{
				padding: 15px !important;
				font-size: 15px !important;
				height: 40px;
				margin-top: 10px;
				margin-bottom: 40px;
			}
		}
	}

	
	.standardCover.wp-block-cover.DesignPage{
		h3{
			font-size: 22px !important;
			max-width: 100%;
			padding-left: 20px;
		}
	}

	.prakaDesign{
		padding: 15px !important;
		padding-top: 40px !important;
		padding-left: 20px !important;
		h3{
			font-size: 22px;
			margin-bottom: 10px;
		}
	}

	.prakaDesign.specialQuote{
		padding-top: 90px !important;
		p{
			font-size: 24px !important; 
		}
	}
	.prakaDesign.specialQuote::after{
		width: 90px;
		height: 127px;
		top: 30px;
		left: 20px;
		opacity: 0.3;
	}

	.wp-block-group.PrakaMediaText {
		background: white;
		padding: 10px;
		box-shadow: 0px 0px 15px -13px;
		border: solid 1px #e8e8e8;
		.has-media-on-the-right .wp-block-media-text__content,
		.wp-block-media-text__content{
			margin: 0px;
			box-shadow: none;
			border: none;
			padding: 10px;
			z-index: 1;
			padding-top: 30px;
			
			
			h4{
				font-size: 24px;
			}
			p{
				font-size: 15px;
			}
		}

		figure, img{
			box-shadow: none !important;
			z-index: 2;
		}
		figure{
			margin: 10px;
		}

	    .wp-block-media-text__media::after,
	    .wp-block-media-text__media::before{
	        content: "";
	        width: calc(100% + 5px);
	        display: block;
	        position: absolute;
	        height: calc(100% + 5px);
	        top: -10px;
	        left: -10px;
	        border: solid 4px #deb546;
	        z-index: 1;
	    }
	    
	    .wp-block-media-text__media::after{
	        top: 5px;
	        left: 5px;
	        border: solid 4px #b08d2e;
	    }
	    


		
	}

	.PrakaGradient{
		padding: 40px 10px;
		h3{
			font-size: 25px;
		}
			.wp-block-spacer{
				max-height: 0px !important;
			}
	}

	
	.shortGradient{	
		position: relative;
		
	    .wp-block-columns{
			display: flex;
			justify-content: center;
			
	        >.wp-block-column{
	            border-radius: 25px;
	            flex-basis: 100% !important;
	            max-width: 100%;
	            display: flex;
	            align-content: center;
	            flex-wrap: wrap;
	            border-width: 2px !important;
	            padding: 20px 10px;
	            align-items: center;
	            
	            
				figure{					
	                width: 70px;
	                height: 70px;
	                padding: 15px;
	                margin: 0 !important;
	                border: solid 1px #f5e7c0;
	                background: #fff8e5;
	                border-radius: 90px;
					filter: none;
					img{
						filter: brightness(0) saturate(100%) invert(20%) sepia(10%) saturate(4575%) hue-rotate(172deg) brightness(99%) contrast(89%);
					}
				}
				figure::after{
					display: none;
				}
				>div{
					width: calc(100% - 70px);
					margin: 0;
					padding-left: 10px;
					text-align: left;
					h4{
						margin: 0 !important;
						font-size: 18px !important;
					}
					p{
						font-size: 14px;
						margin-top: 10px !important;
					}
				}
		  }
		}
	}
	
	


	.shortGradient.numericGrad{		
	    .wp-block-columns{
	        padding: 0;
	        gap: 0 !important;
	        margin: 20px -6px;
	        width: calc(100% + 12px);
	        
	        >.wp-block-column{
		        flex-basis: 33% !important;
		        max-width: 33%;
		        border-radius: 0;
		        padding: 5px 10px;
		        display: flex;
		        margin: 0px !important;
		        align-content: flex-start;
		        padding-right: 5px;
				h4{
					font-size: 28px;
					width:100%;
				}
				p{
					font-size: 14px;
					width:100%;
				}	
			}
	
		}
	}

	.formHolder{
		padding: 25px 20px;
		>div{
			>div{
				padding: 0px !important;
			}
		}
		img{
			margin-bottom: 20px;
			aspect-ratio: 1;
			object-fit: cover;
		}
		h2{
			font-size: 25px;
		}
		.wp-block-media-text__content{
			padding: 0px !important;
		}
	}
	
	.formHolder.designPage{
		 >div{
			 display: flex;
			 flex-wrap: wrap;
			 justify-content: flex-start;
			 
			 >figure{
				 width: 70px;
				 height: 70px;
				 margin-right: auto;
				 margin-left: 10px !important;
				 padding: 10px;
				}
			 >div{
				 width: 100%;
				 margin: -70px 10px 0!important;
				 border-left: none;
				 padding: 0 !important;
				 
				 p{
					 border-top: solid 2px #deb546;
					 margin-top: 10px;
					 padding-top: 10px;
					}
				 h4{
					 min-height: 70px;
					 font-size: 22px;
					 padding-left: 80px;
					 display: flex;
					 align-items: center;
					}
				}
		 }
	}
	
	
	.contactBlockContainer{
		.contactBlock{
			width: 100%;
			max-width: 100%;
			padding: 25px 20px;
		}
	}
	.contactBlockContainer.doubleBlock{
		margin-top: -60px;
		.contactBlock{
			width: 100%;
			max-width: 100%;
			padding: 25px 20px;
		}
	}

	.prakaProject{
		padding: 25px 20px;
		h2{
			font-size: 25px;
		}
		.specs {
			>div:nth-child(2) {
				margin-top: 10px;
				>div{
					margin: 0px !important;
					padding: 10px !important;
					display: flex;
					>div{
						width: calc(50% - 10px) !important;
						padding: 10px !important;
						>div>p{
							font-size: 14px !important;
						}
					}
				}
				h3{
					font-size: 20px;
				}
				p{
					font-size: 14px;
				}
			}
		}
	}
}