/*
 Theme Name:   Divi Child Theme
 Theme URI:    https://bytelabz.com/
 Description:  A child theme for the Divi theme
 Author:       Bytelabz
 Author URI:   https://bytelabz.com/
 Template:     Divi
 Version:      1.2.10
*/

/* Import parent theme styles */
@import url("../Divi/style.css");

/* Add your custom styles below */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");



body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.logo-box-1 {
    width: 32% !important;
}

#beyond h5 {
  color: #536682 !important;
}

/* Highlight first part */
#beyond h5 span {
  color: #003a70 !important;
}

/* Button */
#beyond .btn {
  display: inline-block;
  margin-top: 30px;
  background: #f37021;
  color: #fff;
  padding: 14px 30px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

/* sliding layer */
#beyond .btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff; /*  hover background */
  transition: width 0.3s ease;
  z-index: -1;
}

/* hover animation */
#beyond .btn:hover::after {
  width: 100%;
}

#beyond .btn:hover {
  color: #003A70; /*txt color */
}
  .quote-btn {
    background-color: #0f2f44; /* dark blue */
    color: #ffffff;
    padding: 14px 28px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease;
  }

  .quote-btn:hover {
    background-color: #003A70; /* slightly darker on hover */
  }

#menu-header a {
  padding-bottom: 8px;
  color: #005;
  font-family: "Open Sans";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/*section */
#section .et_pb_blurb_container {
  position: absolute;
      bottom: 35px;
  padding: 29px 27px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#getquote .sub-gform {
    box-shadow: none !important;
}
#getquote .sub-gform {
    padding: 0;
}
#getquote .row-0 {
    margin-bottom: 14px;
}
#popmake-399, #popmake-868 {
    border: none;
    border-radius: 20px;
     box-shadow: none;
}

/* Button Style */
.request-btn {
  background: #ffffff;
  color: #1f4e79;
  padding: 14px 28px;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}


/* sliding layer */
.request-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #F37321; /*  change hover color here */
  transition: width 0.3s ease;
  z-index: -1;
}

/* hover effect */
.request-btn:hover::after {
  width: 100%;
}

.request-btn:hover {
  color: #fff; /*  text color on hover */
}
div#about h2,
div#about p {
  color: white;
}

div#whychoose h2 {
  color: #003a70;
  justify-content: center;
  display: flex;
}

/* Flex layout */
.title-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Number */
.title-number {
  color: #f37021 !important;
  /* orange */
}

/* Text */
.title-text {
  color: #0d3b66 !important;
  /* dark blue */
}

div#whychoose p {
  color: #003a70;
}

div#whychoose h4 {
  color: #003a70;
}

div#choose {
    width: 84%;
    margin-left: 63px;
}
div#solutions h2 {
  color: white;
}

#solutions h4,
#solutions p {
  color: #fff;
}

.service-card {
  background: #003a70;
  color: #fff;
  padding: 30px;
  border-radius: 12px;
}

.sub-title {
  font-size: 14px;
  color: #cfd8e3;
  margin-bottom: 20px;
}

.title {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 30px;
}

.btn1 {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  gap: 8px;
  background: rgb(108, 127, 153);
  padding: 12px 22px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;

  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* sliding layer */
.btn1::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #F37321; /*  change hover color */
  transition: width 0.3s ease;
  z-index: -1;
}

/* hover */
.btn1:hover::after {
  width: 100%;
}

.btn1:hover {
  color: #fff; /* text color */
}
.btn span {
  font-size: 16px;
}

.btn:hover {
  background: #ffffff;
  color: #0d3f6b;
}

h2.title {
  color: white;
  font-size: 36px;
}

.service-box {
    padding: 54px 30px 30px 30px; /* keep bottom padding consistent */
    border-radius: 14px;
    position: relative;
    transition: background 0.4s ease, color 0.4s ease;
    height: 100%; /* keeps equal height if in grid */
    box-sizing: border-box; /* prevents size jump */
}

/* Default text color */
.service-box h3,
.service-box p,
.service-box a {
    color: #003A70 ;
    transition: color 0.4s ease;
}

div#white-box:hover {
    background: #003a70;
}
.service-box:hover {
    background: #003a70;
}
div#felx-w {

display: flex;
align-items: center;
}
/* Text turns white */

.service-box:hover h3, .service-box:hover p, .service-box:hover a.read-more {
    color: #fff !important;
}
/* Arrow (optional) */
.service-box:hover .arrow-icon {
    filter: brightness(0) invert(1);
}
div#log img {
    width: 290px;
}

/* icon box */
.icon-box {
  position: absolute;
  top: 0;
  left: 0;
}

/* title */
.service-box h3 {
  color: #0d3f6b;
  margin-bottom: 15px;
}

#white-box {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

#bluw-box {
  border-radius: 10px;
}

#secservice {
  display: flex;
  align-items: stretch;
}

