/*
Theme Name: MBS
Author: Atanas
Description: CSS for outside of default theme.
Version: 1.0
*/

/*  Blog Page Start  */

.bg-shadow {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.blog-read-more{
	color: #400406;
	font-weight: 600;
	text-decoration: none;
}

.new-blog-title{
	color: #400406;
	font-weight: 700;
	text-decoration: none;
	font-size: 1.2em;
}

 .custom-container {
     max-width: 1140px;
     padding-left: 25px;
     padding-right: 25px;
     margin-left: auto;
     margin-right: auto;
 }


.blog-list .hero-over .post {
    padding: 12rem 2rem 2rem 2rem;
    width: 100%;
    height: 100%;
    margin-bottom: 12px;
    vertical-align: middle;
    background-size: cover;
    background-position: center top;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}

.blog-list .hero-over .post.half {
    padding: 6rem 2rem 2rem 2rem;
    height: 49%;
}

.blog-list .hero-over .post:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 1));
    z-index: 0;
}

.blog-list .hero-over .post > div {
    position: relative;
    z-index: 2;
}

.blog-list .hero-over .post h2 {
    font-weight: 700;
    font-size: 2em;
}
.color-2, .color-hv-2:hover {
    color: #0090E9 !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
	text-decoration: none;
}

.a-tag-blog {
	text-decoration: none;
	color: #0090E9;
}

.color-1, .color-hv-1:hover {
    font-size: 1.25rem;
	text-decoration: none;
	color: #0090E9;
	font-weight: bold;
}

.more-blog-title {
	color: #0090E9;
}

.bg-3 {
	background-color: #F3F6DC;
}

.past-blog-side-title {
	color: #000000;
}

@media only screen and (min-width: 992px) {
    body.blog .hero-over .post h2 {
        font-size: 2em;
        font-weight: 900;
    }
}

@media only screen and (min-width: 1400px) {

     html,
     body {
         font-size: 16px;
     }

     .custom-container,
     .container,
     .container-lg,
     .container-md,
     .container-sm,
     .container-xl,
     .container-xxl,
     .wppb-container,
     .wppb-builder-container#wppb-builder-container .wppb-row-parent > .wppb-container,
     .wppb-carousel-content-wrap .wppb-container,
     .wppb-row-parent > .wppb-container {
         max-width: 1320px !important;
     }

     .wppb-builder-container#wppb-builder-container .wppb-row-parent > .wppb-container.wppb-container-full,
     .wppb-carousel-content-wrap .wppb-container.wppb-container-full {
         max-width: none !important;
     }



 }


@media (max-width: 767px){
	.blog-list .hero-over .post {
		padding: 5rem 2rem 2rem 2rem;
	}
}

/*  ---Blog Page End---  */


/*  Home Page Start  */

.feature-box-border .wppb-column {
    border: white 3px solid;
    border-radius: 30px;
    padding: 30px;
}

.feature-box-border {
    padding-bottom: 40px;
}

.feature-box-background .wppb-column {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 30px;
}

.feature-box-background {
    padding-bottom: 40px;
}


/*  ---Home Page End---  */


/* Form Start */

.rock-form-wrap {
  width: 100%;
  max-width: 980px;
}

.rock-form-row {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.rock-form-col {
  flex: 1;
}

.rock-form-col .wpcf7-form-control-wrap {
  display: block;
}

.rock-form-input {
  width: 100%;
  height: 42px;
  border: none;
  border-radius: 0;
  background: #fff;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 14px;
  box-sizing: border-box;
  outline: none;
}

.rock-form-input::placeholder {
  color: #777;
  opacity: 1;
}

.rock-form-input:focus {
  box-shadow: 0 0 0 1px #1e73be inset;
}

.rock-form-actions {
  margin-top: 18px;
}

.rock-form-actions p {
	margin-bottom: 0px !important;
}

.rock-form-col p {
	margin-bottom: 0px !important;
}

.rock-form-submit {
  border: none;
  padding: 15px 30px 15px 30px;
  background: linear-gradient(90deg, #1692f3 0%, #0b49d8 100%);
  color: #fff;
  font-size: 1em;
  font-weight: 400;
	text-decoration: underline;
}

.rock-form-submit:hover {
  opacity: 0.92;
}

.rock-form-submit:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.35), 0 0 0 4px rgba(11,73,216,0.45);
}

