.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;
}


/* Quote Form CSS */

#list-center {
    width: 100%;
    position: relative;
    margin: 15px auto;
}

.step1-area {
    margin: 0 0 20px;
    border: solid 1px #888;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.step1-area .area-headline,
.step2-area .area-headline {
    color: #000000;
    background: #ffcf8226;
    margin: 0 0 8px;
    padding: 8px;
    font-size: 20px;
}

.dev-h-heading {
    font-size: 15px;
    display: flex;
    align-items: center;
    font-weight: 600;
    column-gap: 5px;
}

.dev-h-heading .red {
    display: none !important;
}

select#country_id {
    min-height: 30px;
    border-radius: 5px;
    font-size: 13px;
}

.dev-h-steps_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}

.step1-area {
    margin: 0 0 20px;
    border: solid 1px #888;
}


ul.service-legend-list {
    padding: 0;
}

.service-legend-list li {
    margin: 0 0 4px;
    list-style: none;
    font-size: 12px;
}

.step1-area .quote-table-area {
    clear: both;
}

.step1-area .quote-table {
    width: 100%;
    background: #fff;
    border: solid 1px #bfbfbf;
    border-right: none;
    border-left: none;
}

.step1-area .th-arrival-port {
    border-left: none;
}

.step1-area thead th {
    padding: 4px 2px;
    text-align: center;
    line-height: 1.3;
    border-bottom: solid 1px #bfbfbf;
    border-left: solid 1px #bfbfbf;
    font-size: 12px;
}

.dev-h-total-cnf-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 8px 20px;
}

.step1-area tbody th {
    border-bottom: solid 1px #bfbfbf;
    border-right: 1px solid #bfbfbf;
    padding: 4px 3px;
    font-size: 12px;
}

.step1-area tbody td {
    padding: 4px;
    border-left: dotted 1px #bfbfbf;
    border-bottom: dotted 1px #bfbfbf;
    font-size: 12px;
}

.dev-h-total-cnf-col span {
    font-size: 18px;
}

.step1-area .service-details-cell img {
    margin: 0 2px 0 0;
    vertical-align: top;
}

.destination-selected {
    color: #f00;
    font-weight: 500;
    display: flex;
    justify-content: center;
    font-size: 13px !important;
}

.step1-area tbody tr:nth-child(even) td {
    background: #f2f2f2;
}

td.fn-harbor-insurance {
    text-align: center;
}

.step1-area td label {
    font-size: 12px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}

#mgt input {
    padding: 5px 10px;
}

.service-promo-area {
    background: #f3f8ff;
}

.promotion-step2 {
    background-color: #fff;
    border-top: solid #BFBFBF 1px;
}

.total-price-discount-area-wrap {
    border-top: dotted #BFBFBF 1px;
    padding: 0px 18px 14px;
}

.total-price-discount-area span {
    font-size: 18px;
}

.dev-h-total-cnf-col #selected_total_price {
    color: #008000;
    font-weight: bold;
}

span.price-total {
    float: left;
    font-weight: bold;
}

span.price-quotation {
    display: inline-block;
    font-weight: bold;
    padding-right: 8px;
}

.step2-area {
    margin: 0 0 20px;
    border: solid 1px #888;
}

#list-center .inquiry {
    padding: 0px 7px 0px 7px;
}

.step2-area .inquiry-switch .inquiry-switch-nav {
    padding: 16px 11px 0;
    overflow: hidden;
}

.step2-area .inquiry-switch .button:first-child {
    border-right: none;
}

.step2-area .inquiry-switch .button.is-active {
    color: #090979;
    background-color: #fff;
    border-top: solid 4px #090979;
    border-bottom: none;
    cursor: pointer;
}

.step2-area .inquiry-switch .button {
    width: 50%;
}

.step2-area .inquiry-switch .button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 43px;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    color: #666;
    font-size: 16px;
    text-align: center;
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-top: solid 4px #ccc;
    outline: none;
    line-height: 1;
    cursor: pointer;
}

#list-center .inquiry-order {
    padding: 0px 7px 0px 7px;
}

#list-center .inquiry .inquiry-left {
    color: #858585;
    font-weight: bold;
}

.step2-area .inquiry-order .inquiry-left {
    margin: 8px 0 0 11px;
    font-size: 13px;
    color: #858585;
    font-weight: bold;
}

.green {
    color: #008000;
}

div#inquiry-error {
    display: block;
    color: red;
    padding: 10px 0px 10px 20px;
    font-size: 19px;
    font-weight: 700;
}

