body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  /* font-family: "Rubik", sans-serif !important; */
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; */
  /* ; */
}

:root {
  /* --main-color: #6C1CFF; */
  /* --main-color: #000080; */
  /* --main-color: #01A2AC; */
  --main-color: #848751;
  --primary-color: #0E90D5;
  --common-white: #fff;
  --common-black: #0E0615;
  --alice-color-bg: #EDF0FA;
}

a {
  text-decoration: none !important;
}

/* .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
  } */
.header-area {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
  background-position: center center;
  background-size: cover;
}

/* default css end */
#topbar {
  /* position: fixed; */
  z-index: 999;
  left: 0;
  right: 0;
  top: 22px;
  background-color: var(--main-color);
  /* background-image: url(https://gaviaspreview.com/wp/gowilds/wp-content/uploads/2022/12/pattern-topbar.png); */
  background-position: top left;
  background-repeat: repeat;
  color: #ffffff;
  padding: 5PX;
  font-weight: 600;
  font-size: 13px;
}

/* navbar regular css start */
header {
  position: relative;
  transition: top 0.3s ease-in-out;
  z-index: 1000;
}

header.fixed {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
}

.navbar-area {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 11px 15px -18px;
}

.site-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-logo img {
  padding: 2px;
  height: 45px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--main-color);
  text-decoration: none;
}

.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.site-navbar ul li a {
  color: #000;
  padding: 20px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
}

.site-navbar ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* navbar regular css end */

/* nav-toggler css start */
.nav-toggler {
  border: 2px solid var(--main-color);
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 39px;
  display: none;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  width: 28px;
  height: 3px;
  background-color: var(--main-color);
  display: block;
  transition: 0.3s;
}

.nav-toggler span:before {
  content: "";
  transform: translateY(-9px);
}

.nav-toggler span:after {
  content: "";
  transform: translateY(6px);
}

.nav-toggler.toggler-open span {
  background-color: transparent;
}

.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
  transform: translateY(-3px) rotate(-45deg);
}

/* nav-toggler css start */

/* intro-area css start */
.intro-area {
  height: 600px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}

.intro-area h2 {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 25px;
}

.intro-area p {
  font-size: 18px;
}

/* intro-area css end */

/* mobile breakpoint start */
@media screen and (max-width: 890px) {
  .container {
    max-width: 720px;
  }

  /* navbar css for mobile start */
  .nav-toggler {
    display: block;
  }

  .site-navbar {
    min-height: 60px;
  }

  .site-navbar ul {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    top: 60px;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #aaa7a714;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }

  .site-navbar ul li {
    width: 100%;
    text-align: center;
  }

  .site-navbar ul li a {
    padding: 25px;
  }

  .site-navbar ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .site-navbar ul.open {
    max-height: 100vh;
    overflow: visible;
  }

  .intro-area h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }

  /* navbar css for mobile end */
}

/* mobile breakpoint end */

/* footer */

.footer {
  color: #fff;
  background-color: #212529;
  border-top: 3px solid var(--main-color);
  /* border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px; */
  /* margin: 0px 50px; */
  position: relative;
  bottom: 0px;
}

.list-style {
  list-style-type: none !important;
  cursor: pointer;
  font-size: .75rem;
  opacity: .8;
}

.copy-right {
  font-size: .85rem;
  opacity: .8;
}

.Analyst {
  width: 87.7px;
  height: 23.7px;
  margin: 10.7px 0 5.2px 10.2px;
  color: #fff;
}

footer div h5 {
  font-size: 22px;
}

footer div ul li a:hover {
  color: #fff;
  font-weight: 600;
  font-size: 15px !important;
}

footer div ul li a {
  font-size: 14px !important;
  color: #ffff;
  transition: .5s all ease;
}

.footer-img {
  outline: 5px solid #FFFFFF !important;
  outline-offset: 3px;
  border-radius: 7px;
  height: 70px;
  width: 100px;
}

.footer2__right-social {
  align-items: center;
  gap: 10px;
}

.footer2__right-social a {
  color: rgb(255, 255, 255);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  border-radius: 50%;
  transition: 0.3s;
}

.fa-facebook-f:before {
  content: "\f39e";
}