.rock-form-wrap .wpcf7-spinner {
  margin-top: 12px;
}

/* Default (placeholder-like state) */
.custom-hear-about-us {
  color: #666666; /* match your input placeholder color */
}

/* When user selects something */
.custom-hear-about-us:valid {
  color: #666666; /* or whatever your normal text color is */
}

@media (max-width: 768px) {
    .rock-form-row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .rock-form-col {
        width: 48%;
    }

    .rock-form-col-full {
        width: 100%;
    }
	
	.rock-form-row {
    display: flex;
    flex-wrap: wrap;
}

.rock-form-col {
    width: 50%;
}
}

@media (max-width: 767px) {
  .rock-form-row {
    flex-direction: row;
    gap: 10px;
    margin-bottom: 10px;
  }

  .rock-form-input {
    height: 44px;
  }

  .rock-form-submit {
    width: 100%;
    font-size: 20px;
	text-decoration: underline;
  }
}

/*  ---Form End---  */


/* Search Start */

.entry-title a {
	color: #400406;
	text-decoration: none;
}

.color-gray a {
	color: #fff;
	background: #E3655B !important;
	border-color: #E3655B;
}

/*  ---Search End---  */

/* Random Start */

.flip-h-350 .wppb-flipbox-panel {
    height: 350px;
}

.flip-h-350 .wppb-flipbox-front,
.flip-h-350 .wppb-flipbox-back {
    height: 100%;
}

.flip-h-350 .flip-box-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; /* optional: center content vertically */
}


.faq-custom .fa-plus-square {
	color: #0090E9;
}

.faq-custom .wppb-accordion-item .wppb-accordion-title.active {
	border-width: 1px 1px 0px 1px;
	border-radius: 10px 10px 0px 0px;
	margin-top: 10px;
}

.faq-custom .wppb-accordion-title-content {
	font-size: 16px;
	font-family: 'Verdana';
	font-weight: 600;
}

.center-img-section .wppb-image-addon-content {
	display: flex;
	justify-content: center;
}

.wppb-row-1734547837725 {
	position: static !important;
}

.no-padding-boxes .wppb-container .wppb-row .wppb-column-parent {
	padding-left: 10px !important;
    padding-right: 10px !important;
}

.z-10{
	z-index: 10 !important;
}


.form-message {
	height: 150px !important;
	margin-bottom: 15px;
}

#wpadminbar {
	height: 46px !important;
	background: #000000 !important;
}

.bounce-hv {
    transition: all .3s;
    z-index: 100;
}

.bounce-hv:hover {
    transform: translatey(-20px);
}

.number-section-top .number-section {
	padding-left: 10px !important;
}
.icons-gray-box {
	width: 80px;
	margin-right: 20px;
}


.icon-text-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 5px;
}

.icon-container {
  flex-shrink: 0;
}

.text-container {
  flex: 1;
}

.text-gray-box {
	font-size: 1.2em;
    font-weight: 700;
}

/*  ---Random End---  */



/* Tablet or smaller */
@media (max-width: 992px) { 
.feature-box-background .wppb-column {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 10px;
}
	
	.feature-box-border .wppb-column {
		border: white 3px solid;
		border-radius: 30px;
		padding: 10px;
	}
	
	.wppb-row-parent .wppb-container .wppb-row .pr-10 {
		padding-right: 10px !important;
	}

	.wppb-row-parent .wppb-container .wppb-row .pl-10 {
		padding-left: 10px !important;
	}
	
	.wppb-row-1734547837725 {
    margin: 0px 0px 0px 0px !important;
}
	
	
}



