        .services-main-container {
            min-height: 100vh;
            background-color: #f8f6f3;
            padding: 60px 20px;
            font-family: 'Georgia', serif;
        }

        .services-content-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: start;
        }

        .services-left-column {
            padding-right: 40px;
        }

        .services-header-text {
            font-size: 14px;
            color: #666;
            margin-bottom: 20px;
            font-weight: normal;
        }

        .services-main-title {
            font-size: 72px;
            line-height: 0.9;
            color: #2c2c2c;
            margin-bottom: 40px;
            font-style: italic;
            font-weight: normal;
        }

        .services-description {
            font-size: 16px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 60px;
        }

        .services-features-list {
            margin-bottom: 40px;
        }

        .services-feature-item {
            font-size: 16px;
            color: #2c2c2c;
            margin-bottom: 12px;
            font-weight: 500;
        }

        .services-cta-button {
            display: inline-flex;
            align-items: center;
            background-color: #2c2c2c;
            color: white;
            padding: 12px 24px;
            border-radius: 25px;
            text-decoration: none;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .services-cta-button:hover {
            background-color: #1a1a1a;
            transform: translateX(5px);
        }

        .services-arrow-icon {
            margin-right: 8px;
            font-size: 16px;
        }

        .services-right-column {
            padding-left: 40px;
        }

        .services-item-card {
            margin-bottom: 50px;
            position: relative;
        }

        .services-card-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 12px;
        }

        .services-card-title {
            font-size: 18px;
            color: #2c2c2c;
            font-weight: 600;
            line-height: 1.3;
        }

        .services-card-dots {
            display: flex;
            align-items: center;
            gap: 4px;
            margin-left: 20px;
            flex-shrink: 0;
        }

        .services-dot {
            width: 6px;
            height: 6px;
            background-color: #2c2c2c;
            border-radius: 50%;
        }

        .services-card-description {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
            max-width: 280px;
        }

        @media (max-width: 768px) {
            .services-content-wrapper {
                grid-template-columns: 1fr;
                gap: 50px;
            }

            .services-left-column,
            .services-right-column {
                padding-left: 0;
                padding-right: 0;
            }

            .services-main-title {
                font-size: 48px;
            }

            .services-item-card {
                margin-bottom: 40px;
            }

            .services-card-header {
                flex-direction: column;
                align-items: flex-start;
            }

            .services-card-dots {
                margin-left: 0;
                margin-top: 8px;
            }
        }















