/* 
	Bonativo by TEMPLATE STOCK
	templatestock.co @templatestock
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,400italic');

::selection{
    color: #FF6600;
}

body{
    background: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #505050;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
}
/***basics****/
a,a:hover, a:focus, i{
    text-decoration: none;
    outline: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
p{
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    color:#444444;
    line-height: 24px;
}
.section-padding{
    padding-top: 100px;
    padding-bottom: 40px
}
.divided30{
    width:100%;
    height: 30px;
}
.padding-bottom30{
    padding-bottom: 30px;
}
.margin-bottom30{
    margin-bottom: 30px;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
}
.colored-text{
    color: #FF6600;
}

.alo{
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
}
.section-title{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.section-title h1{
    text-transform: uppercase;
    font-weight: 300;
    margin: 0px;
    font-size: 40px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.border-line{
    width:40px;
    height: 1px;
    margin-top: 20px;
    display: block;
    text-align: center;
    background-color:  #FF6600;
    margin-left: auto;
    margin-right: auto;
}
.subtitle-caption{
    font-weight: 400;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 25px;
    text-transform: capitalize;
}
.bio-caption{
    font-weight: 400;
    margin-top: 70px;
    font-size: 18px;
    text-align: right;
    margin-bottom: 0;
    line-height: 30px;
    color: #FF6600;
    margin-left: 400px;
}
.center-title{
    margin-bottom: 40px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 2px;
}
.no-padding{
    padding: 0px;
}
/****navbar css****/
@media(min-width:768px){
    nav.before-color{
        background-color: rgba(255,255,255,0);
        padding: 15px 0;
    }
    nav.after-color{
        background-color: rgba(255,255,255,.95);
        padding: 0px 0;
        box-shadow: 0px 1px 5px rgba(0,0,0,0.302);
        -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.302);
    }
    nav.before-color.navbar-default .navbar-brand{
    color:#fff;
    font-size: 35px;
    font-weight: 400;
}
    nav.after-color.navbar-default .navbar-brand{
    color:#000;
    font-size: 35px;
    font-weight: 400;
}
    nav.before-color .navbar-nav>li>a{
        color:#fff;
    }
    
    nav.after-color .navbar-nav>li>a{
        color:#333;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 15px 11px;

    }
    nav.before-color .nav>li{
        border-left: 1px solid transparent;    
    }
    nav.after-color .nav>li{
        border-left: 1px solid rgba(0,0,0,0.1);    
    }
}
.navbar-default {
    background-color: rgba(255,255,255,.95);
    border:0px;
    margin: 0px;
    width:100%;
    left: 0;
    right: 0;
    padding: 5px 0;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav>li>a {
    color: #333;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav>li>a:hover{
        color: #FF6600;
    }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color:  #FF6600;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color:  #FF6600;
  background-color: transparent;
}

.navbar-default .navbar-brand{
    color:#000;
    font-size: 35px;
    font-weight: 400;
}
.navbar-default .navbar-nav>li:hover .dropdown-menu{
    display: block;
}
/*********

BUTTONS

*********/


.btn{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 25px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.btn:focus{
    outline: 0;
}
.btn-white{
    color:#fff;
    padding: 0px;
    border: 1px solid #fff;
    padding: 10px 20px;
    background-color: transparent;
}
.btn-white:hover{
    color: #FF6600;
    border-color: #fff;
    background-color: #fff;
}
.btn-border-black{
    border: 1px solid #333;
    color:#333;
    padding: 10px 25px;
    background-color: transparent;
}
.btn-border-black:hover{
    color:#fff;
    border-color:#333;
    background-color:#333;
}
.btn-border-theme{
    border: 1px solid  #FF6600;
    color: #FF6600;
    padding: 10px 25px;
    background-color: transparent;
}
.btn-border-theme:hover{
    color:#fff;
    border-color: #FF6600;
    background-color:  #FF6600;
}
.btn-radius{
    padding: 13px 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}

/***********

SLIDER REVOLUTION CSS

**************/

.slider-title{
    color:#fff;
    font-weight: 100;
    text-transform: uppercase;
    font-size:70px;
    letter-spacing:2px;
    font-family: 'Open Sans', sans-serif;
}
.slider-title span{
    font-weight: 700;
}
.slider-caption{
    color:#f8f8f8;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.slider-button a.btn-white{
    color:#000;
    background-color: #fff;
}
.slider-button a.btn-white:hover{
    color:#fff;
    background-color: transparent;
}
/********


/********

services icons css

********/
.feature-icon-wrap {
    position: relative;
    padding-bottom: 40px;
    margin: 0px;
}
.feature-icon-wrap .left-side-icon{
    float: left;

}
.feature-icon-wrap .left-side-icon .front-icon{
    font-size:3em;
    color: #FF6600;
}
.back-icon {
    z-index: -1;
    color: #F0F0F0;
    position: absolute;
    padding-left: 40px;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 100px;
}
.feature-icon-wrap .features-text-right{
    padding-left: 40px;
    overflow: hidden;
}
.features-text-right h3{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}
.services-icons .left-side-icon i{
    width:70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid  #FF6600;
}
/************

TEAM CSS

*************/
.team{
    padding-top: 50px;
    padding-bottom:20px;
    background-color: #e6e6e6;
}

.team-box{
    text-align: center;
    padding: 0px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
}
.team-box img{
    width:100%;
}
.team-desc h4{
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 15px;

}
.team-desc em{
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
}
.team-box .social{
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    padding: 10px 5px;
    background-color: rgba(255,255,255,0.8);
    margin: 0;
}
.social li a{
    font-size: 20px;

    text-align: center;
    display: block;
    color:#fff;
}
.social li a i{
    display: block;
    color:#333;
}
.social li a:hover i{
    color: #FF6600

}


/******fun facts*****/
.funfacts{
    background: url("../images/tools.045fed016b0e.jpg");
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
    display: block;
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
}
.fact-box{
    padding: 25px 30px;
    background-color: rgba(255,255,255,0.8);
}
.fact-box h2{
    color: #FF6600;
    font-size: 45px;
}
.fact-box h5{
    color:#000;
    font-weight: 300;
}
.testimonials{
    background: url("../images/living-room.d47ff59f25c7.jpg");
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
    display: block;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.testimonials .testislider .slide-items img{
    width:80px ;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 20px;
}
.testimonials .flex-direction-nav a:before {
    font-family: "Ionicons";
    font-size: 40px;
    display: inline-block;
    content: '\f3d5';
}
.testimonials .flex-direction-nav a.flex-next:before {
    content: '\f3d6';
}
.testimonials .flexslider{
    margin:0px;
}
.testimonials .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(255,255,255,1);
    text-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}
.slide-items{
    padding: 50px 40px;

}
.slide-items p{
    color:#fff;
}
.slide-items h5{
    margin-bottom: 0px;
    color: #FF6600;
}
.testimonials .flexslider{
    background: rgba(0,0,0,0);
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
/****MeetCraftedTeam****/

.chad{
    background: url("../images/Chad-left.50b1310a8aff.jpg");
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
    display: block;
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
}
.chad .testislider .slide-items img{
    width:80px ;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 20px;
}
.chad .flex-direction-nav a:before {
    font-family: "Ionicons";
    font-size: 40px;
    display: inline-block;
    content: '\f3d5';
}
.chad .flex-direction-nav a.flex-next:before {
    content: '\f3d6';
}
.chad .flexslider{
    margin:0px;
}
.chad .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: #FF6600;
    text-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}
.chad .flexslider{
    background: rgba(0,0,0,0);
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.chad-bio{
    font-weight: 400;
    margin-top: 70px;
    font-size: 18px;
    text-align: right;
    margin-bottom: 0;
    line-height: 30px;
    color: #FF6600;
    margin-left: 400px;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="chad"] {
    background: url("../images/Chad-mobile.e1fd526528a9.jpg"); 
    background-size: 100%;
    background-position: 70% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: right;
    z-index: 1;
    display: block;
    padding-top: 20px;
    padding-bottom: 50px;
    font-weight: 400;
    margin-top: 70px;
    font-size: 14px;
    text-align: right;
    margin-bottom: 0;
    line-height: 30px;
    color: #FF6600;
    margin-left: 10px;
  }
}
/****work****/

#work{
    background-color: #f7f7f8;
}
.portfolio-thumb {
    margin-bottom: 30px;
}
.imgoverlay {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 100%
}

.imgoverlay img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.imgoverlay:hover img {
    transform: scale(1.07);
    -ms-transform: scale(1.07);
    -webkit-transform: scale(1.07)
}

.imgoverlay .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.imgoverlay:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(Opacity=100)"
}

.imgoverlay .overlaycolor {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(Opacity=80)"
}

.imgoverlay .overlayinfo {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    -o-transition: top .3s ease;
    -ms-transition: top .3s ease;
    transition: top .3s ease;
}

.imgoverlay:hover .overlayinfo {
    top: 50%
}

.portfolio-thumb a{
    color:#fff;
    text-decoration: none;
}
.portfolio-thumb .work-description {
    text-align: center;
    padding: 20px 0;
}
.portfolio-thumb .work-description a{
    color:#333;
    text-transform: uppercase;
    font-size: 15px;
}
.overlayinfo h6 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em
}


