body {
  font-family: "Glacial Indifference Regular", sans-serif;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

.playfair-display-text {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.playfair-display-text-700-bold {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: bold;
}

/* Carousel CSS */

/* Carousel Slide Background */
.hero-slide {
  height: 100vh;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  background-color: #fde9ed;
}

/* Carousel Slide Background */
.hero-slide-m {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 20vh;
  position: relative;
  overflow: hidden;
  background-color: #fde9ed;
}

.lead-m {
  font-size: 1rem;
}

.carousel-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 200px;
  height: 44px;
}

/* Button Styling */
.carousel-services-btn {
  background: transparent;
  color: black;
  border: 2px solid #f05266;
  padding: 10px 32px;
  font-size: 18px;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: transform 0.5s cubic-bezier(0.62, 0.01, 0.41, 1.02);
  font-family: "Glacial Indifference Bold", sans-serif;
}

/* Arrow Circle Styling */
.carousel-arrow-circle {
  width: 46px;
  height: 46px;
  border: 2px solid #f05266;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -18%;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s cubic-bezier(0.62, 0.01, 0.41, 1.02),
    right 0.5s cubic-bezier(0.62, 0.01, 0.41, 1.02);
  z-index: 1;
}

/* Arrow icon inside */
.carousel-arrow-icon {
  font-size: 28px;
  font-family: "Glacial Indifference Bold", sans-serif;
  color: black;
  transition: transform 0.5s ease;
}

/* Hover Animation */
.carousel-button-wrapper:hover .carousel-services-btn {
  transform: translateX(40px);
}

.carousel-button-wrapper:hover .carousel-arrow-circle {
  right: 150px;
}

.carousel-button-wrapper:hover .carousel-arrow-icon {
  transform: rotate(-45deg); /* visually ↘ → */
}

.carousel-contact-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 230px;
  height: 44px;
}

/* Button Styling */
.carousel-contact-services-btn {
  background: #f05266;
  color: black;
  border: 2px solid #f05266;
  padding: 10px 32px;
  font-size: 18px;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: transform 0.5s cubic-bezier(0.62, 0.01, 0.41, 1.02);
  font-family: "Glacial Indifference Bold", sans-serif;
}

/* Arrow Circle Styling */
.carousel-contact-arrow-circle {
  width: 46px;
  height: 46px;
  border: 2px solid #f05266;
  border-radius: 50%;
  background: #f05266;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s cubic-bezier(0.62, 0.01, 0.41, 1.02),
    right 0.5s cubic-bezier(0.62, 0.01, 0.41, 1.02);
  z-index: 1;
}

/* Arrow icon inside */
.carousel-contact-arrow-icon {
  font-size: 28px;
  font-family: "Glacial Indifference Bold", sans-serif;
  color: black;
  transition: transform 0.5s ease;
}

/* Hover Animation */
.carousel-contact-button-wrapper:hover .carousel-contact-services-btn {
  transform: translateX(47px);
}

.carousel-contact-button-wrapper:hover .carousel-contact-arrow-circle {
  right: 135px;
}

.carousel-contact-button-wrapper:hover .carousel-contact-arrow-icon {
  transform: rotate(-45deg); /* visually ↘ → */
}

.carousel-contact-button-wrapper-nav {
  display: flex;
  align-items: center;

  position: relative;
  width: 230px;
  height: 44px;
}

