* {
    margin: 0px;
    padding: 0px;
    font-family: 'Helvetica', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 30px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0px;
}

.menu {
    display: flex;
    align-items: center;
    column-gap: 50px;
}

.menu ul {
    display: flex;
    align-items: center;
    column-gap: 40px;
    list-style: none;
    color: #1B2430;
}

.menu ul li a {    
    text-decoration: none;
    color: #1B2430;
    font-weight: bold;
}

.menu ul li a:hover {
    color: #197AFF;
    font-weight: bold;
}

.menu-toggle {
    display: none;
}

.hamburger-icon {
    font-size: 30px;
    cursor: pointer;
}

a {    
    text-decoration: none;    
}

a:hover {
    text-decoration: none !important;
}
.logo-a{        
    display: flex;
    align-items: center;
    text-decoration: none !important;    
}
.logo-a:hover{        
    text-decoration: none !important;    
}

.text-left{
    color: #1e5ee5;
    padding-left: 5px;
    font-weight: bold;
    font-size: 35px;
}

.text-right{
    color: #1ebea5;
    font-weight: bold;
    font-size: 35px;
}

.wa-text{
    color: #1ebea5;
    font-weight: bold;
}
.centeritems{
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    text-align: center;
}

@media (max-width: 768px) {
    .menu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 60px;
        /* Adjust based on your header height */
        left: 0;
        background-color: white;
        /* Adjust based on your design */
        z-index: 1000;
    }

    .menu.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }

    .menu ul {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .menu ul li {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
        /* Adjust based on your design */
    }

    .btns {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .btns button {
        width: 90%;
        margin: 10px 0;
    }
}

.btns {
    display: flex;
    gap: 12px;
}

.btn {
    padding: 6px 15px !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

.btn-dark,
.btn-light:hover {
    background-color: #197AFF !important;
    color: #fff !important;
    border: 1px solid #197AFF !important;
}

.btn-dark:hover,
.btn-light {
    background-color: #fff !important;
    color: #197AFF !important;
    border: 1px solid #197AFF !important;
}

.announce-bar {
    text-align: center;
    color: #fff;
    background: linear-gradient(270deg, #0D0B1B 0%, #3D3372 15.74%, #4D4191 31.61%, #5948A2 49.79%, #4D4191 69.7%, #3D3372 84.12%, #0D0B1B 100%);
    font-size: 16px;
    line-height: 20px;
    padding: 23px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    gap: 4px;
}

.announce-bar p span {
    font-weight: 700 !important;
}

.banner-section {
    background-color: #F4F9FF;
    max-height: 600px;
    height: 100%;
    padding: 60px 0;
}

.title h1 {
    font-size: 45px;
    font-weight: bold;
    line-height: 130%;
}

.title h1 span {
    color: #197AFF;
    font-size: 45px;
    font-weight: bold;
}

.banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 62px;
    padding-top: 72px;
    padding-bottom: 43px;
}

.banner .title {
    max-width: 600px;
}

.banner .btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.banner-img {
    max-width: 600px;
    text-align: center;
}

.banner-img img {
    max-width: 100%;
    height: auto;
}

.banner-img div span {
    font-size: 14px;
    color: #495059;
    font-weight: 400;
}

@media (max-width: 768px) {
    .banner {
        flex-direction: column;
        align-items: center;
    }

    .banner .title {
        text-align: center;
    }

    .banner .btns {
        justify-content: center;
    }
}

.banner-des {
    font-size: 22px;
    color: #495059;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 25px;
}

.slider-section {
    padding-top: 57px;
    padding-bottom: 77px;
}

.sec-des {
    font-size: 22px;
    font-weight: 400;
    color: #9C9C9C;
    padding-top: 15px;
    max-width: 1020px;
    margin: 0 auto;
}

.slider {
    padding-top: 33px;
    padding-left: 47px;
    padding-right: 93px;
    display: flex;
    justify-content: space-between;
    max-height: 455px;
    background-color: #F7FAFF;
    margin-top: 57px;
}

.tag {
    font-size: 200px;
    color: #E1E5EA;
}

.slider p {
    color: #1B2430;
    font-weight: 200;
    font-size: 40px;
}

.crome-section {
    padding-bottom: 100px;
}

.crome-main {
    display: flex;
    gap: 53px;
    align-items: center;
}

.crome-contant h2 {
    font-size: 45px;
    padding-bottom: 15px;
}

.crome-contant p {
    color: #9C9C9C;
    padding-bottom: 23px;
}

.prodct-section {
    padding: 42px 0;
    background-color: #F7FAFF;

}

.product-grup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 45px;
    column-gap: 24px;
    padding-top: 46px;
}

.product {
    width: 382px;
    padding: 28px;
    align-items: center;
    height: 427px;
    text-align: center;
    background: #fff;
    border: 1px solid #D3D4D5;
    border-radius: 18px;
}

.product:hover {
    background-color: #197AFF;
    color: #fff !important;
}

.product h4 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 17px;
    padding-bottom: 12px;
}

