@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.contact-item img {
  width: 10%;
  margin-right: 4px;
}

.top-bar {
 background-color: #0a0928;
  padding: 8px 0;
  color: #ffffff;
  font-size: 13px;
}

.contact-item i {
  margin-right: 6px;
  color: #f1f1f1;
}

.social-links {
  display: flex;
  align-items: center;
}

.social-links li {
  display: flex;
  align-items: center;
}

.social-links li a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 15px;
  display: inline-block;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
}

.border-right-custom {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.social-links li:last-child a {
  padding-right: 0;
}

.social-links li a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .top-bar {
    text-align: center;
  }
  .border-right-custom {
    border-right: none;
  }
  .social-links li a {
    padding: 0 10px;
  }
}

.contact-item {
  font-family: "Poppins", sans-serif;
}
.hero-section {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("./assets/images/hero-1.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.navbar-brand .logo-box {
  background: #d4af37;
  color: white;
  padding: 2px 10px;
  border-radius: 4px;
}

.nav-link {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  margin-top: 10px;
}

.dropdown-item {
  font-size: 14px;
  padding: 10px 20px;
  color: #333;
  font-family: "Poppins", sans-serif;
}

.dropdown-item:hover {
  background-color: #0a0928;
  color: white;
}

.bottom-ticker {
  position: absolute;
  bottom: 0;
  width: 100%;
 background-color: #0a0928;
  padding: 10px 0;
  white-space: nowrap;
}

.ticker-content {
  display: inline-block;
  animation: marquee 30s linear infinite;
  color: white;
  font-weight: 500;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 992px) {
  .navbar-collapse {
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
  }
  .hero_text {
    font-family: "Marcellus", serif;
    font-size: 38px !important;
    line-height: 55px !important;
    font-weight: 500;
    margin-top: 16px;
  }
  .hero_sec_text span {
    font-size: 14px !important;
  }
  .hero-section {
    position: relative;
    min-height: 59vh !important;
  }
  .hero_text_top {
    margin-top: 43px !important;
  }
}

.sub-heading {
  color: #d4af37;
  letter-spacing: 2px;
}
.btn-gold {
 
  background-color: #0a0928;
  color: white;
  box-shadow: 0 4px 15px rgba(156, 137, 94, 0.3);
  transition: all 0.3s ease;
}
.play-circle {
  background-color: #0a0928;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: transparent !important;
}

.modal-header .close {
  font-size: 2rem;
  opacity: 1;
  outline: none;
}

.video-link:hover .play-circle {
  background: #000;
  border-color: #000;
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

.video-link {
  text-decoration: none !important;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}
.hero_sec_text span {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.hero_text {
  font-family: "Marcellus", serif;
  font-size: 60px;
  line-height: 75px;
  font-weight: 500;
  margin-top: 16px;
      text-transform: uppercase;
}
.hero_text_top {
  margin-top: 110px;
}

.btn-gold_radius {
  padding: 10px 20px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.btn-gold_radius:hover {
  color: #fff;

  transform: translateY(-2px);
}
.about-us-img-container {
  position: relative;
  padding: 30px 40px 60px 0;
}

.img-shadow-box {
  position: relative;
  display: inline-block;
}

.img-shadow-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #eaddcf;
  top: 20px;
  left: 20px;
  z-index: -1;
  border-radius: 20px;
}

.rounded-20 {
  border-radius: 20px;
}

.about_left_side_img {
  position: absolute;
  background: #fff;
  width: 240px;
  padding: 22px;
  border-radius: 15px;
  right: -20px;
  top: 55%;
  transform: translateY(-50%);
  z-index: 5;
}

.card-header-flex {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.icon-wrapper {
 background-color: #0a0928;
  color: #0a0928;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.stat-number {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 0 12px;
  color: #1a1a1a;
}
.about_left_side_img h6 {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}
.about_left_side_img p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.4;
  margin: 0;
}

.award-icon-gold {
  color: #0a0928;
  font-size: 24px;
}
.award-text {
  font-size: 13px;
  color: #6c757d;
  font-weight: 500;
  margin-top: 12px;
}
.play-circle img {
  width: 33%;
}

.about-head_title {
  color: #0a0928;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
}
.about-title {
  font-size: 44px;
  font-weight: 500;
  line-height: 56px;
  color: #111;
  font-family: "Marcellus", serif;
}
.about-desc {
  color: #6c757d;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.mission_vission_icon {
 background-color: #0a0928;
  color: #0a0928;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
}

.media-body_mission_vision h5 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
  font-family: "Poppins", sans-serif;
}
.media-body_mission_vision p {
  font-size: 15px;
  color: #6c757d;
  margin: 0;
}

.btn-dark-about {
 background-color: #0a0928;
  color: #fff;
  font-weight: 600;
  border: none;
  transition: 0.3s;
  padding: 10px 20px 12px 34px;
  box-shadow: 0 4px 15px rgba(156, 137, 94, 0.3);
  transition: all 0.3s ease;
      border-radius: 50px;

}
.btn-dark-about:hover {
 background-color: #0a0928;
  color: #fff;

  transform: translateY(-2px);
}
.rotate-45 {
  transform: rotate(45deg);
  display: inline-block;
}

.about_us_right_design_box {
  background: #baaa78;
 background-color: #0a0928;
  padding: 15px 25px;
  border-radius: 20px;
  text-align: center;
  min-width: 160px;
}

.about_us_design_icon img {
  width: 20%;
  margin-bottom: 7px;
}

@media (max-width: 992px) {
  .navbar-brand {
    width: 40% !important;
}
  .about_left_side_img,
  .about-us-award-card {
    position: relative;
    width: 100%;
    right: 0;
    transform: none;
    margin-top: 20px;
  }
  .about-us-img-container {
    padding: 0;
  }
  .img-shadow-box::after {
    display: none;
  }
  .about-title {
    font-size: 27px;
    line-height: 40px;
  }
  .about_us_right_design_box {
    margin-top: 20px;
    width: 100%;
  }
  .heading h2 {
    text-align: center;
    font-family: "Marcellus", serif;
    font-size: 27px !important;
    margin-bottom: 10px;
    line-height: 38px;
  }
}

.about-us-award-card1 {
  padding: 16px;
  background-color: #f4f0e9;
  border-radius: 10px;
  margin-top: 20px;
}
.award-icon-gold img {
  width: 31%;
}

.our-scrolling-ticker {
  background: linear-gradient(
    90deg,
    var(--accent-secondary-color) 0%,
    var(--accent-color) 100%
  );
  padding: 24px 0;
}
.scrolling-ticker-box {
  --gap: 30px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}
.scrolling-content {
  flex-shrink: 0;
  display: flex;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 50s linear infinite;
}

.contact_menu {
  font-family: "Poppins", sans-serif;
  background-color: #0a0928;
  color: #fff;
}
.contact_menu:hover {
  color: #fff;
}
.heading {
  text-align: center;
}
.why_choose_center {
  text-align: center;
}
.main-wrapper {
  padding: 50px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  max-width: 1200px;
  margin: 20px auto;
}

.tab-container {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
}

.tab-menu {
  display: flex;
  flex-direction: column;
}

.tab-link {
  background: none;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  padding: 25px 15px;
  text-align: left;
  font-size: 1.2rem;
  cursor: pointer;
  transition: 0.3s ease;
  color: #333;
  font-family: "Marcellus", serif;
  font-weight: 600;
}

.tab-link.active {
  background-color: #000;
  color: #fff;
  border-bottom-color: #000;
}

.tab-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: flex-start;
  animation: fadeEffect 0.6s;
}

.tab-panel.active-panel {
  display: grid;
}

.img-box img {
  width: 100%;
  height: auto;
  display: block;
}

.content-box h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Marcellus", serif;
}

