* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
    background-color: #fefaf5;
    /* soft cream background like original light tone */
    color: #2c2418;
}

h1,
h2,
h3,
h4,
.navbar-brand,
.btn,
.card-title,
.testimonial-name {
    font-family: 'Montserrat', sans-serif;
}

/* warm pastel accent colors */
:root {
    --doll-pink: #f7c9c9;
    --doll-soft-lavender: #e6d9ff;
    --doll-warm-beige: #f5ede4;
    --doll-coral: #f5a97f;
    --doll-dark-text: #3a2c21;
}

.btn-soft-pink {
    background-color: #e7577b;
    color: white;
    border-radius: 40px;
    font-weight: 600;
    transition: all 0.2s ease;
    font-size: 16px;
    padding: 14px 40px;
    border: 1px solid #e7577b;
    box-shadow: 0 4px 12px rgba(231, 87, 123, 0.25);
}

.btn-soft-pink:hover {
    background-color: #d43f64;
    border-color: #d43f64;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(231, 87, 123, 0.35);
}

.btn-soft-pink:active {
    transform: translateY(0px);
    box-shadow: 0 2px 8px rgba(231, 87, 123, 0.2);
}

.btn-outline-doll {
    border: 1px solid #3d383e;
    background: white;
    border-radius: 40px;
    font-weight: 600;
    color: #3d383e;
    transition: 0.2s;
    font-size: 16px;
    padding: 14px 40px;
}

.btn-outline-doll:hover {
    background: #fef3e8;
    border-color: #dbbd9e;
}

.hero-section {
    padding-bottom: 100px;
    background-image: url(https://samplelinkweb.site/custom-html/dainty_doll_house/img/home-banner.png);
    padding-top: 220px;
    background-size: cover;
    background-position: center;
}

.card-hover {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: none;
    border-radius: 16px;
    background: white;
    box-shadow: 0 10px 22px -8px rgba(0, 0, 0, 0.05);
    border: 1px solid #e8dfe4;
}

.card-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 28px -12px rgba(0, 0, 0, 0.12);
}

.feature-icon i {font-size: 24px;}

.testimonial-card {
    background: #ffffffdd;
    backdrop-filter: blur(0px);
    border-radius: 2rem;
    border: 1px solid #f7afc5;
    padding: 1.5rem;
    height: 100%;
    box-shadow: 0 6px 14px #f7afc578;
}

.live-demo-area {
    background: #ffffff;
    border-radius: 2rem;
    box-shadow: 0 20px 35px -12px rgba(77, 48, 32, 0.1);
    border: 1px solid #ffe2d0;
}

.detection-badge {
    background: #f0e0d8;
    border-radius: 100px;
    display: inline-block;
    padding: 6px 16px;
    font-size: 0.85rem;
    font-weight: 500;
}

.footer {
    background: #e7577b;
    padding: 100px 0px 20px;
}

img.mock-img {
    border-radius: 24px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: 0.2s;
}

.drag-drop-zone {
    background: #f7f0f7;
    border: 2px dashed #c7bdc8;
    border-radius: 28px;
    padding: 2rem 1rem;
    transition: 0.2s;
    cursor: pointer;
}

.drag-drop-zone:hover {
    background: #ffeef1;
}

@media (max-width: 768px) {
    .hero-buttons .btn {
        margin-bottom: 0.5rem;
        width: 100%;
    }
}


h1.heading-display {
    color: #2e212a;
    font-weight: 600;
    font-size: 56px;
    line-height: 70px;
}

p.lead{
    color: #4f3b44;
    font-weight: 400;
    font-size: 21px;
    line-height: 35px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
}

p.hero-lower {
    color: #4f3b44;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 0;
}

a.navbar-brand {
    margin: 0;
}

a.navbar-brand img {
    width: 220px;
}

header {
    position: absolute;
    left: 0;
    right: 0;
}

a.nav-link {
    color: black !important;
    font-weight: 500;
    font-size: 20px;
}

ul.navbar-nav {
    gap: 35px;
    align-items: center;
}

ul.navbar-nav .btn-soft-pink{
    color: white !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin-left: 10px;
}

.hero-image img {
    width: 100%;
}

h2.section-heading {
    text-align: center;
    color: #2e212a;
    font-weight: 600;
    font-size: 40px;
    position: relative;
    margin-bottom: 60px;
}

section.works {
    padding: 100px 0px;
    background: linear-gradient(to bottom, #ffeff2, #fddced);
}

h2.section-heading:before {
    content: "";
    width: 100%;
    position: absolute;
    background-color: #2e212a;
    height: 1px;
    left: 0;
    top: 25px;
}

h2.section-heading span {
    background-color: #ffebf1;
    z-index: 1;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}



.card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #e8dfe4;
    padding-bottom: 10px;
    margin-bottom: 22px;
}

.card-head h6 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.card-box p {
    font-size: 18px;
    min-height: 54px;
}

