/*
Theme Name: SmartTech
Theme URI: https://smart.weblab4u.website
Author: weblab4u
Author URI: https://weblab4u.website
Description: SmartTech is a custom based theme
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bitwisecode
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root{
    --st-primary: #970000;
}

body{
    padding: 0;
    margin: 0;
    font-family: Montserrat,sans-serif!important;
    position: relative;
  }
  *,
  *:before,
  *:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
  }
  /* p{
      font-weight: 600;
  } */





h1, h2, h3, h4, h5, h6 {
	color: #222;
  margin-bottom: 10px;
}

p {
  margin-bottom: 15px;
  text-align: justify;
}

a {
  color: #0073aa;
  text-decoration: none;
}

a:hover {
  color: #005177;
  text-decoration: underline;
}

ul, ol {
  margin-left: 20px;
  margin-bottom: 15px;
}

blockquote {
  border-left: 4px solid #ccc;
  padding-left: 15px;
  color: #555;
  font-style: italic;
  margin: 20px 0;
}

code {
  background: #f4f4f4;
  padding: 2px 6px;
  font-family: monospace;
  font-size: 90%;
  border-radius: 4px;
}

pre {
  background: #f4f4f4;
  padding: 10px;
  overflow: auto;
  font-family: monospace;
  font-size: 90%;
  border-radius: 4px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}





  a{
      text-decoration: none !important;
  }
  .hide{
      display: none;
  }
  
  .wp-image-254.lazyloaded {
      margin-top: 25px;
  }
  .bitwise_container{
    max-width: 1330px;
    margin: auto;
    padding: 0 20px;
  }
  .slide_item .h3 a {
      color: #000;
      font-size: 30px;
      text-transform: capitalize;
  }
  .bitwise_btn {
      background-color: #970000 !important;
      color: #fff;
      text-transform: uppercase;
      padding: 10px 20px;
      border-radius: 50px;
      font-weight: 700;
  }
  /*
  #innersection p {
      display: grid;
      grid-template-columns: auto auto auto;
  } */
  /* #menuHeader {
      background-color: #970000;
      padding: 10px 0;
  } */
  
  #menuHeader nav {
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1330px;
    margin: auto;
  }
  
  #menuHeader nav #menu {
    position: relative;
    display: flex;
    height: 100%;
    margin-bottom: 0 !important;
  }
  #menuHeader nav #menu li {
    cursor: pointer;  
    transition: all 0.3s ease-out;
  }
  
  #menuHeader nav #menu li a {
      color: #fff;
      font-size: 17px;
      display: inline-block;
      margin-left: 20px;
      font-weight: 700;
  }
  @media (max-width: 768px) {
    #menuHeader nav #menu {
      display: none;
    }
  }
  #menuHeader #hamburger {
    position: relative;
  right: 10px;
  top: 7px;
  z-index: 999;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
  }
  #menuHeader #hamburger .line {
    height: 7px;
    background: #fff;
    margin: 5px auto;
    backface-visibility: hidden;
  }
  #menuHeader #hamburger.active #one {
    transform: rotate(45deg) translateX(6px) translateY(6px);
  }
  #menuHeader #hamburger.active #two {
    opacity: 0;
  }
  #menuHeader #hamburger.active #three {
    transform: rotate(-45deg) translateX(10px) translateY(-12px);
  }
  
  #hamburger {
      display: none;
  }
  #windows_type {
      overflow: hidden;
  }
  .topbar_area {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
  }
  
  .topbar-right nav ul li {
      display: inline-block;
  }
  .social-icon ul li {
      display: inline-block;
  }
  .topbar-right {
      display: flex;
      flex-wrap: wrap;
      justify-content: end;
      text-align: right;
      margin-left: auto;
  }
  
  .topbar-right nav ul li a {
      font-size: 17px;
      text-transform: uppercase;
      margin-right: 30px;
      color: white;
      display: inline-block;
      font-weight: 700;
  }
  .social-icon ul li a {
      background-color: #fff;
      width: 25px;
      height: 25px;
      line-height: 25px;
      color: #000;
      border-radius: 5px;
      display: inline-block;
      text-align: center;
  }
  #topbar {
      background-color: #000;
      padding: 10px 0;
  }
  
  .right_menu a {
      font-size: 28px;
      color: #FFB400;
      text-transform: uppercase;
      font-weight: 700;
  }
  .right_menu {
      text-align: right;
  }
  #menuHeader nav ul li a:hover {
      color: #FFB400 !important;
  }
  .topbar-left a {
      font-size: 17px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
  }
  #menuHeader nav #brand img {
      width: 150px;
      height: auto;
  }
  #innersection p {
      font-size: 20px;
      color: #616161;
      margin-top: 10px;
      margin-bottom: 10px;
      line-height: 30px;
  }
  
  #menuHeader .mobile-menu {
    z-index: 1;
    position: absolute;
    top: 0px;
    background: #ddd;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
    display: table;
  }
  #menuHeader .mobile-menu .mobile-menu__items {
    height: auto;
    display: block;
    vertical-align: middle;
  }
  #menuHeader .mobile-menu .mobile-menu__items li {
      display: block;
      text-align: left !important;
      padding: 8px 40px;
      font-size: 20px;
      min-height: 0px;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.3s ease-out;
  }
  #menuHeader .mobile-menu .mobile-menu__items li:hover {
    color: #fff;
    background: #212121;
  }
  #menuHeader .mobile-menu .mobile-menu__items li:hover a {
    transition: all 0.3s ease-out;
    color: #fff;
  }
  #menuHeader .mobile-menu .mobile-menu__items li a {
    color: #212121;
  }
  #menuHeader .mobile-menu.active {
    visibility: visible;
    opacity: 0.99;
  }
  
  .sticky {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999;
  }
  /*banner section*/
  .banner_content_left p strong {
      color: #980000;
      font-size: 51px;
      line-height: 51px;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #fff;
      font-weight: 700;
  }
  .banner_content_left p {
      font-size: 35px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
  }
  .bg_overley {
      padding: 50px 0;
  }
  
  .banner_area {
      display: grid;
      grid-template-columns: 51% auto;
      grid-column-gap: 135px;
  }
  .banner_content_left {
/*       background-color: rgba(0, 0, 0, 0.50);
      border-radius: 15px;
      padding: 30px 30px; */
  }
  .banner_content_left img {
      width: 100%;
      height: auto;
      padding-top: 10px;
  }
  
  .banner_content_left h2 {
      color: #980000 ;
      font-size: 51px ;
      line-height: 51px;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #fff;
      font-weight: 700;
  }
  
  .banner_content_left h3 {
      font-size: 35px;
      color: #fff;
      text-transform: uppercase;
  }
  .banner_content_right {
      background-color: rgba(255, 255, 255, 1);
      padding: 20px;
      border-radius: 15px;
  }
  .banner_content_right .h2 {
      font-size: 40px;
      color: #900;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 40px;
      margin-bottom: 10px;
  }
  .banner_content_right .h6 {
      color: #000;
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 13px;
      font-weight: 700;
  }
  .form textarea,
  .form input {
      width: 100%;
      box-sizing: border-box;
      font-size: 18px;
      padding: 10px;
      border-radius: 50px;
      border: 1px solid transparent;
      background-color: rgba(0, 0, 0, 0.5);
      margin-bottom: 10px;
      color: #fff;
      font-family: 'Open Sans', sans-serif;
  }
  
  /* .form textarea::-webkit-input-placeholder {
    color: #fff;
  }
  
  .form textarea:-moz-placeholder {
    color: #fff;  
  }
  
  .form textarea::-moz-placeholder {  
    color: #fff;  
  }
  
  .form textarea:-ms-input-placeholder {
    color: #fff;  
  }
  
  .form textarea::placeholder {
    color: #fff;  
  }
   */
  
  
  
  
  .modal_form_area {
      display: none;
  }
  /* .form input::placeholder {
      color: #fff;
      opacity: 1;
  } */
  .modal_form_area .banner_content_right {
      box-shadow: 0 0 16px lightgray;
  }
  .banner-left {
      align-items: center;
      display: flex;
  }
  .submit {
      width: auto !important;
      background-color: #970000 !important;
      color: #fff;
      text-transform: uppercase;
      padding: 10px 20px !important;
      font-weight: 700;
      cursor:pointer;
  }
  
  #banner {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }
  
  
  /*red backgrund section start*/
  
  #red-backgrund {
      background-image: linear-gradient(to bottom, #900 70%, #fff 0%);
      padding: 30px 0;
  }
  .red-img-box img {
      width: auto;
      height: 100px;
  }
  .red-img-box {
      text-align: center;
  }
  .red_background_item {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 30px;
      max-width: 800px;
      margin: auto;
      margin-top: 30px;
  }
  .red_background_item .red_item {
      background-color: #fff;
      padding: 20px;
      width: 200px;
      height: 150px;
      border-radius: 50px;
      box-shadow: 0px 0px 16px lightgray;
      align-items: center;
      display: flex;
  }
  .red_item .h2 {
      font-size: 24px;
      color: #900;
      text-align: center;
      line-height: 24px;
      text-transform: uppercase;
      font-weight: 700;
  }
  
  
  .red_item .h2 span{
    color: #000;
  }
  
  /*best windows section start*/
  .best_windows_area {
      text-align: center;
  }
  
  .slide_gallery_item_img_box img {
      width: 100%;
      padding: 0 30px;
  }
  #best_windows {
      padding-top: 20px;
      padding-bottom: 50px;
  }
  .best_windows_area h1 {
      font-size: 50px;
      color: #900;
      line-height: 50px;
      text-transform: uppercase;
      font-weight: 700;
  }
  .best_windows_area h1 span {
      color: #000;
  }
  #best_windows h2 {
      font-size: 24px;
      margin: 20px 0;
      font-weight: 700;
      color: #2A2A2A;
  }
  .best_windows_area p {
      font-size: 24px;
      color: #616161;
      line-height: 35px;
  }
  .item_box {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      justify-content: center;
      max-width: 700px;
      margin: auto;
      padding-top: 30px;
  }
  .item_img img {
      width: 150px;
      height: auto;
  }
  .item_box .h5 {
      font-size: 20px;
      text-transform: uppercase;
      color: #000;
  }
  /*best windows section end*/
  
  /*windows section end*/
  .windows_box {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      grid-gap: 65px;
  }
  .windows_img img {
      width: 100%;
      height: auto;
      box-shadow: 0px 0px 16px lightgray;
      border-radius: 50px;
  }
  .windows_right h2 {
      font-size: 40px;
      color: #900;
      line-height: 40px;
      text-transform: uppercase;
  }
  .windows_right h2 span{
    color: #000;
  }
  .windows_right p {
      font-size: 24px;
      color: #616161;
      margin-top: 20px;
      margin-bottom: 20px;
      line-height: 36px;
  }
  .windows_box.one {
      grid-template-columns: 45% auto;
  }
  .windows_box.two {
      grid-template-columns: auto 45%;
      margin-top: -50px;
  }
  #windows {
      padding-bottom: 40px;
      padding-top: 40px;
      background-color: #eee;
  }
  /*windows section end*/
  
  
  
  /*why homeowners section  start*/
  #homeowners {
      padding: 70px 0;
  }
  .homeowners_area {
      text-align: center;
  }
  .homeowners_content_area h2 {
      font-size: 50px;
      color: #900;
      line-height: 50px;
      text-transform: uppercase;
      font-weight: 700;
  }
  .homeowners_content_area h2 span{
    color: #000;
  }
  .homeowners_content_area p {
      font-size: 20px;
      color: #616161;
      margin-top: 20px;
      margin-bottom: 20px;
      line-height: 35px;
      font-weight: 400;
  }
  .homeowners_list ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      align-items: start;
      grid-row-gap: 30px;
  }
  .homeowners_list ul li {
      display: flex;
      align-items: start;
      font-weight: 600;
      font-size: 20px;
  }
  .homeowners_list ul li img {
      margin-right: 20px;
      width: 40px;
  }
  .homeowners_area ul li .st-content {
    text-align: left;
}
  
  /*why homeowners section  end*/
  
  /*Factory Direct section  start*/
  #factory_direct {
      background-color: #990000;
      padding: 30px 0;
  }
  .factory_row {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 2fr;
      grid-gap: 20px;
  }
  .factory_column .h4 {
      font-size: 50px;
      font-weight: 700;
      color: #FFCB4E;
      text-transform: uppercase;
  }
  .factory_column p {
      color: #fff;
      font-size: 20px;
  }
  
  .factory_column {
      justify-content: center;
      display: grid;
  }
  /*Factory Direct section  end*/
  
  
  
  /*Windows Price section  start*/
  #windows_price {
      padding: 40px 0;
  }
  .heading_area h2{
      text-align: center;
      font-size: 50px;
      color: #900;
      text-transform: uppercase;
      margin-bottom: 30px;
      font-weight: 700;
  }
  .heading_area span {
      color: #000;
  }
  .windows_price_area {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 50px;
  }
  
  .head_box {
      background-color: #900;
      padding: 25px 15px;
      border-radius: 20px;
      display: grid;
      grid-template-columns: 1fr auto;
  }
  .head_box .h3 {
      color: #FFB400;
      font-size: 20px;
      font-weight: 700;
  }
  
  .head_box p {
      color: #fff;
      font-size: 18px;
      font-weight: 700;
  }
  .windows_price_item {
      background-color: #d7d7d7;
      border-radius: 15px;
      display: grid;
      grid-template-columns: 1fr auto;
      padding: 10px 15px;
  }
  .windows_price_left {
      display: grid;
      grid-row-gap: 10px;
  }
  .windows_price_item .h2 {
      font-weight: normal;
      font-size: 20px;
      font-weight: 700;
  }
  
  /*Windows Price section  end*/
  
  
  /*client say section  start*/
  #client_say .heading_area h2 {
      font-size: 50px;
  }
  /*.client_say_area {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 30px;
  }*/
  .client_say_box {
      background-color: #900;
      border-radius: 20px;
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 40px;
      padding-top: 20px;
      margin-right: 10px;
  margin-left: 10px;
  }
  .sl-box {
      padding-top: 100px;
  }
  .client_photo img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      border: 1px solid #900;
      object-fit: cover;
      background-color: #fff;
  }
  .client_photo {
      text-align: center;
      position: relative;
      margin-top: -85px;
      display: flex;
      justify-content: center;
  }
  .client_say_box ul {
      display: flex;
      justify-content: center;
      padding: 10px 0;
  }
  .client_say_box ul li {
      font-size: 18px;
      color: #ffcb4e;
  }
  .client_say_box ul li {
      font-size: 18px;
      color: #ffcb4e;
      margin: 0 1px;
  }
  .client_say_box p {
      text-align: center;
      color: #fff;
      font-style: italic;
      font-size: 13px;
  }
  /*.client_say_area {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 30px;
      padding-top: 60px;
  }*/
  .client_say_area {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      
  }
  
  .client_say_box:nth-child(3){
      margin-right: 0;
  }
  #client_say {
      padding-bottom: 40px;
      padding-top: 10px;
  }
  #client_say {
      overflow: hidden;
  }

  .sw-awards-image .banner_content_awards{
    width: 100% !important;
    max-width: 100% !important;
  }




  /*client say section  end*/
  
  
  /*client say section  start*/
  .heading_area p {
      font-size: 20px;
      color: #656565;
      text-transform: initial;
      margin-top: 10px;
      line-height: 35px;
      text-align: center;
      font-weight: 400;
  }
  #energy_facts {
      /* background-color: #f4f4f4;
      padding: 40px 0; */
  }
  .energy_facts_area {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 40px;
      grid-row-gap: 70px;
      text-align: center;
      margin-top: 100px;
  }
  .energy_facts_item .h2 {
      color: #900;
      font-size: 50px;
      font-weight: 700;
  }
  .energy_facts_item .h3 {
      font-size: 20px;
      margin-bottom: 15px;
  }
  .energy_facts_item p {
      color: #616161;
      font-size: 20px;
      line-height: 35px;
      font-weight: 600;
  }
  /*client say section  end*/
  
  
  