.product p {
    font-size: 16px;
    font-weight: lighter;
}

.support-section {
    padding-top: 95px;
    padding-bottom: 120px;
}

.support-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 63px;
    max-width: 800px;
    margin: 0 auto;
}

.support {
    text-align: center;
}

.support h2 {
    font-size: 40px;
    color: #197AFF;
}

.support p {
    font-size: 22px;
    color: #9C9C9C;
}

.price-section {
    background-color: #FAFAFA;
    padding: 30px 0px;
}

.price-section-container {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 30px;
}

.price-details {
    display: flex;
    justify-content: space-between;
}

.swipe {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #495059;
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.switch-slider {
    background-color: #2196F3;
}

input:focus+.switch-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-slider.round {
    border-radius: 34px;
}

.switch-slider.round:before {
    border-radius: 50%;
}

.check {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("check.png");
    /* Replace with your checkmark image */
    background-size: cover;
}

/* table {

    font-family: arial, sans-serif;

    border-collapse: collapse;

    width: 100%;
    margin-top: 43px;

}

th {

    color: #fff;
    font-size: 16px;
    text-align: center !important;
}

td,
th {

    border: 1px solid #dddddd;

    text-align: left;

    padding: 30px 8px;

}


tr:nth-child(odd) {

    background-color: #F3FBFC;

} */


.button {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 6px;
}


.button:hover {
    /* background-color: #3e8e41; */
}


.button:active {
    /* background-color: #367c39; */
    box-shadow: 0 5px #666;
    transform: translateY(4px);

}

.Characteristics-section {
    padding-top: 122px;
}

.Characteristic {
    text-align: center;
}

.Characteristic p {
    padding-top: 20px;
}

.Characteristics {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 66px;
    padding-bottom: 110px;
}

.free-main {
    background-color: #197AFF;
    padding: 46px 110px 46px 46px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
}

.free-contain h4 {
    font-size: 35px;
    padding-bottom: 14px;
}

.free-section {
    padding-bottom: 66px;
}

.faq-main {
    background-color: #FAFAFA;
    padding-top: 50px;
    padding-bottom: 37px;
    border-radius: 12px;
}

.faq-main .title p {
    padding-top: 15px;
    font-size: 22px;
}

.faq-container {

    max-width: 800px;

    margin: 20px auto;

    background-color: #fff;

    padding: 20px;

    border-radius: 5px;

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}


h2 {

    text-align: center;

    color: #333;

    margin-bottom: 20px;

}


.faq-list {

    list-style: none;

    padding: 0;

}


.faq-item {

    padding: 15px;

    border-bottom: 1px solid #ddd;

    cursor: pointer;

}


.faq-item h3 {

    margin: 0;

    color: #333;

}


.faq-item .answer {

    display: none;

    margin-top: 10px;

    font-size: 14px;

    color: #666;

}


.faq-item.active .answer {

    display: block;

}


.faq-item .plus-icon,
.faq-item .minus-icon {

    float: right;

    font-size: 18px;

    color: #666;

}


.faq-item.active .plus-icon {

    display: none;

}


.faq-item.active .minus-icon {

    display: inline-block;

}


.faq-item.active .plus-icon {

    display: none;

}


.faq-item.active .minus-icon {

    display: inline-block;

}


.faq-item.active .plus-icon {

    display: none;

}


.faq-item.active .minus-icon {

    display: inline-block;

}

footer {
    background-color: #FAFAFA;
    padding-top: 87px;
    margin-top: 56px;
}

.footer-logo {
    padding: 66px;
    background-color: #0A2447;
    border-radius: 10px;
}

.footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 36px 0;
    border-bottom: 1px solid #495059;
}

.footer-menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 105px;
    color: #495059;
}

.footer-menu ul li a {    
    text-decoration: none;
    color: #1B2430;
    font-weight: bold;
}

