/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

@media (max-width: 992px) {
    .fl-node-3fa5q4yrduc2 > .fl-row-content-wrap:after {
        background-image: -o-linear-gradient(264deg, rgba(18, 59, 100, 0.5) 0%, #113A62 100%) !important;
        background-image: linear-gradient(186deg, rgba(18, 59, 100, 0.5) 0%, #113A62 100%) !important;
    }
    .ginput_recaptcha iframe {
        -webkit-transform: scale(0.80);
            -ms-transform: scale(0.80);
                transform: scale(0.80);
        -webkit-transform-origin:0 0;
            -ms-transform-origin:0 0;
                transform-origin:0 0;
    }
}

@media (max-width: 1150px) {
    .ginput_recaptcha iframe {
        -webkit-transform: scale(0.80);
            -ms-transform: scale(0.80);
                transform: scale(0.80);
        -webkit-transform-origin:0 0;
            -ms-transform-origin:0 0;
                transform-origin:0 0;
    }
}

@media (max-width: 1035px) {
    .ginput_recaptcha iframe {
        -webkit-transform: scale(0.75);
            -ms-transform: scale(0.75);
                transform: scale(0.75);
        -webkit-transform-origin:0 0;
            -ms-transform-origin:0 0;
                transform-origin:0 0;
    }
}

@media (max-width: 400px) {
    .ginput_recaptcha iframe {
    -webkit-transform: scale(0.70);
        -ms-transform: scale(0.70);
            transform: scale(0.70);
    -webkit-transform-origin:0 0;
        -ms-transform-origin:0 0;
            transform-origin:0 0;
    }
}

.cstm-blogs span.fl-post-grid-date {
    font-size: 13px;
}

/*** Request a Qoute Page ***/
div#gf_page_steps_3 {
    background-color: #1D35571a;
    border-radius: 50px;
    margin-bottom: 75px !important;
}
div#gform_wrapper_3.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
    background: #1D3557 !important;
    color: #ffffff !important;
}
div#gform_wrapper_3.gform_wrapper.gravity-theme .gf_step_number {
    background: #ffffff !important;
    color: #1D3557 !important;
}
div#gform_wrapper_3.gform_wrapper.gravity-theme .gf_step {
    margin: 2px 32px -2px 0;
}
div#gfield_description_3_1 {
    color: #1D3557 !important;
    font-style: italic;
}
div#gform_wrapper_3 .gform_next_button {
    color: #ffffff !important;
    padding: 10px 100px !important;
    transition: 0.3s ease-in-out !important;
}
div#gform_page_3_3 .gfield,
div#gform_page_3_4 .gfield,
div#gform_page_3_5 .gfield,
fieldset#field_3_10 legend {
    text-align: left !important;
}


/*** Custom Code September 4, 2025 ***/
.new-process-step {
	position: relative;
}
.new-process-step:hover {
	background-color: #F5F8FA !important;
  	transition: 0.3s ease-in-out;
	cursor: pointer;
}
.new-step-number {
	position: absolute;
    top: -20px;
    left: -20px;
}

.two-column-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style-position: inside;
  padding: 0;
  margin: 0;
  align-items: start;
  column-gap: 20px;
}

.two-column-list li:nth-child(-n+3) {
  grid-column: 1;
}

.two-column-list li:nth-child(4) {
  grid-column: 2;
  grid-row: 1;
}
.two-column-list li:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}

@media (max-width: 767px) {
  .two-column-list {
    grid-template-columns: 1fr;
  }

  .two-column-list li {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

div#about-contact-info img {
    margin: 3px 10px 10px 0px;
}

div#about-contact-info a:hover {
    color: #113A62 !important;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.home-blog .fl-post-grid-post:hover,
.blog-archive .fl-post-grid-post:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
    cursor: pointer;
}
/* Base state */
.product-box-model .fl-module-box {
  transition: box-shadow 0.3s ease-in-out;
  cursor: pointer;
}