/*client say section  end*/










  
  /*SEE OUR WINDOWS types section  start*/
  #windows_type {
      padding: 40px 0;
  }
  .slide_item .h3 {
      font-size: 20px;
      padding: 10px;
      color: #000;
  }
  .slide_item p {
      font-size: 18px;
      line-height: 27px;
      color: #656565;
      font-weight: normal;
  }
  .product_image_box img {
     width: auto;
  height: 100%;
  margin: auto;
      
  }
  .product_image_box {
      width: 100%;
      height: 300px;
      margin: auto;
  }
  .slide_item {
      text-align: center;
  }
  .slide_gallery {
      display: flex;
      grid-gap: 30px;
  }
  .slide_gallery_item_img_box img {
      width: 100%;
      height: auto;
  }
  
  
  
  .windows_type_area .js .cSlider--single > div:nth-child(1n+2) {
    display: none;
  }
  .windows_type_area .js .cSlider--single.slick-initialized > div:nth-child(1n+2) {
    display: block;
  }
  
  
  .windows_type_area .cSlider--single h2 {
    line-height: 10rem;
  }
  .windows_type_area .cSlider--nav h2::before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .windows_type_area .slick-slide.is-active h2 {
    color: #c00;
    background-color: #fff;
  }
  
  .windows_type_area .cSlider--nav .slick-slide {
    cursor: pointer;
  }
  .windows_type_area .cSlider--nav span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .slick-prev::before, .slick-next::before {
      font-family: 'slick';
      font-size: 20px;
      line-height: 1;
      opacity: .75;
      color: white;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev {
      left: -25px;
  }
  .slick-prev, .slick-next {
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 120px;
      display: block;
      width: 20px;
      height: 20px;
      padding: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
  }
  .slick-next {
      right: -25px;
  }
  
  .slick-lightbox-inner button {
      color: #fff;
      font-size: 20px;
      width: 30%;
  }
  .slick-lightbox-inner .slick-prev, .slick-lightbox-inner  .slick-next{
      top: 50%;
      z-index: 999;
      width: 4%;
  }
  .cSlider.cSlider--single.slick-initialized.slick-slider {
      max-width: 800px;
      margin: auto;
      padding-bottom: 0;
  }
  .cSlider.cSlider--nav.slick-initialized.slick-slider {
      margin-top: 60px;
  }
  /*SEE OUR WINDOWS types section  end*/
  
  
  
  
  
  /*WINDOWS gallery section start*/
  #windows_gallery {
      padding: 40px 0;
  }
  .windows_gallery_area {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-gap: 40px;
      padding-top: 30px;
  }
  .gallery_img img {
      width: 100%;
      height: auto;
      /* box-shadow: 0 0 14px lightgray; */
  }
  .gallery_img.mid {
      grid-column-start: 2;
  }
  /*WINDOWS gallery section  end*/
  
  
  
  
  /*doors gallery section  start*/
  .doors_gallery_area {
     display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 40px;
  }
  #doors_gallery {
      padding: 40px 0;
      background-color: #f4f4f4;
  }
  #doors_gallery .gallery_img img {
      width: 100%;
      height: auto;
      /* box-shadow: 0 0 14px lightgray; */
  }
  /*doors gallery section  end*/
  
  
  /*TRANSFORM YOUR HOME section  start*/
  #transform_home {
      padding: 40px 0;
  }
  #transform_home .heading_area h2 {
      line-height: 55px;
      padding-bottom: 50px;
  }
  .transform_home_area {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px;
  }
  .map iframe {
      width: 100% !important;
      height: 320px;
  }
  .map_address h2 {
      font-size: 24px;
      color: #000;
      margin-bottom: 15px;
      font-weight: 700;
  }
  .map_address h3 {
      font-size: 24px;
      color: #000;
      margin-bottom: 15px;
      font-weight: 700;
  }
  .map_address p {
      font-size: 18px;
      font-weight: 400;
  }
  .map_address {
      align-items: center;
      display: flex;
  }
  
  .map_address ul li {
      font-size: 18px;
      margin-bottom: 16px;
  }
  
  
  /*TRANSFORM YOUR HOME section  end*/
  
  
  /*Get A Free Section start*/
  #getAFree {
      padding: 30px 0;
      background-color: #900;
      text-align: center;
  }
  #getAFree h2 {
      font-size: 50px;
      color: #ffcb4e;
      text-transform: uppercase;
      font-weight: 700;
  }
  #getAFree p {
      color: #fff;
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 20px;
      font-weight: 600;
  }
  .form_group p{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-gap: 10px;
  }
  .form_group input {
      font-size: 18px;
      padding: 10px 12px;
      border: 1px solid transparent;
      box-sizing: border-box;
      border-radius: 16px;
      background-color: #ad3333;
      color: #fff;
      opacity: 1;
	  width:100%;
  }
  .form_group input::placeholder {
      color: #D4D4D4;
      opacity: 0.8;
  }
  .get_submit {
      background-color: #ffcb4e;
      text-transform: uppercase;
      border: 1px solid transparent;
      padding: 10px 15px;
      border-radius: 10px;
      margin-top: 20px;
      font-weight: 700;
      cursor:pointer;
  }
  /*Get A Free Section End*/
  
  
  
  /*Footer Section start*/
  #footer {
      background-color: #2A2A2A;
      color: #fff;
      padding: 20px 0;
  }
