
.dev-h-desktop-product-details-sec {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.dev-h-desktop-product-details-row {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.dev-h-desktop-product-details-container {
    width: 100%;
    max-width: 1224px !important;
    margin: 0 auto;
}

.dev-h-breadcrumb {
    padding: 10px 15px;
    font-size: 13px;
    display: flex;
}

.dev-h-breadcrumb li a {
    text-decoration: none;
}

.dev-h-breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb {
    background-image: linear-gradient(to right, #090979 0%, #00D4FF 51%, #090979 100%) !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white !important;
}

        .dev-h-product-gallery {
            position: relative;
            max-width: 600px;
            margin: auto;
            overflow: hidden; /* Hide overflow for animation */
        }

        .main-slider img,
        .dev-h-thumbnail-slider img {
            width: 100%;
            transition: transform 0.5s ease; /* Slide transition */
        }

        .dev-h-thumbnail-slider {
            position: relative; /* Ensure arrows are positioned correctly */
        }

        .dev-h-lightbox {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
            opacity: 0; /* Start hidden */
            transition: opacity 0.5s ease; /* Fade transition */
        }

        .dev-h-lightbox.active {
            display: flex; /* Show when active */
            opacity: 1; /* Fade in */
        }

        .dev-h-lightbox-content {
            max-width: 90%;
            max-height: 90%;
            transition: opacity 0.5s ease; /* Fade transition */
        }

        .close {
            position: absolute;
            top: 10px;
            right: 25px;
            color: white;
            font-size: 40px;
            cursor: pointer;
        }

        .dev-h-lightbox-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            color: white;
            font-size: 30px;
            cursor: pointer;
            z-index: 10; /* Ensure arrows are on top */
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.5); /* Background for arrow buttons */
            border-radius: 50%; /* Circular buttons */
            display: flex;
            justify-content: center;
            align-items: center;
            transition: background 0.3s; /* Smooth background change */
        }

        .dev-h-lightbox-button.left {
            left: 10px;
        }

        .dev-h-lightbox-button.right {
            right: 10px;
        }

        .dev-h-lightbox-button:hover {
            background: rgba(255, 255, 255, 0.8); /* Lighten on hover */
        }

        .swiper-button-next,
        .swiper-button-prev {
            color: #fff; /* Arrow color */
            width: 40px; /* Arrow size */
            height: 40px; /* Arrow size */
            top: 50%; /* Center vertically */
            transform: translateY(-50%);
            z-index: 10; /* Ensure arrows are on top */
            background: rgba(0, 0, 0, 0.5); /* Background for slider buttons */
            border-radius: 50%; /* Circular buttons */
            display: flex;
            justify-content: center;
            align-items: center;
            transition: background 0.3s; /* Smooth background change */
        }

        .swiper-button-next::after,
        .swiper-button-prev::after {
            font-size: 20px; /* Font size for arrows */
        }

        .swiper-button-next:hover,
        .swiper-button-prev:hover {
            background: rgba(0, 0, 0, 0.8); /* Darken on hover */
        }

        .dev-h-thumbnail-slider .swiper-button-next,
        .dev-h-thumbnail-slider .swiper-button-prev {
            top: 75%;
        }

       .swiper-button-prev > svg,.swiper-button-next > svg {
		    width: 12px;
		} 

        /* Counter display */
        .lightbox-counter, #main-slider-counter {
            position: absolute;
            top: 15px;
            left: 15px;
            color: white;
            font-size: 16px;
            z-index: 10;
            background: #0000008f;
            padding: 5px 10px;
            letter-spacing: 4px;
            border-radius: 10px;
        }

        .dev-h-youtube {
            padding: 0 0 10px 0;
        }
        
        /* Responsive adjustments for thumbnail arrows */
        @media (max-width: 768px) {
            .swiper-button-next,
            .swiper-button-prev {
                width: 30px; /* Smaller size on mobile */
                height: 30px; /* Smaller size on mobile */
            }
            .swiper-button-next::after,
            .swiper-button-prev::after {
                font-size: 16px; /* Adjust font size */
            }
        }

        @media (max-width: 480px) {
            .swiper-button-next,
            .swiper-button-prev {
                width: 25px; /* Even smaller on very small screens */
                height: 25px; /* Even smaller on very small screens */
            }
            .swiper-button-next::after,
            .swiper-button-prev::after {
                font-size: 14px; /* Adjust font size */
            }
        }

.car-info-area {
    margin: 0 0 12px;
}

.dev-h-product-details-container {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.dev-h-pd-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    row-gap: 5px;
}

.dev-h-pd-title h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
}