/* making styel */


        .making-style-wrapper {
            font-family: 'Georgia', serif;
            background-color: #ffffff;
            padding: 40px 20px;
            min-height: 100vh;
            padding-bottom: 20px;
        }

        .making-style-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .making-style-title {
            font-size: 18px;
            color: #333;
            margin-bottom: 60px;
            font-weight: 400;
            letter-spacing: 0.5px;
        }

        .making-style-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            align-items: start;
        }

        .making-style-card {
            background: #f0eeea;
            padding: 40px 30px;
            border-radius: 8px;
            position: relative;
            min-height: 280px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .making-style-number {
            font-size: 32px;
            font-weight: 300;
            color: #333;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }

        .making-style-dots {
            position: absolute;
            top: 40px;
            right: 30px;
            display: flex;
            gap: 4px;
        }

        .making-style-dot {
            width: 4px;
            height: 4px;
            background-color: #333;
            border-radius: 50%;
        }

        .making-style-card:nth-child(2) .making-style-dots .making-style-dot:nth-child(2) {
            opacity: 0.3;
        }

        .making-style-card:nth-child(3) .making-style-dots .making-style-dot:nth-child(3) {
            opacity: 0.3;
        }

        .making-style-subtitle {
            font-size: 20px;
            font-weight: 500;
            color: #333;
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .making-style-description {
            font-size: 15px;
            line-height: 1.6;
            color: #666;
            font-weight: 400;
        }

        @media (max-width: 768px) {
            .making-style-wrapper {
                padding: 60px 15px;
            }
            
            .making-style-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .making-style-card {
                padding: 30px 25px;
                min-height: 250px;
            }
            
            .making-style-number {
                font-size: 28px;
                margin-bottom: 15px;
            }
            
            .making-style-subtitle {
                font-size: 18px;
                margin-bottom: 15px;
            }
            
            .making-style-description {
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .making-style-wrapper {
                padding: 40px 15px;
            }
            
            .making-style-title {
                font-size: 16px;
                margin-bottom: 40px;
            }
            
            .making-style-card {
                padding: 25px 20px;
                min-height: 220px;
            }
        }








        /* lastest updates */


              .journal-main-wrapper {
            min-height: 100vh;
            background-color: #f8f6f3;
            padding: 80px 20px;
            font-family: 'Georgia', serif;
        }

        .journal-content-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .journal-header-section {
            text-align: left;
            margin-bottom: 80px;
        }

        .journal-category-label {
            font-size: 14px;
            color: #666;
            margin-bottom: 30px;
            font-weight: normal;
        }

        .journal-main-heading {
            font-size: 72px;
            line-height: 0.9;
            color: #2c2c2c;
            margin-bottom: 25px;
            font-style: italic;
            font-weight: normal;
            text-align: center;
        }

        .journal-subtitle-text {
            font-size: 16px;
            color: #666;
            line-height: 1.6;
            text-align: center;
            max-width: 600px;
            margin: 0 auto;
        }

        .journal-articles-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            margin-top: 60px;
        }

        .journal-article-card {
            background-color: transparent;
            padding: 0;
        }

        .journal-card-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 40px;
        }

        .journal-article-number {
            font-size: 48px;
            color: #2c2c2c;
            font-weight: normal;
            line-height: 1;
        }

        .journal-card-dots {
            display: flex;
            align-items: center;
            gap: 6px;
            margin-top: 10px;
        }

        .journal-dot {
            width: 8px;
            height: 8px;
            background-color: #2c2c2c;
            border-radius: 50%;
        }

        .journal-card-content {
            margin-top: 40px;
        }

        .journal-article-title {
            font-size: 20px;
            color: #2c2c2c;
            font-weight: 600;
            line-height: 1.3;
            margin-bottom: 15px;
        }

        .journal-article-excerpt {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
        }

        /* First card - 1 dot */
        .journal-article-card:nth-child(1) .journal-card-dots .journal-dot:nth-child(n+2) {
            display: none;
        }

        /* Second card - 2 dots */
        .journal-article-card:nth-child(2) .journal-card-dots .journal-dot:nth-child(n+3) {
            display: none;
        }

        /* Third card - 3 dots (all visible) */

        @media (max-width: 1024px) {
            .journal-articles-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;
            }

            .journal-main-heading {
                font-size: 56px;
            }
        }

        @media (max-width: 768px) {
            .journal-articles-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .journal-main-heading {
                font-size: 42px;
            }

            .journal-main-wrapper {
                padding: 60px 20px;
            }

            .journal-card-header {
                margin-bottom: 30px;
            }

            .journal-card-content {
                margin-top: 30px;
            }
        }

        @media (max-width: 480px) {
            .journal-main-heading {
                font-size: 36px;
            }

            .journal-article-number {
                font-size: 36px;
            }
        }


        /* processsssssssssssss */

               .process-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: flex-start;
            gap: 60px;
            padding: 40px 0;
        }

        .process-title-section {
            flex: 0 0 280px;
            padding-right: 20px;
        }

        .process-title {
            font-size: 3.2rem;
            font-style: italic;
            font-weight: 400;
            color: #2c2c2c;
            line-height: 1.1;
            margin-bottom: 0;
            margin-top: 8px;
        }

        .process-subtitle {
            font-size: 0.8rem;
            color: #888;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            font-weight: 500;
            margin-bottom: 8px;
        }

        .process-features-grid {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 35px;
            padding-top: 10px;
        }

        .process-feature-card {
            display: flex;
            align-items: flex-start;
            gap: 18px;
            padding: 15px 0;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.8s ease forwards;
        }

        .process-feature-card:nth-child(1) {
            animation-delay: 0.1s;
        }

        .process-feature-card:nth-child(2) {
            animation-delay: 0.3s;
        }

        .process-feature-card:nth-child(3) {
            animation-delay: 0.5s;
        }

        .process-icon-wrapper {
            flex: 0 0 50px;
            height: 50px;
            background-color: #e8e6e1;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 5px;
        }

        .process-icon {
            width: 24px;
            height: 24px;
            fill: #666;
        }

        .process-feature-content {
            flex: 1;
        }

        .process-feature-title {
            font-size: 1.25rem;
            font-weight: 600;
            color: #2c2c2c;
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .process-feature-description {
            font-size: 1rem;
            color: #666;
            line-height: 1.6;
            font-weight: 400;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 768px) {
            .process-wrapper {
                flex-direction: column;
                gap: 40px;
                padding: 20px 0;
            }

            .process-title-section {
                flex: none;
                text-align: center;
            }

            .process-title {
                font-size: 2.5rem;
            }

            .process-features-grid {
                gap: 30px;
            }
        }

        @media (max-width: 480px) {
            .process-title {
                font-size: 2rem;
            }

            .process-feature-card {
                gap: 15px;
            }

            .process-icon-wrapper {
                flex: 0 0 40px;
                height: 40px;
            }

            .process-icon {
                width: 20px;
                height: 20px;
            }
        }




        /* contacttttttttttttttttttt */

                .contact-main-wrapper {
            max-width: 1400px;
            margin: 0 auto;
            background-color: #fff;
            border-radius: 20px;
            overflow: hidden;
            /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05); */
            padding: 60px 80px;
        }

        .contact-header-section {
            text-align: left;
            margin-bottom: 20px;
        }

        .contact-breadcrumb {
            font-size: 0.9rem;
            color: #888;
            margin-bottom: 15px;
            font-weight: 400;
        }

        .contact-main-content {
            display: flex;
            gap: 80px;
            align-items: flex-start;
        }

        .contact-info-panel {
            flex: 0 0 400px;
        }

        .contact-main-title {
            font-size: 3.5rem;
            font-style: italic;
            font-weight: 400;
            color: #2c2c2c;
            line-height: 1.1;
            margin-bottom: 30px;
        }

        .contact-description {
            font-size: 1rem;
            color: #666;
            line-height: 1.6;
            margin-bottom: 40px;
        }

        .contact-features-list {
            margin-bottom: 40px;
        }

        .contact-feature-item {
            margin-bottom: 20px;
        }

        .contact-feature-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #2c2c2c;
            margin-bottom: 5px;
        }

        .contact-feature-text {
            font-size: 0.95rem;
            color: #666;
            line-height: 1.5;
        }

        .contact-social-links {
            display: flex;
            gap: 15px;
            margin-bottom: 30px;
        }

        .contact-social-icon {
            width: 45px;
            height: 45px;
            background-color: #f5f5f5;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: #666;
            transition: all 0.3s ease;
        }

        .contact-social-icon:hover {
            background-color: #2c2c2c;
            color: #fff;
            transform: translateY(-2px);
        }

        .contact-cta-button {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background-color: #2c2c2c;
            color: #fff;
            padding: 15px 25px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .contact-cta-button:hover {
            background-color: #444;
            transform: translateX(5px);
        }

        .contact-cta-arrow {
            font-size: 1.2rem;
        }

        .contact-form-panel {
            flex: 1;
            padding-left: 20px;
        }

        .contact-form-container {
            max-width: 100%;
        }

        .contact-input-group {
            margin-bottom: 20px;
        }

        .contact-form-input {
            width: 100%;
            padding: 14px 18px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            font-size: 0.95rem;
            color: #2c2c2c;
            background-color: #f8f8f8;
            transition: all 0.3s ease;
            font-family: inherit;
            height: 50px;
        }

        .contact-form-input:focus {
            outline: none;
            border-color: #2c2c2c;
            background-color: #fff;
            box-shadow: 0 0 0 3px rgba(44, 44, 44, 0.1);
        }

        .contact-form-input::placeholder {
            color: #999;
        }

        .contact-form-textarea {
            min-height: 100px;
            height: 100px;
            resize: vertical;
            padding-top: 14px;
        }

        .contact-submit-button {
            width: 100%;
            padding: 15px 25px;
            background-color: #2c2c2c;
            color: #fff;
            border: none;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            height: 50px;
            margin-top: 10px;
        }

        .contact-submit-button:hover {
            background-color: #444;
            transform: translateY(-2px);
            box-shadow: 0 5px 20px rgba(44, 44, 44, 0.3);
        }

        .contact-submit-button:active {
            transform: translateY(0);
        }

        @media (max-width: 1024px) {
            .contact-main-wrapper {
                padding: 40px 60px;
            }

            .contact-main-content {
                gap: 60px;
            }

            .contact-info-panel {
                flex: 0 0 350px;
            }
        }

        @media (max-width: 768px) {
            .contact-main-wrapper {
                padding: 30px 40px;
            }

            .contact-main-content {
                flex-direction: column;
                gap: 40px;
            }

            .contact-info-panel {
                flex: none;
            }

            .contact-form-panel {
                padding-left: 0;
            }

            .contact-main-title {
                font-size: 2.8rem;
            }
        }

        @media (max-width: 480px) {
            .contact-main-wrapper {
                padding: 20px 25px;
            }

            .contact-main-title {
                font-size: 2.2rem;
            }

            .contact-form-input {
                padding: 15px 18px;
            }

            .contact-submit-button {
                padding: 15px 20px;
            }
        }

        /* Animation */
        .contact-form-panel {
            opacity: 0;
            transform: translateX(30px);
            animation: slideInRight 0.8s ease 0.3s forwards;
        }

        .contact-info-panel {
            opacity: 0;
            transform: translateX(-30px);
            animation: slideInLeft 0.8s ease forwards;
        }

        @keyframes slideInLeft {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideInRight {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

               /* .page-header {
            min-height: 100vh;
            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1586023492125-27b2c045efd7?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            display: flex;
            align-items: center;
            position: relative;
        } */

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            width: 100%;
        }


        .row {
            display: flex;
            width: 100%;
        }

        .col-lg-12 {
            width: 100%;
        }

        .page-header-box {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 60px;
            max-width: 1000px;
            margin: 0 auto;
        }

        /* .text-anime-style-2 {
            font-size: 96px;
            color: white;
            font-weight: 300;
            line-height: 0.9;
            margin: 0;
            font-family: 'Georgia', serif;
            flex-shrink: 0;
        } */

        .header-text-content {
            flex: 1;
            padding-top: 20px;
        }

        .text-white {
            color: white;
          
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .text-anime-style-2 {
                font-size: 72px;
            }
            
            .page-header-box {
                gap: 40px;
            }
        }

        @media (max-width: 768px) {
            .page-header-box {
                flex-direction: column;
                gap: 30px;
                text-align: center;
            }
            
            .text-anime-style-2 {
                font-size: 56px;
            }
            
            .text-white {
                max-width: 100%;
            }
            
            .header-text-content {
                padding-top: 0;
            }
        }

        @media (max-width: 480px) {
            .text-anime-style-2 {
                font-size: 42px;
            }
            
            .text-white {
                font-size: 16px;
            }
        }


        



    /* Base Styles */
    .contact-main-wrapper {
        font-family: 'Arial', sans-serif;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        color: #333;
    }

    .contact-header-section {
        margin-bottom: 30px;
    }

    .contact-breadcrumb {
        font-size: 14px;
        color: #666;
    }

    .contact-main-content {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }

    .contact-info-panel, 
    .contact-form-panel {
        flex: 1;
        min-width: 300px;
    }

    .contact-main-title {
        font-size: 32px;
        margin-bottom: 20px;
        color: #222;
    }

    .contact-description {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 30px;
        color: #555;
    }

    .contact-feature-item {
        margin-bottom: 25px;
    }

    .contact-feature-title {
        font-size: 18px;
        margin-bottom: 8px;
        color: #222;
    }

    .contact-feature-text {
        font-size: 15px;
        color: #666;
    }

    .contact-social-links {
        display: flex;
        gap: 15px;
        margin: 30px 0;
    }

    .contact-social-icon {
        color: #555;
        transition: color 0.3s;
    }

    .contact-social-icon:hover {
        color: #000;
    }

    .contact-cta-button {
        display: inline-flex;
        align-items: center;
        padding: 12px 20px;
        background-color: #000;
        color: white;
        text-decoration: none;
        border-radius: 4px;
        font-weight: 500;
        transition: background-color 0.3s;
    }

    .contact-cta-button:hover {
        background-color: #333;
    }

    .contact-cta-arrow {
        margin-right: 8px;
    }

    .contact-form-container {
        background: #fff;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .contact-input-group {
        margin-bottom: 20px;
    }

    .contact-form-input {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 16px;
        transition: border-color 0.3s;
    }

    .contact-form-input:focus {
        border-color: #000;
        outline: none;
    }

    .contact-form-textarea {
        min-height: 150px;
        resize: vertical;
    }

    .contact-submit-button {
        width: 100%;
        padding: 14px;
        background-color: #000;
        color: white;
        border: none;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .contact-submit-button:hover {
        background-color: #333;
    }

    /* Mobile Responsive Styles */
    @media (max-width: 768px) {
        .contact-main-wrapper {
            padding: 15px;
        }

        .contact-main-content {
            flex-direction: column;
            gap: 30px;
        }

        .contact-info-panel, 
        .contact-form-panel {
            width: 100%;
        }

        .contact-main-title {
            font-size: 28px;
        }

        .contact-description {
            font-size: 15px;
        }

        .contact-form-container {
            padding: 20px;
        }

        .contact-cta-button {
            padding: 10px 16px;
            font-size: 14px;
        }
    }

    @media (max-width: 480px) {
        .contact-main-title {
            font-size: 24px;
        }

        .contact-form-input {
            padding: 10px 12px;
            font-size: 15px;
        }

        .contact-submit-button {
            padding: 12px;
            font-size: 15px;
        }
    }
