/**
Theme Name: App App Landing Page
Author:Themarlab
version :2.0
*/
/**
 * Table of Contents
 * 1.0 - Fonts
 * 2.0 - Reset css
 * 3.0 - navbar
 * 4.0 - banner
 * 5.0 - Platform
 * 6.0 - Service
 * 7.0 - Feature
 * 8.0 - Customer-testimonial
 * 9.0 - Screenshot
 * 10.0 - Video
 * 11.0 - Team Member
 * 12.0 - Pricing
 * 13.0 - subscribe
 * 14.0 - Footer
 * 15.0 - Preloader
 * 16.0 - Responsive css
 */

/* ==========================================================================
   1.0 Fonts
   ========================================================================== */ 

/*montserrat font*/
@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-bold-webfont.woff') format('woff'),
         url('../fonts/montserrat/montserrat-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/*open sans font*/
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/open-sans/opensans-bold-webfont.eot');
    src: url('../fonts/open-sans/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/open-sans/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/open-sans/opensans-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans/opensans-regular-webfont.eot');
    src: url('../fonts/open-sans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/open-sans/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/open-sans/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/open-sans/opensans-light-webfont.eot');
    src: url('../fonts/open-sans/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/open-sans/opensans-light-webfont.woff') format('woff'),
         url('../fonts/open-sans/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/* ==========================================================================
   2.0 Reset css
   ========================================================================== */
html, body { 
	overflow-x: hidden;
    background: #202426;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'montserratbold';
	margin: 0px;
}
ul{
	padding: 0px;
}
li{
	list-style: none;
}

p{
	font-family: 'open_sansregular';
	color: #898989;
	margin-top: 15px;
	line-height: 24px;
}
a{
	text-decoration: none;
	outline: 0;
}
a:active,
a:focus { 
	outline: 0;
    -moz-outline:0; 
    background-color: transparent !important;
}
a:hover{
	text-decoration: none;
}
section{
	padding:40px 0px;
    background: #ffffff;
}
section .section-text{
	padding: 0px 0px 70px 0px;
}

section .section-heading{
	font-family:'montserratbold';
	font-size: 30px;
	color: #363636;
	line-height: 36px;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.nplr{
	padding: 0px;	
}
.npl{
	padding-left:0px;	
}
.npr{
	padding-right:0px;	
}

/* CUSTOM CSS */
.head-text{
    font-family: 'montserratbold';
    font-size: 30px;
    color: #c7ab48;
    line-height: 36px;
    text-transform: uppercase;
    padding-top: 5px;
}

.head-text-sub{
    font-family: 'montserratbold';
    font-size: 20px;
    color: #c7ab48;
    line-height: 23px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.main-text{
    font-size: 15px;
    letter-spacing: 1px;
    color: #1c1c1d;
}

.main-text-sub{
    font-size: 19px;
}

.footer-text{
    color: #f4f4f4;
}

.quotes{
    position: relative;
    padding-left: 35px;
    color: gray;
}

q {
    quotes: '\201c' '\201d';
}
.quotes:before {
    content: open-quote " ";
    display: inline-block;
    left:0px;
    top: -30px;
    font-size: 70px;
    position: absolute;
}

.office-pictures img{
    padding: 10px;
}

.row-team{
    padding-bottom: 40px;
}

.team-person{
    padding-top: 20px;
}

.row-team li{
   list-style: square;
}

.ordered-list, .numbered-list {
    padding-left: 40px;
    padding-right: 40px;
    color: #898989;
}

.ordered-list li{
    list-style: square;
}

.numbered-list li{
    list-style: decimal;
}

.google-map{
    height: 500px;
    width: 100%;
}


/* ==========================================================================
    3.0 Navbar Styling
   ========================================================================== */
.navbar-custom {
  background-color: rgba(255, 255, 255, 1.00);
  border:none;
  padding: 15px 0px;
  -webkit-transition: padding .5s;
  -moz-transition: padding .5s;
  transition: padding .5s;
} 
.navbar-custom .navbar-brand {
	padding: 10px 15px;
    color: #c7ab49;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}   
.navbar-custom .navbar-toggle {
  background-color: #363636;
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  margin-right: 0px;
}
.navbar-custom ul li a{
	color: #c7ab48;
	text-transform: uppercase;
    font-weight: 350;
    letter-spacing:3px;
}
.navbar-custom ul li a:hover{
	color: #e4c552;
	background:transparent; 
}
/*.navbar-custom ul li:last-child a{
	border: 2px solid #3a71ff;
	border-radius: 50px;
  	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px;
	padding: 12px 20px;
	transition: 0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
}*/
/*.navbar-custom ul li:last-child a:hover{
	background:#3a71ff;
	color: #fff; 
}*/
.navbar-nav li a.active{
	color: #e4c552;
}

.navbar-custom.affix{
	background-color: #ffffff;
	padding: 15px 0px;
}
/* ==========================================================================
   4.0 Banner Styling
   ========================================================================== */
.banner-content{
	background-image: url(../image/kantoor.jpg);
   /* background: #ffffff;*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    height: 400px;
   /* padding:10px 0px 260px 0px;*/
}

.banner-content-subpage{
    height: 80px;
}

.banner-content-team{
    background-image: url(../image/kantoor-2.jpg);
}

.banner-content-tarieven{
    background-image: url(../image/kantoor.jpg);
}

.banner-content-algemene-voorwaarden{
    background-image: url(../image/kantoor-4.jpg);
}

.banner-content-contact{
    background: #ffffff;
    height: 500px;
}

.banner-content .intro-text p{
	color: #fff;
}
.banner-content .intro-text .intro-heading{
	padding-bottom: 30px;
	font-size: 55px;
	font-family:'montserratbold';
	text-transform: uppercase;
}
.banner-content .intro-text .button a{
	border-radius: 50px;
	background: transparent;
	border:2px solid #363636;
	border-radius: 50px;
  	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px;
	background: transparent;
	text-transform: uppercase;
	font-family: 'open_sansbold';
	padding: 20px 40px;
	margin-top: 40px;
	margin-right: 15px;
	display: inline-block;
	color: #fff;
	transition: 0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
}
.banner-content .intro-text .button a:hover{
	background: #363636;
	color: #fff;
}
.banner-content .mockup{
	position: relative;
}
.banner-content .mockup img{
	position: absolute;
	right: 0px;
	top: -100px;
	width: 100%;
}
/* ==========================================================================
   5.0 Platform Styling
   ========================================================================== */
.platform .section-text{
	padding: 0px 0px 10px 0px;
}
.platform .platform-button li{
	display: inline-block;
}
.platform .platform-button li a{
	display:block;
	background: transparent;
	border:1px solid #363636;
	color: #363636;
	padding-top: 7px;
	height: 90px;
	width: 90px;
	font-size: 48px;
	margin: 0 15px 0 0;
	transition: 0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s; 
}
.platform .platform-button li:last-child a{
	margin-right: 0px;
}
.platform .platform-button li a:hover{
	background: #363636;
	color: #fff;
}
/* ==========================================================================
    6.0 Service Styling
   ========================================================================== */
.service{
	position: relative;
	background: url('../image/service-place.png') no-repeat;
	background-size: cover;
	background-position: center center;
}
.service:before{
	content: '';
	position: absolute;
	left: 0%;
	top: 0px;
	width: 57%;
	height: 100%;
	background: #323540;
	opacity: 0.90;
}
.service .service-colum{
	margin-bottom: 35px;
}
.service .service-colum .service-icon{
	color: #363636;
	font-size: 36px;
	margin-bottom: 20px;
} 
.service .service-colum .service-text h4{
	font-family: 'montserratbold';
	color: #fff;
	font-size: 20px;
	margin: 0px;
} 
.service .service-colum .service-text p{
	padding-top:16px;
	color: #fff;  
}
/* ==========================================================================
    7.0 Feature Styling
   ========================================================================== */ 
.feature .section-text{
	padding: 0 0px 10px 0px;
}
.feature .feature-holder{
}
.feature .feature-holder .feature-mockup img{
	max-width: 100%;
}

.feature .feature-holder .left-feature .icon{
	margin-left: 10px;
	float: right;
}
.feature .feature-holder .right-feature .icon{
	margin-right: 10px;
	float: left;
}
.feature .feature-holder .left-feature{
	padding-left: 100px;
	margin-top: 13%;
	text-align: right;
}
.feature .feature-holder .right-feature{
	padding-right: 100px;
	margin-top: 13%;
}
.feature .feature-holder .feature-list{
	margin-top: 40px;
}
.feature .feature-holder .feature-list .icon{
	font-size: 30px;
	color: #363636;
	width: 40px;
	text-align: center;
}
.feature .feature-holder .feature-list .feature-title{
	font-family: 'montserratbold';
	font-size: 22px;
	color: #000;
	padding-top: 5px;
}
.feature .feature-holder .feature-list p{
	color: #898989;
	padding-top: 20px;
}

/* ==========================================================================
   8.0 Customer-testimonial Styling
   ========================================================================== */

.customer-testimonial{
	background: #ebebeb;
}
.customer-testimonial .cicustom{
	margin-top: 40px;
}
.customer-testimonial .cicustom li{
	border: 1px solid #363636;
	height: 15px;
	width: 15px;
	padding: 10px 0 0 10px;
}
.customer-testimonial .cicustom .active{
	background-color: #363636;
}
.customer-testimonial .testimonial-section {
    width: 100%;
    height: auto;
    position: relative;
    font-size:14px;
    font-size: 14px;
    color: #959595;
}

.customer-testimonial .testimonial-section-name h4{
    text-align:left;
   	font-size: 30px;
    color:#000;
    padding: 15px 0 5px 0;
    font-family: 'open_sanslight';
}
.customer-testimonial .testimonial-section-name .client-name{
	color: #000;
	font-size: 18px;
}
.customer-testimonial .carousel-inner img {
	 width:90px;
	 height:90px;
	 border: 2px solid #fff;
}
.customer-testimonial .carousel-indicators-set {
    position:static;
    margin-left:0px;
    width:100%;
}
/* ==========================================================================
   9.0 Screenshot Styling
   ========================================================================== */

/****************ow-carousel*****************/
.screenshot .owl-theme .owl-item{
	-webkit-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
	-moz-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
	-ms-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
	-o-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
	transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.screenshot .owl-theme .owl-item{
	opacity: 0.2;
	transform: scale(0.6);
}
.screenshot .owl-theme .owl-item.active.center{
	opacity: 1;
	transform: scale(1);
}
.screenshot .owl-theme .owl-dots{
	text-align: center;
	margin-top: 40px;
}
.screenshot .owl-theme .owl-dots .owl-dot{
	display: inline-block;
}
.screenshot .owl-theme .owl-dots .owl-dot.active span{
	background: #363636;
}
.screenshot .owl-dot span{
	width: 15px;
	height: 15px;
	display: block;
	border:1px solid;
	border-color: #363636;
	border-radius: 50px;
	margin:0px 5px;
}   
/* ==========================================================================
   10 Video Styling
   ========================================================================== */
.video{
	background:url('../image/video-place.png') no-repeat;
	background-position: center center;
	background-size: cover;
	text-align:center;
	padding: 150px 0px;   
}
.btn-video{
	background-color:transparent !important;
	border: none;
	color: #fff;
	font-size: 90px; 
}
.modal-dialog.custom-dialog {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
}
.custom-dialog .modal-body{
	padding: 0px;
}

/* ==========================================================================
  11.0  Team Member Styling
   ========================================================================== */
.team-member{
	border-bottom:1px solid #ccc;
}
.team-mem-col{
}
.team-mem-col img{
	width: 100%;
}
.team-mem-col .link{
	position: relative;
	display: block;
	overflow: hidden;
}
.team-mem-col .member-name h4{
	font-size:18px;
	font-family: 'open_sansregular';
	color: #000;
	padding-top: 20px;
	padding-bottom: 5px; 
}
.team-mem-col .member-name p{
	font-size:14px;
	color: #959595;
	font-family: 'open_sansbold'; 
	margin: 0px; 
}
.team-mem-col .team-hover{
	background: rgba(255,255,255,0.9);
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -350px;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
}
.team-mem-col .team-hover .team-hover-content{
	padding: 20px;
	color: #fff;
}
.team-mem-col .team-hover .team-hover-content h4{
	font-size: 18px;
	font-family: 'open_sansregular';
}
.team-mem-col .team-hover .team-hover-content p{
	padding-top: 20px;
	color: #000;
	font-size: 12px;
	line-height: 20px;
}
.team-mem-col .team-hover .team-hover-content .extra-link{
	font-size: 10px;
	width: 100%;
}
.team-mem-col .team-hover .team-hover-content i{
	background: transparent;
	border: 1px solid #363636;
	padding: 10px;
	height: 30px;
	width: 30px;
	border-radius: 50px;
	margin-right: 10px;
	color: #363636;
}
.team-mem-col .team-hover .team-hover-content i:hover{
	background:#363636;
	color: #fff; 
}
.team-mem-col .link:hover .team-hover{
	bottom:-130px; 
}
/* ==========================================================================
   12.0 Pricing Styling
   ========================================================================== */    
.pricing{
	border-bottom: 1px solid #e1e1e1;
}
.pricing-wrapper{
	text-align: center;
}
.pricing-table:hover{
	box-shadow: 0px 2px 5px #888888;
}
.pricing-table{
	border: 1px solid #e1e1e1;

}
.pricing-table.popular-table{
	background: #363636;
	border:1px solid #363636;
}
.pricing-table.popular-table .pricing-footer a,
.pricing-table.popular-table .pricing-header, 
.pricing-table.popular-table .pricing-content .main-pricing h4,
.pricing-table.popular-table .pricing-content .main-pricing p,
.pricing-table.popular-table .pricing-content .pricing-feature li{
	color:#fff;
}

.pricing-table.popular-table .pricing-footer a{
	border-color:#fff;
}

.pricing-wrapper .pricing-content .main-pricing{
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
}
.pricing-wrapper .pricing-header{
	padding:15px;
	font-size: 20px;
	color: #000;
	font-family: 'open_sansbold';
}
.pricing-wrapper .pricing-content .main-pricing h4{
	font-size: 36px;
	color:#000;
	font-family: 'open_sansbold';
	margin: 0px;
}
.pricing-wrapper .pricing-content .main-pricing p{
	font-family: 'open_sansregular';
	font-size: 18px;
	color: #959595;
	margin: 0px;
}
.pricing-wrapper .pricing-content .pricing-feature li{
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.pricing-wrapper .pricing-footer{
	margin:50px 0px;
}
.pricing-wrapper .pricing-footer a{
	font-family: 'open_sansbold';
	display:inline-block;
	padding: 15px 25px;
	margin-top: 50px;
	border:2px solid #000;
	color: #000;
	margin: 0px;
	background: transparent;
	border-radius: 50px;
  	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px;

}
/* ==========================================================================
   13.0  subscribe Styling
   ========================================================================== */     
.subscribe{
	background: url('../image/subscribe-place.png') no-repeat;
	background-size: cover;
	background-position: center center;
}
.subscribe .section-text .section-heading{
	color: #fff;
}
.subscribe .custom-form{
	position: relative;
}
.subscribe .custom-form label{
	position: absolute;
	top: 13%;
	color: #fff;
	font-size: 30px;
	margin-left: 25px;
}
.subscribe .custom-form .form-control{
	height: 65px;
	background-color: transparent;
	border-radius: 50px;
	padding: 0 200px 0 70px;
	color: #fff;
	font-size: 18px;
}
.subscribe .custom-form button{
	padding: 12px 40px;
	background: #363636;
	color: #fff;
	font-size: 18px;
	border: none;
	border-radius: 50px;
  	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px;
	position: absolute;
	top: 7px;
	right: 23px;
}
/* ==========================================================================
   14.0 Footer Styling
   ========================================================================== */
.footer-wrapper{
	background: #202426;
	padding: 30px 0px;
}
.footer-wrapper .social-holder{
	text-align: center;
}
.footer-wrapper .social-holder a{
	margin-right: 15px;
}
.footer-wrapper .social-holder a:last-child{
	margin-right: 0px;
}
.footer-wrapper .social-holder i{
	font-size: 14px;
	height: 30px;
	width: 30px;
	background: #e1e1e1;
	color: #636363;
	border-radius: 50px;
	padding: 9px;

}
.footer-wrapper .copyright{
	font-size: 14px;
	color: #b7b7b7;
	text-align: center;
	margin-top: 20px;
}
    
/* ==========================================================================
   15.0 Footer Styling
   ========================================================================== */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #ffffff; /* change if the mask should have another color then white */
    z-index:10000; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../image/loading.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
.modal {
	text-align: center;
	padding: 0;
}

.modal:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -2px;
	height: 100%;
}

.modal-dialog.dnld-dialog {
	display: inline-block;
	vertical-align: middle;
}
.modal-dialog.dnld-dialog a:first-child{
	margin-right:10px; 
}

/******************color-panel***************/
.cp-custom{
	padding: 15px;
}
.cp-custom #cpToggle{
	background: none;
}
.cp-custom i{
	font-size: 18px;
	color:#fff; 
}
/* ==========================================================================
   16.0 Responsive CSS
   ========================================================================== */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.feature .feature-holder .left-feature{
		padding-left: 20px;
	}
	.feature .feature-holder .right-feature{
		padding-right: 20px;
	}	

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	section{
		padding: 50px 0px;
	}
	.banner-content{
		padding: 220px 0px 180px 0px; 
	}
	
	.banner-content .mockup img {
		top: -50px;
	}
	.service::before{
		width: 100%;
	}
	.service-colum{
		text-align: center;
	}
	.feature .section-text {
	    padding: 0 40px 10px 40px;
	}
	.feature .feature-holder .left-feature{
		text-align: left;
		margin-top: 0px;
	}
	.feature .feature-holder .left-feature .icon {
	    float: left;
	}
	.feature .feature-holder .right-feature{
		margin-top: 0px;
	}
	.feature .feature-holder .feature-mockup img{
		margin-left: 0px;
	}
	.navbar-custom .navbar-nav > li > a {
	    padding: 15px 10px;
	    font-size:12px; 
	}
	.platform .section-text{
		padding: 0px 40px 25px 40px;
	}
	.team-mem-col .team-hover{
		bottom: -420px;
	}
    .navbar-brand {
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	p{
		font-size: 12px;
	}
	section .section-text {
	    padding: 0px 40px 40px 40px;
	}
	.banner-content {
	    padding: 180px 0px 100px 0px;
	}

	.banner-content .intro-text .intro-heading{
		font-size: 40px;
	}
	.banner-content .intro-text .button a {
	    padding: 15px 30px;
	    margin-top: 25px;
	}
	.intro-text{
	 	text-align:center; 	
	}
	.feature {
	    margin-bottom:0px;
	}
	.feature .feature-holder {
	    margin-top: 0px;
	    padding: 0 20px;
	}
	.platform .platform-button li a {
		font-size: 36px;
	    height: 70px;
	    width: 75px;
	    margin: 0 15px 0 0;
	}
	section{
		padding: 50px 0px;
	}
	.navbar-custom{
		background-color: #20242ft;
	}
	.navbar li{
		text-align: center;
	}
	.subscribe .custom-form button{
		padding: 12px 14px;
		font-size: 14px;
		top: 10px;
	}
	.navbar-custom .navbar-toggle {
        background-color: #363636;
 
    }
    .navbar-custom .navbar-toggle:focus {
    	background-color: #363636;
	}

    .team-mem-col .link:hover .team-hover {
    	bottom: -250px;
	}
    .navbar-default .navbar-toggle:hover{
    	background-color: #363636;
    }
    .team-mem-col .link:hover .team-hover {
    	bottom: -520px;
	}
	.res-margin{
    	margin-bottom: 40px;
    }

    .modal-dialog.custom-dialog {
	    width: 100%;
	}
	.customer-testimonial .carousel-inner img {
	    margin-bottom: 10px;
	    margin-left: 15px;
	}

    .head-text{
        font-size: 23px;
    }

    .head-text-sub{
        font-size: 15px;
    }

    .main-text-sub{
        font-size: 14px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.team-mem-col .link:hover .team-hover {
	    bottom: -150px;
	}
	.container{
		padding-left: 35px;
		padding-right: 35px;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 360px) {
	.navbar-custom{
		padding: 15px 0;
	}
	.navbar-brand img{
		width: 130px;
	}
    
}    

.widget-container {
  display: flex;             /* Enables flexbox layout */
  justify-content: center;   /* Centers items horizontally */
  align-items: center;       /* Centers items vertically */
  gap: 20px;                 /* Adds space between widgets */
  margin: 20px 0;            /* Adds vertical spacing around the container */
}

.widget {
  flex: 0 1 auto;            /* Allows widgets to maintain their width */
  max-width: 100%;           /* Prevents overflow on smaller screens */
}

.featurable-widget iframe {
  width: auto;               /* Allows the iframe to size based on its content */
  max-width: 100%;           /* Ensures responsiveness */
}