@import url("../webfonts");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  color: #000;
  font-family: "Alice", serif;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: #000000;
}

img {
  display: block;
}

.topIcon img {
  height: 20px;
  width: 20px;
  margin: 0 auto;
}

.topIcon a:first-child {
  margin-right: 14px;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* background: #000000cf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
  z-index: 10000;
  padding: 10px 0 0;
  transition: 0.6s;
}

nav.sticky {
  background: #000000;
  padding: 10px 0;
}

.sticky .logo {
  width: 50px;
}

.logo {
  width: 80px;
}

.logo img {
  width: 100%;
  object-fit: contain;
}

.logo a {
  display: block;
}

.links {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}

.links li {
  list-style: none;
  padding: 0 14px;
}

.links li.topIcon {
  padding-right: 0 !important;
  display: flex;
  align-items: center;
}

.links li.topIcon a:before {
  content: inherit;
}

.links li a {
  position: relative;
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #40be9a;
  font-size: 18px;
  text-transform: uppercase;
  transition: 0.5s;
  display: flex;
  justify-content: center;
}

.links li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff684;
  bottom: -10px;
  transition: 0.4s;
}

.links li a:hover:before {
  width: 60%;
}

/* slider */


.cntctBtn {
  background-color: #fff684;
  padding: 7px 0;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  margin: 20px auto 0;
}

.slidCap {
  bottom: 30%;
  color: #fff684;
  padding: 0;
}

/* .slidCap:before {
  position: absolute;
  content: '';
  background-color: #fff684;
  height: 187px;
  width: 4px;
  left: 0;
} */
.slidCap h1 {
  font-size: 60px;
}

.slidCap p {
  font-size: 24px;
}

.cntctBtn:hover {
  color: #000;
}

.carousel-indicators [data-bs-target] {
  background-color: #fff684;
}

.fa-angle-left::before,
.fa-angle-right::before {
  font-size: 25px;
  color: #000;
  background-color: #fff684;
  padding: 8px 13px;
  border-radius: 50px;
}

/* end-slider */

.SecPading {
  padding: 80px 0;
}

.bgColor {
  background-color: #fffac1a8;
}

/* about */
.aboutUsBox {
  /* background-image: url(../Images/transperent-logo.png); */
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: center right;
}

.aboutDescrip {
  color: #545454;
  font-size: 18px;
}

.MainHead h2 {
  font-size: 40px !important;
  font-weight: 600;
  position: relative;
  display: flex;
  padding-bottom: 10px;
  letter-spacing: 1px;
  word-spacing: 10px;
  text-transform: uppercase;
  justify-content: center;
}

.MainHead h2:after {
  background-color: #fff684;
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 100px;
  display: flex;
  justify-content: center;
}

.MainHead p {
  font-size: 20px;
  color: #303030;
  letter-spacing: 1px;
  word-spacing: 1px;
  font-style: italic;
}

/* gallery */

.desc,
.wrapper-see-more {
  display: none;
}

.slick-lightbox {
  z-index: 11111 !important;
}

.slick-lightbox-close:before {
  font-size: 40px;
  font-weight: 700;
  color: #fff684;
}

.slick-prev:before,
.slick-next:before {
  font-size: 25px;
  color: #fff684;
}

.team-image {
  cursor: pointer;
}

.team-image img {
  width: 350px !important;
  height: 300px !important;
  object-fit: cover;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #ddd;
}

/* 
.gallryBox .slick-lightbox-inner .slick-prev::before,
.gallryBox .slick-lightbox-inner .slick-next::before {
  color: #fff684;
}

.gallryBox .slick-lightbox-close:before {
  font-size: 30px;
  color: #fff684;
} */
.gallryBox .slick-dots li button:before {
  width: 20px;
  height: 3px;
  content: "";
  background-color: #000;
  border-radius: 5px;
}

.gallryBox .slick-dots {
  display: none !important;

}

/* service-icon */
.serIcon {
  position: relative;
  height: 170px;
  transform-style: preserve-3d;
  /* kishan change */
  transform: perspective(500px) rotateY(180deg); /* Show back face initially */

}