.content-box p {
  color: #6c757d;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.points {
  list-style: none;
  margin-bottom: 30px;
}

.points li {
  margin-bottom: 12px;
  color: #333;
  font-family: "Poppins", sans-serif;
}

.btn-more {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  font-family: "Poppins", sans-serif;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .points {
    list-style: none;
    margin-bottom: 30px;
    margin: 0px;
    padding: 0px !important;
  }
  .tab-container {
    grid-template-columns: 1fr;
  }
  .tab-panel {
    grid-template-columns: 1fr;
  }
  .tab-menu {
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.services-section {
  background-color: #f7f7f7;
  background-image: url(assets/images/bg-image-04.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 70px 0px;
}

.heading h2 {
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 55px;
}

.heading p {
  text-align: center;
  color: #6c757d;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.why_choose_us {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
}

.why_choose_heading {
  font-size: 44px;
  font-weight: 500;
  line-height: 56px;
  color: #111;
  font-family: "Marcellus", serif;
  color: #000;
  margin-top: 10px;
}

.why_choose_desc {
  font-size: 15px;
  line-height: 1.7;
}

.wcu_number {
  font-family: "Marcellus", serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #000;
  min-width: 140px;
  line-height: 1;
}

.why_choose_project h4 {
  font-family: "Marcellus", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}
.why_choose_project p{
      color: #6c757d !important;
}
@media (max-width: 768px) {
  .heading_how_white h2 {
    font-size: 27px !important;
    font-weight: 500;
    line-height: 36px !important;
    font-family: "Marcellus", serif;
    color: #fff;
    margin-top: 10px;
  }
  .why_choose_heading {
    font-size: 27px;
    line-height: 38px;
  }
  .wcu_stat_item {
    flex-direction: column;
  }
  .wcu_number {
    min-width: auto;
    margin-bottom: 10px;
  }
  .wcu_info {
    padding-left: 0 !important;
  }
  .testi-card {
    margin: 0px 0px 0px 0px !important;
  }
  .section-footer {
    margin-top: 20px !important;
    text-align: center;
  }
  .counter-section {
    border-top: none;
    margin-top: 0px !important;
    padding-top: 20px !important;
  }
}
.why_choose_us_padding {
  padding: 70px 0px;
}

.video_bgcolor {
  position: relative;

  height: 80vh;

  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url("./assets/images/hero-1.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.video_play {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none !important;
  color: #ffffff !important;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 10;
}

.video_play::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: rippleEffect 3s infinite;
}

@keyframes rippleEffect {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.video_play:hover {
  background: #ffffff;
  color: #000000 !important;
  transform: scale(1.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .video_bgcolor {
    height: 24vh;
  }
  .video_play {
    width: 90px;
    height: 90px;
    font-size: 12px;
  }
}

.modal-content {
  background: #000;
  border: none;
  border-radius: 0;
}
.close-video {
  position: absolute;
  top: -45px;
  right: 0;
  color: #fff;
  font-size: 35px;
  background: none;
  border: none;
  cursor: pointer;
}
.how_it_works_section {
  background-color: #ffffff;
  padding: 70px 0px 70px;
}

.hiw_main_title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -1px;
}

.hiw_grid {
  border-top: 1px solid #e0e0e0;
}

.hiw_card {
  padding: 50px 40px;
  background: #fff;
  transition: all 0.4s ease;
  border-color: #e0e0e0 !important;
}

.hiw_card:hover {
  background-color: #fafafa;
  z-index: 1;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.02);
}

.hiw_header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding: 0px 10px;
}

.hiw_number {
  font-size: 2.8rem;
  font-weight: 600;
  color: #111;
  margin-right: 25px;
}

.hiw_arrow {
  font-size: 2rem;
  color: #d1d1d1;
  transition: transform 0.3s ease;
}

.hiw_card:hover .hiw_arrow {
  color: #000;
  transform: translateX(10px);
}

.hiw_step_title {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
  text-transform: capitalize;
  padding: 0px 10px 0px;
}

.hiw_text {
  color: #6c757d;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;

  padding: 0px 10px 0px;
}

@media (max-width: 992px) {
  .hiw_main_title {
    font-size: 2.8rem;
  }
  .hiw_card {
    padding: 35px 25px 0px;
  }
}

@media (max-width: 767px) {
  .hiw_card {
    border-right: none !important;
    border-bottom: 1px solid #e0e0e0 !important;
  }
  .hiw_card:last-child {
    border-bottom: none !important;
  }
  .hiw_main_title {
    font-size: 2.2rem;
    text-align: center;
  }
}

.heading_how_pragraph p {
  color: #6c757d;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.how_it_works_btn a {
 background-color: #0a0928;
  color: white;
  padding: 10px 20px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(156, 137, 94, 0.3);
  transition: all 0.3s ease;
}
.how_it_works_btn a:hover {
  text-decoration: none;

  transform: translateY(-2px);
}
.how_it_works_btn {
  margin-top: 30px;
}

.project_card_container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 20px;
}

.luxury_card {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  background-color: #1a1a1a;
}

.luxury_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  transition: transform 0.8s ease-out;
}

