.blink {
  font-size: 1em;
  font-family: serif;
  color: #008000;
  text-align: center;
  animation: animate 1.5s linear infinite;
}

@keyframes animate {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
  }
}
body {
  font-family: cursive;
}

#glow {
  /*font-size: 80px;*/
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #810d7d, 0 0 30px #207817,
      0 0 40px #810d7d;
  }

  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #810d7d, 0 0 40px #810d7d,
      0 0 50px #810d7d;
  }
}
.Enqireform {
  z-index: 100;
  position: fixed;
  height: 100%;
  display: flex;
  align-items: center;
  top: -32px;
  right: 30px;
  background-color: ! transparent";
}

.Enqirerightform {
  width: 125px;
  height: 30px;
  cursor: pointer;
  background: #F3E101;
  color: #000;
  border-none !important;
  -webkit-transform: rotate(270deg);
  font-size: 14px;
  -moz-transform: rotate(269deg);
  -o-transform: rotate(269deg);
  writing-mode: lr-tb;
  margin-right: 45px;
  text-transform: uppercase;
  padding: none;
  border: none;
  border-radius: 5px
}

.EnquireFormSmall {
  width: 242px;
  /* height: 290px; */
}

.enquireFields {
  width: 220px;
  margin-top: -10px;
  font-size: 14px;
}

.enquireButton {
  color: white;
  padding: 2px;
  width: 220px;
  background: #5BA650;
  cursor: pointer;
  text-align: center;
  -webkit-box-direction: normal;
  align-items: center;
  margin-top: -10px;
  font-family: 'Roboto', sans-serif;
}

.enquiremobile {
  color: white;
  padding: 2px;
  height: 25px;
  width: 220px;
  cursor: pointer;
  text-align: center;
  -webkit-box-direction: normal;
  align-items: center;
  margin-top: -5px;
  text-decoration: none;
  margin-bottom: -80px;
}