/* Hover state */
.product-box-model .fl-module-box:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.blog-archive span.fl-post-grid-date,
.sidebar-recent-post span.fl-post-grid-date {
    color: #3AC4F2;
    font-size: 13px;
    font-weight: normal;
}
/* Base state */
.box-hover .fl-module-photo img {
    width: 100% !important;
}
.box-hover .fl-module {
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.box-hover .fl-module .fl-module-rich-text p {
    color: #1e1e1e !important;
}

@media (max-width: 768px) {
    .box-hover .fl-module .fl-module-rich-text p {
        padding: 10px 5px 15px 5px !important;
    }
}

.box-hover .fl-module .fl-module-heading,
.box-hover .fl-module .fl-module-rich-text.fl-rich-text * {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

/* Hover state */
.box-hover .fl-module-box:hover {
  background-color: #1D3557;
}

.box-hover .fl-module:hover .fl-module-heading,
.box-hover .fl-module:hover .fl-module-rich-text.fl-rich-text * {
  color: #ffffff !important;
  background-color: transparent;
}

.Max.Mega.Menu h2 {
    display: none;
}
.cstm-menus .menu li {
	padding-left: 0 !important;
	margin-left: 0 !important;
}
.process-step {
	position: relative;
}
.process-step:hover > .fl-col-content {
	background-color: #F5F8FA !important;
  	transition: 0.3s ease-in-out;
	cursor: pointer;
}
.step-number {
	position: absolute;
    top: 0;
    left: 0;
}
.our-process-container {
	position: relative;
}
.dashed {
	position: absolute;
	bottom: 115px;
    z-index: 0;
    width: 100%;
}
.our-process-container .fl-node-7jw345zxrgca {
	position: relative;
}

/* Add your custom styles here... */ 
.bx-viewport {
    pointer-events: none;
}
.services-wrapper .fl-col-group-nested {
    display: flex;
    align-items: center;
    justify-content: center;
}
html {
    scroll-behavior: smooth;
}
a.fl-post-grid-more {
    background-color: #113A62;
    color: #fff;
    padding: 12px 40px;
    border-radius: 60px;
    font-weight: 700;
	/*margin-top: 30px;*/
	color:#fff;
}
a.fl-post-grid-more:hover {
	background-color:#3AC4F2;
	color:#fff !important;
}
#input_2_8 {
    opacity: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    cursor: pointer;
}
input#input_2_8{
    width:unset !important;
}
#field_2_8 .gfield_label {
    display: inline-block;
    background-color: transparent;
    color: #000;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: auto;
    margin: 10px 0px !important;
    font-weight: 500;
}

div#gform_wrapper_2 label.gfield_label.gform-field-label:after {
    content: "Upload Files";
    background-color: #113A62;
    padding: 12px 25px;
    border-radius: 60px;
    margin-left: 20px;
    color: #fff;
    font-size: 14px;
}

span#gfield_upload_rules_2_8 {
    display: none;
}

.contact-form {
    box-shadow: 0px 1px 5px 8px rgba(0,0,0,0.09);
	-webkit-box-shadow: 0px 1px 5px 8px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 1px 5px 8px rgba(0,0,0,0.09);
	border-radius:9px;
}
.gform_button {
    padding: 12px 24px !important;
    margin: auto;
	color:#fff !important;
}
input::placeholder, textarea::placeholder, input, textarea {
    color: #000 !important;
    font-size:16px;
    font-weight:500;
}
.cstm-cta-box:hover {
    background-color: #3AC4F2;
    cursor: pointer;
}
.footer-lists h3.fl-list-item-heading {
    margin: 5px 0;
}
body,html{
	overflow-x:hidden;
}
.ps-filter-bar {
    margin-bottom: 20px;
    text-align: center;
}

.ps-filter-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.ps-filter-menu li {
    margin: 0;
}

.ps-filter-menu a {
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none;
    color: #333;
    transition: background 0.3s, color 0.3s;
    cursor: pointer;
}

.ps-filter-menu a:hover, .ps-filter-menu a.active {
    color: #113A62;
    border-bottom: 3px solid #D9D9D9;
}
ul.ps-filter-menu li a {
    color: #113A62;
    font-size: 14px !important;
    font-family: 'Inter';
    font-weight: bold;
}
.ps-filter-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin: 30px 0;
}
.ps-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}
.cstm-image-box .fl-photo-content.fl-photo-img-png {
    height: 80px;
}
.contact-form {
    z-index: 99;
}
.ps-item {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
}
.contact-form input::placeholder, 
.contact-form textarea::placeholder {
    color: #000;
}
.cstm-blogs .fl-post-grid-text {
    padding: 20px;
}