/* paragraph */
.service-box p {
  color: #4a5a6a;
  margin-bottom: 20px;
}

div#ser p {
    color: #003A70;
}
div#oursecurity p {
    color: white;
}
a.read-more {
  display: flex;
  align-items: center;
  gap: 10px;
}

div#pro h2 {
  color: #003a70;
}

.tabs {
  display: flex;
  background: #0d3b66;
  padding: 10px;
  border-radius: 50px;
  gap: 10px;
  width: fit-content;
  margin: 30px auto;
}

.tab {
  background: transparent;
  border: none;
  color: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.tab.active {
  background: #fff;
  color: #0d3b66;
}

/* Content */
.tab-content {
  display: none;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.tab-content.active {
  display: flex;
}

/* Cards */
.card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
transition: all 0.5s ease;
  width: 33.33%;
}

.card img {
  height: auto;
  margin-bottom: 15px;
}

.card h3 {
  color: #0d3b66;
  font-size: 18px;
  margin-bottom: 15px;
}

/* Button */
.btn {
  display: inline-block;
  background: #0d3b66;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;

  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* sliding fill */
.btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #F37321; /* change hover color */
  transition: width 0.3s ease;
  z-index: -1;
}

/* hover */
.btn:hover::after {
  width: 100%;
}

.btn:hover {
  color: #fff;
}

div#certification h2 {
  color: #003a70;
}

.flex-viewport {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

nav.woocommerce-breadcrumb:nth-child(1) {
  color: #f37321 !important;
}


a.quote.orange {
  border-radius: 50px;
  background: #f37321;
  display: inline-flex;
  height: 44px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
  text-wrap-mode: nowrap;
}

/* animated layer */
a.quote.orange::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #003A70; /* hover color */
  transition: width 0.3s ease;
  z-index: -1;
}



/* hover effect */
a.quote.orange:hover::after {
  width: 100%;
}

a.quote.orange:hover {
  color: #fff;
}
ul#menu-header .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
  color: #005;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
ul#menu-header {
    gap: 10px;
}
div#resources h2 {
  color: #003a70;
}

.sub-gform .row-0 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sub-gform {
    padding: 50px 30px 12px 30px;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
}
.sub-gform input {
  border-radius: 10px;
  background: #ededed !important;
  display: flex;
  height: 45px;
      padding: 10px 27px 10px 25px !important;
  align-items: center;
  width: 100%;
  border: none;
}

.r-12 input, .r-12 textarea {
  width: 100%;
  margin: 15px 0;
}

.sub-gform textarea.wpcf7-form-control.wpcf7-textarea {
  display: flex;
  width: 100%;
  padding: 20px;
  align-items: center;
  margin-bottom: 17px;
  border-radius: 10px;
  background: #ededed;
  height: 91px;
  border: none;
}

.sub-gform {


  padding: 50px 30px 12px 30px;
}


div#faq {
  background-color: #536682;
  border-radius: 50px;
  margin-bottom: 24px;
}

.sub-gform h5 {
  text-align: center;
  margin-bottom: 21px;
  color: #003a70;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}

.e-submit {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
}

div#partners h2 {
  color: #003a70;
}

.security-box p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  width: 38px;
  height: 38px;
  
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.social-icons img {
 width: 30px;
    height: 32px;
  filter: brightness(0) invert(1);
  /* makes icons white */
}
.social-icons a:hover img {
  filter: none;
  /* original color on hover */
}


ul.listed-itemsz {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

ul.listed-itemsz a {
    color: #ffffffba;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.security-box p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
div#section .et_pb_blurb_content {
    width: 100% !important;
    max-width: 100% !important;
}
div#e-sec {
    margin-right: 19px;
}
#footer01 {
  width: 25% !important;
}

#footer02 {
  width: 15% !important;
}

#footer03 {
  width: 15% !important;
}

#footer04 {
  width: 15% !important;
}

#footer05 {
  width:18% !important;
}

.cta-wrap {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}
/* common style */
.cta-btn {
    padding: 12px 24px;
    border-radius: 999px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

/* outline button */
.outline-btn {
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
 position: relative;
  overflow: hidden;
  z-index: 1;
}

/* sliding fill */
.outline-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #F37321; /*  hover fill color */
  transition: width 0.3s ease;
  z-index: -1;
}

/* hover */
.outline-btn:hover::after {
  width: 100%;
}

.outline-btn:hover {
  color: #fff; /* text color on hover */
  
}

/* filled button */
.solid-btn {
  background: #ffffff;
  color: #003A70;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* animation layer */
.solid-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #F37321; /*  change hover color here */
  transition: width 0.3s ease;
  z-index: -1;
}

/* hover */
.solid-btn:hover::after {
  width: 100%;
}