.footer2__right-social a:hover {
  color: var(--primary-color) !important;
  font-size: 22px;
}

/* footer  */



/* ====slider==== */
#index-page {
  /* margin-top: 100px; */
}

.swiper-container {
  width: 100vw;
  height: 80vh;
  /* margin-top: 135px; */
}

.swiper-slide {
  background-color: #fcfcfc;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
  font-size: 24px;
}

.swiper-slide>.swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50% / cover;
}

.swiper-slide .slide-01 {
  background-image: url('/front/asset/img/slider.jpg');
  transform-origin: 50% 50%;
}

.swiper-slide .slide-02 {
  background-image: url('/front/asset/img/slider2.jpg');
  transform-origin: 50% 50%;
}

.swiper-slide .slide-03 {
  background-image: url('/front/asset/img/slider3.jpg');
  transform-origin: 50% 50%;
}

.swiper-slide .slide-04 {
  background-image: url('/front/asset/img/slider4.jpg');
  transform-origin: 50% 50%;
}

.swiper-slide .slide-05 {
  background-image: url('/front/asset/img/slider5.jpg');
  transform-origin: 50% 50%;
}

.swiper-slide .slide-06 {
  background-image: url('/front/asset/img/slider6.jpg');
  transform-origin: 50% 50%;
}



.swiper-scale-effect .swiper-slide-cover {
  transition-timing-function: linear;
  transition-duration: 20s;
  transform: scale(1);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1.3);
}

:root {
  --swiper-pagination-bottom: 40px;
  --swiper-theme-color: rgba(252, 252, 252, 0.85) !important;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fcfcfc;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #262626;
}

.swiper-button-prev,
.swiper-button-next {
  background: transparent;
  opacity: 0.55;
  --swiper-navigation-color: rgba(252, 252, 252, 0.85);
  transition: opacity 0.3s ease, color 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: transparent;
  opacity: 0.85;
  --swiper-navigation-color: #fcfcfc;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 10px)) !important;
  height: var(--swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 10px)) !important;
  box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
  background: var(--swiper-pagination-bullet-inactive-color,
      rgba(252, 252, 252, 0.85)) !important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity,
      0.55) !important;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}

.swiper-pagination-bullet-active {
  box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
  background: var(--swiper-pagination-bullet-active-color,
      rgba(252, 252, 252, 0.85)) !important;
  opacity: var(--swiper-pagination-bullet-active-opacity,
      0.85) !important;
  --swiper-pagination-bullet-horizontal-gap: 10px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  /* Center vertically */
  align-items: center;
  /* Center horizontally */
}

.slider-text-data {

  position: relative;
  width: 100%;
  top: 150px;
  /* left: 350px; */
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.slider-text-data>h2 {
  font-size: 45px;
}

@media (max-width:567px) {
  .swiper-container {
    width: 100vw;
    height: 40vh;
  }

  .responsive-container-block.bg{
    padding: 0px !important;
  }

  .slider-text-data {
    width: 100%;
  }

  .slider-text-data>h2 {
    font-size: 17px;
  }

  .slider-text-data>p {
    font-size: 14px;
  }

  /* .button-24 {
        font-size: 12px !important;
        padding: 6px 6px !important;
      } */
}

/* Style for the navigation buttons */
.swiper-button-prev,
.swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  background: var(--main-color) !important;
  border-radius: 50% !important;
  /* Circular buttons */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  /* Icon color */
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: background 0.3s, color 0.3s;
}

/* Positioning the buttons */
.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

/* Hover effect */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  /* background: var(--tp-theme-1) !important; Darker background on hover */
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px !important;
  /* Match font size to button size */
  color: inherit;
  /* Inherit color from the button */
}


/* ====slider==== */
/* CSS */

.button-24:hover,
.button-24:active {
  background-color: initial;
  background-position: 0 0;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.button-24:active {
  opacity: .5;
}

.button-24 {
  /* background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af, #582d9f, #7d3785, #c74e45, #f7693c); */
  background: var(--main-color);
  border: 1px solid var(--common-white);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}




.main_heading {
  font-size: 40px;
  font-weight: 600;
  /* background: var(--main-color); */
  color: var(--main-color);
  padding-bottom: 10px;
}

section {
  margin-top: 20px;
  margin-bottom: 20px;
}

#aboutSection {
  padding: 50px;
  background-image: url('../img/Michael-MK-Architecture-Background-Img.jpg');
  background-position: center;
  background-size: cover;
}

