:root {

    --thm-font: "Poppins", sans-serif;

    --heading-font: "Poppins", sans-serif;

    --thm-base: #24a2f4;

    --thm-base-rgb: 249, 181, 74;

    --thm-black: #000000;

    --thm-black-rgb: 0, 0, 0;

    --thm-black-light: #1c1f27;

}



body {

    font-family: var(--thm-font);

    color: #1c1f27;

    font-size: 16px;

    line-height: 30px;

}



a:active,

a:hover,

a:focus,

a:visited {

    text-decoration: none;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: var(--heading-font);

}



h1 {

    font-size: 56px;

    line-height: 1.2;

    font-weight: 600;

    color: var(--thm-black);

}



p {

    font-size: 16px;

    line-height: 1.2;

    font-weight: 300;

    color: var(--thm-black-light);

}



p span {

    color: var(--thm-base);

}



.page-wrapper {

    position: relative;

    margin: 0 auto;

    width: 100%;

    min-width: 300px;

    overflow: hidden;

}



.waves-container {

    position: relative;

}



canvas {

    max-width: 100%;

    height: 100%;

}



.text-container {

    position: relative;

    width: 100%;

    min-height: 170px;

}



.text-frame {

    width: 100%;

    position: absolute;

    top: 30%;

    left: 50%;

    transform: translateX(-50%);

}



.text-frame h1 {

    font-size: 60px;

    line-height: 1.2;

    color: #ffffff;

    position: absolute;

    left: 0;

    top: 0;

}







.navbar-expand-lg .navbar-nav .nav-link {

    color: #ffffff;

    font-size: 18px;

    padding-left: 15px;

    padding-right: 15px;



}





.navbar.fixed-top {

    padding-top: 15px;

    padding-bottom: 15px;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;

}



.navbar.fixed-top.sticky-visible {

    padding-top: 10px;

    padding-bottom: 10px;

    background-color: #fff !important;

    -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, .2);

    box-shadow: 0 4px 30px -5px rgba(0, 0, 0, .2);

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;

}



.navbar.fixed-top.sticky-visible .navbar-nav .nav-link {

    color: var(--thm-black-light);

}



.navbar-nav .nav-link.active,

.navbar-nav .show>.nav-link {

    color: var(--thm-base);

}



.navbar.fixed-top.sticky-visible .navbar-nav .nav-link.active {

    color: var(--thm-base);

}



.navbar.fixed-top .logo-img {

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;

    height: 50px;

}



.navbar.fixed-top.sticky-visible .logo-img {

    filter: invert();

    height: 50px;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;

}



.navbar-toggler {

    padding: 0;

    border: none;

}



.navbar-toggler:focus {

    text-decoration: none;

    outline: 0;

    box-shadow: none;

}



/* Define the shape and color of the hamburger lines */

.navbar-toggler span {

    display: block;

    background-color: var(--thm-black-light);

    height: 3px;

    width: 25px;

    margin-top: 5px;

    margin-bottom: 5px;

    position: relative;

    left: 0;

    opacity: 1;

    transition: all 0.35s ease-out;

    transform-origin: center left;

}





/* top line needs a little padding */

.navbar-toggler span:nth-child(1) {

    margin-top: 0.3em;

}



/**

 * Animate collapse into X.

 */



/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */

.navbar-toggler:not(.collapsed) span:nth-child(1) {

    transform: translate(15%, -33%) rotate(45deg);

}



/* center line goes transparent */

.navbar-toggler:not(.collapsed) span:nth-child(2) {

    opacity: 0;

}



/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */

.navbar-toggler:not(.collapsed) span:nth-child(3) {

    transform: translate(15%, 33%) rotate(-45deg);

}





/**

 * Animate collapse open into hamburger menu

 */



/* top line moves back to initial position and rotates back to 0 degrees */

.navbar-toggler span:nth-child(1) {

    transform: translate(0%, 0%) rotate(0deg);

}



/* middle line goes back to regular color and opacity */

.navbar-toggler span:nth-child(2) {

    opacity: 1;

}



/* bottom line goes back to initial position and rotates back to 0 degrees */

.navbar-toggler span:nth-child(3) {

    transform: translate(0%, 0%) rotate(0deg);

}



.bottom-about {

    background-color: var(--thm-black-light);

    position: relative;

    z-index: 2;

    margin-top: -60px;

    padding: 55px 0 100px;

}



.abt-margin {

    margin-top: -120px;

}



.bottom-about::before {

    content: "";

    background-color: var(--thm-black-light);

    width: 100%;

    height: 70px;

    z-index: 0;

    position: absolute;

    top: -36px;

    -webkit-transform: skew(0deg, -2deg);

    transform: skew(0deg, -2deg);

}







