* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

html,
body {
    overflow-x: hidden;
      font-family: "Inter", sans-serif;
}

a {
    text-decoration: none;
}

li {
    text-decoration: none;
    list-style: none;
}

body {
    margin: 0;
   /* font-family: 'Roboto', sans-serif;*/
    background: #f9f9f7;
    color: #333;
}
img{
    width: 100%;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.logo img {
  width: 140px;
}

.menu-icon {
  font-size: 24px;
  cursor: pointer;
  background-color: #ffffffa3;
  padding: 5px 10px;
}

.side-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #f9f9f7;
  display: flex;
  transition: right 0.3s ease;
  z-index: 1000;
}

.side-menu.active {
  right: 0;
}

.menu-left {
  flex: 2;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.menu-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.menu-right {
  flex: 1;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  background: #f9f9f7;
}

.menu-right .close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}
.borderbhh:hover{
 border-bottom: 2px solid #f3cd27;
    position: relative;
    top: 12px;
    
}
.menu-right a {
      margin: 15px 0;
    color: #636363;
    text-decoration: none;
    font-size: 19px;
    font-family: "Kaisei Opti", serif;
    text-align: right;
    padding-right: -30%;
    margin-right: 33%;
}

.menu-right a.active {
  font-weight: bold;
  color: #202020;
}
.menu-right a:hover {
  font-weight: bold;
  color: #202020;
}
.side-menu {
  transition: right 0.3s ease;
}
#previewImage {
    display: block !important;
}
main {
    /* display: flex;
    flex-direction: column;
    align-items: center;*/
    /*text-align: center;*/
    padding: 40px 20px;

    position: relative;
    overflow: hidden;
    width: 100%;
}

.page-wrapper {
    background: url('../images/background-images.webp')no-repeat center center / cover;
    padding: 20px 60px;
}

.page-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    /* white transparent layer */
    z-index: -1;
}

.page-wrapper h1 {
   font-family: "Kaisei Opti", serif;
    font-size: 63px;
    margin-bottom: 30px;
    text-align: left;
   /* font-weight:bold;*/
transition: all 0.4s ease-in-out;
margin-left: 30px;
}

.dots{
   
    width: 220px;
    margin-top: -87px;
    margin-left: 56%;



}
.hcompany_oarea{
    font-family: "Inter", sans-serif;
    color: rgb(29, 29, 31);
    margin-left:5px;
    font-weight: 600;
}
.description {
  
    /*margin: 20px auto;
    font-size: 16px;
    line-height: 1.6;*/
  
    margin: 20px auto;
    font-size: 13px;
    line-height: 1.6;
    text-align: right;
    color: #00000073;
}
.description1 {
  
    /*margin: 20px auto;
    font-size: 16px;
    line-height: 1.6;*/
  
    margin: 20px auto;
    font-size: 14px;
    line-height: 1.6;
    text-align: right;
    color: #202020;
    font-weight: 400;
     font-family: "Inter", sans-serif;
}
.buttonarrowneadd{
  width: 10px;
    margin-left: 5px;
    margin-top: -1px;
}
.buttonarrowneadd1{
  width: 14px;
}
.explore-button {
    margin-top: -7px;
    padding: 9px 20px;
    /* background-color: #fff; */
    border: 1px solid #333;
    border-radius: 17px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    /* text-align: right; */
    margin-left: 86%;
    font-size: 11px;
    font-family: "Inter", sans-serif;
}
.slider-progress-container {
  height: 2px;
  background-color: #ddd;
  width: 72%;
  overflow: hidden;
  margin-top: 10px;
}

.slider-progress {
  height: 100%;
  width: 0%;
  background-color: #f3cd27;
}

/*.explore-button:hover {
    background-color: #333;
    color: #fff;
}
*/
.yellow-dots {
    position: absolute;
    right: 20%;
    top: 40%;
    display: flex;
    gap: 10px;
}

.yellow-dots div {
    width: 15px;
    height: 15px;
    background-color: #d9c945;
    border-radius: 50%;
}

.yellow-dots div:nth-child(2) {
    width: 20px;
    height: 20px;
}

.yellow-dots div:nth-child(3) {
    width: 25px;
    height: 25px;
}

.yellow-dots div:nth-child(4) {
    width: 30px;
    height: 30px;
}

.down-arrow {
    position: absolute;
    left: 25%;
    top: 49%;
    font-size: 30px;
    color: #d9c945;
    animation: bounce 2s infinite;
}