#aboutSection p {
  font-size: 14px;
}


#ProjectSection {
  /* background: url('../img/projectsection1.png'); */
  background-position: 100% 100%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  padding: 50px;
}

#form-data {
  /* background: url('../img/contactsection.jpg'); */
  background-position: 100% 100%;
  background-size: cover;
  /* background-attachment: fixed; */
  position: relative;
  background-repeat: no-repeat;
  padding: 50px;
}

.our-project {
  background-color: var(--main-color);
  color: #fff !important;
  padding: 30px;
}

#ProjectSection:before {
  content: "";
  /* background: rgba(0, 0, 0, 0.7); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


@media (max-width:567px) {
  #aboutSection {
    padding: 0px;
  }


  #form-data {
    padding: 2px 0px 0px 0px !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
  }

  .button-24 {
    font-size: 11px !important;
    padding: 5px 7px !important;
    min-height: 30px !important;
  }

  .main_heading {
    font-size: 26px !important;

    padding-bottom: 2px !important;
  }

  .PortfolioHeroSection h1 {
    font-size: 2rem !important;
  }

  .project-categories {
    gap: 10px !important;
  }

  .footer-img {
    outline: 3px solid #FFFFFF !important;
    width: 80px !important;
  }

  #ProjectSection {

    padding: 0px !important;
  }

  #ProjectSection .item {

    margin: 0px !important;
    min-width: auto !important;
    max-width: max-content !important;
    width: auto !important;
    margin-bottom: 20px !important;
  }
}

#ProjectSection .item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px;
  min-width: 300px;
  max-width: 0px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  background: #fff;

}

#ProjectSection .item:hover {
  cursor: pointer;
}

#ProjectSection .item * {
  transition: all 0.35s ease-in-out;
}

#ProjectSection img {
  max-width: 100%;
  vertical-align: top;
  height: 225px;
}

#ProjectSection .item:hover img {
  opacity: 0;
}

#ProjectSection .text {
  width: 80%;
  height: 90%;
  position: absolute;
  top: -100px;
  left: 10%;
  color: var(--main-color);
}

#ProjectSection .text h3 {
  color: black;
  font-size: 22px;
}

#ProjectSection .item:hover .text {
  top: 20%;
}

#ProjectSection .item:hover {

  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  box-sizing: content-box;
  padding: 0px;
}

#ProjectSection .item:hover .button {
  bottom: 20%;
}

#ProjectSection .item .button {
  position: absolute;
  bottom: -100px;
  left: 25%;
  width: 50%;
  border: 2px solid var(--main-color);
  padding: 8px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

#ProjectSection .button:hover {
  background-color: var(--main-color);
  color: #F5F5F5;
}

/* Modal */

#ProjectSectionModel .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* background-color: rgba(0, 0, 0, 0.4); */
}

#ProjectSectionModel .modal-content {
  background-color: #F5F5F5;
  margin: 5% auto;
  box-sizing: border-box;
  width: 700px;
  max-height: 714px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); */
}

.scale {
  animation: scale 0.5s;
  animation-fill-mode: forwards;
}

@keyframes scale {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

#img {
  width: 100%;
  height: 450px;
}

#details {
  padding: 25px;
  text-align: left;
  position: relative;
  height: 264px;
  box-sizing: border-box;
  border-top: 1px solid #363638;
}

#details * {
  transition: all .3s;
}

#title {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#details .button {
  position: absolute;
  width: 30%;
  background-color: var(--main-color);
  color: #F5F5F5;
  text-align: center;
  left: 25px;
  bottom: 35px;
  padding: 15px;
}

#details i {
  position: absolute;
  bottom: 30px;
  right: 25px;
  font-size: 3rem;
  color: var(--main-color);
}

#details .button:hover,
i:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* Close Button */
.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 10px;
}

