/* Hide horizontal scrollbar completely */
html,
body {
  overflow-x: hidden;
}

h1 {
  text-align: start;
  margin-left: 0; /* Ensure text starts at the same point */
  line-height: 1.5; /* Adjust for better spacing */
}

h1 .second-line {
  display: block;
  margin-left: 0; /* Align to the start of the first line */
}

.top-bar {
  background-color: #f8f9fa;
  padding: 10px 0;
}

.top-bar .links a {
  color: #333;
  text-decoration: none;
  margin: 0 10px;
}

.top-bar .links span {
  margin: 0 5px;
  color: #999;
}

.top-bar .container {
  justify-content: center;
  /* Ensure the links container is centered */
}

.top-bar .links a {
  font-family: "Poppins";
  font-size: 12px;
  color: #77736f;
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.3s ease;
  /* Smooth transition */
}

.top-bar .links a:hover {
  color: orange;
  /* Change color on hover */
}

.logo-text {
  font-family: "poppins";
  font-size: 16px;
  color: #77736f !important;
}

.header1 {
  padding: 0px 50px 0px 50px;
}

/* Footer Background and Text Colors */
.custom-footer {
  background-color: #6abfc6;
  color: white;
  padding: 20px 0;
  font-size: 16px;
}

/* Footer Logo Styling */
.footer-logo {
  width: 210px;
}

/* Footer Headings */
.footer-heading {
  font-family: "Raleway";
  font-size: 24px;
  font-weight: 700;
  color: white;
}

/* Footer Links */
.footer-link {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.footer-link:hover {
  text-decoration: underline;
}

/* Social Media Icons */
.social-icon {
  color: white;
  margin: 0 10px;
  font-size: 18px;
  text-decoration: none;
}

.social-icon:hover {
  color: #ddd;
}

/* Scroll to Top Button */
.scroll-to-top {
  color: white;
  font-size: 20px;
  top: 20px;
  /* Adjust to move down if needed */
  /* Position at the top-right corner */
}

.scroll-to-top:hover {
  color: #ddd;
}

.footer-para {
  .card-para {
    font-family: "Poppins";
    font-size: 14px;
    color: #fff;
  }
}

/* Responsive Design Adjustments */
@media (max-width: 768px) {
  .custom-footer {
    text-align: center;
  }

  .social-icon {
    margin: 10px;
  }
}

.hero {
  background-image: url("../images/Image.png");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 170px 0px 140px 0px;
  text-align: center;
}

/* Section Title */
.section-title {
  border-bottom: 3px solid #ff7c56;
  /* Line under titles */
  display: inline-block;
  padding-bottom: 5px;
}

.horizontal-line {
  border-radius: 20px;
  width: 10px;
  /* Adjust width as needed */
  height: 100px;
  /* Adjust height as needed */
  background-color: #e68760;
  /* Change color as needed */
}

.gallery-section {
  margin-top: 15px;
  text-align: center;
}

.custom-heading {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  font-size: 24px;
  /* Base font size for the heading */
}

.custom-heading::before,
.custom-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* Center the line vertically */
  width: 100px;
  /* Base width for the lines */
  height: 2px;
  background-color: #f8b669;
}

.custom-heading::before {
  left: -120px;
  /* Base position of the line */
}

.custom-heading::after {
  right: -120px;
  /* Base position of the line */
}

/* Medium screens (tablets and small laptops) */
@media (max-width: 992px) {
  .custom-heading {
    font-size: 20px;
    /* Adjust font size */
  }

  .custom-heading::before,
  .custom-heading::after {
    width: 80px;
    /* Reduce line width */
  }

  .custom-heading::before {
    left: -90px;
    /* Adjust line position */
  }

  .custom-heading::after {
    right: -90px;
    /* Adjust line position */
  }
}

/* Small screens (phones and smaller tablets) */
@media (max-width: 768px) {
  .custom-heading {
    font-size: 18px;
  }

  .custom-heading::before,
  .custom-heading::after {
    width: 60px;
    /* Further reduce line width */
  }

  .custom-heading::before {
    left: -70px;
    /* Adjust line position */
  }

  .custom-heading::after {
    right: -70px;
    /* Adjust line position */
  }
}

/* Extra small screens (smaller phones) */
@media (max-width: 576px) {
  .custom-heading {
    font-size: 16px;
  }

  .custom-heading::before,
  .custom-heading::after {
    width: 40px;
    /* Minimize the width for very small screens */
  }

  .custom-heading::before {
    left: -50px;
  }

  .custom-heading::after {
    right: -50px;
  }
}

