




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

        body {
            font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
            background-color: #fff;
            color: #000;
            overflow-x: hidden;
            line-height: 1.6;
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 80px;
        }


        #home-page{
            width: 100%;
            float: left;
            overflow: hidden;
        }
.faded{
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
    filter: grayscale(50%);
    transition: all 0.3s ease;
     pointer-events: none;
}


  /* new Header */

body.menu-open {
      overflow: hidden;
    }

    header {
      background: white;
    padding: 10px 2rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    }

    .header-container {
      max-width: 1400px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 1.1rem;
      font-weight: 500;
      color: #1a1a2e;
      text-decoration: none;
    }

    .logo-icon {
      width: 40px;
      height: 40px;
      background: #1a1a2e;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-style: italic;
      font-weight: bold;
      font-size: 1.5rem;
    }

    .nav-desktop {
      display: flex;
      align-items: center;
      gap: 3rem;
    }

    .nav-links {
      display: flex;
      gap: 2rem;
      list-style: none;
    }

    .nav-links a {
      color: #333;
      text-decoration: none;
      font-size: 1rem;
      transition: color 0.3s;
    }

    .nav-links a:hover {
      color: #1a1a2e;
    }

    .download-btn {
      background: #1a1a2e;
      color: white;
      padding: 0.75rem 1.5rem;
      border-radius: 50px;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 1rem;
      transition: background 0.3s;
    }

    .download-btn:hover {
      background: #2d2d44;
    }

    .download-icon {
      font-size: 1.2rem;
    }

    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 5px;
    }

    .hamburger span {
      width: 25px;
      height: 3px;
      background: #1a1a2e;
      border-radius: 3px;
      transition: all 0.3s;
    }

    .hamburger.active span:nth-child(1) {
      transform: rotate(45deg) translate(7px, 7px);
    }

    .hamburger.active span:nth-child(2) {
      opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
      transform: rotate(-45deg) translate(7px, -7px);
    }

    .nav-mobile {
      display: none;
      position: fixed;
      top: 72px;
      left: 0;
      right: 0;
      background: white;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      padding: 2rem;
      z-index: 999;
      max-height: calc(100vh - 72px);
      overflow-y: auto;
    }

    .nav-mobile.active {
      display: block;
    }

    .nav-mobile ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .nav-mobile a {
      color: #333;
      text-decoration: none;
      font-size: 1.1rem;
      display: block;
      padding: 0.5rem 0;
    }

    .nav-mobile .download-btn {
      margin-top: 1rem;
      justify-content: center;
    }

    @media (max-width: 768px) {
      .nav-desktop {
        display: none;
      }

      .hamburger {
        display: flex;
      }
    }






    /*  /* Header */
       /* header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            z-index: 1000;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }
*/
        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 80px;
        }

        .logo {
            font-size: 1.125rem;
            cursor: pointer;
            font-weight: 400;
            color: #030F49;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .logo-icon {
            width: 40px;
            height: 40px;
            background: #000c3d;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            font-size: 1rem;
        }

        .nav-center {
            display: flex;
            gap: 48px;
            list-style: none;
        }

        .nav-center a {
            color: #000;
            text-decoration: none;
            font-size: 1rem;
            font-weight: 400;
            transition: opacity 0.3s ease;
        }
        .pad-btn{
            padding: 12px 18px !important;
        }

        .nav-center a:hover,
        .nav-center a.active {
            opacity: 0.6;
        }

        .portfolio-btn {
            display: inline-flex;
            cursor: pointer !important;
            align-items: center;
            gap: 12px;
            background-color: #0f1f4d;
            color: white;
            font-size: 18px;
            font-weight: 600;
            padding: 18px 18px;
            border-radius: 50px;
            border: none;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }

        .portfolio-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
            background-color: #162a5e;
        }

        .portfolio-btn:active {
            transform: translateY(0);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }

        .btn-icon {
            width: 24px;
            height: 24px;
            transition: transform 0.6s ease;
            flex-shrink: 0;
        }

        .portfolio-btn:hover .btn-icon {
            transform: rotate(360deg);
        }*/

        /* Responsive Design */
        @media (max-width: 768px) {
            .portfolio-btn {
                font-size: 16px;
                padding: 16px 30px;
                gap: 10px;
            }

            .btn-icon {
                width: 22px;
                height: 22px;
            }
        }

        @media (max-width: 480px) {
            .portfolio-btn {
                font-size: 15px;
                padding: 14px 26px;
                gap: 8px;
            }

            .btn-icon {
                width: 20px;
                height: 20px;
            }
        }

        /* Hero Section */
        .hero {
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 60px 0 80px;
            position: relative;
        }

        .hero-wrapper {
            display: flex;
            align-items: center;
            gap: 80px;
            width: 100%;
        }

        .hero-content {
            flex: 1;
            opacity: 0;
            animation: fadeInUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
        }

        .hero h1 {
            font-size: 6rem;
            font-weight: 400;
            line-height: 115.2px;
            margin-bottom: 40px;
            letter-spacing: -0.02em;
            color: #030F49;
            font-style: normal;
        }

        .hero-description {
            font-size: 1.25rem;
            font-weight: 400;
            color: #000;
            max-width: 600px;
            line-height: 1.6;
        }

        .profile-image-wrapper {
            position: relative;
            width: 380px;
            height: 480px;
            flex-shrink: 0;
            opacity: 0;
            animation: fadeIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
        }

        .profile-image {
            width: 100%;
            height: 100%;
            border-radius: 24px;
            overflow: hidden;
            position: relative;
            z-index: 2;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        }

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

        .rotating-badge {
            position: absolute;
            bottom: -25px;
            right: -25px;
            width: 100px;
            height: 100px;
            background: #d4ff00;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 3;
            animation: rotate 15s linear infinite;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }

        .rotating-badge svg {
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .rotating-badge text {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 3px;
            text-transform: uppercase;
            fill: #000c3d;
        }

        .badge-center {
            font-size: 2rem;
            z-index: 1;
        }

        @keyframes rotate {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }
        @media (max-width: 1024px){
    .hero {
         padding: 140px 0 0;
         min-height:0;
    }
        .hero h1 {
        font-size: 3rem !important;
        line-height: 58.2px;

    }

}

        /* Section */
        .section {
            padding: 160px 0;
        }

        .section-header {
            margin-bottom: 80px;
            opacity: 0;
            transform: translateY(40px);
            transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .section.visible .section-header {
            opacity: 1;
            transform: translateY(0);
        }

        .section-number {
            font-size: 1.125rem;
            color: #999;
            margin-bottom: 16px;
            font-weight: 400;
        }

        .section-title {
            font-size: 3.5rem;
            font-weight: 600;
            letter-spacing: -0.02em;
            color: #000c3d;
        }

        /* Section */
        .section {
            padding: 160px 0;
        }

        .section-header {
            margin-bottom: 80px;
            opacity: 0;
            transform: translateY(40px);
            transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .section.visible .section-header {
            opacity: 1;
            transform: translateY(0);
        }

        .section-number {
            font-size: 1.125rem;
            color: #999;
            margin-bottom: 16px;
            font-weight: 400;
        }

        .section-title {
            font-size: 3.5rem;
            font-weight: 500;
            letter-spacing: -0.02em;
        }

       
.section-label {
            color: #666;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

       /* .section-label::before {
            content: '01';
            color: #999;
        }*/

        .section-title {
            font-size: 32px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 40px;
        }

        .card {
            background: linear-gradient(135deg, #d4d99f 0%, #c8d896 50%, #a8d4a8 100%);
            border-radius: 24px;
            padding: 60px;
            position: relative;
            margin-bottom: 24px;
            overflow: hidden;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
        }
.bg-color1{
    background: linear-gradient(135deg, #e8f4f8 0%, #c3defe 25%, #c3defe 50%, #c3defe 75%, #c3defe 100%)
}
        .card-content {
            display: grid;
            grid-template-columns: 1fr 1.2fr;
            gap: 60px;
            align-items: start;
        }

        .left-section {
            padding-top: 230px;
        }

        .project-tag {
            color: #898989;
            font-size: 15px;
            font-weight: 400;
            margin-bottom: 0;
            letter-spacing: 0.3px;
            line-height: 28.8px;
            font-style: normal;
        }

        .project-title {
            font-size: 28px;
            font-weight: 500;
            color: #161E47;
            margin-bottom: 16px;
            line-height: 33.6px;
        }

        .project-description {
            font-size: 18px;
            color: #161E47;
            line-height: 28.8px;
            margin-bottom: 16px;
            font-weight: 400;
            font-style: normal;
        }

        .read-more-btn {
            background: #1e2a4a;
            color: white;
            border: none;
            padding: 14px 28px;
            border-radius: 50px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .read-more-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 16px rgba(30, 42, 74, 0.3);
        }

        .read-more-btn::before {
            content: '✦';
            font-size: 16px;
        }

        .right-section {
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .screenshot-wrapper {
            position: relative;
            transition: transform 0.4s ease;
            will-change: transform;
        }

       .screenshot img {
                display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center center;
    object-fit: contain;
        }

        .screenshot-wrapper:hover {
            transform: scale(1.03);
            z-index: 2;
        }

       /* .screenshot {
            background: white;
            border-radius: 16px;
            padding: 32px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            position: relative;
        }*/

        .screenshot-small {
            padding: 24px;
        }

        .contractbook-logo {
            width: 120px;
            height: 20px;
            margin-bottom: 24px;
            background: #1a1a1a;
            border-radius: 4px;
        }

        .screenshot-title {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 20px;
            text-align: center;
        }

        .verification-label {
            font-size: 12px;
            color: #999;
            margin-bottom: 8px;
            text-align: center;
        }

        .verification-code {
            background: #f5f5f5;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 12px;
            text-align: center;
            font-size: 15px;
            font-weight: 600;
            color: #333;
            margin-bottom: 16px;
        }

        .resend-link {
            color: #4d6bff;
            font-size: 13px;
            text-align: center;
            margin-bottom: 16px;
            cursor: pointer;
        }

        .button-group {
            display: flex;
            gap: 12px;
            margin-top: 8px;
        }

        .btn {
            flex: 1;
            padding: 12px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            border: none;
            transition: all 0.2s;
        }

        .btn-secondary {
            background: white;
            color: #333;
            border: 1px solid #ddd;
        }

        .btn-primary {
            background: #4d6bff;
            color: white;
        }

        .btn:hover {
            transform: translateY(-1px);
        }

        .security-card {
            background: white;
            border-radius: 12px;
            padding: 24px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        }

        .security-title {
            font-size: 16px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 12px;
        }

        .security-description {
            font-size: 13px;
            color: #666;
            line-height: 1.5;
            margin-bottom: 16px;
        }

        .enable-2fa-btn {
            background: #4d6bff;
            color: white;
            border: none;
            padding: 12px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
            width: 100%;
            cursor: pointer;
            transition: all 0.2s;
        }

        .enable-2fa-btn:hover {
            background: #3d5bef;
        }

        .code-display-card {
            background: white;
            border-radius: 12px;
            padding: 28px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
            text-align: center;
        }

        .code-label {
            font-size: 13px;
            color: #666;
            margin-bottom: 16px;
        }

        .code-large {
            font-size: 32px;
            font-weight: 700;
            color: #1a1a1a;
            letter-spacing: 4px;
        }

        .user-card {
            background: white;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .user-info {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .user-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #4fd1c5;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            position: relative;
        }

        .user-avatar::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 10px;
            height: 10px;
            background: #48bb78;
            border: 2px solid white;
            border-radius: 50%;
        }

        .user-details h4 {
            font-size: 14px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 2px;
        }

        .user-details p {
            font-size: 12px;
            color: #999;
        }

        .user-role {
            font-size: 13px;
            color: #666;
            margin-right: 12px;
        }

        .badge-2fa {
            background: #1e2a4a;
            color: white;
            padding: 8px 16px;
            border-radius: 8px;
            font-size: 13px;
            font-weight: 600;
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .member-card {
            background: white;
            border-radius: 12px;
            padding: 16px 20px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .member-info {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .member-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #feb2b2;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            position: relative;
        }

        .member-avatar::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 10px;
            height: 10px;
            background: #f59e0b;
            border: 2px solid white;
            border-radius: 50%;
        }

        .member-details h4 {
            font-size: 14px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 2px;
        }

        .member-details p {
            font-size: 12px;
            color: #999;
        }

        .member-actions {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .member-role {
            font-size: 13px;
            color: #666;
        }

        .add-permissions-btn {
            background: white;
            color: #4d6bff;
            border: 1px solid #e0e0e0;
            padding: 8px 16px;
            border-radius: 8px;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 6px;
            transition: all 0.2s;
        }

        .add-permissions-btn::before {
            content: '+';
            font-size: 16px;
        }

        .add-permissions-btn:hover {
            background: #f8f9fa;
        }

        .decorative-curve {
            position: absolute;
            bottom: -100px;
            right: -100px;
            width: 600px;
            height: 600px;
            border: 40px solid #5d6bff;
            border-radius: 50%;
            opacity: 0.15;
            pointer-events: none;
        }

        @media (max-width: 968px) {
            .card-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            
            .card {
                padding: 40px 30px;
            }
        }















        

        /* Hide sections for page navigation */
        .page-hidden {
            display: none;
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        /* Mobile Menu */
        .mobile-menu-btn {
            display: none;
            flex-direction: column;
            gap: 6px;
            cursor: pointer;
        }

        .mobile-menu-btn span {
            width: 24px;
            height: 2px;
            background: #000;
            transition: all 0.3s ease;
        }

        /* Responsive */
        @media (max-width: 1200px) {
            .container {
                padding: 0 60px;
            }

            nav {
                padding: 24px 60px;
            }

            .hero h1 {
                font-size: 5rem;
            }

            .section-title {
                font-size: 3rem;
            }

            .page-title {
                font-size: 4rem;
            }
        }

        @media (max-width: 768px) {
            .nav-mobile .download-btn {
    justify-content: center;
    color: #fff;
    text-align: center;
}
            .container {
                padding: 0 32px;
            }
            .hero-wrapper {
                display: block;}

            nav {
                padding: 20px 32px;
            }

            .nav-links {
                display: none;
            }

            .mobile-menu-btn {
                display: flex;
            }

            .hero {
                padding: 0px 0 0;
            }
            .left-section {
                padding-top: 0;
                    }

            .hero-content {
                max-width: 100%;
                margin-bottom: 24px;
            }
            .card-article{
                display: block !important;
            }
            .card-article {
    display: block;}

            .profile-image-wrapper {
                position: relative;
                right: auto;
                top: auto;
                transform: none;
                width: 100%;
                height: 400px;
                margin-bottom: 60px;
            }

            .rotating-text {
                width: 120px;
                height: 120px;
                bottom: -20px;
                right: -20px;
            }

            .rotating-text text {
                font-size: 13px;
                letter-spacing: 3px;
            }

            .hero h1 {
                font-size: 3rem;
            }

            .hero-description {
                font-size: 1.25rem;
            }

            .section {
                padding: 100px 0;
            }

            .section-title {
                font-size: 2.25rem;
            }

            .cards-grid {
                grid-template-columns: 1fr;
                gap: 32px;
            }

            .card-image {
                height: 400px;
            }

            .card-content {
                padding: 40px 0 0 0;
            }

            .card-title {
                font-size: 1.75rem;
            }

            .card-description {
                font-size: 1.125rem;
            }

            .research-card .card-content {
                flex-direction: column;
                padding: 40px;
            }

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

            .page-text {
                font-size: 1.25rem;
            }
        }

        /* Footer */
        footer {
            background: #000;
            color: #fff;
            padding: 80px 0 40px;
        }

        .footer-content {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 80px;
            margin-bottom: 60px;
        }

        .footer-brand {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .footer-logo {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 1.5rem;
            font-weight: 600;
        }

        .footer-logo-icon {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            font-size: 1.5rem;
        }

        .footer-description {
            color: #999;
            font-size: 1rem;
            line-height: 1.6;
            max-width: 400px;
        }

        .footer-section h4 {
            font-size: 1.125rem;
            font-weight: 500;
            margin-bottom: 24px;
            color: #fff;
        }

        .footer-links {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .footer-links a {
            color: #999;
            text-decoration: none;
            font-size: 1rem;
            transition: color 0.3s ease;
        }

        .footer-links a:hover {
            color: #fff;
        }

        .footer-social {
            display: flex;
            gap: 16px;
        }

        .social-icon {
            width: 44px;
            height: 44px;
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1.125rem;
        }

        

        .footer-bottom {
            padding-top: 40px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.875rem;
            color: #666;
        }

        .footer-copyright {
            display: flex;
            gap: 32px;
        }

        .footer-copyright a {
            color: #666;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-copyright a:hover {
            color: #999;
        }

        html {
            scroll-behavior: smooth;
        }

        @media (max-width: 768px) {
            footer {
                padding: 60px 0 32px;
            }

            .footer-content {
                grid-template-columns: 1fr;
                gap: 48px;
            }

            .footer-bottom {
                flex-direction: column;
                gap: 24px;
                text-align: center;
            }

            .footer-copyright {
                flex-direction: column;
                gap: 16px;
            }
        }











        footer {
            background-color: #ffffff;
            padding: 40px 60px;
            border-top: 1px solid #e5e7eb;
        }

        .footer-container {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 30px;
        }

        .footer-left {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .say-hi {
            color: #9ca3af;
            font-size: 32px;
            font-weight: 300;
            letter-spacing: 0.5px;
        }

        .email {
            color: #111827;
            font-size: 32px;
            font-weight: 400;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .email:hover {
            color: #6366f1;
        }

        .social-icons {
            display: flex;
            gap: 24px;
            align-items: center;
        }

        .social-icon {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #111827;
            text-decoration: none;
            transition: transform 0.3s ease, color 0.3s ease;
        }

        
        .social-icon svg {
            width: 28px;
            height: 28px;
        }

        

        /* Responsive Design */
        @media (max-width: 1024px) {
            footer {
                padding: 35px 40px;
            }

            .say-hi,
            .email {
                font-size: 28px;
            }

            .social-icon svg {
                width: 26px;
                height: 26px;
            }
        }

        @media (max-width: 768px) {
            footer {
                padding: 30px 25px;
            }

            .footer-container {
                flex-direction: column;
                align-items: flex-start;
                gap: 25px;
            }

            .footer-left {
                flex-direction: column;
                align-items: flex-start;
                gap: 12px;
                width: 100%;
            }

            .say-hi,
            .email {
                font-size: 24px;
            }

            .social-icons {
                width: 100%;
                justify-content: flex-start;
            }
        }

        @media (max-width: 480px) {
            footer {
                padding: 25px 20px;
            }

            .say-hi,
            .email {
                font-size: 20px;
            }

            .social-icons {
                gap: 18px;
            }

            .social-icon svg {
                width: 24px;
                height: 24px;
            }
        }





/* article */

        .card-article {
            display: flex;
            align-items: center;
            padding-bottom: 24px;
            gap: 60px;
            margin-bottom: 24px;
            border-bottom: 1px solid rgb(237, 237, 237);
        }

        .card-article .card-image {
            flex-shrink: 0;
            width: 350px;
            height: 320px;
            border-radius: 12px;
            overflow: hidden;
        }

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

        .card-article .card-content {
            flex: 1;
            max-width: 460px;
            display: block;
        }

        .card-article .card-title {
            font-size: 2px8;
            font-weight: 500;
            color: #030F49;
;           font-style: normal;
            line-height: 33.6px;
            margin-bottom: 24px;
        }

        .card-article .card-description {
            font-size: 18px;
            color: #040F4E;
            line-height: 28.8px;
            margin-bottom: 32px;
            font-weight: 400;
            font-style: normal;
        }
 .instagram-section {
            width: 100%;
            padding: 60px 20px;
            background: #fff;
        }

        .section-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .section-header h2 {
            font-size: 32px;
            font-weight: 700;
            color: #262626;
            margin-bottom: 10px;
        }

        .section-header p {
            font-size: 16px;
            color: #8e8e8e;
        }

        .instagram-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .instagram-card {
            position: relative;
            width: 100%;
            padding-bottom: 100%;
            height: 300px;
            border-radius: 12px;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s ease;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .bg-color3{
         background: linear-gradient(135deg, 
    #e8f4f8 0%,
    #f4e3d4 25%,
    #e8f4d4 50%,
    #f0d4e3 75%,
    #f4e8d4 100%
);
        }

        .card-content-insta{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .instagram-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .card-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .instagram-card:hover .card-overlay {
            opacity: 1;
        }

        .instagram-icon {
            width: 48px;
            height: 48px;
            fill: white;
        }

        .cta-button {
            display: block;
            margin: 40px auto 0;
            padding: 14px 32px;
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
            color: white;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 600;
            font-size: 16px;
            transition: transform 0.2s ease;
            text-align: center;
            width: fit-content;
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(188, 24, 136, 0.4);
        }

        @media (max-width: 1024px) {
            .instagram-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 15px;
            }
        }

        @media (max-width: 768px) {
            .section-header h2 {
                font-size: 24px;
            }

            .instagram-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .instagram-icon {
                width: 36px;
                height: 36px;
            }
        }

        @media (max-width: 480px) {
            .instagram-section {
                padding: 40px 15px;
            }

            .instagram-grid {
                gap: 10px;
            }
        }
        

        /* Responsive Design */
        @media (max-width: 1024px) {
            .card-article .card-article {
                gap: 40px;
                padding: 50px 40px;
            }

            .card-article .card-image {
                width: 300px;
                height: 280px;
            }

            .card-article .card-title {
                font-size: 28px;
            }

            .card-article .card-description {
                font-size: 17px;
            }
        }

        @media (max-width: 768px) {
            .card-article .card-article {
                flex-direction: column;
                gap: 30px;
                padding: 40px 30px;
            }

            .card-article .card-image {
                width: 100%;
                max-width: 100%;
                height: 300px;
            }

            .card-article .card-content {
                max-width: 100%;
            }

            .card-article .card-title {
                font-size: 26px;
            }

            .card-article .card-description {
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .card-article .card-article {
                padding: 30px 20px;
                gap: 24px;
            }

            .card-article .card-image {
                height: 250px;
            }

            .card-article .card-title {
                font-size: 24px;
                margin-bottom: 20px;
            }

            .card-article .card-description {
                font-size: 15px;
                margin-bottom: 24px;
            }

           
        }

        /* Add proper top spacing for inner pages to account for fixed header */
        .about-hero {
            padding-top: 100px !important;
        }

        /* About me page */

.about-hero {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 100px;
            padding-top: 100px;
            min-height: 80vh;
            background: #fff;
            gap: 60px;
        }

        .about-hero__content {
            flex: 1;
            max-width: 600px;
        }

        .about-hero__title {
            font-size: 96px;
            font-weight: 400;
            color: #030F49;
            margin-bottom: -21px;
            line-height: 115.2px;
            font-style: normal;
        }

        .about-hero__subtitle {
            font-size: 96px;
            font-weight: 400;
            color: #030F49;
            margin-bottom: 5px;
            line-height: 115.2px;
            font-style: normal;
        }

        .about-hero__pronunciation {
            font-size: 28px;
            color: #666;
            font-weight: 400;
            font-style: italic;
        }

        .about-hero__images {
            flex: 1;
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: auto auto;
            gap: 20px;
            align-items: end;
            max-width: 600px;
        }

        .about-hero__image {
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        }

        .about-hero__image--large {
            grid-column: 1 / 2;
            grid-row: 1 / 3;
            height: 455px;
        }

        .about-hero__image--small {
            grid-column: 2 / 3;
            grid-row: 2 / 3;
            height: 350px;
        }

        .about-hero__image img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }

        @media (max-width: 1024px) {
            .about-hero {
                padding: 60px 50px;
                gap: 40px;
            }

            .about-hero__title,
            .about-hero__subtitle {
                font-size: 56px;
            }

            .about-hero__pronunciation {
                font-size: 24px;
            }
        }

        @media (max-width: 768px) {
            .container-about{
                display: block !important;
                padding: 0px 4%;
            }
            .label {
                 flex: 0 0 10px !important; }
            .about-hero {
                flex-direction: column;
                padding: 40px 30px;
                text-align: center;
            }

            .about-hero__content {
                max-width: 100%;
            }

            .about-hero__title,
            .about-hero__subtitle {
                font-size: 77px;
            }

            .about-hero__pronunciation {
                font-size: 20px;
            }

            .about-hero__images {
                width: 100%;
                grid-template-columns: 1fr;
                grid-template-rows: auto auto;
                gap: 20px;
            }

            .about-hero__image--large {
                grid-column: 1;
                grid-row: 1;
                height: 400px;
            }

            .about-hero__image--small {
                grid-column: 1;
                grid-row: 2;
                height: 200px;
            }
        }




         .container-about {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: center;
      gap: 0;
      padding: 80px 10%;
    }

    .sidebar {
      flex: 0 0 150px;
      color: #040F4E;
      font-weight: 400;
      font-size: 18px;
    }

    .content {
      max-width: 650px;
      font-size: 16px;
    }

    .content p {
      margin-bottom: 20px;
    }

    .highlight {
      font-weight: 600;
      color: #0a0a23;
    }

    @media (max-width: 768px) {
      .container {
        flex-direction: column;
        gap: 40px;
        padding: 40px 6%;
      }

      .sidebar {
        font-size: 14px;
        margin-bottom: 24px;
      }

      .content {
        font-size: 15px;
      }
    }



    .experience-section {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: center;
      gap: 0;
      padding: 0 10%;
    }

    .label {
      flex: 0 0 150px;
      color: #040F4E;
      font-weight: 400;
      font-size: 18px;
    }

    .content {
      max-width: 700px;
      font-size: 18px;
      font-weight: 400;
      color: #040F4E;
    }

    .job {
      margin-bottom: 40px;
    }

    .job-title {
      font-weight: 400;
      color: #0a0a23;
    }

    .company {
      font-weight: 400;
      color: #040F4E;
    }

    .date {
      color: #0a0a23;
      font-size: 15px;
      margin: 4px 0 12px 0;
    }

    .job p {
      margin: 0;
      color: #040F4E;
    }

    @media (max-width: 768px) {
      .experience-section {
        flex-direction: column;
        gap: 40px;
        padding: 40px 6%;
      }

      .label {
        font-size: 14px;
      }

      .content {
        font-size: 15px;
      }

}