.close:hover,
.close:focus {
  color: #363638;
  text-decoration: none;
  cursor: pointer;
}

/*==================================================
about page -Start
  ================================================== */
.about-us {
  /* background-color: #f8f9fa; */
}

.about-us img {
  transition: transform 0.3s ease-in-out;
}

.about-us img:hover {
  transform: scale(1.05);
}

.about-us .list-unstyled li {
  margin-bottom: 10px;
}

.about-us .btn-primary {
  transition: all 0.3s ease;
}

.about-us .bg-light {
  background-color: #ebeaea !important;
}

.about-us .btn-primary {
  background-color: var(--main-color) !important;
  border: none !important;
}

.about-us .text-primary {
  color: var(--main-color) !important;
}

.about-us .text-muted {
  color: var(--main-color) !important;
  font-size: 22px;
  font-weight: 700;
}

.about-us .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*==================================================
 about page -End
  ================================================== */

/*==================================================
 contact page -Start
  ================================================== */
.blog-header {
  /* background-color: #e5ecf7a6; */
  padding: 2rem 0;
  margin-bottom: 2rem;
  color: var(--main-color);
  /* margin-top: 130px !important; */
  text-align: center;
  font-weight: bold !important;
  /* background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSZXYZ5jgPICvdS2vlXtXED-AUqr6reQxPgoA&s); */
  background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTOYA9Faz7LHmGw7TXYF8FSouBm5xh8zN-Jvg&s);
  /* background: url('../img/bredcrumbs.jpeg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  z-index: -1;
}

.about-page-list {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}

.about-page-list li:first-child {
  margin-left: 0;
}

.about-page-list li {
  display: inline-block;
  list-style-type: none;
  margin-left: 30px;
  font-weight: 500;
  color: var(--main-color);
  font-size: 16px;
  position: relative;
}

.about-page-list li a {
  display: block;
  color: var(--main-color);
}

.about-page-list li:last-child::before {
  position: absolute;
  content: '➛';
  top: -2px;
  left: -25px;
  color: var(--main-color);
  font-size: 20px;
}

.right-sec h2 {
  color: #fff;
  font-weight: 500;
}

.text-white {
  color: #fff !important;
}

.contact-sec-two .right-sec {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -155px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.career .right-sec {
  margin-top: unset !important;
  margin-left: unset !important;
  height: 480px;
  background: unset;
}

.contact-sec-two .right-sec:before {
  position: absolute;
  content: "";
  width: 100%;
  background: var(--main-color);
  height: 100%;
  opacity: 0.75;
}

.career .right-sec:before {
  opacity: unset;
}

.right-sec-content {
  position: relative;
  padding: 50px;
}

.contact-sec-two .left-sec.contact-page {
  /* height: 100% !important; */
}

.contact-sec-two .left-sec {
  background: #fff;
  -moz-box-shadow: 0 0 40px 0 rgba(35, 66, 84, 0.11);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  padding: 30px !important;
}

.right-sec-content>h4 {
  position: relative;
  padding: 10px 0px;
  font-size: 18px !important;
}

.right-sec-content h4 {
  font-weight: 300;
}