.luxury_card:hover .luxury_img {
  transform: scale(1.05);
}

.luxury_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 25px 30px;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.5) 60%,
    transparent 100%
  );
  color: #fff;
  z-index: 2;
}

.luxury_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: "Marcellus", serif;
}

.luxury_subtitle {
  font-size: 15px;
  display: flex;
  align-items: center;
  opacity: 0.85;
  font-weight: 400;
}

.luxury_dot {
  height: 6px;
  width: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
}

.luxury_card:hover .luxury_overlay {
  transition: 0.5s;
}

.our_project {
  position: relative;
  padding: 100px 0 70px;
}
.dark-section {
  background-color: #000;
  background-image: url(./assets/images/dark-section-bg-shape.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.heading_how_white h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 56px;

  font-family: "Marcellus", serif;
  color: #fff;
  margin-top: 10px;
}
.heading_how_pragraph_white p {
  color: #fff;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.trusted_bgcolor h3 {
  font-size: 20px;
  color: #fff;
  padding: 0px 19px 0px 0px;
}
.trusted_bgcolor {
  border-right: 1px solid #333333e0;
}

.regular1_logo_top {
  margin-top: 30px;
}

.award_img_wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.main_img {
  width: 100%;
  display: block;
  border-radius: 30px;
}

.floating_glass_box {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 25px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.floating_text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  max-width: 60%;
}
.contact_btn {
  background: #0a0928;
  color: #fff !important;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
}

.award_item {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #e0dbd1;
  cursor: pointer;
  transition: 0.3s;
}
.award_item:last-child {
  border-bottom: none;
}

.award_badge {
  width: 100px;
  margin-right: 25px;
}
.award_info {
  flex-grow: 1;
}
.award_year {
  color: #888;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.award_title {
  font-size: 19px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.arrow_circle {
  width: 60px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
  transition: 0.4s ease;
  margin-left: 15px;
}

.award_item:hover .arrow_circle {
  background: #0a0928;
  color: #fff;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .floating_glass_box {
    flex-direction: column;
    text-align: center;
  }
  .floating_text {
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.award_bgcolor {
  padding: 70px 0px;
}

.our_award_top {
  margin-top: 30px;
}

.testimonial-wrapper {
  padding: 80px 0;
}

.img-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  min-height: 450px;
}

.main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.glass-overlay {
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 18px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
}

.avatar-group {
  display: flex;
  margin-right: 12px;
}

.avatar-group img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  margin-left: -12px;
}
.avatar-group img:first-child {
  margin-left: 0;
}

.more-count {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -12px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

.badge-info-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}

.testi-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid transparent;
  transition: 0.3s;
  margin: 0px 18px 0px 0px;
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.card-top .testi_logo_img {
  width: 50%;
}
.quote-img {
  width: 35px;
  opacity: 0.15;
}

.testimonial-para {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
}

.client-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.name-title {
  font-weight: 700;
  font-size: 17px;
  margin: 0;
}

.role-title {
  font-size: 14px;
  color: #000;
  margin: 0;
}

.section-footer {
  margin-top: 60px;
  text-align: center;
}

.footer-text {
  font-size: 15px;
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
}

.footer-text a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.rating-summary {
  font-size: 18px;
  font-weight: 700;
}

.star-icons {
  color: #000;
  margin: 0 8px;
}

.review-count {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 992px) {
  .img-container {
    min-height: 350px;
    margin-bottom: 30px;
  }
  .testi-card {
    padding: 30px;
  }
  .testimonial-para {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper {
    padding: 50px 0;
  }
  .col-lg-4 {
    margin-bottom: 20px;
  }
  .glass-overlay {
    padding: 12px;
  }
  .badge-info-text {
    font-size: 12px;
  }
  .footer-text {
    font-size: 14px;
    padding: 0 15px;
  }
}

.testi_bgcolor {
  background-color: #f4f0e9;
}

.align-items-stretch_top {
  margin-top: 30px;
}

.faq-wrapper {
  padding: 80px 0;
}

.sub-title {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.main-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.faq-item {
  border-bottom: 1px solid #e0dbd1;
  padding: 10px 0;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  text-decoration: none !important;
}

.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding-right: 20px;
  font-family: "Poppins", sans-serif;
}

.faq-icon-box {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.faq-icon-box::before,
.faq-icon-box::after {
  content: "";
  position: absolute;
  background-color: #333;
  transition: transform 0.3s ease;
}

.faq-icon-box::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.faq-icon-box::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.faq-header:not(.collapsed) .faq-icon-box::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.faq-body {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.counter-section {
  border-top: 1px solid #e0dbd1;
  margin-top: 60px;
  padding-top: 60px;
}

.counter-box {
  border-right: 1px solid #e0dbd1;
}

.counter-box:last-child {
  border-right: none;
}

.counter-number {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}

.counter-label {
  font-size: 14px;
  color: #777;
  font-weight: 500;
}

@media (max-width: 992px) {
  .main-title {
    font-size: 32px;
  }
  .counter-box {
    border-right: none;
    border-bottom: 1px solid #e0dbd1;
    padding: 20px 0;
  }
}

.blogs-section {
  padding: 80px 0;
  background-color: #f4f0e9;
}

.blogs-card {
  border: none;
  background: transparent;

  margin-top: 30px;
}

.blogs-img-wrapper {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 20px;
}

.blogs-img-wrapper img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: 0.5s;
}

.blogs-card:hover .blogs-img-wrapper img {
  transform: scale(1.1);
}

.blogs-category-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.blogs-category-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
}

.blogs-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  margin-bottom: 15px;
  height: 56px;
  overflow: hidden;
}

.blogs-read-more {
  color: #000;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.blogs-read-more:hover {
color: #000;

}
.blogs-read-more span {
  margin-left: 8px;
}

@media (max-width: 992px) {
  .blogs-main-title {
    font-size: 32px;
  }
  .blogs-header-right {
    margin-top: 20px;
  }
}

.right_arrow img {
  width: 34%;
}

.footer_bgcolor {
  background-color: #000000;
  color: #ffffff;
  padding: 80px 0 30px 0;
  position: relative;
}

.footer_top_border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.footer_logo {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.footer_logo span {
  color: #bfa37e;
  margin-right: 10px;
}

.footer_social_links a {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 14px;
  transition: 0.3s;
}
.footer_social_links a:hover {
  background: #bfa37e;
  border-color: #bfa37e;
}

.newsletter_title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
.newsletter_desc {
  font-size: 14px;
  color: #aaaaaa;
  margin-bottom: 30px;
}

.input_group_custom {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
}
.input_group_custom input {
  background: transparent;
  border: none;
  color: #ffffff;
  padding: 10px 0;
  width: 100%;
  outline: none;
}
.input_group_custom input::placeholder {
  color: #555;
}
.submit_btn_arrow {
 background-color: #0a0928;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: absolute;
  right: 0;
  font-size: 12px;
}

.footer_heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
}
.footer_links_list {
  list-style: none;
  padding: 0;
}
.footer_links_list li {
  margin-bottom: 12px;
}
.footer_links_list a {
  color: #aaaaaa;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
.footer_links_list a::before {
  content: "★";
  font-size: 10px;
  color: #ffffff;
  margin-right: 10px;
}
.footer_links_list a:hover {
  color: #ffffff;
  padding-left: 5px;
}

.contact_item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact_icon {
  width: 40px;
  height: 40px;
  background: rgba(191, 163, 126, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bfa37e;
  margin-right: 15px;
}
.contact_text p {
  margin: 0;
  font-size: 13px;
  color: #888;
}
.contact_text span {
  font-size: 15px;
  font-weight: 500;
}

.footer_bottom {
  margin-top: 60px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 14px;
  color: #666;
}
.footer_bottom a {
  color: #666;
  margin-left: 20px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 992px) {
  .footer_social_links {
    margin-top: 20px;
    text-align: left !important;
  }
  .col-md-3,
  .col-md-2 {
    margin-bottom: 0px;
  }
  .footer_bottom {
    margin-top: 30px !important;
  }
  .client_logo img {
    width: 84%;
    margin-top: 30px;
  }
  .hiw_card_top {
    margin-top: 30px;
  }
}

.footer_social_links a img {
  width: 42%;
}
.footer_pra {
  font-family: "Poppins", sans-serif;
}

.copy_right {
  font-family: "Poppins", sans-serif;
}

.contact_icon img {
  width: 45%;
}

@media (max-width: 992px) {
  .hero-section-about {
    position: relative;
    min-height: 48vh !important;
  }
  .hero-section-about {
 position: relative;
    min-height: 48vh !important;
}
.bed-room-wardrobe{
 position: relative;
    min-height: 48vh !important;
}
.commercial-interior-designer-2{
 position: relative;
    min-height: 48vh !important;
}
.condo-renovation-makeover{
  position: relative;
    min-height: 48vh !important;
}
.home-makeover{
   position: relative;
    min-height: 48vh !important;
}
.interior-design{
  position: relative;
    min-height: 48vh !important;
}
.kitchen-cabinet{
 position: relative;
    min-height: 48vh !important;
}
.landscape-design{
 position: relative;
    min-height: 48vh !important;
}
.living-hall{
position: relative;
    min-height: 48vh !important;
}
}

.hero-section-about {
  position: relative;
  min-height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/images/page-header-bg.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-attachment: fixed;
}
.d_design_breadcums {
  position: relative;
  min-height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/images/3d_design_breadcums.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-attachment: fixed;
}
.bed-room-wardrobe{
    position: relative;
  min-height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/images/bed-room-wardrobe-breadcumbs.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-attachment: fixed;
}
.bed-room-wardrobe{
    position: relative;
  min-height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/images/bed-room-wardrobe-breadcumbs.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-attachment: fixed;
}
.commercial-interior-designer-2{
    position: relative;
  min-height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/images/commercial-interior-designer-2.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-attachment: fixed;
}
.condo-renovation-makeover{
    position: relative;
  min-height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/images/condo-renovation-makeover.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-attachment: fixed;
}
.home-makeover{
    position: relative;
  min-height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/images/home-makeover.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-attachment: fixed;
}
.interior-design{
    position: relative;
  min-height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/images/interior-design.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-attachment: fixed;
}
.kitchen-cabinet{
    position: relative;
  min-height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/images/kitchen-cabinet.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-attachment: fixed;
}
.landscape-design{
    position: relative;
  min-height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/images/landscape-design.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-attachment: fixed;
}
.living-hall{
    position: relative;
  min-height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/images/living-hall.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-attachment: fixed;
}
.page-header-box ol {
  position: relative;
  margin: 0;
  padding: 0;
  justify-content: center;
  z-index: 1;
  background-color: #ffffff00;
}
.page-header-box ol li.breadcrumb-item {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #fff;
}
.page-header-box .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.breadcrumb-item {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #ffffff !important;
  content: "/";
}

.about_us_page_luxury_section {
  padding: 70px 0;
  position: relative;
  background-color: #f4f0e9;
}

.about_us_page_image_wrapper_column {
  min-height: 680px;
}

.about_us_page_luxury_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}

.about_us_page_top_img_box {
  width: 78%;
  height: 440px;
  position: absolute;
  top: 0;
  left: 4%;
  z-index: 2;
}

.about_us_page_bottom_img_box {
  width: 78%;
  height: 400px;
  position: absolute;
  bottom: 0;
  right: 4%;
  z-index: 3;
  border: 8px solid #f7f4ed;
  border-radius: 32px;
}

.about_us_page_star_icon {
  color: #ad996b;
  font-size: 12px;
}

.about_us_page_subtitle {
  color: #0a0928;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
}

.about_us_page_content_right h2 {
  font-family: "Marcellus", serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3;
  color: #111111;
  letter-spacing: 0.5px;
}

.about_us_page_content_right p {
  font-size: 15px;
  color: #777777;
  line-height: 1.7;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.about_us_page_check_icon_circle {
  width: 20px;
  height: 20px;
  background-color: #a39066;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}

.about_us_page_point_text {
  font-size: 14px;
  color: #444444;
  font-weight: 500;
}

.about_us_page_luxury_card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s ease;
}

.about_us_page_luxury_card:hover {
  transform: translateY(-5px);
}

.about_us_page_card_box_title {
  font-family: "Marcellus", serif;
  font-size: 19px;
  font-weight: 600;
  color: #111111;
}

.about_us_page_card_box_desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
}

.about_us_page_card_box_footer {
  font-size: 13px;
  color: #222222;
  font-weight: 500;
  border-top: 1px solid #eeeeee;
  padding-top: 15px;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
}

.about_us_page_square_bullet {
  width: 6px;
  height: 6px;
  background-color: #a39066;
  display: inline-block;
  margin-right: 8px;
}

.about_us_page_btn {
 background-color: #0a0928;
  color: #fff;
  font-weight: 600;
  border: none;
  transition: 0.3s;
  padding: 10px 20px 12px 34px;
  box-shadow: 0 4px 15px rgba(156, 137, 94, 0.3);
  transition: all 0.3s ease;
  border-radius: 50px;
}

.about_us_page_btn:hover {
  background-color: #000;
  transform: translateY(-2px);
  color: #fff;
}

.about_us_page_man_img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  object-fit: cover;
}

.about_us_page__offset {
  margin-left: -12px;
}

.free_qutes_link {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.about_us_page_phone_mini_icon {
  color: #a39066;
  font-size: 12px;
}

.free_qutes_link a {
  color: #111111;
  font-weight: 600;
  text-decoration: underline !important;
  transition: color 0.2s ease;
}

.free_qutes_link a:hover {
  color: #a39066;
}

@media (max-width: 1199.98px) {
  .about_us_page_image_wrapper_column {
    min-height: 560px;
  }
  .about_us_page_top_img_box {
    height: 360px;
  }
  .about_us_page_bottom_img_box {
    height: 320px;
  }
}

@media (max-width: 992px) {
  .about_us_page_luxury_section {
    padding: 60px 0;
  }
  .about_us_page_image_wrapper_column {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .about_us_page_top_img_box,
  .about_us_page_bottom_img_box {
    position: relative;
    width: 100%;
    height: 350px;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
  }
}

@media (max-width: 992px) {
  .about_us_page_top_img_box,
  .about_us_page_bottom_img_box {
    height: 240px;
  }
  .about_us_page_content_right h2 {
    font-size: 27px;
  }
  .about_us_page_luxury_card {
    padding: 20px;
  }
}

.what_we_do_luxury_section {
  padding: 70px 0px 70px;
  position: relative;
}
.what_we_do_container {
  width: 100%;
  max-width: 1320px;
  margin: 0px auto;
  padding: 0px 24px;
  box-sizing: border-box;
}

.what_we_do_header_row {
  text-align: center;
  margin-bottom: 50px;
}
.what_we_do_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.what_we_do_star_icon {
  color: #ad996b;
  font-size: 12px;
  margin-right: 8px;
}
.what_we_do_subtitle {
  color: #0a0928;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 25px;

  align-items: center;
  text-transform: uppercase;
}
.what_we_do_header_row h2 {
  font-family: "Marcellus", serif;
  font-size: 44px;
  line-height: 54px;
  color: #111111;
  letter-spacing: 1px;
  margin: 0px;
  text-transform: uppercase;
}

.what_we_do_one {
  margin-bottom: 45px;
}
.what_we_do_one:last-child {
  margin-bottom: 0px;
}
.what_we_do_one_icon {
  display: inline-block;
  margin-bottom: 15px;
}
.what_we_do_one h4 {
  font-family: "Marcellus", serif;
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  margin: 0px 0px 12px 0px;
}
.what_we_do_one p {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #777777;
  line-height: 24px;
  margin: 0px 0px 15px 0px;
}

.what_we_do_center_img {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  overflow: hidden;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.08);
}
.what_we_do_arch_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.what_center_img {
  width: 100%;
  height: 460px;
  left: 0px;
  top: 0px;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .what_we_do_header_row h2 {
    font-size: 35px;
    line-height: 46px;
  }
  .what_we_do_arch_container {
    height: 440px;
  }
  .what_center_img {
    height: 390px;
  }
  .what_we_do_arch_right {
    height: 320px;
  }
}

@media (max-width: 992px) {
  .what_we_do_luxury_section {
    padding: 60px 0px;
  }
  .what_we_do_main_heading {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .what_we_do_grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .what_we_do_center_column {
    order: -1;
  }
  .what_we_do_arch_container {
    max-width: 420px;
    height: 480px;
  }
  .what_center_img {
    height: 420px;
  }
  .what_we_do_arch_right {
    height: 340px;
  }
}

.contact_us_page {
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.contact_container {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  width: 100%;
  gap: 30px;
  align-items: stretch;
}

.info_sidebar {
  background-color: #faf8f5;
  flex: 0 0 35%;
  padding: 45px 35px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

.info_header_block h2 {
  font-family: "Marcellus", serif;
  font-size: 44px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 12px;
}

.info_header_block p {
  font-size: 14px;
  color: #777777;
  line-height: 1.6;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
}

.information_contact_page {
  display: flex;
  align-items: flex-start;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e2ded5;
}

.info_sidebar .last_item {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.detail_icon {
  width: 40px;
  color: #8c764d;
  font-size: 20px;
  margin-top: 2px;
}

.detail_content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 5px;
  font-family: "Marcellus", serif;
}

.detail_content p {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}

.contact_page_form {
  background-color: #ffffff;
  flex: 0 0 65%;
  padding: 50px 45px;
  border-radius: 16px;
}

.get_in_touch {
  color: #0a0928;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.badge_star {
  font-size: 9px;
}

.form_heading_contact h2 {
  font-family: "Marcellus", serif;
  font-size: 44px;
  font-weight: 500;
  color: #111111;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

.form_heading_contact p {
  font-size: 15px;
  color: #777777;
  line-height: 1.7;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 35px;
}

.form_flex_row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 24px;
}

.form_flex_contact_us {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form_full_width {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.contact_main_form label {
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 10px;
  font-family: "Marcellus", serif;
}

.contact_main_form input[type="text"],
.contact_main_form input[type="email"],
.contact_main_form input[type="tel"],
.contact_main_form textarea {
  background-color: #faf8f5;
  border: 1px solid #eae6df;
  border-radius: 6px;
  height: 52px;
  padding: 10px 18px;
  font-size: 14px;
  color: #333333;
  outline: none;
  transition: all 0.3s ease;
  width: 100%;
}

.contact_main_form textarea {
  height: auto;
  padding-top: 14px;
  resize: none;
}

.contact_main_form ::placeholder {
  color: #cccccc;
  opacity: 1;
}

.contact_main_form input:focus,
.contact_main_form textarea:focus {
  background-color: #ffffff;
  border-color: #8c764d;
  box-shadow: 0 0 0 3px rgba(140, 118, 77, 0.1);
}

.form_submit_wrapper {
  margin-top: 10px;
}

.submit_btn_luxury {
 background-color: #0a0928;
  color: #fff;
  font-weight: 600;
  border: none;
  transition: 0.3s;
  padding: 10px 20px 12px 34px;
  box-shadow: 0 4px 15px rgba(156, 137, 94, 0.3);
  transition: all 0.3s ease;
  border-radius: 50px;
}

.submit_btn_luxury:hover {
  background-color: #000;
  transform: translateY(-2px);
  color: #fff;
}

.btn_arrow_icon {
  font-size: 12px;
  transform: rotate(45deg);
}

@media (max-width: 992px) {
  .contact_container {
    flex-direction: column;
    gap: 25px;
  }

  .info_sidebar,
  .contact_page_form {
    flex: 0 0 100%;
  }
}

@media (max-width: 992px) {
  .contact_us_page {
    padding: 40px 15px;
  }

  .contact_page_form {
    padding: 60px 10px 30px;
  }

  .form_heading_contact h2 {
    font-size: 27px;
    margin-top: 10px;
  }

  .form_flex_row {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 0;
  }

  .form_flex_contact_us {
    margin-bottom: 24px;
  }
  .info_header_block h2 {
    font-family: "Marcellus", serif;
    font-size: 27px !important;
  }
}

.contact_container {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  width: 100%;
  gap: 30px;
  align-items: flex-start;
}

.info_sidebar {
  background-color: #faf8f5;
  flex: 0 0 35%;
  padding: 45px 35px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;

  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 10;
}

.detail_icon img {
  width: 75%;
}

.what_we_do_one_icon img {
  width: 10%;
}
.about_us_page_card_vector_icon {
  width: 50%;
}
.about_us_page_card_vector_icon img {
  width: 29%;
  text-align: right;
  float: right;
}

.service_details_section {
  padding: 80px 0;
}

.services_list_card {
  background-color: #f2f2f28a;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
      margin-top: 136px;
}

.service_card_list h3 {
 background-color: #0a0928;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 24px;
  border-radius: 16px 16px 0 0;
}

.service_menu_list {
  margin-bottom: 0;
  padding: 10px 0;
}

.service_menu_list li {
  border-bottom: 1px solid #f0ece3;
}

.service_menu_list li:last-child {
  border-bottom: none;
}

.service_menu_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  color: #2b2b2b;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

.service_arrow_img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  display: inline-block;
}

.contact_cta_card {
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  position: relative;
  padding: 40px 24px;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cta_content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

.cta_content p {
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.6;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

.cta_content .phone_number {
  font-size: 16px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 8px 15px;
  border-radius: 30px;
  display: inline-block;
  backdrop-filter: blur(5px);
  font-family: "Poppins", sans-serif;
}

.service_details_main img {
  border-radius: 16px;
  object-fit: cover;
  height: 400px;
}

.service_details_description p {
  font-size: 15px;
  color: #555555;
  line-height: 1.7;
  margin-bottom: 20px;
}

.servive_details_second_section h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 56px;
  color: #111;
  font-family: "Marcellus", serif;
}
.service_details_main h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 56px;
  color: #111;
  font-family: "Marcellus", serif;
}

@media (max-width: 992px) {
  .service_details_main img {
    height: auto;
  }
  .servive_details_second_section h2 {
    font-size: 27px;
  }
  .service_details_main h2 {
          font-size: 27px;
    line-height: 40px;
    
}
.servive_details_second_section h2 {
 
    line-height: 39px;
   
}
.services_list_card {
    
    margin-top: 20px;
}
.footer_logo img{
      margin-bottom: 30px;
}
}

.description_text p {
  color: #6c757d;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: justify;
}
.servive_details_second_section p {
  color: #6c757d;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
      text-align: justify;
}

.navbar-brand {
     width: 15%;
}

.footer_logo img{
      width: 65%;
}