.face {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
  transition: 1s ease-in-out;
  transform: perspective(500px) rotateY(0deg);
  box-shadow: 0 8px 8px -6px #000000d9;
  border-radius: 5px;
}

.face.front {
  background-color: #000;
  color: #ffffff;
}

/* .serIcon:hover .face.front {
  transform: perspective(500px) rotateY(180deg);
} */

.IcnImg {
  width: 70px;
  transform: perspective(500px) translateZ(50px);
}

.face.back {
  background-color: #fff684;
  transform: perspective(500px) rotateY(180deg);
}

/* .serIcon:hover .face.back {
  transform: perspective(500px) rotateY(360deg);
} */

.serIcon p {
  padding: 25px;
  transform: perspective(500px) translateZ(50px);
  text-align: center;
  margin: 0;
  color: #000;
}

.IcnImg img {
  width: 100%;
}

.detMap {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.detMap iframe {
  display: block;
}

.AddDetls img {
  width: 50px;
  height: 50px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.AddDetls {
  font-size: 22px;
  display: flex;
  margin-bottom: 20px;
  border-radius: 4px;
  align-items: center;
}

.AddDetls p {
  margin-left: 20px;
  margin-bottom: 0;
}

.AddDetls p a {
  cursor: pointer;
}

.AddDetls p a:hover {
  color: #000000a6;
}

footer {
  background-color: #000;
  padding: 60px 0;
  /* background-image: url(../images/transperent-logo.png); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}

.foter-icon a {
  margin-right: 15px;
}

.foter-icon a:last-child {
  margin-right: 0 !important;
}

.foter-icon img {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.copyrt {
  color: #fff684;
  margin: 30px 0 0;
}

.desBy,
.desBy:hover {
  color: #fff684;
}

@media screen and (max-width: 1024px) {

  .slidCap h1 {
    font-size: 50px;
  }

  .slidCap p {
    font-size: 20px;
  }

  .slidCap {
    bottom: 27%;
  }

  .cntctBtn {
    font-size: 18px;
    max-width: 140px;
  }

  .AddDetls {
    font-size: 18px;
  }

  .AddDetls img {
    width: 45px;
    height: 45px;
    padding: 8px;
  }

  .fa-angle-left::before,
  .fa-angle-right::before {
    font-size: 17px;
    padding: 8px 11px;
  }

  .SecPading {
    padding: 50px 0;
  }

  .aboutDescrip {
    font-size: 16px;
  }

  .links li a {
    font-size: 16px;
  }

  .logo,
  .sticky .logo {
    width: 50px;
  }

  .MainHead h2 {
    font-size: 30px !important;
  }

  .MainHead p {
    font-size: 16px;
  }

  .team-image img {
    width: 300px !important;
    height: 300px !important;
  }

  .IcnImg {
    width: 60px;
  }

  .serIcon {
    height: 150px;
  }

  .serIcon p {
    font-size: 14px;
  }

  .foter-icon img {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 992px) {

  .slidCap p {
    font-size: 16px;
  }

  .slidCap h1 {
    font-size: 30px;
  }

  .cntctBtn {
    max-width: 130px;
    margin-top: 10px;
  }

  .logo,
  .sticky .logo {
    width: 50px;
  }

  .fa-angle-left::before,
  .fa-angle-right::before {
    font-size: 14px;
    padding: 6px 9px;
  }

  .SecPading {
    padding: 40px 0;
  }

  .links li {
    padding: 0 10px;
  }

  .topIcon a:first-child {
    margin-right: 10px;
  }

  .servBox .col-lg-2.col-sm-4.col-6:nth-last-child(-n + 3) .serIcon {
    margin-top: 25px;
  }

  .team-image img {
    width: 330px !important;
    height: 300px !important;
  }
}

@media screen and (max-width: 767px) {

  .AddDetls {
    font-size: 16px;
  }

  .AddDetls p {
    margin-left: 15px;
  }

  nav {
    padding: 10px 0;
  }

  .logo,
  .sticky .logo {
    width: 50px;
    position: relative;
    z-index: 11;
  }

  /* mobile menu */

  .links li a:before {
    bottom: 10px;
  }

  .links li {
    padding: 0;
  }

  .links {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 0;
    height: 100vh;
    position: absolute;
    top: 0px;
    right: 0;
    background: #000;
    transform: translateX(110%);
    transition: all 0.5s ease-in-out;
    justify-content: center;
  }

  .show-nav .links {
    width: 100vw;
    transform: translateX(0);
  }

  .links li {
    transform: translateX(101%);
    transition: all 0.5s ease-in-out;
  }

  .show-nav .links li {
    transform: translateX(0);
  }

  .links li a,
  .topIcon a:first-child {
    display: block;
    padding: 1rem;
    transition: all 0.4s ease-in-out;
  }

  /* .links li a:hover {
    padding-left: 2rem;
    letter-spacing: 5px;
  } */

  .burger {
    display: block;
    position: relative;
    padding: 0;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .bar {
    display: block;
    width: 15px;
    height: 3px;
    border-radius: 3px;
    background: #fff684;
    transition: all 0.5s ease-in-out;
    transform: translateY(10px);
  }

  .bar::before,
  .bar::after {
    content: "";
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0;
    background: #fff684;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
  }

  .bar::before {
    transform: translateY(-10px);
  }

  .bar::after {
    transform: translateY(10px);
  }

  .show-nav .bar {
    width: 0;
    background: transparent;
  }

  .show-nav .bar::before {
    transform: rotate(45deg);
  }

  .show-nav .bar::after {
    transform: rotate(-45deg);
  }

  .topIcon a:first-child {
    margin-right: 0;
  }

  /* mobile menu end*/

  .team-image img {
    width: 100% !important;
  }

  .GetDetls {
    margin-top: 20px;
  }

  .AddDetls {
    padding: 0px;
    margin-bottom: 10px;
  }

  .AddDetls:last-child {
    margin-bottom: 0;
  }

  .servBox .col-lg-2.col-sm-4.col-6:nth-last-child(-n + 3) .serIcon {
    margin-top: 15px;
  }
}

@media screen and (max-width: 575px) {

  .copyrt p {
    margin-bottom: 10px;
  }

  .carousel-indicators [data-bs-target] {
    width: 20px;
  }

  .slidCap h1 {
    font-size: 20px;
    font-weight: 600;
  }

  .slidCap p {
    font-size: 14px;
  }

  .cntctBtn {
    max-width: 100px;
    margin-top: 0px;
    padding: 5px 0;
    font-size: 14px;
  }

  .slickCaro .carousel-item {
    height: 350px !important;
    width: 100% !important;
  }

  .slickCaro .carousel-item img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .MainHead h2 {
    font-size: 20px !important;
  }

  .servBox .col-lg-2.col-sm-4.col-6:nth-last-child(-n + 4) .serIcon {
    margin-top: 15px;
  }

  .bar::before,
  .bar::after {
    width: 25px;
  }

  .MainHead.mb-5.text-center {
    margin-bottom: 1.5rem !important;
  }

  .SecPading {
    padding: 30px 0;
  }

  .foter-icon img {
    width: 25px;
    height: 25px;
  }

  .foter-icon a {
    margin-right: 10px;
  }

  .copyrt {
    margin: 15px 0 0;
  }

  footer {
    padding: 30px 0;
    background-image: none;
  }

  .aboutUsBox {
    background-size: 300px;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 16px;
  }

  .slick-lightbox .slick-next {
    right: 10px;
  }

  .slick-lightbox .slick-prev {
    left: 10px;
  }

  .IcnImg {
    width: 50px;
  }

  .serIcon {
    height: 130px;
  }
}

.gllryAllImg img {
  width: 100%;
  aspect-ratio: 3 / 2; /* Maintain natural landscape 3:2 ratio */
  object-fit: cover;   /* Cover the container without stretching */
  border-radius: 10px; /* Rounded corners */
}