/*****news****/
.news-wrapper{
    padding: 0px;
}
.news-wrapper .news-inner{
    display: block;
    padding: 70px 20px;
    position: relative;
}
.news-wrapper .row{
    margin: 0px;
}
.news-inner .date{
    color: #FF6600;
    font-weight: 400;
    font-style: italic;
}
.news-inner .title{
    color:#777;
       -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 0;
}
.news-inner p{
    margin-top: 15px;
    margin-bottom: 0px;
}
.news-inner:hover .title{
    letter-spacing: 3px;
}
.post-overlay{
      position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(255,255,255,0.8);
  z-index: 1;
  left: 0;
}
.post-preview-content{
    z-index: 2;
    position: relative;
}
.post-option{
    margin-bottom: 0px;
    margin-top: 15px;
}
.post-option a{
    margin-right: 5px;
    display: inline-block;
    color:#999;
}
.post-option a:hover{
    color: #FF6600;
}
/****

cta

******/
.cta{
    padding-bottom: 40px;
}
.cta h1{
    text-transform: uppercase;
    font-weight: 700;
    color:#000;
    margin-bottom:30px;
}
.cta-bg{
    background-color:  #FF6600;
    padding-top: 40px;
}
.cta-bg h1{
    color:#fff;
}
/***contact****/
#contact{
    background: url("../images/coffee-computer.061e54a33c85.jpg");
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
    display: block;
    position: relative;
}
.contact-details i{
    font-size: 50px;
    color:#fff;
}
.contact-details h4{
    margin: 20px 0;
    color:#fff;
    font-weight: 300;
    font-style: italic;
}
.contact-form {
    background-color: rgba(0,0,0,0.3);
    padding: 30px;
    margin: 30px 0;
}
.contact-form .form-control{
    min-height: 45px;
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: transparent;
    color:#FF6600;
    -webkit-border-radius: 0px;
}
.contact-form h3{
    margin-bottom: 20px;
    font-weight: 700;
    color:#fff;
    text-transform: uppercase;
}
.help-block{
    margin: 0px;
}
.help-block ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.help-block ul li{
    color:#fff;
    padding: 0px 10px;
    background-color:  #FF6600;
    font-size: 12px;
}
.footer{
    padding: 50px 0;
    background-color:  #FF6600;
}
.footer .alo{
    display: block;
    color:#fff;
    font-size: 35px;
}
.footer .social{
    margin: 30px 0;
}
.footer .social li a i{
    color:#f5f5f5;
    display: block;
}
.footer .social li a:hover i{
    opacity:0.6;
}
.footer .copyright{
   display: block;
   color: rgba(255,255,255,0.7);
   font-size: 12px;
}