.side-menu {
    z-index: 1000;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

/*=============our-projects================*/
.projects-section {
  padding: 40px;
 
  background-color: #f9f9f7;
}

.projects-header p {
 font-size: 18px;
    color: #6d5e5e;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.projects-header h2 {
 font-size: 49px;
    margin: 10px 0 30px;
    font-family: "Kaisei Opti", serif;
    font-weight: 600;
}

.carousel-container {
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  min-width: 800px;
  margin-right: 20px;
 /* background: #fff;
  border-radius: 10px;
*/  overflow: hidden;
 /* box-shadow: 0 4px 15px rgba(0,0,0,0.1);*/
  display: block;
    transform: translateY(30px); /* Position it below initially */
  transition: opacity 1s ease, transform 1s ease; /* Add transition for smooth animation */
}
.carousel-item.visible {
  opacity: 1; /* Fade in */
  transform: translateY(0); /* Move to original position */
}
.carousel-item img {
  width: 100%;
height: 400px;
  object-fit: cover;
   transition: transform 0.3s ease; /* Add transition for hover effect */

}
.carousel-item:hover img {
  transform: translateY(-10px); /* Hover effect to move the image upwards */
}
.carousel-text {
  padding: 15px;
}

.carousel-text h3 {
 font-size: 16px;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
    text-decoration: underline;
   
    font-weight: 700;

}
.carousel-text a {
 font-size: 16px;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
    text-decoration: underline;
   
    font-weight: 700;
    color: #202020;
}

.carousel-text p {
  font-size: 14px;
  color: #555;
    font-family: "Inter", sans-serif;
    margin-bottom: 40px;
}

.carousel-controls {
  text-align: left;
  margin-top: 20px;
}
.carousel-controls i{
  font-weight: 600 !important;
}
.arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.arrow:hover {
  background-color: #d9c945;
  color: #fff;
  border-color: #d9c945;
}
.slider-line {
 
}

.carousel-item {
  position: relative;
}

.clickable-line {
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #f3e27d 30%, #d4d3cf 10%, #d4d3cf 100%);
    cursor: pointer;
    transition: background-color 0.3s ease;
}


.clickable-line:hover {
  background-color: #ff5733; /* Hover effect */
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/*=============our-projects================*/
/*=============our-service=================*/
      .newservice {
      display: flex;
    /*  padding: 60px 80px;*/
      align-items: center;
      justify-content: space-between;
    }
    .left {
      flex: 1;
      max-width: 50%;
    }
    .left h1 {
        font-family: "Kaisei Opti", serif;
      font-size: 42px;
      margin-bottom: 40px;
    }
    .service {
      margin-bottom: 30px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .service-title-container {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 18px;
    }
    .service-number {
     font-size: 11px;
    color: #636363;
    font-weight: 600;
    margin-top: -10px;
    font-family: "Inter", sans-serif;
    }
    .service-title {
      font-weight: 500;
      color: #999;
      font-size: 25px;
      font-family: "Inter", sans-serif;
    }
     .service-title2 {
      font-weight: 500;
      color: #999;
      font-size: 25px;
      font-family: "Inter", sans-serif;
    }
    .service-title:hover {
       font-weight: 700;
      color: #202020;
      font-size: 25px;
      font-family: "Inter", sans-serif;
    }
    .service.active .service-title {
      color: #202020;
      font-weight: 700;
        font-family: "Inter", sans-serif;
    }
    .service.active .service-title2 {
      color: #202020;
      font-weight: 700;
        font-family: "Inter", sans-serif;
    }
    .service-arrow {
      margin-left: auto;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #1e1e1e;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      transition: transform 0.3s ease;
      margin-right: 16px;
    }
    .service:not(.active) .service-arrow {
      display: none;
    }
    .service-content {
      font-size: 14px;
      color: #555;
      margin-top: 10px;
      opacity: 0;
      height: 0;
      overflow: hidden;
      transition: all 0.3s ease-in-out;
      font-family: "Inter", sans-serif;
    }
    .service.active .service-content {
      opacity: 1;
      height: auto;
      margin-bottom: 20px;
    }
    .right {
      flex: 1;
      max-width: 45%;
      position: relative;
    }
    .service-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.6s ease-in-out;
    }
    .service-image.active {
      opacity: 1;
      transform: translateY(0);
      position: relative;
    }
/*=============our-service=================*/
/*=============our-values==================*/
.down-arrow1 {
    position: absolute;
    left: 13%;
    top: 360%;
    font-size: 30px;
    color: #d9c945;
    animation: bounce 2s infinite;
}
.our-valuesarea{
   background-color: #F5F3D9;
   margin-top: 60px;
   padding-bottom: 30px;
}
.ourvalue{
    margin-top: 80px;
    margin-left: 26%;
}
.valueimg{
   width: 60px;
    margin-top: 60px;
    margin-bottom: 30px; 
}
.valuetext{
    font-size: 26px;
      font-family: "Inter", sans-serif;
      font-weight: 400;
      color:#202020;
}
.valuepara{
    font-size: 13px;
    text-align: left;
    margin-top: 25px;
   color:#202020;
    font-weight: 400;
     font-family: "Inter", sans-serif;
}
.newvaluesarea{
    display: flex;
  
    gap: 20px;
}
/*=============our-values==================*/

/*=============our-statis===============*/

    .stats-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 100px 20px;
      text-align: center;
      position: relative;
    }

    .stats-grid {
      display: flex;
      flex-wrap: wrap;
   /*   justify-content: center;*/
      gap: 180px;
      position: relative;
      /*border-top: 1px solid #ddd;*/
      padding-top: 60px;
    }

    .stat {
      flex: 0 1 160px;
      position: relative;
  padding-bottom: 10px;
  cursor: pointer;
    }

    .stat h2 {
     font-size: 62px;
    font-weight: 500;
    margin: 0;
    color: #1d1d1f;
     font-family: "Inter", sans-serif;
    }

    .stat p {
    font-size: 14px;
    margin-top: 10px;
    color: #636363;
    text-align: left;
    margin-left: 20px;
    font-family: "Inter", sans-serif;
     font-weight: 400;
    }
/*
    .highlight-bar {
          height: 2px;
    width: 156px;
    background-color: #e9db5c;
    margin: 0 auto;
    margin-top: 14px;
    }
*/
.highlight-bar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 236px;
  height: 2px;
  background-color: #eddf53; /* Yellow */
  transition: width 0.3s ease;
}
button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,{
  outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
  content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #f3cd27;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
  border-radius:20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color:#fff;
      position: relative;
  top:-24px;
}
button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

    .yellow-circle {
      position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    background-color: #e9db5c;
    border-radius: 50%;
    }

    @media (max-width: 768px) {
      .stats-grid {
        gap: 40px;
      }
    }
/*=============our-statis===============*/

/*==============footer==================*/
   .footer-container{
    background-color: #202020;
    padding: 50px 0;
   }
   .footer-logo{
    width: 110px;
   }
   .social-media ul{
    display: flex;
    gap: 30px;
    margin-top: 20px;
    margin-left: -30px;
   }
   .social-media li{
    color: #ffffff7d;
   }
   .footerdiv{
    margin-top: 50px;
   }
   .footertext{
    color: #fff;
    font-size: 19px;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
   }
   .footerdiv ul{
      margin-left: -29px;
   }
   .footerdiv li{
    margin-bottom: 14px;
   }
   .footerdiv li a{
    color: #ffffff9e;
    font-size: 15px;
     font-family: "Inter", sans-serif;
   }
   .footer-container i{
    color: #ffffff9e;
   }
   .getintext{
    color: #e8e3dfc2;
    font-family: "Kaisei Opti", serif;
    font-size: 46px;
    margin-left: 250px;
    margin-top: 102px;
   }
   .getarrowimg{
   width: 30px;
    margin-top: -9px;
   }
   .footersocialdiv{
    margin-left: 40%;
    border-bottom: 1px solid #ffffff36;
    margin-top: 20px;
   }
   .emailtext{
    color: #ffffff91;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
   }
   .footersocialdiv a{
    color: #ffffff75;
    font-family: "Inter", sans-serif;
    font-size: 20px;

   }
   .footersocialdiv h3{
    color: #ffffff75;
    font-family: "Inter", sans-serif;
    font-size: 20px;

   }
   .footer-bottom{
    background-color: #E0D54F;
    padding:5px 0;
   }
   .footer-bottom p{
    text-align: center;
    font-size: 13px;
    margin-top: 17px;
   }
/*==============footer=================*/
/*==============about-page=============*/

        /*----about-heade------*/