span.dev-h-pd-model {
    font-size: 14px;
    font-weight: 500;
}

.dev-h-print-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dev-h-pd-list-detail-box {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #e87513;
    padding-bottom: 25px;
}

.dev-h-pd-list-detail-box {
    border-bottom: 2px solid #090979 !important;
}


.dev-h-pd-col-1, .dev-h-pd-col-2 {
    width: 50%;
}

.dev-h-current-price-con {
    display: flex;
    font-size: 18px;
    flex-direction: column;
    row-gap: 15px;
}

span.dev-h-label {
    display: block;
    width: 145px;
    font-size: 14px;
}

span.dev-h-final-price {
    color: green;
    font-size: 22px;
    font-weight: 600;
}

.dev-h-pd-quote-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    row-gap: 10px;
}

a.dev-h-quote-price-btn {
    width: 290px;
    background: #090979;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    font-size: 16px;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    border: 2px solid #090979;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.dev-h-quote-buy-btn {
    width: 290px;
    background: #222222;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    column-gap: 8px;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    border: #222222;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.dev-h-quote-price-btn:hover, a.dev-h-quote-price-btn:active, a.dev-h-quote-price-btn:hover, a.dev-h-quote-price-btn:focus {
    opacity: 0.85;
}



.dev-h-download-btn-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
}

.dev-h-download-btn-wrapper a {
    padding: 10px 20px;
    background: #090979;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #090979;
    display: inline;
    font-size: 12px;
    text-decoration: none;
}

.dev-h-specs {
    width: 100%;
    max-width: 100%;
    border: 0;
    padding-top: 15px;
    border-top: 1px solid #c4c4c4;
    margin-top: 10px;
}

