@font-face {
  font-family: "Melbourne";
  src: url("../fonts/Melbourne.ttf") format("truetype"),
    url("../fonts/Melbourne.woff") format("woff"),
    url("../fonts/Melbourne.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "Melbourne";
  src: url("../fonts/Melbourne-Bold.ttf") format("truetype"),
    url("../fonts/Melbourne-Bold.woff") format("woff"),
    url("../fonts/Melbourne-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: "Melbourne";
  src: url("../fonts/Melbourne-Italic.ttf") format("truetype"),
    url("../fonts/Melbourne-Italic.woff") format("woff"),
    url("../fonts/Melbourne-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}

/* Bold Italic */
@font-face {
  font-family: "Melbourne";
  src: url("../fonts/Melbourne-Bold-Italic.ttf") format("truetype"),
    url("../fonts/Melbourne-Bold-Italic.woff") format("woff"),
    url("../fonts/Melbourne-Bold-Italic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: "Melbourne";
  src: url("../fonts/Melbourne-Light.ttf") format("truetype"),
    url("../fonts/Melbourne-Light.woff") format("woff"),
    url("../fonts/Melbourne-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

/* Light Italic */
@font-face {
  font-family: "Melbourne";
  src: url("../fonts/Melbourne-Light-Italic.ttf") format("truetype"),
    url("../fonts/Melbourne-Light-Italic.woff") format("woff"),
    url("../fonts/Melbourne-Light-Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: "Melbourne";
  src: url("../fonts/Melbourne-Medium.ttf") format("truetype"),
    url("../fonts/Melbourne-Medium.woff") format("woff"),
    url("../fonts/Melbourne-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

/* Medium Italic */
@font-face {
  font-family: "Melbourne";
  src: url("../fonts/Melbourne-Medium-Italic.ttf") format("truetype"),
    url("../fonts/Melbourne-Medium-Italic.woff") format("woff"),
    url("../fonts/Melbourne-Medium-Italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

/* Semi Bold */
@font-face {
  font-family: "Melbourne";
  src: url("../fonts/Melbourne-Semi-Bold.ttf") format("truetype"),
    url("../fonts/Melbourne-Semi-Bold.woff") format("woff"),
    url("../fonts/Melbourne-Semi-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

/* Semi Bold Italic */
@font-face {
  font-family: "Melbourne";
  src: url("../fonts/Melbourne-Semi-Bold-Italic.ttf") format("truetype"),
    url("../fonts/Melbourne-Semi-Bold-Italic.woff") format("woff"),
    url("../fonts/Melbourne-Semi-Bold-Italic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}

/* Thin */
@font-face {
  font-family: "Melbourne";
  src: url("../fonts/Melbourne-Thin.ttf") format("truetype"),
    url("../fonts/Melbourne-Thin.woff") format("woff"),
    url("../fonts/Melbourne-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

/* Thin Italic */
@font-face {
  font-family: "Melbourne";
  src: url("../fonts/Melbourne-Thin-Italic.ttf") format("truetype"),
    url("../fonts/Melbourne-Thin-Italic.woff") format("woff"),
    url("../fonts/Melbourne-Thin-Italic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}

@media (min-width: 100px) and (max-width: 767px) {
  .hero {
    display: none !important;
  }

  .hero-mb {
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: relative;
    display: block !important;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    background-size: cover;
  }

  .hero-mb .content-wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Changed from center */
    background: #fff;
    padding: 0;
    /* Remove any padding */
  }

  .hero-mb .container-fluid {
    padding: 0 !important;
    /* Remove Bootstrap container padding */
    margin: 0;
  }

  .hero-mb .building-image {
    width: 100vw;
    /* Full viewport width */
    margin: 0;
    /* Remove all margins */
    padding: 0;
    /* Remove all padding */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .hero-mb .building-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    /* Changed from background-size */
    display: block;
  }

  .hero-mb .info {
    padding: 30px 20px;
    /* Add padding around the text content */
    position: relative;
    /* Remove absolute positioning */
    z-index: 4;
  }

  .hero-mb .info h1 {
    font-size: 24px;
    color: #2c3e50;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
    margin-top: 0;
    /* Remove negative margin */
    font-family: "Montserrat", sans-serif;
    text-align: left;
    /* Changed from initial */
    margin-top: -100px;
  }

  .hero-mb .info h1 .highlight {
    color: #e8a63d;
  }

  .hero-mb .info p {
    font-size: 12px;
    /* Slightly smaller for mobile */
    font-weight: 500;
    line-height: 150%;
    color: #6c757d;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    /* Changed from initial */
    max-width: 100%;
    /* Use full width on mobile */
    margin: 0;
    /* Remove auto margins */
  }

  .hero-mb .buttons-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 350px;
    margin: 30px auto 0;
    /* Add top margin and center */
    padding: 0 20px;
    /* Add horizontal padding */
  }

  .hero-mb .btn-primary-custom {
    background: linear-gradient(135deg, #4285f4 0%, #3367d6 100%);
    border: none;
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 18px 30px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 25px rgba(66, 133, 244, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 5px;
  }

  .hero-mb .btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(66, 133, 244, 0.4);
    background: linear-gradient(135deg, #3367d6 0%, #2c5de6 100%);
  }

  .hero-mb .btn-secondary-custom {
    background: white;
    border: 2px solid #e8a63d;
    color: #2c3e50;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 30px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 5px;
  }

  .hero-mb .btn-secondary-custom:hover {
    background: #e8a63d;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(232, 166, 61, 0.3);
  }

  .hero-mb .decorative-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
  }

  .hero-mb .decorative-elements::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: linear-gradient(
      45deg,
      rgba(232, 166, 61, 0.1),
      rgba(66, 133, 244, 0.1)
    );
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
  }

  .hero-mb .decorative-elements::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: linear-gradient(
      135deg,
      rgba(66, 133, 244, 0.1),
      rgba(232, 166, 61, 0.1)
    );
    border-radius: 50%;
    animation: float 8s ease-in-out infinite reverse;
  }

  @keyframes float {
    0%,
    100% {
      transform: translateY(0px) rotate(0deg);
    }

    50% {
      transform: translateY(-20px) rotate(10deg);
    }
  }

  .hero-mb .tag-line {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 25px;
    margin: 0 auto 30px;
    max-width: fit-content;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .hero-mb .tag-line small {
    color: #e8a63d;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .features {
    display: block;
    margin: 0;
    padding: 10px 20px !important;
  }

  .features h2 {
    font-family: "Melbourne Semi Bold", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 7%;
    vertical-align: middle;
  }

  .features p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 500 !important;
    letter-spacing: 0%;
    text-align: initial;
  }

  .features .features-row {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .features .col-lg-3 {
    width: 50%;
    padding: 0px;
  }

  .features .title {
    font-family: "Melbourne Medium", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0;
    color: #3d3d3d;
  }

  .features .subtitles {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 120%;
    text-align: left;
    margin-bottom: 1rem;
  }

  .features .subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 12px !important;
    line-height: 120%;
    color: #4d4d4d;
    font-weight: 500 !important;
    letter-spacing: 0%;
  }

  .features .button {
    background: #3b85fb;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border: none;
    color: #ffffff;
    margin: 0px;
    margin-top: -50px;
  }

  .services {
    display: block;
    margin: 0;
    padding: 10px 20px !important;
  }

  .services .service-row {
    margin-top: -60px;
  }

  .services h2 {
    font-family: "Melbourne Semi Bold", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 7%;
    vertical-align: middle;
    text-align: initial;
  }

  .services .subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 14px !important;
    line-height: 120%;
    font-weight: 500 !important;
    letter-spacing: 0%;
    text-align: initial;
    margin-bottom: 1rem;
  }

  .services .col-lg-3 {
    width: 50%;
    margin-bottom: 20px;
  }

  .services .card {
    width: 100%;
    height: 100%;
    border-radius: 8px !important;
    margin: 10px 0px;
  }

  .services .card-body {
    padding: 0.5rem;
    background: #fff;
  }

  .services .card .card-body .card-title {
    font-size: 12px;
    font-family: "Melbourne Semi Bold", sans-serif;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0;
  }

  .services .card .card-body .card-text {
    font-size: 9px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0;
  }

  .services .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
    padding: 0;
  }

  .services .button {
    background: #3b85fb;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin: 10px;
  }

  .works {
    display: block;
    margin: 0;
    padding: 10px 20px !important;
  }

  .works h2 {
    font-family: "Melbourne Semi Bold", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .works .subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 14px !important;
    line-height: 120%;
    font-weight: 500 !important;
    letter-spacing: 0%;
    text-align: initial;
    margin-bottom: 1rem;
  }

  .works img {
    width: 100% !important;
    height: 55% !important;
  }

  .works .card .card-body .card-title {
    font-size: 24px;
    font-family: "Melbourne Semi Bold", sans-serif;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0;
  }

  .works .card .card-body .card-text {
    font-size: 16px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0;
  }

  .works .button {
    background: #3b85fb;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin: 15px 0px;
  }

  .steppers {
    display: block;
    margin: 0;
    padding: 10px 20px !important;
  }

  .steppers h2 {
    font-family: "Melbourne Semi Bold", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .steppers .subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 14px !important;
    line-height: 120%;
    font-weight: 500 !important;
    letter-spacing: 0%;
    text-align: initial;
    margin-bottom: 1rem;
  }
  .steppers .col-lg-3 {
    width: 50%;
  }
  .steppers .step-number {
    display: block !important;
    margin: 5px 0px;
    padding: 8px 8px;
    width: 30px;
    height: 30px;
    font-size: 10px;
  }

  .steppers .step-header {
    font-family: "Melbourne Semi Bold", sans-serif;
    font-size: 10px;
    line-height: 120%;
    font-weight: 600;
    text-align: initial;
  }

  .steppers .step-image {
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
  }

  .steppers .step-description {
    font-family: "Montserrat", sans-serif;
    font-size: 8px;
    line-height: 120%;
    font-weight: 500 !important;
    letter-spacing: 0%;
    text-align: initial;
    color: #4d4d4d;
  }

  .steppers .button {
    background: #3b85fb;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin: 15px 0px;
  }

  .testimonial {
    display: block;
    margin: 0;
    padding: 10px 20px;
  }

  .testimonial h2 {
    font-family: "Melbourne Semi Bold", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .testimonial .subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 500 !important;
    letter-spacing: 0%;
    text-align: initial;
    margin-bottom: 1rem;
  }

  .testimonial .col-lg-4 {
    width: 50%;
  }
  .testimonial .card {
    margin-left: 10px;
  }
  .testimonial .card-img-top {
    width: 100%;
    height: 100%;
  }

  .testimonial .caaa-img {
    display: none;
  }

  .testimonial .button {
    background: #3b85fb;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin: 15px 0px;
  }

  .faq-section {
    padding: 10px 20px;
    background-color: #fff;
  }

  .faq-section h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #3d3d3d;
    margin-bottom: 15px;
  }

  .faq-section .subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 0%;
    color: #4d4d4d;
    margin-bottom: 1rem;
  }

  .faq-section .accordion {
    width: 100%;
  }

  .faq-section .card {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 12px;
    margin-bottom: 0px;
    overflow: hidden;
  }

  .faq-section .card-body {
    padding: 0;
  }

  .faq-section .accordion-item {
    border: none;
    background: transparent;
  }

  .faq-section .accordion-button {
    background-color: #fff;
    border: none;
    position: relative;
    box-shadow: none;
    padding: 0px 15px;
  }

  .faq-section .accordion-button h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 8px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0px;
    color: #3d3d3d;
    margin: 0;
    width: 100%;
    margin-top: 5px;
  }

  .faq-section .accordion-body {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
    color: #6c6c6c;
    background-color: #fff;
    padding: 10px 15px;
  }

  .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #3d3d3d;
    box-shadow: none;
  }

  .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
  }

  .accordion-button:focus {
    box-shadow: none;
    border: none;
  }

  .accordion-button::after {
    display: none;
  }

  /* Custom plus/minus icons with circular background */
  .accordion-button {
    position: relative;
  }

  .accordion-button::after {
    display: none;
  }

  /* Circular background for collapsed state (plus) */
  .accordion-button.collapsed::before {
    content: "+";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: #f7f7ff;
    border-radius: 20%;
    color: #3b85fb;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  /* Blue circular background for expanded state (minus) */
  .accordion-button:not(.collapsed)::before {
    content: "−";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: #3b85fb;
    border-radius: 20%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .accordion-collapse {
    border: none;
  }

  .contact_us {
    display: block;
    margin: 0;
    padding: 10px 20px;
  }

  .contact_us h2 {
    font-family: "Melbourne Semi Bold", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .contact_us .subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 14px !important;
    line-height: 120%;
    font-weight: 500 !important;
    letter-spacing: 0%;
    text-align: initial;
    margin-bottom: 1rem;
  }
  .contact_us .card-contact {
    padding: 15px;
  }
  .contact_us .contact-bottom {
    margin-bottom: 0.5rem;
  }
  .contact_us .form-label {
    font-size: 12px;
  }
  .contact_us .form-control {
    font-size: 12px;
  }
  .contact_us .form-select {
    font-size: 12px;
  }
  .contact_us .exploreButton button {
    font-size: 12px;
margin-top: 20px;
  }
  .contact_us span {
      font-family: "Melbourne", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  color: #3d3d3d;
  }
  .contact_us .text-start {
    font-family: "Melbourne Semi Bold", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: initial;
margin-top: 20px;
  }

  .modal-content {
    width: 80%;
    margin: 0px auto;
  }

  .modal-content .modal-title {
    font-size: 16px;
  }

  .modal-header .btn-close {
    font-size: 12px;
  }

  .modal-content .modal-body .form-label {
    font-size: 12px;
  }

  .modal-content .modal-body .form-control {
    font-size: 12px;
    padding: 2px 10px;
  }

  .modal-content .modal-body .form-select {
    font-size: 12px;
  }

  .exploreButton .consultation_btn {
    padding: 10px 20px;
    background: #fff;
    border: none;
    color: #3b85fb;
    font-size: 12px;
  }

  .exploreButton .consultation_btn:hover {
    background-color: #3b85fb;
    color: #fff;
  }

  .about-us {
    padding: 0px 10px;
    margin-top: 20px;
  }

  .about h1 {
    font-weight: 800;
    font-size: 50px;
    text-transform: uppercase;
    color: #3d3d3d;
    font-family: "Mulish", sans-serif;
    line-height: 120%;
    margin: 0px;
  }

  .about .about-us-image {
    margin: 0px;
  }

  .about .content p {
    color: #3d3d3d;
    text-align: initial;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
  }
  .privacy {
    margin: 20px 0px;
    padding: 0px 20px;
  }
  .privacy .content {
    margin-top: 10px;
  }

  .privacy h1 {
    font-weight: 800;
    font-size: 34px;
    text-transform: uppercase;
    color: #3d3d3d;
    font-family: "Melbourne", sans-serif;
  }

  .privacy .content p {
    color: #3d3d3d;
    text-align: justify;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
  }

  .privacy h3 {
    color: #3d3d3d;
    text-align: justify;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
  }

  .privacy h5 {
    color: #3d3d3d;
    text-align: justify;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
  }

  .privacy li {
    color: #3d3d3d;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
  }

  .mission-vision {
    padding: 0px 10px;
    margin: 30px 0px;
  }

  .mission-vision .desktop {
    display: none;
  }

  .mission-vision .mobile {
    display: block !important;
  }

  .mission-vision h1 {
    font-weight: 800;
    font-size: 36px;
    text-transform: uppercase;
    color: #3d3d3d;
    font-family: "Mulish", sans-serif;
    margin-bottom: 20px;
    text-align: center;
  }

  .mission-vision .content p {
    color: #3d3d3d;
    margin-top: 0px;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    text-align: initial;
    line-height: 120%;
    font-weight: 500;
  }

  .mission-vision .row {
    padding: 0px !important;
  }

  .mission-vision .mission-image {
    width: 100%;
    height: 100% !important;
    margin: 0px;
  }

  .mission-vision .vision-image {
    width: 100%;
    height: 100% !important;
    margin: 0px;
  }

  .architectural-section {
    display: none;
  }

  .architectural-mb {
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: relative;
    display: block !important;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    background-size: cover;
  }

  .architectural-mb .content-wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Changed from center */
    background: #fff;
    padding: 0;
    /* Remove any padding */
  }

  .architectural-mb .container-fluid {
    padding: 0 !important;
    /* Remove Bootstrap container padding */
    margin: 0;
  }

  .architectural-mb .building-image {
    width: 100%;
    margin-bottom: 0;
    /* Remove any bottom margin */
  }

  .architectural-mb .building-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    /* Changed from background-size */
    display: block;
  }

  .architectural-mb .info {
    padding: 30px 20px;
    /* Add padding around the text content */
    position: relative;
    /* Remove absolute positioning */
    z-index: 4;
  }

  .architectural-mb .info h1 {
    font-size: 24px;
    color: #2c3e50;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
    margin-top: 0;
    /* Remove negative margin */
    font-family: "Montserrat", sans-serif;
    text-align: left;
    /* Changed from initial */
    margin-top: -100px;
  }

  .architectural-mb .info h1 .highlight {
    color: #e8a63d;
  }

  .architectural-mb .info p {
    font-size: 12px;
    /* Slightly smaller for mobile */
    font-weight: 500;
    line-height: 150%;
    color: #6c757d;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    /* Changed from initial */
    max-width: 100%;
    /* Use full width on mobile */
    margin: 0;
    /* Remove auto margins */
  }

  .architectural-mb .buttons-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 350px;
    margin: 30px auto 0;
    /* Add top margin and center */
    padding: 0 20px;
    /* Add horizontal padding */
  }

  .architectural-mb .btn-primary-custom {
    background: linear-gradient(135deg, #4285f4 0%, #3367d6 100%);
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 30px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 25px rgba(66, 133, 244, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 5px;
  }

  .architectural-mb .btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(66, 133, 244, 0.4);
    background: linear-gradient(135deg, #3367d6 0%, #2c5de6 100%);
  }

  .architectural-mb .btn-secondary-custom {
    background: white;
    border: 2px solid #e8a63d;
    color: #2c3e50;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 30px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 5px;
  }

  .architectural-mb .btn-secondary-custom:hover {
    background: #e8a63d;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(232, 166, 61, 0.3);
  }

  .architectural-mb .decorative-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
  }

  .architectural-mb .decorative-elements::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: linear-gradient(
      45deg,
      rgba(232, 166, 61, 0.1),
      rgba(66, 133, 244, 0.1)
    );
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
  }

  .architectural-mb .decorative-elements::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: linear-gradient(
      135deg,
      rgba(66, 133, 244, 0.1),
      rgba(232, 166, 61, 0.1)
    );
    border-radius: 50%;
    animation: float 8s ease-in-out infinite reverse;
  }

  @keyframes float {
    0%,
    100% {
      transform: translateY(0px) rotate(0deg);
    }

    50% {
      transform: translateY(-20px) rotate(10deg);
    }
  }

  .architectural-mb .tag-line {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 25px;
    margin: 0 auto 30px;
    max-width: fit-content;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .architectural {
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .architectural .col-md-3 {
    width: 50%;
    margin: 0px !important;
  }

  .architectural-dropdown h1 {
    font-size: 10px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Montserrat", sans-serif;
    color: #2f2f33;
  }

  .architectural-dropdown p {
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: match-parent;
    font-family: "Montserrat", sans-serif;
    color: #4d4d4d;
  }

  .architectural-dropdown .title {
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    color: #3d3d3d;
  }

  .architectural-dropdown .dropdown {
    position: relative;
    display: inline-block;
  }

  .architectural-dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    /* Set a fixed minimum width */
    max-width: 250px;
    /* Prevent it from getting too wide */
    width: max-content;
    /* Adjust to content but respect max-width */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
    /* Align to the right edge of the dropdown trigger */
    top: 100%;
    /* Position below the trigger */
    white-space: nowrap;
    /* Prevent text wrapping */
  }

  /* Alternative positioning if you prefer left alignment */
  .architectural-dropdown .dropdown-content.left-align {
    left: 0;
    right: auto;
  }

  /* Prevent dropdown from going off-screen on the right */
  .architectural-dropdown .dropdown-content {
    transform: translateX(-50%);
    /* Center the dropdown relative to trigger */
    left: -150%;
    right: auto;
  }

  /* Dropdown links */
  .architectural-dropdown .dropdown-content a {
    color: #2f2f33;
    padding: 8px 16px;
    /* Increased padding for better touch targets */
    text-decoration: none;
    display: block;
    /* Changed from 'block ruby' to 'block' */
    font-size: 14px;
    border-bottom: 1px solid #eee;
    /* Add subtle separator */
  }

  .architectural-dropdown .dropdown-content a:last-child {
    border-bottom: none;
    /* Remove border from last item */
  }

  .architectural-dropdown .dropdown-content a:hover {
    background-color: #3b85fb;
    color: #fff;
  }

  /* Show the dropdown content when the user hovers over the icon */
  .architectural-dropdown .dropdown:hover .dropdown-content {
    display: block;
  }

  .architectural-dropdown .icon {
    cursor: pointer;
    font-size: 24px;
    color: #3b85fb;
    border: 1px solid #e8a63d;
    padding: 0px 5px;
    border-radius: 5px;
  }

  /* Ensure the dropdown container doesn't overflow */
  .architectural-dropdown .col-lg-5 {
    position: relative;
    overflow: visible;
  }

  .architectural .card {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    cursor: pointer;
  }

  .architectural .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .architectural .card-body {
    padding: 15px;
  }

  /* Hover effect */
  .architectural .card:hover {
    background: #3b85fb;
    color: #fff;
    transform: translateY(-5px);
  }

  .architectural .card-title {
    font-size: 6px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Montserrat", sans-serif;
  }

  .architectural .card-text {
    font-size: 8px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 4%;
  }

  .architectural-details {
    margin: 20px 0px;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .architectural-details .card-detail {
    background: #3b85fb;
    color: #fff;
    border-radius: 20px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .architectural-details .card-detail h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    font-family: "Mulish", sans-serif;
    line-height: 120%;
  }

  .architectural-details .card-detail h4 {
    font-family: "Poppins", sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 120%;
  }

  .architectural-details .card-detail h5 {
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    line-height: 120%;
  }

  .architectural-details .card-detail .product-description span {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 120%;
  }

  .architectural-details .card-detail .product-description p {
    font-size: 10px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: initial;
  }

  .architectural-details .card-detail .inside-card {
    display: none;
  }

  .architectural-details .card-detail .inside-card-mb {
    display: block !important;
  }

  .architectural-details .card-detail .inside-card-mb {
    background: #23517c;
    color: #fff;
    border-radius: 20px;
  }

  .architectural-details .card-detail .inside-card-mb .col-lg-1 {
    width: 0%;
  }

  .architectural-details .card-detail .inside-card-mb .col-lg-3 {
    width: 24%;
  }

  .architectural-details .card-detail .inside-card-mb img {
    height: 30px;
    width: 25px;
  }

  .architectural-details .card-detail .inside-card-mb .inside-card-text {
    font-family: "Poppins", sans-serif;
    color: #d1fdfb;
    font-size: 6px;
    margin-top: 2px;
    margin-left: 8px;
  }

  .architectural-details .card-detail .inside-card-mb .inside-card-data {
    margin-top: -15px;
    font-weight: 800;
    color: #d1fdfb;
    font-family: "Poppins", sans-serif;
    font-size: 6px;
    margin-left: 10px;
  }

  .architectural-details .contact-btn {
    background: #3b85fb !important;
    border: none;
    color: #fff;
    padding: 10px 16px;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    font-size: 10px;
    font-weight: 800;
    margin-top: 1rem;
  }

  .interiors {
    margin-top: 3rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .interiors-section {
    display: none;
  }

  .interiors-mb {
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: relative;
    display: block !important;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    background-size: cover;
  }

  .interiors-mb .content-wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Changed from center */
    background: #fff;
    padding: 0;
    /* Remove any padding */
  }

  .interiors-mb .container-fluid {
    padding: 0 !important;
    /* Remove Bootstrap container padding */
    margin: 0;
  }

  .interiors-mb .building-image {
    width: 100vw;
    /* Full viewport width */
    margin: 0;
    /* Remove all margins */
    padding: 0;
    /* Remove all padding */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .interiors-mb .building-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    /* Changed from background-size */
    display: block;
  }

  .interiors-mb .info {
    padding: 30px 20px;
    /* Add padding around the text content */
    position: relative;
    /* Remove absolute positioning */
    z-index: 4;
  }

  .interiors-mb .info h1 {
    font-size: 24px;
    color: #2c3e50;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
    margin-top: 0;
    /* Remove negative margin */
    font-family: "Montserrat", sans-serif;
    text-align: left;
    /* Changed from initial */
    margin-top: -100px;
  }

  .interiors-mb .info h1 .highlight {
    color: #e8a63d;
  }

  .interiors-mb .info p {
    font-size: 12px;
    /* Slightly smaller for mobile */
    font-weight: 500;
    line-height: 150%;
    color: #6c757d;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    /* Changed from initial */
    max-width: 100%;
    /* Use full width on mobile */
    margin: 0;
    /* Remove auto margins */
  }

  .interiors-mb .buttons-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 350px;
    margin: 30px auto 0;
    /* Add top margin and center */
    padding: 0 20px;
    /* Add horizontal padding */
  }

  .interiors-mb .btn-primary-custom {
    background: linear-gradient(135deg, #4285f4 0%, #3367d6 100%);
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 30px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 25px rgba(66, 133, 244, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 5px;
  }

  .interiors-mb .btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(66, 133, 244, 0.4);
    background: linear-gradient(135deg, #3367d6 0%, #2c5de6 100%);
  }

  .interiors-mb .btn-secondary-custom {
    background: white;
    border: 2px solid #e8a63d;
    color: #2c3e50;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 30px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 5px;
  }

  .interiors-mb .btn-secondary-custom:hover {
    background: #e8a63d;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(232, 166, 61, 0.3);
  }

  .interiors-mb .decorative-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
  }

  .interiors-mb .decorative-elements::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: linear-gradient(
      45deg,
      rgba(232, 166, 61, 0.1),
      rgba(66, 133, 244, 0.1)
    );
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
  }

  .interiors-mb .decorative-elements::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: linear-gradient(
      135deg,
      rgba(66, 133, 244, 0.1),
      rgba(232, 166, 61, 0.1)
    );
    border-radius: 50%;
    animation: float 8s ease-in-out infinite reverse;
  }

  @keyframes float {
    0%,
    100% {
      transform: translateY(0px) rotate(0deg);
    }

    50% {
      transform: translateY(-20px) rotate(10deg);
    }
  }

  .interiors-mb .tag-line {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 25px;
    margin: 0 auto 30px;
    max-width: fit-content;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .interiors-dropdown h1 {
    font-size: 10px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Montserrat", sans-serif;
    color: #2f2f33;
  }

  .interiors-dropdown p {
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: match-parent;
    font-family: "Montserrat", sans-serif;
    color: #4d4d4d;
  }

  .interiors-dropdown .title {
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    color: #3d3d3d;
  }

  .interiors-dropdown .dropdown {
    position: relative;
    display: inline-block;
  }

  .interiors-dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    /* Set a fixed minimum width */
    max-width: 250px;
    /* Prevent it from getting too wide */
    width: max-content;
    /* Adjust to content but respect max-width */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
    /* Align to the right edge of the dropdown trigger */
    top: 100%;
    /* Position below the trigger */
    white-space: nowrap;
    /* Prevent text wrapping */
  }

  /* Alternative positioning if you prefer left alignment */
  .interiors-dropdown .dropdown-content.left-align {
    left: 0;
    right: auto;
  }

  /* Prevent dropdown from going off-screen on the right */
  .interiors-dropdown .dropdown-content {
    transform: translateX(-50%);
    /* Center the dropdown relative to trigger */
    left: -150%;
    right: auto;
  }

  /* Dropdown links */
  .interiors-dropdown .dropdown-content a {
    color: #2f2f33;
    padding: 8px 16px;
    /* Increased padding for better touch targets */
    text-decoration: none;
    display: block;
    /* Changed from 'block ruby' to 'block' */
    font-size: 14px;
    border-bottom: 1px solid #eee;
    /* Add subtle separator */
  }

  .interiors-dropdown .dropdown-content a:last-child {
    border-bottom: none;
    /* Remove border from last item */
  }

  .interiors-dropdown .dropdown-content a:hover {
    background-color: #3b85fb;
    color: #fff;
  }

  /* Show the dropdown content when the user hovers over the icon */
  .interiors-dropdown .dropdown:hover .dropdown-content {
    display: block;
  }

  .interiors-dropdown .icon {
    cursor: pointer;
    font-size: 24px;
    color: #3b85fb;
    border: 1px solid #e8a63d;
    padding: 0px 5px;
    border-radius: 5px;
  }

  /* Ensure the dropdown container doesn't overflow */
  .interiors-dropdown .col-lg-5 {
    position: relative;
    overflow: visible;
  }

  .interiors .card {
    width: 400px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    cursor: pointer;
  }

  .interiors .card-img-top {
    width: 100%;
    height: 397px;
    object-fit: cover;
  }

  .interiors .card-body {
    padding: 15px;
  }

  .interiors .card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .interiors .card-text {
    margin-bottom: 0;
  }

  /* Hover effect */
  .interiors .card:hover {
    background: #3b85fb;
    color: #fff;
    transform: translateY(-5px);
  }

  .interiors .card-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Montserrat", sans-serif;
  }

  .interiors .card-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 4%;
  }

  .interiors .swiper-slide img {
    width: 100%;
    transition: transform 0.5s ease;
    min-height: 350px;
    obhect-fit: cover;
  }

  .interiors.swiper-slide-active img {
    transform: scale(1);
    /* Zoom effect */
    opacity: 1;
  }

  .interiors.swiper-container {
    overflow: hidden;
  }

  .constructions {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .constructions .col-md-3 {
    width: 50%;
    margin: 0px !important;
  }

  .constructions-section {
    display: none;
  }

  .constructions-mb {
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: relative;
    display: block !important;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    background-size: cover;
  }

  .constructions-mb .content-wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Changed from center */
    background: #fff;
    padding: 0;
    /* Remove any padding */
  }

  .constructions-mb .container-fluid {
    padding: 0 !important;
    /* Remove Bootstrap container padding */
    margin: 0;
  }

  .constructions-mb .building-image {
    width: 100vw;
    /* Full viewport width */
    margin: 0;
    /* Remove all margins */
    padding: 0;
    /* Remove all padding */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .constructions-mb .building-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    /* Changed from background-size */
    display: block;
  }

  .constructions-mb .info {
    padding: 30px 20px;
    /* Add padding around the text content */
    position: relative;
    /* Remove absolute positioning */
    z-index: 4;
  }

  .constructions-mb .info h1 {
    font-size: 24px;
    color: #2c3e50;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
    margin-top: 0;
    /* Remove negative margin */
    font-family: "Montserrat", sans-serif;
    text-align: left;
    /* Changed from initial */
    margin-top: -100px;
  }

  .constructions-mb .info h1 .highlight {
    color: #e8a63d;
  }

  .constructions-mb .info p {
    font-size: 12px;
    /* Slightly smaller for mobile */
    font-weight: 500;
    line-height: 150%;
    color: #6c757d;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    /* Changed from initial */
    max-width: 100%;
    /* Use full width on mobile */
    margin: 0;
    /* Remove auto margins */
  }

  .constructions-mb .buttons-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 350px;
    margin: 30px auto 0;
    /* Add top margin and center */
    padding: 0 20px;
    /* Add horizontal padding */
  }

  .constructions-mb .btn-primary-custom {
    background: linear-gradient(135deg, #4285f4 0%, #3367d6 100%);
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 30px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 25px rgba(66, 133, 244, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 5px;
  }

  .constructions-mb .btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(66, 133, 244, 0.4);
    background: linear-gradient(135deg, #3367d6 0%, #2c5de6 100%);
  }

  .constructions-mb .btn-secondary-custom {
    background: white;
    border: 2px solid #e8a63d;
    color: #2c3e50;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 30px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 5px;
  }

  .constructions-mb .btn-secondary-custom:hover {
    background: #e8a63d;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(232, 166, 61, 0.3);
  }

  .constructions-mb .decorative-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
  }

  .constructions-mb .decorative-elements::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: linear-gradient(
      45deg,
      rgba(232, 166, 61, 0.1),
      rgba(66, 133, 244, 0.1)
    );
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
  }

  .constructions-mb .decorative-elements::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: linear-gradient(
      135deg,
      rgba(66, 133, 244, 0.1),
      rgba(232, 166, 61, 0.1)
    );
    border-radius: 50%;
    animation: float 8s ease-in-out infinite reverse;
  }

  @keyframes float {
    0%,
    100% {
      transform: translateY(0px) rotate(0deg);
    }

    50% {
      transform: translateY(-20px) rotate(10deg);
    }
  }

  .constructions-mb .tag-line {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 25px;
    margin: 0 auto 30px;
    max-width: fit-content;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .constructions-dropdown h1 {
    font-size: 10px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Montserrat", sans-serif;
    color: #2f2f33;
  }

  .constructions-dropdown p {
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: match-parent;
    font-family: "Montserrat", sans-serif;
    color: #4d4d4d;
  }

  .constructions-dropdown .title {
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    color: #3d3d3d;
  }

  .constructions-dropdown .dropdown {
    position: relative;
    display: inline-block;
  }

  .constructions-dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    /* Set a fixed minimum width */
    max-width: 250px;
    /* Prevent it from getting too wide */
    width: max-content;
    /* Adjust to content but respect max-width */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
    /* Align to the right edge of the dropdown trigger */
    top: 100%;
    /* Position below the trigger */
    white-space: nowrap;
    /* Prevent text wrapping */
  }

  /* Alternative positioning if you prefer left alignment */
  .constructions-dropdown .dropdown-content.left-align {
    left: 0;
    right: auto;
  }

  /* Prevent dropdown from going off-screen on the right */
  .constructions-dropdown .dropdown-content {
    transform: translateX(-50%);
    /* Center the dropdown relative to trigger */
    left: -150%;
    right: auto;
  }

  /* Dropdown links */
  .constructions-dropdown .dropdown-content a {
    color: #2f2f33;
    padding: 8px 16px;
    /* Increased padding for better touch targets */
    text-decoration: none;
    display: block;
    /* Changed from 'block ruby' to 'block' */
    font-size: 14px;
    border-bottom: 1px solid #eee;
    /* Add subtle separator */
  }

  .constructions-dropdown .dropdown-content a:last-child {
    border-bottom: none;
    /* Remove border from last item */
  }

  .constructions-dropdown .dropdown-content a:hover {
    background-color: #3b85fb;
    color: #fff;
  }

  /* Show the dropdown content when the user hovers over the icon */
  .constructions-dropdown .dropdown:hover .dropdown-content {
    display: block;
  }

  .constructions-dropdown .icon {
    cursor: pointer;
    font-size: 24px;
    color: #3b85fb;
    border: 1px solid #e8a63d;
    padding: 0px 5px;
    border-radius: 5px;
  }

  /* Ensure the dropdown container doesn't overflow */
  .constructions-dropdown .col-lg-5 {
    position: relative;
    overflow: visible;
  }

  .constructions-details .contact-btn {
    background: #3b85fb !important;
    border: none;
    color: #fff;
    padding: 10px 16px;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    font-size: 10px;
    font-weight: 800;
    margin-top: 1rem;
  }

  .constructions .card {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    cursor: pointer;
  }

  .constructions .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .constructions .card-body {
    padding: 15px;
  }

  /* Hover effect */
  .constructions .card:hover {
    background: #3b85fb;
    color: #fff;
    transform: translateY(-5px);
  }

  .constructions .card-title {
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Montserrat", sans-serif;
  }

  .constructions .card-text {
    font-size: 6px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 4%;
  }

  .constructions-details {
    margin: 20px 0px;
  }

  .constructions-details .card-detail {
    background: #3b85fb;
    color: #fff;
    border-radius: 20px;
  }

  .constructions-details .card-detail h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    font-family: "Mulish", sans-serif;
    line-height: 120%;
  }

  .constructions-details .card-detail h4 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #d4d4d4;
    /* Add this line */
    padding-bottom: 5px;
    /* Optional: adds space between text and border */
    margin-bottom: 10px;
    /* Optional: space below the border */
  }

  .constructions-details .card-detail h5 {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }

  .constructions-details .card-detail .product-description span {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }

  .constructions-details .card-detail .product-description p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
  }

  .constructions-details .card-detail .inside-card {
    background: #23517c;
    color: #fff;
    border-radius: 20px;
  }

  .constructions-details .card-detail .inside-card .col-lg-2 {
    width: 50%;
  }

  .constructions-details .card-detail .inside-card .col-lg-4 {
    width: 50%;
  }

  .constructions-details .card-detail .inside-card img {
    height: 50px;
    width: 50px;
  }

  .constructions-details .card-detail .inside-card .inside-card-text {
    font-family: "Poppins", sans-serif;
    color: #d1fdfb;
  }

  .constructions-details .card-detail .inside-card .inside-card-data {
    margin-top: -15px;
    font-weight: 800;
    color: #d1fdfb;
    font-family: "Poppins", sans-serif;
  }

  .bottom-content {
    margin: 0px;
  }

  .bottom-content h1 {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
    color: #3d3d3d;
  }

  .bottom-content p {
    font-weight: 500;
    font-size: 12px;
    color: #4d4d4d;
    font-family: "Montserrat", sans-serif;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .bottom-content .button {
    background: #3b85fb;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    margin-top: 0px;
  }

  .structural-section {
    display: none;
  }

  .structural {
    display: none;
  }

  .structurals-mb {
    display: block !important;
  }

  .structural-mb {
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: relative;
    display: block !important;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    background-size: cover;
  }

  .structural-mb .content-wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Changed from center */
    background: #fff;
    padding: 0;
    /* Remove any padding */
  }

  .structural-mb .container-fluid {
    padding: 0 !important;
    /* Remove Bootstrap container padding */
    margin: 0;
  }

  .structural-mb .building-image {
    width: 100%;
    margin-bottom: 0;
    /* Remove any bottom margin */
  }

  .structural-mb .building-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    /* Changed from background-size */
    display: block;
  }

  .structural-mb .info {
    padding: 30px 20px;
    /* Add padding around the text content */
    position: relative;
    /* Remove absolute positioning */
    z-index: 4;
  }

  .structural-mb .info h1 {
    font-size: 24px;
    color: #2c3e50;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
    margin-top: 0;
    /* Remove negative margin */
    font-family: "Montserrat", sans-serif;
    text-align: left;
    /* Changed from initial */
    margin-top: -100px;
  }

  .structural-mb .info h1 .highlight {
    color: #e8a63d;
  }

  .structural-mb .info p {
    font-size: 12px;
    /* Slightly smaller for mobile */
    font-weight: 500;
    line-height: 150%;
    color: #6c757d;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    /* Changed from initial */
    max-width: 100%;
    /* Use full width on mobile */
    margin: 0;
    /* Remove auto margins */
  }

  .structural-mb .buttons-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 350px;
    margin: 30px auto 0;
    /* Add top margin and center */
    padding: 0 20px;
    /* Add horizontal padding */
  }

  .structural-mb .btn-primary-custom {
    background: linear-gradient(135deg, #4285f4 0%, #3367d6 100%);
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 30px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 25px rgba(66, 133, 244, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 5px;
  }

  .structural-mb .btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(66, 133, 244, 0.4);
    background: linear-gradient(135deg, #3367d6 0%, #2c5de6 100%);
  }

  .structural-mb .btn-secondary-custom {
    background: white;
    border: 2px solid #e8a63d;
    color: #2c3e50;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 30px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 5px;
  }

  .structural-mb .btn-secondary-custom:hover {
    background: #e8a63d;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(232, 166, 61, 0.3);
  }

  .structural-mb .decorative-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
  }

  .structural-mb .decorative-elements::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: linear-gradient(
      45deg,
      rgba(232, 166, 61, 0.1),
      rgba(66, 133, 244, 0.1)
    );
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
  }

  .structural-mb .decorative-elements::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: linear-gradient(
      135deg,
      rgba(66, 133, 244, 0.1),
      rgba(232, 166, 61, 0.1)
    );
    border-radius: 50%;
    animation: float 8s ease-in-out infinite reverse;
  }

  @keyframes float {
    0%,
    100% {
      transform: translateY(0px) rotate(0deg);
    }

    50% {
      transform: translateY(-20px) rotate(10deg);
    }
  }

  .structural-mb .tag-line {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 25px;
    margin: 0 auto 30px;
    max-width: fit-content;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .structural-dropdown h1 {
    font-size: 10px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Montserrat", sans-serif;
    color: #2f2f33;
  }

  .structural-dropdown p {
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: match-parent;
    font-family: "Montserrat", sans-serif;
    color: #4d4d4d;
  }

  .structural-dropdown .title {
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    color: #3d3d3d;
  }

  .structural-dropdown .dropdown {
    position: relative;
    display: inline-block;
  }

  .structural-dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    /* Set a fixed minimum width */
    max-width: 250px;
    /* Prevent it from getting too wide */
    width: max-content;
    /* Adjust to content but respect max-width */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
    /* Align to the right edge of the dropdown trigger */
    top: 100%;
    /* Position below the trigger */
    white-space: nowrap;
    /* Prevent text wrapping */
  }

  /* Alternative positioning if you prefer left alignment */
  .structural-dropdown .dropdown-content.left-align {
    left: 0;
    right: auto;
  }

  /* Prevent dropdown from going off-screen on the right */
  .structural-dropdown .dropdown-content {
    transform: translateX(-50%);
    /* Center the dropdown relative to trigger */
    left: -150%;
    right: auto;
  }

  /* Dropdown links */
  .structural-dropdown .dropdown-content a {
    color: #2f2f33;
    padding: 8px 16px;
    /* Increased padding for better touch targets */
    text-decoration: none;
    display: block;
    /* Changed from 'block ruby' to 'block' */
    font-size: 14px;
    border-bottom: 1px solid #eee;
    /* Add subtle separator */
  }

  .structural-dropdown .dropdown-content a:last-child {
    border-bottom: none;
    /* Remove border from last item */
  }

  .structural-dropdown .dropdown-content a:hover {
    background-color: #3b85fb;
    color: #fff;
  }

  /* Show the dropdown content when the user hovers over the icon */
  .structural-dropdown .dropdown:hover .dropdown-content {
    display: block;
  }

  .structural-dropdown .icon {
    cursor: pointer;
    font-size: 24px;
    color: #3b85fb;
    border: 1px solid #e8a63d;
    padding: 0px 5px;
    border-radius: 5px;
  }

  /* Ensure the dropdown container doesn't overflow */
  .structural-dropdown .col-lg-5 {
    position: relative;
    overflow: visible;
  }

  .structurals-mb .card {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px auto;
    cursor: pointer;
    background: transparent;
    border: none;
  }

  .structural .card-img-top {
    width: 100%;
    height: 397px;
    object-fit: cover;
  }

  .structurals-mb .card-body {
    padding: 15px;
  }

  .structural .card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .structurals-mb .title {
    display: inline-flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 20px;
  }

  .structurals-mb .sub-title {
    font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
  }

  .structurals-mb .button-title {
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 5px;
  }

  .structurals-mb .btn-success {
    background: #3b85fb;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 800;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    border: #3b85fb;
  }

  .structurals-mb .btn-success:hover {
    background: #3b85fb;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 800;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    border: #3b85fb;
  }

  .structural .card-text {
    margin-bottom: 0;
  }

  .structural .card-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Montserrat", sans-serif;
  }

  .structural .card-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 4%;
  }

  footer {
    background: #3b85fb;
    color: #000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    margin-top: 50px;
  }

  .footerImage {
    max-width: 50%;
    display: none;
  }

  .footers .pad {
    margin-top: 0px;
  }

  .text-gray-footer {
    color: #6c757d;
  }

  .footers .footers-row {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .footers .image {
    text-align: initial;
    margin-top: 0px;
  }

  .footers .tags {
    font-family: "Montserrat", sans-serif;
    text-align: initial;
    font-size: 16px;
    font-weight: 400;
  }

  .footers p {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-align: initial;
  }

  .text-blue1 a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
  }

  .text-black-text {
    color: #000;
    /* Black color */
  }

  .font-normal {
    font-weight: normal;
  }

  .font-semibold {
    font-weight: 600;
  }

  .w-48 {
    width: 48%;
  }

  .exploreButton button {
    padding: 10px 20px;
    background: #fff;
    border: none;
    color: #3b85fb;
  }

  .exploreButton button:hover {
    background-color: #3b85fb;
  }
}