.form-contact input[type],
.form-contact select,
.form-contact textarea {
  background: 0 0;
  border: unset;
  border-radius: unset;
  padding-left: 35px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.form-contact label i {
  position: absolute;
  left: 5px;
  top: 15px;
  opacity: 0.9;
  font-size: 16px;
  line-height: 16px;
  z-index: 1;
  padding: 0;
  color: #234254;
}

.form-contact i {
  color: #465064 !important;
}

.fa-mobile {
  color: #465064 !important;

}

.form-contact label {
  position: relative;
  margin-bottom: 20px;
  padding-top: 5px;
  width: 100%;
}

.form-group {
  padding: 0px 0px !important;
}


/*==================================================
contact page -End
================================================== */

/* project  */
/* Container */
/* .Projectcontainer {
  max-width: 800px;
  min-width: 640px;
  margin: 0 auto;
} */

.Projectcontainer::before,
.Projectcontainer::after {
  content: '';
  display: block;
  clear: both;
}

/* .column {
  width: 50%;
  padding: 0 25px;
  float: left;
} */

.demo-title {
  margin: 0 0 15px;
  color: #666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

/* Info section */
.info {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}

.info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.info span {
  color: #666;
  font-size: 12px;
}

.info a {
  color: #000;
  text-decoration: none;
}

.info .fa {
  color: #e74c3c;
}

.fa-heart.animated.infinite.pulse {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* Post module */
.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #fff;
  min-width: 270px;
  height: 420px;
  border: 1px solid rgb(160, 159, 159);
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  border-radius: 10px;
}

.post-module:hover {
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img {
  transform: scale(1.1);
  opacity: 0.6;
  transition: all 0.5s ease;
}

/* Thumbnail */
.thumbnail {
  background: #000;
  height: 225px;
  overflow: hidden;
}

.thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: var(--main-color);
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  border-radius: 100%;
  color: #fff;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.thumbnail .day {
  font-size: 18px;
}

.thumbnail .month {
  font-size: 12px;
  text-transform: uppercase;
}

.thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

/* Post content */
.post-content {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding: 30px;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05);
}

.post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: var(--main-color);
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333;
  font-size: 17px;
  font-weight: 700;
}

.post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 14px;
  font-weight: 400;
}

.post-content .description {
  max-height: 0;
  opacity: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.8em;
  overflow: hidden;
  transition: all 0.4s ease;
}

.post-module:hover .post-content .description {
  max-height: 200px;
  opacity: 1;
}

.post-content .post-meta {
  margin: 0px 0 0;
  color: #999;
}

.post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}

.post-content .post-meta a {
  color: var(--main-color);
  text-decoration: none;
}

/* Hover state */
.post-module.hover .post-content .description {
  max-height: 200px;
  opacity: 1;
}

/* Responsive adjustments */
@media screen and (max-width: 640px) {
  .Projectcontainer {
    min-width: 100%;
  }

  .column {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}

.comments {
  border: 1px solid var(--main-color);
  padding: 3px 6px;
  border-radius: 5px;
}

.comments:hover {
  color: var(--main-color) !important;
  font-weight: 600;
}

#FeaturedListings .details-btn {
  background-color: var(--main-color);
  color: white;
  border: none;
  padding: 6px 18px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 14px;
}


#FeaturedListings .details-btn:hover {
  background-color: var(--main-color);
}

/* project  */
/* project  inner page*/

.bento-item {
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.bento-tall {
  height: 408px;
}

.bento-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
}

.bento-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detailstop-share-back .save-share {
  border-radius: 8px;
  border: 1px solid rgba(126, 126, 137, 0.3);
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-btn1,
.white-btn1 {
  padding: 12px 24px;
}

.back-btn1 {
  display: flex;
  align-items: center;
  column-gap: 8px;
  border: 1px solid rgba(126, 126, 137, 0.3);
  border-radius: 8px;
  padding: 11px 23px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--grayColor);
  transition: .3s;
}

.back-btn1:hover {
  background: var(--main-color);
  color: #fff;
}



.detailstop-share-back {
  column-gap: 12px;
  row-gap: 8px;
}

.detailstop-share-back .save-share.active,
.detailstop-share-back .save-share:hover {
  border-color: transparent;
  background: var(--main-color);
}

.detailstop-share-back .save-share.active,
.detailstop-share-back .save-share:hover .fa-share-nodes {
  color: #fff !important;
}

.detailstop-share-back .save-share.active,
.detailstop-share-back .save-share:hover .fa-heart {
  color: #fff !important;
}

.detailstop-share-back .back-btn1.active,
.detailstop-share-back .back-btn1:hover .fa-arrow-left {
  color: #fff !important;
}

.save-share svg path {
  transition: fill 0.3s ease;
}

.save-share:hover svg path {
  fill: #fff;
  /* Yahan apna desired hover color daalein */
}

.back-btn1 svg path {
  transition: fill 0.3s ease;
}

.back-btn1 .fa-share-nodes:hover svg path {
  fill: #fff;
  /* Apna desired hover color yahan daalein */
}

.fa-share-nodes,
.fa-heart,
.fa-arrow-left {
  color: gray;
}

/* category inner page  */
#InnerCardSection .card {
  width: 100%;
  /* max-width: 800px; */
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

