 /* Reset and base */
 * {
    box-sizing: border-box;
}

body {
    /* background-image: linear-gradient(rgba(250, 250, 255, 1), rgba(250, 250, 255, 1)) !important; */
    background-image: linear-gradient(rgba(220, 220, 220, 1), rgba(220, 220, 220, 1)) !important;

    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    font-family: Arial, sans-serif;
}

.devicer {
    width: 1140px;
    display: block;
    height: 1px;
    background-color: rgb(0, 0, 0);
    margin-top: 10px;
}

main {
    display: flex;
    flex-wrap: wrap;

    max-width: 96rem;
    width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}



.designnew {
    background: white;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
    max-width: 42rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    margin-top:8px ;
}

@media (min-width: 1216px) and (max-width: 1384px) {
    .designnew {
        background: white;
        border-radius: 0.375rem;
        box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
        max-width: 36.5rem;
        width: 100%;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
    }
}

.frquncybox {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 250px;
    margin: 1rem;
    position: relative;
    width: 200px;
}




ul {
    list-style-type: disc;
    padding-left: 1.25rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

li {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    text-align: left;
}

strong {
    font-weight: 6 00;
}


h1 {
    font-weight: 600;
    font-size: 2rem;
    color: #1a1a1a;
    text-align: center;
    margin: 0 0 0.25rem 0;
}


p {

    font-size: 18px;
    text-align: justify;

}


p.subtitle {
    text-align: center;
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 1.5rem 0;
}

form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.row {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: nowrap;
}

.input-group {
    flex: 1 1 45%;
    max-width: 15rem;
    display: flex;
    flex-direction: column;
}

.input-group.full-width {
    flex: 1 1 100%;
    max-width: 15rem;
    margin: 0 auto;
}

label {
    font-weight: 700;
    font-size: 16px;
    color: #3a3a3a;
    margin-bottom: 0.25rem;
    text-align: center;
}

label span {
    font-weight: 400;
}

.input-wrapper {
    display: flex;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    overflow: hidden;
}

input[type="number"] {
   width: 190px;          /* Narrow width */
   height: 60px;          /* Taller height */
   padding: 0 10px;       /* Horizontal padding only */
   font-size: 2.25rem;
   color: #1a1a1a;
   border: none;
   outline: none;
   font-family: inherit;
   box-sizing: border-box;
}

input[type="number"]:focus {
   outline-color: #2563eb;
}

.unit {
   padding: 0 12px;
   font-size: 18px;
   color: #6b6b6b;
   display: flex;
   align-items: center;
   justify-content: center;
   white-space: nowrap;
   user-select: none;
 
   height: 60px;              /* Match input height */
}
.info-box {
    max-width: 28rem;
    margin: 1.5rem auto 0 auto;
    background-color: #3742a836;
    border-left: 4px solid #000000;
    padding: 1rem;
    font-size: 18px;
    color: #000000bd;
    font-weight: 400;
    line-height: 1.25rem;
    border-radius: 0.375rem;
}

.info-box strong {
    font-weight: 700;
}

@media (min-width: 320px) and (max-width: 640px) {
    main {

        align-items: center;
    }

    section {
        max-width: 100%;
        width: 100%;
        padding: 1rem 1rem 1.5rem 1rem;
    }

    .row {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .input-group {
        max-width: 15rem;
        flex: 1 1 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .input-group.full-width {
        max-width: 15rem;
        margin: 0;
        margin-right: auto;
        margin-left: auto;
    }

    label {
        font-size: 1rem;
    }

    input[type="number"] {
        font-size: 2.25rem;
        padding: 0.5rem 0.75rem;
    }

    .unit {
        font-size: 1rem;
        padding: 0.5rem 0.75rem;
    }

    .info-box {
        max-width: 100%;
        font-size: 0.875rem;
        padding: 1rem 1rem;
    }
}



@media (max-width: 320px) {

    main {

        align-items: center;
    }

    section {
        max-width: 100%;
        width: 100%;
        padding: 1rem 1rem 1.5rem 1rem;
    }

    .row {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .input-group {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .input-group.full-width {
        max-width: 100%;
        margin: 0;
    }

    label {
        font-size: 0.75rem;
    }

    input[type="number"] {
        font-size: 12px;
        padding: 0.5rem 0.75rem;
    }

    .unit {
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem;
    }

    .info-box {
        max-width: 100%;
        font-size: 0.875rem;
        padding: 1rem 1rem;
    }
}

.container {
    max-width: 960px;
    width: 100%;
    text-align: center;
}

h2 {
    color: #000;
    text-align: center;

}

.steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
}

@media (min-width: 640px) {
    .steps {
        flex-direction: row;
    }
}

.step {
    background-color: rgb(0, 0, 0);
    border-radius: 9999px;
    padding: 0.5rem 1.5rem;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.circle {
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    border: 1.5px solid rgb(255, 255, 255);
    color: rgb(252, 249, 249);
    font-weight: 600;
    font-size: 0.875rem;
    /* 14px */
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    flex-shrink: 0;
}

.step-text {
    color: rgb(255, 255, 255);
    font-size: 1rem;
    /* 12px */
    line-height: 1.2;
    text-align: left;
}

@media (min-width: 768px) {
    .step-text {
        font-size: 1.125rem;
        /* 14px */
    }
}

.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 48px 24px;
}

h1 {
    text-align: center;
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 20px;
    color: black;
    font-weight: 600;
}

@media (max-width: 720px) {
    h1 {
        text-align: center;
        font-weight: 400;
        font-size: 1.7rem;
        margin-bottom: 20px;
        color: black;
        font-weight: 600;
    }
    
p.subtitle {
   text-align: center;
   color: #4a4a4a;
   font-size: 16px;
   font-weight: 400;
   margin: 0 0 1.5rem 0;
}

}

.content {
    display: flex;
    flex-wrap: wrap;
    gap: 48px 80px;
    color: rgb(12, 12, 12);
    font-size: 14px;
    line-height: 1.6;
}

.column {
    flex: 1 1 300px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 16px;

    border: 1px solid rgb(0, 0, 0);
    border-radius: 8px;
    padding: 24px 20px;
    box-sizing: border-box;
}

.highlight {
    color: rgb(0, 0, 0);
}

.unit-name {
    color: white;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 16px;
    text-align: center;
    border-bottom: 1px solid rgb(0, 0, 0);
    padding-bottom: 8px;
    color: #000;
}

@media (max-width: 768px) {
    .content {
        flex-direction: column;
        gap: 32px;
    }

    .column {
        min-width: auto;
    }
}

.containers {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    margin-top: 40px;
}


.buttonnew {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    color: white;
    text-decoration: none;
    font-family: Arial, sans-serif;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
    min-width: 100px;
    justify-content: center;
}

a.whatsapp {
    background-color: #25D366;
}

a.xtwitter {
    background-color: #000000;
    border: 1px solid white;
}

a.facebook {
    background-color: #3b5998;
}

button.copylink {
    background-color: #555555;
}

a:hover,
button:hover {
    filter: brightness(0.85);
}

i {
    font-size: 14px;
}

@media (max-width: 480px) {
    .container {
        gap: 8px;
    }

    .buttonnew {
        padding: 8px 12px;
        font-size: 12px;
        min-width: 80px;
        gap: 6px;
    }


    i {
        font-size: 12px;
    }


}


@media (max-width:720px) {
    h2 {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 25px;
    }

    p {
        font-size: 16px;
        /* 16px */
        line-height: 1.625;
    }

}

@media (min-width:720px) {
    h2 {
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 25px;
    }

    p {
        font-size: 18px;
        /* 16px */
        line-height: 1.625;
    }

}

h1 i {
    font-size: 0.75rem;
}


th,
td {
    border: 1px solid rgb(0, 0, 0);
    /* Tailwind gray-700 */
    padding: 0.5rem 0.75rem;
    text-align: center;
}

th {
    font-size: 18px;
    font-weight: bold;

}

@media (max-width:720px) {

    table {
        width: 100%;
        border-collapse: collapse;
        font-size: 16px;
        color: rgb(0, 0, 0);
        /* Tailwind gray-300 */
        border: 1px solid rgb(0, 0, 0);
        /* Tailwind gray-700 */
    }
}

@media (min-width:720px) {


    table {
        width: 100%;
        border-collapse: collapse;
        font-size: 18px;
        color: rgb(0, 0, 0);
        /* Tailwind gray-300 */
        border: 1px solid rgb(0, 0, 0);
        /* Tailwind gray-700 */
    }
}

h3 {
    font-weight: 600;
    font-size: 1.1rem;
    text-align: left;
    margin-bottom: 10px;

}

/* <----------------contact-from---------------------------- */

form {
    margin-top: 24px;
}

.row {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    margin-bottom: 16px;
}

.input-half {
    flex: 1 1 0;
    min-width: 0;
}

.input-full {
    width: 100%;
    margin-bottom: 16px;
}

input[type="text"],
input[type="email"],
textarea {
    background-color: transparent;
    border: 1px solid #4b5563;
    /* gray-600 */
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 16px;
    color: #000;
    font-family: 'Aria', sans-serif;
    resize: none;
    outline-offset: 2px;
    outline-color: transparent;
    transition: outline-color 0.2s ease;
}

input::placeholder,
textarea::placeholder {
    color: #9ca3af;
    /* gray-400 */
}

input:focus,
textarea:focus {
    outline-color: #2563eb;
    /* blue-600 */
    border-color: #2563eb;
}

textarea {
    min-height: 320px;
    margin-top: 0;
}


.newbutton {
    background-color: #3742a8;
    /* blue-700 */
    border: none;
    border-radius: 4px;
    color: white;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    transition: background-color 0.2s ease;
}

.newbutton:hover {
    background-color: #000;
    /* blue-800 */
}

@media (max-width: 640px) {
    .row {
        flex-direction: column;
    }

    .input-half {
        flex: 1 1 100%;
    }
}

/* <===================.frquncybox========================== */


.containerssss {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 50px;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;

}

.door-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    width: 250px;
}

.door {
    position: relative;
    width: 250px;
    height: 200px;
    background-color: black;
    cursor: pointer;
    overflow: hidden;
    perspective: 1000px;
    transition: background-color 0.6s ease;
    background: white;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
}

.margin-but {

    margin-top: 15px;
}

.door-left,
.door-right {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: black;
    border-style: solid;
    border-color: #222;
    border-width: 0 1px 0 0;
    transition: transform 0.6s ease;
    transform-origin: center;
    backface-visibility: hidden;
}

.door-right {
    right: 0;
    border-width: 0 0 0 1px;
}

.door:hover {
    background-color: white;
}

.door:hover .door-left {
    transform: translateX(-100%);
}

.door:hover .door-right {
    transform: translateX(100%);
}

.label {
    position: relative;
    width: 200px;
    text-align: center;
    font-size: 1.125rem;
    color: #000000;
    padding-top: 6px;
}

.label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d1d5db;
}

@media (max-width: 520px) {
    .containerssss {
        gap: 16px 12px;
    }

    .door-wrapper {
        width: 150px;
    }

    .door {
        width: 155px;
        height: 195px;
    }

    .label {
        width: 150px;
        font-size: 1rem;
        padding-top: 4px;
    }

}

.boxss {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 14px;

}


.Convert-frequent {
    position: relative;
    display: inline-block;
}

.input-frequent {
    width: 100px;
    padding-right: 25px;
    border: 1px solid #999;
    border-radius: 4px;
    pointer-events: none;
}

.spam-frequent {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
}


/* Button Section */
.button-container {
   display: grid;
   /* grid-template-columns: repeat(4, 1fr);  */
   gap: 10px;
 
}

.button-row {
   display: flex;
   justify-content: space-between;
}

.btn-convert {
   background-color: #75b1f1;
   color: rgb(0, 0, 0);
   padding: 12px 5px;
   font-size: 16px;
   border: none;
   border-radius: 5px;
   cursor: pointer;
   text-transform: uppercase;
   transition: background-color 0.3s ease;
   text-align: center;
   display: inline-block;
   width: 120px;
}

.btn-convert:hover {
   background-color: #3742a836;
}
@media (max-width: 768px) {
   .button-container {
       grid-template-columns: repeat(2, 1fr); /* 2 columns for mobile */
   }
   .button-row {
       flex-direction: column;
       padding: 3px;
       gap: 10px;
   }
   .btn-convert {
       background-color: #75b1f1;
       color: rgb(0, 0, 0);
       padding: 12px 30px;
       font-size: 14px;    
       border: none;
       border-radius: 5px;
       cursor: pointer;
       text-transform: uppercase;
       transition: background-color 0.3s ease;
       text-align: center;
       display: inline-block;
       width: 100%;
   }
}