/* ---------------------------85 days---------------------- */
/* SECTION WRAPPER */
.build-section{
  padding:70px 8%;
}

.build-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:70px;
}

/* LEFT SIDE */
.build-left{
  flex:1;
  position:relative;
}

.blueprint-box{
  background:#ffffff;
  padding:30px;
  border-radius:22px;
  box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.blueprint-box img{
  width:100%;
  display:block;
  border-radius:12px;
}

/* Floating Card */
.time-card{
  position:absolute;
  bottom:-30px;
  right:-40px;
  background:white;
  padding:25px 20px;
  border-radius:18px;
  box-shadow: 0 10px 25px -8px rgba(0, 20, 30, 0.1), 0 4px 12px rgba(0, 0, 0, 0.02);
  text-align:center;
}

.time-card h3{
  margin:0;
  font-size:36px;
  color:#f7a31b;
}

.time-card p{
  margin:5px 0 0;
  font-size:14px;
  font-weight:600;
  color:#f7a31b;
  font-family: "Libertinus Serif", serif;
}

/* RIGHT SIDE */
.build-right{
  flex:1;
}

.build-title{
  font-size:48px;
  margin-bottom:20px;
  color:#2b2b2b;
}

.highlight-text{
  color:#f7a31b;
}

.build-desc{
  color:#6b6b6b;
  line-height:1.8;
  margin-bottom:45px;
  max-width:520px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}

/* FEATURE BOXES */
.feature-wrapper{
  display:flex;
  gap:25px;
  margin-bottom:45px;
}

.single-feature{
  flex:1;
  background:#ffffff;
  padding:30px 20px;
  border-radius:18px;
  text-align:center;
  box-shadow:0 8px 20px rgba(0,0,0,0.06);
}

.single-feature img{
  width:45px;
  margin-bottom:18px;
  margin-left: 30%;

}

.single-feature h4{
  margin:0;
  font-size:16px;
  font-weight:700;
  color:#2b2b2b;
}

/* BUTTON */
.cta-button{
  display:inline-block;
  padding:16px 45px;
  background:#6f2b62;
  color:#ffffff;
  text-decoration:none;
  border-radius:40px;
  font-weight:600;
  transition:0.3s;
}

.cta-button:hover{
  opacity:0.9;
}

/* RESPONSIVE */
@media(max-width:992px){
  .build-container{
    flex-direction:column;
  }

  .feature-wrapper{
    flex-direction:column;
  }

  .time-card{
    right:20px;
  }
}

/* -------------------------VR	Walkthroughs-------------------------- */

.ci-vr-section {
    padding: 40px;
}

.ci-vr-container {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    height: 520px;
}

/* Background */
.ci-vr-bg {
    position: absolute;
    inset: 0;
    background: url('https://spotcod.com/hollahome2/assets/images/commercial-subpage/vr-3.svg') center center/cover no-repeat;
    filter: brightness(0.7);
    animation: ciVRCinematic 8s ease-in-out infinite alternate;
}

/* Soft Beige Overlay */
.ci-vr-container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(231, 222, 213, 0.65),
        rgba(231, 222, 213, 0.75)
    );
}

/* Content */
.ci-vr-content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
    color: #2a2a2a;
}

/* Icon */
.ci-vr-icon {
    font-size: 18px;
    margin-bottom: 20px;
    opacity: 0.8;
}

/* Heading */
.ci-vr-heading {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* Subtext */
.ci-vr-subtext {
    font-size: 17px;
    color: #5f5852;
    max-width: 680px;
    margin: 0 auto 30px auto;
    line-height: 1.6;
}

/* Button */
.ci-vr-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #6a1b4d;
    color: #fff;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.ci-vr-btn:hover {
    background: #54133d;
    transform: translateY(-3px);
}

.ci-vr-eye {
    font-size: 16px;
}

/* Cinematic Zoom Animation */
@keyframes ciVRCinematic {
    from {
        transform: scale(1.07779) translate(-1.94473%, -0.972367%);
    }
    to {
        transform: scale(1.12) translate(-2.5%, -1.2%);
    }
}

