/* Footer Styling */
        .footer {
            background-color: #01005e;
            color: white;
            padding: 20px 10%;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: flex-start;
            width: 100%;
            box-sizing: border-box;
            font-weight: 300;
            /* margin-top: 30vh; */
            font-size: 16px;
            gap: 20px;
            margin-top: 50px;
        }

        .footer h6 {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 8px;
            margin-top: 0;
            margin-right: 20%;
            text-align: left;
            color: #ffffff;
          
        }

        .ft {
            flex: 1;
            padding: 5px;
            text-align: left;
            min-width: 140px;
         
        }

        .footer ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer li {
            margin: 6px 0;
        }

        .ft a {
            color: white;
            text-decoration: none;
            font-size: 13px;
            transition: color 0.3s;
        }

        .ft a:hover {
            color: #007BFF;
        }

        .name {
            width: 100%;
            padding: 6px;
            border-radius: 4px;
            border: 1px solid #ccc;
            margin-bottom: 7px;
            font-size: 13px;
            background: #fff;
        }

        textarea.name {
            height: 60px;
            resize: none;
        }

        .cta-button {
            background-color: #fe5902;
            border-radius: 4px;
            padding: 7px 14px;
            border: none;
            color: rgb(250, 249, 249);
            font-size: 13px;
            cursor: pointer;
            transition: background-color 0.3s;
            margin-top: 4px;
        }

        .cta-button:hover {
            background-color: #030303;
        }

        .whatsapp-button {
            background-color: #fe5902;
            color: rgb(255, 255, 255);
            padding: 8px 12px;
            border-radius: 4px;
            text-decoration: none;
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 100;
            font-size: 13px;
        }

        .copy {
            background-color: #08192B;
            color: white;
            font-size: 12px;
            text-align: center;
            padding: 8px;
            width: 100%;
        }

        .qrcode {
            text-align:left;
            display: flex;
            flex-direction: row;
            align-items: left;
            width: 100%;
            margin-bottom: 8px;
            gap: 10px;
            margin-left:3px;
        }

        .qrcode img {
            max-width: 150px;
            width: 150px;
            height: 150px;
            display: flex;
            border-radius: 4px;
            background: #fff;
            margin-right: 2px;
        }

        .translator-footer {
            margin-top: 6px;
            width: 100%;
            text-align: center;
        }

        .translator-footer h4 {
            margin-bottom: 5px;
            color: #00DDEB;
        }

        .translator-footer select {
            font-size: 13px;
            padding: 4px 8px;
            border-radius: 4px;
            border: 1px solid #ccc;
        }

        .social-icons {
            margin-top: 8px;
            display: flex;
            justify-content: flex-start;
            gap: 8px;
        }

        .social-icons .icon-link i {
            font-size: 15px;
            color: #fff;
            transition: color 0.2s;
        }

        .social-icons .icon-link:hover i {
            color: #C34220;
        }

        .ft p i {
            margin-right: 5px;
            font-size: 15px;
        }

        /* Responsive Design */
        @media (max-width: 1100px) {
            .footer {
                flex-direction: column;
                padding: 15px 5%;
                align-items: stretch;
                gap: 10px;
            }
            .ft {
                width: 100%;
                text-align: center;
                min-width: 0;
                padding: 5px 0;
            }
            .qrcode {
                margin: 0 auto 10px auto;
            }
            .social-icons {
                justify-content: center;
            }
        }

        @media (max-width: 670px) {
            .footer {
                padding: 10px 2%;
                font-size: 12px;
                gap: 6px;
            }
            .name {
                width: 98%;
                font-size: 12px;
            }
            .footer h6{
                font-size: 15px;
                text-align: center;
                margin-left:80px;
                font-weight: 600;
            }
            .cta-button {
                width: 100%;
                padding: 8px;
                font-size: 12px;
            }
            .whatsapp-button {
                position: relative;
                bottom: auto;
                right: auto;
                margin-top: 10px;
                font-size: 12px;
            }
            .qrcode img {
                max-width: 70px;
                width: 70px;
                height: 70px;
                 margin-right: 20px;
                gap: 5px;
                display: flex;
            }
            .translator-footer select {
                font-size: 12px;
            }
        }
        .logom{
            left: 0;
        }
        .logom img{
            height: 9vh;
            width: 16vh;
            margin-right: 20px;
        }