.abouthextheader{
    font-family: "Kaisei Opti", serif;
    font-size: 60px;
    font-weight: 500;

}
.imgheaderabt{
   margin-left: 27px;
    margin-top: -9px;
    width: 24px;

}
.abspan{
    font-size: 12px;
    font-family: "Inter", sans-serif;
    color: #00000078;
}
.abspan a{
   font-size: 12px;
    font-family: "Inter", sans-serif;
    color: #00000078;
}
.inner-header{
    margin-top: 30px;
}
.mrleft{
    margin-left: 16%;
}
.stytext{
    margin-left: 76px;
     font-family: "Inter", sans-serif;

}
.abbackground{
    margin-top: 50px;
    margin-bottom: 50px;
}
.abpara{
     font-family: "Inter", sans-serif;
     margin-top: 30px;
     color: #636363;
     font-weight: 500;

}
.transformheader{
    font-family: "Kaisei Opti", serif;
    font-size: 60px;
    font-weight: 500;
    text-align: right;
    margin-bottom: 50px;
}
.firsttrans{
    border-top: 1px solid #00000047;
    border-bottom: 1px solid #00000047;
    padding: 40px 0px;
}
.transformarea{
    margin-bottom: 50px;
}
.transformarea p{
    font-size: 13px;
    /*text-align: justify;*/
    color: #636363;
    margin-top: 76px;
    font-family: "Inter", sans-serif;
}
.transleft{
        margin-left: 99px;
    margin-top: 28%;
}
 .color{
    color: #202020;}

  .whychoosearea {
           
            display: flex;
            gap: 40px;
            padding: 0 20px;
        }

        .left1 {
            flex: 1;
            font-size: 36px;
            font-weight: 300;
        }

        .right1 {
            flex: 2;
        }

        .accordion-item {
            border-bottom: 1px solid #ccc;
            padding: 15px 0;
        }

        .accordion-title {
            font-size: 24px;
            font-weight: 600;
            cursor: pointer;
           /* display: flex;*/
            align-items: center;
            justify-content: space-between;
            color: #999;
            transition: color 0.3s;
 font-family: "Inter", sans-serif;
        }
         .accordion-title:hover {
            font-size: 24px;
            font-weight: 600;
            cursor: pointer;
           /* display: flex;*/
            align-items: center;
            justify-content: space-between;
            color: #202020;
            transition: color 0.3s;
 font-family: "Inter", sans-serif;
        }
.accordion-title span{
    font-size: 12px;
    
    position: relative;
    top: -13px;
   
    margin-right: 34px;
}
        .accordion-title.active {
            color: #000;
        }

      .accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.accordion-content.active {
    max-height: 500px; /* adjust as needed */
    opacity: 1;
    margin-top: 15px;
}

.accordion-title {
    cursor: pointer;
    
   
}

.whychooseimg {
    width: 100%;
    /*height:220px;*/
  
}
        .accordion-content p {
               margin: 0 0 10px;
    font-size: 12px;
    margin-top: 20px;
    font-family: "Inter", sans-serif;
    color: #636363;
        }

        .accordion-content img {
            max-width: 100%;
            /*border-radius: 5px;*/
        }
        .whychoosehead{
             font-family: "Kaisei Opti", serif;
             font-size: 60px;
        }

.aboutbottomback{
    margin-top: 70px;
    margin-bottom: 80px;
}

.teamsection h2{
    font-size: 21px;
    margin-top: 20px;
     font-family: "Inter", sans-serif;
}
.teamsection h4{
    font-size: 12px;
    margin-top: 9px;
     font-family: "Inter", sans-serif;
     color: #636363;

}
.teamsection a{
    color: #202020;
    font-family: "Inter", sans-serif;
   font-size: 12px;

}
.arrowteamimg{
    width: 20px;
}
.teamsection h1{
    font-family: "Kaisei Opti", serif;
    font-size: 60px;
    text-align: right;
}
.down-arrow2 {
    position: absolute;
    left: 67%;
    /* top: 733%; */
    font-size: 30px;
    color: #d9c945;
    animation: bounce 2s infinite;
    margin-top: 77px;
}

.teamsection{
margin-bottom:0px;
}
.nghgk{
    margin-bottom :60px;
}
.teammrtop{
    margin-top: 0px;
}
/*----about-heade------*/
 
/*==============about-page=============*/

/*==============workandculturepage==============*/
.workculturearea{
    margin-top: 50px;
}
.imgheaderabt1{
margin-left: 15px;
    margin-top: -9px;
    width: 24px;
    margin-right: 18px;
}
    .mrlmrleft1{
        margin-left: -22%;
    }
    .ar img{
       width: 20px;
    margin-left: 96%;
    margin-bottom: 19px;
    }
    .ar{
        margin-top: 180px;
    }
     .ar h4{
         font-family: "Inter", sans-serif;
         text-align: right;
         color: #636363;
         font-size: 18px;
     }
     .ar h6{
         font-family: "Inter", sans-serif;
         text-align: right;
          font-size: 12px;
     }
     .service-number1 {
    font-size: 36px;
    color: #E8E3DF;
    font-weight: 500;
    margin-top: -6px;
     font-family: "Inter", sans-serif;
}
.comoverheader{
    font-family: "Kaisei Opti", serif;
    font-size: 60px;
    font-weight: 500;
   
    margin-bottom: 50px;
}
.company-overviewarea{
    margin-top: 80px;
}
.overviewdetails h3{
     font-family: "Inter", sans-serif;
     font-size: 22px;
         margin-top: 11px;
    margin-bottom: 14px;
    color: #202020;
}

.overviewdetails p{
    font-family: "Inter", sans-serif;
   /* text-align: justify;*/
    font-size: 12px;
    color: #636363;
    width: 300px;
}
.explorehextheader{
    font-family: "Kaisei Opti", serif;
    font-size: 60px;
    font-weight: 500;
    margin-left: 50px;
}
.img-wrapper {  
  
  overflow: hidden; 
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.1);
}
/*.exp1{
    height: 350px;
}*/
.exp2{
    margin-top: 320px;
}
.mrtex{
    margin-top: 30px;
}
.environmentarea{
    margin-top: 80px;
}




.section-description {
      margin-top: -30px;
    font-size: 14px;
    color: #555555d9;
    max-width: 700px;
    margin-bottom: 40px;
    font-family: "Inter", sans-serif;
}

.process-row {
  display: flex;
  flex-wrap: wrap;
}

.process-item {
  flex: 1 1 33%;
  min-width: 250px;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #00000024;
}
.newborder{
    border-left: 1px solid #00000026;
    height: 53px;
       border-right:  1px solid #00000026;
}

.process-row:last-child .process-item {
  flex: 1 1 50%;
}

.process-header {
 /* border: 1px solid #e5e5e5;*/
  padding: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.process-number {
  font-size: 20px;
  font-weight: 500;
  color: #e5e5e5;
}

.process-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
   font-family: "Inter", sans-serif;
}

.process-text {
  font-size: 11px;
  color: #555;
  line-height: 1.5;
font-family: "Inter", sans-serif;
/*text-align: justify;*/
}

.process-item: {
  border-right: 1px solid #ddd;
}
/*.process-row:not(:last-child) {
  border-bottom: 1px solid #ddd;
}*/
.promarleft{
    margin-left: 33%;
    margin-top: 60px;
}
.our-process{
    margin-top: 60px;
}
/*==============workandculturepage==============*/

/*==============projectarea=============*/
.mrleftd{
    margin-left: 39%;
}

