body {
    margin: 0;
    padding: 0;
    background: #f8f9fa;
}

/* MAIN CONTENT WRAPPER */
.page-wrapper {
    padding: 40px 20px; /* space from all sides */
}

/* CENTER CONTAINER */
.container {
    max-width: 1140px;   /* desktop width */
    margin: auto;        /* center horizontally */
    background: #ffffff;
}

.row {
    
    margin-bottom: 40px;
}

[class^="col-"] {
   
    padding: 20px;
}
.main_title-wrapper {
    
    max-width: 68rem;
}

.main_title {
    
    font-family: 'Poppins', sans-serif;
    font-weight: 800;          /* ✅ EXACT MATCH */
    font-size: 50px;           /* text-4xl = 2rem */
    line-height: 3.6rem;
    color: rgb(69, 69, 69);
    max-width: 68rem;          /* max-w-3xl */
    word-spacing: 4px;
    
}

/* Small top line */
.main_title-subtitle {
    
    font-size: 25px;
    font-weight: 500;
    color: #6c7a89;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}

.family-slider-container {
    max-width: 1200px; /* or your page container width */
    margin: 0 auto;
    position: relative;
}
.box {
    padding: 40px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    height: 100%;
}
.feature-paragraph {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 1.7;
    color: #6c7a89; /* soft gray */
    margin-top: 20px;
    max-width: 520px;
}

.feature-image {
    width: 100%;
    max-width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2rem;
    object-fit: contain;
}


.feature-headline_3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;          /* ✅ EXACT MATCH */
    font-size: 40px;           /* text-4xl = 2rem */
    line-height: 2.9rem;
    color: rgb(69, 69, 69);
    max-width: 68rem;          /* max-w-3xl */
    word-spacing: 4px;
    
}

/* MOBILE STYLES */
@media (max-width: 767px) {
    h1.main_title {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }

    p.main_title-subtitle {
        font-size: 16px !important;
    }

    /* Example for a container */
    .container {
        padding: 10px !important;
    }

    /* Example for columns */
    .col-12 {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .slider-container {
  position: relative;
  max-width: 700px; /* adjust size */
  height: 1000px; /* adjust size */
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
h3.feature-headline_3 {
    
    font-size: 25px;           /* text-4xl = 2rem */
    line-height: 2.0rem;
    
    
    
}
.feature-image {
        max-width: 100%;
        border-radius: 1.5rem;
    }
 .feature-paragraph {
        font-size: 15px;
        line-height: 1.65;
        max-width: 100%;
    }
}