.step2-area .user-info-table {
    width: 100%;
    margin: 6px 0 6px;
}

.step2-area .user-info-table tbody {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 10px !important;
}

.dev-h-step2 table input {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 35px;
    padding: 5px 10px !important;
    font-size: 14px;
}

table.user-info-table tr {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
}

.step2-area .user-info-table td {
    display: flex !important;
    flex-direction: column !important;
    width: 48% !important;
    margin: 0 !important;
    padding: 0 0 10px !important;
}

.dev-h-step2 .user-info-table td h3 {
    margin-bottom: 5px;
}

.step2-area .user-info-table td h3 {
    margin: 0 0 2px;
    font-size: 14px;
    font-weight: bold;
}

.red {
    color: #ff0000;
}

#mgt .step2-area .user-info-table td input,
#mgt .step2-area .user-info-table td select {
    font-size: 14px;
    height: 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #B5B5B5;
}

.dev-h-textarea {
    padding: 0 10px;
}

.dev-h-textarea>strong {
    font-size: 15px;
}

table.user-info-table select {
    width: 100% !important;
    font-size: 14px;
    padding: 5px 10px !important;
}

.dev-h-textarea textarea {
    height: 81px !important;
    width: 100%;
    align-content: center;
    overflow: auto;
}

.dev-h-order-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    margin: 10px 0 20px 0;
}

.order-now-button {
    text-align: center;
    all: unset;
    width: 48%;
}

.order-now-button span {
    display: flex;
    width: 100% !important;
}

.dev-h-order-btn span button {
    padding: 15px 20px;
    font-size: 14px;
    margin: 0;
}

.order-now-button span a {
    display: flex;
    width: 100%;
    column-gap: 5px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    min-height: 46px;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    background-color: #059669;
    color: white;
    text-decoration: none;
}

.button-lg {
    display: block;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.01em;
    height: auto;
    line-height: 1;
    padding: 17px 0;
    color: #FFF !important;
    background-color: black;
    margin: 6px 0;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    vertical-align: middle;
    border: none;
    border-radius: 4px;
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    overflow: hidden;
}

.dev-h-order-btn span button:hover {
    opacity: 0.8;
}

.order-now-button span a:hover {
    opacity: 0.8;
}

#list-center .step2-area .inquiry-login {
    padding: 8px 7px 14px 7px;
    text-align: center;
}

.step2-area #login-error {
    display: none;
    width: 300px;
    font-size: 14px;
    margin: 23px auto 0;
}

.step2-area .user-info-table.login-table {
    width: 300px;
    margin: 10px auto 0;
}

.step2-area .login-table tbody {
    display: flex !important;
    width: 100% !important;
    flex-direction: column !important;
    padding: 0 !important;
}

.step2-area .login-table tbody tr {
    width: 100% !important;
    max-width: 100% !important;
}

.step2-area .login-table tbody tr td {
    width: 100% !important;
}

.step2-area .inquiry-login>.button-area {
    text-align: center;
    display: flex;
    justify-content: center;
}

.step2-area .inquiry-login>.button-area>button {
    width: 300px;
    font-size: 14px;
    height: auto;
    padding: 15px 20px;
}

.forget-registerd-wrapper {
    width: 100%;
    padding: 5px 15px 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    font-size: 13px;
}

.inquiry-login {
    padding: 20px 20px;
}

.inquiry-login {
    display: none;
}

.step3-area {
    border: solid 1px #888;
}

.step3-area .area-headline {
    padding: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: #919191;
}

.step3-area .black {
    color: #555;
    margin: 0 22px;
}

.step3-area p {
    padding: 8px;
    color: #475a78;
    font-weight: bold;
}

.step3-area .order-flow {
    padding: 0 20px 4px;
}

.step3-area .order-flow li {
    margin: 0 22px 8px;
    color: #555;
    line-height: 1em;
    list-style-type: decimal;
}

.step3-area p,
.step3-area ol li {
    font-size: 14px;
}

.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;
}

.dev-h-product-list .row {
    margin: 0;
}

.dev-h-product-list {
    margin-bottom: 70px;
}

.headline {
    background-image: linear-gradient(to right, #090979 0%, #00D4FF 51%, #090979 100%) !important;
    padding: 10px 0 10px 10px !important;
    color: white;
}

.thumb-icon {
    background-image: url(../../../images/detail_page_icon/thumb-icon.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 15px;
    height: 16px;
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}