@media (max-width: 991px) {
  .services .col-lg-5 {
    margin-bottom: 2rem;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }

  .works .row {
    text-align: center;
  }

  .works h5 {
    font-family: "Melbourne Medium", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    color: #3d3d3d;
    letter-spacing: 4%;
    text-transform: uppercase;
  }

  .works .card-text {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #4d4d4d;
    line-height: 130%;
  }
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }

  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

@media (max-width: 412px) and (min-width: 320px) {
  .navbar {
    width: 100% !important;
    padding: 0px;
  }

  .navbar .navmob {
    margin-bottom: 20px !important;
  }

  .container {
    max-width: 100% !important;
  }

  .hero-section {
    height: 585px !important;
    padding: 20px 10px;
    text-align: center;
    overflow: hidden;
  }

  .hero-section .image-right {
    margin-left: 150px;
    margin-top: -35px;
  }

  .hero-section .hero-title {
    color: #2f2f33;
    margin-top: 20px !important;
    font-family: "Montserrat", sans-serif;
    font-size: 36px !important;
    font-weight: 600;
    width: 100% !important;
    height: auto !important;
    text-align: center;
  }

  .hero-section .lead {
    font-size: 20px !important;
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
  }

  .hero-section .btn {
    margin-top: 20px;
    font-size: 0.85rem;
    padding: 10px 20px;
  }

  .hero-section .d-flex {
    gap: 10px;
    margin-left: 0px !important;
  }

  .hero-section .image-position {
    width: 100%;
    position: relative;
    margin-left: -787px !important;
    margin-top: 390px !important;
  }

  .rotate {
    position: relative;
    margin: 20px auto 0 !important;
    margin-left: 160px !important;
    display: none;
    max-width: 100% !important;
    animation: rotate-animation 15s ease-in-out infinite;
  }

  .step-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .step {
    text-align: center;
    padding: 0px !important;
  }

  .step-content {
    justify-content: center;
  }

  .step-number {
    display: none !important;
  }

  .step-number-1 {
    display: none !important;
  }

  .step-header {
    margin-bottom: 15px !important;
  }

  .step-image1 {
    width: 50% !important;
    margin-bottom: 10px;
    margin-left: 0px !important;
  }

  .dotted-line-vertical-1,
  .dotted-line-vertical-2,
  .dotted-line-vertical-3 {
    display: none;
  }

  .step-image {
    width: 100%;
    /* Ensure images don't overflow */
    margin-bottom: 10px;
  }

  .action-button button {
    width: 100%;
    /* Make button full-width on small screens */
    padding: 15px;
  }

  .dotted-line-horizontal-1,
  .dotted-line-horizontal-2,
  .dotted-line-horizontal-3,
  .dotted-line-horizontal-4,
  .dotted-line-horizontal-5,
  .dotted-line-horizontal-6 {
    display: none;
  }

  .estimation .container {
    padding: 10px 30px !important;
  }

  .package-container {
    width: 100% !important;
  }

  .clients {
    justify-content: center;
  }

  #whats-chat {
    display: block !important;
    padding: 5.5px !important;
  }
}