@media (max-width: 768px) {
  .custom-heading::before,
  .custom-heading::after {
    width: 50px;
    left: -60px;
    right: -60px;
  }
}

.main-heading-title {
  font-family: "Raleway" !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #3e3e3e !important;
}

.process-step {
  height: 350px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.process-step img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.process-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: start;
}

.find-us-p {
  color: #77736f;
}

.process-description {
  color: #666;
  text-align: start;
  font-size: 12px;
}
.process-description-test {
  color: rgb(255, 255, 255);
  text-align: start;
  font-size: 12px;
}
.gallery-section {
  text-align: center;
}

.gallery-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  position: relative;
}
.margin-car {
  margin-left: 150px;
}

.gallery-title::before,
.gallery-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100px;
  height: 2px;
  background-color: #f6891f;
}

.gallery-title::before {
  left: 430px;
}

.gallery-title::after {
  right: 430px;
}

.carousel-item {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.carousel-indicators button {
  background-color: #ffba00;
}

.gallery-image {
  width: 100%;
  /* Make sure images take the full column width */
  height: 276px;
  object-fit: cover;
  border-radius: 10px;
}

.insta-image {
  width: 100%;
  /* Make sure images take the full column width */
  object-fit: cover;
  border-radius: 10px;
}

.brief-text h2 {
  display: flex;
  /* Use flexbox for alignment */
  align-items: center;
  /* Center vertically */
  /* font-weight: 600;
  font-size: 2rem; */
  color: #333;
  margin-bottom: 10px;
  position: relative;
}

/* Accent line under heading */
.brief-text h2::after {
  content: "";
  display: inline-block;
  /* Change to inline-block for inline positioning */
  width: 50px;
  height: 2px;
  background-color: #f8b669;
  margin-left: 10px;
  /* Space between text and line */
}

.carousel-indicators [data-bs-target] {
  background-color: #f16539;
}

.carousel-indicators {
  margin: auto;
  /* Spacing between indicators and carousel */
}

.carousel-indicators {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.carousel-indicators button {
  width: 100%;
  /* Width of the dot */
  height: 100%;
  /* Height of the dot */
  border-radius: 50%;
  /* Makes it round */
  background-color: #ccc;
  /* Default dot color */
  border: none;
  margin: 5px;
  /* Spacing between dots */
  transition: background-color 0.3s ease;
  /* Smooth transition for hover effect */
}

.carousel-indicators .active {
  background-color: #f16539;
  /* Active dot color */
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: #f16539;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  margin: 5px;
}

.carousel-indicators .active {
  margin-top: 13px;
  background-color: #f16539;
  width: 40px;
  height: 10px;
  border-radius: 12px;
  transition: width 0.3s ease, border-radius 0.3s ease;
  /* width: 0.75rem; */
  height: 0.75rem;
  border: none;
  border-radius: 1rem;
  background-color: #f16539;
  cursor: pointer;
  transition: width 0.5s;
}
.btn-primary {
  background-color: #ff7c56;
  border-color: #ff7c56;
}
.btn-primary:hover {
  background-color: #e76c47;
  border-color: #e76c47;
}
.button-container {
  z-index: 999;
  right: 40px;
  position: fixed;
  text-align: right;
}

.margin-top-150-unique {
  margin-top: -5px;
}

.image-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  color: #555;
  /* Adjust the color as needed */
}

.image-container {
  display: inline-block;
  text-align: center;
}

.usp-section {
  margin-top: 30px;
  /* padding: 50px 0; */
  /* text-align: center; */
}

.usp-heading {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}

.usp-card {
  background-color: #e8f6f9;
  color: #3b3c4a;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
  justify-content: left;
  height: 100px;
  gap: 10px;
}

.usp-card h5 {
  font-size: 18px;
  /* font-weight: bold; */
  margin-top: 10px;
}

.usp-icon {
  /* font-size: 30px; */
  color: #3b3c4a;
}

.deliverables-section {
  margin-top: 30px;
  /* padding: 50px 0; */
  /* text-align: center; */
}

.deliverables-heading {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}

.deliverable-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.deliverable-icon {
  font-size: 24px;
  color: #5fb3b3;
}

.deliverable-circle {
  width: 70px;
  height: 70px;
  border: 2px solid #5fb3b3;
  /* Circle border color */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.deliverable-text {
  font-size: 16px;
  font-weight: bold;
  color: #3e3e3e;
}

.feature-box-section {
  margin-top: 30px;
  /* padding: 50px 0; */
  /* text-align: center; */
}

.feature-box-heading {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}

.feature-box-card {
  padding: 20px;
  border-bottom: 4px solid #0abab5;
  /* Adding a distinct bottom border */
  border-radius: 10px;
  /* Slightly rounded corners */
  background-color: #fff;
  /* White background to look like a card */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
  /* Light shadow for card effect */
  transition: transform 0.2s, box-shadow 0.2s;
}

.feature-box-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.feature-box-image {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
}

.feature-box-text {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.internal-banner {
  position: relative;
  width: 100%;
  height: 70vh;
  /* Set a relative height */
  background: url("../images/Banner\ \(2\).png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.internal-banner-content {
  text-align: center;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  /* Light background for better text visibility */
  padding: 20px;
  border-radius: 10px;
}

.internal-banner-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.internal-banner-text {
  font-size: 18px;
}

@media (max-width: 768px) {
  .internal-banner-title {
    font-size: 28px;
  }

  .internal-banner-text {
    font-size: 16px;
  }
}

.blogs-section {
  padding: 50px 20px;
  text-align: center;
}

.blogs-section .section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

.blog-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.2s;
  height: 450px;
}

.card-blog {
  width: 370px;
  border-bottom: 5px solid #5eafba;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-card-body {
  padding: 20px;
}

.blog-author {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
  text-align: start;
}

.blog-title-text {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
  text-align: start;
}

.blog-tags {
  display: flex;
  /* Ensures the tags are laid out in a row */
  gap: 10px;
  /* Adds spacing between the tags */
}

.blog-tag {
  display: inline-block;
  padding: 5px 15px;
  /* Padding for a rectangular look */
  font-size: 12px;
  color: #fff;
  /* White text */
  background-color: #88c0d0;
  /* Light blue background */
  border-radius: 15px;
  /* Rounded corners */
  font-weight: 600;
  /* Slightly bold text */
  text-align: center;
  /* Center-align the text */
}

.blog-date {
  font-size: 14px;
  color: #888;
  text-align: start;
  margin-top: 50px;
}

.view-all {
  text-align: right;
  margin-top: -35px;
  font-weight: bold;
  color: #f16539;
  text-decoration: none !important;
  margin-right: 130px;
}

.find-us {
  color: #e68760;
  font-size: 20px;
  text-decoration: none;
}

.location-tabs {
  display: flex;
  align-items: center;
}

.location-slider-wrapper {
  overflow: hidden;
  width: 150px; /* Adjust this width as needed */
  white-space: nowrap;
  display: flex;
}

.location-slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
  gap: 20px; /* Space between city names */
}

.slider-controls {
  display: inline-flex;
  gap: 35px;
  margin-left: 15px;
  cursor: pointer;
}

/* Container for the location tabs */
.location-tabs {
  display: flex;
  align-items: center;
}

/* Wrapper to hide overflow and define the visible area */
.location-slider-wrapper {
  overflow: hidden;
  width: 150px; /* Adjust this width as needed */
  white-space: nowrap;
  flex: 1; /* Allows the slider to take up remaining space */
}

/* Slider containing all city names */
.location-slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

/* Individual city name styling */
.find-us {
  display: inline-block;
  min-width: 100px; /* Fixed width for consistent sliding */
  text-align: center;
  text-decoration: none;
  color: #e68760;
  font-weight: bold;
  padding: 5px 0;
  margin-left: -15px;
}

a:hover {
  color: #f16539;
  text-decoration: none;
}

/* Chevron controls styling */
.slider-controls {
  display: flex;
  align-items: center;
  user-select: none;
  margin-right: 45px;
  color: #e68760;
}

.slider-controls i {
  margin-right: 30px;
  cursor: pointer;
  font-size: 14px;
  transition: color 0.2s;
}

.slider-controls i:hover {
  color: #000;
}

.location-slider .find-us {
  position: relative;
  padding: 0 15px; /* Add space around the names */
  text-decoration: none;
}

.location-slider .find-us:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px; /* Width of the line */
  height: 18px; /* Adjust height */
  background-color: #ccc; /* Color of the line */
  margin-left: 20px; /* Space between text and line */
  vertical-align: middle;
}

.custom-btn {
  padding: 8px 16px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border: none;
  transition: all 0.3s ease;
}

/* Log In Button */
.custom-btn.login-btn {
  background-color: #f16539; /* Set the peach color */
  color: #fff;
  font-size: 16px;
}

/* Sign Up Button */
.custom-btn.signup-btn {
  background-color: transparent;
  color: #f16539;
  border: 2px solid #f16539;
  font-size: 13px;
}

/* Hover Effects */
.custom-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.hero {
  position: relative; /* Ensure hero section is the reference point */
}

.custom-indicators {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 50px; /* Adjusts distance from the bottom of the hero section */
  left: 50%;
  transform: translateX(-50%); /* Centers the indicators horizontally */
}

.custom-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e68760;
  border: none;
  margin: 0 5px;
  opacity: 0.7;
  transition: opacity 0.3s, background-color 0.3s;
}