.btn-know {

    background: linear-gradient(to right, #23a3f4 0%, #4285ec 100%);

    color: #ffffff;

    font-size: 30px;

    font-weight: 300;

    font-family: var(--heading-font);

    padding: 10px 25px;

    border-radius: 0;

}



.btn-know:hover {

    color: #ffffff;

}



.block-title h2 {

    font-size: 30px;

    font-weight: 500;

    margin-bottom: 2rem;

    color: var(--thm-base);

}



.keyfeatures {

    background-color: #f3f3f3;

    position: relative;

    z-index: 2;

    margin-top: -30px;

    padding: 45px 0 40px;

}



.keyfeatures::before {

    content: "";

    background-color: #f3f3f3;

    width: 100%;

    height: 70px;

    z-index: 0;

    position: absolute;

    top: -36px;

    -webkit-transform: skew(0deg, -2deg);

    transform: skew(0deg, -2deg);
    display: none;

}



.features-box {

    padding: 25px 40px;

    height: 100%;

    background-color: #ffffff;

    border-top: 9px solid var(--thm-base);

    position: relative;

    box-shadow: 0px 2px 9px #cccccc;

}



.features-box:after {

    content: '';

    position: absolute;

    width: 100%;

    height: 9px;

    top: -10px;

    left: 0px;

    transform: scaleX(0);

    background: var(--thm-black-light);

    transform-origin: top right;

    transition: transform 0.5s ease-out;

}



.features-box:hover:after {

    transform: scaleX(1);

    transform-origin: top left;

}



.features-box h3 {

    font-size: 22px;

    color: var(--thm-base);

    margin-bottom: 0.5rem;

}



.bottom-about .nav.nav-pills {

    padding: 8px;

    background-color: var(--thm-base);

    border-radius: 8px;

}



.bottom-about .nav.nav-pills .nav-link {

    padding: 15px 20px;

    border-radius: 0;

    font-size: 24px;

    color: var(--thm-black-light);

}



.bottom-about .nav.nav-pills .nav-link.active {

    background-color: var(--thm-black-light);

    color: var(--thm-base);

}





.video-box {

    box-shadow: 0px 2px 10px rgb(0 0 0 / 40%);

    position: relative;

    padding: 10px 10px 5px;

    background: #ffffff;

}



.clients-sec {

    padding: 3rem 0;

    border-top: 1px solid var(--thm-black-light);

}







.dark-sec {

    background-color: var(--thm-black-light);

    padding: 40px 0;

}



.inner-grabdetails h3 {

    font-size: 22px;

    line-height: 1.2;

    font-weight: 500;

    color: var(--thm-base);

}



.color-grab {

    padding: 16px;

    background-color: var(--thm-base);

}



.color-grab h3 span {

    font-weight: 400;

}



.inner-grabdetails h3 a {

    font-weight: 500;

    color: #ffffff;

    text-decoration: none;

}



.inner-grabdetails h3 a:hover {

    color: var(--thm-black-light);

    text-decoration: none;

}



.footer-top {

    padding: 50px 0;

}



.footer-box {

    position: relative;

    display: -ms-flexbox;

    display: flex;

    align-items: center;

    margin: 0 auto;

    justify-content: center;

}



.footer-box img {

    margin-right: 15px;

}



footer p {

    font-weight: 500;

}



.footer-box p a {

    color: var(--thm-black-light);

    text-decoration: none;

}



.footer-box p a:hover {

    color: var(--thm-base);

}



.footer-bottom {

    padding: 25px 0;

    border-top: 1px solid var(--thm-black-light);

}



.teamsec {

    background-color: var(--thm-black-light);

    padding: 50px 0;

}



.team-cont {

    padding-top: 128px;

    padding-bottom: 50px;

    height: 100%;

}
.estimate-box
{

    padding:5px;
    background-color: #24a2f4;
    margin-top: 80px;
}

.team-box {

    background-color: var(--thm-base);

    height: 100%;

}



.team-box .top-img img {

    margin-top: -128px;



}



.content-team {

    padding: 30px 40px 45px;

}



.content-team h4 {

    font-size: 22px;

    font-weight: 500;

    margin-bottom: 0.5rem;

}



.content-team h6 {

    font-size: 16px;

    font-weight: 500;

    margin-bottom: 1rem;

    color: var(--thm-black-light);

}



.content-team p {

    text-align: justify;

    margin-bottom: 0;

}



.social-btn {

    display: inline-block;

    text-align: left;

    position: absolute;

    bottom: -36px;

    left: 40px;



}



.back-to-top {

    color: #000;

    font-size: 20px;

    padding-top: 6px;



    cursor: pointer;



    width: 48px !important;

    height: 48px !important;

    border-radius: 50%;



    background-color: #ffffff;



    position: fixed;

    bottom: 30px;

    right: 30px;

    opacity: 0;

    text-align: center;

    z-index: 9999999;

    cursor: pointer;

    text-decoration: none;

    transition: opacity 0.2s ease-out;

}



.back-to-top:hover {

    color: #000;

    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.325);

    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.325);

}