.footer_title {
    font-size: 24px;
    color: #ffcb4e;
    padding-bottom: 20px;
    font-weight: bold;
}
.st-contact-us strong {
    color: #ffcb4e;
    margin-top: 0px;
    display: block;
    font-size: 24px;
}
  .footer_menu_area {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      max-width: 1000px;
      margin: auto;
  }
  .footer_widget ul li a {
      color: #fff;
      margin-bottom: 10px;
      display: inline-block;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700;
  }
  #footer hr {
      border: 1px solid #fff;
      margin-top: 15px;
      margin-bottom: 25px;
  }
  .footer_bottom_content {
      display: grid;
      grid-template-columns: auto auto;
      grid-gap: 30px;
  }
  .some_conte p {
      font-size: 14px;
      line-height: 14px;
  }
  .some_conte {
      display: flex;
      align-items: center;
  }
  .footer_logo img {
      max-width: 230px;
      height: auto;
  }
  .logo_box {
      text-align: center;
  }
  .logo_box img {
      max-width: 500px;
      height: auto;
  }
  .copyright_text {
      text-align: center;
      font-size: 14px;
      margin-top: 10px;
  }
  .footer_bottom_content {
      max-width: 1100px;
      margin: auto;
  }
.footer_widget {
    display: grid;
    align-items: start;
}
  /*Footer Section End*/
  
  .slide-out {
      position: fixed;
      left: 50%;
      bottom: -200;
      padding: 0;
      z-index: 105;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  .slide-out-tab {
      -webkit-box-shadow: -4px -1px 11px 1px rgba(0,0,0,0.2);
      -moz-box-shadow: -4px -1px 11px 1px rgba(0,0,0,0.2);
      box-shadow: -4px -1px 11px 1px rgba(0,0,0,0.2);
  }
  .slide-out-tab {
      font-size: 26px;
      background-color: #970000;
      line-height: 50px;
      border-radius: 5px 5px 0 0;
      cursor: pointer;
      transition: box-shadow 300ms ease;
      padding: 10px 40px;
      color: #fff;
      font-weight: 700;
  }
	.slide-out-tab_area {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		z-index: 99999;
		text-align: center;
		width: 400px;
	}
  #myBtn {
      border: none;
  }
  .modal_form_area {
      max-width: 480px;
      margin: auto;
      position: relative;
  }
  .modal_form_area p.h2 {
      font-size: 28px;
  }
  .slick-lightbox-inner button img{
      background-color: #fff;
      border-radius: 50%;
  }
  #menuHeader ul li {
      position: relative;
      text-align: left;
  }
  .sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      width: 300px;
      background-color: #000;
      display: none;
      padding: 5px 0;
      z-index: 99;
  }
  
  .sub-menu li a {
      padding: 10px 0;
  }
  
  #menuHeader ul li:hover .sub-menu{
      display: block;
  }
  .smart_call_message {
      margin-top: 20px;
      color: #fff;
  }
  
  .banner_content_close {
      position: absolute;
      right: -10px;
      top: -10px;
      z-index: 9;
      background: #970000;
      color: #fff;
      width: 32px;
      height: 32px;
      text-align: center;
      line-height: 28px;
      border-radius: 100px;
      font-size: 18px;
      font-weight: bold;
      padding: 0px;
      cursor: pointer;
  }
  
  .st-footer-bottom {
      background: #970000;
      padding: 15px 0;
      justify-content: center;
      text-align: center;
  }
  .st-footer-bottom .bitwise_container{
      justify-content: center !important;
  }
  #menuHeader .st-footer-bottom  #menu li a{
      font-weight: normal;
      margin-left: 40px;
      font-size: 16px;
      font-weight: 500 !important;
  }
  
  .st-main-header {
      padding: 15px 0;
  }
  
  
  
  
  
  
  /*-------------------------------------------------------------------------------------------------------------------------------*/
  /* icon-and-phone  shortcodes */
  /*-------------------------------------------------------------------------------------------------------------------------------*/
  .phone-with-icon{position: relative;display: inline-block; padding: 0!important;}
  #wrapper .phone-with-icon::before{content: none;}
	.phone-with-icon .ic {
		line-height: 0px;
		width: 50px;
		height: 50px;
		position: absolute;
		left: 5px;
		background-color: #970000;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 50px;
	}
	.phone-with-icon .ic img {
		padding: 0px;
		margin-bottom: 0;
	}
  .phone-with-icon .tx {
      text-transform: initial;
      text-align: left;
      line-height: 27px;
      font-weight: 400;
      color: #000;
      font-size: 18px;
      padding-left: 70px;
  }
  .phone-with-icon .tx strong:hover{
      color: #FFB400 !important;
  }
  .phone-with-icon span {
      font-size: 36px;
      color: #970000;
  }
  .phone-with-icon:hover span,.phone-with-icon.p2:hover span{color:#01889b;}
  .phone-with-icon.p2 .tx{color: rgba(255,255,255,.8);}
  .phone-with-icon.p2 span{color: #fff;}
  .phone-with-icon.p2 .ic img{filter: brightness(0%) contrast(200%) saturate(0%);}
  
  .project_gallery .gallery-item img {
      height: 400px;
      object-fit: cover;
      border: 10px solid #f0f0f0;
      /* box-shadow: 7px 5px 6px rgb(0 0 0); */
  }
  a.phone-with-icon {
      align-items: center;
      display: flex;
  }
  
  .fact-counter .elementor-counter-title{
      text-align:center;
  }
  
  
  
  /*-------------------------------------------------------------------------------------------------------------------------------*/
  /* ANIMATION */
  /*-------------------------------------------------------------------------------------------------------------------------------*/
  .pulse {box-shadow: 0 0 0 rgba(151, 0, 0, 1);animation: pulse 2s infinite;}
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(151, 0, 0, 1);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(151, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(151, 0, 0, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(151, 0, 0, 1);
      box-shadow: 0 0 0 0 rgba(151, 0, 0, 0.7);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(151, 0, 0, 1);
        box-shadow: 0 0 0 10px rgba(151, 0, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(151, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(151, 0, 0, 1);
    }
  }
  
  
  .st-banner{
      text-align: center;
      width: 520px;
  }
  .st-banner .st-limited-offer{
      color: #970000;
      font-family: "Montserrat", Sans-serif;
      font-size: 56px;
      font-weight: 700;
      line-height: 60px;
      -webkit-text-stroke-width: 1px;
      stroke-width: 1px;
      -webkit-text-stroke-color: #FFFFFF;
      stroke: #FFFFFF;
      max-width: 400px;
      margin: 0 auto;
  }
  .st-banner-off{}
  .st-banner-off img{
      max-width: 380px;
  }
  .st-free-install{
      margin-top: 15px;
      margin-bottom: 30px;
  }
  .st-free-install span{
      padding: 5px 10px;
      font-size: 24px;
      color: #fff;
      font-weight:bold;
  }
  .banner_content_awards {
      display: flex;
      justify-content: center;
      background: #fff;
      border-radius: 15px;
      max-width: 400px;
      margin-top: 15px;
      align-items: center;
      text-align: center;
      margin: 15px auto;
  }
  .banner_content_right {
      position: relative;
      padding: 30px;
      max-width: 400px;
      margin-left: auto;
  }
  .banner_content_right:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background: url('https://www.smarttechwindows.ca/wp-content/uploads/2025/04/flag-tag.png');
      width: 100px;
      height: 100px;
      background-repeat: no-repeat;
      background-size: contain;
  }
  .banner_content_right .h2 {
      font-size: 28px;
      color: #000;
      text-transform: inherit;
      font-weight: 700;
      text-align: center;
      padding: 10px 30px;
  }
  
  .banner_content_right .form textarea, .banner_content_right .form input {
  
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      width: 100%;
      padding: 12px 16px;
      border-radius: 4px;
      box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.05);
      color: var(--ast-form-input-text,#475569);
      background: #fff;
      border:1px solid #ddd !important;
  }
  
  .banner_content_right .form textarea{
      height: 100px !important;
  }
  .banner_content_right .form input[type="submit"]{
      width: 100% !important;
      color: #fff !important;
      font-weight: 600px !important;
  }
  
  .st-container{
      display: flex;
  }
  .st-left{
      width: 50%;
  }
  .st-right{
      width: 50%;
  }
  
  .top-cut-image{
      position: relative;
      width: 460px; /* Adjust the width as needed */
      overflow: hidden;
      border-top-left-radius: 230px; /* Half of the width */
      border-top-right-radius: 230px; /* Half of the width */
      border:10px solid #ddd;
      box-shadow:1px 4px 8px rgba(0,0,0,0.3)
  }
  .top-cut-image img{
      width: 100%;
      height: auto;
      display: block;
     
  }
  

  #st-home-text-block .banner_content_awards{
      display: flex;
      justify-content: start;
      background: #fff;
      border-radius: 15px;
       max-width: 100% !important; 
  }
  #st-home-text-block .banner_content_awards a.banner_content_awards_item {
      width: 16.666%;
      padding: 5px 15px;
      text-align: center;
  }
  #st-home-text-block .banner_content_awards img{
      max-width: 100%;
      width: 100%;
  }
  
  .st-sec-heading h1,
  .st-sec-heading h2{
      color: #000000;
      font-family: "Montserrat", Sans-serif;
      font-size: 48px;
      font-weight: 400;
      margin-bottom: 30px;
  }
  .st-content p{
      font-weight: normal;
      font-size: 18px;
      line-height: 32px;
  }
  .st-btn-wrap {
      margin-top: 30px;
  }
  #st-home-text-block .bitwise_btn,
  .st-btn-wrap .bitwise_btn{
      font-family: "Montserrat", Sans-serif;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      border-radius: 4px 4px 4px 4px;
      padding: 18px 24px 18px 26px !important;
  
  }
  .st-btn-wrap .bitwise_btn:hover{
      color: #FFB400;
  }
  
  .section-light{
      background: #fff;
      padding: 80px 0px !important;
  }
  .section-grey{
      padding: 80px 0px !important;
      background: #fafafa;
  }
  
  /* Products */
  .st-mobile-two-btn{
      display: none;
  }
  .st-products-wrap{
      display: flex;
      justify-content: center;
  }
  .st-product-item{
      width: 33.333%;
  }
  .st-product-item-inner{
      padding: 0px;
      border-radius: 6px 6px 6px 6px;
      box-shadow: 0px 2px 15px  rgba(0, 0, 0, 0.07) !important;
      margin: 15px;
      padding-bottom: 30px;
      height: 100%;
  }
  .st-product-image{
  
  }
  .st-product-image img{
      max-width: 100%;
  }
  .st-product-description{
    padding: 0 30px;
    text-align: left;
  }
  .st-product-title{
      text-align: center;
      padding: 20px 30px;
      margin-top: 10px;
      color: #970000;
      font-family: "Montserrat", Sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 24px;
  }
  .st-product-title a{
    color: #970000;
  }
  .doors_gallery_area{
      grid-gap:20px;
  }
  .doors_gallery_area .gallery_img{
      border:10px solid #fff;
      box-shadow: 0 0 14px lightgray;
  }
  .doors_gallery_area .gallery_img a img{
      object-fit: cover;
      height: 400px !important;
  
  }
  
  .energy_facts_area {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      margin-top: 50px;
  }
  .energy_facts_item{
      background: #fff 0 0 no-repeat padding-box;
      box-shadow: 11px 11px 30px #e8e9ff;
      border-radius: 20px;
      padding: 30px;
      text-align: center;
  }
  .energy_facts_item .h3{
      font-size: 16px;
      font-weight: bold;
  }
  .energy_facts_item p {
      color: #616161;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
      margin-top: 40px;
  }
  .energy_facts_item .h2 {
      font-size: 52px;
  }
  
  #menuHeader #hamburger .line {
      height: 5px;
      background: #970000;
  }
  
  .st-mobile-two-btn-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .st-mobile-two-btn-wrap .st-mobile-item-phone{
      width: 50%;
      background: #970000;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .st-mobile-two-btn-wrap .st-mobile-item-email{
      width: 50%;
      height: 60px;
      background: #000;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .st-mobile-two-btn-wrap .st-mobile-item-phone a{
      color: #fff !important;
      font-weight: bold;
      font-size: 18px;
  }
  .st-mobile-two-btn-wrap .st-mobile-item-email a{
      color: #fff !important;
      font-weight: bold;
      font-size: 16px;
  }
  
  .st-banner-plus span{
      text-align:center;
      color:#fff;
      font-weight:bold;
      font-size:36px;
  }
  .st-banner-plus {
      margin-top: -20px;
      margin-bottom: -15px;
  }
  .doors_gallery_area .gallery_img:last-child{
      display: none !important;
  }
  header#menuHeader.fixed {
      position: fixed;
      width: 100%;
      background: #fff;
      z-index: 9;
	  top:0px;
  }
  
  
  .banner-desktop{
      display: block;
      width: 100%;
  }
  
  .banner-mobile{
      display: none;
      width: 100%;
  }
  
  #sw-finace-banner{
      margin-top: 80px;
  }

  /**** Location ***/
  .pw-location-left {
    background-size: cover;
    padding: 30px;
}
.pw-location-list {
    margin-top: 30px;
}
.pw-location-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.pw-location-list ul li {
    width: 33.33%;
    margin: 10px 0;
}
.pw-location-list ul li a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.pw-location-list ul li a i {
    color: var(--st-primary);
    font-size: 32px;
    margin-right: 15px;
}