.footer-menu ul li a:hover {
    color: #197AFF;
    font-weight: bold;
}

.social-icons {
    display: flex;
    gap: 40px;
}

.copyright {
    padding: 30px;
    text-align: center;
    width: 100%;
    color: #495059;
}

/* Add this CSS to your existing stylesheet */

.crome-section .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.crome-section .crome-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.crome-section .crome-main div {
    margin-bottom: 20px;
}

.crome-section .crome-main img {
    max-width: 100%;
    height: auto;
}

.crome-section .crome-contant {
    max-width: 600px;
}

@media (min-width: 768px) {
    .crome-section .crome-main {
        flex-direction: row;
        text-align: left;
    }

    .crome-section .crome-main div {
        margin-bottom: 0;
    }

    .crome-section .crome-contant {
        margin-left: 20px;
    }
}

/* Add this CSS to your existing stylesheet */

.price-section-container {
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.price-details .title {
    text-align: center;
    margin-bottom: 20px;
}

.swipe-main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.swipe span {
    margin: 0 10px;
    font-weight: bold;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.switch-slider {
    background-color: #2196F3;
}

input:checked+.switch-slider:before {
    transform: translateX(26px);
}

/* table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
}

table th,
table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

table th {
    background-color: #f2f2f2;
    color: #333;
    text-align: center;
}

table td {
    text-align: center;
}

table tr:nth-child(even) {
    background-color: #f9f9f9;
}

table tr:hover {
    background-color: #f1f1f1;
} */

.button {
    padding: 10px 20px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.button:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .price-section-container {
        padding: 20px 10px;
    }

    table,
    table th,
    table td {
        font-size: 16px;
    }

    .swipe-main {
        flex-direction: column;
    }

    .swipe span {
        margin: 5px 0;
    }
}

/* Add this CSS to your existing stylesheet */

footer {
    background-color: #FAFAFA;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 40px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 20px;
}

.footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.footer-menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-menu ul li {
    margin: 10px 0;
}

.social-icons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .footer-menu {
        flex-direction: column;
        align-items: center;
    }

    .footer-menu ul {
        flex-direction: column;
        align-items: center;
    }

    .social-icons {
        margin-top: 10px;
    }
}

/* Carousel Styles */
.carousel-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background-color: #f7faff;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.carousel-slide {
    min-width: 100%;
    flex: 1 0 100%;
}

.slide-content {
    display: flex;
    padding: 60px;
    align-items: center;
    gap: 40px;
}