/* Button Styling */
.carousel-contact-services-btn-nav {
  background: #f05266;
  color: black;
  border: 2px solid #f05266;
  padding: 10px 32px;
  font-size: 18px;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

/* Arrow Circle Styling */
.carousel-contact-arrow-circle-nav {
  width: 46px;
  height: 46px;
  border: 2px solid #f05266;
  border-radius: 50%;
  background: #f05266;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* Arrow icon inside */
.carousel-contact-arrow-icon-nav {
  font-size: 28px;
  color: black;
}

.carousel-button-wrapper-m {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 30vw;
  height: auto;
}

/* Button Styling */
.carousel-services-btn-m {
  background: transparent;
  color: black;
  border: 2px solid #f05266;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-family: "Glacial Indifference Bold", sans-serif;
}

/* Arrow Circle Styling */
.carousel-arrow-circle-m {
  width: 30px;
  height: 30px;
  border: 2px solid #f05266;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s cubic-bezier(0.62, 0.01, 0.41, 1.02),
    right 0.5s cubic-bezier(0.62, 0.01, 0.41, 1.02);
  z-index: 1;
}

/* Arrow icon inside */
.carousel-arrow-icon-m {
  font-size: 20px;
  font-family: "Glacial Indifference Bold", sans-serif;
  color: black;
  transition: transform 0.5s ease;
}

.carousel-contact-button-wrapper-m {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 30vw;
  height: auto;
}

/* Button Styling */
.carousel-contact-services-btn-m {
  background: #f05266;
  color: black;
  border: 2px solid #f05266;
  padding: 0.25rem 1rem;
  font-size: 12px;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: transform 0.5s cubic-bezier(0.62, 0.01, 0.41, 1.02);
  font-family: "Glacial Indifference Bold", sans-serif;
}

/* Arrow Circle Styling */
.carousel-contact-arrow-circle-m {
  width: 30px;
  height: 30px;
  border: 2px solid #f05266;
  border-radius: 50%;
  background: #f05266;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s cubic-bezier(0.62, 0.01, 0.41, 1.02),
    right 0.5s cubic-bezier(0.62, 0.01, 0.41, 1.02);
  z-index: 1;
}

/* Arrow icon inside */
.carousel-contact-arrow-icon-m {
  font-size: 20px;
  font-family: "Glacial Indifference Bold", sans-serif;
  color: black;
}

.text-section .highlight {
  color: #f05266;
}

.carousel-text-section .highlight {
  color: #f05266;
}

/* Foreground Image */
.man-image {
  position: absolute;
  bottom: 0;
  height: 80vh;
  max-width: 100%;
}

.man-image-2 {
  position: absolute;
  bottom: 0;
  right: -18%;
  height: 80vh;
  max-width: 100%;
}

.man-image-4 {
  position: absolute;
  bottom: 0;
  right: -18%;
  height: 80vh;
  max-width: 100%;
}

.man-image-5 {
  position: absolute;
  bottom: 0;
  right: -10%;
  height: 80vh;
  max-width: 100%;
}

.man-image-m {
  position: absolute;
  bottom: 0;
  height: 50vh;
}

.man-image-m-2 {
  position: absolute;
  bottom: 0;
  left: -5%;
  height: 50vh;
}

.man-image-m-4 {
  position: absolute;
  bottom: 0;
  left: -5%;
  height: 50vh;
}

.man-image-m-5 {
  position: absolute;
  bottom: 0;
  left: -10%;
  height: 50vh;
}

/* Carousel Indicators */
.carousel-indicators.custom-indicators {
  bottom: 30px;
}

.carousel-indicators.custom-indicators button {
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 0 6px;
  opacity: 1;
}

.carousel-indicators.custom-indicators .active {
  background-color: #000;
}

/* Contact Section */

/* Background and accent styles */
.contact-section {
  background-color: #2e2e2e; /* dark background */
  color: #fff;
  min-height: 70vh;
}

.text-accent {
  color: #f05266; /* pink/red highlight */
}

.send-btn-contact-1 {
  background-color: #f05266;
  border: none;
  font-family: "Glacial Indifference Bold", sans-serif;
}

.arrow-circle-contact-1 {
  width: 35px;
  height: 35px;
  background-color: #2e2e2e; /* gray circle */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s ease;
}

.arrow-circle-contact-1 i {
  color: white;
  font-size: 16px;
}

/* Hover effect: circle disappears */
.send-btn-contact-1:hover .arrow-circle-contact-1 {
  background-color: transparent;
}

/* Input styling */
.form-control {
  background-color: #fff;
  border: none;
  font-size: 0.95rem;
}

input.form-control {
  resize: none;
}

/* Adjust spacing on large screens */
@media (min-width: 768px) {
  .form-control-lg {
    height: auto;
    padding: 0.75rem 1rem;
  }
}

.contact-form-1 {
  background-color: #2e2e2e;
  position: relative;
}

.testimonial-section {
  background-color: #fde9ed;
}

.about {
  background-color: #fde9ed;
}

.service {
  background-color: #2e2e2e;
}

.why-tbc {
  background-color: #fde9ed;
}

.clients {
  background-color: #fde9ed;
}

.how-we-work {
  background-color: #2e2e2e;
}

.contact-form-2 {
  background-color: #fde9ed;
  min-height: 70vh;
}

footer {
  background-color: #2e2e2e;
}

.navbar {
  padding: 0.5rem 3rem;
  background-color: #fde9ed !important;
  opacity: 0.9;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 1050;
}

.navbar-nav .nav-link {
  color: #000;
  margin: 0 0.75rem;
  font-family: "Glacial Indifference Bold", sans-serif;
  font-size: 1.1rem;
}

.navbar-logo {
  height: 95px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #f05266;
}

#mainNavbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  height: 90px;
}

/* Mobile-only contact */
@media (min-width: 992px) {
  .mobile-contact {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .desktop-contact {
    display: none !important;
  }
}

@font-face {
  font-family: "Glacial Indifference Regular";
  src: url("assets/GlacialIndifference-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Glacial Indifference Bold";
  src: url("assets/GlacialIndifference-Bold.otf") format("opentype");
}

/* Overall layout */
.contact-header {
  padding: 5rem 10%;
  min-height: 100vh;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.left-content {
  padding-left: 10%;
}

/* Left text content */
.left-content h1 {
  color: #fff;
  line-height: 1.3;
}

.left-content p {
  color: #ccc;
  font-size: 1.1rem;
}

/* Form two-column layout items */
.contact-half {
  flex: 1 1 45%;
}

/* Send Button */
.submit-btn-1 {
  background-color: #f05266;
  color: white;
  padding: 0.8rem 2rem;
  border-radius: 30px;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
}

.submit-btn-1 .arrow-1 {
  margin-left: 0.6rem;
  font-size: 1.2rem;
}

.testimonial-section {
  background-color: #ffe7eb;
}

.text-highlight {
  color: #f05266;
}

.subtext-box {
  max-width: 600px;
  padding: 1rem 1.5rem;
  color: #333;
  font-size: 1rem;
  font-family: "Glacial Indifference Regular", sans-serif;
}

.piechart-container {
  position: relative;
  width: 340px;
  height: 340px;
  margin: 40px auto;
  /* Center on small screens */
  display: flex;
  align-items: center;
  justify-content: center;
}

.pie-img {
  position: absolute;
  object-fit: contain;
  z-index: 1;
  transition: filter 0.3s;
}

.pie-top {
  top: 10%;
}
.pie-right {
  right: -12%;
  top: 20%;
}
.pie-left {
  left: -13%;
  top: 21%;
}
.pie-down {
  bottom: -20%;
  left: 25%;
}

.pie-text {
  top: -28%;
}

.piechart-container-m {
  position: relative;
  width: 340px;  
  margin: 40px auto;
  /* Center on small screens */
  display: flex;
  align-items: center;
  justify-content: center;
}

.pie-img-m {
  position: absolute;
  object-fit: contain;
  z-index: 1;
  transition: filter 0.3s;
  width: 30%;
}

.pie-img-m-text {
  position: absolute;
  object-fit: contain;
  z-index: 1;
  transition: filter 0.3s;
  max-width: 140vw;
}

.pie-top-m {
  top: 10%;
}
.pie-right-m {
  right: -12%;
  top: 20%;
}
.pie-left-m {
  left: -13%;
  top: 21%;
}
.pie-down-m {
  bottom: -20%;
  left: 25%;
}

.pie-text-m {
  top: -28%;
}

@media (min-width: 768px) {
  .proven-result {
    margin-top: 10rem;
  }
}

.result-box {
  background-color: #2e2e2e;
  color: #fff;
  padding: 1.5rem;
  border-radius: 16px;
  height: 100%;
  width: 25vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.countup {
  transition: all 0.3s ease-in-out;
}

.result-box h4 {
  color: #f05266;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.result-box p {
  font-size: 0.9rem;
  margin-top: auto;
}

.about {
  position: relative;
}

.service-card {
  background-color: #ffe7eb;
  border-radius: 20px;
  padding: 2rem;
  padding-bottom: 5rem;
  text-align: left;
  height: 100%;
  color: #000;
}

.service-card .icon {
  width: 32px;
  height: 32px;
  margin-bottom: 1rem;
}

.why-box {
  background-color: #2b2b2b;
  border-radius: 16px;
  transition: background-color 0.3s ease;
  color: #f05266;
}

.why-box:hover {
  background-color: #1e1e1e;
}

.why-icon {
  width: 48px;
  height: 48px;
}

.why-description {
  color: white;
  font-size: 0.95rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  margin-top: 0;
}

.why-box:hover .why-description {
  max-height: 200px; /* enough to reveal text */
  opacity: 1;
  margin-top: 0.25rem;
}

.brand-carousel-wrapper {
  width: 100%;
  position: relative;
  height: auto;
}

.brand-carousel {
  display: flex;
  gap: 4rem;
  width: max-content;
  animation: scrollBrands 8s linear infinite;
}

.brand-logo {
  height: 60px;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
  transition: transform 0.3s ease;
}

.brand-logo:hover {
  transform: scale(1.05);
}

@keyframes scrollBrands {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 100vw) {
  .brand-carousel {
    gap: 2rem;
    animation-duration: 8s;
  }

  .brand-logo {
    height: 40px;
  }
}

.step-dot {
  width: 50px;
  height: 50px;
  background-color: #ffe7eb;
  color: #000;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.step-dot.active {
  background-color: #f05266;
  color: white;
}

.work-box {
  background-color: #ffe7eb;
  border-radius: 24px;
  padding: 2rem;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.icon {
  height: 40px;
  width: 40px;
  object-fit: contain;
}

.contact-image-section {
  background-color: #fff; /* optional */
}

.contact-form .form-control {
  border-radius: 25px;
  padding: 0.9rem 1.5rem;
}

.contact-form input {
  resize: none;
}

.contact-half {
  flex: 1 1 45%;
}

.submit-btn {
  background-color: #f05266;
  color: black;
  padding: 0.8rem 2rem;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border: none;
}

.arrow {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}

.footer-section {
  background-color: #2c2c2c;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 14%;

  background-image: url("assets/footer-img.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 30% auto;
}

@media (max-width: 768px) {
  .footer-section {
    background-size: 50% auto;
  }
}

.footer-logo {
  max-width: 180px;
  height: auto;
}

.footer-link {
  color: white;
  text-decoration: none;
  font-size: 0.8rem; /* Mobile default */
}

@media (min-width: 768px) {
  .footer-link {
    font-size: 0.95rem; /* Apply from md (≥768px) and up */
  }
}

@media (max-width: 991.98px) {
  .btn-close {
    font-size: 1.25rem;
  }
}

/* Mobile Menu Slide-In */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background-color: #fde9ed;
  z-index: 1050;
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
  overflow-y: auto;
}

.mobile-menu.show {
  transform: translateX(0);
}

.social-icons img {
  width: 28px;
  height: 28px;
  transition: transform 0.2s;
}

.social-icons img:hover {
  transform: scale(1.1);
}

html {
  scroll-behavior: smooth;
}