.card-image {
    background-color: #ffd1eb;
    border-radius: 100px;
    padding: 30px;
    text-align: center;
    width: 180px;
    height: 165px;
    margin: 0 auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0 !important;
    border-bottom: 2px solid #e7577b;
}

.card-image img {
    width: 100%;
}

.card-box.card-hover.p-4.h-100 {
    padding-bottom: 0 !important;
}

.card-image.last-card-image {
    padding: 10px;
}

section.try {
    padding: 100px 0px;
    background: linear-gradient(to bottom, #ffeff2, #fddced);
    position: relative;
    z-index: 0;
}

section.try:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(https://samplelinkweb.site/custom-html/dainty_doll_house/img/wave-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 0;
    bottom: 0;
}

.drag-drop-wrapper {
    background-color: white;
    padding: 30px;
    border-radius: 28px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}

.btn-purple {
    background-color: #804daa;
    color: white;
    border-radius: 40px;
    font-weight: 600;
    transition: all 0.2s ease;
    font-size: 16px;
    padding: 14px 40px;
    border: 1px solid #804daa;
    box-shadow: 0 4px 12px rgba(128, 77, 170, 0.3);
}

.btn-purple i {
    margin-right: 5px;
}

.drag-drop-zone p {
    margin-bottom: 25px !important;
}

.uploaded-image ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    margin-top: 25px;
}

.uploaded-image ul li {
    flex: 0 0 30%;
}

.uploaded-image ul li img {
    width: 100%;
    border-radius: 15px;
}

.upload-right {
    background-color: white;
    padding: 30px;
    border-radius: 28px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.15);
    z-index: 0;
    position: relative;
}

.upload-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.upload-right ul li {
    border-bottom: 1px solid #2e212a66;
    padding: 12px 0px;
}

.upload-right ul li p {
    margin: 0;
    font-size: 20px;
}

.upload-right li img {
    width: 100%;
    margin-top: 15px;
    border-radius: 15px;
}

.upload-right ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.upload-right ul li:first-child {
    padding-top: 0;
}

.lower-try {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin-top: 40px;
}

.lower-try p {
    margin-bottom: 0;
    font-weight: 500;
}

section.testimonial {
    padding: 100px 0px;
    background-color: #ffebf1;
    position: relative;
    z-index: 0;
}

section.testimonial:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(https://samplelinkweb.site/custom-html/dainty_doll_house/img/wave-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: 0;
    z-index: -1;
}

.testimonial-card > p {
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0;
}

.testimonial-head {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-head img {
    width: 80px;
}

.testimonial-head h6 {
    display: block;
    font-size: 20px;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin: 0;
}

ul.featured-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50px;
    padding: 20px 0px;
    margin-top: 50px;
}

ul.featured-list i {
    background-color: #6faa4e;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: white;
    font-size: 13px;
}

ul.featured-list li {
    border-right: 1.5px solid #00000052;
    padding-right: 20px;
    padding-left: 20px;
}

.featured-box h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}

ul.featured-list li:last-child {
    border-right: 0;
}

.cta-wrapper {
    text-align: center;
}

.cta-wrapper h2 {
    color: #2e212a;
    font-weight: 600;
    font-size: 45px;
    line-height: 70px;
}

.cta-wrapper p {
    font-size: 24px;
    margin-bottom: 25px;
}

.btn-soft-pink i {
    margin-right: 5px;
}

section.cta {
    position: relative;
    background: linear-gradient(to bottom, #ffeff2, #fddced);
    padding: 100px 0px;
}

.cta-lap {
    position: absolute;
    width: 170px;
    height: 190px;
    background-color: #ff92c9;
    padding: 32px;
    border-radius: 42%;
    bottom: 8%;
    left: 7%;
    transform: rotate(-8deg);
}

.cta-lap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cta-right {
    position: absolute;
    width: 200px;
    height: 190px;
    bottom: 8%;
    right: 7%;
}

.cta-right img {
    width: 100%;
}

.stars-container {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

/* Individual star */
.star {
    position: absolute;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle, #fff 0%, #ffd6f6 40%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    animation: blink 2s infinite ease-in-out;
}

/* Gemini-like sparkle (cross shape) */
.star::before,
.star::after {
    content: "";
    position: absolute;
    background: white;
    border-radius: 2px;
}

.star::before {
    width: 2px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.star::after {
    height: 2px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

/* Blinking animation */
@keyframes blink {
    0%, 100% {
        opacity: 0;
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

footer.footer h6 {
    color: white;
    font-size: 22px;
    font-weight: 500;
}

footer.footer ul li a {
    color: white;
    text-decoration: none;
    margin: 16px 0px;
    display: block;
}

.newsletter input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0px !important;
    padding-left: 25px;
}

.newsletter button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.footer p {
    color: white !important;
}

.copyright {
    color: white;
}

footer.footer hr {
    margin-top: 50px !important;
}

body {
    opacity: 0;
}