@media (max-width: 1400px) {

    .text-frame h1 {

        font-size: 46px;

    }



    .inner-grabdetails h3 {

        font-size: 24px;

    }

}



@media (max-width: 1200px) {

    .navbar-expand-lg .navbar-nav .nav-link {

        padding-left: 10px;

        padding-right: 10px;

    }



    .text-container {

        min-height: 180px;

    }

}



@media (max-width: 992px) {

    .text-frame {

        top: 25%;

    }



    .text-frame h1 {

        font-size: 38px;

    }



    .footer-box {

        justify-content: left;

    }



    .navbar.fixed-top {

        padding-top: 10px;

        padding-bottom: 10px;

        background-color: #fff !important;

    }



    .navbar.fixed-top .logo-img {

        /*height: 50px;*/

        filter: invert();

    }



    .navbar.fixed-top.sticky-visible .logo-img {

        height: 50px;

    }



    .navbar-expand-lg .navbar-nav .nav-link {

        color: var(--thm-black-light);



    }



    .navbar-expand-lg .navbar-nav .nav-link.active {

        color: var(--thm-base);

    }

}



@media (max-width: 768px) {

    .text-container {

        min-height: 210px;

    }



    .block-title h2 {

        font-size: 26px;

    }



    .features-box h3 {

        font-size: 20px;

        min-height: auto;

    }



    .bottom-about .nav.nav-pills .nav-link {

        font-size: 18px;

    }



    .content-team h4 {

        font-size: 20px;

    }



    .content-team h6 {

        font-size: 16px;

    }





    .inner-grabdetails h3 {

        font-size: 18px;

    }



    footer p {

        font-size: 18px;

        font-weight: 500;

    }







    .btn-know {

        font-size: 20px;

        padding: 10px 20px;

    }



    .clients-sec img {

        max-width: 270px;

        width: 100%;

    }

}



@media (max-width: 480px) {

    .text-container {

        min-height: 150px;

    }



    .text-frame h1 {

        font-size: 30px;

    }



    .content-team {

        padding: 20px 20px 45px;

    }



    .features-box {

        padding: 20px 20px;

    }



    .bottom-about .nav.nav-pills .nav-link {

        font-size: 16px;

        padding: 10px 15px;

    }



    .team-box .top-img img {

        margin-top: -80px;

        height: 150px;

    }



    .team-cont {

        padding-top: 90px;

    }



}



@media (max-width: 380px) {

    .text-container {

        min-height: 150px;

    }



    .text-frame h1 {

        font-size: 26px;

    }

}



@media (max-width: 340px) {

    .text-container {

        min-height: 190px;

    }

}

