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;
  }
  
  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: 60px !important;
      padding-right: 60px !important;
    }
  }
  @media (max-width: 1366px) {
    .cmpad {
      padding-left: 60px !important;
      padding-right: 60px !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: #b78424;
    }
    ::-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: 1.875rem;
    color: #333;
    line-height: 39px;
    font-weight: 600;
  }


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* header */
.leftheader img{
    width: 250px;
    transition: all .3 ease;

}
.mainheader{
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.rightheader ul{
    display: flex;
    gap: 35px;

}
.rightheader ul li a{
    color: #000;

}
header{
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: background-color .3s;
}
header.active{
    background-color: #000;
}
.leftheader{
    position: relative;
    width: 200px;
    transition: width .3s ease;
}
header.active .leftheader{
    width: 150px;
}
.leftheader img{
    display: block;
    width: 100%;
    height: auto;
    transition: opacity .3s ease;
}
.logow{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
header.active .logob{
    opacity: 0;
}
header.active .logow{
    opacity: 1;
}
header.active .rightheader ul li a{
    color: #fff;
}

.rightheader ul li a:hover, .inheader .rightheader ul li a:hover{
  color: #b78424;
}

.menuend{
    display: none;
}

/* ///////// MOBILE SIDE MENU ////////// */


.sidebar .sidehead .logo {
  width: 200px;
  display: flex;
}

.sidebar .sidehead .closebtn {
  font-size: 1rem;
  padding: 5px;
  border: none;
  background-color: #b78424;
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  color: #fff !important;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 50px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar .sidehead .closebtn:hover {
  color: #3a3a3a;
}
.sidebar .logo {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
.sidebar .para {
  color: #e1e1e1;
}

.sidebar .sidemenu {
  padding: 1.5rem 1.5rem;
  overflow-y: auto;
  height: 100vh;
  display: flex;
  flex-flow: column;
}

.sidebar h5 {
  color: #fffffff2;
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.sidebar .sidemenu ul.menulist {
  display: flex;
  flex-flow: column;
  border-bottom: 1px solid #3b3b3b;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sidebar .sidemenu ul.menulist li a {
  color: #e1e1e1;
  display: flex;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
  font-size: 0.9rem;
}

.sidebar .sidemenu ul.menulist li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 0.875rem;
  color: #e3e3e3;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 50px;
}
.sidebar .sidemenu ul.menulist li a p {
  margin-bottom: 0;
  flex: 1 0;
}
.sidebar .sidemenu ul.menulist li a .icon img {
  width: 15px;
}

.sidebar .dropdown.show .dropdown-toggle {
  color: #b78424;
  background-color: #eaf3ea;
}

.sidebar .dropdown-toggle:after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-weight: 600;
  position: absolute;
  right: 10px;
  font-size: 0.8rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-top: 0;
}


.cen {
  display: flex;
  align-items: center;
}

.sidebar {
  width: 350px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  overflow: hidden;
  background-color: #000;
  backdrop-filter: blur(5px);
  box-shadow: -20px 0 20px rgb(255 255 255 / 8%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transform: translateX(calc(100% + 1rem));
}

.sidebar.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  box-shadow: -15px 5px 20px rgb(0 0 0 / 10%);
}

.sidebar .social li a i{
  color: #fff !important;
}
.sidemenu .logo{
  border-bottom: 1px solid #3b3b3b;
    padding-bottom: 20px;
}
.sidemenu .logo img{
  width: 200px;
}

/* banner */
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner{
    height: 100vh;
    position: relative;
}
.banner-content{
    position: absolute;
    top: 26%;
}
.banner-content p{
    width: 650px;
    max-width: 100%;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}
.mybtn{
    background-color: #000;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 20px;
    display: flex;
    width: max-content;
    align-items: center;
    gap: 10px;
    border: 1px solid #000;
}
.mybtn img{
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
}
.mybtn span{
    background: white;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mybtn:hover{
    color: #000;
    background-color: transparent;
}
.mybtn:hover span{
    background-color: transparent;
}

.banner-achievements{
    position: absolute;
    bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 460px;
    max-width: calc(100% - 40px);
    padding: 28px 28px;
    border-radius: 20px;
    background: rgba(80, 80, 78, 0.35);
    backdrop-filter: blur(28px) saturate(120%) brightness(0.95);
    -webkit-backdrop-filter: blur(28px) saturate(120%) brightness(0.95);
    border: 1px solid rgba(255,255,255,0.18);

    box-shadow:
        0 12px 36px rgba(0,0,0,0.35),
        inset 0 1px 1px rgba(255,255,255,0.25),
        inset 0 -1px 1px rgba(0,0,0,0.15);
    gap: 30px;
}
.achv-item{
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
}
.achv-item p{
    font-size: .8rem;
    opacity: .8;
}
.banner-achi{
    position: relative;
    width: 500px;
    max-width: 100%;
}
.banner-achi::after{
    height: 140px;
    width: 1px;
    content: '';
    background: #ffffff3d;
    display: flex;
    top: -177px;
    position: absolute;
    right: 56%;
}
.banner-achi::before{
    height: 1px;
    width: 410px;
    content: '';
    background: #ffffff3d;
    display: flex;
    top: -110px;
    position: absolute;
    right: 13%;
    z-index: 9;
}

/* about */
.subhead{
    text-transform: uppercase;
    color: #b78424;
    border: 1px solid;
    width: max-content;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
    font-size: 0.9rem;
}
.abtimg{
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.abtimg img{
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutcont{
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    justify-content: center;
}

.visionbox{
    border: 1px solid #0018363b;
    padding: 20px;
    height: 100%;
    border-radius: 20px;
}
.visionbox img{
    width: 50px;
    padding-bottom: 10px;
}
.line{
    width: 100%;
    height: 1px;
    background-color: #0018361f;
}
/* values */
.values{
    background-color: #0d0d0d;
}
.white{
    color: #fff;
}
.whycard{
    border: 1px solid #b78424;
    border-radius: 20px;
    padding: 30px 25px;
    height: 100%;
}
.whyicon{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #b78424;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.whyicon svg{
    width: 26px;
    height: 26px;
    filter: brightness(0)invert(1);
}
.whycard h4{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 15px;
}
.whycard p{
    color: #aaaaaa;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* what we do */
.servicecard{
    background-color: #fff;
    border: 1px solid #0018363b;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.servimg{
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.servimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.servicecard:hover .servimg img{
    transform: scale(1.06);
}
.dot svg{
    width: 40px;
    height: 40px;
    background: none;
    transform: none;
    flex-shrink: 0;
    margin-bottom: 10px;
}
.servicecard h5{
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.servicecard p{
    font-size: 14px;
    color: #6b6b6b;
    line-height: 1.5;
    margin: 0;
}
.servcont{
    padding: 20px;
}
/* why choose us */
.whysection{
    position: relative;
}
.hook img{
    position: absolute;
    top: 0;
    width: 70px;
    right: 100px;
}
.value-list {
  display: flex;
  flex-flow: wrap;
}
.value-list li {
  flex: 1 0 100%;
  max-width: 100%;
  position: relative;
  padding-left: 25px;
  padding-bottom: 10px;
  font-weight: 500;
}
.value-list li::before {
  content: "";
  position: absolute;
  background-image: url(./images/icons/list.svg);
  background-size: contain;
  width: 18px;
  height: 18px;
  left: 0;
  top: 3px;
}

/* our goal */
.goalsection{
    position: relative;
    background-color: #0d0d0d;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 40px 40px;
    padding: 100px 0;
    overflow: hidden;
}
.dotgrid{
    position: absolute;
    top: 50px;
    left: 60px;
    width: 130px;
    height: 90px;
    background-image: radial-gradient(rgba(255,255,255,.35) 1.5px, transparent 1.5px);
    background-size: 16px 16px;
}
.zigzag{
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 160px;
}
.zigzag svg{
    width: 100%;
    height: auto;
}
.goalcontent{
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.goalcontent h2{
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,.55);
    -webkit-text-stroke: .5px rgba(255,255,255,.55);
    margin-bottom: 35px;
}
.goalcontent p{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

/* footer */
footer {
  background-image: url(./images/images/footer.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: rgb(255 255 255 / 75%);
  font-size: 0.9rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  position: relative;
}
footer:after {
  content: "";
  position: absolute;
  background-color: #1e1e1e61;
  inset: 0;
  width: 100%;
  height: 100%;
}
footer a {
  color: rgb(255 255 255 / 80%);
  transition: 0.3s;
}
footer a:hover {
  color: #b78424;
}
footer .line {
  width: 100%;
  background-color: rgb(255 255 255 / 10%);
  height: 1px;
  margin: 2.5rem 0;
}
.pow {
  text-align: right;
}
.pos {
  position: relative;
  z-index: 1;
}
.loc,
.phone,
.mail {
  position: relative;
  padding-left: 38px;
}

.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: #b78424;
  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: 230px;
  margin-bottom: 10px;
}
footer .social:after {
  display: none;
}
footer .social {
  display: flex;
}

.end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer ul.social li a i {
  font-size: 0.85rem;
}

.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;
}

.serlist {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}
.serlist li a {
  display: flex;
  border: 1px solid #ffffff29;
  padding: 5px 10px;
  font-size: 0.85rem;
  border-radius: 15px;
  transition: 0.3s;
}
.serlist li a:hover {
  border: 1px solid #b78424;
  color: #b78424;
}

.max-400 {
  max-width: 300px;
}

.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: rgb(255 255 255 / 95%);
  position: relative;
}

.foot-add h3::before{
    position: absolute;
    content: '';
    height: 2px;
    width: 20px;
    background: #b78424;
    bottom: -6px;
}

.foot-add p {
  font-size: 0.85rem;
}
footer .social li a i{
  background-color: #b78424 !important;
  color: #ffffffcc !important;
  border-radius: 20px;
}
ul.social {
  display: flex;
  margin-bottom: 0;
  gap: 10px;
}
ul.social li a i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  text-align: center;
  font-size: 0.95rem;
  color: rgb(255 255 255 / 80%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

/* FLOATING BUTTON */
.floatchat {
  position: fixed;
  bottom: 10px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
  gap: 10px;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 10px #b7842433;
  }
}

.floatchat .icon {
  background-color: #b78424;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #eee;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

@media(max-width:767px){

}

/*homepage responsive section */
@media(max-width: 1366px){
    .banner-content p {
        width: 500px;
        max-width: 100%;
    }
}

@media(max-width: 1199px){
    .banner-content {
    top: 20%;
    }
}

@media(max-width: 991px){
    .banner-content h1{
        font-size: 1.9rem;
    }
    .flexrev{
        flex-direction: column-reverse;
    }
}

@media(max-width: 767px){
    .goalcontent h2 {
        font-size: 20px;
    }
    .mobnone{
        display: none !important;
    }
    .menuend {
  display: flex !important;
  gap: 10px;
  display: none;
}
  .floatchat{
    width: 80px;
    height: 80px;
    right: 10px;
  }
  .floatchat .icon{
    width: 50px;
    height: 50px;
  }
.menuend button {
  background: #b78424;
  border: none;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}
.menuend button:hover {
  background-color: #000;
}
.menuend button:hover img {
  filter: brightness(0) invert(1);
}
.menuend button img {
  width: 20px;
  filter: brightness(0)invert(1);
}
.qnone{
    display: none;
}
.hook img{
    width: 35px;
    right: 10px;
}
br{
    display: none;
}
.banner-content p{
    width: 100%;
    font-size: 0.9rem;
}
 .banner-achievements {
    width: 100%;
    max-width: 100%;
    padding: 20px 20px;
    gap: 15px;
    bottom: 30px;
}
.achv-item {
    gap: 0;
    flex-direction: column;
}
.banner-achi::before {
    width: 310px;
    right: 7%;
    top: -119px;
}
.banner-achi::after {
    right: 50%;
    top: -188px;
}
.banner{
    height: calc(100vh - 50px);
}
.dotgrid{
    top: 15px;
    left: 25px;
    width: 150px;
    height: 70px;
}

}

@media(max-width: 575px){
    .banner-content h1 {
    font-size: 1.8rem;
}
    .banner-content{
        padding-right: 15px;
    }
}


/*---------------------------- INNERPAGES STYLES ---------------------------------*/

/* about */
.inbanner .banner {
    background-color: #333332;
    height: 210px;
    position: relative;
    display: flex;
    align-items: flex-end;
    color: #fff;
}
.bancont{
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 10;
}
.breadcrumb{
    background-color: transparent;
    border-radius: 10px;
    bottom: -36px;
    width: max-content;
}
.breadcrumb-item.active::before, .breadcrumb-item+.breadcrumb-item::before{
    content: '' !important;
    background-image: url(./images/icons/arrowrt.svg);
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb-main{
    width: 100%;
    display: flex;
}
.breadcrumb-item a{
    color: #fff;
}
.breadcrumb-item{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.breadcrumb-item.active{
    color: #fff !important;
    opacity: .7;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.inheader{
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.inheader .logocol img{
  filter: brightness(0)invert(1);
}
.inheader .menucen a{
  color: #fff;
}
.inheader.active .logocol img{
  filter: none;
}
.inheader.active .menucen a{
  color: #333;
}
.inheader a.mainli:hover{
  color: #b78424 !important;
}

.contact-container{
    position: relative;
}
.contact-container::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #b784243d;
    margin: auto;
    left: 70px;
    right: 0;
}
.con-right{
    padding-left: 80px;
}
.conright-cont h5{
    font-weight: 600;
    color: #000;
    border-bottom: 1px dashed #b78424;
    width: max-content;
}
.conright-cont .para, .contact .para{
    font-size: 0.875rem;
}
.call-icon{
    background: #b7842433;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.call-flex{
    display: flex;
    gap: 10px;
    align-items: center;
}
.call-cont a{
    color: #333;
    transition: all .3s;
    font-size: 0.875rem;
}
.call-cont a:hover{
    color: #b78424;
}
.call-icon i, .consocial ul li a i{
    font-size: 20px;
}
.consocial ul li a{
    background-color: #b78424;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.consocial{
    flex-direction: column;
    gap: 10px;
}
.consocial ul{
    display: flex;
    gap: 10px;
}
.consocial h5, .conform h5{
    font-weight: 600;
}
.consocial ul li a:hover{
   background-color: #000;
   transition: all .3s;
}
.con-right .social li i{
    filter: brightness(0)invert(1);
}
.pl {
    padding-left: 80px !important;
}
.call-icon i{
    color: #b78424;
}
header.inheader .leftheader{
    width: 200px;
}
.inheader.active .leftheader{
    width: 150px;
}
header.inheader .logob{
    opacity: 0;
}
header.inheader .logow{
    opacity: 1;
}
header.inheader .rightheader ul li a{
    color: #fff;
}
@media (max-width: 767px) {
    .pl {
        padding-left: 0 !important;
    }
    .contact-container::before{
        display: none;
    }
}
@media (max-width: 575px) {
    .pl1 {
        padding-left: 10px;
    }
}

/* services */

.ovcardimg{
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 18px;
}
.ovcardimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.ovcard:hover .ovcardimg img{
    transform: scale(1.06);
}
.ovcardicon{
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
}
.ovcardicon svg{
    width: 100%;
    height: 100%;
}
.ovcard h5{
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.ovcard p{
    font-size: 14px;
    color: #6b6b6b;
    line-height: 1.5;
    margin: 0;
}
 
/* ---- shared number label ---- */
.servnum{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #b78424;
    margin-bottom: 12px;
}
.servnum.centered{
    display: block;
    text-align: center;
}
.servnum.dark{
    color: #b78424;
}
 
/* ---- 1. HERO ---- */
.pagehero{
    background-color: #0d0d0d;
    padding: 160px 0 80px;
    text-align: center;
}
.pagehero h1{
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    max-width: 850px;
    margin: 0 auto 20px;
    line-height: 1.3;
}
.pagehero p{
    color: #b3b3b3;
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
}
 
/* ---- 2. ALTERNATING SERVICE BLOCKS (01-05) ---- */
.servblock{
    background-color: #fff;
    padding: 45px 0;
    border-bottom: 1px solid #eee;
}
.servblockimg{
    position: sticky;
    top: 120px;
    width: 100%;
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0,0,0,.12);
}
.servblockimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.servnumbadge{
    position: absolute;
    top: 18px;
    left: 18px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #b78424;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
}
.servblockimg::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,.35) 100%);
    pointer-events: none;
}
.servblockcont{
    padding: 10px 0;
}
.servblockcont h3{
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.4;
}
.servblockcont > p{
    font-size: 15px;
    color: #6b6b6b;
    line-height: 1.7;
    margin-bottom: 20px;
}
.servsubhead{
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 22px;
    margin-bottom: 10px;
}
.servblockcont ul{
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}
.servblockcont ul.singlecol{
    display: block;
}
.servblockcont ul li{
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
    line-height: 1.5;
}
.servblockcont ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background-color: #b78424;
    transform: rotate(45deg);
}
.servnote{
    font-size: 13px;
    color: #999;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 0;
}
 
/* ---- 7. FIXTURES & FITTINGS (reuses .whyus / .whycard) ---- */
.whyus{
    background-color: #0d0d0d;
    padding: 10px 0;
}
.sectiontitle{
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
.sectionsubtitle{
    color: #999;
    text-align: center;
    max-width: 650px;
    margin: 0 auto 45px;
    font-size: 15px;
    line-height: 1.7;
}
.whycard{
    border: 1px solid #b78424;
    border-radius: 20px;
    padding: 30px 25px;
    height: 100%;
}
.whyicon{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #b78424;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.whyicon svg{
    width: 26px;
    height: 26px;
}
.whycard h4{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 15px;
}
.whycard p{
    color: #aaaaaa;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}
 
/* ---- 8. QUALITY MATERIALS ---- */
.materialssection{
    background-color: #f7f5f2;
    padding: 90px 0;
    text-align: center;
}
.materialssection h2{
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 18px;
}
.materialssection > .container-fluid > p{
    max-width: 700px;
    margin: 0 auto 35px;
    color: #6b6b6b;
    line-height: 1.7;
}
.materialssection h4{
    font-size: 18px;
    font-weight: 700;
    color: #b78424;
    margin-bottom: 12px;
}
 
/* ---- 9. CONSTRUCTION PROCESS TIMELINE ---- */
.timeline{
    background-color: #0d0d0d;
    padding: 90px 0;
}
.timelinewrap{
    max-width: 750px;
    margin: 45px auto 0;
    position: relative;
    padding-left: 40px;
}
.timelinewrap::before{
    content: "";
    position: absolute;
    left: 15px;
    top: 6px;
    bottom: 6px;
    width: 2px;
    background-color: #333;
}
.timelinestep{
    position: relative;
    padding-bottom: 40px;
}
.timelinestep:last-child{
    padding-bottom: 0;
}
.tlnum{
    position: absolute;
    left: -40px;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #b78424;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tlcont h5{
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
}
.tlcont p{
    color: #999;
    font-size: 14px;
    margin: 0;
}
 
/* ---- RESPONSIVE ---- */
@media (max-width: 768px){
    .pagehero{
        padding: 130px 0 60px;
    }
    .pagehero h1{
        font-size: 28px;
    }
    .servblock .row > div{
        order: initial !important;
        margin-bottom: 25px;
    }
    .servblock .row > div:last-child{
        margin-bottom: 0;
    }
    .servblockcont h3{
        font-size: 22px;
    }
    .whyus .col-3{
        margin-bottom: 20px;
    }
    .timelinewrap{
        padding-left: 32px;
    }
    .tlnum{
        left: -32px;
        width: 26px;
        height: 26px;
        font-size: 11px;
    }
}
 
/* gallery */
.galimg{
    border-radius: 20px;
    cursor: zoom-in;
}