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

        body {
            background-color: #e2e8f0;
            font-family: 'Poppins', sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            padding: 40px 0;
        }

      
        .flyer {
            width: 800px;
            height: 1130px;
            background: #ffffff;
            position: relative;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0,0,0,0.25);
            color: #333;
        }

        /* Background Base Grid Split */
        .bg-layer {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        
        .hero-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 535px;
            height: 600px;
            background: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=1200&auto=format&fit=crop') center/cover no-repeat;
            clip-path: polygon(0 0, 100% 0, 100% 68%, 68% 100%, 0 100%);
            z-index: 1;
        }

        
        .hero-bg::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(15, 23, 42, 0.75);
        }

       
        .yellow-badge-top {
            position: absolute;
            top: -20px;
            left: -20px;
            width: 340px;
            height: 220px;
            background: #ffc107;
            clip-path: polygon(0 0, 100% 0, 60% 100%, 0 70%);
            z-index: 10;
            display: flex;
            align-items: center;
            padding-left: 50px;
            padding-bottom: 20px;
        }

        .logo-box {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #0d1b3e;
        }

        .logo-box i {
            font-size: 38px;
        }

        .logo-text {
            font-family: 'Montserrat', sans-serif;
            font-weight: 900;
            font-size: 18px;
            line-height: 1.1;
            letter-spacing: 0.5px;
        }

        /* Header Right Text Block */
        .header-right {
            position: absolute;
            top: 40px;
            right: 40px;
            text-align: right;
            z-index: 5;
        }

        .header-right h2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 24px;
            font-weight: 800;
            color: #0c1a35;
            line-height: 1.2;
        }

        /* Hero Text Content Overlay */
        .hero-content {
            position: absolute;
            top: 210px;
            left: 45px;
            width: 380px;
            z-index: 10;
            color: #ffffff;
        }

        .script-title {
            font-family: 'Great Vibes', cursive;
            font-size: 42px;
            color: #ffc107;
            margin-bottom: -15px;
        }

        .hero-content h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 46px;
            font-weight: 900;
            letter-spacing: 1px;
            line-height: 1;
            color: #ffffff;
            margin-bottom: 5px;
        }

        .hero-content h3 {
            font-family: 'Montserrat', sans-serif;
            font-size: 26px;
            font-weight: 800;
            letter-spacing: 3px;
            color: #ffffff;
            margin-bottom: 15px;
        }

        .divider-bar {
            width: 45px;
            height: 5px;
            background-color: #ffffff;
            margin-bottom: 18px;
        }

        .hero-content p {
            font-size: 11.5px;
            line-height: 1.6;
            color: #d1d5db;
            margin-bottom: 25px;
        }

        .signature-container {
            position: relative;
            display: inline-block;
        }

        .dots-pattern {
            color: #ffc107;
            font-size: 10px;
            letter-spacing: 4px;
            margin-bottom: 2px;
        }

        .signature-text {
            font-family: 'Great Vibes', cursive;
            font-size: 34px;
            color: #ffffff;
        }

        /* Main Hexagon Image Frame */
        .hexagon-wrapper {
            position: absolute;
            top: 170px;
            right: 40px;
            width: 350px;
            height: 380px;
            z-index: 6;
            filter: drop-shadow(0px 8px 15px rgba(0,0,0,0.15));
        }

        .hexagon-border {
            width: 100%;
            height: 100%;
            background: #ffc107;
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 12px;
        }

        .hexagon-img {
            width: 100%;
            height: 100%;
            background: url('https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?q=80&w=800&auto=format&fit=crop') center/cover no-repeat;
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
        }

        /* Lower Content Section Grid */
        .content-body {
            position: absolute;
            top: 520px;
            left: 0;
            width: 100%;
            padding: 0 45px;
            display: flex;
            justify-content: space-between;
            z-index: 10;
        }

        /* About Us Left Column */
        .about-section {
            width: 320px;
        }

        .section-title-dark {
            font-family: 'Montserrat', sans-serif;
            font-size: 22px;
            font-weight: 800;
            color: #0c1a35;
            margin-bottom: 12px;
        }

        .about-section p {
            font-size: 11px;
            line-height: 1.65;
            color: #555555;
            margin-bottom: 25px;
            text-align: justify;
        }

        /* Team Profiles Row */
        .team-row {
            display: flex;
            gap: 25px;
        }

        .team-member {
            text-align: center;
        }

        .avatar-ring {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            padding: 3px;
            background: linear-gradient(135deg, #ffc107, #0c1a35);
            margin: 0 auto 8px auto;
        }

        .avatar-img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #ffffff;
        }

        .member-name {
            font-family: 'Montserrat', sans-serif;
            font-size: 12px;
            font-weight: 800;
            color: #0c1a35;
        }

        .member-role {
            font-size: 9.5px;
            color: #777;
        }

        /* Services Right Column */
        .services-section {
            width: 330px;
            padding-top: 20px;
        }

        .service-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 14px;
        }

        .service-icon {
            width: 28px;
            height: 28px;
            background-color: #0c1a35;
            color: #ffffff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 12px;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .service-info h4 {
            font-family: 'Montserrat', sans-serif;
            font-size: 12.5px;
            font-weight: 700;
            color: #0c1a35;
            margin-bottom: 2px;
        }

        .service-info p {
            font-size: 9.5px;
            line-height: 1.4;
            color: #666666;
        }

        /* Bottom Yellow Phone Bar */
        .phone-banner {
            position: absolute;
            bottom: 180px;
            left: 0;
            width: 375px;
            height: 55px;
            background: #ffc107;
            border-top-right-radius: 30px;
            border-bottom-right-radius: 30px;
            display: flex;
            align-items: center;
            padding-left: 40px;
            gap: 12px;
            z-index: 10;
        }

        .phone-icon-box {
            font-size: 22px;
            color: #0c1a35;
        }

        .phone-number {
            font-family: 'Montserrat', sans-serif;
            font-size: 22px;
            font-weight: 800;
            color: #0c1a35;
            letter-spacing: 0.5px;
        }

        .dots-decor-bottom {
            position: absolute;
            bottom: 185px;
            left: 395px;
            color: #0c1a35;
            font-size: 8px;
            letter-spacing: 3px;
            z-index: 10;
        }

        /* Bottom Dark Footer Section */
        .footer-banner {
            position: absolute;
            bottom: 75px;
            left: 0;
            width: 530px;
            height: 110px;
            background: #0c1a35;
            border-top-right-radius: 60px;
            z-index: 8;
            padding: 22px 0 0 45px;
            color: #ffffff;
        }

        .company-title {
            font-family: 'Montserrat', sans-serif;
            font-size: 18px;
            font-weight: 800;
            letter-spacing: 1px;
            margin-bottom: 4px;
        }

        .address-text {
            font-size: 10.5px;
            color: #cbd5e1;
            margin-bottom: 12px;
        }

        .social-links {
            display: flex;
            gap: 15px;
            font-size: 10px;
            color: #ffffff;
        }

        .social-item {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .social-item i {
            color: #ffc107;
            font-size: 11px;
        }

        /* QR Code Block */
        .qr-wrapper {
            position: absolute;
            bottom: 75px;
            right: 45px;
            text-align: center;
            z-index: 10;
        }

        .qr-code {
            width: 80px;
            height: 80px;
        }