    *,
    ::before,
    ::after {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px
    }


    body,h1, h2, h3, h4, h5, h6,* {
    font-family: "futura-pt", Helvetica, Arial, sans-serif;
    }

    body {
    overflow-x: hidden;
    color: #000;
    line-height: 1.5;
    font-size: 21px;
    }

    /* Colors */

    .orange{ color: #F26924; }
    .black { color: #001722; }
    .white { color: #fff; }
    .light-gray {color:#A8A9AD;}
    .dark-gray{color: #686869 !important;}

    .bg-secondary-light{
    background-color:#F5F5F5;
    }

    .bg-secondary-dark{
     background-color: #A8A9AD;
    }

    .bg-aw:nth-child(even) {background: #FFF}
    .bg-aw:nth-child(odd) {background: #F5F5F5}

    .card {
        background-color: transparent!important;
    }

    .bg-white{
    color: #fff;
    }

    .black:hover, link.dark-gray:hover,.icon.icon-color:hover ,a.nav-link:hover,a:hover {
    color: #F16128 !important;
    text-decoration: none;
    }

    .mtb-4{
    margin: 4% 0%;
    }

    /* Font Sizes */
    .fs-16px {font-size: 16px;}
    .fs-18px {font-size: 18px !important;}
    .fs-20px {font-size: 20px;}
    .fs-23{font-size: 23px;}


    header,
    .footer {
    color: white;
    transition: all 0.25s ease-out
    }

    h2 {
    font-size: 2rem;
    }

    p {
    font-size: 1rem;
    line-height: 140%;
    }

    h1.grey-line { margin-bottom: 0; }
    h1.grey-line:after {
    background: #AEAEAE;
    content: '';
    display: inline-flex;
    height: 48px;
    width: 1px;
    margin: 0px 20px;
    }


    .disclaimer {
      font-size: 14px;
      font-style: italic;
  }

  .windows-text{
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .text-carousel{
    margin-bottom: 50px;
  }


    /* Nav */

    .nav-link {
    color: #262829;
    padding:0rem 2rem !important;
    }

    .dynamic-ct-global-num.nav-link.font-weight-bold.orange{
      color:#F26924;
    }


    .nav-link:hover, .dynamic-ct-global-num.nav-link.font-weight-bold.orange:hover {
    color:black !important;
    }


    /* Font Weight */
    .fw400 { font-weight: 400;}
    .fw700 { font-weight: 700;}


    .nav-link{
    font-size: 16px;
    }

    /* --- Hero --- */

/* Span Title Animation */

/* STYLES */

span.holder{
  position: relative;
  width:  220px;
  height: 4em;
  overflow: hidden;
  margin: 0% 2%;
}
.next-word, .prevouse-word{
  font-size: 1em;

}
.next-word{
  padding-left: 5em;
}


span.item{
  position: absolute;
  color:#F26924;
  font-size: 1em;
  transform-origin: 50% 70%;
  width: 150px;
  margin: 0% 2% ;
}

.img-cover{
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}



span.item:nth-child(1) {
  animation: flipUp 10s cubic-bezier(0.68, -0.55, 0.26, 1.55) 0s both infinite;
}

span.item:nth-child(2) {
  animation: flipUp 10s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1.5s both infinite;
}
span.item:nth-child(3) {
  animation: flipUp 10s cubic-bezier(0.68, -0.55, 0.26, 1.55) 3s both infinite;
}
span.item:nth-child(4) {
  animation: flipUp 10s cubic-bezier(0.68, -0.55, 0.26, 1.55) 4.5s both infinite;
}
span.item:nth-child(5) {
  animation: flipUp 10s cubic-bezier(0.68, -0.55, 0.26, 1.55) 6s both infinite;
}
span.item:nth-child(6) {
  animation: flipUp 10s cubic-bezier(0.68, -0.55, 0.26, 1.55) 6s both infinite;
}

/* ANIMATION */

@keyframes flipUp {
  0% {
   opacity: 0;
   margin-top: -100px;
  }
  13.2%{
    opacity: 1;
    margin-top: 0;
    transform: rotateX(0deg);
  }
  33%,100% {
    opacity: 0;
     margin-top: 0;
    transform: rotateX(90deg);

  }
}


    .title-video{
      font-size: 2.5rem;
      padding:4%;
    }

    .image-top.nav{
      max-height: 80px;
      object-fit: contain;
      }

    .image-top{
    width: 130px;
    height: auto;
    object-fit: contain;
    }

    .image-single{
      width: 703px;
      object-fit: cover;
      height: 395px;
    }


     .image-two{
      width: 100%;
      object-fit: contain;
      height: auto;
    }

    .mx-box{
    max-width: 358px;
    padding: 9%;
    }

    .contractor-box{
    position: relative;
    border-radius: 31px;
    margin: 10px auto;
    }

    /*
    .contractor-box .card{
      width: 321px;
      }
    */

    /* Icons */
    .fa-check-circle:before {
    content: "\f058";
    font-size: 37px;
    position: absolute;
    top: -6px;
    left: -19px;

    }

    .fa-map-marked-alt:before {
    content: "\f5a0";
    font-size: 37px;
    position: absolute;
    top: 3px;
    left: 48%;
    z-index: 1;}

    .fa-map-marker-alt:before {
      content: "\f3c5";
      font-size: 37px;
      position: absolute;
      top: 3px;
      left: 48%;
      z-index: 1;
  }



    /* form */
    .form{
    max-width: 330px;}
    /* Buttons */

    .button-primary {
    border: 1px solid #F26924;
    color: #F26924;
    background-color: transparent;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    font-size: 24px;
    }

    .button-primary:hover {
    background-color: #F26924;
    color: #ffffff;
    cursor: pointer;
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
    color:#001722;;
    background-color:transparent;
    border-color: #F26924;
    }

    a.button-primary { text-decoration: none; }

    .button-primary:focus,
    .button-primary:hover,
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show>.btn-primary.dropdown-toggle{
    background-color:#F26924 ;
    color: #fff;
    border-color:#F26924 }

    .btn-cc {
    color:#001722;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
    border-radius: 49px;
    }

    .btn-cc.home{
      width: 100%;
      border: solid 4px #ff6a28;
    }

    .btn-cc.btn-products{
    max-width: 262px;
    border: solid 3px #ff6a28;
    }


  form .has-error .form-control {
    border-color: red !important;
  }
  .g-recaptcha.highlight-input .rc-anchor-light.rc-anchor-normal {
    border: 1px solid red;
  }

  /* Products  */

  .navbar {
    align-items: stretch !important;}

  .subtext-products{
    padding-right: 15%;
        }
    /* Tab */

    .nav-pills .show>.nav-link {
    background-color:#fff !important;
    border: none;
    color: #262829 !important;}

    .nav-pills .nav-link.active{
    background-color:transparent !important;
    color:#F26924 ;
    }

    .nav-pills .nav-link p {
      border-radius: 0rem;
      padding: 6px !important;
      font-size: 1.2rem;
  }
  .MenuList li {
      border-bottom: 5px solid #F8F6F4;
      cursor: pointer;
      flex: auto;
  }
  #product p {
      margin-top: 0;
      margin-bottom: 0;
  }


    ul {
        list-style: none;
      }

      .MenuList {
        display: flex;
        align-content: center;
        justify-content: space-around;
      }

      .MenuList li {
        flex: 1;
      }


      .MenuList li:active, .MenuList li:hover ,.MenuList li:focus-visible{
        border-left: 0;
        border-bottom: 5px solid #001722 !important;
      }



      .MenuList li {
        border-bottom: 5px solid gray;
        cursor: pointer;
      }

      .list-group-item {
        border: none !important;
        padding: 1% 7%;}

        .list-group-item  p{
        padding: 2% 0%;
        margin-bottom: 1px;}




    /* stick */

    /*-- Series slick slider --*/
    .products .container .row h1.fs2-3rem {
    font-size: 2.3rem;
    }

    .in-page-cards-section .thumbnail {
    border-radius: 0;
    border: 0px;
    position: relative;
    padding: 0px 31px;
    min-height: 356px;
    }

    .in-page-cards-section .thumbnail h1 {
    font-size: 26px;
    margin: 15px;
    }


    .section-windows .in-page-cards-section .thumbnail {
    min-height: 800px;
    }

    .section-windows.single-series .in-page-cards-section .thumbnail {
    min-height: auto !important;
    background-color: white !important;
    }

    .in-page-cards-section .thumbnail .img-wrap.img-wrap-series {
    height: 50vh;
    /* padding: 9% 0%; */
    }

    .in-page-cards-section .thumbnail h1.text-slider {
    text-align: left;
    margin: 0%;
    font-size: 21px;
    }

    .in-page-cards-section .thumbnail .img-wrap {
    height: 200px;
    }

    .in-page-cards-section .thumbnail .img-wrap img {
    height: 100%;
    max-width: 100%;
    width: auto;
    object-fit: cover;
    }

    .in-page-cards-section .thumbnail:focus,
    .hero-slider-inner .thumbnail:focus {
    outline: -webkit-focus-ring-color auto 0;
    }

    .in-page-cards-section .slick-arrow {
    background-color: #303030;
    border-radius: 0px;
    color: transparent;
    border: 0px;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    }

    .in-page-cards-section .slick-arrow.slick-prev {
    left: 0;
    z-index: 1;
    }

    .in-page-cards-section .slick-arrow.slick-next {
    right: 0;
    z-index: 1;
    }

    .section-windows.single-series .in-page-cards-section.single-series-section .slick-arrow {
    top: 33%;
    }

    .in-page-cards-section .slick-arrow.slick-next:focus,
    .in-page-cards-section .slick-arrow.slick-prev:focus {
    outline: -webkit-focus-ring-color auto 0;
    }

    .in-page-cards-section .slick-arrow.slick-next:hover,
    .in-page-cards-section .slick-arrow.slick-prev:hover {
    cursor: pointer;
    }

    .in-page-cards-section .slick-arrow.slick-prev::before {
    content: "";
    display: block;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='27' viewBox='0 0 18 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.613183 12.0661L12.4629 0.594659C13.2819 -0.198218 14.6063 -0.198218 15.4166 0.59466L17.3857 2.50094C18.2048 3.29382 18.2048 4.57591 17.3857 5.36036L8.98639 13.4916L17.3857 21.6228C18.2048 22.4157 18.2048 23.6978 17.3857 24.4822L15.4253 26.4053C14.6063 27.1982 13.2819 27.1982 12.4716 26.4053L0.621898 14.9339C-0.20584 14.141 -0.20584 12.8589 0.613183 12.0661Z' fill='white'/%3E%3C/svg%3E%0A");
    }

    .in-page-cards-section .slick-arrow.slick-next::before {
    content: "";
    display: block;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='27' viewBox='0 0 18 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3868 14.9339L5.53712 26.4053C4.7181 27.1982 3.39372 27.1982 2.58341 26.4053L0.614267 24.4991C-0.204756 23.7062 -0.204756 22.4241 0.614267 21.6396L9.01361 13.5084L0.614267 5.37723C-0.204756 4.58435 -0.204756 3.30225 0.614267 2.51781L2.5747 0.594658C3.39372 -0.198219 4.7181 -0.198219 5.52841 0.594658L17.3781 12.0661C18.2058 12.859 18.2058 14.1411 17.3868 14.9339Z' fill='white'/%3E%3C/svg%3E%0A");
    }

    .absolute-button {
    position: absolute;
    bottom: 150px;
    }

    .absolute-button.bottom-100 {
    bottom: 100px;
    }

    @media (max-width: 1600px) {

    .absolute-button {
    bottom: 96px;
    }

    }

    @media (max-width: 600px) {

    .absolute-button {
    bottom: 40px;
    }

    }

    /* -- Media Queries 400 Series Section --*/

    @media (max-width: 1440px) {
    .absolute-button.bottom-100 {
    bottom: 70px;
    }
    }

    @media (max-width: 1366px) {

    .section-windows .in-page-cards-section .thumbnail {
    min-height: 880px;
    }

    .absolute-button.bottom-100 {
    bottom: 50px;
    }

    }

    @media (max-width: 1024px) {
    .section-windows .in-page-cards-section .thumbnail {
    min-height: 820px;
    }

    .in-page-cards-section .thumbnail {
    padding: 80px 50px;
    }

    .absolute-button.bottom-100 {
    bottom: 80px;
    }
    .nav-pills .nav-link p {
      font-size: 1rem;
    }}

    @media (max-width: 601px) {

    .section-windows .in-page-cards-section .thumbnail {
    min-height: 950px;
    }

    .absolute-button.bottom-100 {
    bottom: 50px;
    }

    .in-page-cards-section .thumbnail {
    min-height: 707px;
    }
    }


    @media (max-width: 425px) {
    .section-windows .in-page-cards-section .thumbnail {
    min-height: 750px;
    }
    }

    @media (max-width: 414px) {

    .section-windows .in-page-cards-section .thumbnail {
    min-height: 780px;
    }

    }

    @media (max-width: 375px) {
    .absolute-button.bottom-100 {
    bottom: 40px;
    }
    }

    @media (max-width: 360px) {

    .section-windows .in-page-cards-section .thumbnail {
    min-height: 800px;
    }

    }



    /* Slider */
    .slick-slider
    {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    }

    .slick-list
    {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
    }
    .slick-list:focus
    {
    outline: none;
    }
    .slick-list.dragging
    {
    cursor: pointer;
    cursor: hand;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list
    {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }

    .slick-track
    {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    .slick-track:before,
    .slick-track:after
    {
    display: table;

    content: '';
    }
    .slick-track:after
    {
    clear: both;
    }
    .slick-loading .slick-track
    {
    visibility: hidden;
    }

    .slick-slide
    {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    }
    [dir='rtl'] .slick-slide
    {
    float: right;
    }
    .slick-slide img
    {
    display: block;
    }
    .slick-slide.slick-loading img
    {
    display: none;
    }
    .slick-slide.dragging img
    {
    pointer-events: none;
    }
    .slick-initialized .slick-slide
    {
    display: block;
    }
    .slick-loading .slick-slide
    {
    visibility: hidden;
    }
    .slick-vertical .slick-slide
    {
    display: block;

    height: auto;

    border: 1px solid transparent;
    }
    .slick-arrow.slick-hidden {
    display: none;
    }
/* video */

.video-about{
  width: 100%;
  height: 50%;
}


.video-why {
  width: 95%;
  object-fit: cover;
  height: 314px;
}

 .video-about, .video-about:focus,.video-why, .video-why:focus {
            outline:#FFFFFF ;
        }

    /* footer */

    .footer {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    background-color: #000
    }
    .footer__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    }
    .footer__subtitle {
    font-size: 22px;
    font-weight: 500;
    }

    .footer-inner {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem
    }

    .footer__nav {
    padding: 0px;
    margin-bottom: 0;
    }

    .footer p,
    .footer__nav__item {
    list-style-type: none;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    }

    .footer p {
    margin-bottom: 0;
    }

    .footer__nav__link {
    text-decoration: none;
    color: white
    }

    .footer__nav__link:hover {
    color: white
    }

    .footer__logo {
    width: 140px
    }

    .logo{
      width: 220px;
    }

    .footer label {
    margin-bottom: 1.125rem
    }

    .footer .input__group {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px
    }

    .footer .input__group button {
    color: white
    }

    .footer .input__email {
    background: none;
    border: none;
    height: 50px
    }

    .footer .input__btn {
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 6px;
    margin-right: 6px;
    height: 38px;
    font-size: 1.875rem;
    border-radius: 3px;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    z-index: 0
    }

    .footer .input__btn:hover {
    background-color: #fff;
    color: #2d3345
    }

    .footer__address a {
    color: #fff;
    }

    .footer__address a:hover {
    color: #fff;
    }

    .footer .social {
    padding-top: 0px;
    padding-bottom: 0px
    }

    .footer .social__item {
    background-color: transparent;
    align-content: center;
    border-radius: 3px;
    display: inline-flex;
    list-style: none;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    height: 30px;
    width: 30px;
    transition: all 0.25s ease-out;
    margin-right: 15px;
    }

    .footer .social__item.facebook-icon {
    background-image: url(../images/facebook-icon.png);
    }

    .footer .social__item.twitter-icon {
    background-image: url(../images/twitter-icon.png);
    }

    .footer .social__item.instagram-icon {
    background-image: url(../images/instagram-icon.png);
    }

    .footer .social__item.youtube-icon {
    background-image: url(../images/youtube-icon.png);
    }

    .footer .social__item.houzz-icon {
    background-image: url(../images/houzz-icon.png);
    }

    .footer .social__item.pinterest-icon {
    background-image: url(../images/pinterest-icon.png);
    }

    .footer .social__item.google-my-business-icon {
    background-image: url(../images/google-my-business-icon.png);
    }

    .footer .social__item:hover {
    background-color: #F16128;
    text-decoration: none;
    }

    @media (max-width: 767px) {

      .image-single{
        width: 100%;
        object-fit: contain;
        height: auto;
      }

    .footer {
    text-align: center;
    }

    .footer .store-section,
    .footer .footer_nav {
    border-bottom: 2px solid #000;
    padding: 20px;
    }
    .footer .social-section {
    align-items: center;
    padding-top: 20px;
    }
    }
    @media (max-width: 440px) {
    .image-single,.image-two{
    margin-top: 2%;}

    .nav-pills .nav-link p {
      border-radius: 0rem;
      padding: 0% !important;}

      span.holder{
        margin: 0% 2%;
      }
      .in-page-cards-section .thumbnail .img-wrap.img-wrap-series {
        padding: 0% !important;
    }}


    @media (max-width: 768px) {
    .btn-cc.home {
    width: 100%;}

    .title-hero, .title-hero.true, .title-hero.call {
    max-width: 90%;
    }

    .content{
    margin-top: 10%;
    }

    .nav-link{
    display: inline-block;
    padding: 0rem !important;
    }
    .ml-4{
    margin-left:0px ;
    }

    .py-3{
    padding: 0;
    }

    .px-5.py-5.p-0-mb {
    padding-left: 1rem !important;}


    .container.products-toggleable{
    padding-left: 0px !important;
    }

    .in-page-cards-section .thumbnail {
    min-height: 552px ;}

    .mx-box {
    max-width: 100%;
    padding: 1%;}

    /* .in-page-cards-section .thumbnail .img-wrap.img-wrap-series {
    padding: 44% 0%;
    } */
    .video-about{
    width: 100%;
    height: auto;}

  .video-why {
   height: auto;}

   .image-single {
    width: 100% !important;
}

#products .pl-5 , .px-5 #products, .px-5 #products{
  padding: 0rem;
}
    }




/* Changes */

@media (max-width: 992px) {
  .block-center-mb{
    display: block;
    margin: 0 auto;
    }
}


@media (max-width: 800px) {

  form.contact-form{
      width: 100%;
      margin-top: 30px;
      margin-left: 0rem!important;
  }

  .form {
    max-width: 90% !important;
  }


  .btn-cc.btn-products {
    margin-top: 5%;
    margin-bottom: 5%;
}

.contractor-box {
  margin: 2%;}
}

@media (max-width: 534px) {
  form.contact-form{
      width: 100%;
      margin-top: 30px;
      margin-left: 0rem!important;
  }

  .container-form{
      justify-content: center;
  }


  .contractor-box .proud{
    margin: 8%;}

    .windows-text{
      text-align: left;
      padding: 2%;
    }
    .nav-pills .nav-link p{
      font-size: 0.8rem !important;
    }
    .content {
      margin-top: 2%;}

      #locations .px-5 {
        padding-left: 2rem !important;}

        .fs-20px {font-size: 16px;}
        .fs-23{font-size: 16px;}
}

@media (max-width: 375px) {

  .video-why {
    width: 216px !important;}

    .subtext-products{
padding-right: 0%;
    }
    .container {

      padding-right: 0px !important;}

      .navbar {
        align-items: stretch !important;}
}

.btn-testimonials{
  display: block;
  margin: 0 auto;
  color: #001722;
  background-color: white;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  border-radius: 49px;
  padding: 8px;
  padding: 8px 20px;
  border: solid 4px #ff6a28;
}

.read-review-modal{
  max-width: 598px;
}

.read-review-modal-title{
  padding: 30px 40px;
}

.read-review-modal-title h3{
  margin-bottom: 0px;
}

.reviewmgr-stream iframe{
  height:550px;
}

.modal-body {
  padding-right: 80px;
  padding-left: 80px;
}

.review_link {
  display: block;
  margin: 0 auto;
  color: #001722;
  background-color: white;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  border-radius: 49px;
  padding: 8px;
  padding: 8px 20px;
  border: solid 4px #ff6a28;
}

/* Reviews Section */

.reviews-container {
  padding: 5rem 7rem;
}

.title-container h2 {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
}

.collapsed-reviews-container {
  border-top: 1px solid rgb(186, 186, 186);
  margin-top: 40px;
}

.open-reviews-btn {
  padding: 24px;
  border-radius: 50px;
  border: 4px solid #ff6a28;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.open-reviews-btn:focus {
  outline: none !important;
}

.line-btn-1,
.line-btn-2 {
  position: absolute;
}

.line-btn-1 {
  height: 20px;
  width: 5px;
  background-color: #000;
  transition: transform 0.3s ease-in-out;
}

.line-btn-2 {
  width: 20px;
  height: 5px;
  background-color: #000;
}

.btn-line-closed {
  transform: rotate(90deg);
}

.btn-container {
  display: flex;
  justify-content: end;
}

.review-card {
  border-bottom: 1px solid rgb(186, 186, 186);
  width: 100%;
  padding: 40px 0;
}

.review-card div p {
  margin: 0;
}

.stars-img {
  max-width: 115px;
}

.review-author {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 4px 0 0 15px !important;
}

.review-card > h3 {
  font-size: 1.9rem;
  font-weight: 700;
  margin: 20px 0 0 0;
}

.review-card > p {
  margin: 15px 0 0 0;
  font-size: 1.3rem;
}

.card-date {
  margin-left: auto !important;
  color: rgb(186, 186, 186);
  font-size: 1rem !important;
  font-weight: 600;
}

@media (max-width: 991px) {
  .reviews-container {
    padding: 5rem;
  }
}

@media (max-width: 767px) {
  .reviews-container {
    padding: 2rem;
  }

  .title-container h2 {
    text-align: center;
    margin: 20px 0;
  }

  .btn-container {
    justify-content: center;
  }
}

@media (max-width: 539px) {
  .review-card > div {
    flex-wrap: wrap;
  }

  .card-date {
    margin: 10px 0 0 0 !important;
    width: 150px;
  }
}


.btn.disabled, .btn:disabled {
    opacity: .50;
    background: #949292 !important;
    color: black;
    border: 1px solid #949292;
    cursor: not-allowed !important;
}

.btn-primary,.button-primary {
    background: #F36C2D !important;
    color: white !important;
    &:hover {
        background: white !important;
        color: #F36C2D !important;
    }
}

#first_name,
#last_name,
#mobile {
    border: 2px solid black; /* Black border */
    color: black; /* Black text */
}

#first_name::placeholder,
#last_name::placeholder,
#mobile::placeholder {
    color: black; /* Black placeholder */
    opacity: 1; /* Ensure full visibility */
}