.dev-h-spec-tile-con {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.dev-h-spec-tile-con > div:nth-child(1) span {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.pickup-specification {
    margin: 20px auto;
    text-align: center;
}

.pickup-specification table {
    margin: auto;
    height: 40px;
}

.pickup-specification table tr td:first-child {
    padding-left: 0;
}

.pickup-specification table tr:first-child td {
    padding-bottom: 7px;
    font-size: 13px;
}

.pickup-specification table tr td {
    border-right: 1px solid #E6E6E6;
    padding: 0 13px;
}

.pickup-specification table tr td:first-child {
    padding-left: 0;
}

.pickup-specification table tr .pickup-specification-text {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    max-width: 202px;
    word-break: break-all;
}

.pickup-specification table tr td {
    border-right: 1px solid #E6E6E6;
    padding: 0 13px;
}

.dev-h-full-specification > table tbody > tr {
    border: 1px solid #ccc;
    height: 30px;
    display: table-row;
}

.dev-h-full-specification > table tbody > tr > th {
    background: #f0f0f0;
    padding: 5px 10px;
    width: 140px;
    font-size: 13px;
}

.dev-h-full-specification > table tbody > tr > td {
    padding: 5px 10px;
    width: 152px;
    font-size: 13px;
}

.dev-h-full-specification {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}

.dev-h-features {
    width: 100%;
    padding: 0 !important;
}

span.standard-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.dev-h-features table {
    width: 100%;
}

.attached_on {
    padding: 4px 12px 5px;
    text-align: center;
    background-color: #00d4ff70;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    height: 27px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
}

.attached_off {
    color: #A7A7A7;
    background-color: #F3F3F3;
    padding: 4px 12px 5px;
    text-align: center;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    height: 20px;
    border-radius: 4px;
    font-size: 13px;
}

.specification-comment p span {
    font-weight: 600;
}

.specification-comment {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 13px;
}

.dev-h-contact-info-sec h2 {
    font-size: 23px;
    padding: 10px 5px;
    border-bottom: 3px solid #090979;
    margin-bottom: 29px;
    font-weight: 600;
    text-align: center;
}

.dev-h-contact-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 30px;
}

.dev-h-contact-col-1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-info-coc {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-info-coc img {
    display: block;
    width: 100%;
    max-width: 230px;
}

.dev-h-contact-col-2 {
    width: 100%;
    margin: 0 auto;
}

.dev-h-contact-info-row {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    row-gap: 20px;
    max-width: 700px;
}

.dev-h-contact-info-row li {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    row-gap: 10px;
    align-items: center;
}

.dev-h-contact-col-2 li {
    width: 33.33%;
}

.dev-h-contact-col-2 li a {
    font-size: 12px;
    text-decoration: none;
}

.dev-h-product-list > div > div > div > div > a
 {
    display: block;
}

.dev-h-product-list a {
    text-decoration: none;
}

.dev-h-product-list > div > div > div > div:nth-child(3) p {
    font-size: 13px;
}

.dev-h-product-list > div > div > div > div:nth-child(3) > div {
    font-size: 15px;
    color: darkgreen;
    font-weight: bold;
}

.dev-h-product-list > div > div > div > div > a > button {
    font-size: 12px;
}

.btn-danger {
    background-color: black;
    border: 1px solid black;
    transition: 0.5s;
    background-size: 200% auto !important;
}

.thumb-icon {
    background-image: url(https://vigoasia.com/images/stocklist/thumb-icon.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 15px;
    height: 16px;
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

.dev-h-product-list .row {
    margin: 0;
}

.dev-h-product-list {
    margin-bottom: 70px;
}

.dev-h-quotation-wrapper {
    width: 100%;
    margin: 15px 0 0 0;
}

.dev-h-quotation-wrapper > form {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.quotation-step-1-container {
    border: 1px solid;
}

.quotation-step-1 {
    width: 100%;
    max-width: 100%;
    display: flex;
}

h2.dev-h-headline {
    display: flex;
    column-gap: 10px;
    font-size: 16px !important;
    margin: 0px;
    padding: 10px;
    background: #8fecff7d;
    width: 100%;
    margin-bottom: 5px;
}

.dev-h-headline-subtitle {
    font-size: 15px;
    display: flex;
    align-items: center;
    font-weight: 600;
    column-gap: 5px;
    padding: 10px 10px;
    margin: 0;
}

.select2-container {
    width: 100% !important;
    max-width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: gray;
    font-size: 14px;
}

.dev-h-orderform-textarea textarea {
    font-size: 14px;
    display: flex;
    padding: 5px 10px;
}

.select2-container--default .select2-selection--single
 {
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 0;
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 33px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #090979 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #090979 transparent;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #8fecff;
    color: black;
    font-size: 13px;
}

.select2-results__option--selectable {
    cursor: pointer;
    font-size: 13px;
}

.dev-h-titles-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.dev-h-titles-wrapper span:nth-child(1)
 {
    font-size: 14px;
    font-weight: 600;
}

.dev-h-titles-wrapper span {
    display: flex;
    align-items: center;
    font-size: 12px;
    column-gap: 5px;
}

.dev-h-countryselectwrapper {
    padding: 0 10px;
}


/* Table Container */
.dev-h-quotetablearea {
    margin: 0;
    overflow-x: auto;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Base Table Styling */
.dev-h-quotetablearea table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    overflow: hidden;
}

/* Header Styling */
.dev-h-quotetablearea thead {
    background-color: #2d3436;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
}

.dev-h-quotetablearea th, .dev-h-quotetablearea td {
    padding: 5px;
    text-align: center;
    font-size: 11px;
    border: 1px solid #2d3436;
}

/* Row Hover Effect */
.dev-h-quotetablearea tbody tr:hover {
    background-color: #f8f9fa;
    transition: background 0.3s ease;
}

/* Specific Cell Styling */
.dev-h-quotetablearea th {
    font-weight: 600;
}

#port-price span {
    font-weight: 600;
    color: red;
    font-size: 12px;
}

.dev-h-quotetablearea label {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #2d3436;
    justify-content: center;
}

.dev-h-quotetablearea th:nth-child(1) {
    border-left: none;
}

.dev-h-quotetablearea th:nth-child(2) {
    border-right: none;
}

tbody#quote_table_data tr td:nth-child(1) {
    border-left: none;
}

tbody#quote_table_data tr td:nth-child(2) {
    border-right: none;
}


.dev-h-quotetablearea input[type="radio"]
 {
    accent-color: #090979;
    width: 12px;
    height: 12px;
}

.dev-h-totalprice-wrapper {
    padding: 7px 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.dev-h-totalprice-wrapper span {
    font-weight: 700;
    font-size: 16px;
}

#selected_total_price {
    display: flex;
    gap: 8px;
}

#selected_total_price span:nth-child(2) {
    color: darkgreen;
}

.quotation-step-2-btn-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 10px;
}

.quotation-step-2-btn-wrapper a {
    font-size: 14px;
    border: 1px solid gray;
    min-height: 40px;
    width: 50%;
    border-top: 3.5px solid gray;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    color: gray;
}

.dev-h-is-active {
    background: white;
    border-top: 3.5px solid #090979 !important;
    color: #090979 !important;
}

.dev-h-loginform {
  display: none;
}

.quotation-step-2-container {
    border: 1px solid;
}

.dev-h-orderform-container {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding: 0 11px;
    margin-bottom: 15px;
}

.dev-h-orderform-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 8px;
}

.dev-h-orderform-group {
    width: 49%;
    display: flex;
    flex-direction: column;
}

