
#parentAccordion{
    position: relative;
}

.accordion[aria-expanded="true"] {
    position: relative;
}
.accordion-item{
    border: 1px solid rgba(0,0,0,.125);
    border-left: none;
    border-right: none;
}
.accordion-button,
.accordion-item{
    background-color: transparent;
}
.accordion-button:not(.collapsed) {
    color: #b50000;
    font-weight: 600;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    background: transparent;
    outline: 0;
    border: 1px solid #1e1d1dd1;
    box-shadow: none;
    /* box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); */
}


/* Tracking form */
.tracking_parent{
    position: relative;
    background-color: #fff;
    font-size: 15px;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.tracking_parent h4{
    color: #605670;
    font-weight: bold;
    font-size: 21px;
    line-height: 150%;
    letter-spacing: 3px;
    font-family: "Nunito", sans-serif;
    text-transform: capitalize;
}
.form-group label {
    font-size: 13px;
    font-weight: 700;
}
.form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dee2e6;
    font-size: 13px;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.form-group .form-control:focus, 
.form-group .form-control.active {
    border-color: #6c5805;
}
.form-group textarea {
    line-height: 25px;
    height: 120px;
    resize: none;
    overflow: hidden;
    padding: 15px 15px 15px 50px;
}
.form-group svg{
    width: 20px;
    height: 20px;
}

.form-group .icons,
.form-group svg {
    position: absolute;
    top: 35px;
    left: 20px;
    line-height: 86px;
    font-size: 18px;
}
.btn_start_track {
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-weight: 700;
    color: #e7f1ff;
    /* background: #4c1b8e;
    border: 1px solid #4c1b8e; */
    padding: 8px 20px;
    outline: none;
    border-radius: 10px;
    letter-spacing: 0.8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn_start_track:hover,
.btn_start_track:focus{
    color: #e7f1ff;
    /* background: #4c1b8e; */
}
/* End tracking form */


/* How to begin section */
.how_to_begin {
    padding: 50px 20px 200px 20px;
}
.tracking_header {
    position: relative;
    text-align: center;
    z-index: 3;
}
.tracking_header h2 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.tracking_header h2::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background: #000;
    left: 0px;
    top: 30px;
}
.content-div,
.content-div p {
    position: relative;
    font-size: 16px;
}
/* End How to begin section */

/* Tracking  */
.tracking-section {
    padding: 10.5em 0px 40px 0px;
}

.track-now {
    text-align: right;
}


.tracking-main {
    position: relative;
    margin: 0 0 40px;
    border-bottom: 1px solid #d7dce3;
    transition: 0.1s ease-in-out all;
}

.tracking-main .estimate {
    font-size: 18px;
    margin: 0;
}

.tracking-main .estimate span {
    font-size: 14px;
}

.tracking-main .tracking-progress {
    position: relative;
    list-style: none;
}

.tracking-holder {
    position: relative;
    display: flex;
    justify-content: space-around;
}

.tracking-main .progress-float {
    position: absolute;
    content: "";
    height: 15px;
    width: 100%;
    margin-top: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(245, 158, 11, 0.18);
    border-radius: 5px;
    box-shadow: rgba(103, 113, 133, 0.2) 5px 7px 15px -2px !important;
}

.tracking-main .percent::before {
    content: "";
    height: 15px;
    width: 70%;
    margin-top: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background: #f59e0b;
    border-radius: 5px;
}

.tracking-main .percent::after {
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    border-radius: 100px;
    border: 5px solid #f59e0b;
    background: #fff;
    top: 0;
    left: calc(70% - 15px);
    /* background-image: url(../images/news.svg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    z-index: 5;
}

.tracking-main .delivered::before {
    background: #268d02;
}

.tracking-main .delivered::after {
    border: 5px solid #268d02;
}

.tracking-main .exception::before {
    background: #013e95;
}

.tracking-main .exception::after {
    border: 5px solid #000000;
}

.tracking-main .tracking-progress li {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 30px;
    font-size: 12px;
    text-transform: capitalize;
    z-index: 2;
}

.tracking-main .tracking-progress li::before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 100px;
    position: absolute;
    margin-top: -17.5px;
    left: 50%;
    top: 0;
    background: rgba(245, 158, 11, 0.31);
    z-index: 2;
}

.tracking-main .tracking-progress li.active::before {
    background: #fff;
}

@media (max-width: 767px) {
    .tracking-main .progress-float {
        height: 13px;
        margin-top: 13px;
    }
    .tracking-main .percent::before {
        height: 13px;
        margin-top: 13px;
    }
    .tracking-main .percent::after {
        top: 5px;
        width: 25px;
        height: 25px;
    }
    .tracking-main .tracking-progress li::before {
        margin-top: -14.5px;
        height: 8px;
        width: 8px;
    }
}

.tracking-main .tracking-progress li:first-child {
    text-align: left;
    padding-left: 5px;
}

.tracking-main .tracking-progress li:first-child::before {
    left: 4%;
}

.tracking-main .tracking-progress li:nth-child(2) {
    text-align: center;
}

.tracking-main .tracking-progress li:nth-child(2)::before {}

.tracking-main .tracking-progress li:last-child {
    text-align: right;
    padding-right: 5px;
}

.tracking-main .tracking-progress li:last-child::before {
    left: inherit;
    right: 4% !important;
}

.status-progress {
    position: relative;
}

.status-progress::before {
    content: "";
    position: absolute;
    height: calc(100% - 0px);
    width: 1px;
    background: #a09898;
    top: 5px;
    bottom: 0;
    left: 2px;
}

.status-float {
    position: absolute;
}

.status-holder {
    position: relative;
    padding-left: 30px;
}

.status-holder li {
    position: relative;
}

/* new layout added */
.status-holder li.bg:not(:first-child) {
    background: rgb(242 242 245);
    border-radius: 7px;
    padding: 10px;
}
.status-holder li.bg:not(:first-child)::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #f2f2f2;
    border-right-color: rgb(242 242 245);
}
.left_panel{
    position: relative;
}
.left_panel .package,
.left_panel .location{
    position: inherit;
    background: var(--white);
    padding: 20px;
    margin: 0 20px;
    list-style: none;
    border-radius: 10px;
    box-shadow: var(--box-shadow-7);
}
.left_panel .location{
    margin: 0 20px 30px;
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
}
.left_panel .location svg,
.left_panel .package svg{
    width: 50px;
    height: 50px;
}
.left_panel .location li span,
.left_panel .package li span{
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.left_panel .location li small,
.left_panel .package li small{
    font-size: 16px;
    font-weight: normal;
}
.left_panel .package li:not(:last-child){
    margin: 0 0 20px;
}
.track_btns{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background: var(--white);
    bottom: -40px;
    left: 0px;
    gap: 10px;
    padding: 8px 15px;
    border-radius: 0 0 10px 10px;
    z-index: 2;
}
.track_btns svg{
    width: 20px;
    height: 20px;
}
.track_btns .activity_btn{
    border: none;
    cursor: pointer;
    height: 38px;
    padding: 0;
    background-color: transparent;
    position: relative;
    border-radius: 5px;
    padding: 6px 15px;
}
.track_btns .activity_btn .btn_text{
    /* font-weight: 600; */
    font-size: 14px;
}
.track_btns .activity_btn.bg1{
    background-color: rgba(0, 122, 255, 0.1);
    color: #007aff;
}
.track_btns .activity_btn.bg1 svg{
    fill: #007aff;
}
.track_btns .activity_btn.bg2{
    background-color: rgba(0, 0, 0, 0.85);
    color: #f8f8f8;
}
.track_btns .activity_btn.bg2 svg{
    fill: #f8f8f8;
}
.btn_icon_forward{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #b37a03;
    width: 35px;
    height: 35px;
    right: 15px;
    top: 30%;
    padding: 5px;
    border-radius: 100px;
    box-shadow: var(--box-shadow-5);
}
.btn_icon_forward svg{
    width: 18px;
    height: 18px;
    color: #e3dcce;
}
.method {
    background-image: url(../images/bg/bg-img.png) !important;
    background-attachment: initial !important;
    background-position: right !important;
    background-size: 100% 400px !important;
    background-repeat: no-repeat !important;
}
.method:hover {
    background: #F2F5FF;
    border: 1.4px solid #0D6EFD;
}
.method .wrapper img{
    filter: grayscale(40%);
}

@media (max-width: 767px) {
    .left_panel{
        margin: 50px -15px 0;
    }
}
/* end new layout added */

.status-holder li:not(:last-child) {
    margin-bottom: 30px;
}

.status-holder li::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 100px;
    background: #a09898;
    left: -30px;
    top: 10px;
}

.status-holder li.active::before {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #a09898;
    color: #a09898;
    left: -40px;
    top: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    z-index: 5;
}

.status-holder li.address::before {
    background: #eee9e9;
    background-image: url(../images/status/home-address.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.status-holder li.delivered::before {
    background: #039403;
    border: 2px solid #039403 !important;
    background-image: url(../images/status/checked.svg);
}

.status-holder li.outfordelivery::before {
    border: 2px solid #f59e0b !important;
    background-image: url(../images/status/car-delivery.svg);
}

.status-holder li.inforeceived::before {
    background-image: url(../images/status/pending.svg);
}

.status-holder li.intransit::before {
    height: 10px;
    width: 10px;
    background: #fff;
    border: 1px solid #078bbd;
    left: -32.9px;
    top: 5px;
}

.status-holder li.exception::before {
    height: 12px;
    width: 12px;
    background: #fff;
    border: 5px solid #000000;
    left: -34px;
    top: 5px;
}

.status-holder .address-holder {
    font-family: Quicksand;
    font-size: 16px;
}

.status-holder p {
    margin: 0;
    font-weight: 700;
    font-family: Raleway;
}

.status-holder span,
.status-holder small {
    display: block;
    font-size: 12px;
}

.order_success {
    max-width: 700px;
    margin: auto;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}

.order_success>h3 {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px;
    font-weight: bold;
    font-size: 17px;
    margin: 0;
}

.order_success_body {
    padding: 40px 20px;
}

.order_success_icon {
    color: #49b86c;
    width: 140px;
    height: 140px;
    margin: 10px auto 30px;
    justify-content: center;
    border-radius: 50%;
    border: 5px solid #49b86c;
}

.order_success_icon svg {
    width: 70px;
    height: 70px;
}

.order_success_msg {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.order_success_foot {
    padding: 0 20px;
}

.order_success_table {
    border: 1px solid #e2e2e2;
    margin: 20px 0 40px;
    border-radius: 5px;
}

.order_success_table li {
    padding: 9px;
    font-size: 15px;
}

.order_success_table li:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
}

.order_success_foot .btn {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 220%;
}
/* End tracking */


@media(max-width: 767px){
    .tracking_parent h4{
        font-size: 14px;
        text-transform: uppercase;
    }
    .tracking_header h2{
        display: block;
        text-align: left;
        font-size: 18px;
    }
    .lottie-track{
        height: 100px !important;
    }
}

/* Modern Hero Section Styles */
.hero-tracking-modern {
    position: relative;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 80px 0 100px;
    overflow: hidden;
}

.hero-tracking-modern::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(208, 135, 18, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-text {
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, #d08712 0%, #f59e0b 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(208, 135, 18, 0.2);
}

.hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
}

.hero-description {
    font-size: 18px;
    color: #666;
    line-height: 1.7;
    margin: 0 0 30px 0;
    max-width: 500px;
}

.hero-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333;
    font-size: 16px;
}

.feature-item svg {
    color: #d08712;
    flex-shrink: 0;
}

.hero-image {
    position: relative;
    animation: fadeInRight 0.8s ease-out 0.2s both;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-wrapper picture {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-image-wrapper img {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
    animation: float 6s ease-in-out infinite;
    -webkit-animation: float 6s ease-in-out infinite;
    z-index: 2;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.hero-image-wrapper img.fallback-img {
    opacity: 0.9;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.hero-image-decoration {
    display: none;
}

@keyframes pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.3;
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-image {
        order: -1;
    }

    .hero-image-decoration {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 767px) {
    .hero-tracking-modern {
        padding: 50px 0 60px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-badge {
        font-size: 12px;
        padding: 6px 16px;
    }

    .feature-item {
        font-size: 14px;
    }

    .hero-image-decoration {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-features {
        gap: 12px;
    }

    .feature-item svg {
        width: 16px;
        height: 16px;
    }
}

/* Modern Generic Tracking Hero Section */
.hero-generic-modern {
    position: relative;
    background: linear-gradient(to bottom right, #f9fafb 0%, #ffffff 50%, #f3f4f6 100%);
    padding: 80px 0;
    overflow: hidden;
    min-height: 85vh;
    display: flex;
    align-items: center;
}

.hero-generic-modern::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -15%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(208, 135, 18, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-generic-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

.hero-generic-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.hero-generic-text {
    animation: fadeInUp 0.8s ease-out;
}

.hero-generic-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #d08712 0%, #f59e0b 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(208, 135, 18, 0.25);
}

.pulse-indicator {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    animation: pulseGlow 2s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}

.hero-generic-title {
    font-size: 56px;
    font-weight: 800;
    color: #111827;
    line-height: 1.1;
    margin: 0 0 24px 0;
    letter-spacing: -1.5px;
}

.hero-generic-accent {
    background: linear-gradient(135deg, #d08712 0%, #f59e0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-generic-description {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0 0 40px 0;
    max-width: 520px;
}

.hero-generic-form {
    margin-bottom: 32px;
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 8px 8px 8px 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.search-input-wrapper:focus-within {
    border-color: #d08712;
    box-shadow: 0 0 0 4px rgba(208, 135, 18, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}

.search-icon {
    color: #9ca3af;
    margin-right: 12px;
    flex-shrink: 0;
}

.search-input-modern {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    color: #111827;
    background: transparent;
    padding: 12px 8px;
}

.search-input-modern::placeholder {
    color: #9ca3af;
}

.search-btn-modern {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #d08712 0%, #f59e0b 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.search-btn-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 20px -5px rgba(208, 135, 18, 0.4);
}

.search-btn-modern:active {
    transform: translateY(0);
}

.search-btn-modern svg {
    transition: transform 0.3s ease;
}

.search-btn-modern:hover svg {
    transform: translateX(4px);
}

.hero-generic-features {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.feature-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    font-size: 14px;
    color: #374151;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.feature-badge svg {
    color: #d08712;
    flex-shrink: 0;
}

.hero-generic-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInRight 0.8s ease-out 0.2s both;
}

.image-decoration-circle {
    display: none;
}

@keyframes rotateCircle {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.hero-tracking-img {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.1));
    animation: floatGentle 6s ease-in-out infinite;
    -webkit-animation: floatGentle 6s ease-in-out infinite;
    z-index: 2;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.hero-tracking-img.fallback-img {
    opacity: 0.9;
}

.hero-generic-image picture {
    display: block;
    width: 100%;
    height: 100%;
}

@keyframes floatGentle {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Cross-browser image compatibility */
picture {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

/* GIF and animation support */
.tracking_not_available img,
.tracking_not_available picture {
    display: block;
    margin: 0 auto;
    image-rendering: auto;
}

.tracking_not_available picture {
    text-align: center;
}

/* SVG fallback and compatibility */
svg {
    vertical-align: middle;
    overflow: hidden;
}

/* IE11 and older browser support */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .hero-image-wrapper img,
    .hero-tracking-img {
        width: auto;
        max-width: 100%;
    }
}

/* Firefox specific fixes */
@-moz-document url-prefix() {
    .hero-image-wrapper img,
    .hero-tracking-img {
        image-rendering: auto;
    }
}

/* Safari specific fixes */
@supports (-webkit-appearance: none) {
    .hero-image-wrapper img,
    .hero-tracking-img {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
    }
}

.floating-stat {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    padding: 16px 20px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 3;
    animation: floatStat 4s ease-in-out infinite;
}

.floating-stat-1 {
    top: 15%;
    left: -10%;
    animation-delay: 0s;
}

.floating-stat-2 {
    bottom: 20%;
    right: -5%;
    animation-delay: 2s;
}

@keyframes floatStat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
}

.stat-icon-wrapper {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(208, 135, 18, 0.1) 0%, rgba(245, 158, 11, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon-wrapper svg {
    color: #d08712;
}

.stat-content {
    display: flex;
    flex-direction: column;
}

.stat-value {
    font-size: 24px;
    font-weight: 800;
    color: #111827;
    line-height: 1;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-generic-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .hero-generic-title {
        font-size: 48px;
    }

    /* Hide image section on tablets and mobile */
    .hero-generic-image {
        display: none;
    }

    .image-decoration-circle {
        width: 350px;
        height: 350px;
    }

    .floating-stat-1 {
        top: 10%;
        left: 0;
    }

    .floating-stat-2 {
        bottom: 10%;
        right: 0;
    }
}

@media (max-width: 768px) {
    .hero-generic-modern {
        padding: 60px 0;
        min-height: auto;
    }

    .hero-generic-container {
        padding: 0 20px;
    }

    .hero-generic-title {
        font-size: 40px;
    }

    .hero-generic-description {
        font-size: 16px;
    }

    .search-input-wrapper {
        flex-direction: column;
        align-items: stretch;
        padding: 12px;
        gap: 12px;
    }

    .search-icon {
        position: absolute;
        left: 24px;
        top: 24px;
    }

    .search-input-modern {
        padding: 14px 14px 14px 40px;
    }

    .search-btn-modern {
        width: 100%;
        justify-content: center;
        padding: 16px;
    }

    .hero-generic-features {
        flex-direction: column;
    }

    .feature-badge {
        width: 100%;
        justify-content: center;
    }

    /* Hide image section on mobile */
    .hero-generic-image {
        display: none;
    }

    .image-decoration-circle {
        width: 280px;
        height: 280px;
    }

    .floating-stat {
        padding: 12px 16px;
        gap: 10px;
    }

    .stat-icon-wrapper {
        width: 40px;
        height: 40px;
    }

    .stat-icon-wrapper svg {
        width: 20px;
        height: 20px;
    }

    .stat-value {
        font-size: 20px;
    }

    .stat-label {
        font-size: 11px;
    }

    .floating-stat-1 {
        top: 5%;
        left: 5%;
    }

    .floating-stat-2 {
        bottom: 5%;
        right: 5%;
    }
}

@media (max-width: 480px) {
    .hero-generic-title {
        font-size: 32px;
    }

    .hero-generic-badge {
        font-size: 12px;
        padding: 8px 16px;
    }

    .floating-stat {
        padding: 10px 12px;
        gap: 8px;
    }

    .stat-icon-wrapper {
        width: 36px;
        height: 36px;
    }

    .stat-value {
        font-size: 18px;
    }

    .stat-label {
        font-size: 10px;
    }
}