:root{
    --primaryy:#d19d38;
    --secondary:#030303;
    --heading-fonts:"Oswald", sans-serif;
}

.primary-bg{
    background-color: var(--primaryy);
}

.primary-color{
    color:var(--primaryy)
}

.secondary-bg{
    background-color: var(--secondary);
}

.secondary-color{
    color: var(--secondary) !important;
}

body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

ul,li{
    margin:0;
    padding:0;
    list-style: none;
}

a{
    text-decoration: none;
}

.phone-card{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.golden-gradient {
      background: linear-gradient(
        90deg,
        #dcc05b 0%,
        #d7b652 8%,
        #d9bb5e 20%,
        #e7cc78 40%,
        #f0d785 50%,
        #e7cc78 60%,
        #d8bb62 80%,
        #cead53 100%
      );
}

.horizontal-golden {
    background: linear-gradient(
        180deg,
        #c8a83f 0%,
        #dfc15d 25%,
        #f0d67f 50%,
        #dfc15d 75%,
        #b99535 100%
    );
}

.get-quote-btn:hover, .social-link:hover, .task-black:hover{
    color: var(--secondary);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
    font-size: 1rem;
    font-weight: bold;
    color: var(--bs-black);
}

.nav-link.active {
    background: linear-gradient(
        180deg,
        #fff4c9 0%,
        #f5df9a 50%,
        #e6c66a 100%
    );
    border:1px solid var(--primaryy);
    color: #000 !important;
    margin-right: 1rem;

    /* box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        0 3px 8px rgba(80, 55, 10, 0.25); */
}

.carousel-caption {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  top: 7rem;
  width: 50%;
}

.banner-btn{
    background: linear-gradient(180deg, #cedbe2 0%, #f0f4f7 50%, #8d9aa5 100%);
  color: var(--secondary) !important;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  color: var(--trinity);
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
  text-transform: uppercase;
  box-shadow: inset 0 1px 2px #ffffff, 0 2px 4px rgba(0,0,0,0.3);
}

.banner-wrapper{
    height: 600px;
    overflow: hidden;
}

.after-banner-inner{
    border:1px solid #fff;
}

.right-side-border{
    border-right: 1px solid #fff;
}

.after-banner-inner{
    border-radius: 25px;
}

.welcome-wrapper,.mid-bar-wrapper,.get-quote-wrapper {
    background: 
    linear-gradient(to right, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 100%)   100% no-repeat,
    url("../images/abt-cover.jpeg") right center/cover no-repeat;
}

.services-detials{
    border:2px solid var(--primaryy);
    border-radius: 12px;
    overflow: hidden;
}

.form-wrapper,.google-review-wrapper {
    border: 1px solid var(--primaryy);
}

.submit-btn{
    width: 100%;
    border: none;
}

.fa-star {
  color: orange;
}

.review-btn{
    color:#fff
}

.signup-btn{
    border:2px solid #fff;
}

.footer-link {
  margin-left: 35px;
  
}

.footer-link li {
  position: relative;
  margin-bottom: 10px;
}

.footer-link li::before {
  content: "\f054";
  position: absolute;
  top: 0;
  left: -30px;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  color: var(--primaryy);
}

.accordion-button:not(.collapsed){
    color:var(--secondary) !important;
}




.mobile-icon {
  display: block;
}

.mobile-icon .mobile {
  display: none;
}

.mobile-icon .email {
  display: block;
}

.mobile-icon .material-button-anim {
  position: fixed;
  bottom: 3%;
  left: 36px;
  padding: 0 0;
  text-align: center;
  max-width: 320px;
  z-index: 999999999999;
}

.mobile-icon1 .material-button-anim {
  position: fixed;
  bottom: 3%;
  left: 36px;
  padding: 0 0;
  text-align: center;
  max-width: 320px;
  z-index: 999999999999999;
}

.material-button {
  position: relative;
  top: 0;
  z-index: 1;
  width: 70px;
  height: 70px;
  font-size: 1.5em;
  color: #fff;
  background: var(--secondary);
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .275);
  outline: none;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  animation: action 1s infinite alternate;
  background: var(--primaryy) !important;
  padding: 4px;
}

.material-button-toggle {
  z-index: 3;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
}

@keyframes bounce {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -15px;
    margin-bottom: 15px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes roket-roket-circle-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(0deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0deg) scale(1.25) skew(0deg);
    opacity: 0.25;
  }

  100% {
    transform: rotate(0deg) scale(1.5) skew(0deg);
    opacity: 0;
  }
}