.slide-number {
    font-size: 24px;
    font-weight: bold;
    color: #197AFF;
    background-color: rgba(25, 122, 255, 0.1);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.slide-info {
    flex: 1;
}

.slide-info h3 {
    font-size: 32px;
    font-weight: bold;
    color: #1B2430;
    margin-bottom: 16px;
}

.slide-info p {
    font-size: 18px;
    line-height: 1.6;
    color: #495059;
    max-width: 400px;
}

.slide-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-image img {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease;
}

.slide-image img:hover {
    transform: scale(1.03);
}

.carousel-nav {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.carousel-prev,
.carousel-next {
    background-color: white;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #197AFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.carousel-prev:hover,
.carousel-next:hover {
    background-color: #197AFF;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(25, 122, 255, 0.2);
}

.carousel-prev:active,
.carousel-next:active {
    transform: translateY(0);
}

.carousel-indicators {
    display: flex;
    gap: 10px;
}

.carousel-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #E1E5EA;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-indicator.active {
    background-color: #197AFF;
    transform: scale(1.2);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .slide-content {
        padding: 40px;
        gap: 30px;
    }

    .slide-info h3 {
        font-size: 28px;
    }

    .slide-info p {
        font-size: 16px;
    }

    .slide-image img {
        max-height: 250px;
    }
}

@media (max-width: 768px) {
    .carousel-container {
        margin: 40px auto;
    }

    .slide-content {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px 60px;
    }

    .slide-number {
        margin: 0 auto 20px;
    }

    .slide-info {
        margin-bottom: 30px;
    }

    .slide-info p {
        margin: 0 auto;
    }

    .slide-image img {
        max-height: 200px;
    }

    .carousel-prev,
    .carousel-next {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .slide-content {
        padding: 20px 15px 50px;
    }

    .slide-info h3 {
        font-size: 24px;
    }

    .slide-info p {
        font-size: 14px;
    }

    .slide-image img {
        max-height: 160px;
    }

    .carousel-nav {
        bottom: 20px;
        gap: 16px;
    }

    .carousel-prev,
    .carousel-next {
        width: 36px;
        height: 36px;
    }
}

/* Pricing Section Styles */
.pricing-section {
    padding: 80px 0;
    background-color: #f9fafb;
}

.pricing-header {
    margin-bottom: 50px;
    text-align: center;
}

.text-center {
    text-align: center;
}

.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.toggle-label {
    font-size: 16px;
    margin: 0 10px;
    color: #6b7280;
    cursor: pointer;
}

.toggle-label-active {
    color: #111827;
    font-weight: 600;
}

.save-badge {
    background-color: #10b981;
    color: white;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 12px;
    margin-left: 5px;
    font-weight: 500;
}

.pricing-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-bottom: 50px;
}

.pricing-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 15px rgba(0, 0, 0, 0.03);
    width: 100%;
    max-width: 320px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.popular {
    border: 2px solid #3E89E4;
    transform: scale(1.05);
}

.popular:hover {
    transform: scale(1.05) translateY(-5px);
}

.popular-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #3E89E4;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 20px;
}

.card-header {
    padding: 25px 20px;
    text-align: center;
    color: white;
}

.card-header h3 {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 700;
}

.price {
    margin-bottom: 10px;
}

.currency {
    font-size: 24px;
    font-weight: 600;
    vertical-align: top;
    position: relative;
    top: 5px;
}

.amount {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.period {
    font-size: 16px;
    opacity: 0.8;
}

.card-body {
    padding: 25px 20px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 15px;
    color: #4b5563;
}

.features-list li img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.card-footer {
    padding: 0 20px 25px;
    text-align: center;
}

.btn-pricing {
    width: 100%;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    color: white!important;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-pricing:hover {
    opacity: 0.9;
}

.pricing-guarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f0f9ff;
    border-radius: 12px;
    border: 1px solid #bfdbfe;
}

.guarantee-icon {
    margin-right: 20px;
}

.guarantee-icon img {
    width: 40px;
    height: 40px;
}

.guarantee-text h4 {
    margin: 0 0 5px;
    font-size: 18px;
    color: #1e40af;
}

.guarantee-text p {
    margin: 0;
    font-size: 14px;
    color: #4b5563;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .pricing-cards {
        gap: 20px;
    }

    .pricing-card {
        max-width: 280px;
    }
}

@media (max-width: 992px) {
    .pricing-cards {
        gap: 15px;
    }

    .pricing-card {
        max-width: 240px;
    }

    .amount {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .pricing-cards {
        flex-direction: column;
        align-items: center;
    }

    .pricing-card {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

    .popular {
        transform: none;
        order: -1;
    }

    .popular:hover {
        transform: translateY(-5px);
    }
}

@media (max-width: 576px) {
    .pricing-section {
        padding: 50px 0;
    }

    .pricing-header {
        margin-bottom: 30px;
    }

    .pricing-guarantee {
        flex-direction: column;
        text-align: center;
    }

    .guarantee-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.orderTable {
    width: 100%;
    margin-bottom: 20px;
    /* background: #070026; */
    background: #FAF9FC;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #ddd !important;
  }
  .orderTable table tr td {
    font-size: 16px;
    padding: 10px 0;
    color: #505056;
  }
  .orderTable table tr td.text-right {
    text-align: right;
  }.order-btn {
    font-weight: 600;
    background: #0676CF;
    border: 1px solid #0676CF;
    display: inline-block;
    padding: 15px 45px;
    color: #fff;
    width: 100%;
    border-radius: 8px;
  }
  .order-btn:hover {
    background: #070026;
    color: #fff;
  }
.mobileimg {
    display: none;
}

/* Uninstall form styling */
.uninstall-form label {
    display: block;
    margin-bottom: 10px;
    text-align: left;
}

.uninstall-form input[type="radio"] {
    margin-right: 10px;
    vertical-align: middle;
}

.overridefont {
    font-size: 28px !important;
    font-weight: bold;

}
.top5rem {
    margin-top: .5rem;
}
.full-width-alert {
    width: 100%; /* Set width to 100% */
    box-sizing: border-box; /* Include padding and border in the element's total width */
    margin-bottom: 0px !important; /* Add some margin at the bottom for spacing */
    padding: 7px !important;   
    text-align: center !important; /* Center the text */
}