.stytext1{
        font-family: "Inter", sans-serif;
    text-align: right;
}
.line{
    width: 56px;
    margin-right: 10px;
}
.mrab{
    margin-left: 31px;
}
.projctbck{
    /*height: 500px;*/
    margin-top: 70px;
    margin-bottom: 60px;
    width: 100%;
}



   

    .tabs {
      display: flex;
      gap: 30px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 30px;
      flex-wrap: wrap;
    }

    .tabs button {
      background: none;
      border: none;
      font-size: 16px;
      padding: 10px;
      cursor: pointer;
      border-bottom: 2px solid transparent;
      transition: color 0.3s, border-color 0.3s;
        font-family: "Inter", sans-serif;
        color: #636363;
    }

    .tabs button:hover {
      color: #000;
      border-color: #aaa;
    }

    .tabs button.active {
      border-color: #000;
      font-weight: bold;
    }

    .projects {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
      gap: 30px;
    }

    .project {
   /*   display: flex;
      flex-direction: column;*/
      opacity: 1;
    
    
      border-bottom:2px solid #E8E3DF;
      margin-bottom: 40px;
      
    }
 

    .project h3 {
      font-size: 19px;
    text-decoration: underline;
    font-family: "Inter", sans-serif;
    /* margin: 17px 0px; */
    margin: 21px 0px 9px 0px;
    }
.project a {
   color: #202020;    }
    .project p {
     margin: 0;
    font-size: 11px;
    color: #636363;
    font-family: "Inter", sans-serif;
    /*text-align: justify;*/
    line-height: 18px;
    margin-bottom: 20px;
    }

    .hidden {
      display: none !important;
    }
 .nwright{
    text-align: right;
    margin-bottom: 80px;
 }
 .our-process{
    margin-bottom: 60px;
 }
    @keyframes fadeIn {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 600px) {
      .projects {
        grid-template-columns: 1fr;
      }
    }
/*==============projectarea=============*/
/*==============project-details=============*/
.yeartext{
color: #E0D54F;
    font-family: "Inter", sans-serif;
    font-size: 100px;
    margin-top: 23px;
    margin-left: 13px;
}
.abspan1 {
    font-size: 10px;
    font-family: "Inter", sans-serif;
    color: #00000078;
}
.propara{
    color: #636363;
    font-size: 10px;
    width: 222px;
     font-family: "Inter", sans-serif;
     margin-top: 232px;
}
.project-detailsabout p{
  color: #636363;
    font-size: 10px;
    width: 222px;
     font-family: "Inter", sans-serif;
     /* margin-top: 232px; */
}
.proclient{
 font-family: "Inter", sans-serif;
 color: #636363;
 font-size: 12px;
}
.procliname{
    font-family: "Inter", sans-serif;
    color: #202020;
    font-size: 20px;
}
.proarea{
   font-family: "Inter", sans-serif;
 color: #342828;
 font-size: 12px; 
 margin-top: -5px;

}
.cilentbriefarea p{
  color: #202020;
    font-family: "Inter", sans-serif;
    width: 395px;
    margin-top: 110px;
    font-size: 13px;
    font-weight: 500;
}
    .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
     /* grid-auto-rows: 10px;*/
      gap: 15px;
    /*  padding: 20px;*/
    }

    .gallery-item {
      position: relative;
      cursor: pointer;
      overflow: hidden;
      border-radius: 8px;
      transition: transform 0.3s ease;
    }

    .gallery-item:hover {
      transform: scale(1.02);
    }

    .gallery-item img {
      width: 100%;
      display: block;
      border-radius: 8px;
    }

    /* Lightbox popup */
    .lightbox {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.85);
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    .lightbox.active {
      display: flex;
    }

    .lightbox img {
      max-width: 60%;
      max-height: 80%;
      border-radius: 10px;
      animation: zoomIn 0.3s ease;
    }

    .close-btn {
      position: absolute;
      top: 30px;
      right: 40px;
      font-size: 36px;
      color: #fff;
      cursor: pointer;
      font-weight: bold;
      z-index: 1001;
    }

    @keyframes zoomIn {
      from { transform: scale(0.8); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }

    @media (max-width: 600px) {
      .gallery {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
      }
    }

    .mrtopgalleryone{
        margin-top: 87px;
    }
    .mrtopgallerytwo{
        margin-top: 20px;
    }
    .mrtopgallerythree{
        margin-top: 324px;
    }
 .project-gallery img {
  width: 100%;
  height: auto;
  display: block;
  /*transition: transform 0.4s ease, opacity 0.4s ease;
  border-radius: 8px;
   box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
}

.project-gallery img:hover {
  transform: scale(1.05);
}
.project-gallery{
    margin-top: 70px;
    margin-bottom: 50px;
}
.clienthad{
    font-family: "Kaisei Opti", serif;
    color: #636363;
}
.clientpara{
    color: #202020;
     font-family: "Inter", sans-serif;
     width: 395px;
     margin-top: 110px;
     font-size: 13px;
     font-weight: 500;
}
.clientul{

    color: #202020;
     font-family: "Inter", sans-serif;
     font-size: 60px;
     width: 395px;
     margin-left: -15px;
     font-size: 13px;
 }
     .clientul li{
        list-style: unset;
        font-size: 13px;
        font-weight: 500;
     }
     .clinetbriefimg{
        width: 400px;
     }
     .workspacearea{
        margin-top: 70px;
        margin-bottom: 70px;
     }
     .clienthadone {
    font-family: "Kaisei Opti", serif;
    color: #636363;
    text-align: right;
    font-size: 16px;
}
.workspacehead{
     font-family: "Inter", sans-serif;
     font-size: 60px;
}
.down-arrowspace {
    position: absolute;
    left: 15%;
    /* top: 733%; */
    font-size: 30px;
    color: #d9c945;
    animation: bounce 2s infinite;
    margin-top: 35px;
}
.heritage h3{
     font-family: "Inter", sans-serif;
     font-size: 18px;
     font-weight: 500;
     color: #202020;
}
.heritage p{
   font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #636363;
    width: 300px; 
}
.mrheri{
    margin-top: 30px;
}
.workaer{
    margin-top: 60px;
}
.workimgone{
    margin-top: 140px;
}
.merwrsp{
    margin-top: 140px;
}
.border-work{
    border: 1px solid #6363634a;
    margin-bottom: 50px;
}
.clienthadtwo {
    font-family: "Kaisei Opti", serif;
    color: #636363;
    /* text-align: right; */
    font-size: 16px;
}
.appimg{
    margin-top: 40px;
}
.approchhead{
   
     font-family: "Inter", sans-serif;
    font-size: 50px;
    width: 547px;
    margin-left: 8%;
}
.approchpara{
font-family: "Inter", sans-serif;
    color: #636363;
    font-size: 12px;
    width: 454px;
    margin-left: 8%;
    line-height: 23px;
    margin-top: 20px;
}
.approched-area p{
  font-family: "Inter", sans-serif;
    color: #202020;
    font-size: 18px;
    width: 454px;
    margin-left: 8%;
    line-height: 23px;
    margin-top: 20px;
    font-weight: 400;
}


.testimonial-section {
  padding: 60px 20px;
  background-color: #faf9f6;
  /*margin-bottom: 450px;*/
}

.testimonial-container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.testimonial-heading {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  margin-bottom: 40px;
 font-family: "Kaisei Opti", serif;
}

.testimonial-slide {
  display: none; / Hide all by default /
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-radius: 8px;
  }
  .testimonial-icon{
  position: relative;
  }
 /* .testimonial-text{
  position: absolute;
  }*/
  .testimonial-icon span {
  font-size: 140px;
  color: #555;
  font-weight: bold;
  position: relative;
  top: -48px;
  left: 90px;
  }
  .testimonial-text {
  width: 500px;
  margin-left: 34%;
  font-family: "Inter", sans-serif;
  }
  .testimonial-text p {
  font-size: 18px;
  color: #111;
  line-height: 1.6;
  margin: 0 0 20px;
  font-family: "Inter", sans-serif;
  }
  .testimonial-author {
  font-size: 14px;
  color: #333;
  }
  .testimonial-nav {
  margin-top: 40px;
  }

.testimonial-nav {
  margin-top: 40px;
}

.nav-button {
  width: 40px;
  height: 40px;
  border: 1px solid #aaa;
  border-radius: 50%;
  background: none;
  font-size: 18px;
  cursor: pointer;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.nav-button:hover {
  background-color: #eee;
}
.mrborder{
    margin-top: 60px;
}
.cilentbriefarea{
    margin-top: 100px;
}
.stytext1{
    margin-left: -71px;
    font-family: "Inter", sans-serif;
}
.contactarrow{
    width: 42px;
    margin-left: 18px;
    margin-top: -17px;
}
/* Responsive */
@media (max-width: 768px) {
  .testimonial-slide {
    flex-direction: column;
    gap: 20px;
  }

  .testimonial-icon span {
    font-size: 40px;
  }

  .testimonial-text p {
    font-size: 18px;
  }

  .testimonial-author {
    font-size: 15px;
  }
  .testimonial-nav {
    margin-top: 281px;
}
}

/*==============project-details=============*/
/*=============contact-section==============*/

.contact-section {
  padding: 60px 0px;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
 /* max-width: 1200px;*/
  margin: auto;
  gap: 40px;
}

.contact-left {
  flex: 1;
  min-width: 300px;
  font-size: 15px;
  color: #333;
}

.contact-left p {
  margin-bottom: 13px;
   font-family: "Inter", sans-serif;
   color: #636363;
   font-size: 12px;
   width: 500px;
}

.email-text {
  font-size: 14px;
  margin-top: 20px;
}

.contact-right {
  flex: 1;
  min-width: 300px;
}


.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  font-size: 14px;
  margin: 10px 0 5px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #202020;
}

.contact-form input,
.contact-form textarea {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #aaa;
  background: transparent;
  outline: none;
  font-size: 15px;
  border-radius: 0;
}

.contact-form button {
  margin-top: 30px;
  padding: 10px 20px;
  border: 1px solid #aaa;
  background: transparent;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 20px;
  width: 150px;
}

.contact-form button:hover {
  background-color: #f1f1f1;
}
.emailtextcon{
    font-size: 20px;
}
/* Animation Keyframes */
@keyframes slideInRight {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Animate the right section */
.contact-right {
  animation: slideInRight 1s ease-out;
}

/* Animate form fields */
.contact-form input,
.contact-form textarea,
.contact-form label,
.contact-form button {
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
}

.contact-form input:nth-child(1),
.contact-form label:nth-child(1) {
  animation-delay: 0.2s;
}
.contact-form input:nth-child(3),
.contact-form label:nth-child(3) {
  animation-delay: 0.3s;
}
.contact-form input:nth-child(5),
.contact-form label:nth-child(5) {
  animation-delay: 0.4s;
}
.contact-form textarea,
.contact-form label:nth-child(7) {
  animation-delay: 0.5s;
}
.contact-form button {
  animation-delay: 0.6s;
}
.submithead{
    font-family: "Kaisei Opti", serif;
    font-size: 60px;
    font-weight: 500; 
}
/* Focus transition */

/* Responsive */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }

  .contact-right h2 {
    font-size: 28px;
  }
}
.getintext1 {
    color: #202020;
    font-family: "Kaisei Opti", serif;
    font-size: 46px;
    margin-left: 50px;
}
.footersocialdiv1 {
    margin-left: 10%;
    border-bottom: 1px solid #c0a6a6ab;
    margin-top: 10px;
}
.footersocialdiv1 h3 {
  color: #080707c2;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  margin-top: 10px;
}
.emailtext1 {
    color: #000000ba;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-bottom: -3px;
}
.footersocialdiv1 a {
    color: #080707c2;
    font-family: "Inter", sans-serif;
    font-size: 17px;
}
.mrfottop{
    margin-top: 45%;
}
.contact-infoarea{
    margin-bottom: 70px;
    margin-top: 70px;
}
/*=============contact-section==============*/
/*=============blog-area===========*/
.blog-sectionarea{
    margin: 70px 0;
}
.blogarea{ 
    border-top: 1px solid #63636357;
}
.blogimg{
    margin-top: 30px;
}
.blogarea h4{
    font-size: 19px;
    margin-top: 30px;
     font-family: "Inter", sans-serif;
}
.blog-border{
     border-top: 1px solid #63636357;
}
.blogarea h2{
       font-size: 34px;
    margin-top: 21px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}
