/*------change button style for internationa Business-----*/
.button-business {
    position: absolute;
    top: 74%;
    margin-left: 14.5%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 1;
}

.cta-business {
    display: inline-block;
    color: white;
    background: linear-gradient(to right, #000000,#737373); /* Gradient background */
    padding: 15px 48px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    border: 9px solid transparent;
    background-clip: padding-box;
    border-image: linear-gradient(to right, #000, #c89116); /* Border gradient */
    border-image-slice: 1; /* Ensures the gradient covers the full border */
}

.cta-business:hover {
    background-color: white; /* White hover background */
    color: #0419ff; /* Change text color */
    border: 3px solid transparent;
    border-image: linear-gradient(to right,  #000, #c89116); /* Keep gradient border */
    border-image-slice: 1;
}
.enquire-business {
    position: absolute;
    right: 5px; /* Distance from the right edge of the section */
    top: 50%; /* Centers the button vertically in the section */
    transform: translateY(-50%) rotate(180deg); /* Rotate the text 180 degrees */    display: inline-block;
    padding: 10px 15px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    background: linear-gradient(to right, #737373, #000000); /* Gradient background */
    border: 9px solid transparent;
    background-clip: padding-box;
    border-image: linear-gradient(to left, #000, #c89116); /* Border gradient */
    border-image-slice: 1; /* Ensures the gradient covers the full border */
    transition: all 0.3s ease;
    writing-mode: vertical-rl; /* Makes the text vertical */
    letter-spacing: 1px;
    z-index: 100; /* Keeps the button above other content */
}

.enquire-business:hover {
    background-color: white; /* White hover background */
    color: #2235ff; /* Change text color */
    border: 3px solid transparent;
    border-image: linear-gradient(to right,  #000, #c89116); /* Keep gradient border */
    border-image-slice: 1;
}
/* Styles for the info icon */
.info-icon-business {
    position: absolute;
    top: 5%;
    right: 5px;
    font-size: 32px;
    cursor: pointer;
}
.info-icon-business:hover{
    background: linear-gradient(to right,  #000, #c89116); /* Keep gradient border */ 
}
.info-iconbusiness {
    font-weight: 900;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: white;
    background-color: #737373;
    border: 2px solid white;  /* optional border around the circle */
    transition: background-color 0.3s ease;
}

.info-iconbusiness:hover {
    color: #0419ff;
    background: linear-gradient(to right,  #000, #c89116); /* Keep gradient border */
}

/* Styles for the thought box */
.info-business {
    display: none;
    position: absolute;
    margin-top: -1vw;
    right: 25px;
    width: 550px;
    padding: 15px;
    border: 2px solid white;  /* optional border around the circle */
    background: linear-gradient(to left,  #000, #c89116); /* Keep gradient border */
    color: white;
    font-size: 1rem;
    line-height: 1.4;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.info-business:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

/* Show the info-box on hover */
.info-icon-business:hover .info-business {
    display: block;
    opacity: 1;
}
/*------------------DBA ACCOUNTING-------------------*/
/*------change button style for internationa Business-----*/
.button-DBAA {
    position: absolute;
    top: 74%;
    margin-left: 14.5%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 1;
}

.cta-DBAA {
    display: inline-block;
    color: white;
    background: linear-gradient(to right, #000000,#737373); /* Gradient background */
    padding: 15px 48px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    border: 9px solid transparent;
    background-clip: padding-box;
    border-image: linear-gradient(to right, #5170ff, #ff66c4); /* Border gradient */
    border-image-slice: 1; /* Ensures the gradient covers the full border */
}

.cta-DBAA:hover {
    background-color: white; /* White hover background */
    color: #0419ff; /* Change text color */
    border: 3px solid transparent;
    border-image: linear-gradient(to right, #5170ff, #ff66c4); /* Border gradient */
    border-image-slice: 1;
}
.enquire-DBAA {
    position: absolute;
    right: 5px; /* Distance from the right edge of the section */
    top: 50%; /* Centers the button vertically in the section */
    transform: translateY(-50%) rotate(180deg); /* Rotate the text 180 degrees */    display: inline-block;
    padding: 10px 15px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    background: linear-gradient(to right, #737373, #000000); /* Gradient background */
    border: 9px solid transparent;
    background-clip: padding-box;
    border-image: linear-gradient(to right, #5170ff, #ff66c4); /* Border gradient */
    border-image-slice: 1; /* Ensures the gradient covers the full border */
    transition: all 0.3s ease;
    writing-mode: vertical-rl; /* Makes the text vertical */
    letter-spacing: 1px;
    z-index: 100; /* Keeps the button above other content */
}

.enquire-DBAA:hover {
    background-color: white; /* White hover background */
    color: #2235ff; /* Change text color */
    border: 3px solid transparent;
    border-image: linear-gradient(to right, #5170ff, #ff66c4); /* Border gradient */
    border-image-slice: 1;
}
/* Styles for the info icon */
.info-icon-DBAA {
    position: absolute;
    top: 5%;
    right: 5px;
    font-size: 32px;
    cursor: pointer;
}
.info-icon-DBAA:hover{
    border-image: linear-gradient(to right, #5170ff, #ff66c4); /* Border gradient */
}
.info-iconDBAA {
    font-weight: 900;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: white;
    background-color: #737373;
    border: 2px solid white;  /* optional border around the circle */
    transition: background-color 0.3s ease;
}

.info-iconDBAA:hover {
    color: #0419ff;
    background: linear-gradient(to right, #5170ff, #ff66c4); /* Keep gradient border */
}

/* Styles for the thought box */
.info-DBAA {
    display: none;
    position: absolute;
    margin-top: -1vw;
    right: 25px;
    width: 550px;
    padding: 15px;
    border: 2px solid white;  /* optional border around the circle */
    background: linear-gradient(to right, #5170ff, #ff66c4); /* Keep gradient border */
    color: rgb(255, 255, 255);
    font-size: 1rem;
    line-height: 1.4;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.info-DBAA:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

/* Show the info-box on hover */
.info-icon-DBAA:hover .info-DBAA {
    display: block;
    opacity: 1;
}
/*------------------DBA-------------------*/
/*----------------------------*/
.button-DBA {
    position: absolute;
    top: 74%;
    margin-left: 14.5%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 1;
}

.cta-DBA {
    display: inline-block;
    color: white;
    background: linear-gradient(to right, #000000,#737373); /* Gradient background */
    padding: 15px 48px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    border: 9px solid transparent;
    background-clip: padding-box;
    border-image: linear-gradient(to right, #5c4980, #9fa2d7); /* Border gradient */
    border-image-slice: 1; /* Ensures the gradient covers the full border */
}

.cta-DBA:hover {
    background-color: white; /* White hover background */
    color: #0419ff; /* Change text color */
    border: 3px solid transparent;
    border-image: linear-gradient(to right, #5c4980, #9fa2d7); /* Border gradient */
    border-image-slice: 1;
}
.enquire-DBA {
    position: absolute;
    right: 5px; /* Distance from the right edge of the section */
    top: 50%; /* Centers the button vertically in the section */
    transform: translateY(-50%) rotate(180deg); /* Rotate the text 180 degrees */    display: inline-block;
    padding: 10px 15px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    background: linear-gradient(to right, #737373, #000000); /* Gradient background */
    border: 9px solid transparent;
    background-clip: padding-box;
    border-image: linear-gradient(to right, #5c4980, #9fa2d7); /* Border gradient */
    border-image-slice: 1; /* Ensures the gradient covers the full border */
    transition: all 0.3s ease;
    writing-mode: vertical-rl; /* Makes the text vertical */
    letter-spacing: 1px;
    z-index: 100; /* Keeps the button above other content */
}

.enquire-DBA:hover {
    background-color: white; /* White hover background */
    color: #2235ff; /* Change text color */
    border: 3px solid transparent;
    border-image: linear-gradient(to right, #5c4980, #9fa2d7); /* Border gradient */
    border-image-slice: 1;
}
/* Styles for the info icon */
.info-icon-DBA {
    position: absolute;
    top: 5%;
    right: 5px;
    font-size: 32px;
    cursor: pointer;
}
.info-icon-DBA:hover{
    border-image: #5c4980;
}
.info-iconDBA {
    font-weight: 900;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: white;
    border-image: linear-gradient(to right, #5c4980, #9fa2d7); /* Border gradient */
    border: 2px solid white;  /* optional border around the circle */
    transition: background-color 0.3s ease;
}

.info-iconDBA:hover {
    color: #0419ff;
    background: #5c4980;
}

/* Styles for the thought box */
.info-DBA {
    display: none;
    position: absolute;
    margin-top: -1vw;
    right: 25px;
    width: 550px;
    padding: 15px;
    border: 2px solid white;  /* optional border around the circle */
    background : linear-gradient(to right, #5c4980, #9fa2d7); /* Border gradient */
    color: rgb(255, 255, 255);
    font-size: 1rem;
    line-height: 1.4;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.info-DBA:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

/* Show the info-box on hover */
.info-icon-DBA:hover .info-DBA {
    display: block;
    opacity: 1;
}
/*--------------MSC Managemnet---------------*/
/*----------------------------*/
.button-manage {
    position: absolute;
    top: 74%;
    margin-left: 14.5%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 1;
}

.cta-manage {
    display: inline-block;
    color: white;
    background: linear-gradient(to right, #000000,#737373); /* Gradient background */
    padding: 15px 48px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    border: 9px solid transparent;
    background-clip: padding-box;
    border-image: linear-gradient(to right, #66466b, #cb6ce6); /* Border gradient */
    border-image-slice: 1; /* Ensures the gradient covers the full border */
}

.cta-manage:hover {
    background-color: white; /* White hover background */
    color: #0419ff; /* Change text color */
    border: 3px solid transparent;
    border-image: linear-gradient(to right, #66466b, #cb6ce6); /* Border gradient */
    border-image-slice: 1;
}
.enquire-manage {
    position: absolute;
    right: 5px; /* Distance from the right edge of the section */
    top: 50%; /* Centers the button vertically in the section */
    transform: translateY(-50%) rotate(180deg); /* Rotate the text 180 degrees */    display: inline-block;
    padding: 10px 15px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    background: linear-gradient(to right, #737373, #000000); /* Gradient background */
    border: 9px solid transparent;
    background-clip: padding-box;
    border-image: linear-gradient(to right, #66466b, #cb6ce6); /* Border gradient */
    border-image-slice: 1; /* Ensures the gradient covers the full border */
    transition: all 0.3s ease;
    writing-mode: vertical-rl; /* Makes the text vertical */
    letter-spacing: 1px;
    z-index: 100; /* Keeps the button above other content */
}

.enquire-manage:hover {
    background-color: white; /* White hover background */
    color: #2235ff; /* Change text color */
    border: 3px solid transparent;
    border-image: linear-gradient(to right, #66466b, #cb6ce6); /* Border gradient */
    border-image-slice: 1;
}
/* Styles for the info icon */
.info-icon-manage {
    position: absolute;
    top: 5%;
    right: 5px;
    font-size: 32px;
    cursor: pointer;
}
.info-icon-manage:hover{
    border-image: #5c4980;
}
.info-iconmanage {
    font-weight: 900;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: white;
    border-image: linear-gradient(to right, #66466b, #cb6ce6); /* Border gradient */
    border: 2px solid white;  /* optional border around the circle */
    transition: background-color 0.3s ease;
}

.info-iconmanage:hover {
    color: #0419ff;
    background: #5c4980;
}

/* Styles for the thought box */
.info-manage {
    display: none;
    position: absolute;
    margin-top: -1vw;
    right: 25px;
    width: 550px;
    padding: 15px;
    border: 2px solid white;  /* optional border around the circle */
    background: linear-gradient(to right, #66466b, #cb6ce6); /* Border gradient */
    color: rgb(255, 255, 255);
    font-size: 1rem;
    line-height: 1.4;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.info-manage:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

/* Show the info-box on hover */
.info-icon-manage:hover .info-manage {
    display: block;
    opacity: 1;
}
@media (max-width: 768px) { /* Adjust the max-width as needed */
   
    .button-business {
        position: absolute;
        top: 85%;
        left: 5%; /* Align to the left side */
        display: flex; /* Use flexbox to align buttons side by side */
        gap: 10px; /* Space between buttons */
    }

    .button-container {
        position: absolute;
        top: 85%;
        left: 5%; /* Align to the left side */
        display: flex; /* Use flexbox to align buttons side by side */
        gap: 10px; /* Space between buttons */
    }

    .button-DBA {
        position: absolute;
        top: 85%;
        left: 5%; /* Align to the left side */
        display: flex; /* Use flexbox to align buttons side by side */
        gap: 10px; /* Space between buttons */
    }
    .button-DBAA {
        position: absolute;
        top: 85%;
        left: 5%; /* Align to the left side */
        display: flex; /* Use flexbox to align buttons side by side */
        gap: 10px; /* Space between buttons */
    }

    .button-manage{
        position: absolute;
        top: 85%;
        left: 5%; /* Align to the left side */
        display: flex; /* Use flexbox to align buttons side by side */
        gap: 10px; /* Space between buttons */
    }

    .cta-DBAA, .enquire-DBAA {
        font-size: small;
        margin: 0; /* Reset margin for buttons */
        transform: none; /* Reset any transformations */
        padding: 10px 15px; /* Adjust padding as needed */

    }
    .cta-business, .enquire-business {
        font-size: small;
        margin: 0; /* Reset margin for buttons */
        transform: none; /* Reset any transformations */
        padding: 10px 15px; /* Adjust padding as needed */

    }
    .cta-DBA, .enquire-DBA {
        font-size: small;
        margin: 0; /* Reset margin for buttons */
        transform: none; /* Reset any transformations */
        padding: 10px 15px; /* Adjust padding as needed */

    }
    .cta-manage, .enquire-manage {
        font-size: small;
        margin: 0; /* Reset margin for buttons */
        transform: none; /* Reset any transformations */
        padding: 10px 15px; /* Adjust padding as needed */

    }
    .enquire-business {
        top: 82%;
        left: 50%; /* Align to the left side */
        display: inline-block; /* Make sure it's inline with the apply button */
        padding: 10px 15px; /* Adjust padding as needed */
        font-size: small; /* Keep the font size */
        position: relative; /* Reset position */
        writing-mode: horizontal-tb; /* Horizontal text */
        text-transform: none; /* Reset text transformation */
    }
    .enquire-DBA {
        top: 82%;
        left: 50%; /* Align to the left side */
        display: inline-block; /* Make sure it's inline with the apply button */
        padding: 10px 15px; /* Adjust padding as needed */
        font-size: small; /* Keep the font size */
        position: relative; /* Reset position */
        writing-mode: horizontal-tb; /* Horizontal text */
        text-transform: none; /* Reset text transformation */
    }
    .enquire-DBAA {
        top: 82%;
        left: 50%; /* Align to the left side */
        display: inline-block; /* Make sure it's inline with the apply button */
        padding: 10px 15px; /* Adjust padding as needed */
        font-size: small; /* Keep the font size */
        position: relative; /* Reset position */
        writing-mode: horizontal-tb; /* Horizontal text */
        text-transform: none; /* Reset text transformation */
    }
    .enquire-manage {
        top: 82%;
        left: 50%; /* Align to the left side */
        display: inline-block; /* Make sure it's inline with the apply button */
        padding: 10px 15px; /* Adjust padding as needed */
        font-size: small; /* Keep the font size */
        position: relative; /* Reset position */
        writing-mode: horizontal-tb; /* Horizontal text */
        text-transform: none; /* Reset text transformation */
    }
    .info-icon-business{
        margin-top: 8vw;
    }
    .info-icon-DBA{
        margin-top: 8vw;
    }
    .info-icon-DBAA{
        margin-top: 8vw;
    }
    .info-icon-manage{
        margin-top: 8vw;
    }
    .info-business {
        width: 390px; /* Shrink the width of the info box */
    }
    .info-DBA {
        width: 390px; /* Shrink the width of the info box */
    }
    .info-DBAA {
        width: 390px; /* Shrink the width of the info box */
    }
    .info-manage {
        width: 390px; /* Shrink the width of the info box */
    }
}
/*-------------------------*/
@media (max-width: 1140px) { /* Adjust the max-width as needed */
    .button-business {
        position: absolute;
        top: 85%;
        left: 5%; /* Align to the left side */
        display: flex; /* Use flexbox to align buttons side by side */
        gap: 10px; /* Space between buttons */
    }

    .button-container {
        position: absolute;
        top: 85%;
        left: 5%; /* Align to the left side */
        display: flex; /* Use flexbox to align buttons side by side */
        gap: 10px; /* Space between buttons */
    }

    .button-DBA {
        position: absolute;
        top: 85%;
        left: 5%; /* Align to the left side */
        display: flex; /* Use flexbox to align buttons side by side */
        gap: 10px; /* Space between buttons */
    }
    .button-DBAA {
        position: absolute;
        top: 85%;
        left: 5%; /* Align to the left side */
        display: flex; /* Use flexbox to align buttons side by side */
        gap: 10px; /* Space between buttons */
    }

    .button-manage{
        position: absolute;
        top: 85%;
        left: 5%; /* Align to the left side */
        display: flex; /* Use flexbox to align buttons side by side */
        gap: 10px; /* Space between buttons */
    }

    .cta-DBAA, .enquire-DBAA {
        font-size: small;
        margin: 0; /* Reset margin for buttons */
        transform: none; /* Reset any transformations */
        padding: 10px 15px; /* Adjust padding as needed */

    }
    .cta-business, .enquire-business {
        font-size: small;
        margin: 0; /* Reset margin for buttons */
        transform: none; /* Reset any transformations */
        padding: 10px 15px; /* Adjust padding as needed */

    }
    .cta-DBA, .enquire-DBA {
        font-size: small;
        margin: 0; /* Reset margin for buttons */
        transform: none; /* Reset any transformations */
        padding: 10px 15px; /* Adjust padding as needed */

    }
    .cta-manage, .enquire-manage {
        font-size: small;
        margin: 0; /* Reset margin for buttons */
        transform: none; /* Reset any transformations */
        padding: 10px 15px; /* Adjust padding as needed */

    }
    .enquire-business {
        top: 82%;
        left: 50%; /* Align to the left side */
        display: inline-block; /* Make sure it's inline with the apply button */
        padding: 10px 15px; /* Adjust padding as needed */
        font-size: small; /* Keep the font size */
        position: relative; /* Reset position */
        writing-mode: horizontal-tb; /* Horizontal text */
        text-transform: none; /* Reset text transformation */
    }
    .enquire-DBA {
        top: 82%;
        left: 50%; /* Align to the left side */
        display: inline-block; /* Make sure it's inline with the apply button */
        padding: 10px 15px; /* Adjust padding as needed */
        font-size: small; /* Keep the font size */
        position: relative; /* Reset position */
        writing-mode: horizontal-tb; /* Horizontal text */
        text-transform: none; /* Reset text transformation */
    }
    .enquire-DBAA {
        top: 82%;
        left: 50%; /* Align to the left side */
        display: inline-block; /* Make sure it's inline with the apply button */
        padding: 10px 15px; /* Adjust padding as needed */
        font-size: small; /* Keep the font size */
        position: relative; /* Reset position */
        writing-mode: horizontal-tb; /* Horizontal text */
        text-transform: none; /* Reset text transformation */
    }
    .enquire-manage {
        top: 82%;
        left: 50%; /* Align to the left side */
        display: inline-block; /* Make sure it's inline with the apply button */
        padding: 10px 15px; /* Adjust padding as needed */
        font-size: small; /* Keep the font size */
        position: relative; /* Reset position */
        writing-mode: horizontal-tb; /* Horizontal text */
        text-transform: none; /* Reset text transformation */
    }
    .info-icon-business{
        margin-top: 8vw;
        margin-left: 10px;
    }
    .info-icon-DBA{
        margin-top: 8vw;
        margin-left: 10px;
    }
    .info-icon-DBAA{
        margin-top: 8vw;
        margin-left: 10px;
    }
    .info-icon-manage{
        margin-top: 8vw;
        margin-left: 10px;
    }
    .info-business {
        width: 390px; /* Shrink the width of the info box */
    }
    .info-DBA {
        width: 390px; /* Shrink the width of the info box */
    }
    .info-DBAA {
        width: 390px; /* Shrink the width of the info box */
    }
    .info-manage {
        width: 390px; /* Shrink the width of the info box */
    }
}
/*-----------------------------------------*/
@media (max-width: 380px) { /* Adjust the max-width as needed */
    .button-container {
        position: absolute;
        top: 88%;
        left: 5%; /* Align to the left side */
        display: flex; /* Use flexbox to align buttons side by side */
        gap: 10px; /* Space between buttons */
    }
    .button-business {
        position: absolute;
        top: 88%;
        left: 5%; /* Align to the left side */
        display: flex; /* Use flexbox to align buttons side by side */
        gap: 10px; /* Space between buttons */
    }
    .button-DBA {
        position: absolute;
        top: 88%;
        left: 5%; /* Align to the left side */
        display: flex; /* Use flexbox to align buttons side by side */
        gap: 10px; /* Space between buttons */
    }
    .button-DBAA {
        position: absolute;
        top: 88%;
        left: 5%; /* Align to the left side */
        display: flex; /* Use flexbox to align buttons side by side */
        gap: 10px; /* Space between buttons */
    }
    .button-manage {
        position: absolute;
        top: 88%;
        left: 5%; /* Align to the left side */
        display: flex; /* Use flexbox to align buttons side by side */
        gap: 10px; /* Space between buttons */
    }
    .cta-button, .enquire-button {
        font-size: .8rem;
        margin: 0; /* Reset margin for buttons */
        transform: none; /* Reset any transformations */
        padding: 9px 11px; /* Adjust padding as needed */
        margin-top: 3vw;
    }
    .cta-business, .enquire-business {
        font-size: .8rem;
        margin: 0; /* Reset margin for buttons */
        transform: none; /* Reset any transformations */
        padding: 9px 11px; /* Adjust padding as needed */
        margin-top: 3vw;
    }.cta-DBA, .enquire-DBA {
        font-size: .8rem;
        margin: 0; /* Reset margin for buttons */
        transform: none; /* Reset any transformations */
        padding: 9px 11px; /* Adjust padding as needed */
        margin-top: 3vw;
    }.cta-DBAA, .enquire-DBAA {
        font-size: .8rem;
        margin: 0; /* Reset margin for buttons */
        transform: none; /* Reset any transformations */
        padding: 9px 11px; /* Adjust padding as needed */
        margin-top: 3vw;
    }
    .cta-manage, .enquire-manage {
        font-size: .8rem;
        margin: 0; /* Reset margin for buttons */
        transform: none; /* Reset any transformations */
        padding: 9px 11px; /* Adjust padding as needed */
        margin-top: 3vw;
    }

   
    .enquire-business {
        top: 85%;
        left: 50%; /* Align to the left side */
        display: inline-block; /* Make sure it's inline with the apply button */
        padding: 9px 11px; /* Adjust padding as needed */
        font-size: .8rem; /* Keep the font size */
        position: relative; /* Reset position */
        writing-mode: horizontal-tb; /* Horizontal text */
        text-transform: none; /* Reset text transformation */
    }.enquire-DBA {
        top: 85%;
        left: 50%; /* Align to the left side */
        display: inline-block; /* Make sure it's inline with the apply button */
        padding: 9px 11px; /* Adjust padding as needed */
        font-size: .8rem; /* Keep the font size */
        position: relative; /* Reset position */
        writing-mode: horizontal-tb; /* Horizontal text */
        text-transform: none; /* Reset text transformation */
    }.enquire-DBAA {
        top: 85%;
        left: 50%; /* Align to the left side */
        display: inline-block; /* Make sure it's inline with the apply button */
        padding: 9px 11px; /* Adjust padding as needed */
        font-size: .8rem; /* Keep the font size */
        position: relative; /* Reset position */
        writing-mode: horizontal-tb; /* Horizontal text */
        text-transform: none; /* Reset text transformation */
    }
    .enquire-manage {
        top: 85%;
        left: 50%; /* Align to the left side */
        display: inline-block; /* Make sure it's inline with the apply button */
        padding: 9px 11px; /* Adjust padding as needed */
        font-size: .8rem; /* Keep the font size */
        position: relative; /* Reset position */
        writing-mode: horizontal-tb; /* Horizontal text */
        text-transform: none; /* Reset text transformation */
    }
    .info-icon{
        margin-top: 10vw;
    }
    .info-business {
        width: 250px; /* Shrink the width of the info box */
        font-size: .8rem;
    }
    .info-DBA {
         width: 250px; /* Shrink the width of the info box */
        font-size: .8rem;
    }
    .info-DBAA {
        width: 250px; /* Shrink the width of the info box */
        font-size: .8rem;
    }
    .info-manage {
        width: 250px; /* Shrink the width of the info box */
        font-size: .8rem;
    }

}
