.solid-btn:hover {
  color: #fff; /*  text color on hover */
}
.r-6 {
    width: 100%;
}
#section .et_pb_main_blurb_image {
    margin-bottom: 0px;
}
.sub-gform input.btn1 {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    gap: 8px;
    background: rgb(108, 127, 153) !important;
    padding: 12px 72px !important;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    border: none !important;
}
div#about p {
    line-height: 35px;
}
.form-tabs {
    margin-bottom: -17px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    z-index: 1;
    border-radius: 0 !important;
    padding: 0;
    position: absolute;
    top: -4%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#getquote .sub-gform {
    padding: 26px;
    border-radius: 20px;
}
#commercial {
    background: #fff !important;
    margin-top: 0 !important;
    border-radius: 25px;
}
div#residential {
    margin: 0;
}
.form-tabs {
    margin-bottom: -12px;
}
.form-tabs {
display: flex;
justify-content: center;
background: #FFFFFF;
border-radius: 50px;
width: fit-content;
margin: 0 auto 25px;
}


.tab-btn {
    padding: 12px 30px;
    cursor: pointer;
    border-radius: 0;
    font-weight: 500;
    color: #0d3b66;
    transition: 0.3s;
}
 .tab-btn.active {
    background: #0d3b66;
    color: #fff;
}
#getquote input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 50px;
    background: #f37321 !important;
    display: inline-flex;
    height: 44px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}


/* CONTENT */
.tab-content {
    display: none;
}

.form-wrapper .tab-content.active {
    display: block;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.Submit {
    display: inline-block;
    background: #f37021 !important;
    color: #fff;
    padding: 0px 24px !important;
    border-radius: 40px;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}
.product-list .card {
    width: 100%;
}
.product-list {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.product-page {
    display: flex;
    gap: 30px;
}
.filter-toggle {
    display: none;
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    background: #000;
    color: #fff;
    border: none;
}
.filter-box {
    background: linear-gradient(135deg, #fffffffa, #e5edf4);
    border: 1px solid #05656e14;
    border-radius: 32px;
    padding: clamp(1.35rem, 3vw, 2.2rem);
    z-index: 2;
    align-self: start;
    min-height: 1px;
    width: 24%;
    position: static;
    overflow: auto;
}
.filter-box select {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 12px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 0.9rem;
}
button.affly-filter {
    border-radius: 50px;
    background: #f37321;
    display: inline-flex;
    height: 44px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
    border: 0px;
    font-size: 16px;
}
button.affly-filter::after { 
content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #003A70;
    transition: width 0.3s ease;
    z-index: -1;
}
button.affly-filter:hover::after {
    width: 100%;
}
a.reset-btn {
    margin-left: 15px;
}

.formfillindiv .r-6 input {
    margin: 15px 0;
}
.formfillindiv label {
    font-weight: 400;
}

@media only screen and (max-width: 1699px) {
/*div#log img {
    width: 189px;
}*/
}
@media only screen and (max-width: 1570px) {
    ul#menu-header

 {
    gap: 2px;
}
}
@media only screen and (max-width: 999px) {
 #footer01, #footer02, #footer03, #footer04, #footer05 {
        width: 100% !important;
    }
  #beyond h5 {
    color: #536682 !important;
    font-size: 37px;
}
.tab-content .card {
    width: 100%;
}
#secservice {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}
.tab-content.active {
    display: flex;
    flex-direction: column;
}
.tab {
    background: transparent;
    border: none;
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
    text-wrap: nowrap;
}
.tabs {
    display: flex;
    background: #0d3b66;
    padding: 10px;
    border-radius: 50px;
    gap: 10px;
    width: fit-content;
    margin: 30px auto 0px auto;
}
.wrap-tap{
    overflow: auto;
}
.cta-wrap {
    display: flex;
    gap: 0;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
}
#mobheader {
    display: flex;
    align-items: center;
}
#moblogo {
    margin: 0;
    position: relative;
    z-index: 9;
    width: 68% !important;
}
#mobmenu {
    position: absolute;
}
.sub-gform .row-0 {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}
h1 {
    
    font-size: 36px;
    
}
span.wpcf7-spinner {
    position: absolute;
    bottom: 86px;
}

.sub-gform input.wpcf7-form-control.wpcf7-submit.has-spinner.Submit {
    width: 100%;
    position: relative;
}
.e-submit {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column !important;
}
}
@media (max-width: 768px) {
    .product-page {
        flex-direction: column;
    }
.filter-box {
    width: 100%;

}
   .product-list {
  
    grid-template-columns: repeat(2, 1 fr); 
   }
}
@media only screen and (max-width: 601px){
.product-list {
  
    grid-template-columns: repeat(1, 1 fr); 
   }
   }
@media only screen and (max-width: 399px){
    #section .et_pb_blurb_container {
    position: absolute;
    bottom: 0px;
    padding: 29px 3px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
h3 {
    font-size: 26px;
}
h1 {
        font-size: 26px;
    }
}