.blogarea a{
  color: #202020;
  font-size: 26px;
}
.postarea{
    display: flex;
    margin-top: 30px;
}
.blogname{
     font-family: "Inter", sans-serif;
     color: #636363;
     font-size: 14px; 
}
.blogdate{
        font-family: "Inter", sans-serif;
    color: #636363;
    font-size: 14px;
    position: relative;
    left: 48%;
}
.blogarrow{
    width: 40px;
}
.blogmrleft{
    margin-left: 30%;
}
.abspanblog {
    font-size: 12px;
    font-family: "Inter", sans-serif;
    color: #00000078;
    text-align: right;
}
.blogdehed{
    font-family: "Kaisei Opti", serif;
    font-size: 22px;
    font-weight: 500;
}

.post-header {
 
  border-bottom: 1px solid #ddd;
  
}

.post-topbar {
  /*display: flex;*/
  /*justify-content: space-between;*/
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.search-box {
  display:none;
  border: 1px solid #ccc;
  border-radius: 50px;
  overflow: hidden;
  width: 273px;
}

.search-box input {
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  outline: none;
  background-color: transparent;
   font-family: "Inter", sans-serif;
}

.search-box button {
  border: none;
  background: transparent;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 16px;
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 14px;
  color: #555;
  border-top: 1px solid #63636357;
}

.post-meta span {
  white-space: nowrap;
  margin-top: 20px;
   font-family: "Inter", sans-serif;
}
.search-box i{
        margin-left: -18px;
    color: #0000006b;

}
.comments{
    margin-left: 55%;
}
.catahed{
   font-family: "Kaisei Opti", serif;
   font-size: 30px;
   margin-top: 50px;  
}
.cataul{
    margin-left: -30px;
}
.service-title1 {
    /* font-weight: 500; */
    color: #999;
    font-size: 17px;
    font-family: "Inter", sans-serif;
}
.bordernew{
 border-top: 1px solid #63636357;   
}
.mrtopbl{
    margin-top: 20px;
}
.mtbl{
    margin-top: 43px;
}
.mtbl1{
    margin-top: 23px;
}
.blog-detailsimg{
    margin-top: 60px;
}
.mrlatest{
    margin-top: 85px;
}
.latest-post h4{
     font-family: "Inter", sans-serif;
     font-size: 17px;
     color: #636363;
}
 .mrp {
    margin-top: 0px !important;
 }
 .latesthe{
    font-size: 29px;
     font-family: "Inter", sans-serif;
     color: #636363;
 }
 .tags-section {
 
}

.tags-section h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #1c1c1c;
}