.material-button-toggle:not(:hover):not(:focus):not(:active) {
  transition: .25s !important;
  animation: 2.25s bounce infinite !important;
}

.material-anim {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: none;
}

.material-anim.one {
  -webkit-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -moz-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -ms-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -o-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

.material-anim.two {
  border: 2px solid #649831 !important;
  opacity: 0.1 !important;
  background: var(--primary) !important;
  -webkit-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -moz-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -ms-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -o-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
}


.back-to-top {
  background-color: var(--primaryy);
  border: 1px solid #fff;
}


.font-out-cut{
    font-family: "Oswald", sans-serif;
    text-align: center;
}

.tap-to-call{
    display:none;
}

.mobile-size {
    font-size: 2rem !important;
    padding: 3px 11px !important;
}

.abt-image{
    border:8px solid var(--primaryy);
    border-radius: 12px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat {
  text-align: center;
  padding: 15px 20px;
  border-right: 1px solid rgba(0,0,0,.18);
}

.stat:last-child {
  border-right: none;
}

.stat strong {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: 800;
}

.stat span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.section-label {
  display: block;
  color: #777;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.professional-content h2 {
  /* font-size: clamp(45px, 6vw, 70px); */
  /* line-height: .95; */
  text-transform: uppercase;
  /* margin-bottom: 25px; */
}

.professional-content h2 span {
  color: var(--primaryy);
}

.check-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 13px;
  font-weight: 600;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--primaryy);
  font-weight: 900;
}

.values {
  padding: 115px 0;
  background: #f4f4f4;
  color: #111;
}

.values-heading {
  max-width: 750px;
  margin-bottom: 60px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.value-card {
  background: #fff;
  padding: 42px 30px;
  border-bottom: 4px solid transparent;
  transition: .3s ease;
}

.value-card:hover {
  border-bottom-color: var(--primaryy);
  transform: translateY(-7px);
}

.value-number {
  font-family: var(--heading-fonts);
  font-size: 50px;
  color: var(--primaryy);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 25px;
}

.hero-label {
  display: block;
  margin-bottom: 15px;
  color: var(--primaryy);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.services-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 60px;
}

.services-heading h2 {
  
  
  text-transform: uppercase;
}

.services-heading p {
  max-width: 430px;
  color: #aaa;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
}

.service-card {
  position: relative;
  overflow: hidden;
  background: #323232;
}

.process-heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 65px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}

.process-card {
  padding: 45px 35px;
  background: #2e2d2d;
  border-bottom: 4px solid var(--primaryy);
  
}

.process-card strong {
  display: block;
  color: var(--primaryy);
  font-family: var(--heading-fonts);
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
}

.need-twoing-wrapper,.why-us{
  background-color: #f4f4f4;
}

.why-heading {
  max-width: 700px;
  margin-bottom: 35px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
}

.why-card {
  background: #fff;
  padding: 38px 28px;
  border-top: 4px solid transparent;
  transition: .3s ease;
  border-top-color: var(--primaryy);
}

.why-number {
  font-family: var(--heading-fonts);
  font-size: 50px;
  font-weight: 900;
  color: var(--primaryy);
  line-height: 1;
  margin-bottom: 22px;
}

.moka-tea{
  max-width: 600px;
  margin: 0 auto;
}

.font-joy, .quick-label{
  font-family: var(--heading-fonts);
}

.quick-item {
  
  border-right: 1px solid #fff;
}

.contact-form-wrapper {
  padding: 45px;
  background: #f4f4f4;
  border-top: 5px solid var(--primaryy);
}

.contact-details {
  border-top: 1px solid #ddd;
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid #ddd;
}

.detail-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primaryy);
  color: #000;
  font-size: 21px;
  font-weight: 800;
}

.detail-content small {
  display: block;
  color: #777;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

 .detail-content a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--secondary);
}