.pw-location-right {
    background-color: var(--st-primary);
    padding: 32px;
    background-size: cover;
    position: relative;
    height: 100%;
    text-align: center;
}
.pw-location-wrap {
    display: flex;
}
.pw-location-left-col {
    width: 65%;
}
.pw-location-right-col {
    width: 35%;
}

.heading {
    font-size: 50px !important;
    text-transform: capitalize !important;
}
.subheading {
    font-size: 18px;
}
.pw-location-right .pw-heading-text {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
   
}

.pw-location-right .pw-heading-button {
    margin-top: 30px;
}
a.btn.btn-primary {
    background: #3698bf;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 0;
}
.pw-location-right .pw-heading-button a {
    font-weight: 700;
    color: #3698bf;
    background: #fff;
}
.pw-car-image {
    position: absolute;
    bottom: -160px;
    left: -50px;
}

.pw-car-image .img-fluid, .pw-car-image .img-thumbnail {
    max-width: 80%;
    height: auto;
}

.st-blog-wrap{
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}
.st-blog-item{
    width: 25%;
    padding: 10px;
}
.st-blog-item-inner .st-image{
    margin-bottom: 20px;
}

.st-blog-item-inner .st-image img{
    width: 100%;
    object-fit: cover;
    height: 260px;
}
.st-blog-item-inner .wws-blogs-excerpt{
    font-size: 15px;
    line-height: 24px;
}
.st-blog-item-inner .wws-blogs-title{
    min-height: 60px;
}
.st-blog-item-inner .wws-blogs-title a{
    font-size: 20px;
    color: var(--st-primary);
    font-weight: bold;
}