/* Mobile Styles */
@media (max-width: 767px) {
  .hero-section {
    height: 612px;
    padding: 20px 10px;
    text-align: center;
    overflow: hidden;
  }

  .hero-section .image-right {
    display: none;
  }

  .hero-section .right-image {
    display: none;
  }

  .hero-section .hero-title {
    color: #2f2f33;
    margin-top: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 46px;
    font-weight: 600;
    width: 500px;
    height: 222px;
    text-align: initial;
  }

  .hero-section p {
    font-size: 16px;
  }

  .hero-section .image-position {
    width: 100%;
    position: relative;
    margin-left: -948px;
    margin-top: 390px;
  }

  .rotate {
    position: relative;
    margin: 20px auto 0;
    display: none;
    max-width: 80%;
    animation: rotate-animation 15s ease-in-out infinite;
  }

  .hero-section .btn {
    font-size: 14px;
    padding: 0.6rem 1.2rem;
    margin-bottom: 10px;
  }

  .step-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .step-content {
    justify-content: center;
  }

  .step-number {
    display: none !important;
  }

  .step-number-1 {
    display: none !important;
  }

  .step-header {
    margin-bottom: 15px !important;
  }

  .step-image1 {
    width: 50% !important;
    margin-bottom: 10px;
    margin-left: 0px !important;
  }

  .step-image {
    width: 50% !important;
    margin-bottom: 10px;
    margin-right: 30px !important;
  }

  .action-button button {
    width: 100%;
    padding: 15px;
  }

  .dotted-line-horizontal-1,
  .dotted-line-horizontal-2,
  .dotted-line-horizontal-3,
  .dotted-line-horizontal-4,
  .dotted-line-horizontal-5,
  .dotted-line-horizontal-6 {
    display: none;
  }

  .dotted-line-vertical-1,
  .dotted-line-vertical-2,
  .dotted-line-vertical-3 {
    display: none;
  }

  .services h5 {
    margin: 0px !important;
  }

  .estimation .container {
    padding: 10px 30px !important;
  }

  .package-container {
    width: 100% !important;
    font-size: 20px !important;
    font-weight: 600 !important;
  }

  .clients {
    justify-content: center;
  }

  #whats-chat {
    display: block !important;
    padding: 10px !important;
  }
}

