html {
    scroll-behavior: smooth;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
section[id], div[id] {
  scroll-margin-top: 80px !important; 
  scroll-behavior: smooth;  
}
  body {
    font-size: 1rem !important;
    color: #333 !important;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
  }

  @font-face{
    font-family: "BernhardfashionBT";
    src: url(./images/fonts/BNHRDFAN.TTF)format("truetype");
  }
   @font-face{
    font-family: "BernhardGothic";
    src: url(./images/fonts/Bernhard\ Gothic\ Medium.ttf)format("truetype");
  }
     @font-face{
    font-family: "TrajanPro";
    src: url(./images/fonts/TrajanPro-Regular.ttf)format("truetype");
  }
       @font-face{
    font-family: "FuturaMD";
    src: url(./images/fonts/FuturaMediumBT.ttf)format("truetype");
  }
        @font-face{
    font-family: "Bahnschrift";
    src: url(./images/fonts/BAHNSCHRIFT.TTF)format("truetype");
  }
  a,
  a:hover {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
  }
  
  ul {
    padding-left: 0px !important;
    list-style-type: none;
    margin: 0;
  }
  img {
    display: block;
    max-width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .posrel{
    position: relative;
  }
  p{
    margin-bottom: 0.5rem !important;
  }
  .para{
    line-height: 26px;
    font-weight: 400;
  }
  @media (min-width: 1366px) {
    .cmpad{
      max-width: 1920px;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 40px !important;
      padding-right: 40px !important;
    }
  }
  @media (max-width: 1366px) {
    .cmpad {
      padding-left: 40px !important;
      padding-right: 40px !important;
    }
  }
  @media (max-width: 991px) {
    .cmpad {
      padding-left: 40px !important;
      padding-right: 40px !important;
    }
  }
  @media (max-width: 767px) {
    .cmpad {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }
  @media (max-width: 575px) {
    html {
      font-size: 90% !important;
    }
  }
  
  @media (min-width: 768px) {
    ::-webkit-scrollbar {
      width: 10px;
      height: 6px;
    }
    ::-webkit-scrollbar-track {
      background-color: #eee;
    }
    ::-webkit-scrollbar-thumb {
      background-color: #007747;
    }
    ::-webkit-scrollbar-thumb:hover {
      background-color: #000;
    }
  
    .custscroll::-webkit-scrollbar,
    .custscroll::-webkit-scrollbar-thumb {
      border-radius: 13px;
      width: 6px;
      height: 6px;
      background-clip: padding-box;
      background: transparent;
    }
    .custscroll::-webkit-scrollbar-track {
      background: transparent;
    }
    .custscroll:hover::-webkit-scrollbar-thumb {
      background-color: #ccc;
    }
    .custscroll::-webkit-scrollbar-thumb:hover {
      background-color: #999;
    }
  
    .custscrollA::-webkit-scrollbar {
      border-radius: 13px;
      width: 6px;
      height: 6px;
      background-clip: padding-box;
      background: transparent;
    }
    .custscrollA::-webkit-scrollbar-track {
      background: transparent;
    }
    .custscrollA::-webkit-scrollbar-thumb {
      background-color: #ccc;
      border-radius: 6px;
    }
    .custscrollA::-webkit-scrollbar-thumb:hover {
      background-color: #999;
    }
  }

  input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::placeholder, textarea::placeholder {
  font-size: 0.8rem; 
  color: #333;
  opacity: .5;
}

/* For Firefox */
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 0.8rem;
}

/* For Internet Explorer */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 0.8rem;
}

/* For Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 0.8rem;
}

  .mainhead {
    font-size: 2.5rem;
    color: #7d6c55;
    line-height: 45px;
    font-weight: 500;
    font-family: "BernhardGothic";
    margin: 0;
    text-align: center;
  }

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p{
    font-size: 0.9rem;
    margin: 0;
    color: #5a5858;
}

.bodr{
  border-bottom: 1px solid rgba(60, 60, 60, 0.24);
}


/* header */
.top-header{
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}
.topicons a img{
  width: 25px;
  height: 25px;
}
.topicons{
  display: flex;
  gap: 25px;
}
.tophead{
  font-family: "BernhardfashionBT";
  font-size: 19px;
  font-weight: 600;
  color: #000;
  margin: 0;
}
.topmainheader{
  background: #dde8df;
  transition: all .3s;
}
.bottom-leftheader img{
  width: 130px;
  animation: breatheGlow 3s ease-in-out infinite;
}
@keyframes breatheGlow {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0px rgba(255,255,255,0.3));
  }
  50% {
    transform: scale(1.04);
    filter: drop-shadow(0 0 8px rgba(255,255,255,0.5));
  }
}
.bottom-leftheader{
  display: flex;
  gap: 20px;
  align-items: center;
}
.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bottom-rightheader ul li a{
  color: #007747;
  font-family: "Bahnschrift";
}
.smallhead{
  font-family: "BernhardGothic";
  margin: 0;
  font-size: 22px;
}
.amp{
  font-family: "TrajanPro";
  font-weight: 400;
  margin: 0;
  font-size: 18px;
}
.heading-wrap {
  position: relative;
  display: inline-block;
}