/* Accordion */

.accordion {
    background-color: #f0f0f0;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
  }
  
 .accordion.active, .accordion:hover {
    background-color: #ccc;
  }
  
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .accordion.active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .panel p{
    padding: 30px;
    line-height: 28px;
  }
















  @media only screen and (max-width: 991.98px) {
  
      .st-mobile-two-btn{
          display: block;
      }
  
  .doors_gallery_area .gallery_img:last-child{
      display: block !important;
  }
  
  .st-footer-bottom {
      display: none;
  }
  
      
      .banner-left {
          align-items: center;
          display: flex;
          justify-content: center;
      }
  
      .banner_content_right {
          margin: 0 auto;
		  padding:15px;
      }
  
      .top-cut-image {
          margin-bottom: 30px;
      }
  
  
      .st-container {
          flex-wrap: wrap;
      }
  
      .st-left {
          width: 100%;
      }
      .st-right {
          width: 100%;
      }
  }
  @media only screen and (max-width: 768px) {
      .energy_facts_item .h2 {
          font-size: 32px !important;
      }
      
  
      .st-sec-heading h1{
          font-size: 30px !important;
      }
  
  
      .banner_area {
          grid-template-columns: 1fr;
          grid-row-gap: 20px !important;
      }
  
      .st-banner .st-limited-offer {
          font-size: 36px;
          line-height: 40px;
      }
      .st-free-install span {
          font-size: 20px;
      }
  
  
      .doors_gallery_area .gallery_img a img{
          height: 200px !important;
      }
  
      .st-product-item {
          width: 100%;
      }
  
      .st-products-wrap {
          display: flex;
          flex-wrap: wrap;
      }
  
  
      .st-banner {
          width: 100%;
          max-width: 100% !important;
      }
  
      .top-cut-image {
          width: inherit; 
  
      }
  
      .doors_gallery_area {
          grid-gap: 10px !important;
      }
      .gallery_img img {
          border-radius: 0 !important;
      }
  
  
      .section-light{
          background: #fff;
          padding: 40px 0px !important;
      }
      .section-grey{
          padding: 40px 0px !important;
          background: #fafafa;
      }
  
  
  
  }
      .show-in-mobile{
          display:none;
      }
  
  @media screen and (max-width: 600px) {
      .banner-desktop{
          display: none;
      }
  
      .banner-mobile{
          display: block;
      }
      .hide-in-mobile{
          display:none;
      }
  .show-in-mobile {
      display: block;
      width: 80%;
      overflow: hidden;
      margin: 0 auto;
  }
  
  }
  .sw-img{
      max-width: 100%;
      width:auto;
  }
  .sw-section{
      padding: 60px 0;
  }
  #sw-awards{}
  
  #sw-awards .sw-awards-image {
      width: 80%;
      margin: 0 auto;
  }
  #sw-awards .sw-awards-image img{
      width: 100%;
  }
  
  #sw-counter{
      background: #970000;
      padding: 40px 0;
      color: #fff;
  }
  #sw-counter .sw-counter-row{
      display: flex;
      align-items: center;
      gap: 50px;
  }
  #sw-counter .sw-counter-wrap {
      display: flex;
      width: 60%;
      justify-content: space-between;
      gap: 50px;
  }
  #sw-counter .sw-counter-wrap .sw-counter-item{}
  #sw-counter .sw-counter-wrap .sw-counter-item .sw-counter-number {
      font-size: 48px;
      color: #FFB400;
      font-weight: bold;
  }
  
  #sw-counter .sw-counter-content {
      display: flex;
      width: 40%;
      flex-direction: column;
  }
  #sw-counter .sw-counter-content .sw-counter-heading{
      font-size: 48px;
      color: #FFB400;
      display: block;
      font-weight: bold;
      text-transform: uppercase;
  }
  
  
  #sw-about .sw-about-wrap{
      display: flex;
      align-items: center;
      gap:50px;
  }
  
  #sw-about .sw-about-wrap .sw-about-content {
      width: 60%;
  }

  #sw-about .sw-about-wrap .sw-about-content .sw-about-heading{
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 30px;
  }

  #sw-about .sw-about-wrap .sw-about-content .sw-about-text{
      font-size: 18px;
      line-height: 32px;
  }
  #sw-about .sw-about-wrap .sw-about-content .sw-about-btn{
      margin-top: 50px;
  }
  #sw-about .sw-about-wrap .sw-about-content .sw-about-btn a{
      background: #970000;
      border-radius: 10px;
      padding: 12px 30px;
      color: #fff !important;
      font-weight: bold;
      font-size: 22px;
  }
  #sw-about .sw-about-wrap .sw-about-image{
      width: 40%;
  }
  
  