.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.tag {
  border: 1px solid #ccc;
  padding: 8px 16px;
  font-size: 14px;
  color: #333;
  border-radius: 4px;
  /* cursor: pointer; */
  transition: all 0.2s ease;
   font-family: "Inter", sans-serif;
 
}

.tag:hover {
  background-color: #f0f0f0;
  color: #000;
  border-color: #999;
}
.blogdetailspara{
  font-family: "Inter", sans-serif;}

  .blog-detailspara{
        margin-left: 16%;
    margin-top: 40px
  }

  .blog-detailspara p{
     font-family: "Inter", sans-serif;
     color: #636363;
     font-size: 13px;
     font-weight: 500;
     background-color: rgb(255 255 255 / 0%) !important;
  }
  .blog-detailspara h2{
    margin-bottom: 50px;
       font-family: "Inter", sans-serif;
       background-color: rgb(255 255 255 / 0%) !important;
  }
  .blog-detailspara h4{
    font-family: "Inter", sans-serif;
    color: #636363;
    font-size: 13px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .blog-detailspara h3{
    font-family: "Inter", sans-serif;
    color: #202020;
    font-size: 15px;
    font-weight: 500;
    
  }
  .detailsimg{
    margin-top: 50px;
  }
  .widthcmm{
    width: 100px;
  }
  .comments1 h2{
    position: relative;
    top: -58px;
    left: 45px;
    font-size: 27px;
    width: 700px;
     font-family: "Inter", sans-serif;
  }
  .comments1{
    margin-top: 50px;
  }

  .comment-section {
  /*font-family: 'Georgia', serif;
  background-color: #fefdfb;
  padding: 40px;
  max-width: 800px;
  margin: auto;*/
}

.tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}

.tag {
  border: 1px solid #ccc;
  padding: 6px 12px;
  font-size: 13px;
 /* background-color: #fff;*/
  border-radius: 4px;
}

.comment-heading {
  font-size: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.comment {
  display: flex;
  margin-bottom: 20px;
}

.avatar {
  width: 40px;
  height: 40px;
  
  margin-right: 15px;
}

.comment-content h4 {
  margin: 0;
  font-size: 15px;
  font-family: "Inter", sans-serif;
}

.comment-date {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
}

.comment-text {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}

.comment-form h3 {
  font-size: 27px;
  margin-top: 40px;
 font-family: "Kaisei Opti", serif;
}

.comment-form p {
  font-size: 13px;
  margin-bottom: 20px;
  color: #555;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.form-row input {
 flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 11px;
    background-color: transparent;
    border-radius: 20px;
   font-family: "Inter", sans-serif; 

}

textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
 font-size: 11px;
    background-color: transparent;
    border-radius: 20px;
   font-family: "Inter", sans-serif; 
  margin-bottom: 10px;
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 13px;
}

.submit-btn {
  margin-top: 30px;
    padding: 10px 20px;
    border: 1px solid #aaa;
    background: transparent;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 20px;
    width: 150px;
}