#InnerCardSection .logo-container {
  background-color: gray;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 230px;
}

#InnerCardSection .logoinner {
  width: 100px;
  height: 100px;
  background-color: #ffa500;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

#InnerCardSection .star {
  color: #0a2215;
  font-size: 40px;
}

#InnerCardSection .logo-text {
  color: #aaaaaa;
  font-style: italic;
  font-size: 32px;
}

#InnerCardSection .content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

#InnerCardSection .business-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#InnerCardSection .rating-container {
  display: flex;
  /* align-items: center; */
  margin-bottom: 6px;
}

#InnerCardSection .rating {
  display: flex;
  gap: 1px;
}

#InnerCardSection .rating-star {
  color: orangered;
  font-size: 20px;
}

#InnerCardSection .score {
  margin-left: 20px;
  font-size: 16px;
  color: #333;
}

#InnerCardSection .reviews {
  margin-left: 10px;
  font-size: 16px;
  color: #333;
}

#InnerCardSection .tagline {
  color: #555;
  margin-bottom: 10px;
  font-size: 12px;
  /* font-style: italic; */
}

#InnerCardSection .divider {
  height: 1px;
  background-color: #eee;
  margin: 7px 0;
}

#InnerCardSection .contact-info {
  display: flex;
  gap: 10px;
  /* margin-bottom: 15px; */
}

#InnerCardSection .icon-circle {
  width: 36px;
  height: 36px;
  background-color: #fffaf0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#InnerCardSection .icon {
  color: #ffa500;
  font-size: 18px;
}

#InnerCardSection .categories {
  display: flex;
  align-items: center;
}

#InnerCardSection .category {
  color: #777;
  margin-right: 10px;
  font-size: 12px;
  background-color: #dadddf63;
  padding: 4px;
  border-radius: 6px;
}

#InnerCardSection .dot {
  color: #ccc;
  margin-right: 10px;
}

#InnerCardSection .review-dropdown {
  margin-left: auto;
  display: flex;
  align-items: center;
  font-size: 16px;
}

#InnerCardSection .dropdown-text {
  color: #333;
  margin-right: 5px;
}

#InnerCardSection .dropdown-icon {
  width: 24px;
  height: 24px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-dropdown a {
  color: var(--main-color);
}

/* category inner page  */

/* Active and Hoverable Pagination */
.page-header {
  text-align: center;
  font-size: 1.5em;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  margin: 30px 0
}

#pagination {
  margin: 0;
  padding: 0;
  text-align: center
}

#pagination li {
  display: inline
}

#pagination li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  color: #000
}

#pagination li a {
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s
}

#pagination li a.active {
  background-color: var(--main-color);
  color: #fff
}

#pagination li a:hover:not(.active) {
  background-color: #ddd;
}

#share-on-img .save-share {
  background-color: var(--main-color) !important;
  font-size: 20px;
  fill: #fff !important;
}



#share-on-img .save-share svg path {
  transition: fill 0.3s ease;
  fill: #fff;
}

.heart-filled svg path {
  fill: red !important;
}

#share-on-img .save-share:hover svg path {
  fill: red;
}

#share-on-img .save-share {
  height: 35px !important;
  width: 35px !important;
}

#share-on-icon .save-share {
  height: 35px !important;
  width: 35px !important;
  border: none !important;
}

#share-on-icon .save-share:hover svg path {
  fill: var(--main-color);
}

.fa-location-dot,
.fa-calendar-days {
  color: var(--main-color);
}

#share-on-icon .save-share {
  background: none !important;
  font-size: 20px;
  fill: #fff !important;
}

#share-on-img {
  position: absolute;
  top: 0;
  left: 0;
  /* right: 0; */
}

#share-on-icon {
  position: absolute;
  top: 0;
  /* left: 0; */
  right: 0;
}

.bg-info-color {
  background-color: var(--main-color) !important;
  color: #fff !important;
}

.icon {
  color: var(--main-color);
  transition: .2s all ease;
}

.icon:hover {
  font-size: 13px;
}

#moreInfoTable tr td>a {
  color: var(--main-color) !important;
}

#moreInfoTable tr td>a:hover {
  color: rgb(213, 32, 219) !important;
}