/* Features Area */
.st_features_area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 50px;
    width: 100%;
}

.st_features_item{
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 11px 11px 30px #e8e9ff;
    border-radius: 20px;
    padding: 30px;
    text-align: left;
}
.st_features_item .st-icon {
    background: var(--st-primary);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.st_features_item .st-icon i{
    color: #fff;
    font-size: 28px;
}
.st_features_item_inner{
    text-decoration: none;
}

.st_features_item .st-content h3{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.st_features_item .st-content p{
    font-size: 15px;
    color: #000;
}

.img-fluid{
    width: auto;
    max-width: 100%;
}

.st-tab-wrap{
    display: flex;
    width: 100%;
    padding: 10px;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.05);
    background: #fff;

}
.st-tab-wrap .tab-content{
    width: calc(100% - 300px);
    display: flex;
    align-items: center;
    height: 100%;
}
.st-tab-wrap .tab-content .windowtabcontent .tab-content-inner,
.st-tab-wrap .tab-content .doortabcontent .tab-content-inner{
    width:100%;
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 50px;
    align-items: center;
}
.st-tab-wrap .tab-content .windowtabcontent .tab-content-inner .st-image,
.st-tab-wrap .tab-content .doortabcontent .tab-content-inner .st-image{
    width: 50%;
    text-align: center;
}
.st-tab-wrap .tab-content .doortabcontent .tab-content-inner .st-image img{
    max-width: 70%;
}
.st-tab-wrap .tab-content .windowtabcontent .tab-content-inner .st-content,
.st-tab-wrap .tab-content .doortabcontent .tab-content-inner .st-content{
    width: 50%;
}
.st-tab-wrap .tab-content .windowtabcontent .tab-content-inner .st-content h3,
.st-tab-wrap .tab-content .doortabcontent .tab-content-inner .st-content h3{
    margin-bottom: 15px;
    font-size: 32px;
}
.st-tab-wrap .tab-content .windowtabcontent .tab-content-inner .st-content .st-btn-wrap,
.st-tab-wrap .tab-content .doortabcontent .tab-content-inner .st-content .st-btn-wrap{
    margin-top: 50px;
}
/* Style the tab */
.st-tab-wrap .tab-nav {

    background-color: #f1f1f1;
    width: 300px;
  
  }
  
  /* Style the buttons inside the tab */
  .tab-nav  button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 10px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    box-sizing: border-box;
  }
  
  /* Change background color of buttons on hover */
  .tab-nav  button:hover {
    background-color: #fff;
  }
  
  /* Create an active/current "tab button" class */
  .tab-nav button.active {
    background-color: #fff;
  }
  
  /* Style the tab content */

  .st_process_area{
    display: flex;
    align-items: center;
    flex-wrap:wrap;
    box-sizing: border-box;
    margin-left: -15px;
    margin-right: -15px;
  }
  .st_process_area .st_process_item{
    width: 50%;
    padding: 15px;
  }
  .st_process_area .st_process_item .st_process_item_inner{
    display: flex;
  }
  .st_process_area .st_process_item .st_process_item_inner .st-number{
    width: 100px;
  }
  .st_process_area .st_process_item .st_process_item_inner .st-content{
    width: calc(80% - 100px);
  }
  .st_process_area .st_process_item .st_process_item_inner .st-number span {
    font-size: 64px;
    font-weight: bold;
    color: #ddd;
    line-height: 64px;
}
  .st_process_area .st_process_item .st_process_item_inner .st-content h3{
    color: var(--st-primary);
    font-size: 24px;
    margin-bottom: 15px;
  }


  .st-move-section .st-container {
    align-items: center;
}
.st-move-section  .top-cut-image{
    border-radius: 0 !important;
}