/****pricing****/
.price-box{
      background: #f9f9f9;
}
.price-box .header h3 {
  padding: 12px 10px;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  background: #474747;
    color: #fff;
      border-radius: 2px 2px 0 0;
}
.price-box .header .price {
  background: #ebebeb;
    padding: 15px 10px;
}
.header .price h2 {
  color: #4D4D4D;
    margin-bottom: 3px;
  font-weight: bold;
}
.header .price span{
    font-size: 13px;
}
.price-box ul li{
    padding: 13px 0;
      border-bottom: 1px solid #ebebeb;
}
 .price-footer {
  padding: 20px;
}
.header.active h3{
    color:#fff;
    background-color:  #FF6600;
}
/******inner pages******/
.page-title{
    background-color: #FF6600;
    padding-top: 250px;
}
.page-title h3{
      color: #fff;
  margin: 0px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.page-title .border-line{
    background-color: #fff;
}
.news-content p{
    color:#999;
    font-size: 14px;
}
.pager li>a, .pager li>span{
    color: #FF6600;
}
.testbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    padding: 20px;
    }

/******apply now page*****/
.application{
    background: url("../images/WoodGrain.e4f79bdc02f0.jpg");
}
.application-form{
    background: #fff;
    margin-top: 10%;
    margin-bottom: 10%;
    width: 95vw;
    max-width: 920px;
}
.application-form .form-control{
    border-radius:1rem;
}
.application-image{
    text-align: center;
}
.application-image img{
    border-radius: 6rem;
    width: 25%;
    margin-top: -8%;
}
.application-form form{
    padding: 8%;
    width: 100%;
}
.application-form form .row{
    margin-bottom: 3%;
    width: 100%;
    padding: 4px;
}
.application-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #FF6600;
    size: 40px;
}
.application-form > form .question > textarea{
    width: 95%;
    max-width: 920px;
    height: 50vh;
    max-height: 200px;
    resize: none;
}