.cstm-blogs h2 a {
    color:#113A62 !important;
}
span.fl-post-grid-date:before{
    content:"Posted";
}
span.fl-post-grid-date {
    color: #3AC4F2;
    font-size: 18px;
    font-weight: bold;
}
.ps-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 5%;
}

.ps-gallery img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.ps-post h2 {
    text-align: center;
    color: #113A62;
    margin-bottom: 20px;
}

.ps-description {
    text-align: center;
    margin: auto;
    max-width: 1020px;
}

/* 📱 Responsive Breakpoints */
@media (max-width: 1200px) {
    .ps-gallery {
        grid-template-columns: repeat(3, 1fr); /* 3 columns */
    }
}

@media (max-width: 900px) {
    .ps-gallery {
        grid-template-columns: repeat(2, 1fr); /* 2 columns */
    }
}

@media (max-width: 600px) {
    .ps-gallery {
        grid-template-columns: 1fr; /* 1 column */
    }
}

.cstm-clients .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #3AC4F2;
}
.cstm-clients .bx-wrapper .bx-pager.bx-default-pager a {
    background: #CACACA;
}
.cstm-icon-grp i {
    background-color: #fff!important;
    border: 3px solid #F0F0F0;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:15px;
}

ul#menu-main-menu::before, ul#menu-main-menu::after {
    display:none;
}
.cstm-form input#gform_submit_button_1 {
    width: 153px;
    height: 44px;
    margin: auto;
	color:#fff;
}

ul#menu-main-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.cstm-menus .menu li {
        border-left: 1px solid transparent;
        border-top: none;
        padding-left: 30px;
        margin-left: -30px;
    }
.cstn-quick-links ul {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}
.pre-footer .fl-list {
    display: flex;
}
div#lightboxOverlay {
    display: none !important;
}

div#lightbox {
    display: none !important;
}
@media screen and (min-width:767px) and (max-width:1024px){
    #field_2_8 .gfield_label {
        display: flex !important;
        background-color: transparent;
        color: #000;
        border-radius: 8px;
        text-align: left;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        width: auto;
        margin: 10px 0px !important;
        font-weight: 500;
        align-items: center;
    }
	label.gfield_label.gform-field-label:after {
    content: "Upload Files";
    background-color: #113A62;
    padding: 8px 11px;
    border-radius: 60px;
    margin-left: 20px;
    color: #fff;
    font-size: 13px;
}
}
@media screen and (max-width:767px){
form#gform_2 {
    overflow: hidden;
}
label.gfield_label.gform-field-label:after {
    content: "Upload Files";
    background-color: #113A62;
    padding: 12px 25px;
    border-radius: 60px;
    margin-left: 0;
    color: #fff;
    font-size: 16px;
    position: relative;
    display: block;
    width: auto;
    text-align: center;
    margin: 10px auto auto auto;
}
#field_2_8 .gfield_label {
    display: inline-block;
    background-color: transparent;
    color: #000;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: auto;
    margin: 10px 0px !important;
    font-weight: 500;
}
ul#menu-main-menu {
    text-align: left;
    padding: 20px;
    
}
.fl-menu-mobile-flyout{
    background-color: #113A62 !important;
}
/*ul#menu-main-menu li a{
    color:#fff !important;
}*/
ul#menu-main-menu li a:hover{
    color:#3AC4F2 !important;
}
button.fl-menu-mobile-close {
    height: 30px !important;
    width: 30px;
    padding: 7px !important;
    border-radius: 60px;
    top: 10px;
}
.pre-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.ps-filter-menu li {
    width: 100%;
}
/*.ps-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 5%;
}*/
.ps-filter-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 30px 0;
}
	.menu > li {
        font-size: 17px !important;
    }
	button.fl-menu-mobile-close {
    background-color: #fff !important;
    z-index: 999;
    display: block;
    position: relative;
}
	.pre-footer span.fl-list-item-icon {
    display: none;
}
.pre-footer .fl-list {
    display: flex;
    justify-content: center;
}
}