/* mobile */
@media (max-width: 767px) { 
	.no-bubble-mobile {
		background-image: none !important;
	}
	.two-buttons .repeater-1 {
		padding-top: 10px;
	}
	
	.number-section-top .number-section {
		padding-left: 25px !important;
	}
	.number-section-top {
		background-color: transparent !important;
	}
	.white-on-mobile .wppb-column {
		background-color: #ffffff;
	}
}

.rainbow-overlay {
  position: relative;
  overflow: hidden;
}

.rainbow-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
    #FF6767 4%,
    #FFBF62 20%,
    #FBF278 41%,
    #AAE98F 59%,
    #9BCCE8 76%,
    #B98CE2 95%
  );
  opacity: 0.5;
  pointer-events: none;
  z-index: 0; /* <-- Send to back */
}

/* Make sure all child content is above the overlay */
.rainbow-overlay * {
  position: relative;
  z-index: 1;
}

.relative-hdr {
    position: fixed;
    width: 100%;
    z-index: 100;
}



/* Slider Here Section */

.hero .carousel {
    height: 650px;
}

.hero .container {
	text-align: left;
}

.hero .carousel-inner,
.hero .carousel-item {
    height: 100%;
}

.hero .carousel-item {
    position: relative;
    background-position: top center;
    background-size: cover;
}

.hero .carousel-item .carousel-caption {
    z-index: 3;
    right: 0;
    left: 0;
}



.hero .carousel-item .carousel-caption .btn {
    padding: 15px 30px;
    font-size: 16px;
	background: linear-gradient(90deg, #0090e9 5%, #0039bd 80%);
	border: 0px solid;
	text-decoration: underline;
	margin-left: 0px !important;
}

.hero .carousel-indicators {
    z-index: 4;
}

.hero .carousel-indicators li {
	width: 55px;
    height: 3px;
    border-radius: 50px 50px 50px 50px;
    background-clip: unset !important;
    opacity: 1 !important;
    border-top: 0px !important;
    margin-bottom: 3rem !important;
}

.carousel-indicators [data-bs-target] {
	background-color: white !important;
	opacity: 1 !important;
}

.carousel .carousel-indicators .active {
	    background-color: #0090E9 !important;
}

.carousel-indicators li {
    list-style: none;
}

.hero .carousel-caption {
    bottom: 5rem;
}

.container .hero-title {
	color: #000000;
	font-size: 40px;
    line-height: 40px;
    letter-spacing: -1%;
	text-align: left;
	margin-bottom: 25px;
	width: 50%;
	text-transform: uppercase;
}


.container .hero-years-number {
	color: #0090E9;
	font-size: 3.75em;
    line-height: 60px;
    font-weight: 700;
	text-align: left;
	margin-bottom: 0px;
}


.container .hero-years-text {
	color: #000000;
	font-size: 20px;
    line-height: 20px;
    letter-spacing: -1%;
	text-align: left;
	font-weight: 700;
	margin-bottom: 25px;
}


.container .hero-body-text {
	color: #000000;
	font-weight: 400;
	font-size: 32px;
    line-height: 32px;
    letter-spacing: -1%;
	text-align: left;
	margin-bottom: 25px;
	width: 50%;
}

@media (min-width: 768px) {
.hero {
    height: 70%;
    max-height: 700px;
}
	
}

@media (max-width: 778px) {
	
	.hero .carousel-indicators li {
		margin-bottom: 2rem !important;
	}
	.hero .carousel-caption {
		bottom: 5.5rem;
	}
	
	.hero .carousel {
		height: 550px;
	}
	
	.container .hero-title {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: -1%;
		text-align: left;
		margin-bottom: 25px;
		width: 100%;
	}
	
	.container .hero-body-text {
		font-weight: 400;
		font-size: 22px;
		line-height: 22px;
		letter-spacing: -1%;
		margin-bottom: 25px;
		width: 100%;
	}
	
	
}
@media (min-width: 992px) {}

/*? End of Slider Here Section */