/* ===============================
   Video + Text Sticky Section
   =============================== */

.video-fixed-section {
    position: relative;
    margin-top: 50px;
    height: auto;
    z-index: 2;
}

.video-fixed-section .video-container {
    position: sticky;
    top: 80px;
    width: 50%;
    height: 650px;
    z-index: 1;
    overflow: hidden;
}

.video-fixed-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-fixed-section .col-md-6:nth-child(2) {
    margin-left: 50%;
    padding-top: 20px;
}

@media (max-width: 768px) {
    .video-fixed-section .video-container {
        position: relative;
        width: 100%;
        height: 600px;
        top: 0;
    }

    .video-fixed-section .col-md-6:nth-child(2) {
        margin-left: 0;
        padding-top: 15px;
    }
}

/* ===============================
   END Video + Text Sticky Section
   =============================== */

   /* ========================================
   Upgrade With Wire Rack Covers Text Section
   ======================================== */

.centered-upgrade {
    text-align: center;
}

.centered-upgrade h2 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}

.centered-upgrade .alo {
    display: block;
    margin-top: 5px;
    font-weight: 700;
}

/* New paragraph style */
.upgrade-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FF6600;
    margin: 30px auto 0;
    max-width: 520px;
    text-align: center;
}

/* Mobile tuning */
@media (max-width: 768px) {
    .upgrade-description {
        font-size: 14px;
        line-height: 24px;
        padding: 0 15px;
    }
}

/* Available on Amazon part under image */

/* Container for text + button, inline layout */
.amazon-promo {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* keeps text on left, button on right */
    margin-top: 60px;
    gap: 15px; /* space between text and button */
}

/* Text styling */
.amazon-promo .amazon-text {
    font-size: 42px;
    color: #333; /* dark gray like other text */
    font-family: 'Open Sans', sans-serif;
}

