@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Syne:wght@400..800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Containers */
.container-fluid-max {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

/* .container {
    max-width: 1200px;
} */

.container-fluid {
  max-width: 1400px;
}

body {
  overflow-x: hidden;
}

@media (max-width: 576px) {
  .container-fluid {
    max-width: 95%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
  font-family: Montserrat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Syne;
}

.crafting-heading h1 {
  background: -webkit-linear-gradient(#000000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Syne", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.syne-font{
  font-family: "Syne", sans-serif !important;
}

@media (max-width: 1200px) {
  .crafting-heading h1 {
    font-size: 67px;
  }
}

@media (max-width: 992px) {
  .crafting-heading h1 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .crafting-heading h1 {
    font-size: 37px;
  }
}

@media (max-width: 576px) {
  .crafting-heading h1 {
    font-size: 33px;
  }
}

@media (max-width: 360px) {
  .crafting-heading h1 {
    font-size: 24px;
  }
}

.experience {
  position: relative;
}
.experience-box {
  border-radius: 104px;
  background: #000;
  width: 100%;
  height: 120px;
  max-height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
}

.exp-content {
  position: relative;
}

.exp-count h5 {
  color: #fff;
  font-family: Syne;
  font-size: 40px;
  font-weight: 400;
}

.count-year {
  font-size: 24px;
}

.exp-count,
.exp-value {
  z-index: 1;
  position: relative;
}

.exp-value h6 {
  color: white;
  line-height: 50px;
  position: relative;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  z-index: 1;
}

.best-design {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.exp-svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hand-shake-icon {
  scale: 1.2;
}

.exp-svg svg {
  width: 60px;
}

@media screen and (max-width: 768px) {
  .experience-box {
    height: auto;
  }

  .exp-count h5 {
    font-size: 30px;
  }

  .count-year {
    font-size: 18px;
  }

  .exp-value h6 {
    font-size: 18px;
    line-height: 40px;
  }

  .exp-svg {
    margin-top: 20px;
    margin-left: 0;
    position: relative;
    top: auto;
  }

  .exp-svg svg {
    width: 50px;
  }
}

@media screen and (max-width: 480px) {
  .experience-box {
    flex-direction: row;
    height: auto;
    gap: 10px;
    flex-wrap: wrap;
    padding: 15px;
    border-radius: 20px;
  }

  .exp-count h5 {
    font-size: 24px;
  }

  .count-year {
    font-size: 16px;
  }

  .exp-value h6 {
    font-size: 16px;
    line-height: 50px;
  }

  .exp-svg {
    margin-top: -60px;
    margin-left: 20px;
  }

  .exp-svg svg {
    width: 40px;
  }
}

/* About */

.about-heading h2 {
  color: #000;
  font-family: Syne;
  font-weight: 600;
}

.about-para p {
  font-weight: 400;
  line-height: 144%;
}

.about-contact-btn {
  width: 100%;
  max-width: 180px;
  height: 50px;
  background: #c40000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-contact-btn svg {
  margin-left: 20px;
  margin-top: 2px;
}

.about-contact-btn svg path {
  stroke: white;
}

.about-contact-btn a {
  text-decoration: none;
  color: white;
  text-align: center;
}

/* ABout slider */

/*Rolling Text */
.rolling-text {
  display: flex;

  align-items: center;
  overflow: hidden;
  width: 100%;
}

.slider-images-swiper{
  .slider-img{
    width: 100%;
    max-width: 800px;
    height: 500px;
    overflow: hidden;
    img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

.tab {
  list-style: none;
}

.wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-radius: 1px;
}

.tabs-box {
  display: flex;
  width: calc(200%);
  animation: scroll-left 30s linear infinite;
  margin: 10px;
}

.tab {
  margin-right: 20px;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.tabs-box .tab {
  flex: 0 0 auto;
  cursor: pointer;
  font-family: Syne;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  padding: 6px 14px;
  border-radius: 7px;
  border: 1px solid #606060;
  background: #f8f8f8;
  white-space: nowrap;
}

.tabs-box .tab:hover {
  background: #efedfb;
}

.tabs-box .tab.active {
  color: #fff;
  background: #5372f0;
  border-color: transparent;
}

/* Standout */
.standout-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  row-gap: 30px;
  padding: 20px;
}

.box-img {
  margin-bottom: 10px;
}

.box-img img {
  width: 40%;
}

.card-design img {
  width: 50px;
  object-fit: contain;
}

.standout-box {
  padding: 30px;

  text-align: center;
  background: #fff;
  box-shadow: 3.481px 3.481px 7.224px 0px rgba(0, 0, 0, 0.05) inset,
    -3.481px 3.481px 15.578px 0px rgba(0, 0, 0, 0.11);
}

.standout-box img {
  height: 80px;
  width: 100%;
  object-fit: contain;
}

@media (max-width: 1000px) {
  .standout-container {
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
  }

  .testimonial-main {
    margin-top: -40px;
  }
}

@media (max-width: 768px) {
  .standout-container {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .standout-box {
    max-width: 100%;
    overflow: hidden;
    padding: 14px;
  }

  .standout-box svg {
    scale: 0.8;
  }

  .standout-box h6 {
    font-size: 0.8rem;
  }

  .standout-box:last-child {
    margin-left: 55%;
    width: 100%;
    overflow: visible;
  }
}

.jumping-div {
  transform-origin: bottom left;
}

@keyframes jump {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* Adjust height as needed */
  }
}

/* Stack Card */

.step-count {
  background-color: #000;
  background-image: url("../img/stop-overall-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.card {
  position: sticky;
  top: 100px;
  transform-origin: center top;
  width: 100%;
  min-height: 180px;
  height: min-content;
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 0px 15px 2px #c400004d;
}

.card-design {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  gap: 5px;
}

.card-img {
  width: 100%;
  height: 100%;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.card-body {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.video-card {
  width: 100%;
  height: auto;
  border: 1px solid #fff;
  border-radius: 2px;
  overflow: hidden;
}

.step {
  border-radius: 12px;
  background: #c40000;
  width: 100%;
  max-width: 100px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.card-title {
  margin: 0;
  color: #c40000;
  font-family: Syne;
  font-style: normal;
  line-height: 144%;
}

.card-text {
  font-family: Montserrat;
  font-weight: 400;
}

.card:nth-child(1) {
  transform: translateY(0px);
}

.card:nth-child(2) {
  transform: translateY(20px);
}

.card:nth-child(3) {
  transform: translateY(40px);
}

.card:nth-child(4) {
  transform: translateY(60px);
}

.card:nth-child(5) {
  transform: translateY(80px);
}

.card:nth-child(6) {
  transform: translateY(100px);
}

.scard-deck-js {
  height: 100%;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .container {
    padding: 10px;
  }

  .card-title {
    font-size: 1rem;
  }

  .card-body{
    padding: 10px 20px;
  }

  .card-design img{
    width: 35px;
    margin-right: 10px;
  }

  .card-text {
    font-size: 0.8rem;
  }

  .step {
    max-width: 80px;
    height: 25px;
  }

  .scard-deck-js {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
  }

  .step-right {
    position: relative;
    top: 0;
  }
}

.step-right-heading h2 {
  color: #fff;
  font-family: Syne;

  font-weight: 600;
}

.step-right-subheading h3 {
  color: #e6e6e6;
  font-weight: 500;
}

.step-right-subheading h3::after {
  content: "";
  background: #c40000;

  min-width: 200px;
  height: 2px;
  position: absolute;
  margin-top: 16px;
  margin-left: 40px;
}
.step-right-para p {
  color: #fff;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
}

.service-container h1::after {
  content: "";
  background: #c40000;
  width: 100%;
  max-width: 100px;
  height: 4px;
  position: absolute;
  margin-top: 28px;
  margin-left: 40px;
}

.interior-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.interior-design {
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  gap: 24px;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1),
    background 0.5s ease;
}

.interior-img {
  width: 80%;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.interior-img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.interior-para {
  width: 80%;
}

.interior-para p {
  width: 100%;
  text-align: justify;
}

/* Responsive Design */
@media (max-width: 768px) {
  .interior-section {
    grid-template-columns: 1fr;
  }

  .interior-design {
    width: 100%;
  }

  .interior-img img {
    width: 100%;
  }
}
@media (max-width: 468px) {
  .step-right-subheading h3::after {
    min-width: 58px;
    margin-left: 4px;
    margin-top: 11px;
  }

  .faq-subheading p::after {
    max-width: 66px;
    margin-left: 10px;
  }
  .service-container h1::after {
    content: "";
    background: #c40000;
    width: 50%;

    height: 4px;
    position: absolute;
    margin-top: 14px;
    margin-left: 20px;
  }
  .project-heading h1::after {
    content: "";
    width: 10%;

    margin-left: 20px;
    margin-top: 35px;
    height: 3px;
    background-color: #c40000;
    position: absolute;
  }
}

.view-more {
  border: 1px solid #000;
  display: inline-flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.view-more p {
  color: #000;
  font-family: Montserrat;
  font-weight: 600;
}

.interior-design:hover {
  background: linear-gradient(270deg, #000 0%, #666 100%);
  transform: translateY(-10px) scale(1.05);
}

.interior-design:hover .view-more {
  border-color: #fff;
}

.interior-design:hover .view-more p {
  color: #fff;
}

.interior-design:hover .interior-heading h3 {
  color: #fff;
}

.interior-design:hover .interior-para p {
  color: #fff;
}

.interior-design:hover .view-more svg path {
  stroke: #fff;
}

.grid-background {
  width: 100%;
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.08) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 1px, transparent 1px);
  background-size: 70px 70px;
}

/* Project Section  */

.project-heading h1 {
  color: #000;
  font-family: Syne;
  font-weight: 600;
  position: relative;
}

.project-heading h1::after {
  content: "";
  width: 10%;

  margin-left: 20px;
  margin-top: 20px;
  height: 3px;
  background-color: #c40000;
  position: absolute;
}

.project-img {
  width: 100%;
}

.project-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.project-right-line {
  width: 100%;
  max-width: 100px;
  height: 10px;
  background-color: #000;
}

.project-right h3 {
  font-family: Syne;
  font-weight: 600;
}

.project-right-para {
  width: 80%;
}

.project-right-para p {
  width: 100%;
}

.view-project {
  width: 100%;
  max-width: 200px;
  border: 1px solid #f00;
  background: #d00;
}

.view-project p {
  color: white;
}

.view-project svg path {
  stroke: #fff;
}

.right-whole-project {
  position: relative;
}

.connect-now-btn svg path {
  stroke: #fff;
}

.project-right {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project-view-btn {
  display: flex;
  justify-content: center;
}

.project-inner-btn svg path {
  stroke: #fff;
}

@media (max-width: 768px) {
  .view-more {
    padding: 8px 6px;
    gap: 8px;
  }
  .view-project {
    max-width: 150px;
  }
}

/* Scrool */

.partner-heading h4 {
  color: #000;
  font-family: Syne;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.8;
}
.scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.scroll-inner {
  display: flex;
  animation: scroll 15s linear infinite;
  gap: 20px;
}

.partner-detail {
  display: flex;
  align-items: center;
  gap: 30px;
}
.partner-detail img {
  height: 100px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .scroll-inner {
    width: 400%;
    animation: scroll 20s linear infinite;
  }

  .partner-detail {
    gap: 20px;
    align-items: center;
  }

  .whole-partner-box {
    margin: 10px 0;
  }
}

/* faq */

.faq-subheading p {
  color: #000;
  font-family: Montserrat;
  font-weight: 500;
}
.faq-subheading p::after {
  content: "";
  width: 100%;
  max-width: 60px;
  height: 2px;
  background-color: #c40000;
  position: absolute;
  margin-top: 12px;
  margin-left: 10px;
}

/* @font-face {
  font-family: "Avenir";
  src: url("../assets/font/AvenirLight.woff2") format("woff2"),
    url("../assets/font/AvenirLight.woff") format("woff");
  font-weight: 400;
  font-style: normal;
} */

.faq-whole {
  background-color: var(--white-text-white);
  color: var(--black-text-black);
  font-family: sans-serif;
  /* custom scroll bar   */
  overflow-y: scroll;
}
.faq-whole::-webkit-scrollbar {
  width: 8px;
}

.faq-whole::-webkit-scrollbar-thumb {
  background-color: var(--primary-text);
  border-radius: 100px;
}
.faq-section .accordion {
  width: 100%;
}

.accordion-button:not(.collapsed) {
  /* background-color: #c5e5d8;*/
  background-color: white;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:before {
  content: "";
  position: absolute;
  /*   right: 0.75rem; */
  right: 0.75rem;
  top: 1.25rem;
  height: 2px;
  width: 1rem;
  background-color: #000;
}
.accordion-button.collapsed:after {
  content: "";
  position: absolute;
  /*   right: 1.1875rem; */
  right: 1.1875rem;
  top: 0.8125rem;
  height: 1.0625rem;
  width: 0.125rem;
  border-style: none;
  background-color: #000;
}

.faq-section .accordion-button h5 {
  /*   color: #7dbc9e; */
  color: #000;
  margin-right: 13px;
  color: #000;
  font-family: Montserrat;
  font-size: 18px;

  font-weight: 400;
}
.accordion-body {
  background-color: white;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;

  font-weight: 400;
}

/* button:focus:not(:focus-visible) {
    outline: 0;
} */

@media screen and (min-width: 768px) {
  /*   .faq-section .accordion {
    width: 50%;
    margin: 0 auto;
  } */

  .accordion-button:before {
    right: 0.75rem;
  }

  .accordion-button.collapsed:after {
    right: 1.1875rem;
  }

  .faq-section .accordion-button h5 {
    margin-right: 0px;
  }
}

/* connect now */

.contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.contact-form input,
.contact-form textarea {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}
.contact-form .half-width {
  flex: 1 1 calc(50% - 15px);
  box-sizing: border-box;
}
.contact-form .full-width {
  flex: 1 1 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .contact-form .half-width {
    flex: 1 1 100%;
  }
}

/* Footer */

.whole-footer {
  position: relative;
  background-color: #000;
  padding-top: 60px;
  margin-top: 300px;
}

.footer-bg {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

.footer-img {
  width: 100vw;
  max-width: 100vw;
  margin: 0 auto;
  position: relative;
  margin-top: -20px;
  margin-top: -300px;
  transform-origin: bottom center;
  transition: transform 0.1s ease, padding-bottom 0.1s ease;
}

.footer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-footer-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  font-size: 3.5rem;
}

.overlay-footer-text h1 {
  font-size: 3.5rem;
}

/* End Footer Styling */
.end-footer-bg {
  background-color: white;
  padding-top: 40px;
  padding-bottom: 20px;
  color: black;
}

.end-footer-bg h4 {
  font-family: Syne;
  font-weight: 700;
}

.end-top-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.end-left-intro {
  flex: 1;
  min-width: 250px;
}

.end-left-intro h4,
.end-left-intro p,
.company-link p,
.follow-us-link p {
  color: black;
}

.links {
  display: flex;
  gap: 100px;
  flex: 1;
  min-width: 250px;
  padding-left: 44px;
}

.company-link ul,
.follow-us-link ul {
  list-style: none;
  display: grid;
  flex-direction: row;
  padding: 0;
  grid-template-columns: 1fr 1fr;
  max-width: 400px;
  margin-bottom: 4px;
}

.company-link ul li {
  color: black;
  margin-top: 10px;
}

.follow-us-link ul li {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.follow-us-link ul li a {
  align-items: center;
  flex-direction: row;
  place-content: center;
  place-items: center;
  align-items: center;
  display: flex;
}

.follow-us-link ul li svg {
  margin-right: 10px;
}

.end-line {
  border-top: 1px solid #606060;
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
}

.end-line-svg {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 20%;
}

.end-para p {
  max-width: 400px;
  line-height: 190%;
}

.end-top-footer .links p {
  font-family: Syne;
  padding-bottom: 10px;
  font-weight: 600;
}

.message {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
}

.message h6 {
  font-size: 16px;
  margin-bottom: 10px;
}

.copyrights {
  text-align: center;
  padding: 20px 0;

  color: black;
  font-size: 12px;
}

.footer-background-svg {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .end-top-footer {
    flex-direction: column;
  }

  .links {
    align-items: center;
    padding-left: 0;
  }

  .message {
    align-items: center;
  }

  .overlay-footer-text h1 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .whole-footer {
    margin-top: 100px;
  }
  .footer-img {
    margin-top: -100px;
    height: 350px;
  }
}

.first-bg-color {
  padding: 60px 0px;
  margin-top: -250px;
  background: #272d63;
  width: 100%;
  max-height: 550px;
  height: 600px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

.about-home img {
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.about-home {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 600px;
}

.moveable-arrow {
  display: flex;
  cursor: pointer;
}

.left-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  padding: 6px;
  border: 1px solid #606060;
  margin-right: 10px;
}

.right-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  padding: 6px;
  border: 1px solid #606060;
  margin-right: 10px;
}

/* General Enhancements */
.testimonial {
  position: relative;
}

.photo-name {
  display: flex;
  gap: 15px;
  align-items: center;
}
.testimonial-bg-heading h3 {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #fff;
  font-family: Syne;
  font-size: 40px;
  font-weight: 700;
}

.testimonial-main {
  padding: 0px 10px;
  margin-top: -200px;
  position: relative;
}
.testimonial-bg {
  width: 100%;
}
.testimonial-bg img {
  width: 100%;

  height: auto;
  object-fit: cover;
  border-radius: 0 0 0 100px;
}

.testimonial-box {
  background-color: #000;
  border-radius: 12px 12px 0 0;
}

.testimonial-details {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-inner {
  background-color: #c40000;
  padding: 20px 20px;
  border-radius: 12px 12px 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.testimonial-lower {
  background-color: white;
}

.red-heading h3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin: 0;
}
.user-arrow {
  display: flex;
  justify-content: space-around;
}
.testimonial-para p {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-align: justify;
}

.user-photo img {
  width: 50px;
  height: 50px;
}

.testimonial-middle {
  padding: 20px;
  height: 100%;
  min-height: 200px;
}

/* Media Queries for Responsive Design */
@media (max-width: 1200px) {
  .testimonial-bg-heading h3 {
    font-size: 30px;
    padding: 15px;
  }
}

@media (max-width: 992px) {
  .testimonial-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-lower {
    flex-direction: column;
    align-items: flex-start;
  }

  .user-photo img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1000px) {
  .testimonial-main {
    margin-top: -60px;
  }
}

@media (max-width: 768px) {
  .testimonial-inner {
    align-items: flex-start;
  }

  .red-heading h3 {
    font-size: 18px;
  }

  .testimonial-para p {
    font-size: 14px;
  }

  .testimonial-main {
    margin-top: -120px;
  }

  .user-name h6 {
    font-size: 16px;
  }

  .user-name p {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .testimonial-middle {
    height: 100%;
    min-height: 250px;
  }

  .testimonial-para p {
    padding: 5px;
    font-size: 12px;
  }

  .testimonial-bg img {
    height: 180px;
    border-radius: 0 0 0 50px;
  }

  .testimonial-main {
    margin-top: -80px;
  }

  .user-name h6 {
    font-size: 14px;
  }

  .user-name p {
    font-size: 10px;
  }
}

.yt-thumbnail {
  width: 100%;
  height: auto;

  cursor: pointer;
}
.fade {
  z-index: -5000;
}

.yt-modal-frame {
  width: 100%;
  height: 500px;
}

.custom-modal-content {
  z-index: 1060;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal-dialog {
  max-width: 900px;
}

#reviewForm .error {
  font-size: 13px;
  color: red;
}

/*Float icon message*/

/* Begin float */

.float {
  position: fixed;
  bottom: 60px;
  right: 24px;
  text-align: center;
  z-index: 1000;
}

.float .trigger {
  border-radius: 50%;

  position: relative;

  color: #fff;
  height: 60px;
  width: 60px;
  vertical-align: middle;
  animation: 1.5s linear 0s infinite normal pulse;
  transition: ease-in-out 0.2s;
  cursor: pointer;
}

.float .trigger:hover {
  transform: scale(1.1);
}

.float svg {
  width: 100%;
}

.card-panel-container {
  display: flex;
  justify-content: space-evenly;

  padding-top: 40px;
  flex-wrap: wrap;
}

.card-panel {
  width: 390px;
  height: 500px;
  position: relative;
  perspective: 1000px;
  cursor: pointer;
  margin-bottom: 40px;
}

.card-inner-panel {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.card-panel:hover .card-inner-panel {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  backface-visibility: hidden;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-front {
  background-color: rgba(165, 165, 165, 0.419);
  position: absolute;
}

.card-front h3 {
  position: absolute; /* Position it absolutely within the card front */
  top: 0; /* Adjust the top position */
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
  width: 100%;
  height: 60px;
  background-color: #d9d9d9;
  place-content: center;
  z-index: 8;
}

.card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-back {
  background-color: rgba(165, 165, 165, 0.419);
  transform: rotateY(180deg);
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.card-title-panel {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}

.card-description {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.view-more-panel {
  padding: 10px 20px;
  background: none;
  border: 2px solid #333;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: bold;
}

.view-more-panel:hover {
  background: #333;
  color: white;
}

/* .view-more-link{
  margin-left: 40px;
} */

.border {
  width: 100%;
}
.project-heading-outer h1 {
  font-size: 55px;
  margin-left: -40px;
}

/* Testimonial  */
/* Responsive Container */
.testimonials-container {
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
}

/* Testimonial Card */
.testimonial-card {
  background: #f3f4f6;
  border-radius: 16px;
  padding: 32px;
  margin: 10px;
  min-height: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Quote Mark */
.quote-mark {
  width: 10%;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.5;
  color: #111827;
  margin-bottom: 24px;
  margin-top: 16px;
  flex-grow: 1;
  font-weight: 500;
}

/* User Info */
.user-info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  margin-left: -32px;
  margin-bottom: -32px;
  background-color: white;
  border-top-right-radius: 40px;
}

.user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.user-details {
  display: flex;
  flex-direction: column;
}

.user-name {
  font-weight: 500;
  color: #111827;
  font-size: 14px;
}

.user-handle {
  color: #6b7280;
  font-size: 14px;
}

/* Add Review Button */
.add-review {
  display: inline-flex; /* Ensures the entire button area is clickable */
  align-items: center;
  justify-content: center;
  background: #000;
  color: white;
  padding: 20px 20px;

  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}

.review-manual {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Swiper */
.swiper {
  padding: 20px 10px;
}

.swiper-slide {
  height: auto;
}

/* Custom pagination */

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d1d5db;
  opacity: 1;
  bottom: 90px;
  left: -14px;
}

.swiper-pagination-bullet-active {
  background: #111827;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .testimonials-container {
    padding: 20px 10px;
  }

  .testimonial-card {
    padding: 24px;
    margin: 5px;
  }

  .user-info {
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px;
    border-top-right-radius: 20px;
  }

  .add-review {
    padding: 6px 12px;
    font-size: 12px;
  }

  .testimonial-text {
    font-size: 14px;
  }

  .user-name,
  .user-handle {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .testimonial-card {
    padding: 16px;
  }

  .quote-mark {
    width: 15%;
  }

  .testimonial-text {
    font-size: 13px;
    margin-bottom: 16px;
  }

  .user-avatar {
    width: 32px;
    height: 32px;
  }

  .add-review {
    bottom: 10px;
    right: 10px;
  }
}

.bg-image {
  background-image: url("../img/default/haveProject.jpeg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  position: relative;
}

@media(max-width:576px){
  .bg-image{
    min-height: 450px;
  }
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: Syne;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: left;
  width: 100%;
  padding-left: 2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.form-container {
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

.form-control {
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 0.8rem;
  margin-bottom: 1rem;
}

.contact-btn-contact {
  background-color: black !important;
  color: white;
  border-radius: 0;
  padding: 0.8rem 2rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  position: relative;
}

.contact-btn-contact:hover {
  color: white !important;
}
.contact-btn-contact svg {
  margin-left: 10px;
}

.contact-heading {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.contact-heading h3 {
  font-weight: 600;
}

.heading-line {
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: red;
  margin-left: 1rem;
}

.swiper-pagination-bullet-active {
  background: #000 !important;
}

.project-new-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50vh;
}

.project-sliding-img {
  width: 100%;

  height: 300px;
}

.project-sliding-img img {
  width: 100%;
  height: 400px;
}

.project-light-heading h4 {
  color: #bebebe;
  font-family: Syne;
  font-size: 60px;
  margin-bottom: -40px;
  position: relative;
  z-index: -5;
  font-weight: 600;
}

.project-dark-main h5 {
  color: #000;
  font-family: Syne;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .project-light-heading h4 {
    font-size: 48px; /* Reduce font size on smaller screens */
    margin-bottom: -20px; /* Adjust margin */
  }

  .project-dark-main h5 {
    font-size: 36px; /* Reduce font size on smaller screens */
  }

  .project-sliding-img {
    max-width: 100%; /* Allow full width on small screens */
  }
}

@media (max-width: 576px) {
  .project-new-heading {
    height: auto; /* Allow height to adjust on extra small screens */
  }

  .project-light-heading h4 {
    font-size: 32px; /* Further reduce font size */
  }

  .project-dark-main h5 {
    font-size: 24px; /* Further reduce font size */
  }
}
.casa-grand {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.brick {
  color: white;
  max-width: 210px;
}

.service-span {
  font-size: 32px;
}
#popupModal,
#thankYouModal {
  display: none;
  position: fixed;
  /* Additional styles */
}

/* .project-sliding-img-para{
 position: relative;
 top: 40px;
 color: #000;
} */

.single-project {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
}

.carousel-inner{
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
  border-radius: 10px;
}

.project-heading h3 {
  color: #000;
  text-shadow: 0px 2px 4px #fff;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 10px;
}

.project-description {
  margin-top: 10px;
  margin-bottom: 10px;
}
.project-description p {
  color: #606060;
  text-align: center;
  font-style: normal;
  font-weight: 500;
}

.sliding-area img {
  width: 100%;
  height: 100vh !important;
  object-fit: cover;
}

@media (max-width: 320px) {
  .connect-now-contact {
    font-size: 14px;
  }

  .connect-now-contact::after {
    width: 25px;
    height: 1px;
    margin-left: 5px;
  }
}

.container-contact {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.end-left-logo {
  width: 50%;
}

.end-left-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-card {
  position: relative;
}
.youtube-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 5px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  cursor: pointer;
}

.video-swiper-pagination{
  position: relative !important;
}

.overlay i.fab.fa-youtube {
  color: #ff0000;
  font-size: 3rem;
}