.dev-h-orderform-textarea {
    width: 100%;
}

.dev-h-orderform-group label {
    font-size: 12.5px;
    font-weight: 600;
    margin-bottom: 2px;
}

.dev-h-orderform-group input {
    font-size: 14px;
    min-height: 35px;
    border: 1px solid black;
    padding: 5px 10px;
}

.dev-h-btn-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.dev-h-submit-btn {
    width: 100%;
    border: 1px solid black;
    background: black;
    color: white;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: 600;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.dev-h-whatsapp-btn {
    width: 100%;
    border: 1px solid #059669;
    background: #059669;
    color: white;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: 600;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.dev-h-login-container {
        width: 100%;
        padding: 10px 11px 20px 11px;
        border-radius: 16px;
}

    .dev-h-login-form-group {
        margin-bottom: 10px;
        position: relative;
    }

    .dev-h-login-form-group:nth-child(2) {
        margin-bottom: 20px;
    }    

    .dev-h-login-form-group label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    }

    .dev-h-login-input {
        width: 100%;
        font-size: 13px;
        min-height: 35px;
        border: 1px solid black;
        padding: 5px 10px;
        cursor: pointer;
        transition: 0.3s;
    }

    .dev-h-login-input:focus {
        border-color: #090979;
        box-shadow: 0 0 5px rgba(102,126,234,0.3);
        outline: none;
    }

    .dev-h-error {
        color: #e74c3c;
        font-size: 12px;
        margin-top: 5px;
    }

    .dev-h-password-wrapper {
        position: relative;
    }

    .dev-h-toggle {
        position: absolute;
        top: 10px;
        right: 13px;
        left: auto;
        cursor: pointer;
        color: #888;
        font-size: 14px;
    }

    .dev-h-toggle:hover {
        color: #090979;
    }

    .dev-h-login-btn {
        width: 100%;
        border: 1px solid black;
        background: black;
        color: white;
        font-size: 16px;
        padding: 5px 10px;
        font-weight: 600;
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dev-h-login-btn:hover, .dev-h-submit-btn:hover, .dev-h-whatsapp-btn:hover {
        opacity: 0.8;
    }

    .forget-registerd-wrapper {
        width: 100%;
        padding: 5px 15px 0px 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 10px;
        font-size: 13px;
        margin-top: 10px;
    }    

    .forget-registerd-wrapper a {
        font-size: 13px;
        color: #090979;
        text-decoration: none;
    }    


    .quotation-step-3-container {
        border: 1px solid;
        margin-top: 20px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .quotation-step-3-wrapper {
        padding: 0px 10px 10px 10px;
    } 

    .quotation-step-3-wrapper ol {
        padding: 0;
        padding-left: 20px;
        margin: 0;
    } 
    
    .quotation-step-3-wrapper p {
    margin: 0;
    margin-bottom: 10px;
    padding-left: 5px;
    font-weight: 600;
}
     

.quotation-step-3-container h3 {
        display: flex;
        column-gap: 10px;
        font-size: 16px !important;
        margin: 0px;
        padding: 10px;
        background: #8fecff7d;
        width: 100%;
        margin-bottom: 10px;
        font-weight: 600;
} 

.dev-h-m-product-list-container h2 {
    font-size: 20px;
    border-bottom: solid 1px #090979;
    margin-bottom: 15px;
}

.dev-h-m-product-list-container h2 span {
    display: inline-block;
    padding: 0 0 3px;
    border-bottom: solid 3px #090979;
    font-weight: bold;
}

.dev-h-m-product-list-container h2 span a {
    text-decoration: none;
}

.dev-h-card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 10px;
    margin: 0 -5px;
}

.dev-h-card {
    padding: 0 5px;
    flex: 0 0 auto;
    width: 16.66666667%;
}

.dev-h-card-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.dev-h-card-header {
    width: 100%;
    display: flex;
}

.dev-h-card-header a
 {
    display: block;
}

.dev-h-card-body {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    margin-top: 5px;
}

.card-product-title {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.card-product-title a {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    text-decoration: none;
    display: flex;
    width: 100%;
    color: #090979;
}

.card-product-subtitle {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}

.card-product-price {
    font-size: 14px;
    color: darkgreen;
    font-weight: 700;
}

a.dev-h-card-quote {
    width: 100%;
    background: black;
    color: white;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    padding: 8px 5px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.5s;
}

a.dev-h-card-quote:hover {
    background: #090979;
}

.top-seemore {
    width: 100%;
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: flex-end;
}

.top-seemore a {
    display: block;
    background: black;
    color: white;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.5s;
}

.top-seemore a:hover {
    background: #090979;
}