.corner-accent {
  position: absolute;
  top: 4px;
  right: -25px;
  width: 25px;
  height: 25px;
  border-top: 4px solid #e53935;  
  border-right: 4px solid #e53935;
}
header{
  box-shadow: 0px 0px 20px #00000043;
  position: fixed;
  width: 100%;
  transition: all .3s ease-in-out;
  z-index: 999;
  background-color: #fff;
}
header.active{
  background-color: #fff;
  z-index: 99;
  transition: all .3s ease-in-out;
}
header.active .topmainheader{
  transition: all .3s ease-in-out;
  background-color: #fff;
}
header.active .top-header{
  display: none;
}
header.active .bottom-leftheader img{
  width: 90px;
}
.typing-cursor {
  animation: blink 0.75s step-end infinite;
}
@keyframes blink {
  50% { border-color: transparent; }
}
/* banner */
.banner-section{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  height: 100%;
}
.banner{
  height: 100vh;
  display: flex;
  padding-top: 180px;
  align-items: center;
}
.topinnerbanner{
  display: flex;
  gap: 15px;
  background: #dde8df;
  border-radius: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: max-content;
}
.topinnerbanner span{
  position: relative;
  font-family: "FuturaMD";
}
.topinnerbanner span::before{
  content: '';
  height: 16px;
  width: 1px;
  background: #000;
  position: absolute;
  left: -7px;
  top: 4px;
}
.topinnerbanner span:nth-child(1)::before{
  display: none;
}
.bannerhead h1{
  font-family: "FuturaMD";
  margin: 0;
  text-transform: uppercase;
  font-size: 1.7rem;
}
.top-banner{
  display: flex;
  flex-direction: column;
  gap: 25px;
}

 .brand {
    display: flex;
    align-items: center;
    gap: 45px;
  }
 
  .icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }
 
  .text {
    line-height: 1.25;
  }
 
  .text .line {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #1c1c1c;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: "FuturaMD";
  }
  .text-end{
    text-align: end !important;
  }
 
  /* services */