#moreInfoTable tr th {
  font-size: 14px;
  font-weight: 550 !important;
}

#moreInfoTable tr td {
  font-size: 14px;
}


.view-more-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  /* background: rgba(0, 0, 0, 0.8); */
  background: #fff;
  color: gray;
  border: 1px solid gray;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  font-size: 14px;
}

.bento-item {
  position: relative;
}

.bento-item:hover .view-more-btn {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .bento-tall {
    height: auto !important;
  }

  .bento-content {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
  }

  .bento-tall img {
    max-height: 250px !important;
    object-fit: cover;
  }

  .view-more-btn {
    font-size: 9px;
    margin: 2px 0px !important;
  }

  .bento-item {
    height: 130px;

  }
}

/* project  inner page*/

/* PortfolioHeroSection Section */
.PortfolioHeroSection {
  padding: 10px;
  text-align: end;
  background-color: var(--main-color) !important;
}

.PortfolioHeroSection h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #fff;
}

.PortfolioHeroSection p {
  font-size: 1rem;
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
}



.about-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.about-text {
  flex: 1;
}

.PortfolioHeroSection h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.PortfolioHeroSection h2:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: var(--main-color);
  left: 0;
  bottom: 0;
}

.bio-item {
  margin-bottom: 15px;
  display: flex;
}

.bio-item-label {
  font-weight: 600;
  min-width: 200px;
}

/* Projects Section */
.PortfolioProjects {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.PortfolioProjects h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.PortfolioProjects h2:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: var(--main-color);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.project-categories {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.project-category {
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.project-category:hover,
.project-category.active {
  background-color: var(--main-color);
  color: white;
}

.project-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}

.project-item {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  outline: 1px solid var(--main-color);
}

.project-item:hover {
  transform: translateY(-5px);
}

.project-content {
  padding: 20px;
}

.project-content h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.project-content p {
  color: #666;
  margin-bottom: 15px;
  font-size: 0.9rem;
}

.project-link {
  display: inline-block;
  color: var(--main-color);
  font-size: 0.9rem;
  font-weight: 600;
}

.notable-heading {
  font-size: 1.5rem;
  margin: 25px 0 20px;
  text-align: center;
}

/* Responsive */
@media (max-width: 900px) {

  .header-content,
  .about-content {
    flex-direction: column;
  }

  .logo-container {
    margin-bottom: 20px;
  }

  nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }

}
@media (min-width:100px) and (max-width:320px) {
  .text-in-mobile{
    font-size: 11px !important;
  }
  .slider-text-data{
    top: 40px !important;
  }
  .site-logo img {
    height: 40px;
  }
  .pra-clr {
    font-size: 12px;
}
#footerLogo a img {
  height: 55px;
}
}
@media (min-width:321px) and (max-width:567px) {
  #footerLogo a img {
    height: 65px;
  }
  .pra-clr {
    font-size: 12px;
}
.slider-text-data{
  top: 72px !important;
  left: 0px;
}

}
@media (min-width:567px) and (max-width: 900px) {
  .project-list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

@media (min-width:100px) and (max-width: 566px) {
  .PortfolioProjects {
    padding: 19px 0;
  }

  .project-list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

@media (min-width: 600px) and (max-width: 1200px) {

  .swiper-container {
    height: 50vh !important;
  }

}

@media (max-width: 600px) {
  .bio-item {
    flex-direction: column;
  }

  .bio-item-label {
    margin-bottom: 5px;
  }

  .project-categories {
    flex-wrap: wrap;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd !important;
  font-size: 14px;
}

th {
  background-color: #f2f2f2;
  font-weight: bold;
  width: 30%;
}

tr:hover {
  background-color: #f5f5f5;
}

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

  table,
  th,
  td {
    display: block;
  }

  th {
    width: 100%;
  }
}

.ul-li-circle {
  padding-left: 0;
  margin: 12px 0;
  list-style: none;
}

.ul-li-circle li {
  position: relative;
  padding-left: 30px;
  margin: 12px 0;
}

.ul-li-circle li::before {
  content: '\f005';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: var(--main-color);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}

#pagination {
  margin: 0;
  padding: 0;
  text-align: center;
}

#pagination li {
  display: inline;
}