/* Tablet Styles (767px to 1024px) */
@media (max-width: 1024px) and (min-width: 768px) {
  .hero-section {
    height: 800px;
  }

  .hero-section h1 {
    font-size: 48px;
    width: 90% !important;
  }

  .hero-section .lead {
    margin-top: 90px;
  }

  .hero-section .image-position {
    width: 100%;
    margin-left: -570px;
    margin-top: 325px;
  }

  .rotate {
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -60px;
    transform: translateX(-50%) scale(0.8);
  }

  .hero-section .btn {
    font-size: 16px;
    padding: 0.7rem 1.4rem;
  }

  .step-image1 {
    width: 50% !important;
    margin-bottom: 10px;
    margin-left: 0px !important;
  }

  .estimation .container {
    padding: 10px 30px !important;
  }

  .package-container {
    width: 100% !important;
  }

  #whats-chat {
    display: block !important;
    padding: 5.5px !important;
  }

  .blog-section .text-1 {
    color: #000 !important;
    text-align: initial;
    font-size: 35px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 40px;
  }

  .text-2 {
    font-size: 20px;
    font-weight: 400;
    text-align: initial;
    padding: 0px;
  }

  .blogs .card {
    background: transparent;
    border: none;
  }

  .blogs .blog-image {
    width: 320px;
    height: 200px;
    align-items: center;
    margin-left: 20px;
  }

  .blogs .blog-tag {
    font-size: 14px;
    font-weight: 600;
    color: #ca8900;
    margin-top: 20px;
  }

  .blog .card {
    background: transparent;
    border: none;
  }

  .blog .blog-image {
    width: 320px;
    height: 200px;
    align-items: center;
    margin-left: 20px;
  }

  .blog .blog-tag {
    font-size: 14px;
    font-weight: 600;
    color: #ca8900;
    margin-top: 20px;
  }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .hero-section .hero-title {
    font-size: 30px !important;
    width: auto;
    height: auto;
    text-align: center;
  }

  .hero-section .lead {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .hero-section .image-right {
    width: 200px;
    height: auto;
    margin: auto;
  }

  .features .col-lg-3,
  .services .col-lg-5 {
    padding: 1rem;
  }

  .step {
    padding: 20px;
  }

  .step-image {
    width: 100%;
    height: auto;
  }

  .interiors .card,
  .constructions .card,
  .architectural .card {
    width: 100%;
  }

  .package-container {
    width: 100%;
    font-size: 20px;
  }

  .constructions,
  .architectural,
  .interiors {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-section .hero-title {
    font-size: 38px !important;
    width: auto;
    height: auto;
  }

  .hero-section .lead {
    font-size: 18px;
    line-height: 32px;
  }

  .package-container {
    width: 100%;
    font-size: 22px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section .hero-title {
    font-size: 48px !important;
    width: auto;
    height: auto;
  }

  .features .frame {
    margin-left: 0;
    margin-top: 0;
  }

  .interiors .card,
  .constructions .card,
  .architectural .card {
    width: 100%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar .nav-link {
    font-size: 12px;
  }

  .navbar .header-button {
    font-size: 10px;
    margin-top: 4px;
  }

  .hero-section .hero-title {
    font-size: 56px !important;
  }

  .hero .info h1 {
    font-size: 40px !important;
    color: #545454;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Melbourne", sans-serif;
  }

  .hero .info p {
    font-size: 18px !important;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0%;
    font-family: "Montserrat", sans-serif;
    color: #545454;
  }

  .hero .info .button1 {
    margin-right: 2rem;
    background: #3b85fb;
    font-size: 12px !important;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    padding: 12px;
  }

  .hero .info .button2 {
    font-size: 12px !important;
    font-weight: 800;
    padding: 12px;
    font-family: "Montserrat", sans-serif;
    color: #3b85fb;
    background: #fff;
    border-color: #ca8900;
  }

  .features h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #3d3d3d;
  }

  .features .subtitles {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 120%;
    text-align: left;
  }

  .features .title {
    font-family: "Melbourne Medium", sans-serif;
    font-size: 15px !important;
    font-weight: 500;
    color: #3d3d3d;
    margin-top: 1rem;
    text-align: left;
  }

  .features .subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 10px !important;
    font-weight: 500;
    color: #4d4d4d;
    line-height: 120%;
    text-align: left;
  }

  .features .button {
    background: #3b85fb;
    padding: 10px 30px;
    font-size: 12px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border: none;
    color: #ffffff;
    margin-top: 1rem;
  }

  .services .card {
    border: 2px solid #f4d099;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
  }

  .services .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0;
    padding: 0;
  }

  .services h2 {
    font-family: "Melbourne Semi Bold", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #3d3d3d;
    margin-bottom: 1rem;
  }
.services .card-body{
  padding: 10px;
}
  .services .subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 120%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }

  .services h5 {
    font-family: "Melbourne Semi Bold", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #3d3d3d;
    line-height: 120%;
    text-align: left;
    margin-bottom: 0.5rem;
  }

  .services p {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #4d4d4d;
    line-height: 140%;
    text-align: left;
    letter-spacing: -0.02em;
    margin-bottom: 0;
  }

  .services .button {
    background: #3b85fb;
    padding: 12px 35px;
    font-size: 12px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-top: 1rem;
    border: none;
    border-radius: 8px;
    transition: background 0.3s ease;
  }

  .steppers h2 {
    font-family: "Melbourne Semi Bold", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #2f2f33;
    line-height: 120%;
  }

  .steppers .subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-left: 0px;
    line-height: 140%;
    color: #4d4d4d;
  }

  .steppers .step {
    padding: 0px 5px;
  }

  .steppers .step-number {
    background-color: #ffffff;
    border: 2px solid #f4d099;
    color: #3b85fb;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-family: "Mulish", sans-serif;
    z-index: 2;
    line-height: 120%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .steppers .step-container .stepper-image1 {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: -30px;
  }

  .steppers .step-container .stepper-image2 {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: -50px;
  }

  .steppers .step-container .stepper-image3 {
    max-width: 100%;
    height: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: -40px;
  }

  .steppers .step-container .stepper-image4 {
    max-width: 100%;
    height: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: -40px;
  }

  .steppers .step-header {
    color: #3d3d3d;
    font-family: "Melbourne Semi Bold", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
  }

  .steppers .step-description {
    color: #4d4d4d;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 120%;
  }

  .steppers .button {
    background: #3b85fb;
    padding: 10px 30px;
    font-size: 12px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-top: 1rem;
  }

  .testimonial h2 {
    font-family: "Melbourne Semi Bold", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    color: #3d3d3d;
    vertical-align: middle;
  }

  .testimonial .subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 0%;
    text-align: initial;
    color: #4d4d4d;
    margin-bottom: 2rem;
  }
  .testimonial .card {
    width: 80%;
    border-radius: 20px;
    border: none;
    margin: 0px;
  }
  .testimonial .card-img-top {
    width: 230px;
    height: 310px;
    margin-left: 20px;
  }

  .testimonial .button {
    background: #3b85fb;
    padding: 10px 30px;
    font-size: 12px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-top: 1rem;
  }

  .faq-section {
    padding: 60px 0;
    background-color: #fff;
  }

  .faq-section h2 {
    font-family: "Melbourne Semi Bold", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    color: #3d3d3d;
    vertical-align: middle;
  }

  .faq-section .subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 0%;
    color: #4d4d4d;
    margin-bottom: 50px;
  }

  .faq-section .accordion {
    width: 100%;
  }

  .faq-section .card {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 12px;
    margin-bottom: 0px;
    overflow: hidden;
  }

  .faq-section .card-body {
    padding: 0;
  }

  .faq-section .accordion-item {
    border: none;
    background: transparent;
  }

  .faq-section .accordion-button {
    background-color: #fff;
    border: none;
    position: relative;
    box-shadow: none;
    padding: 0px 15px;
  }

  .faq-section .accordion-button h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0px;
    color: #3d3d3d;
    margin: 0px;
    width: 100%;
    text-align: initial;
    margin-top: 10px;
  }

  .faq-section .accordion-body {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
    color: #6c6c6c;
    background-color: #fff;
    padding: 10px 15px;
  }

  .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #3d3d3d;
    box-shadow: none;
  }

  .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
  }

  .accordion-button:focus {
    box-shadow: none;
    border: none;
  }

  .accordion-button::after {
    display: none;
  }

  /* Custom plus/minus icons with circular background */
  .accordion-button {
    position: relative;
  }

  .accordion-button::after {
    display: none;
  }

  /* Circular background for collapsed state (plus) */
  .accordion-button.collapsed::before {
    content: "+";
    position: absolute;
    right: 15px;
    top: 60%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: #f7f7ff;
    border-radius: 20%;
    color: #3b85fb;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  /* Blue circular background for expanded state (minus) */
  .accordion-button:not(.collapsed)::before {
    content: "−";
    position: absolute;
    right: 15px;
    top: 60%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: #3b85fb;
    border-radius: 20%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .accordion-collapse {
    border: none;
  }

  .works h2 {
    font-family: "Melbourne Semi Bold", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 120%;
    color: #3d3d3d;
  }

  .works .subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-left: 0px;
    line-height: 120%;
    color: #4d4d4d;
  }

  .works h5 {
    font-family: "Melbourne Medium", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    color: #3d3d3d;
    letter-spacing: 4%;
    display: flex;
    text-transform: uppercase;
  }

  .works .card-text {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #4d4d4d;
    text-align: left;
    line-height: 130%;
    display: flex;
  }

  .works .button {
    background: #3b85fb;
    padding: 10px 30px;
    font-size: 12px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-top: 1rem;
  }

  .contact_us h2 {
    font-family: "Melbourne Semi Bold", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #3d3d3d;
    line-height: 120%;
  }

  .contact_us .subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-left: 0px;
    line-height: 120%;
    color: #4d4d4d;
  }

  .contact_us .text-start {
    font-family: "Melbourne Semi Bold", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: center;
    color: #3d3d3d;
  }

  .contact_us .form-label {
    font-size: 12px;
  }

  .contact_us .form-control {
    font-size: 12px;
  }

  .contact_us .form-select {
    font-size: 12px;
  }

  .contact_us span {
    font-family: "Melbourne", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    color: #3d3d3d;
  }

  .contact_us .exploreButton button {
    background: #3b85fb;
    padding: 12px 25px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    border: #3b85fb;
    font-size: 12px;
    color: #fff;
  }

  /* Architectural */
  .architectural-section {
    background-image: url("../images/architectural-bg.png");
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    height: 532px;
  }

  .architectural-section .architectural-content {
    position: relative;
    z-index: 2;
    margin-top: 40px;
  }

  .architectural-section .architectural-title {
    text-align: initial;
    font-size: 40px;
    color: #545454;
    line-height: 120%;
    font-family: "Melbourne Bold", sans-serif;
  }

  .architectural-section p {
    text-align: justify;
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
    color: #3d3d3d;
    font-family: "Montserrat", sans-serif;
  }

  .architectural {
    padding: 0px 10px;
  }

  .architectural-dropdown h1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Montserrat", sans-serif;
  }

  .architectural-dropdown .dropdown-content {
    min-width: 160px;
  }

  .architectural-dropdown .title {
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    line-height: 120%;
    font-weight: 600;
  }

  .architectural-dropdown p {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1%;
    text-align: justify;
    font-family: "Montserrat", sans-serif;
  }

  .architectural .card {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    cursor: pointer;
  }

  .architectural .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .architectural .card-title {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Montserrat", sans-serif;
  }

  .architectural .card-text {
    font-size: 8px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 4%;
  }

  .architectural-dropdown .dropdown-content a {
    color: black;
    padding: 0px 18px;
    text-decoration: none;
    display: block ruby;
    font-size: 12px;
  }

  .architectural-details .card-detail h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    font-family: "Melbourne Bold", sans-serif;
    line-height: 120%;
  }

  .architectural-details .card-detail h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
  }

  .architectural-details .card-detail h5 {
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 120%;
  }

  .architectural-details .card-detail .product-description span {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 120%;
    margin-bottom: 2px;
  }

  .architectural-details .card-detail .product-description p {
    font-size: 10px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: initial;
    line-height: 120%;
  }

  .architectural-details .card-detail .inside-card img {
    height: 70%;
    width: 30px;
  }

  .architectural-details .card-detail .inside-card .inside-card-text {
    font-size: 12px;
  }

  .architectural-details .card-detail .inside-card .inside-card-data {
    font-size: 12px;
  }

  .architectural-details .contact-btn {
    background: #3b85fb;
    border: none;
    color: #fff;
    padding: 12px 20px;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    font-size: 12px;
    font-weight: 800;
    margin-top: 2rem;
  }

  /* Construction */
  .constructions-section {
    background-image: url("../images/constructions-bg.png");
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    height: 532px;
  }

  .constructions-section .constructions-content {
    position: relative;
    z-index: 2;
    margin-top: 40px;
  }

  .constructions-section .constructions-title {
    text-align: initial;
    font-size: 40px;
    color: #545454;
    line-height: 120%;
    font-family: "Melbourne Bold", sans-serif;
  }

  .constructions-section p {
    text-align: justify;
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
    color: #3d3d3d;
    font-family: "Montserrat", sans-serif;
  }

  .constructions {
    padding: 0px;
  }

  .constructions-dropdown h1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Montserrat", sans-serif;
  }

  .constructions-dropdown .dropdown-content {
    min-width: 160px;
  }

  .constructions-dropdown .title {
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    line-height: 120%;
    font-weight: 600;
  }

  .constructions-dropdown p {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1%;
    text-align: justify;
    font-family: "Montserrat", sans-serif;
  }

  .constructions .card {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    cursor: pointer;
  }

  .constructions .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .constructions .card-title {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Montserrat", sans-serif;
  }
  .constructions .card-text {
    font-size: 9px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 4%;
  }
  .constructions-dropdown .dropdown-content a {
    color: black;
    padding: 0px 18px;
    text-decoration: none;
    display: block ruby;
    font-size: 12px;
  }

  .constructions-details .contact-btn {
    background: #3b85fb;
    border: none;
    color: #fff;
    padding: 12px 20px;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    font-size: 12px;
    font-weight: 800;
    margin-top: 2rem;
  }

  /* Structural */

  .structural-section {
    background-image: url("../images/structural-bg.png");
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    height: 532px;
  }

  .structural-section .structural-content {
    position: relative;
    z-index: 2;
    margin-top: 40px;
  }

  .structural-section .structural-title {
    text-align: initial;
    font-size: 40px;
    color: #545454;
    line-height: 120%;
    font-family: "Melbourne Bold", sans-serif;
  }

  .structural-section p {
    text-align: justify;
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
    color: #3d3d3d;
    font-family: "Montserrat", sans-serif;
  }

  .structural {
    padding: 0px;
  }

  .structural-dropdown h1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Montserrat", sans-serif;
  }

  .structural-dropdown .dropdown-content {
    min-width: 160px;
  }

  .structural-dropdown .title {
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    line-height: 120%;
    font-weight: 600;
  }

  .structural-dropdown p {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1%;
    text-align: justify;
    font-family: "Montserrat", sans-serif;
  }

  .structural .card {
    width: 300px;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px auto;
    cursor: pointer;
  }

  .structural .card-img-top {
    width: 100%;
    height: 450px;
    object-fit: cover;
  }

  .structural-dropdown .dropdown-content a {
    color: black;
    padding: 0px 18px;
    text-decoration: none;
    display: block ruby;
    font-size: 12px;
  }

  /*Interiors  */

  .interiors-section {
    background-image: url("../images/interiors-bg.png");
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    height: 532px;
  }

  .interiors-section .interiors-content {
    position: relative;
    z-index: 2;
    margin-top: 40px;
  }

  .interiors-dropdown .dropdown-content {
    min-width: 160px;
  }

  .interiors-section .interiors-title {
    text-align: initial;
    font-size: 40px;
    color: #545454;
    line-height: 120%;
    font-family: "Melbourne Bold", sans-serif;
  }

  .interiors-section p {
    text-align: justify;
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
    color: #3d3d3d;
    font-family: "Montserrat", sans-serif;
  }

  .interiors {
    padding: 0px;
  }

  .interiors-dropdown h1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: "Montserrat", sans-serif;
  }

  .interiors-dropdown .title {
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    line-height: 120%;
    font-weight: 600;
  }

  .interiors-dropdown p {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1%;
    text-align: justify;
    font-family: "Montserrat", sans-serif;
  }

  .interiors-dropdown .dropdown-content a {
    color: black;
    padding: 0px 18px;
    text-decoration: none;
    display: block ruby;
    font-size: 12px;
  }

  .bottom-content h1 {
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 120%;
    color: #3d3d3d;
    letter-spacing: -1%;
  }

  .bottom-content .button {
    background: #3b85fb;
    padding: 10px 30px;
    font-size: 12px;
    font-weight: 800;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    margin-top: 1rem;
  }

  footer {
    background: #3b85fb;
    color: #000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    margin-top: 50px;
  }

  .footers .footerImage {
    width: 70%;
  }

  .footers .image {
    margin: 0px !important;
    text-align: center;
  }

  .footers .form-control {
    font-size: 12px !important;
  }

  .footers p {
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-align: initial;
  }

  .footers .text-blue1 a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
  }

  .footers .security {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
  }

  .exploreButton button {
    padding: 5px 10px;
    font-size: 12px;
  }

  #whats-chat {
    position: fixed;
    right: 3%;
    bottom: 10%;
    height: auto;
    width: auto;
    background: #3b85fb;
    padding: 8.5px !important;
    border-radius: 50px;
    z-index: 9999;
  }

  /* About */
  .about-us {
    margin: 0px;
  }

  .about .content {
    margin-top: 10px;
  }

  .about h1 {
    font-weight: 800;
    font-size: 50px;
    text-transform: uppercase;
    color: #3d3d3d;
    font-family: "Mulish", sans-serif;
  }

  .about .content p {
    color: #3d3d3d;
    text-align: justify;
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
  }

  .about .about-us-image {
    width: 80%;
    height: 100%;
  }

  .privacy .content {
    margin-top: 10px;
  }

  .privacy h1 {
    font-weight: 800;
    font-size: 50px;
    text-transform: uppercase;
    color: #3d3d3d;
    font-family: "Mulish", sans-serif;
  }

  .privacy .content p {
    color: #3d3d3d;
    text-align: justify;
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
  }

  .mission-vision {
    margin: 30px 0px;
  }

  .mission-vision h1 {
    font-weight: 800;
    font-size: 50px;
    text-transform: uppercase;
    color: #3d3d3d;
    font-family: "Mulish", sans-serif;
    line-height: 120%;
  }

  .mission-vision .row {
    margin: 24px 0px;
  }

  .mission-vision .mission-image {
    width: 80%;
    height: 75%;
    margin-top: 0px;
    margin-left: 0px;
    margin-top: 55px;
    margin-left: 40px;
  }

  .mission-vision .vision-image {
    width: 80%;
    height: 75%;
  }

  .mission-vision .content p {
    color: #3d3d3d;
    margin-top: 50px;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    text-align: initial;
    font-weight: 500;
    line-height: 120%;
  }

  .modal-content {
    background: #eaf1ff;
    width: 80%;
  }

  .modal-header h1 {
    font-size: 16px;
  }

  .modal-content .modal-body .form-label {
    font-size: 12px;
  }

  .modal-content .modal-body .form-control {
    padding: 2px 10px;
    font-size: 12px;
  }

  .modal-content .modal-body .form-select {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .leftContainer {
  }

  .paginate {
    padding: 12px;
  }

  .prevBtn,
  .nextBtn {
    padding: 8px 12px;
    font-size: 13px;
  }

  .containerBtns {
    gap: 2px;
  }

  .activeBtn,
  .pageBtn {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .leftContainer {
  }

  .paginate {
    gap: 6px;
    padding: 10px;
  }

  .prevBtn-text,
  .nextBtn-text {
    display: none;
  }

  .prevBtn,
  .nextBtn {
    padding: 8px;
    min-width: 36px;
    height: 36px;
  }

  .containerBtns {
    gap: 1px;
    margin: 0 4px;
  }

  .leftContainer .pageBtn:not(:last-child),
  .rightContainer .pageBtn:not(:first-child) {
    display: none;
  }

  .activeBtn,
  .pageBtn {
    min-width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .modal-content {
    background: #eaf1ff;
    width: 80%;
  }
}

@media (max-width: 480px) {
  .pagination {
    padding: 10px;
  }

  .paginate {
    padding: 8px;
    gap: 4px;
  }

  .prevBtn,
  .nextBtn {
    min-width: 32px;
    height: 32px;
    padding: 6px;
  }

  .activeBtn,
  .pageBtn {
    min-width: 28px !important;
    height: 28px !important;
    font-size: 11px;
  }

  .leftContainer,
  .rightContainer {
    gap: 1px;
    width: 100px !important;
  }

  /* Show only 1 page button on each side on very small screens */
  .leftContainer .pageBtn:not(:last-child),
  .rightContainer .pageBtn:not(:first-child) {
    display: none !important;
  }
}

@media (max-width: 360px) {
  .leftContainer {
  }

  .containerBtns {
    margin: 0 2px;
  }

  /* Hide side page numbers on very small screens, show only active */
  .leftContainer,
  .rightContainer {
    display: none;
  }
}
