html,
body {
  overflow-x: hidden;
}

h1 {
  text-align: start;
  margin-left: 0;
  line-height: 1.5;
}

h1 .second-line {
  display: block;
  margin-left: 0;
}

.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;
}

.top-bar .links a {
  font-family: "Poppins";
  font-size: 12px;
  color: #77736f;
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.top-bar .links a:hover {
  color: orange;
}

.logo-text {
  font-family: "poppins";
  font-size: 16px;
  color: #77736f !important;
}

.header1 {
  padding: 0px 50px 0px 50px;
}

.custom-footer {
  background-color: #6abfc6;
  color: white;
  padding: 20px 0;
  font-size: 16px;
}

.footer-logo {
  width: 210px;
}

.raleway-font {
  font-family: "Raleway";
}

.footer-heading {
  font-family: "Raleway";
  font-size: 24px;
  font-weight: 700;
  color: white;
}

.footer-link {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.footer-link:hover {
  text-decoration: underline;
}

.social-icon {
  color: white;
  margin: 0 10px;
  font-size: 18px;
  text-decoration: none;
}

.social-icon:hover {
  color: #ddd;
}

.scroll-to-top {
  color: white;
  font-size: 20px;
  top: 20px;
}

.scroll-to-top:hover {
  color: #ddd;
}

.card- para {
  font-family: "Poppins";
  font-size: 14px;
  color: #fff;
}

@media (max-width: 768px) {
  .custom-footer {
    text-align: center;
  }

  .social-icon {
    margin: 10px;
  }
}


.hero {
  /*background-image: url("../images1/Image.png"); */
  background-size: cover;
  background-position: center;
  color: white;
  padding: 170px 0px 140px 0px;
  text-align: center;
}

.testimonial-title {
  margin-top: 50px;
}

.card-style {
  border: solid 1px #ddd;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  background-color: white;
  border-bottom: solid #5eafba;
}

.name {
  margin-top: 8px;
}

.section-title {
  border-bottom: 3px solid #ff7c56;

  display: inline-block;
  padding-bottom: 5px;
}

.submain-heading-title {
  font-family: "Raleway";
  font-size: 20px;
  font-weight: 600;
  color: #e68760;
}

.horizontal-line {
  border-radius: 20px;
  width: 10px;

  height: 100px;

  background-color: #e68760;
}

.gallery-section {
  margin-top: 15px;
  text-align: center;
}

.custom-heading {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  font-size: 24px;
}

.custom-heading::before,
.custom-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 100px;

  height: 2px;
  background-color: #f8b669;
}

.custom-heading::before {
  left: -120px;
}

.custom-heading::after {
  right: -120px;
}

/*
#homepage-banner-slider {
  padding-top: 150px;
}
*/


.country_select {
  border: 2px solid #e78c60;
  border-radius: 5px;
  background: transparent;
  color: gray;
  margin-right: 15px;
  margin-left: 10px;
  text-decoration: none;
  font-weight: 700;
  padding: 3px 20px;
  box-shadow: 2px 1px 1px #e78c60;
  font-size: small;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: white;
}

@media (max-width: 992px) {
  .custom-heading {
    font-size: 20px;
  }

  .custom-heading::before,
  .custom-heading::after {
    width: 80px;
  }

  .custom-heading::before {
    left: -90px;
  }

  .custom-heading::after {
    right: -90px;
  }
}

@media (max-width: 768px) {
  .custom-heading {
    font-size: 18px;
  }

  .custom-heading::before,
  .custom-heading::after {
    width: 60px;
  }

  .custom-heading::before {
    left: -70px;
  }

  .custom-heading::after {
    right: -70px;
  }
}

@media (max-width: 576px) {
  .custom-heading {
    font-size: 16px;
  }

  .custom-heading::before,
  .custom-heading::after {
    width: 40px;
  }

  .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;
}

.text-muted {
  color: #e68760 !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;
}

.gallery-section {
  text-align: center;
}

.gallery-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  position: relative;
}

.margin-car {
  margin-left: -950px;
}