.share-icons {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.share-icons button {
  padding: 12px 12px;
    border: 1px solid #ccc;
    background: transparent;
    font-size: 13px;
    cursor: pointer;
    border-radius: 20px;
     font-family: "Inter", sans-serif; 

}
.commentsbelowform{
    margin-left: 27%;
}
.mrfont{
    margin-right: 10px
}
.comment-section {
    margin-bottom: 60px;
}
.mrarto{
        position: relative;
    top: -4px;
}
.blogdate1 {
    font-family: "Inter", sans-serif;
    color: #636363;
    font-size: 14px;
    position: relative;
    left: 36%;
}
/*=============blog-area===========*/
/*=============responsive-css==============*/
@media (max-width: 768px) {
    h1 {
        font-size: 32px;
    }

    .yellow-dots {
        right: 10%;
        top: 35%;
    }

       .down-arrow {
        left: 5%;
        top: 34%;
    }

    .explore-button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .side-menu {
        width: 100%;
        /* narrower menu on small screens */
        /*right: -80%;*/
    }

    .side-menu.active {
        right: 0;
    }
    .page-wrapper {
   
    padding: 0;
    }

    main {
  
    padding: 0px;

  }
  .page-wrapper h1{
    font-size: 34px;
    margin-left: 0px;
  }
  .dots {
    width: 79px;
    margin-top: -40px;
    margin-left: 73%;
}
.explore-button {

margin-left: 40%;
}

.projects-section {
     padding:0px; 
    background-color: #f9f9f7;
    margin-top: 40px;
}
.projects-header h2 {
    font-size: 36px;
    margin: 10px 0 30px;
    font-family: "Kaisei Opti", serif;
    font-weight: 600;
}
.service-title {
  font-size: 15px;
}
.service-content {
    font-size: 11px;
}
.ourvalue {
    margin-top: 20px;
    margin-left: 0%;
}

.newvaluesarea {
    display: block;
    gap: 30px;
}
.yellow-circle {
    
    right: 19px;
   
}
.getintext {

    margin-left:0px;
    font-size: 30px;
    margin-top: 0px;
}
.footersocialdiv {
    margin-left: 0;
   
}

.menu-left {
    flex: 1;
    position: relative;
    background: #fff;
    display: flex
;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.abouthextheader {
    font-family: "Kaisei Opti", serif;
    font-size: 38px;
    font-weight: 500;
}
.stytext {
    /* margin-left: 76px; */
    font-family: "Inter", sans-serif;
    text-align: right;
}
.transleft {
     margin-left: 0px; 
    margin-top: 40px;
}
.transformarea p {
    font-size: 13px;
    text-align: justify;
    color: #636363;
    margin-top: 16px;
}
.firsttrans {
    border-top: 1px solid #00000047;
    border-bottom: 1px solid #00000047;
    padding: 30px 0px;
}
.whychoosearea {
    display: block;
    padding: 0;
}
.whychoosehead {
    font-family: "Kaisei Opti", serif;
    font-size: 47px;
    margin-bottom: 40px;
}
.accordion-content p {
    margin: 0 0 10px;
    font-size: 15px;
    margin-top: 20px;
    font-family: "Inter", sans-serif;
    color: #636363;
}

.whychooseimg {
    width: 100%;
    height: auto;
}
.accordion-title {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    /* display: flex
; */
    align-items: center;
    justify-content: space-between;
    color: #999;
    transition: color 0.3s;
    font-family: "Inter", sans-serif;
}

.teamsection h1 {
   font-family: "Kaisei Opti", serif;
        font-size: 40px;
        text-align: left;
        margin-bottom: 89px;
}

.down-arrow2 {
    position: absolute;
    left:48%;
    /* top: 733%; */
    font-size: 30px;
    color: #d9c945;
    animation: bounce 2s infinite;
    margin-top: -68px;
}
.teamsection h2 {
    font-size: 21px;
    margin-top: 20px;
    font-family: "Inter", sans-serif;
}
.teamsection h4 {
    font-size: 18px;
    margin-top: 9px;
    font-family: "Inter", sans-serif;
    color: #636363;
}
.teamsection a {
        color: #202020;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        /* margin-top: 20px; */
        position: relative;
        top: -2px;
    }
.teammrtop {
    margin-top: 30px;
}
.mrlmrleft1 {
    margin-left:0%;
}
.ar {
    margin-top: 16px;
}
.ar h4 {
    font-family: "Inter", sans-serif;
    text-align: right;
    color: #636363;
    font-size: 25px;
}
.ar h6 {
    font-family: "Inter", sans-serif;
    text-align: right;
    font-size: 20px;
}
.company-overviewarea {
    margin-top: 50px;
}
.comoverheader {
           font-family: "Kaisei Opti", serif;
        font-size: 37px;
        font-weight: 500;
        margin-bottom: 46px;
        text-align: left;
}
.overviewdetails p {
    font-family: "Inter", sans-serif;
    text-align: justify;
    font-size: 16px;
    color: #636363;
    width: 100%;
}
.overviewdetails h3 {
    font-family: "Inter", sans-serif;
    font-size: 23px;
    margin-top: 11px;
    margin-bottom: 14px;
}
.environmentarea img{
  margin-bottom: 40px;
}
.exp2 {
    margin-top: 20px;
}
.mrtex {
  margin-top: 0px; 
}

.newborder {
   border-left: none;
     height:auto;
   border-right:none;}
.process-row {
    display: block;
    flex-wrap: wrap;
}

.promarleft {
    margin-left: 0;
}
.process-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 17px;
    font-family: "Inter", sans-serif;
}
.process-text {
    font-size: 18px;
    color: #555;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    text-align:left;
}
.explorehextheader {
    font-family: "Kaisei Opti", serif;
    font-size: 39px;
    font-weight: 500;
    margin-left: 0px;
}

.abspan {
    font-size: 12px;
    font-family: "Inter", sans-serif;
    color: #00000078;
    text-align: right;
}
.tabs button {
    background: none;
    border: none;
    font-size: 15px;
    padding: 10px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: color 0.3s, border-color 0.3s;
    font-family: "Inter", sans-serif;
    color: #636363;
}
.project h3 {
    font-size: 33px;
    text-decoration: underline;
    /* font-family: "Inter", sans-serif; */
    /* margin: 17px 0px; */
    margin: 26px 0px 9px 0px;
}
.project p {
    margin: 0;
        font-size: 17px;
        color: #636363;
        font-family: "Inter", sans-serif;
        text-align: justify;
        line-height: 28px;
        margin-bottom: 20px;
}
.contact-section {
    padding: 0px 0px;
}
.contact-left p {
    margin-bottom: 22px;
    font-family: "Inter", sans-serif;
    color: #636363;
    font-size: 19px;
     width:100%; 
}
iframe {
    border: 0;
    width: 100%;
}
.contact-form input, .contact-form textarea {
    padding: 10px;
    border: none;
    border-bottom: 1px solid #aaa;
    background: transparent;
    outline: none;
    font-size: 15px;
    margin-bottom: 30px;
}
.contact-form label {
    font-size: 17px;
    margin: 10px 0 5px;
}
.getintext1 {
    color: #202020;
    font-family: "Kaisei Opti", serif;
    font-size: 46px;
    margin-left: 0px;
    margin-top: 30px;
}
.mrfottop {
    margin-top: 46px;
}
.footersocialdiv1 {
    margin-left: 0px;
    border-bottom: 1px solid #c0a6a6ab;
    margin-top: 10px;
}
.emailtext1 {
    color: #000000ba;
    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    /* margin-bottom: -3px; */
    margin-top: 20px;
}
.bloghedmgspan{
  text-align: left;
}

.blogmrleft {
    margin-left: 0px;
    margin-top: 20px;
    line-height: 69px;
}
.abspanblog {
    font-size: 21px;
    font-family: "Inter", sans-serif;
    color: #00000078;
    text-align: right;
    margin-top: 30px;
    font-weight: 600;
}
.blogdate1 {
    font-family: "Inter", sans-serif;
    color: #636363;
    font-size: 14px;
    position: relative;
    left: 0%;
}
.tag {
    border: 1px solid #ccc;
    padding: 6px 12px;
    font-size: 22px;
    /* background-color: #fff; */
    border-radius: 4px;
    margin-bottom: 20px;
}
.comments {
    margin-left:0;
}
.blog-detailspara {
    margin-left: 0px;
    margin-top: 40px;
}
.blog-detailspara p {
    font-family: "Inter", sans-serif;
    color: #636363;
    font-size: 21px;
    font-weight: 500;
    background-color: rgb(255 255 255 / 0%) !important;
}

.blog-detailspara h4 {
    font-family: "Inter", sans-serif;
    color: #636363;
    font-size: 23px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 30px;
}
.blog-detailspara h3 {
    font-family: "Inter", sans-serif;
    color: #202020;
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 24px;
}
.detailsimg img{
  margin-bottom: 40px;
}
.comments1 h2 {
    position: relative;
    top: -43px;
    left: 18px;
    font-size: 27px;
    width: 100%;
    font-family: "Inter", sans-serif;
}
.avatar {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.commentsbelowform {
    margin-left: 0px;
}
.form-row input {
            padding: 10px;
        border: 1px solid #ddd;
        font-size: 17px;
        background-color: transparent;
        border-radius: 20px;
        font-family: "Inter", sans-serif;
        margin-bottom: 20px;
        width: 100%;
}
.form-row {
    display: block;
    gap: 10px;
    margin-bottom: 15px;
}
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 17px;
    background-color: transparent;
    border-radius: 20px;
    font-family: "Inter", sans-serif;
    margin-bottom: 10px;
}

.abspan1 {
    font-size: 17px;
    font-family: "Inter", sans-serif;
    color: #00000078;
}
.mrab {
    margin-left: 0px;
}
.propara {
    color: #636363;
    font-size: 10px;
    width: 222px;
    font-family: "Inter", sans-serif;
    margin-top: 40px;
}

.propara {
    color: #636363;
    font-size: 18px;
    width: 71%;
    font-family: "Inter", sans-serif;
    margin-top: 40px;
}
.proclient {
    font-family: "Inter", sans-serif;
    color: #636363;
    font-size: 24px;
}
.procliname {
    font-family: "Inter", sans-serif;
    color: #202020;
    font-size: 32px;
}
.proarea {
    font-family: "Inter", sans-serif;
    color: #342828;
    font-size: 21px;
    margin-top: 9px;
}
.project-gallery img{
  margin-bottom: 30px
}
.mrtopgalleryone {
    margin-top: 0px;
}
.mrtopgallerythree {
    margin-top: 0px;
}
.cilentbriefarea {
    margin-top: 50px;
}
.clienthad {
    font-family: "Kaisei Opti", serif;
    color: #636363;
    font-size: 40px;
}
.clientpara {
    color: #202020;
    font-family: "Inter", sans-serif;
    width: 100%;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 500;
}
.clientul {
    color: #202020;
    font-family: "Inter", sans-serif;
    font-size: 60px;
    width: 100%;
    margin-left: -15px;
    font-size: 13px;
}
.clientul li {
    list-style: unset;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}
.clinetbriefimg {
    width: 100%;
}
.clienthadone {
    font-family: "Kaisei Opti", serif;
    color: #636363;
    text-align:left;
    font-size: 28px;
}
.workspacehead {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    line-height: 64px;
}
.workaer {
    margin-top: 0px;
}
.heritage p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #636363;
    width: 100%;
}
.heritage h3 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #202020;
}
.approchhead {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    width: 100%;
    margin-left: 0px;
    margin-top: 40px;
}
.approchpara {
    font-family: "Inter", sans-serif;
    color: #636363;
    font-size: 21px;
    width: 100%;
    margin-left: 0px;
    line-height: 37px;
    margin-top: 20px;
}