.servicesbox h5{
  margin: 0;
  font-family: "FuturaMD";
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: -8px;
}
.servicesbox{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.servicesbox img{
  height: 235px;
  width: 100%;
  object-fit: cover;
}

/* what we deal */
.card{
    position:relative;
    width:max-content;
    background:linear-gradient(155deg, var(--sage) 0%, var(--sage-dark) 100%);
    border-radius:34px 34px 34px 190px;
    padding:26px 22px 34px 115px;
    box-shadow:
      0 30px 60px -20px rgba(60,60,40,.35),
      0 2px 4px rgba(0,0,0,.06);
  }

 
  .panel li{
    font-family:"FuturaMD";
    font-weight:500;
    font-size:14.5px;
    letter-spacing:.02em;
    line-height:1.9;
    white-space:nowrap;
    border: 1px solid #33333347;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
        
  }
 
 
  .card::after{
    content:"";
    position:absolute;
    right:0;
    bottom:0;
    width:120px;
    height:120px;
    background:radial-gradient(circle at 100% 100%, rgba(255,255,255,.15), transparent 70%);
    border-radius:0 0 190px 0;
    pointer-events:none;
  }

  .panel ul{
    display: flex;
    width: 900px;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 25px;
  }
  .deal-section{
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    position: relative;
  }

  .deal-section h6{
    position:absolute;
    left:120px;
    top:20%;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    font-family:"FuturaMD";
    font-weight:800;
    font-size:30px;
    letter-spacing:.1em;
    color: #7d6c55;
    display: none;
  }

  /* footer */
  footer {
  background-color: #dde8df;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: rgb(255 255 255 / 75%);
  font-size: 0.9rem;
  padding-top: 1rem;
  position: relative;
}
footer a, footer p {
  transition: 0.3s;
  color: #000;
  opacity: .8;
  font-family: "Bahnschrift";
  font-weight: 300;
}
footer a:hover {
  color: #007747;
}
footer .line {
  width: 100%;
  background-color: rgb(167 175 168 / 67%);
  height: 1px;
  margin: 2.5rem 0;
}
.pow {
  text-align: right;
}
.pos {
  position: relative;
  z-index: 1;
}
.loc,
.phone,
.mail {
  position: relative;
  padding-left: 38px;
  color: #000;
}

.loc:after,
.phone:after,
.mail:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffffcc;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #466553;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.loc:after {
  content: "\f3c5";
}
.phone:after {
  content: "\f095";
}
.mail:after {
  content: "\f0e0";
}
.foot-logo {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  gap: 20px;
  align-items: center;
}
.foot-logo img{
  width: 130px;
}
footer .social:after {
  display: none;
}
footer .social {
  display: flex;
  gap: 20px;
}

.end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer ul.social li a i {
  font-size: 1.1rem;
}

.add-sec {
  display: flex;
  gap: 15px;
  flex-flow: column;
  flex-wrap: wrap;
}

.foot-cen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-flow: column;
}
.foot-list li:not(:last-child) {
  padding-bottom: 10px;
}

.link-color {
  color: black;
  transition: 0.3s;
  padding-left: 2px;
  font-weight: 500;
}


.foot-add h5 {
  font-size: 1.1rem;
  color: rgb(255 255 255 / 90%);
  position: relative;
}

.foot-add h3 {
  font-size: 1rem;
  color: #000;
  position: relative;
  font-family: "Bahnschrift";
}

.foot-add h3::before{
    position: absolute;
    content: '';
    height: 2px;
    width: 20px;
    background: #007747;
    bottom: -6px;
}

.foot-add p {
  font-size: 0.85rem;
}
footer .social li a i{
  color: #466553 !important;
  border-radius: 20px;
}
.foot-logo .smallhead{
  color: #000;
}
.blvck{
  color: #000;
  opacity: .8;
  font-family: "Bahnschrift";
  font-weight: 300;
}
.mob-soc{
  display: none;
}

/* responsive */
@media(max-width: 767px){
  .top-header{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tophead{
    font-size: 14px;
  }
  .topicons a img {
    width: 20px;
    height: 20px;
  }
  .bottom-leftheader img {
    width: 85px;
  }
  .smallhead{
    font-size: 18px;
  }
  .banner-section{
    flex-direction: column-reverse;
    gap: 25px;
  }
  .right-banner img{
    width: 300px;
  }
  .banner{
    padding-top: 160px;
  }
  .flex{
    flex-flow: column;
    gap: 15px;
  }
  .servicesbox{
    padding-bottom: 20px;
  }
}
@media(max-width: 576px){
  .tophead, .amp{
    font-size: 18px;
    text-align: center;
  }
  .top-header{
    justify-content: center;
  }
  .topicons a img {
    width: 35px;
    height: 35px;
  }
  .mainhead br, .top-rightheader, .qnone{
    display: none;
  }
  .card{
    padding: 26px 22px 34px 34px;
    height: 760px;
  }
  .panel li{
    white-space: wrap;
    border : none;
    padding: 0;
  }
  .panel ul{
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: column;
  }
  .deal-section h6{
    display: flex;
    left: 0;
    top: 40%;
    font-size: 35px;
  }
  .banner-section {
    gap: 25px;
  }
  .mob-soc{
    display: flex;
  }
  .banner{
    height: calc(100vh - 50px);
  }


}