.st-move-section  .top-cut-image {
    border-radius: 0 !important;
    border: 0;
    box-shadow: unset;
}
  @media only screen and (max-width: 1200px) {
    .st-tab-wrap .tab-content .windowtabcontent .tab-content-inner, .st-tab-wrap .tab-content .doortabcontent .tab-content-inner {
        flex-direction: column;
    }
    .st-tab-wrap .tab-content .windowtabcontent .tab-content-inner .st-image, .st-tab-wrap .tab-content .doortabcontent .tab-content-inner .st-image {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .st-tab-wrap .tab-content .windowtabcontent .tab-content-inner .st-content, .st-tab-wrap .tab-content .doortabcontent .tab-content-inner .st-content {
        width: 100%;
        text-align: center;
    }
    .st_features_area {
        grid-template-columns: 1fr 1fr;
    }

    .homeowners_list ul {
        grid-template-columns: 1fr 1fr;
    }

    .energy_facts_area {
        grid-template-columns: 1fr 1fr;
    }
    .st-blog-wrap{
        flex-wrap: wrap;
    }
    .st-blog-item {
        width: 33.333%;
    }

    .st-btn-wrap{
        text-align: center;
    }



  }


  @media only screen and (max-width: 991.98px) {

    .st-product-item {
        width: 50%;
    }
    .st_process_area .st_process_item {
        width: 100%;
    }

    .st-blog-item {
        width: 50%;
    }


      #sw-about .sw-about-wrap{
          flex-direction: column;
      }
      #sw-about .sw-about-wrap .sw-about-content{
          width: 100%;
      }
  
      #sw-about .sw-about-wrap .sw-about-image {
          width: 100%;
      }
  
      #sw-about .sw-about-wrap .sw-about-content .sw-about-heading {
          font-size: 32px;
          text-align: center;
      }
      #sw-about .sw-about-wrap .sw-about-content .sw-about-text {
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          text-align: center;
      }
      #sw-about .sw-about-wrap .sw-about-content .sw-about-btn{
          text-align: center;
      }
  
      #sw-awards .sw-awards-image {
          width: 100%;
          margin: 0 auto;
      }
      .sw-section {
          padding: 30px 0;
      }
      .pw-location-wrap{
        flex-direction: column;
      }
      .pw-location-left-col {
        width: 100%;
    }

    .pw-location-right-col {
        width: 100%;
    }


  }

  @media only screen and (max-width: 767.98px) {
    .st-product-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .st-tab-wrap{
        flex-wrap: wrap;
        flex-direction: wrap;
    }
    .st-tab-wrap .tab-nav {
        width: 100%;
    }

    .st-tab-wrap .tab-content {
        width: 100%;
    }

    .st-tab-wrap .tab-content .windowtabcontent .tab-content-inner, .st-tab-wrap .tab-content .doortabcontent .tab-content-inner {
        padding: 20px;
    }
    .st_features_area {
        grid-template-columns: 1fr;
    }
    .st_process_area .st_process_item .st_process_item_inner .st-content {
        width: calc(100% - 100px);
    }

    .st-blog-item {
        width: 100%;
    }

    .pw-location-list ul li {
        width: 50%;
        margin: 10px 0;
    }
    .pw-location-right{
        min-height: 400px;
        margin-bottom: 100px;
    }

    .sw-awards-image .banner_content_awards a.banner_content_awards_item {
        padding: 5px;
    }

    .sw-section {
        padding: 10px 0;
    }
    .bitwise_container {
        padding: 0px 10px;
    }
  }


#sw-awards .sw-awards-image img {
    width: 100%;
    object-fit: contain;
}
#st-home-text-block .banner_content_awards img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}


.form form.wpcf7-form {
    margin-bottom: -30px;
}

/* ===== Contact Form 7 card wrapper ===== */
.cf7-card {
    margin-top: 15px;
/*   width: min(420px, 100%);
  background: #fff;
  border-radius: 18px;
  padding: 22px 20px 18px;
  box-shadow: 0 14px 40px rgba(0,0,0,.15); */
}

/* Title + subtitle */
.cf7-title {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  color: #111;
  text-align: center;
}