.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%;

  height: 276px;
  object-fit: cover;
  border-radius: 10px;
}

.insta-image {
  width: 100%;

  object-fit: cover;
  border-radius: 10px;
}

.brief-text h2 {
  display: flex;

  align-items: center;

  color: #333;
  margin-bottom: 10px;
  position: relative;
}

.brief-text h2::after {
  content: "";
  display: inline-block;

  width: 50px;
  height: 2px;
  background-color: #f8b669;
  margin-left: 10px;
}

.carousel-indicators [data-bs-target] {
  background-color: #f16539;
}

.carousel-indicators {
  margin: auto;
}

.carousel-indicators {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.carousel-indicators button {
  width: 100%;

  height: 100%;

  border-radius: 50%;

  background-color: #ccc;

  border: none;
  margin: 5px;

  transition: background-color 0.3s ease;
}

.carousel-indicators .active {
  background-color: #f16539;
}

.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;

  height: 0.75rem;
  border: none;
  border-radius: 1rem;
  background-color: #f16539;
  cursor: pointer;
  transition: width 0.5s;
}

.image-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  color: #555;
}

.image-container {
  display: inline-block;
  text-align: center;
}

.usp-section {
  margin-top: 30px;
}

.usp-heading {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}

.usp-card {
  background-color: #cfe9ed;
  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;

  margin-top: 10px;
}

.usp-icon {
  color: #3b3c4a;
}

.deliverables-section {
  margin-top: 30px;
}

.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;

  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;
}

.feature-box-heading {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}

.feature-box-card {
  padding: 20px;
  border-bottom: 4px solid #0abab5;

  border-radius: 10px;

  background-color: #fff;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);

  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: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 10px;
}

.feature-box-text {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.internal-banner-main {
  position: relative;
  width: 100%;
  height: 80vh;
  margin-top: 100px;
  background: url("../images/quote-banner.png") no-repeat center center;
  background-size: contain;
  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);

  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: 150px;
  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;

  gap: 10px;
}

.blog-tag {
  display: inline-block;
  padding: 5px 15px;

  font-size: 12px;
  color: #fff;

  background-color: #88c0d0;

  border-radius: 15px;

  font-weight: 600;

  text-align: center;
}

.blog-date {
  font-size: 14px;
  color: #888;
  text-align: start;
  margin-top: 50px;
}

.view-all {
  text-align: right;
  font-weight: bold;
  color: #f16539;
  text-decoration: none !important;
  margin-right: 95px;
}

.find-us {
  color: #e68760;
  font-size: 20px;
  text-decoration: none;
}

.location-tabs {
  display: flex;
  align-items: center;
}

.location-slider-wrapper {
  overflow: hidden;
  width: 150px;
  white-space: nowrap;
  display: flex;
}

.location-slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
  gap: 20px;
}

.slider-controls {
  display: inline-flex;
  gap: 35px;
  margin-left: 15px;
  cursor: pointer;
}

.location-tabs {
  display: flex;
  align-items: center;
}

.location-slider-wrapper {
  overflow: hidden;
  width: 150px;
  white-space: nowrap;
  flex: 1;
}

.location-slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.find-us {
  display: inline-block;
  min-width: 100px;
  text-align: center;
  text-decoration: none;
  color: #e68760;
  font-weight: bold;
  padding: 5px 0;
  margin-left: -15px;
}

a:hover {
  color: #f16539;
  text-decoration: none;
}

.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;
  text-decoration: none;
}

.location-slider .find-us:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #ccc;
  margin-left: 20px;
  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;
}

.custom-btn.login-btn {
  background-color: #f16539;
  color: #fff;
  font-size: 16px;
}

.custom-btn.signup-btn {
  background-color: transparent;
  color: #f16539;
  border: 2px solid #f16539;
  font-size: 13px;
}

.custom-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.hero {
  position: relative;
}

.custom-indicators {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.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;
  }

  .logo-divider {
    display: none;
  }

  .header-nav {
    text-align: center;
  }

  .custom-btn {
    font-size: 12px;
    padding: 6px 12px;
  }
}

@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;
  }
}