/* Responsive */
@media (max-width: 900px) {
    .ci-vr-container {
        height: 460px;
    }

    .ci-vr-heading {
        font-size: 32px;
    }

    .ci-vr-subtext {
        font-size: 15px;
    }
}

/* -------------------coast estimate------------------- */

:root {
    --ci-bg-beige: #e7ded5;
    --ci-card-cream: #f3ebe4;
    --ci-accent-orange: #d88c2f;
    --ci-deep-text: #2a2a2a;
    --ci-muted-text: #6b645e;
    --ci-plum: #6a1b4d;
    --ci-plum-hover: #54133d;
}
/* SECTION WRAPPER */
.ci-section-wrapper {
    background: linear-gradient(180deg, #fff7ee, #fff);
    padding: 50px 20px;
    color: var(--ci-deep-text);
}

.ci-container {
    max-width: 1200px;
    margin: auto;
}

/* HEADER */
.ci-header {
    text-align: center;
    /* max-width: 800px; */
    margin: auto;
}

.ci-heading {
    
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.ci-heading span {
    color:#f7a31b ;
}

.ci-subtext {
    color: var(--ci-muted-text);
    font-size: 16px;
}

/* CONTENT LAYOUT */
.ci-content-flex {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
    gap:80px;
    flex-wrap: wrap;
}

/* FEATURES GRID */
.ci-feature-grid {
    flex: -1;
    display: grid;
    
    gap: 20px;
}

.ci-feature-card {
    background: var(--ci-card-cream);
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
}

.ci-feature-icon {
    width: 26px;
    height: 26px;
    background: var(--ci-plum);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}

/* ESTIMATE CARD */
.ci-estimate-card {
    flex: 1;
    background: linear-gradient(145deg, #f7efe7, #f0e6dd);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    max-width: 420px;
    position: relative;
}

.ci-estimate-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 40px 40px ;
    background: linear-gradient(to right, #d88c2f, #e0a93a);
}

.ci-estimate-title {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--ci-muted-text);
}

.ci-estimate-info {
    margin-top: 20px;
    font-size: 15px;
}

.ci-estimate-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.ci-price {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
    color: var(--ci-plum);
}

.ci-progress-bar {
    margin-top: 15px;
    height: 6px;
    border-radius: 10px;
    background: #ddd;
    overflow: hidden;
}

.ci-progress-fill {
    width: 75%;
    height: 100%;
    background: linear-gradient(to right, #d88c2f, #e0a93a);
}

/* CTA */
.ci-cta-wrapper {
    text-align: center;
    margin-top: 20px;
}

.ci-cta-button {
    background: var(--ci-plum);
    color: #fff;
    padding: 16px 36px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    transition: 0.3s ease;
}

.ci-cta-button:hover {
    background: var(--ci-plum-hover);
}

.ci-cta-note {
    margin-top: 12px;
    font-size: 14px;
    color: var(--ci-muted-text);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .ci-content-flex {
        flex-direction: column;
    }

    .ci-feature-grid {
        grid-template-columns: 1fr;
    }

    .ci-estimate-card {
        max-width: 100%;
    }

    .ci-heading {
        font-size: 32px;
    }
}

/* ===== ----------------------Final CTA Section ===== ---------------*/
.final-cta {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f4efe9 0%, #e9e2da 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Subtle radial glow */
.final-cta::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.08) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.cta-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Heading */
.finalcta-heading {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
  color: #2e2a27;
  margin-bottom: 24px;
}

.finalcta-heading span {
  color: #d48a27; /* brand accent (warm orange) */
}

/* Subtext */
.cta-subtext {
  font-size: 18px;
  color: #6b6b6b;
  margin-bottom: 40px;
}

/* Button */
.finalcta-button {
  display: inline-block;
  padding: 14px 36px;
  background-color: #6b3df0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(107, 61, 240, 0.25);
}

/* Button Hover */
.finalcta-button:hover {
  background-color: #5a2ed6;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(107, 61, 240, 0.35);
}

/* Responsive */
@media (max-width: 768px) {
  .finalcta-heading {
    font-size: 34px;
  }

  .finalcta-subtext {
    font-size: 16px;
  }
}