.cf7-subtitle {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.4;
  color: #555;
  text-align: center;
}

/* Trust row */
.cf7-trust {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 12px;
  border: 1px solid #eee;
  border-radius: 12px;
  margin: 0 0 16px;
  color: #222;
  font-size: 13px;
  font-weight: 600;
}

/* Fields spacing */
.cf7-field {
  margin-bottom: 12px;
}

/* Inputs */
.cf7-card input[type="text"],
.cf7-card input[type="email"],
.cf7-card input[type="tel"] {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  padding: 0 14px;
  font-size: 16px;
  color: #111;
  outline: none;
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.cf7-card input::placeholder {
  color: #8a8a8a;
}

/* Focus state */
.cf7-card input:focus {
  border-color: rgba(151,0,0,.55);              /* SmartTech red feel */
  box-shadow: 0 0 0 4px rgba(151,0,0,.12);
}

/* Submit button */
.cf7-card input[type="submit"] {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #9a0000, #6f0000);
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(0,0,0,.18);
  transition: transform .08s ease, filter .15s ease;
}

.cf7-card input[type="submit"]:hover {
  filter: brightness(1.05);
}

.cf7-card input[type="submit"]:active {
  transform: translateY(1px);
}

/* Microcopy */
.cf7-micro {
  margin: 12px 0 0;
  text-align: center;
  font-size: 13px;
  color: #666;
  line-height: 1.35;
}

/* CF7 validation / errors clean */
.cf7-card .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 6px;
}

.cf7-card .wpcf7-response-output {
  margin: 14px 0 0;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 13px;
}
.cf7-card  .wpcf7-response-output {
    margin: -42px 0px 39px 0px !important;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
/* Mobile sizing */
@media (max-width: 420px) {
  .cf7-title { font-size: 24px; }
  .cf7-card { padding: 18px 16px 16px; }
}


/* ===== HERO LAYOUT (left promo + right form) ===== */
.hero {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 36px 16px;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background: url("/images/hero-house.jpg") center/cover no-repeat;
  transform: scale(1.02);
  z-index: 0;
}

/* Optional: add subtle darkening for contrast */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 30% 30%,
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.55)
    );
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

/* Right form placeholder sizing */
.hero__form {
  justify-self: end;
  width: min(420px, 100%);
}

/* ===== PROMO BOX ===== */
        .wdref-promo-card {
            position: relative;
            max-width: 550px;
            height: 550px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            background-size: cover;
            background-position: center;
        }

        .wdref-overlay {
            position: absolute;
            top: 25px;
            left: 25px;
            right: 25px;
            bottom: 25px;
            background: rgba(0, 0, 0, 0.55);
            backdrop-filter: blur(3px);
            border-radius: 20px;
            z-index: 1;
            border: 1px solid #efd9b361;
        }

        .wdref-content {
            position: relative;
            z-index: 2;
            text-align: center;
            width: 100%;
        }

        .wdref-badge {
            position: absolute;
            top: -66px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(180deg, #9b2c2c 0%, #4a0e0e 100%);
            padding: 6px 35px;
            border-radius: 50px;
            font-family: "Barlow Semi Condensed", sans-serif;
            font-weight: 600;
            font-size: 1.6rem;
            letter-spacing: 2px;
            color: #fff;
            border: 1px solid #d76947;
            box-shadow: 0 4px 15px rgba(0,0,0,0.3);
        }

        .wdref-text-gradient {
            background: linear-gradient(90deg, #efd9b3, #ffffff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .wdref-discount-container {
            font-family: "Barlow Semi Condensed", sans-serif;
            font-weight: 700;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            line-height: 0.85;
            margin-bottom: 5px;
        }

        .wdref-up-text {
            position: absolute;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            margin-left: -156px;
            font-size: 3rem;
        }

        .wdref-number {
            font-size: 11rem;
            letter-spacing: -2px;
        }

        .wdref-percent-box {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            margin-left: 5px;
            margin-bottom: 15px;
        }

        .wdref-percent {
            font-size: 6rem;
        }

        .wdref-off {
            font-size: 3rem;
            letter-spacing: 3px;
        }

        .wdref-divider {
            width: 85%;
            height: 2px;
            background: radial-gradient(circle, #e6b94d 0%, rgba(230, 185, 77, 0) 90%);
            margin: 12px auto;
        }

        .wdref-main-title {
            font-family: "Barlow Semi Condensed", sans-serif;
            font-weight: 600;
            font-size: 2.4rem;
            letter-spacing: 1px;
        }

        .wdref-sub-title {
            font-family: "Barlow Semi Condensed", sans-serif;
            font-weight: 500;
            font-size: 1.5rem;
            color: #f8e2b3;
            margin: 8px 0;
            letter-spacing: 1px;
        }

        .wdref-trust-text {
            font-size: 0.95rem;
            margin-bottom: 30px;
            color: #ddd;
        }

        .wdref-footer-strip {
            background: #ffffff;
            width: 320px;
            height: 75px;
            border-radius: 12px;
            margin: 0 auto;
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 10px;
        }

        .wdref-footer-strip img {
            height: 70px;
        }

@media (min-width: 768px) {
			i.hidden-desktop {
				font-style: normal;
				display:block;
			}
}
        @media (max-width: 767.98px) {
            .wdref-badge {
                font-size: 1.4rem;
                top: -30px;
                padding: 6px 20px;
				width:200px;
            }

			.wdref-up-text {
				font-size: 2rem;
				margin-left: 0;
				top: 29px;
			}
			i.hidden-desktop {
				font-style: normal;
			}
            .wdref-discount-container {
                margin-top: 55px;
            }

            .wdref-main-title {
                font-size: 2rem;
            }

            .wdref-footer-strip {
                max-width: 280px;
            }
			
			.wdref-overlay {
				position: absolute;
				top: 40px;
				left: 20px;
				right: 20px;
				bottom: 30px;
				background: rgba(0,0,0,.55);
				backdrop-filter: blur(3px);
				border-radius: 20px;
				z-index: 1;
				border: 1px solid #efd9b361;
			}			
			.bg_overley {
				padding: 10px 0;
			}
			
			.wdref-trust-text {
				font-size: 0.95rem !important;
				margin-bottom: 30px;
				color: #ddd;
				/* text-wrap: wrap; */
				font-weight: normal !important;
				text-transform: inherit !important;
				margin-left: 30px;
				margin-right: 30px;
				text-align: center;
			}			
			
			
		.wdref-number {
			font-size: 9rem;
			letter-spacing: -2px;
		}			
			
		.wdref-percent {
			font-size: 5rem;
		}			
			
		.wdref-off {
			font-size: 2rem;
			letter-spacing: 3px;
		}	
			
        }


/* Medium laptops (13"–14") */
@media (max-width: 1280px) {
	.banner_content_right .form input {
		height: 42px!important;
	}

	.bg_overley {
		padding: 30px 0;
	}	

}

@media (max-width: 992px) {
	.wdref-promo-card {
		margin: 0 auto;
	}
}