.store-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.explore-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 20px;
}

.explore-all {
  font-weight: 700;
}

.carousel-indicators {
  position: relative;
  bottom: 0;
  margin-top: 10px;
}

.carousel-indicators button {
  background-color: #dc6b35;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.carousel-indicators .active {
  background-color: #ccc;
}

.btn-inquire {
  background-color: #dc6b35;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}

.btn-inquire:hover {
  background-color: #dc6b35;
  color: white;
}

.experience-section {
  text-align: center;
  padding: 50px 0;
  background-color: #000;
  color: white;
}

.experience-section h2 {
  font-weight: bold;
}

.experience-section p {
  color: #dc6b35;
  font-size: 18px;
}

.carousel-container {
  position: relative;
  max-width: 90%;
  margin: auto;
}

.carousel-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.form-overlay {
  width: 430px;
  max-width: 90%;
  background: #ffffff;
  border: none;
  border-radius: 25px;
  position: absolute;
  top: 63%;
  right: 7%;
  transform: translateY(-50%);
  padding: 30px 30px 17px 30px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.form-overlay .form-label {
  font-size: 14px;
}

.form-overlay .form-control {
  height: 50px;
  font-size: 14px;
  padding: 5px 10px;
}

.form-overlay .btn {
  padding: 8px 12px;
  font-size: 14px;
}

.form-overlay .btn-orange {
  background-color: #e6865a;
  border: none;
  color: white;
  font-size: 14px;
  padding: 8px 12px;
  transition: 0.3s ease-in-out;
}

.form-overlay .btn-orange:hover {
  background-color: #d6754a;
}

.radio-group {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}

@media (max-width: 768px) {
  .carousel-item img {
    margin-top: 10px;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .form-overlay {
    width: 90%;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin: 20px auto;
  }

  .quote-banner {
    position: relative;
    width: 100%;
    height: 161px !important;
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images1/quote-banner.png) center center / cover no-repeat;
    padding: 20px;
  }
}

.raleway-font {
  font-family: "Raleway", sans-serif;
}

.achievements-section {
  background: linear-gradient(to bottom,
      #ffffff 50%,
      rgba(174, 215, 221, 0.5) 50%);
  padding: 50px 0;
  text-align: center;
}

.achievements-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

.achievement-card {
  background: white;
  padding: 20px;
  border: #5eafba solid 1px;
  border-radius: 12px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  min-width: 180px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.achievement-number {
  font-size: 26px;
  color: #6cb0b6;
  font-weight: bold;
  min-width: 55px;
}

.achievement-text {
  font-size: 14px;
  color: #444;
  margin: 0;
  line-height: 1.4;
}

.lowest-price {
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.lowest-price h2 {
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .achievements-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .achievement-card {
    flex-basis: 48%;
  }
}

.media-section {
  padding: 50px 0;
  text-align: center;
}

.media-heading {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.media-heading::before,
.media-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 2px;
  background-color: #d8a357;
}

.media-heading::before {
  left: -60px;
}

.media-heading::after {
  right: -60px;
}

.media-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.media-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  gap: 20px;
  padding: 15px 0;
}

.media-block img {
  width: 250px;
  height: auto;
  border-radius: 8px;
}

.media-content {
  flex: 1;
}

.media-content h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.media-content p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

.view-all {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #d88a57;
  font-weight: bold;
  text-decoration: none;
  margin-top: 15px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .media-block {
    flex-direction: column;
    text-align: center;
  }

  .media-block img {
    width: 100%;
    max-width: 250px;
  }
}

@media (max-width: 576px) {
  .achievement-card {
    flex-basis: 100%;
  }
}

@media (max-width: 768px) {
  .carousel-control-prev {
    left: 10px;
  }

  .carousel-control-next {
    right: 10px;
  }
}

.button-container {
  z-index: 999;
  right: 50px;
  position: fixed;
  text-align: right;
  top: 530px;
}

.section-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.section-heading::before,
.section-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 2px;
  background-color: #d8a357;
}

.section-heading::before {
  left: -60px;
}

.section-heading::after {
  right: -60px;
}

.equal-height {
  display: flex;
  flex-wrap: wrap;
}

.quote-btn {
  background-color: #e57d4c;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-top: 35px;
}

.quote-btn:hover {
  background-color: #d8693d;
  color: white;
}

.loadmore-btn {
  background-color: #e57d4c;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

.loadmore-btn:hover {
  background-color: #d8693d;
  color: white;
}

.container-fluid {
  overflow: hidden;
}

.title-margin {
  margin-bottom: 20px;
}

.Onespace-dream-home {
  margin-top: 90px;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  position: relative;
}

.carousel {
  position: relative;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  display: none;
  min-width: 100%;
}

.carousel-item.active {
  display: block;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  cursor: pointer;
}

.carousel-control-prev {
  left: 10px;
  background: #e68760;
  color: #e68760;
  margin-left: -69px;
  margin-top: -13px;
}

.carousel-control-next {
  right: 10px;
  background: #e68760;
  color: #e68760;
  margin-right: -69px;
  margin-top: -13px;
}

.carousel-control-next-icon {
  width: 40px;
  height: 40px;
  background-image: url("../images1/caro-aerrow-1.jpeg");
}

.carousel-control-prev-icon {
  width: 40px;
  height: 40px;
  background-image: url("../images1/caro-aerrow-2.jpeg");
}

.s1 {
  color: #e68760;
}

.s2 {
  font-weight: 600;
}

.btn-primary {
  background-color: #ff7c56;
  border-color: #ff7c56;
}

@media (max-width: 768px) {
  .form-overlay {
    width: 90%;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin: 20px auto;
  }
}

.service-section {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 250px;
  text-align: left;
  transition: transform 0.2s;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card img {
  width: 100%;
  height: auto;
  display: block;
}

.highlight-text {
  color: #00aebb;
  margin: 15px;
  font-size: 1.1rem;
}

.service-card p {
  margin: 0 15px 15px;
  color: #555;
  font-size: 0.9rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .service-section {
    flex-direction: column;
    align-items: center;
  }
}

.service-container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 1300px;
  margin: 20px auto;
  display: flex;
  align-items: flex-start;
}

.steps-container {
  flex: 1;
}

.steps {
  list-style: none;
  padding: 0;
}

.step-item {
  margin: 10px 0;
  padding: 10px;
  border-left: 5px solid #e0e0e0;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.step-item.active {
  background: #e0f7fa;
  border-color: #00acc1;
  font-weight: bold;
}

.description {
  color: #555;
  margin: 5px 0 15px 15px;
  padding: 8px 12px;
  background: #f0f0f0;
  border-left: 3px solid #00acc1;
  display: none;
  border-radius: 5px;
}

.description.show {
  display: block;
}

.progress-section {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.progress-card {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  width: 30%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.progress-percentage {
  color: #00acc1;
  font-size: 24px;
  font-weight: bold;
}

.image-container {
  max-width: 300px;
  flex-shrink: 0;
}

.image-container img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .progress-section {
    flex-direction: column;
    gap: 10px;
  }

  .progress-card {
    width: 100%;
  }
}

.image-container {
  max-width: 400px;
  flex-shrink: 0;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.container-end {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.title-end {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  color: #333;
}

.grid-end {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.icon-card-end {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: transform 0.2s;
}

.icon-card-end:hover {
  transform: translateY(-5px);
}

.icon-card-end img {
  width: 60px;
  height: 60px;
}

.icon-text-end {
  color: #555;
  text-align: center;
  align-items: center;
}

.cta-button-end {
  display: flex;
  margin: 0 auto;
  background: #d32f2f;
  color: white;
  padding: 12px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.2s;
}

.cta-button-end:hover {
  background: #b71c1c;
}

@media (max-width: 768px) {
  .grid-end {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .grid-end {
    grid-template-columns: 1fr;
  }
}

.choose-us-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.choose-us-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
  justify-content: center;
}

.choose-us-section .card-choose-us:nth-child(4) {
  grid-column: 2;
}

.choose-us-section .card-choose-us:nth-child(5) {
  grid-column: 3;
}

.card-choose-us {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 250px;
  max-width: 300px;
  transition: transform 0.2s ease;
}

.card-choose-us:hover {
  transform: translateY(-5px);
}

.card-choose-us img {
  width: 40px;
  height: 40px;
}

.card-choose-us p {
  margin: 0;
  font-size: 16px;
  color: #333;
}

@media (max-width: 768px) {
  .choose-us-section {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .choose-us-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .choose-us-section .card-choose-us:nth-child(4),
  .choose-us-section .card-choose-us:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .choose-us-section {
    grid-template-columns: 1fr;
  }
}

.container-preview {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 20px;
  background: #f5f5f5;
}

.card-preview {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  width: 300px;
  padding: 15px;
}

.card-title-preview {
  color: #49a5a2;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
}

.card-image-preview {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.visit-btn-preview {
  position: relative;
  background: #e38b6f;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}

.visit-btn-preview:hover {
  background: #d1785c;
}

.container-superior {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 20px;
  background: #fff;
  flex-wrap: wrap;
}

.item-superior {
  text-align: center;
  max-width: 220px;
}

.icon-wrapper-superior {
  width: 120px;
  height: 120px;
  border: 2px solid #77d8e4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.icon-superior {
  width: 60%;
  height: auto;
}

.description-superior {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .container-superior {
    gap: 40px;
  }

  .item-superior {
    max-width: 180px;
  }

  .icon-wrapper-superior {
    width: 100px;
    height: 100px;
  }

  .description-superior {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .container-superior {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .item-superior {
    max-width: 100%;
  }

  .icon-wrapper-superior {
    width: 80px;
    height: 80px;
  }

  .icon-superior {
    width: 50%;
  }

  .description-superior {
    font-size: 12px;
  }
}

.comparison-elite {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  font-family: Arial, sans-serif;
  max-width: 1000px;
  margin: 0 auto;
}

.experience-elite {
  width: 20%;
  padding-right: 20px;
  border-right: 2px dotted #4a4a4a;
}

.onespace-elite,
.others-elite {
  width: 40%;
}

.experience-elite h3,
.onespace-elite h3,
.others-elite h3 {
  color: #26d4d9;
  margin-bottom: 15px;
  font-size: 1.2em;
}

.comparison-elite ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.comparison-elite li {
  margin-bottom: 10px;
  line-height: 1.5;
  color: #000;
}

.experience-elite li strong {
  color: #3e3e3e;
  font-family: poppins;
  font-size: 16px;
}

@media (max-width: 768px) {
  .comparison-elite {
    flex-direction: column;
    gap: 10px;
  }

  .experience-elite {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: 2px dotted #4a4a4a;
    padding-bottom: 20px;
  }

  .onespace-elite,
  .others-elite {
    width: 100%;
  }
}

.media-presence-elite {
  text-align: center;
  font-family: Arial, sans-serif;
  margin: 40px 0;
}

.media-presence-elite h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}

.media-logos-elite {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.media-logo-elite {
  border: 1px solid #86c5da;
  border-radius: 10px;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: transform 0.2s ease;
  max-width: 220;
  min-width: 150px;
  height: 100px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.media-logo-elite:hover {
  transform: translateY(-5px);
}

.media-logo-elite img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .media-logos-elite {
    gap: 15px;
  }

  .media-logo-elite {
    max-width: 120px;
    height: 80px;
    padding: 10px 20px;
  }
}

.quote-banner {
  margin-top: 50px;
  position: relative;
  width: 100%;
  height: 80vh;
  background: url("../images1/Image-banner.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  color: #fff;
}

.quote-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.quote-content {
  z-index: 2;
}

.quote-content h1 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.quote-btn {
  display: inline-block;
  background: #f77f50;
  color: #fff;
  font-size: 18px;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.quote-btn:hover {
  background: #e76d3b;
}

@media (max-width: 768px) {
  .quote-content h1 {
    font-size: 32px;
  }

  .quote-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}

.payment-step {
  min-height: 120px;
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 10px;
  flex-basis: 30%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.payment-slider {
  position: relative;
  left: 200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}

.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d0d6d7;
  margin-right: 10px;
}

.percentage-text {
  font-size: 20px;
  color: #2f9cb1;
  font-weight: bold;
  margin-right: 20px;
}

.arrow-container {
  position: relative;
  display: flex;
  align-items: center;
}

.custom-arrow {
  display: block;
  width: 100px;
  height: 2px;
  background-color: #2f9cb1;
  position: relative;
}

.custom-arrow::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -4px;
  width: 10px;
  height: 10px;
  background-color: #2f9cb1;
  border-radius: 50%;
}

.custom-arrow::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -4px;
  border: 5px solid transparent;
  border-left-color: #2f9cb1;
  transform: translateX(5px);
}

.arrow-container {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.payment-step:last-child .custom-arrow {
  display: none;
}

.line-with-circles {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.circle1 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2f9cb1;
}

.line1 {
  width: 100px;
  flex-grow: 1;
  height: 2px;
  background-color: #2f9cb1;
}

@media (max-width: 992px) {
  .payment-step {
    flex-basis: 45%;
  }

  .custom-arrow {
    width: 70px;
  }

  .percentage-text {
    font-size: 18px;
    margin-right: 15px;
  }

  .circle {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 768px) {
  .payment-step {
    flex-basis: 100%;
  }

  .custom-arrow {
    width: 60px;
  }

  .percentage-text {
    font-size: 16px;
  }

  .circle {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 576px) {
  .payment-heading {
    font-size: 18px;
  }

  .percentage-text {
    font-size: 14px;
    margin-right: 10px;
  }

  .custom-arrow {
    width: 50px;
  }

  .circle {
    width: 14px;
    height: 14px;
  }

  .circle1 {
    width: 8px;
    height: 8px;
  }

  .line1 {
    width: 80px;
  }
}


.main-heading-title {
  color: #333;
  font-size: 2rem;
  margin-bottom: 20px;
}

.insta-image {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.insta-image:hover {
  transform: scale(1.05);
}

.carousel-indicators button {
  background-color: #333;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .main-heading-title {
    font-size: 1.8rem;
  }

  .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .main-heading-title {
    font-size: 1.5rem;
  }

  .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .insta-image {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .main-heading-title {
    font-size: 2rem;
  }

  .submain-heading-title {
    font-size: 1rem;
  }

  .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .card-style {
    margin: 10px 0;
  }
}

@media (max-width: 480px) {
  .main-heading-title {
    font-size: 1.8rem;
  }

  .submain-heading-title {
    font-size: 0.9rem;
  }

  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .card-style {
    margin: 15px 0;
  }
}

@media (max-width: 768px) {
  .main-heading-title {
    font-size: 2rem;
  }

  .submain-heading-title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .main-heading-title {
    font-size: 1.8rem;
  }

  .submain-heading-title {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
}

.app-download-btn {
  max-width: 135px;
  height: 45px;
}

.footer-store {
  justify-content: center;
  text-align: center;
}

.first-sect {
  margin-top: 150px;
}

/* .app-footer {
  color: #000 !important;
  background-color: #fff;
} */
.section-1 {
  margin-left: 276px;
}

.li-1 {
  margin-top: 35px;
}

.li-2 {
  margin-top: 45px;
}

.li-3 {
  margin-top: 75px;
}

.li-4 {
  margin-top: 45px;
}

@media (max-width: 1024px) {
  .service-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .image-container {
    order: -1;
    max-width: 100%;
  }

  .image-container img {
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .service-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
  }

  .steps-container {
    width: 100%;
    padding: 10px;
  }

  .steps {
    padding: 0;
    list-style-type: none;
  }

  .step-item {
    width: 100%;
    text-align: left;
    padding: 10px;
    cursor: pointer;
    font-size: 1rem;
  }

  .description {
    max-width: 100%;
    text-align: left;
    font-size: 0.85rem;
  }

  .payment-slider {
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .payment-step {
    width: 90%;
    max-width: 300px;
  }

  .section-1 {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .service-card {
    width: 100%;
  }

  .service-container {
    padding: 10px;
  }

  .image-container img {
    max-width: 90%;
  }
}

.comparison-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 20px auto;
  max-width: 900px;
  overflow: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

th,
td {
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

th {
  color: #5eafba;
  font-size: 18px;
}

td {
  font-size: 16px;
}

td.category,
th.category {
  font-weight: bold;
  background-color: #fff;
  border-right: 2px dashed #ddd;
  width: 20%;
  position: relative;
  padding-left: 20px;
}

td.category::before {
  content: "• ";
  position: absolute;
  left: 5px;
  color: black;
  font-size: 18px;
}

ul {
  padding-left: 20px;
  margin: 0;
}

li {
  margin-bottom: 5px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .comparison-card {
    padding: 15px;
  }

  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    width: 100%;
  }

  thead {
    display: none;
  }

  tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
  }

  td {
    text-align: left;
    padding: 10px;
    border-bottom: none;
    display: block;
  }

  td.category {
    font-weight: bold;
    background-color: #fff;
    border-right: none;
    border-bottom: 2px solid #ddd;
    width: 100%;
    display: block;
    font-size: 18px;
  }

  td[data-label]:before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #3b8c79;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .payment-slider {
    position: relative;
    left: 0px;
    display: flex;
    flex-direction: column;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

body.popup-open {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
}

.popup-content {
  display: flex;
  width: 90%;
  height: 90%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}


.popup-close {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 30px;
  background-color: transparent;
  color: red;
  cursor: pointer;
  z-index: 10;
}

.popup-left {
  width: 65%;
  background: #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.slider img.active {
  display: block;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 20px;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.popup-right {
  width: 35%;
  padding: 30px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.popup-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.popup-description {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

.popup-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}

.popup-features div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
}

.design-popup-btn {
  width: 100%;
  background: red;
  color: white;
  padding: 12px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.wishlist-popup-btn {
  width: 100%;
  background: #eee;
  color: black;
  padding: 12px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 5px;
}

.related-designs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.related-designs img {
  width: 190px;
  height: 190px;
  border-radius: 5px;
  cursor: pointer;
}

body.popup-open {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
}

.popup-open .container-preview {
  display: none;
}

.popup-right::-webkit-scrollbar {
  display: none;
}

.popup-right {
  scrollbar-width: none;
}

.popup-right {
  -ms-overflow-style: none;
}

@media (max-width: 1024px) {
  .popup-content {
    flex-direction: column;
    width: 95%;
    height: 95%;
  }

  .popup-left {
    width: 100%;
    height: 50%;
  }

  .popup-right {
    width: 100%;
    height: 50%;
    padding: 20px;
  }

  .popup-title {
    font-size: 22px;
  }

  .design-popup-btn,
  .wishlist-popup-btn {
    font-size: 14px;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .popup-content {
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .popup-left {
    width: 100%;
    height: 45%;
  }

  .popup-right {
    width: 100%;
    height: 55%;
    padding: 15px;
  }

  .popup-title {
    font-size: 20px;
    text-align: center;
  }

  .popup-features {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .design-popup-btn,
  .wishlist-popup-btn {
    font-size: 14px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .popup-right {
    padding: 10px;
  }

  .popup-title {
    font-size: 18px;
  }

  .design-popup-btn,
  .wishlist-popup-btn {
    font-size: 12px;
    padding: 8px;
  }

  .related-designs img {
    width: 100%;
  }
}

.qr-code-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 10px;
  border-radius: 8px;
  width: 150px;
  height: 150px;
  margin: 10px auto;
}

.qr-code-img {
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: 70vh;
    /* Reduce height on tablets */
    padding: 2rem 1rem;
  }

  .hero h1 {
    font-size: 1.75rem;
    /* Adjust heading size */
  }

  .second-line {
    font-size: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .hero {
    min-height: 60vh;
    /* Reduce height on mobile */
    padding: 1.5rem 1rem;
  }

  .hero h1 {
    font-size: 1.5rem;
  }

  .second-line {
    font-size: 1rem;
  }
}