/* New orange button styling */
.btn-orange {
    background-color: #FF6600; /* orange */
    color: #fff; /* white text */
    border: none; /* no border */
    padding: 13px 40px; /* matches btn-radius padding */
    border-radius: 30px; /* matches btn-radius */
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.btn-orange:hover {
    background-color: #e65500; /* slightly darker orange on hover */
    color: #fff;
}


 /* ================================
   Revolution Slider – Slide 1 ONLY
   Desktop vs Mobile Image Control
   ================================ */

/* Ensure slide 1 behaves normally */
.slide1 .tp-bgimg {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    z-index: 1 !important;                  /* Keep captions above */
}

/* MOBILE ONLY: swap image for slide 1 */
@media (max-width: 767px) {
    .slide1 .tp-bgimg {
        background-image: url("/static/website/images/MobileWireRackCover.7de09bd999b4.png") !important;
    }
}

/* Slide 1 captions – allow slider to handle fade animation */
.slide1 .tp-caption {
    z-index: 10 !important;
    color: #000 !important; /* black text */
    display: block !important;
}

/* Slide 1 text title and */
.slide1 .slider-title {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 40px; /* desktop text size */
    color: #000 !important; /* black text */
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
}

/* Slide 1 button */
.slide1 .slider-button a.btn-white {
    color: #000 !important;
    background-color: #fff !important;
}

.slide1 .slider-button a.btn-white:hover {
    color: #fff !important;
    background-color: transparent !important;
}

/* ================================
   Slide 1 – Desktop and Mobile
   ================================ */

/* Desktop: let slider JS control position and fade */
.slide1 .tp-caption {
    z-index: 10;
}

.slide1 .slider-title .highlight {
    color: #FF9900; /* Amazon in orange */
    font-weight: 700;
}

/* Button styling */
.slide1 .slider-button a.btn-white {
    color: #000;
    background-color: #fff;
}
.slide1 .slider-button a.btn-white:hover {
    color: #fff;
    background-color: transparent;
}

/* MOBILE ONLY */
@media (max-width: 767px) {
    /* Text container: stacked at bottom-right */
    .slide1 .slider-title {
        display: flex;
        flex-direction: column; /* stack lines */
        align-items: flex-end;  /* move text to right */
        text-align: right;
        font-size: 100px;        /* smaller text on mobile */
        bottom: 150px !important; /* move text up from bottom so button doesn't cover */
        right: 20px !important;
        left: auto !important;
        top: auto !important;
    }

    /* Each word on its own line */
    .slide1 .slider-title .mobile-line1,
    .slide1 .slider-title .mobile-line2,
    .slide1 .slider-title .mobile-line3 {
        display: block;  
    }

       /* Small spacing between lines */
    .slide1 .slider-title .mobile-line2,
    .slide1 .slider-title .mobile-line3 {
        margin-top: 5px;
    }

    /* Slide 1 text colors */
    .slide1 .slider-title .mobile-line1,
    .slide1 .slider-title .mobile-line2 {
        color: #000 !important; /* black */
}

       /* Highlight only "Amazon" */
    .slide1 .slider-title .mobile-line3,
    .slide1 .slider-title .highlight {
        color: #FF9900 !important; /* Amazon orange */
    }

    /* Button under text at bottom-right */
    .slide1 .slider-button {
        display: block !important;
        right: 20px !important;
        bottom: 50px !important;
        left: auto !important;
        top: auto !important;
    }
}
    /* Button under text at bottom-right */
    .slide1 .slider-button a.btn-white {
        background-color: #000 !important; /* black background */
        color: #fff !important;            /* white text */
        border: none !important;           /* remove border if any */
    }

    /* Button: hover effect */
    .slide1 .slider-button a.btn-white:hover {
        background-color: #333 !important; /* slightly lighter black on hover */
        color: #fff !important;
    }
}

/* Ensure captions stay above images */
.slide1 .tp-caption {
    z-index: 10;
    color: #000; /* black text */
}