@media (max-width: 767px) {
  .Enqireform {
      z-index: 100;
      position: fixed;
      height: 100%;
      display: flex;
      align-items: center;
      top: -32px;
      right: 0px;
      
  }

  .enquireFields {
      width: 150px;
      margin-top: -10px;
      font-size: 14px;
  }

  .EnquireFormSmall {
      width: 180px;
      /* height: 290px; */
  }

  .enquireButton {
      color: white;
      padding: 2px;
      width: 150px;
      background: #5BA650;
      cursor: pointer;
      text-align: center;
      -webkit-box-direction: normal;
      align-items: center;
      margin-top: -10px;
      font-family: 'Roboto', sans-serif;
  }

  .enquiremobile {
      color: white;
      padding: 2px;
      height: 25px;
      width: 150px;
      cursor: pointer;
      text-align: center;
      -webkit-box-direction: normal;
      align-items: center;
      margin-top: -5px;
      text-decoration: none;
      margin-bottom: -80px;
  }



  .icon-bar {
      position: fixed;
      top: 50%;
      z-index: 99;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }

      .icon-bar a {
          display: block;
          text-align: center;
          padding: 16px;
          transition: all 0.3s ease;
          color: white;
          width: 40px;
          height: 45px;
          font-size: 10px;
      }
}


 
    .contact-form-link {
        display: inline-block;
        margin-top: 30px;
        color: #3498db;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 2px solid #3498db;
        padding-bottom: 3px;
    }

    .contact-form-link:hover {
        color: #2980b9;
        border-color: #2980b9;
    }
   

  .box19 {
      text-align: center;
      position: relative;
      border: 4px solid #57AB4B;
  }

      .box19 .box-content {
          width: 100%;
          height: 100%;
          background: 0 0;
          padding-top: 40%;
          position: absolute;
          top: 0;
          left: 0;
          transition: all .3s ease 0s
      }

      .box19 .icon,
      .box19 .title {
          transition: all .2s ease 0s;
          margin-top: 5px;
      }

      .box19:hover .box-content {
          background: rgba(0, 0, 0, .5)
      }

      .box19 .title {
          font-size: 20px;
          color: #fff;
          transform: scale(0)
      }

      .box19:hover .title {
          transform: scale(1)
      }

      .box19 .icon {
          list-style: none;
          padding: 0;
          margin: 0;
          opacity: 0
      }

      .box19:hover .icon {
          opacity: 1
      }

      .box19 .icon li {
          display: inline-block
      }

          .box19 .icon li:first-child a,
          .box19 .icon li:last-child a {
              display: block;
              width: 140px;
              height: 50px;
              line-height: 50px;
              font-size: 20px;
              color: #fff;
              border: 1px solid #fff;
              position: relative
          }

          .box19 .icon li a {
              top: -150px
          }

      .box19:hover .icon li a {
          top: 0
      }

          .box19:hover .icon li a:hover {
              background: #57AB4B;
              border-color: #57AB4B
          }

      .box19 .icon li:first-child a {
          transition: all .6s cubic-bezier(.175, .885, .32, 1.275) 0s
      }

      .box19 .icon li:last-child a {
          transition: all .6s cubic-bezier(.175, .885, .32, 1.275) .1s
      }

  @media only screen and (max-width:990px) {
      .box19 {
          margin-bottom: 30px
      }
  }

  @media only screen and (max-width:360px) {
      .box19 .box-content {
          padding-top: 20%
      }
  }

  /*Global Class */
  .MultiCarousel {
      float: left;
      overflow: hidden;
      padding: 15px;
      width: 100%;
      position: relative;
  }

      .MultiCarousel .MultiCarousel-inner {
          transition: 1s ease all;
          float: left;
      }

          .MultiCarousel .MultiCarousel-inner .item {
              float: left;
          }

              .MultiCarousel .MultiCarousel-inner .item > div {
                  text-align: center;
                  padding: 10px;
                  margin: 10px;
                  background: #ffff;
                  color: #FFF;
              }

      .MultiCarousel .leftLst,
      .MultiCarousel .rightLst {
          position: absolute;
          border-radius: 50%;
          top: calc(50% - 20px);
      }

      .MultiCarousel .leftLst {
          left: 0;
      }

      .MultiCarousel .rightLst {
          right: 0;
      }

          .MultiCarousel .leftLst.over,
          .MultiCarousel .rightLst.over {
              pointer-events: none;
              background: #5BA650;
          }




  .main_title {
      color: #222222;
      font-weight: bold;
      margin-bottom: 15px;
      text-transform: uppercase;
      text-align: center;
      font-size: 25px;
  }


  .fa-facebook:hover {
      color: green;
      background: white;
      /*/*text-decoration: none;*/ */
  }

  .fa-facebook {
      background: #fff;
      color: grey;
      padding: 10px;
      font-size: 20px;
      width: 10px;
      text-align: center;
      text-decoration: none;
      margin: 5px 1px;
      border-radius: 3px;
  }

  .fa-youtube-play:hover {
      color: green;
      background: white;
  }

  .fa-youtube-play {
      background: #fff;
      color: grey;
      padding: 10px;
      font-size: 20px;
      width: 25px;
      text-align: center;
      text-decoration: none;
      margin: 5px 1px;
      border-radius: 3px;
  }

  .fa-instagram:hover {
      color: green;
      background: white;
      text-decoration: none;
  }

  .fa-instagram {
      /*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);*/
      color: grey;
      padding: 10px;
      font-size: 20px;
      width: 20px;
      text-align: center;
      text-decoration: none;
      margin: 5px 1px;
      border-radius: 3px;
  }

  * {
      font-family: 'Roboto', sans-serif;
  }

  .mbr-text a {
      font-family: 'Roboto', sans-serif;
      color: #666;
      cursor: pointer;
      text-decoration: none;
  }

  /*Navigation Start*/
  .nav-link a {
      color: #666;
      line-height: 1.375;
      font-family: 'Roboto', sans-serif;
  }

  /*Navigation Close*/

  /*Card Image Text Start*/
  .card-title {
      margin-top: 5px;
      font-weight: 500;
      color: #616161;
      font-size: 1rem;
  }

  /*Card Image Text Start*/


  .enquery {
      width: 108px;
      height: 20px;
      cursor: pointer;
      background: rgb(0, 57, 77);
      color: #fff;
      -webkit-transform: rotate(269deg);
      -moz-transform: rotate(269deg);
      -o-transform: rotate(269deg);
      writing-mode: lr-tb;
      margin-right: 17px;
      border-bottom: 0px;
      font-family: 'Roboto', sans-serif;
  }

  .cid-rhi1bsNle1 .form-container {
      transition: all .2s;
      border: 1px solid #ffffff;
      padding: 0.5rem;
      background: #fff;
      border: none;
  }

  #close {
      position: fixed;
      z-index: 1000000;
      font-size: 25px;
      font-family: 'Roboto', sans-serif;
      color: #000;
      display: block;
      cursor: pointer;
      font-weight: 500;
  }

  @media only screen and (max-width: 800px) {
      #Contact {
          visibility: hidden;
      }

      #myDIV1 {
          visibility: hidden;
          font-family: 'Roboto', sans-serif;
      }
  }


  @media screen and (min-width: 800px) {
      #myDIV {
          visibility: hidden;
      }
  }

  @media only screen and (max-width: 600px) {
      form {
          margin-top: 100px
      }
  }

  .form-control {
      box-shadow: none;
      font-size: 1rem;
      line-height: .40;
      min-height: 1.2em;
      padding: .03em .8em;
      background-color: !transparent;
  }

  form {
      background-color: rgba(248, 249, 249, 0.52);
      padding: 11px;
  }

  .gj-datepicker-bootstrap [role=right-icon] button .gj-icon,
  .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
      position: absolute;
      font-size: 21px;
      top: -3px;
      left: 3px;
      padding: 6px;
      color: #808080;
      width: 22px;
  }

  .text {
      font-family: 'Roboto', sans-serif;
      color: #7C7C7C;
      text-decoration: none;
      font-size: 15px;
      font-weight: 500;
  }

  .mbr-fonts-style {
      font-family: 'Roboto', sans-serif;
  }

  .Booknow:hover {
      color: #808080;
      background-color: aqua;
  }

  .cid-rnjeyE7xiu .nav-item a {
      display: -webkit-flex;
      align-items: center;
      justify-content: center;
      padding: 1px 0 !important;
      margin: 0rem 7px !important;
      -webkit-align-items: center;
      -webkit-justify-content: center;
  }

  .line {
      width: 100%;
      text-align: center;
      border-bottom: 4px solid #62AA4F;
      line-height: 0.1em;
      margin: 5px 0 20px;
  }

      .line span {
          background: #fff;
          padding: 0 10px;
      }



  .icon-bar {
      position: fixed;
      top: 50%;
      z-index: 99;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }

      .icon-bar a {
          display: block;
          text-align: center;
          padding: 16px;
          transition: all 0.3s ease;
          color: white;
          font-size: 20px;
      }



  .phone {
      background: #3B5998;
      color: white;
  }


  .envelope {
      background: #4F4F4F;
      color: white;
  }

  .map-marker {
      background: #EA4335;
      color: white;
  }




  #mixedSlider {
      position: relative;
  }

      #mixedSlider .MS-content {
          white-space: nowrap;
          overflow: hidden;
          margin: 0 5%;
      }

          #mixedSlider .MS-content .item {
              display: inline-block;
              width: 20%;
              position: relative;
              vertical-align: top;
              overflow: hidden;
              height: 100%;
              white-space: normal;
              padding: 0 10px;
              border: 1px solid #000;
              background-color: #FFF7F7;
          }

  @media (max-width: 991px) {
      #mixedSlider .MS-content .item {
          width: 50%;
      }
  }

  @media (max-width: 767px) {
      #mixedSlider .MS-content .item {
          width: 100%;
      }
  }

  #mixedSlider .MS-content .item .imgTitle .blogTitle {
      margin: 0;
      text-align: left;
      letter-spacing: 2px;
      color: #252525;
      position: absolute;
      background-color: rgba(255, 255, 255, 0.5);
      width: 100%;
      bottom: 0;
      font-weight: bold;
      padding: 0 0 2px 10px;
  }

  #mixedSlider .MS-content .item .imgTitle img {
      height: auto;
  }

  #mixedSlider .MS-content .item p {
      font-size: 16px;
      margin: 2px 10px 0 5px;
      text-indent: 15px;
  }

  #mixedSlider .MS-content .item a {
      float: right;
      margin: 0 20px 0 0;
      font-size: 16px;
      font-style: italic;
      color: rgba(173, 0, 0, 0.82);
      font-weight: bold;
      letter-spacing: 1px;
      transition: linear 0.1s;
  }

      #mixedSlider .MS-content .item a:hover {
          text-shadow: 0 0 1px grey;
      }

  #mixedSlider .MS-controls button {
      position: absolute;
      border: none;
      background-color: transparent;
      outline: 0;
      font-size: 50px;
      top: 95px;
      color: rgba(0, 0, 0, 0.4);
      transition: 0.15s linear;
  }

      #mixedSlider .MS-controls button:hover {
          color: rgba(0, 0, 0, 0.8);
      }

  @media (max-width: 992px) {
      #mixedSlider .MS-controls button {
          font-size: 30px;
      }
  }

  @media (max-width: 767px) {
      #mixedSlider .MS-controls button {
          font-size: 20px;
      }
  }

  #mixedSlider .MS-controls .MS-left {
      left: 0px;
  }

  @media (max-width: 767px) {
      #mixedSlider .MS-controls .MS-left {
          left: -10px;
      }
  }

  #mixedSlider .MS-controls .MS-right {
      right: 0px;
  }

  @media (max-width: 767px) {
      #mixedSlider .MS-controls .MS-right {
          right: -10px;
      }
  }

  #basicSlider {
      position: relative;
  }

      #basicSlider .MS-content {
          white-space: nowrap;
          overflow: hidden;
          margin: 0 2%;
          height: 50px;
      }

          #basicSlider .MS-content .item {
              display: inline-block;
              width: 20%;
              position: relative;
              vertical-align: top;
              overflow: hidden;
              height: 100%;
              white-space: normal;
              line-height: 50px;
              vertical-align: middle;
          }

  @media (max-width: 991px) {

      #basicSlider .MS-content .item {
          width: 25%;
      }
  }

  @media (max-width: 767px) {

      #basicSlider .MS-content .item {
          width: 35%;
      }
  }

  @media (max-width: 500px) {

      #basicSlider .MS-content .item {
          width: 50%;
      }
  }

  #basicSlider .MS-content .item a {
      line-height: 50px;
      vertical-align: middle;
  }

  #basicSlider .MS-controls button {
      position: absolute;
  }

  #basicSlider .MS-controls .MS-left {
      top: 35px;
      left: 10px;
  }

  #basicSlider .MS-controls .MS-right {
      top: 35px;
      right: 10px;
  }







  product-label,
  .products-grid .spr-badge {
      z-index: 2;
  }

  .product-label {
      position: absolute;
      top: 20px;
      right: 25px;
  }

      .product-label strong {
          color: #fff;
          line-height: 16px;
          height: 30px;
          font-size: 17px;
          font-weight: 700;
          display: inline-block;
          text-transform: uppercase;
          padding: 5px 5px;
          border-top: 2px solid darkgray;
          border-bottom: 2px solid darkgray;
          background: #ED1B24;
          float: right;
          clear: both;
      }

  .label {
      display: inline;
      padding: .2em .6em .3em;
      font-size: 75%;
      font-weight: bold;
      line-height: 1;
      color: #fff;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
  }

  b,
  strong {
      font-weight: bold;
  }










  .jk-slider {
      width: 100%;
  }

  /*          Hero Headers        */
  /********************************/
  .hero {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 3;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
      -o-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
  }

      .hero h1 {
          font-size: 6em;
          font-weight: bold;
          margin: 0;
          padding: 0;
      }

  .fade-carousel .carousel-inner .item .hero {
      opacity: 0;
      -webkit-transition: 2s all ease-in-out .1s;
      -moz-transition: 2s all ease-in-out .1s;
      -ms-transition: 2s all ease-in-out .1s;
      -o-transition: 2s all ease-in-out .1s;
      transition: 2s all ease-in-out .1s;
  }

  .fade-carousel .carousel-inner .item.active .hero {
      opacity: 1;
      -webkit-transition: 2s all ease-in-out .1s;
      -moz-transition: 2s all ease-in-out .1s;
      -ms-transition: 2s all ease-in-out .1s;
      -o-transition: 2s all ease-in-out .1s;
      transition: 2s all ease-in-out .1s;
  }

  /********************************/
  /*            Overlay           */
  /********************************/
  .overlay {
      /*  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #080d15;
  opacity: .7;*/
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2;
      background-color: red;
      opacity: .2;
  }

  .bottom-left {
      position: absolute;
      bottom: 28px;
      left: 76px;
      color: #fff;
      padding: 10px;
      background-color: #000;
  }

  @media only screen and (max-width: 600px) {
      .slider {
          margin-top: 28%;
      }
  }

  .text {
      background-color: #000;
      color: white;
      padding: 10px;
      cursor: pointer;
      color: #fff;
      font-family: 'PNovaReg', Helvetica, Arial;
      font-size: 16px;
      letter-spacing: 2px;
      line-height: 1;
      font-weight: 600;
  }


  .middle {
      transition: .5s ease;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      text-align: center;
  }

  .effect:hover .image {
      opacity: 0.3;
  }

  .effect:hover .middle {
      opacity: 1;
  }

  .image {
      opacity: 1;
      display: block;
      width: 100%;
      height: auto;
      transition: .3s ease;
      backface-visibility: hidden;
  }

  .navbar-toggle {
      position: relative;
      float: right;
      padding: 9px 10px;
      margin-top: 15px;
      margin-right: 15px;
      margin-bottom: 8px;
      background-color: #ea1119;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px;
  }



  .navbar-inverse .navbar-nav > li > a {
      color: #000 !importent;
  }

  .textfont {
      color: #333333;
      font-family: 'PNovaReg', Helvetica, Arial;
      font-size: 12px;
      font-weight: normal;
      height: 13px;
      letter-spacing: 2px;
      line-height: 1;
      font-weight: 600;
  }

  .navbar-inverse .navbar-nav > li > a {
      color: #333333;
      font-family: 'PNovaReg', Helvetica, Arial;
      font-size: 16px;
      font-weight: normal;
      height: 13px;
      letter-spacing: 2px;
      line-height: 1;
      font-weight: 500;
      margin-bottom: 20px;
  }


  .headerprice {
      color: #333333;
      font-family: 'PNovaReg', Helvetica, Arial;
      font-size: 26px;
      font-weight: normal;
      height: 15px;
      letter-spacing: 2px;
      line-height: 1;
      font-weight: 600;
      margin-bottom: 20px;
  }


  @media only screen and (max-width: 600px) {
      .text {
          margin-left: 2px;
          margin-right: 2px;
          background-color: transparent;
          text-align: right;
      }
  }


  .home-newsletter {
      padding: 80px 0;
      background: #272727;
  }

      .home-newsletter .single {
          max-width: 650px;
          margin: 0 auto;
          text-align: center;
          position: relative;
          z-index: 2;
      }

          .home-newsletter .single h1 {
              font-size: 22px;
              color: #fff;
              text-transform: uppercase;
          }

          .home-newsletter .single p {
              font-size: 5px;
              color: #fff;
              text-transform: uppercase;
          }

          .home-newsletter .single .form-control {
              height: 50px;
              background: rgba(255, 255, 255, 0.6);
              border-color: transparent;
              border-radius: 20px 0 0 20px;
          }

              .home-newsletter .single .form-control:focus {
                  box-shadow: none;
                  border-color: #243c4f;
              }

          .home-newsletter .single .btn {
              min-height: 50px;
              border-radius: 0 20px 20px 0;
              background: #243c4f;
              color: #fff;
          }

  .bg-overlay {
      /*background: url("assets/img/FURNITURE-WARDROBE/interior_new.jpg");*/
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      color: #fff;
      height: 600px;
      /* padding-top: 50px;*/
  }

  .zoom {
      padding: 15px;
      transition: transform 3s;
      width: auto;
      height: auto;
      margin: 10px auto;
  }

      .zoom:hover {
          -ms-transform: scale(1.1);
          /* IE 9 */
          -webkit-transform: scale(1.1);
          /* Safari 3-8 */
          transform: scale(1.1);
      }


  .how-section1 {
      margin-top: -15%;
      padding: 10%;
  }

      .how-section1 h4 {
          color: #fff;
          font-weight: bold;
          font-size: 30px;
      }

      .how-section1 .subheading {
          color: #3931af;
          font-size: 20px;
      }

      .how-section1 .row {
          margin-top: 10%;
      }

  .how-img {
      text-align: center;
  }

      .how-img img {
          width: 40%;
      }

  .applianceh1 {
      padding-bottom: 25px;
      background: url(img/appliance/heading_bg_orange_small.png);
      background-repeat: no-repeat;
      background-position: center bottom;
  }

  @media only screen and (max-width: 400px) {
      .navbar-toggler {
          padding: .25rem .75rem;
          font-size: 1.25rem;
          line-height: 1;
          background-color: transparent;
          border: 1px solid transparent;
          border-radius: .25rem;
          margin-top: -12px;
      }

      h1 {
          font-size: 2em;
      }

      h2 {
          font-size: 1.5em;
      }

      h3 {
          font-size: 1.17em;
      }

      h5 {
          font-size: .83em;
      }

      h6 {
          font-size: .75em;
      }
  }

  .card-text {
      font-family: montserratlight, sans-serif;
      font-size: 1em;
      line-height: 1.65;
      color: rgba(255, 255, 255, .6)
  }

  @media(min-width:320px) and (max-width:767px) {
      .c-no {
          height: 100%
      }

      .counter-Txt {
          margin-top: 35px
      }

      .margin-bot-35 {
          margin-bottom: 35px
      }
  }

  .flip-card {
      background-color: #272727;
      width: 300px;
      height: 400px;
      perspective: 1000px;
      margin: 8px
  }

  .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform .8s;
      transform-style: preserve-3d
  }

  .flip-card:hover .flip-card-inner {
      transform: rotateY(180deg)
  }

  .flip-card-back,
  .flip-card-front {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden
  }

  .flip-card-front {
      color: #000
  }

  .flip-card-back {
      background-color: b;
      color: #c5a47e;
      transform: rotateY(180deg)
  }

      .flip-card-back p {
          color: #fff
      }

  .collectioncard {
      margin-top: 10px 10px;
  }

  .button1 {
      padding: 5px 30px;
      font-size: 14px;
      text-align: center;
      cursor: pointer;
      outline: 0;
      color: #fff;
      background-color: #4caf50;
      border: none;
      border-radius: 15px;
      box-shadow: 0 3px #5ba650
  }

  .button:hover {
      background-color: #3e8e41
  }

  .button1:active {
      background-color: #3e8e41;
      box-shadow: 0 5px #5ba650;
      transform: translateY(4px)
  }

  .social {
      display: inline;
      padding: 4px
  }

  #slider {
      margin-top: 0
  }

  #home-carousel .item {
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 400px
  }

      #home-carousel .item:before {
          background-color: #000;
          content: "";
          height: 100%;
          top: 0;
          left: 0;
          opacity: .5;
          position: absolute;
          width: 100%
      }

  .carousel-caption {
      left: 15px;
      right: 15px;
      top: 50%;
      font-size: 15px;
      text-align: left;
      color: #fff;
      text-shadow: none;
      margin-top: -130px
  }

      .carousel-caption h2 {
          font-size: 46px;
          margin-bottom: 0;
          line-height: 27px;
          letter-spacing: 2px;
          font-weight: 100
      }

      .carousel-caption h3 {
          font-size: 51px;
          font-weight: 600;
          margin: 50px auto;
          text-transform: uppercase;
          letter-spacing: 2px;
          margin-bottom: 0;
          width: auto;
          align-content: center
      }

  .home-carousel-left,
  .home-carousel-right {
      background-color: #f0f0f0;
      color: #000;
      font-size: 32px;
      height: 40px;
      line-height: 40px;
      margin-top: -20px;
      position: absolute;
      text-align: center;
      top: 50%;
      width: 22px;
      z-index: 999;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -o-transition: .3s;
      -ms-transition: .3s;
      transition: .3s
  }

  .home-carousel-left {
      left: -32px
  }

  .home-carousel-right {
      right: -32px
  }

  #home-carousel:hover .home-carousel-left {
      left: 0
  }

  #home-carousel:hover .home-carousel-right {
      right: 0
  }

  #home-carousel .item h2,
  #home-carousel .item h3,
  #home-carousel .item p {
      opacity: 0;
      -moz-transform: scale(.5);
      -webkit-transform: scale(.5);
      -o-transform: scale(.5);
      -ms-transform: scale(.5);
      transform: scale(.5)
  }

  #home-carousel .item h2 {
      -webkit-transition: all .5s ease-in-out .15s;
      -moz-transition: all .5s ease-in-out .15s;
      -ms-transition: all .5s ease-in-out .15s;
      -o-transition: all .5s ease-in-out .15s;
      transition: all .5s ease-in-out .15s
  }

  #home-carousel .item.active h2,
  #home-carousel .item.active h3,
  #home-carousel .item.active p {
      opacity: 1;
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1)
  }

  #home-carousel .item h3 {
      -webkit-transition: all .5s ease-in-out .3s;
      -moz-transition: all .5s ease-in-out .3s;
      -ms-transition: all .5s ease-in-out .3s;
      -o-transition: all .5s ease-in-out .3s;
      transition: all .5s ease-in-out .3s
  }

  #home-carousel .item p {
      -webkit-transition: all .5s ease-in-out .45s;
      -moz-transition: all .5s ease-in-out .45s;
      -ms-transition: all .5s ease-in-out .45s;
      -o-transition: all .5s ease-in-out .45s;
      transition: all .5s ease-in-out .45s
  }

  h5 {
      font-size: 1.28571429em;
      font-weight: 700;
      line-height: 1.2857em;
      margin: 0
  }

  .card {
      font-size: 1em;
      overflow: hidden;
      padding: 0;
      border-radius: .28571429rem;
      /*border: 4px solid #57AB4B;*/
  }

  .card-block {
      font-size: 1em;
      position: relative;
      margin: 0;
      padding: 1em;
      border: none;
      border-top: 1px solid rgba(34, 36, 38, .1);
      box-shadow: none
  }

  .card-img-top {
      display: block;
      width: 100%;
      height: auto;
  }

  .card-title {
      font-size: 1.28571429em;
      font-weight: 700;
      line-height: 1.2857em
  }

  .card-text {
      clear: both;
      margin-top: .5em;
      color: #fff
  }

  .card-footer {
      font-size: 1em;
      position: static;
      top: 0;
      left: 0;
      max-width: 100%;
      padding: .75em 1em;
      color: rgba(0, 0, 0, .4);
      border-top: 1px solid rgba(0, 0, 0, .05) !important;
      background: #fff
  }

  .card-inverse .btn {
      border: 1px solid rgba(0, 0, 0, .05)
  }

  .profile {
      position: absolute;
      top: -12px;
      display: inline-block;
      overflow: hidden;
      box-sizing: border-box;
      width: 25px;
      height: 25px;
      margin: 0;
      border: 1px solid #fff;
      border-radius: 50%
  }

  .profile-avatar {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%
  }

  .profile-inline {
      position: relative;
      top: 0;
      display: inline-block
  }

      .profile-inline ~ .card-title {
          display: inline-block;
          margin-left: 4px;
          vertical-align: top
      }

  .text-bold {
      font-weight: 700
  }

  .meta {
      font-size: 1em;
      color: rgba(0, 0, 0, .4)
  }

      .meta a {
          text-decoration: none;
          color: rgba(0, 0, 0, .4)
      }

          .meta a:hover {
              color: rgba(0, 0, 0, .87)
          }


  .card1 {
      /*border: 4px solid #57AB4B;*/
      border-radius: 0px;
  }

    .benefits-container {
        font-family: Arial, sans-serif;
        max-width: 800px;
        margin: 0 auto;
        padding: 20px;
        color: #333;
    }

    .benefits-list {
        list-style-type: none;
        padding: 0;
    }

    .benefit-item {
        margin-bottom: 25px;
        padding-left: 30px;
        position: relative;
        line-height: 1.5;
    }

    .benefit-item:before {
        content: "✓";
        color: #4CAF50;
        font-weight: bold;
        position: absolute;
        left: 0;
    }

    .benefit-title {
        font-weight: bold;
        font-size: 18px;
        color: #222;
        margin-bottom: 5px;
    }

    .cta-button {
        display: inline-block;
        background-color: #4CAF50;
        color: white;
        padding: 12px 24px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        margin: 20px 0;
        border-radius: 4px;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .cta-button:hover {
        background-color: #45a049;
    }

    .align-self-end .heding {
        font-size: 15px;
        font-weight: 600;
        color: white;
      }

      .align-self-end .heding:hover {
        text-decoration: none;
      }

      .align-self-end p {
        color: white;
      }

      .card1 {
        /*border: 4px solid #57AB4B;*/
        border-radius: 0px;
      }

      .card-img {
        width: 100%;
        border-radius: calc(0rem - 0px);
      }
      @media (max-width: 767px) {
        .cardHeight {
          height: 325px;
        }
      }

      .design-section {
        background-color: #f8f9fa;
        padding: 4rem 0;
    }
    .kitchen-feature {
        background: white;
        border-radius: 0.5rem;
        overflow: hidden;
        margin-bottom: 2rem;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
        transition: all 0.3s ease;
        height: 100%;
    }
    .kitchen-feature:hover {
        transform: translateY(-0.5rem);
        box-shadow: 0 1rem 2rem rgba(0,0,0,0.1);
    }
    .feature-img-container {
        height: 200px;
        overflow: hidden;
    }
    .feature-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }
    .kitchen-feature:hover .feature-img {
        transform: scale(1.05);
    }
    .feature-content {
        padding: 10px 10px;
    }
    .feature-title {
        color: #2c3e50;
        padding-top: 10px;
        margin-bottom: 18px;
        font-weight: 600;
        position: relative;
        padding-bottom: 0.5rem;
    }
    .feature-title:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 3px;
        background: #5BA54E;
    }
    .section-header {
        text-align: center;
        margin-bottom: 3rem;
    }
    .section-header h2 {
        font-weight: 700;
        color: #2c3e50;
        position: relative;
        display: inline-block;
    }
    .section-header h2:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: #5BA54E;
    }


    /* css Benefits of Choosing a Foresto for Customized Modular Kitchen Interior Design  */
    .kitchen-benefits {
        background: linear-gradient(135deg, #f5fff5 0%, #e8f5e9 100%);
        padding: 80px 0;
        overflow: hidden;
    }
    
    .benefit-container {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .benefit-header {
        color: #5BA651;
        text-align: center;
        margin-bottom: 60px;
        font-weight: 700;
        position: relative;
        padding-bottom: 15px;
    }
    
    .benefit-header:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 4px;
        background: linear-gradient(90deg, #a5d6a7, #4caf50);
        border-radius: 2px;
    }
    
    .benefit-card {
        background: white;
        border-radius: 16px;
        padding: 40px 30px;
        height: 100%;
        box-shadow: 0 10px 30px rgba(76, 175, 80, 0.1);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    
    .benefit-card:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg, #66bb6a, #2e7d32);
    }
    
    .benefit-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(76, 175, 80, 0.2);
    }
    
    .card-icon {
        width: 80px;
        height: 80px;
        background: #e8f5e9;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 25px;
        color: #2e7d32;
        font-size: 36px;
        transition: all 0.3s;
    }
    
    .benefit-card:hover .card-icon {
        background: #4caf50;
        color: white;
        transform: rotateY(180deg);
    }
    
    .card-title {
        color: #5BA651;
        text-align: center;
        margin-bottom: 20px;
        font-weight: 600;
    }
    
    .card-text {
        color: #424242;
        text-align: center;
        line-height: 1.6;
    }
    
    .cta-container {
        text-align: center;
        margin-top: 50px;
    }
    
    .cta-button {
        background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
        border: none;
        padding: 14px 40px;
        font-size: 18px;
        font-weight: 600;
        color: white;
        border-radius: 50px;
        box-shadow: 0 5px 15px rgba(46, 125, 50, 0.3);
        transition: all 0.3s;
        position: relative;
        overflow: hidden;
    }
    
    .cta-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(46, 125, 50, 0.4);
        color: white;
    }
    
    .cta-button:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #2e7d32 0%, #5BA651 100%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .cta-button:hover:after {
        opacity: 1;
    }
    
    .cta-button span {
        position: relative;
        z-index: 2;
    }
    
    @media (max-width: 767px) {
        .kitchen-benefits {
            padding: 60px 0;
        }
        
        .benefit-card {
            margin-bottom: 30px;
        }
    }

    /* <!-- Process Behind section  --> */
    .design-process {
        background-color: #f8fbf8;
        padding: 80px 0;
    }
    .process-header {
        color: #5BA651;
        margin-bottom: 60px;
        position: relative;
        text-align: center;
    }
    .process-header:after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 3px;
        background: linear-gradient(90deg, #a5d6a7, #4caf50);
    }
    .process-step {
        background: white;
        border-radius: 12px;
        padding: 30px;
        margin-bottom: 30px;
        box-shadow: 0 5px 15px rgba(76, 175, 80, 0.1);
        border-left: 4px solid #4caf50;
        transition: all 0.3s ease;
        height: 100%;
    }
    .process-step:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(76, 175, 80, 0.15);
    }
    .step-number {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-color: #4caf50;
        color: white;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .step-title {
        color: #2e7d32;
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 18px;
    }
    .step-content {
        color: #555;
        line-height: 1.6;
    }
    .timeline {
        position: relative;
        padding-left: 30px;
    }
    .timeline:before {
        content: '';
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        width: 2px;
        background: linear-gradient(to bottom, #a5d6a7, #4caf50);
    }
    @media (max-width: 767px) {
        .timeline:before {
            left: 10px;
        }
        .process-step {
            padding: 20px;
        }
    }

    .color-tips-section {
        /* background-color: #f5faf5; */
        padding: 60px 0;
    }
    .section-heading {
        color: #5BA651;
        text-align: center;
        margin-bottom: 50px;
        position: relative;
    }
    .section-heading:after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 3px;
        background-color: #4caf50;
    }
    .tip-card {
        background: #f8fbf8;
        border-radius: 12px;
        padding: 30px;
        margin-bottom: 30px;
        box-shadow: 0 5px 15px rgba(76, 175, 80, 0.1);
        transition: all 0.3s ease;
        height: 200px;
        border-top: 4px solid #66bb6a;
        margin-top: 10px;
    }
    .tip-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(76, 175, 80, 0.2);
    }
    .tip-icon {
        width: 60px;
        height: 60px;
        background-color: #e8f5e9;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        color: #2e7d32;
        font-size: 24px;
    }
    .tip-content {
        color: #424242;
        line-height: 1.6;
        text-align: center;
    }
    .color-palette {
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }
    .color-box {
        width: 50px;
        height: 50px;
        margin: 0 5px;
        border-radius: 8px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    }

    /* our work */
    .kitchen-gallery {
        padding: 40px 0;
        background-color: #f8fbf8;
      }
      
      .kitchen-card {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        height: 100%;
        transition: transform 0.3s ease;
      }
      
      .kitchen-card:hover {
        transform: translateY(-5px);
      }
      
      .kitchen-card .card-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      
      .card-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        padding: 15px;
        color: white;
      }
      
      .card-overlay h3 {
        margin: 0;
        font-size: 1.2rem;
      }
      
      .tall-card {
        height: 509px;
      }
      
      @media (max-width: 991px) {
        .tall-card {
          height: 400px;
        }
      }
      
      @media (max-width: 767px) {
        .kitchen-card {
          height: 250px;
        }
        
        .tall-card {
          height: 250px;
          margin-top: 15px;
        }
      }


      /* faq and form  */
      .faq-contact-container {
        padding: 80px 0;
        background: linear-gradient(135deg, #f5faf5 0%, #e8f5e9 100%);
      }
      
      .section-header {
        text-align: center;
        margin-bottom: 50px;
      }
      
      .section-title {
        color: #5BA651;
        font-size: 2.2rem;
        margin-bottom: 10px;
      }
      
      .section-subtitle {
        color: #4caf50;
        font-size: 1.1rem;
      }
      
      .faq-form-wrapper {
        display: flex;
        gap: 30px;
      }
      
      .faq-column, .form-column {
        flex: 1;
      }
      
      .faq-card, .contact-card {
        background: white;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 10px 30px rgba(46, 125, 50, 0.1);
        height: 100%;
      }
      
      .faq-heading, .form-heading {
        color: #2e7d32;
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 2px solid #e0e0e0;
      }
      
      .form-description {
        color: #666;
        margin-bottom: 25px;
      }
      
      .faq-list {
        display: flex;
        flex-direction: column;
        gap: 15px;
      }
      
      .faq-item {
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #e0e0e0;
      }
      
      .faq-question {
        padding: 18px 20px;
        background-color: #f5f5f5;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        transition: all 0.3s;
      }
      
      .faq-question:hover {
        background-color: #e8f5e9;
      }
      
      .faq-question span {
        font-weight: 500;
       
      }
      
      .faq-question i {
        color: #4caf50;
        transition: transform 0.3s;
      }
      
      .faq-answer {
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out, padding 0.3s ease;
      }
      
      .faq-item.active .faq-answer {
        padding: 20px;
        max-height: 300px;
      }
      
      .faq-item.active .faq-question i {
        transform: rotate(45deg);
      }
      
      .contact-form {
        display: flex;
        flex-direction: column;
        gap: 20px;
      }
      
      .form-group {
        display: flex;
        flex-direction: column;
        gap: 8px;
      }
      
      .form-input, .form-textarea {
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
        transition: all 0.3s;
      }
      
      .form-input:focus, .form-textarea:focus {
        border-color: #4caf50;
        outline: none;
        box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
      }
      
      .form-textarea {
        min-height: 120px;
        resize: vertical;
      }
      
      .form-actions {
        display: flex;
        gap: 15px;
        margin-top: 10px;
      }
      
      .submit-btn, .reset-btn {
        padding: 12px 25px;
        border-radius: 6px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s;
      }
      
      .submit-btn {
        background-color: #2e7d32;
        color: white;
        border: none;
      }
      
      .submit-btn:hover {
        background-color: #5BA651;
      }
      
      .reset-btn {
        background-color: white;
        color: #2e7d32;
        border: 1px solid #2e7d32;
      }
      
      .reset-btn:hover {
        background-color: #f5f5f5;
      }
      
      @media (max-width: 991px) {
        .faq-form-wrapper {
          flex-direction: column;
        }
        
        .section-title {
          font-size: 1.8rem;
        }
      }
      
      @media (max-width: 767px) {
        .form-actions {
          flex-direction: column;
        }
        
        .submit-btn, .reset-btn {
          width: 100%;
        }
      }

      .foresto-interior-section {
        padding: 80px 0;
        background: linear-gradient(135deg, #ffffff 0%, var(--foresto-light) 100%);
        position: relative;
        overflow: hidden;
    }
    
    .foresto-interior-header {
        text-align: center;
        margin-bottom: 60px;
        position: relative;
        z-index: 2;
    }
    
    .foresto-interior-title {
        color: var(--foresto-dark);
        font-weight: 800;
        margin-bottom: 20px;
        font-size: 2.5rem;
        position: relative;
        display: inline-block;
    }
    
    .foresto-interior-title::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 120px;
        height: 5px;
        background: var(--foresto-accent);
        border-radius: 3px;
    }
    
    .foresto-features-container {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }
    
    .foresto-feature-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin-bottom: 50px;
    }
    
    .foresto-feature-card {
        background: white;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
        border: 2px solid transparent;
    }
    
    .foresto-feature-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        border-color: var(--foresto-accent);
    }
    
    .foresto-feature-icon-container {
        height: 120px;
        background: linear-gradient(135deg, var(--foresto-primary) 0%, var(--foresto-secondary) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }
    
    .foresto-feature-icon {
        
        color: rgb(255, 255, 255);
        transition: all 0.4s ease;
    }
    
    .foresto-feature-card:hover .foresto-feature-icon {
        transform: scale(1.2);
    }
    
    .foresto-feature-content {
        padding: 25px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }
    
    .foresto-feature-title {
        color: var(--foresto-dark);
        font-weight: 700;
        margin-bottom: 15px;
       
    }
    
    .foresto-feature-description {
        color: #555;
       
        line-height: 1.7;
    }
    
    .foresto-cta-container {
        text-align: center;
        margin-top: 30px;
        position: relative;
        z-index: 2;
    }
    :root {
        --foresto-primary: #2e7d32;
        --foresto-secondary: #388e3c;
        --foresto-accent: #66bb6a;
        --foresto-light: #e8f5e9;
        --foresto-dark: #5BA651;
        --foresto-text: #333333;
    }
    
    
    .foresto-interior-cta {
        background: linear-gradient(135deg, var(--foresto-primary) 0%, var(--foresto-secondary) 100%);
        color: white;
        padding: 18px 60px;
        font-size: 1.3rem;
        font-weight: 700;
        border: none;
        border-radius: 50px;
        box-shadow: 0 10px 30px rgba(46, 125, 50, 0.4);
        transition: all 0.4s ease;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    
    .foresto-interior-cta::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: linear-gradient(135deg, var(--foresto-dark) 0%, var(--foresto-primary) 100%);
        transition: all 0.6s ease;
        z-index: -1;
    }
    
    .foresto-interior-cta:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(46, 125, 50, 0.5);
    }
    
    .foresto-interior-cta:hover::before {
        width: 100%;
    }
    
    .foresto-pattern-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.05;
        background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232e7d32' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
    
    @media (max-width: 992px) {
        
        
        .foresto-feature-grid {
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        }
    }
    
    @media (max-width: 768px) {
        .foresto-interior-section {
            padding: 60px 0;
        }
        
        .foresto-interior-title {
            font-size: 2rem;
        }
        
        .foresto-interior-cta {
            padding: 16px 50px;
            font-size: 1.2rem;
        }
    }
    
    @media (max-width: 576px) {
       
        
        .foresto-feature-grid {
            grid-template-columns: 1fr;
        }
        
        .foresto-interior-cta {
            width: 100%;
            padding: 16px;
        }
    }
    .foresto-testimonial-section {
        padding: 80px 0;
        background: linear-gradient(135deg, #ffffff 0%, var(--foresto-light) 100%);
        position: relative;
        overflow: hidden;
    }
    
    .foresto-testimonial-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }
    
    .foresto-testimonial-header {
        text-align: center;
        margin-bottom: 60px;
    }
    
    .foresto-testimonial-title {
        color: var(--foresto-dark);
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
    }
    
    .foresto-testimonial-title::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: var(--foresto-accent);
        border-radius: 2px;
    }
    
    .foresto-testimonial-slider {
        position: relative;
        overflow: hidden;
    }
    
    .foresto-testimonial-track {
        display: flex;
        transition: transform 0.5s ease;
    }
    
    .foresto-testimonial-slide {
        min-width: 100%;
        padding: 0 15px;
    }
    
    .foresto-testimonial-card {
        background: white;
        border-radius: 15px;
        padding: 80px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        position: relative;
        border-top: 5px solid var(--foresto-accent);
    }
    
    .foresto-testimonial-quote {
        position: absolute;
        top: 30px;
        right: 30px;
        color: var(--foresto-light);
        font-size: 4rem;
        z-index: 1;
    }
    
    .foresto-testimonial-text {
        font-size: 1.1rem;
        line-height: 1.8;
        color: #555;
        margin-bottom: 30px;
        position: relative;
        z-index: 2;
    }
    
    .foresto-testimonial-author {
        display: flex;
        align-items: center;
    }
    
    .foresto-author-avatar {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: var(--foresto-light);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--foresto-primary);
        font-size: 1.5rem;
        margin-right: 20px;
        flex-shrink: 0;
    }
    
    .foresto-author-name {
        font-weight: 600;
        color: var(--foresto-dark);
        font-size: 1.2rem;
    }
    
    .foresto-testimonial-nav {
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }
    
    .foresto-nav-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: var(--foresto-accent);
        opacity: 0.5;
        margin: 0 5px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .foresto-nav-dot.active {
        opacity: 1;
        background: var(--foresto-primary);
        transform: scale(1.2);
    }
    
    .foresto-nav-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        z-index: 10;
        color: var(--foresto-primary);
        font-size: 1.5rem;
        transition: all 0.3s ease;
    }
    
    .foresto-nav-arrow:hover {
        background: var(--foresto-primary);
        color: white;
    }
    
    .foresto-prev {
        left: 20px;
    }
    
    .foresto-next {
        right: 20px;
    }
    
    @media (max-width: 992px) {
        .foresto-testimonial-title {
            font-size: 2.2rem;
        }
        
        .foresto-testimonial-card {
            padding: 30px;
        }
    }
    
    @media (max-width: 768px) {
        .foresto-testimonial-section {
            padding: 60px 0;
        }
        
        .foresto-testimonial-title {
            font-size: 2rem;
        }
        
        .foresto-testimonial-quote {
            font-size: 3rem;
            top: 20px;
            right: 20px;
        }
        
        .foresto-nav-arrow {
            width: 40px;
            height: 40px;
            font-size: 1.2rem;
        }
    }
    
    @media (max-width: 576px) {
        .foresto-testimonial-title {
            font-size: 1.8rem;
        }
        
        .foresto-testimonial-text {
            font-size: 1rem;
        }
        
        .foresto-author-avatar {
            width: 50px;
            height: 50px;
            font-size: 1.2rem;
        }
        
        .foresto-nav-arrow {
            width: 35px;
            height: 35px;
            font-size: 1rem;
        }
        
        .foresto-prev {
            left: 10px;
        }
        
        .foresto-next {
            right: 10px;
        }
    }