/*Testimonialcss start*/
.testimonial-card {
  background-color: #f8f9fa;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 2rem 3.8rem;
  margin:1.5rem auto 2rem auto;
  position: relative;
  min-height: 170px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-text {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #24a2f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  z-index: 2;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
/*  filter: invert(1);*/
}

.carousel-control-prev {
  left: 15px;
}

.carousel-control-next {
  right: 15px;
}

@media (max-width: 768px) {
  .testimonial-card {
    padding: 2rem 4rem;
  }

  .testimonial-text {
    font-size: 1rem;
  }
  .carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 15px;
  height: 15px;
  background-size: 90% 90%;
/*  filter: invert(1);*/
}
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1;
}
/*Testimonialcss End*/

 .check-icon {
      color: green;
      font-weight: bold;
    }
    .cross-icon {
      color: red;
      font-weight: bold;
    }
    table.table.table-bordered.border-green th{
     background-color:#1c1f27!important;
     color: #fff;
    }
  
    table.table.table-bordered.border-green th, table.table.table-bordered.border-green td {
      vertical-align: middle;
    }
    .section-title {
      font-weight: bold;
      font-size: 1.25rem;
    }
    .note {
      font-size: 0.875rem;
      font-style: italic;
    }
    .clients-sec img{
        width: 85%;
    }

      table.table.table-bordered.border-green td, table.table.table-bordered.border-green th {
      vertical-align: top;
      border: none;
    }
    .section-title2 {
      background-color: #f8f9fa;
      font-weight: bold;
      font-size: 1.1rem;
    }
    .small-text {
      font-size: 0.9rem;
      color: #444;
    }
    .cost {
      white-space: nowrap;
      text-align: right;
    }

      .hero-section {
      background: linear-gradient(135deg, #1c1f27, #1c1f27);
      color: #fff;
      padding: 40px 10px;
      text-align: center;
      border-radius: 20px;
    }

    .hero-section h1 {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .hero-section p {
      font-size: 1.1rem;
      margin-top: 10px;
      color: #1c1f27;
    }

    .card-box {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
      padding: 30px 30px 5px 20px;
      text-align: center;
      margin-bottom: 30px;
      height: 100%;
    }

    .card-box img {
      max-height: 60px;
      margin: 5px 0;
    }

    .card-box ul {
      text-align: left;
      padding-left: 20px;
    }

 /*   .logo-iso {
      background-color: #000;
      padding: 10px 20px;
      border-radius: 8px;
      display: inline-block;
    }*/

    .logo-iso img {
      max-height: 60px;
      filter: invert(1);
    }

    .logo-estimate img {
      max-height: 68px;
    }
    .card-box h5{
        font-size: 1.8rem;
            margin-top: 10px;
    }

    .floating-estimate-btn {
      position: fixed;
      right: -7px;
      top: 20%;
      transform: translateY(-50%);
      z-index: 999;
    }

    .floating-estimate-btn img {
      width: 110px;
      height: auto;
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .floating-estimate-btn img:hover {
      transform: scale(1.05);
    }

    

      .estimate-request .form-card {
        max-width: 800px;
        margin: 48px auto;
      }
      .estimate-request label {
        text-align: left;
        display: block;
        font-weight: 500;
      }

      .esttitle{
        margin-top: 60px!important;
      }

      .custombtn {
        background: #1c1f27;
        color: #fff;
        font-size: 14px;
        padding: 6px 16px;
        outline: none;
        border: none;
        border-radius: 0.375rem;
        max-width: 120px !important;
        width: 120px;
    }

.isograb-section {
    background-color: #1c1f27;
    color: #fff;
    padding: 10px 20px;
  }
  .isograb-section h1 {
    color: #24a2f4;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
  }
  .isograb-section h2 {
    color: #24a2f4;
    font-size: 1.2rem;
  }
  .isograb-section p {
    color: #fff;
  }
  .isograb-section .highlight-text {
    font-weight: 500;
    margin-bottom: 10px;
  }
  .isograb-section .btn-primary {
    background-color: #24a2f4;
    border-color: #24a2f4;
    font-size: 0.9rem;
  }
  .isograb-section .btn-primary:hover {
    background-color: #1c8dd1;
    border-color: #1c8dd1;
  }
  .isograb-section3 .btn-primary {
    background-color: #24a2f4;
    border-color: #24a2f4;
  }
  .isograb-section3 .btn-primary:hover {
    background-color: #1c8dd1;
    border-color: #1c8dd1;
  }
  .isograb-section3  h1{
    text-transform: uppercase;
    font-size: 2rem;
  }
  .isograb-section .feature-list {
    list-style: none;
    padding-left: 0;
    line-height: 26px;
  }
  .isograb-section .feature-list li {
    margin-bottom: 8px;
  }
  .isograb-section .feature-list li i {
    color: #24a2f4;
    margin-right: 8px;
  }
  .isograb-section .process-card {
    background-color: #24a2f4;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    height: 100%;
  }
  .isograb-section .process-card i {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .isograb-section .process-card p {
    font-size: 0.9rem;
    color: #fff;
  }
  .isograb-section .quote {
    color: #24a2f4;
    font-style: italic;
    margin-top: 30px;
  }
  .isograb-section img.takeoff-image {
    max-width: 100%;
    border-radius: 4px;
  }

  .estimate-section2 {
    background-color: #f8f9fa;
    color: #1c1f27;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}
.estimate-section2 h1, 
.estimate-section2 h2, 
.estimate-section2 h3 {
    color: #1c1f27;
}
.estimate-section2 .highlight {
    color: #24a2f4;
    font-weight: bold;
}
.estimate-section2 .btn-custom {
    background-color: #24a2f4;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 6px;
}
.estimate-section2 .icon-box {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}
.estimate-section2 .icon-box i {
    font-size: 30px;
    margin-right: 10px;
    color: #24a2f4;
}
.estimate-section2 img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    width: 100%;
}
img.returntable{
    margin-top: 10px;;
}

/* Scoped overrides to align list markers properly in EstiMate section */
.estimate-section2 ul {
  padding-left: 1.25rem;
  margin: 0;
}
.estimate-section2 ul li {
  line-height: 1.6;
}
.estimate-section2 ul li::marker {
  font-size: 1.4em!important;
  color: #24a2f4;
}
.file-validation {
    font-size: 0.875rem;
    font-weight: 500;
}
.file-count {
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 700;
}
.file-upload-section {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    background-color: #f8f9fa;
}