.custom-indicators button:hover {
  opacity: 1;
}

.custom-indicators button.active {
  opacity: 1;
  background-color: #fff;
}

@media (max-width: 768px) {
  .logo-text {
    display: none; /* Hide the "Interior" text on smaller screens */
  }

  .logo-divider {
    display: none; /* Remove the divider for simplicity */
  }

  .header-nav {
    text-align: center; /* Center buttons on smaller screens */
  }

  .custom-btn {
    font-size: 12px;
    padding: 6px 12px;
  }

  .view-all {
    text-align: right;
    margin-top: -32px;
    font-weight: bold;
    color: #f16539;
    text-decoration: none !important;
    margin-right: 0px;
  }
}

@media (max-width: 576px) {
  header .row {
    flex-direction: row;
    align-items: center;
  }

  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .header-nav {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .text-end-1 {
    margin-left: -60px;
  }

  .abc-1 {
    display: none !important;
  }

  .swiper-button-prev {
    left: 10px !important;
  }

  .swiper-button-next {
    right: 10px !important;
  }

  .gallery-image {
    margin-bottom: 15px;
  }

  .margin-car {
    margin-left: 0px;
  }

  .margin-map {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .gallery-section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .gallery-section .card {
    width: 90%; /* 90% of screen width */
    max-width: 350px; /* Cap maximum width */
    height: auto; /* Automatic height */
    margin: 0 auto; /* Centered card */
  }

  .gallery-section .card-title {
    font-size: 1.5rem; /* Slightly larger title */
    margin-bottom: 10px;
  }

  .gallery-section .card-text {
    font-size: 1rem; /* Adjust text size */
    color: #666; /* Muted text color */
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 40px; /* Adjust button size */
    height: 40px;
    color: #000; /* Dark button color */
    font-size: 1rem;
  }
}

.usp-icons1 {
  width: 40px;
  border-radius: 50%;
}

.img-border-1 {
  width: 40px;
  border-radius: 50%;
}
.intirior-banner2 {
	background-image: url('https://onespaceinterior.com/public/assets/images1/OS-BANNER-1.jpg');
	height: 500px;
	background-size: cover;
	background-position: center;
}
@media (max-width: 768px) {
  .gallery-section .swiper-slide {
    width: 200px !important;/* changes done by a */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 30px; */
  }

  .swiper-button-next {
    margin-top: 69px !important;
  }

  .swiper-button-prev {
    margin-top: 69px !important;
    left: -30px;
    z-index: 20;
    transform: translateX(-10%);
  }

  .gallery-section .card {
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 30px; */
  }

  .img-space {
    margin-top: 10px !important;
  }
}

@media (max-width: 575px) {
	.ourusp-container .col-12 {
		flex: 0 0 auto;
		width: 50%;
	}
	.ourusp-container .feature-box-card {
		padding: 10px;
	}
	.ourusp-container .feature-box-text {
		font-size: 14px;
		font-weight: bold;
		color: #333;
	}
	.design-gallery-interior #galleryCarousel .carousel-inner .col-md-3 {
		flex: 0 0 50%;
        max-width: 50%;
	}
	.execution-process .process-step {
		height: auto;
	}
	.design-deliver-interior .col-6{
		max-width: 50%;
	}
	.blog-section .card-blog {
		width: auto;
		padding: 10px;
	}
	#partnersCarousel .col-6 {
		max-width: 50%;
	}
	.usp-container-new .usp-card{
		padding: 10px;
		height: auto;
	}
	.usp-container-new .usp-card h5 {
		font-size: 16px;
	}
	.intirior-banner2 {
		height: 25vh;
		background-size: contain;
		background-repeat: no-repeat;
	}
}