.insterstate-image{
  height: 178px;
  object-fit: cover;
  width: 100%;
}

.gallery-image {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .stat {
    border-bottom: 1px solid rgba(0,0,0,.18);
  }

  .stat:nth-child(2) {
    border-right: none;
  }

  .services-heading {
    display: block;
  }

  .why-grid{
    grid-template-columns: 1fr 1fr;
  }

   .service-grid,.process-grid,.values-grid {
    grid-template-columns: 1fr;
  }

  
}

@media(max-width:768px){
    
    .mobile-logo{
        width: 100%;
    }

    .g-5, .gx-5 {
      --bs-gutter-x: 0;
    }

    .mobile-data{
        width: 60%;
    }

    .menu-icon {
        margin-top: 10px;
    }

    .banner-image{
        height: 600px;
        object-fit: cover;
    }

    .banner-btn-click{
        display: block !important;
        margin-bottom: 1rem;
        width: 100%;
    }

    .carousel-caption {
        position: absolute;
        right: 43%;
        bottom: auto;
        left: 10%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
        top: 0;
        width: 85%;
    }

    .top-bar-call{
        justify-content: center;
    }

    .abn-wrap{
        text-align: center;
        margin-top:8px;
    }

    .company-logo{
        margin: 0 auto;
    }

    .top-call-wrap{
        justify-content: center;
        margin: 7px 0;
    }

    .banner-wrapper {
        height: 385px;
        overflow: hidden;
    }

    .get-quote-btn {
        padding: 10px 12px !important;
    }

    .phone-card{
        font-size: 16px !important;
    }

    .abt-btn{
        width: 100%;
        margin-top: 5px;
        text-align:center;
    }

    .services-detials{
        padding: 10px;
    }

     .google-review-btn {
        padding: 11px 10px !important;
        font-size: 12px !important;
    }

    .signup-btn {
        border: 2px solid #fff;
        margin-top: 1rem !important;
        display: block;
    }
    
    .navbar-toggler {
        border: none;
    }
    
    .mobile-size {
        font-size: 2.4rem !important;
        padding: 3px 11px !important;
    }
    
    .smooth-fonts{
        font-size:2.7rem !important;
    }
    
    .insterstate-image{
      height: auto;
      object-fit: cover;
      width: 100%;
    }
      
    .services-call-btn{
      font-size: 2.2rem !important;
    }
    
    .mid-font-size{
        font-size:2.7rem !important;
    }
    
    .main-top-wrapper{
        background: var(--secondary);
        border-bottom: 2px solid var(--primaryy);
        color:#fff !important;
    }
    
    .top-call{
        color:#fff !important;
    }
    
    .header-wrap{
        background: var(--secondary);
        border-top: 2px solid var(--primaryy);
        border-bottom: 2px solid var(--primaryy);
    }
    
    .tap-to-call{
        font-size: 11px;
        font-family: "Poppins", sans-serif;
        margin-top: -5px;
        display: block;
        margin-left: 133px;
        background: #000;
        border-radius: 25px;
        color: #fff;
        padding: 2px 10px;
        width: 33%;
        text-align: center;
    }
    
    .navbar-nav {
      border: 1px solid var(--primaryy);
      margin-top: 10px;
    }
    
    .big-kite{
        margin-top:-5px !important;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1.3rem;
      padding-left: 1.3rem;
      font-size: 1rem;
      font-weight: bold;
      color: var(--primaryy);
      display: block;
      width: 100%;
      text-align: center;
    }
    
    br{
        display:none;
    }
    
    .hide-me{
        display: none !important;
    }

    .service-card-image img{
      margin-bottom: 8px;
    }

    .service-card a, .need-twoing-wrapper a{
      font-size: 2rem !important;
    }

    .quick-item{
        padding: 15px 0;
        border-right: none;
        text-align: center;
    }

    .mid-call{
      border-top:1px solid #fff;
      border-bottom:1px solid #fff;
    }

    .contact-form-wrapper {
      padding: 18px;
    }


.gallery-image {
  height: 100px;
  width: 100%;
  object-fit: cover;
}
}

@media (max-width: 600px) {
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
}