#pagination li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  color: #000;
  border: 1px solid var(--main-color);
}
/* class="page-item active" */
.active>.page-link, .page-link.active {
  border-radius: 5px;
  border:none;
  
  background-color: var(--main-color) !important;
  color: #fff;
}

#pagination li a:hover:not(.active) {
  background-color: #ddd;
}

/* gallery */


.gallery-item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid rgba(206, 20, 70, 0.2);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  margin-bottom: 10px;
}

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



.gallery-item:hover .gallery-item-overlay {
  opacity: 1;
}

.gallery-item:hover .gallery-item-overlay i {
  transform: scale(1);
}

.gallery-item .gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--main-color), #524c427a);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.25s;
}

.gallery-item .gallery-item-overlay i {
  font-size: 40px;
  color: #fff;
  transform: scale(0);
  transition: all 0.35s;
}

.album .responsive-container-block.bg {
  /* max-width: 1320px; */
  margin: 0 0 0 0;
  justify-content: space-between;
}

.album .responsive-container-block.img-cont {
  flex-direction: column;
  max-width: 33.3%;
  min-height: auto;
  margin: 0 0 0 0;
  height: 100%;
}

.album .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.album .img {
  width: 100%;
  margin: 0 0 0px 0;
}

/* blog  */
.blog-widget-item .content {
  border: 1px solid gray;
  border-top: unset;
}

.blog-widget-item .thumb .date-box {
  position: absolute;
  right: 20px;
  bottom: -20px;
  width: 59px;
  min-width: 59px;
  height: 59px;
  line-height: 16px;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.fs12 {
  font-size: 12px;
}

.white-clr {
  color: #fff;
}

.theme-bg {
  background: var(--main-color2);
}

.black-clr {
  color: var(--common-black);
}

.black-clr:hover {
  color: var(--main-color);
}

.blog-widget-item .thumb img {
  width: 100%;
  transition: all 0.5s;
}

.theme-bg {
  background: var(--main-color);
}

.fa-comments,
.fa-circle-user {
  color: var(--main-color);
}

.pra-clr {
  color: #8f8f8f !important;
}

@media (max-width: 500px) {
  .album .responsive-container-block.img-cont {
    flex-direction: column;
    align-items: center;
    padding: 10px 10px 10px 10px;
    max-width: 100%;
  }
}
.small-cnt-color{
  color: var(--main-color);
}
.small-cnt-color:hover{
  color: var(--common-black);
}
#sidebar .widget {
  border: 1px solid var(--main-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  margin-bottom: 40px !important;
  padding: 18px 18px !important;
  border-radius: 12px;
  border-top: 1px solid var(--main-color);
  border-left: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
  border-bottom: 5px solid var(--main-color);
}
#sidebar .wp-block-search .wp-block-search__input {
  padding: 6px 10px;
  font-size: 15px;
  margin-bottom: 10px;
  color: #4d4749;
  border: solid 1px var(--main-color);
  width: 100%;
  border-radius: 7px;
}
.anchor-text-clr {
  color: var(--main-color);
}
.wp-block-latest-posts__post-title {
  color: var(--main-color);
  font-size: 14px;
}
#sidebar ul li {
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #d3cfcf;
  line-height: 33px;
}
#sidebar ul li::before {
  content: "" !important;
  font-family: 'FontAwesome' !important;
  margin-right: 10px !important;
  height: 8px !important;
  width: 8px !important;
  background: var(--main-color) !important;
  display: inline-block !important;
  transform: rotate(45deg);
}
.form-dssg {
  border: 2px dashed var(--main-color);
  outline: 2px solid var(--main-color);
}
.review-form-div {
  box-shadow: rgba(14, 20, 37, 0.12) 0px 1px 3px 0px, rgba(14, 20, 37, 0.12) 0px 1px 8px 0px !important;
}
#review-form .form-group {
  margin-bottom: 15px;
}
.starpkg {
  margin-right: 2px;
  font-size: 23px;
  width: 28px;
  height: 28px;
  transition: .6s all;
}
.heading-clr{
  color: var(--main-color);
}