    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        font-family: 'Arial', sans-serif;
        line-height: 1.6;
    }

    /* HERO SECTION - All classes prefixed with .hero- */
    .hero-landing-section {
        width: 100%;
        min-height: 70vh;
        /* Reduced from 100vh to 85vh */
        background: linear-gradient(135deg, #f5f1eb 0%, #e8ddd4 100%);
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 40px;
        padding-bottom: 20px;
        /* padding: 60px 0; */
        /* Reduced padding */
    }

    .hero-container {
        max-width: 1400px;
        width: 100%;
        margin: 0 auto;
        padding: 0 50px;
        position: relative;
        z-index: 10;
    }

    .hero-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 80px;
        width: 100%;
    }

    .hero-corner-decoration-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 600px;
        height: 600px;
        background: #d4c5a9;
        border-radius: 0 0 100% 0;
        opacity: 0.6;
        z-index: 1;
    }

    .hero-corner-decoration-bottom {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 500px;
        height: 500px;
        background: #d4c5a9;
        border-radius: 100% 0 0 0;
        opacity: 0.6;
        z-index: 1;
    }

    .hero-content-section {
        flex: 1;
        max-width: 600px;
        z-index: 2;
    }

    .hero-name {
        font-size: 5.5rem;
        font-weight: bold;
        color: #8b5a3c;
        line-height: 0.9;
        margin-bottom: 40px;
        letter-spacing: -3px;
    }

    .hero-title-badge {
        background: #c4a574;
        color: white;
        padding: 15px 30px;
        border-radius: 30px;
        font-size: 1.4rem;
        font-weight: 500;
        display: inline-block;
        margin-bottom: 10px;
    }

    .hero-subtitle {
        color: rgba(139, 90, 60, 0.6);
        font-size: 2.2rem;
        font-weight: 300;
        margin-bottom: 50px;
        letter-spacing: 1px;
    }

    .hero-cta-button {
        background: #c4a574;
        color: white;
        padding: 18px 40px;
        border: none;
        border-radius: 30px;
        font-size: 1.2rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 25px;
    }

    .hero-cta-button:hover {
        background: #b8996a;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(196, 165, 116, 0.4);
    }

    .hero-email {
        color: #333;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .hero-illustration-section {
        flex-shrink: 0;
        flex-basis: auto;
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 400px;
    }

    .hero-illustration-container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-main-circle {
        width: 400px;
        height: 400px;
        border-radius: 50%;
        border: 5px solid #8b5a3c;
        background: linear-gradient(to bottom, #87ceeb 0%, #87ceeb 60%, #9acd32 60%, #6b8e23 100%);
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .hero-profile-image {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
    }

    .hero-circle-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        pointer-events: none;
    }

    .hero-cloud {
        position: absolute;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 50px;
        top: 40px;
        right: 50px;
        z-index: 3;
        width: 80px;
        height: 25px;
    }

    .hero-cloud::before,
    .hero-cloud::after {
        content: '';
        position: absolute;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
    }

    .hero-cloud::before {
        width: 40px;
        height: 40px;
        top: -20px;
        left: 10px;
    }

    .hero-cloud::after {
        width: 50px;
        height: 30px;
        top: -15px;
        right: 10px;
    }

    .hero-hills {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 160px;
        z-index: 2;
    }

    .hero-hill-1 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: rgba(154, 205, 50, 0.8);
        border-radius: 50% 50% 0 0;
    }

    .hero-hill-2 {
        position: absolute;
        bottom: 0;
        right: -30px;
        width: 150px;
        height: 80px;
        background: rgba(107, 142, 35, 0.8);
        border-radius: 50% 50% 0 0;
    }

    .hero-sun {
        position: absolute;
        width: 100px;
        height: 100px;
        background: #d4c5a9;
        border-radius: 50%;
        top: -50px;
        right: -50px;
    }

    .hero-decorative-circles {
        position: absolute;
        width: 80px;
        height: 80px;
        background: #d4c5a9;
        border-radius: 50%;
        bottom: 30px;
        left: -40px;
        opacity: 0.7;
    }

    .hero-decorative-circles::after {
        content: '';
        position: absolute;
        width: 60px;
        height: 60px;
        background: #e8ddd4;
        border-radius: 50%;
        bottom: -120px;
        right: -60px;
    }

    /* BLOG SECTION - All classes prefixed with .blog- */
    .blog-section {
        background: #ebddd2;
        padding: 80px 0;
        z-index: 10;
        position: relative;
    }

    .blog-container {
        max-width: 1400px;
        width: 100%;
        margin: 0 auto;
        padding: 0 50px;
    }

    .blog-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .blog-title {
        font-size: 3.5rem;
        font-weight: bold;
        color: #333;
        margin-bottom: 20px;
    }

    .blog-title-highlight {
        color: #ff4757;
    }

    .blog-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 40px;
        margin-bottom: 60px;
    }

    .blog-card {
        background: white;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .blog-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    }

    .blog-image {
        width: 100%;
        height: 250px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    .blog-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .blog-image-1 {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 2rem;
        font-weight: bold;
    }

    .blog-image-2 {
        background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 2rem;
        font-weight: bold;
    }

    .blog-image-3 {
        background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 2rem;
        font-weight: bold;
    }

    .blog-content {
        padding: 30px;
    }

    .blog-card-title {
        font-size: 1.4rem;
        font-weight: bold;
        color: #333;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .blog-excerpt {
        color: #666;
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .blog-meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #999;
        font-size: 0.9rem;
    }

    .blog-view-all-btn {
        display: inline-flex;
        align-items: center;
        background: #ff4757;
        color: white;
        padding: 15px 35px;
        border: none;
        border-radius: 30px;
        font-size: 1.1rem;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .blog-view-all-btn:hover {
        background: #ff3742;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(255, 71, 87, 0.3);
    }

    .blog-view-all-btn::after {
        content: '→';
        margin-left: 10px;
        font-size: 1.2rem;
        transition: transform 0.3s ease;
    }

    .blog-view-all-btn:hover::after {
        transform: translateX(5px);
    }

    .blog-btn-container {
        text-align: center;
    }

    /* RESPONSIVE DESIGN */

    /* Hero Section Responsive */
    @media (min-width: 1200px) {
        .hero-corner-decoration-top {
            width: 700px;
            height: 700px;
        }

        .hero-corner-decoration-bottom {
            width: 600px;
            height: 600px;
        }

        .hero-name {
            font-size: 6rem;
        }

        .hero-main-circle {
            width: 450px;
            height: 450px;
        }

        .hero-illustration-section {
            min-width: 450px;
        }
    }

    @media (max-width: 1199px) and (min-width: 992px) {
        .hero-container {
            padding: 0 40px;
        }

        .hero-content {
            gap: 60px;
        }

        .hero-corner-decoration-top {
            width: 550px;
            height: 550px;
        }

        .hero-corner-decoration-bottom {
            width: 450px;
            height: 450px;
        }

        .hero-name {
            font-size: 4.5rem;
        }

        .hero-main-circle {
            width: 350px;
            height: 350px;
        }

        .hero-illustration-section {
            min-width: 350px;
        }
    }

    @media (max-width: 991px) and (min-width: 768px) {
        .hero-landing-section {
            min-height: 75vh;
            /* Adjusted for tablet */
            padding: 50px 0;
        }

        .hero-container {
            padding: 0 30px;
        }

        .hero-content {
            gap: 40px;
        }

        .hero-corner-decoration-top {
            width: 400px;
            height: 400px;
        }

        .hero-corner-decoration-bottom {
            width: 350px;
            height: 350px;
        }

        .hero-name {
            font-size: 4rem;
            margin-bottom: 30px;
        }

        .hero-main-circle {
            width: 300px;
            height: 300px;
        }

        .hero-illustration-section {
            min-width: 300px;
        }

        .hero-title-badge {
            font-size: 1.2rem;
            padding: 12px 24px;
        }

        .hero-subtitle {
            font-size: 1.8rem;
            margin-bottom: 40px;
        }

        .hero-cta-button {
            padding: 15px 35px;
            font-size: 1.1rem;
        }
    }

    @media (max-width: 767px) and (min-width: 481px) {
        .hero-landing-section {
            min-height: 70vh;
            /* Adjusted for mobile */
            padding: 40px 0;
        }

        .hero-content {
            flex-direction: column;
            text-align: center;
            gap: 50px;
        }

        .hero-illustration-section {
            min-width: auto;
            width: 100%;
        }

        .hero-corner-decoration-top {
            width: 300px;
            height: 300px;
        }

        .hero-corner-decoration-bottom {
            width: 250px;
            height: 250px;
        }

        .hero-name {
            font-size: 3.5rem;
            margin-bottom: 25px;
            letter-spacing: -2px;
        }

        .hero-main-circle {
            width: 280px;
            height: 280px;
        }

        .hero-subtitle {
            font-size: 1.6rem;
            margin-bottom: 35px;
        }

        .hero-title-badge {
            font-size: 1.1rem;
            padding: 10px 20px;
        }

        .hero-cta-button {
            padding: 14px 30px;
            font-size: 1rem;
        }
    }

    @media (max-width: 480px) {
        .hero-container {
            padding: 0 20px;
        }

        .hero-landing-section {
            min-height: 65vh;
            /* Adjusted for small mobile */
            padding: 30px 0;
        }

        .hero-content {
            flex-direction: column;
            text-align: center;
            gap: 40px;
        }

        .hero-illustration-section {
            min-width: auto;
            width: 100%;
        }

        .hero-corner-decoration-top {
            width: 220px;
            height: 220px;
        }

        .hero-corner-decoration-bottom {
            width: 180px;
            height: 180px;
        }

        .hero-name {
            font-size: 3rem;
            margin-bottom: 20px;
            letter-spacing: -1px;
        }

        .hero-main-circle {
            width: 250px;
            height: 250px;
        }

        .hero-subtitle {
            font-size: 1.4rem;
            margin-bottom: 30px;
        }

        .hero-title-badge {
            font-size: 1rem;
            padding: 8px 18px;
        }

        .hero-cta-button {
            padding: 12px 25px;
            font-size: 0.95rem;
        }

        .hero-email {
            font-size: 1rem;
        }

        .hero-sun {
            width: 70px;
            height: 70px;
            top: -35px;
            right: -35px;
        }

        .hero-decorative-circles {
            width: 60px;
            height: 60px;
            left: -30px;
        }
    }

    @media (max-width: 319px) {
        .hero-container {
            padding: 0 15px;
        }

        .hero-corner-decoration-top {
            width: 150px;
            height: 150px;
        }

        .hero-corner-decoration-bottom {
            width: 120px;
            height: 120px;
        }

        .hero-name {
            font-size: 2.5rem;
        }

        .hero-main-circle {
            width: 220px;
            height: 220px;
        }

        .hero-subtitle {
            font-size: 1.2rem;
        }

        .hero-title-badge {
            font-size: 0.9rem;
            padding: 7px 15px;
        }
    }

    @media (max-height: 600px) and (orientation: landscape) and (max-width: 991px) {
        .hero-landing-section {
            min-height: auto;
            padding: 20px 0;
        }

        .hero-content {
            flex-direction: row;
            text-align: left;
            gap: 40px;
        }

        .hero-illustration-section {
            min-width: 200px;
        }

        .hero-corner-decoration-top {
            width: 250px;
            height: 250px;
        }

        .hero-corner-decoration-bottom {
            width: 200px;
            height: 200px;
        }

        .hero-name {
            font-size: 3rem;
            margin-bottom: 15px;
        }

        .hero-main-circle {
            width: 200px;
            height: 200px;
        }

        .hero-subtitle {
            font-size: 1.2rem;
            margin-bottom: 20px;
        }

        .hero-title-badge {
            font-size: 0.9rem;
            padding: 6px 14px;
        }

        .hero-cta-button {
            padding: 10px 20px;
            font-size: 0.9rem;
        }
    }

    /* Blog Section Responsive - IMPROVED FOR TABLETS */
    @media (max-width: 991px) and (min-width: 768px) {
        .blog-grid {
            grid-template-columns: repeat(2, 1fr);
            /* Force 2 columns on tablets */
            gap: 30px;
        }

        .blog-image-1,
        .blog-image-2,
        .blog-image-3 {
            text-align: center;
            padding: 10px;
            font-size: 1.6rem;
        }
    }

    @media (max-width: 768px) {
        .blog-container {
            padding: 0 30px;
        }

        .blog-title {
            font-size: 2.5rem;
        }

        /* .blog-grid {
            grid-template-columns: 2fr;
            gap: 10px;
            margin-bottom: 40px;
        } */

        .blog-section {
            padding: 60px 0;
        }

        .blog-content {
            padding: 20px;
        }

        .blog-card-title {
            font-size: 1.2rem;
        }
    }

    @media (max-width: 480px) {
        .blog-container {
            padding: 0 5px;
        }

        .blog-title {
            font-size: 2rem;
        }

        .blog-image {
            height: 200px;
        }

        .blog-image-1,
        .blog-image-2,
        .blog-image-3 {
            font-size: 1.5rem;
        }

        @media (max-width: 320px) {
            .blog-card {
                width: 310px;
            }
        }
    }

    /* 2nd Section  */

    .unique-layout-wrapper * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .unique-layout-wrapper {
        font-family: 'Arial', sans-serif;
        line-height: 1.6;
        color: #333;
        background: linear-gradient(135deg, #ebe7e0 0%, #ebddd2 100%);
        min-height: 100vh;
        padding-top: 43px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .unique-layout-wrapper .unique-container {
        max-width: 1200px;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 20px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
        overflow: hidden;
        transition: transform 0.3s ease;
    }

    .unique-layout-wrapper .unique-container:hover {
        transform: translateY(-5px);
    }

    .unique-layout-wrapper .unique-header {
        text-align: center;
        padding: 60px 40px 40px;
        background: #d4c5a9;
        color: white;
        position: relative;
        overflow: hidden;
    }

    .unique-layout-wrapper .unique-header::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        /* background: repeating-linear-gradient(45deg,
                transparent,
                transparent 10px,
                rgba(255, 255, 255, 0.05) 10px,
                rgba(255, 255, 255, 0.05) 20px);
        animation: unique-shimmer 3s linear infinite; */
    }

    @keyframes unique-shimmer {
        0% {
            transform: translateX(-100%) translateY(-100%);
        }

        100% {
            transform: translateX(100%) translateY(100%);
        }
    }

    .unique-layout-wrapper .unique-title {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 10px;
        position: relative;
        z-index: 1;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        animation: unique-fadeInUp 1s ease-out;
        color: #8b5a3c;
    }

    .unique-layout-wrapper .unique-subtitle {
        font-size: 1.2rem;
        opacity: 0.9;
        position: relative;
        z-index: 1;
        animation: unique-fadeInUp 1s ease-out 0.3s both;
        color: #8f6626;
    }

    @keyframes unique-fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .unique-layout-wrapper .unique-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        min-height: 500px;
    }

    .unique-layout-wrapper .unique-left-section {
        padding: 60px 50px;
        background: linear-gradient(135deg, #f8f9ff, #e8f2ff);
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

    .unique-layout-wrapper .unique-left-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23667eea" opacity="0.1"/><circle cx="75" cy="75" r="1.5" fill="%23764ba2" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23667eea" opacity="0.15"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
        opacity: 0.3;
    }

    .unique-layout-wrapper .unique-text-content {
        position: relative;
        z-index: 1;
    }

    .unique-layout-wrapper .unique-text-content h2 {
        font-size: 2.2rem;
        color: #4a5568;
        margin-bottom: 25px;
        font-weight: 700;
        line-height: 1.2;
        animation: unique-slideInLeft 0.8s ease-out;
    }

    .unique-layout-wrapper .unique-text-content p {
        font-size: 1.1rem;
        color: #718096;
        margin-bottom: 20px;
        text-align: justify;
        animation: unique-slideInLeft 0.8s ease-out 0.2s both;
    }

    .unique-layout-wrapper .unique-cta-button {
        display: inline-block;
        padding: 15px 30px;
        background: linear-gradient(135deg, #667eea, #764ba2);
        color: white;
        text-decoration: none;
        border-radius: 50px;
        font-weight: 600;
        margin-top: 20px;
        transition: all 0.3s ease;
        box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
        animation: unique-slideInLeft 0.8s ease-out 0.4s both;
    }

    .unique-layout-wrapper .unique-cta-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
    }

    @keyframes unique-slideInLeft {
        from {
            opacity: 0;
            transform: translateX(-50px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .unique-layout-wrapper .unique-right-section {
        background: #d4c5a9;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

    .unique-layout-wrapper .unique-image-container {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .unique-layout-wrapper .unique-image-placeholder {
        width: 80%;
        height: 80%;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(20px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
        animation: unique-slideInRight 0.8s ease-out;
    }

    .unique-layout-wrapper .unique-image-placeholder:hover {
        transform: scale(1.05) rotate(2deg);
    }

    .unique-layout-wrapper .unique-placeholder-text {
        color: white;
        font-size: 1.5rem;
        font-weight: 600;
        text-align: center;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    @keyframes unique-slideInRight {
        from {
            opacity: 0;
            transform: translateX(50px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .unique-layout-wrapper {
            padding: 10px;
        }

        .unique-layout-wrapper .unique-header {
            padding: 40px 20px 30px;
        }

        .unique-layout-wrapper .unique-image-container {
            margin-top: 12px;
        }

        .unique-layout-wrapper .unique-title {
            font-size: 2.2rem;
        }

        .unique-layout-wrapper .unique-subtitle {
            font-size: 1rem;
        }

        .unique-layout-wrapper .unique-content {
            grid-template-columns: 1fr;
            min-height: auto;
        }

        .unique-layout-wrapper .unique-left-section {
            padding: 40px 30px;
            order: 1;
        }

        .unique-layout-wrapper .unique-right-section {
            order: 2;
            min-height: 300px;
        }

        .unique-layout-wrapper .unique-text-content h2 {
            font-size: 1.8rem;
        }

        .unique-layout-wrapper .unique-text-content p {
            font-size: 1rem;
        }

        .unique-layout-wrapper .unique-image-placeholder {
            width: 90%;
            height: 70%;
        }

        .unique-layout-wrapper .unique-placeholder-text {
            font-size: 1.2rem;
        }
    }

    @media (max-width: 480px) {
        .unique-layout-wrapper .unique-header {
            padding: 30px 15px 20px;
        }

        .unique-layout-wrapper .unique-title {
            font-size: 1.8rem;
        }

        .unique-layout-wrapper .unique-left-section {
            padding: 30px 20px;
        }

        .unique-layout-wrapper .unique-text-content h2 {
            font-size: 1.5rem;
        }

        .unique-layout-wrapper .unique-cta-button {
            padding: 12px 24px;
            font-size: 0.9rem;
        }
    }