.testimonial-heading {
    font-size: 30px;
    font-weight: 400;
    color: #666;
    margin-bottom: 40px;
    font-family: "Kaisei Opti", serif;
}
.testimonial-text {
    width: 100%;
    margin-left: 0px;
    font-family: "Inter", sans-serif;
}
.testimonial-section{
  margin-bottom: 280px;
}
.postarea{
  display: block;

}
.blogdate{
  left: 0%;
}
}




/*============================================preloader css======================*/

/* Preloader */
.ctn-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  /*border: 3px solid rgba(0, 0, 0, 0.2);*/
 /* border-top-color: #000000;*/ /* No se identa por orden alfabetico para que no lo sobre-escriba */
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em 'Montserrat', sans-serif;
  text-align: center;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Efecto de fade en la animaciÃ³n de cargando */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

/* AnimaciÃ³n de las letras cargando del preloader */
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

/* TamaÃ±o de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
  /* Preloader */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em 'Montserrat', sans-serif;
  }
}

@media screen and (max-width: 500px) {
  /* Prelaoder */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em 'Montserrat', sans-serif;
  }
}
.siteloader_gdesign
{
  width: 100%;
}
.siteloader_gdesign1
{
  width: 100%;
  display: none;
}
@media screen and (max-width: 767px) {

  .siteloader_gdesign
{
  display:none;
}
  .siteloader_gdesign1
{
  display:block !important;
}
.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
    text-align: center;
    position: relative;
}
/*.our-valuesarea img{
   margin-top: 30%;
}*/
.carousel-text p {
    font-size: 14px;
    color: #555;
    font-family: "Inter", sans-serif;
    width: 290px;
    text-align: justify;
}
.down-arrow1 {
    position: absolute;
    left: 13%;
    top: 375%;
    font-size: 30px;
    color: #d9c945;
    animation: bounce 2s infinite;
    display: none;
}
.yellow-circle{
  top:unset;
}
.valueimg {
    width: 60px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.description {
    margin: 20px auto;
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
    color: #00000073;
}
.getarrowimg {
    width: 20px;
    margin-top: -10px;
}
.transformheader {
    font-family: "Kaisei Opti", serif;
    font-size: 44px;
    font-weight: 500;
    text-align: right;
    margin-bottom: 20px;
}
.abbackground {
    margin-top:0px;
    margin-bottom: 20px;
}
.accordion-title span {
    font-size: 12px;
    position: relative;
    top: -10px;
    margin-right: 8px;
}
.work{
  margin-top: 30px;
}
.mrleftd{
  margin-left: 0px;
}
.projctbck {
    height: 100%;
    margin-top: 70px;
    margin-bottom: 60px;
}
.tabs {
    display: flex
;
   gap: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.project a {
    color: #202020;
    font-size: 22px;
}
.blogarea a {
    color: #202020;
    font-size: 26px;
}
.latesthe {
    font-weight: 600;
    font-size: 21px;
    font-family: "Inter", sans-serif;
    color: #636363;
}
.cilentbriefarea p{
  width: 100%;
  margin-top: 0px;
}
.workimgone{
  margin-top: 0px;
}
.merwrsp {
    margin-top: 70px;
}
.approched-area p{
  width: 100%;
  margin-left: 0;
}
.carousel-item{
  min-width: 100%;
}
.mb{
  display:block !important;
}
.mb1{
  display: none;
}
.description1 {
    margin: 20px auto;
    font-size: 14px;
    line-height: 1.6;
    text-align:left;
    color: #202020;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}
.semb{
  display: none;
}
.semb1{
  display: block !important;
  margin-top: 40px;
}
.stat {
    flex: 0;
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
}
.newaniscrllone{
  margin-top: -50px;
}
.stat p {
    font-size: 14px;
    margin-top: 10px;
    color: #636363;
    text-align: left;
    margin-left: 7px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
.footerdiv {
    margin-top: 10px;
}
.abhedmb1{
 display: block !important;
}
.abhedmb{
  display: none;
}
.exploremb{
  display: none;
}
.exploremb1{
  display:block !important;
}
.our-process {
    margin-top: 0px;
}
.prmnbdev{
  margin-top: 50px;
}
.yeartext {
    color: #E0D54F;
    font-family: "Inter", sans-serif;
    font-size: 50px;
    margin-top: 14px;
    /* margin-left: 192px; */
    text-align: right;
}
.project-detailsabout p {
    color: #636363;
    font-size: 16px;
    width: 90%;
    font-family: "Inter", sans-serif;
    /* margin-top: 232px; */
}
.testimonial-slide {
    display: none;
    gap: 10px;
    padding: 0px;
    border-radius: 8px;
}
.testimonial-section {
    padding: 0px 20px;
    background-color: #faf9f6;
}
}
.semb1{
  display: none;
}
.mb{
  display: none;
}
.abhedmb1{
  display: none;
}
.exploremb1{
  display: none;
}
.contactimgnewadd{
  width: 700px;
}

@media (max-width: 768px) {
  .side-menu {
    flex-direction: column;
  }

  .menu-left, .menu-right {
    width: 100%;
    height: auto;
    flex: none;
  }

  .menu-left {
    order: 2; /* show image after menu */
    height: 200px; /* or auto based on your image */
  }

  .menu-right {
    order: 1;
    padding: 40px 20px;
  }

  .menu-right a {
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }
  .contactimgnewadd{
  width:100%;
}
}

/*============================================preloader css======================*/