@font-face {
    font-family: 'Bebas Neue';
    src: url('../steelbrace-hayabusa-font/bebas/BebasNeue-Regular.woff2') format('woff2'), url('../steelbrace-hayabusa-font/bebas/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bebas Neue", cursive;
}

img {
    display: block;
    max-width: 100%;
}

ul,
ol {
    list-style-type: none;
}

header {
    display: flex;
    gap: 20px;
    padding: 0px 40px;
    min-height: 68px;
    align-items: center;
    background: #fff;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 9;
}

.mrf-steel-menu ul {
    display: flex;
    gap: 12px;
}

.mrf-steel-menu ul li a {
    padding: 0 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-family: "Bebas Neue", cursive;
    text-decoration: none;
}


/* custom css code for swipper slider homepage */

#module {
    /* height: 515px; */
    overflow: hidden;
    /* ADD THIS - hides side slides */
    /* width: 1200px; */
    text-align: center;
    /* margin: auto; */
    border-radius: 25px;
    margin: 10px 40px 0 40px;
}

#module .swiper {
    border-radius: 25px;
}

#module .swiper .swiper-slide {
    flex-shrink: 0;
    width: 100% !important;
    /* height: 500px; */
    overflow: hidden;
    position: relative;
    border-radius: 25px;
}

#module .swiper .swiper-slide .parallax-bg {
    /* position: absolute;
  left: 0;
  top: 0; */
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

#module .swiper .swiper-slide .parallax-bg img,
#module .swiper .swiper-slide .parallax-bg video {
    /* position: absolute;
  top: 0;
  left: 0; */
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover;
  object-fit: cover; */
    -o-object-position: center;
    object-position: center;
}

.parallax-bg picture {
    /* position: absolute;
  top: 0;
  left: 0; */
    width: 100%;
    height: 100%;
}

.parallax-bg picture img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-position: center;
    display: block;
}

#module .swiper .swiper-nav {
    display: block;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1200px;
    max-width: 100%;
}

#module .swiper .swiper-nav div[class*="swiper-button"] {
    background-color: rgba(0, 0, 0, 0);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 9;
    cursor: pointer;
    border: none;
}

#module .swiper .swiper-nav div[class*="swiper-button"]::after {
    font-size: 20px;
}

#module .swiper .swiper-nav div[class*="swiper-button"]:hover {
    background-color: rgba(0, 0, 0, 0.3);
}


/* pagination */

#module .swiper .swiper-pagination {
    /* bottom: 2rem; */
    /* right: 50rem !important; */
    right: 50px;
    text-align: right;
    display: inline-block;
    width: auto;
    /* position: relative !important; */
}

#module .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #feffff66;
    opacity: 1;
    /* transition: all 1s ease-in; */
    margin: 0 4px;
    position: relative;
    overflow: hidden;
}

#module .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 60px !important;
    height: 6px !important;
    border-radius: 10px !important;
    background: #feffff66 !important;
    transition: width 0.3s ease, border-radius 0.3s ease;
}

#module .swiper .swiper-pagination .swiper-pagination-bullet-active::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ffffff;
    width: 10%;
    height: 70% !important;
    border-radius: 10px !important;
    background: #ffffffbf !important;
    animation: bulletProgress var(--autoplay-delay-main, 3000ms) linear forwards;
}

@keyframes bulletProgress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}


/* contact form css starts here */

.contact-form {
    /* background-color: blue; */
    /* height: 400px; */
    padding: 70px 40px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-section {
    max-width: 800px;
    width: 100%;
    text-align: center;
}

.form-section h2 {
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 1px;
    color: #111;
    margin-bottom: 12px;
}

.form-section p {
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #0b1215;
    margin-bottom: 32px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.form-card {
    background: #fafafa;
    border-radius: 16px;
    padding: 36px 40px;
    /* box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06); */
}

.form-grid {
    display: flex;
    /* grid-template-columns: 1fr 1fr; */
    gap: 24px;
    flex-wrap: wrap;
}

.form-group {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: calc((100% / 2) - 12px);
    position: relative;
}

.form-group label {
    font-size: 14px;
    color: #a0a0a0;
    margin-bottom: 4px;
    font-weight: 600;
    letter-spacing: 0.15px;
    font-style: normal;
    text-transform: capitalize;
}

.form-group label .required {
    color: #e02020;
    margin-left: 2px;
}

.form-group input,
.form-group select {
    padding: 12px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    /* width: 100%; */
    font-style: normal;
    letter-spacing: 0.15px;
    color: #0d0d0d;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
    appearance: none;
    -webkit-appearance: none;
    text-overflow: ellipsis;
}

.form-group input::placeholder {
    color: #aaa;
}

.select-drop {
    position: relative;
}

.select-drop img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
}

.form-group select {
    width: 100%;
    cursor: pointer;
}

.form-group select option {}


/* .form-group input:focus,
.form-group select:focus {
  border-color: #111;
} */

.select-wrapper {
    position: relative;
}

.select-wrapper select {
    width: 100%;
    cursor: pointer;
}

.select-wrapper::after {
    content: "▾";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #666;
    pointer-events: none;
}

.custom-select {
    position: relative;
    width: 100%;
    user-select: none;
}

.custom-select__selected {
    padding: 12px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.15px;
    color: #aaa;
    background: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: border-color 0.2s;
}

.select-icon {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease;
}

.custom-select.open .select-icon {
    transform: rotate(180deg);
}

.custom-select__options {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 100;
    overflow: hidden;
}

.custom-select.open .custom-select__options {
    display: block;
}

.custom-select__option {
    padding: 13px 16px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.15px;
    color: #222;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s;
}

.custom-select__option[data-value=""] {
    color: #aaa;
}

.custom-select__option:last-child {
    border-bottom: none;
}

.custom-select__option:hover {
    background: #f5f5f5;
}

.custom-select__option.selected {
    color: black;
}

.phone-input {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s;
}

.phone-input:focus-within {
    border-color: #111;
}

.phone-prefix {
    padding: 12px 4px 12px 14px;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #888;
    background: #fff;
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: 0.15px;
}

.phone-input input {
    border: none !important;
    border-radius: 0 !important;
    padding-left: 4px !important;
    flex: 1;
}

.phone-input input:focus {
    border: none;
}

.form-footer {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

.submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1.5px solid #e02020;
    border-radius: 8px;
    background: white;
    color: #e02020;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.15px;
}

.submit-btn:hover {
    background: #e02020;
    color: #fff;
}

.submit-btn .arrow {
    font-size: 16px;
    transition: transform 0.2s;
}

.submit-btn:hover .arrow {
    color: white;
    transform: translateX(3px);
}

.submit-btn:hover .submit-arrow {
    /* turns icon white */
    filter: brightness(0) invert(1);
}

.form-group input.error,
.form-group .phone-input.error,
.form-group .custom-select.error .custom-select__selected {
    border-color: #e02020;
}

.form-group .error-msg {
    display: none;
    color: #e02020;
    font-size: 13px;
    /* margin-top: 6px; */
    position: absolute;
    top: calc(100% + 1px);
}

.form-group .error-msg.visible {
    display: block;
}


/* contact form css ends here */


/* tyre details css starts here */

.tyre-details {
    padding: 80px 60px;
    background: #f5f5f5;
}

.tyre-details__title {
    font-family: "Bebas Neue", cursive;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    color: #111;
    margin-bottom: 24px;
    text-align: center;
}

.tyre-details__tabs-wrapper {
    text-align: center;
    margin-bottom: 24px;
}

.tyre-details__tabs {
    display: inline-flex;
    position: relative;
    background: #fff;
    border: 1.5px solid #f0f0f0;
    border-radius: 8px;
    /* padding: 4px; */
    gap: 0;
    /* margin-bottom: 28px; */
}

.tyre-details__tab-slider {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /* height: calc(100% - 8px); */
    background: #e02020;
    /* border-radius: 6px; */
    transition: transform 0.3s ease, width 0.3s ease;
    z-index: 0;
    border-radius: 6px 0 0 6px;
}

.tyre-details__tab {
    position: relative;
    z-index: 1;
    padding: 8px 28px;
    border: none;
    background: transparent;
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.15px;
    color: #000;
    cursor: pointer;
    border-radius: 6px;
    transition: color 0.3s ease;
}

.tyre-details__tab:first-of-type {
    border-radius: 6px 0 0 6px;
}

.tyre-details__tab:last-of-type {
    border-radius: 0 6px 6px 0;
}

.tyre-details__tab--active:last-of-type~.tyre-details__tab-slider,
.tyre-details__tabs:has( .tyre-details__tab:last-of-type.tyre-details__tab--active) .tyre-details__tab-slider {
    border-radius: 0 6px 6px 0;
    /* rear (last) */
}

.tyre-details__tab--active {
    color: #fff;
}

.tyre-details__tab:not(.tyre-details__tab--active):hover {
    background: #ffdfdf;
    transition: background 0.5s ease-in-out;
}

.tyre-details__tab span {
    display: inline-block;
    transition: transform 0.5s ease-in-out;
    font-family: inherit;
}

.tyre-details__tab:not(.tyre-details__tab--active):hover span {
    transform: translateY(-1px);
}

.tyre-details__panel {
    display: none;
}

.tyre-details__panel--active {
    display: block;
}

.tyre-details__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    /* max-width: 800px; */
    margin: 0 auto;
}

.tyre-details__image {
    width: 372px;
    /* object-fit: contain; */
}

.tyre-details__info {
    width: 570px;
}

.tyre-details__name {
    font-family: "Bebas Neue", "cursive";
    font-size: 28px;
    color: #000;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.15px;
    font-style: normal;
}

.tyre-details__size {
    color: #e02020;
}

.tyre-details__features {
    list-style-type: disc;
    padding-left: 18px;
    margin-bottom: 24px;
    font-style: normal;
}

.tyre-details__features li {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.6;
    font-style: normal;
}

.tyre-details__features li strong {
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.tyre-details__features li p {
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #0b1215;
}

.tyre-details__actions {
    display: flex;
    gap: 12px;
}

.tyre-details__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}

.tyre-details__btn--primary {
    background: #e02020;
    border: 1.5px solid #e02020;
    color: #fff;
}

.tyre-details__btn--primary:hover {
    background: #c01010;
    border-color: #c01010;
}

.tyre-details__btn--outline {
    background: #ffffff;
    border: 1.5px solid #e02020;
    color: #e02020;
}

.tyre-details__btn--outline:hover {
    background: #e02020;
    color: #fff;
}

.tyre-details__btn-icon {
    width: 16px;
    height: 16px;
}

.tyre-details__btn--primary .tyre-details__btn-icon {
    filter: brightness(0) invert(1);
}

.tyre-details__btn--outline:hover .tyre-details__btn-icon {
    filter: brightness(0) invert(1);
}


/* tyre details css starts here  */


/* galley css starts here */

.gallery-wrapper {
    /* background-color: red; */
    padding: 30px 0px 20px;
    overflow: hidden;
}

.gallery-wrapper>h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 24px;
}

#gallery-swiper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#gallery-swiper .myGallerySwiper {
    position: relative;
    width: 100%;
    height: 300px;
    /* from online code */
    overflow: hidden;
}

#gallery-swiper .swiper-wrapper {
    align-items: center;
}


/* FROM ONLINE CODE — scale transform instead of height change */

#gallery-swiper .swiper-slide {
    height: 239px;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transform: scale(0.9);
    /* inactive slides scaled down */
    position: relative;
}


/* Active slide scales up to full size */

#gallery-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1.1) !important;
}


/* Blur prev and next slides */

#gallery-swiper .swiper-slide-prev,
#gallery-swiper .swiper-slide-next {
    filter: blur(1px);
    transition: filter 0.3s ease;
}

#gallery-swiper .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* Pagination */

#gallery-swiper .swiper-pagination {
    position: relative !important;
    display: block;
    text-align: center;
    margin-top: 16px;
}

#gallery-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ed1c2440;
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 4px;
    position: relative;
    overflow: hidden;
}

#gallery-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 60px !important;
    height: 6px !important;
    border-radius: 10px !important;
    background: #ed1c2440 !important;
    /* position: relative; */
}

#gallery-swiper .swiper-pagination .swiper-pagination-bullet-active::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ed1c24;
    width: 10%;
    height: 70% !important;
    border-radius: 10px !important;
    background: #ed1c24bf !important;
    animation: bulletProgress var(--autoplay-delay, 3000ms) linear forwards;
}

@keyframes bulletProgress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}


/* Nav arrows */

#gallery-swiper .swiper-button-prev,
#gallery-swiper .swiper-button-next {
    color: white;
    top: 45%;
}

#gallery-swiper .swiper-button-prev::after,
#gallery-swiper .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
}


/* Tyre Popup */

.tyre-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.tyre-popup-overlay.visible {
    display: flex;
}

.tyre-popup {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    max-width: 900px;
    width: 85%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.tyre-popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    background: #f0f0f0;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.tyre-popup__close:hover {
    background: #e02020;
    color: #fff;
}

.tyre-popup__main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 280px; */
    /* max-height: 400px; */
}

.tyre-popup__main img {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
    transition: opacity 0.2s ease;
}

.tyre-popup__thumbs {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.tyre-popup__thumb {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    border: 2px solid #e0e0e0;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.tyre-popup__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.tyre-popup__thumb:hover {
    border-color: #e02020;
    transform: translateY(-2px);
}

.tyre-popup__thumb--active {
    border-color: #e02020;
    background: #fff5f5;
}

.tyre-details__image {
    /* cursor: zoom-in; */
    cursor: pointer;
}


/* popup on sucessfull submission of contact form */

.form-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.form-modal-overlay.visible {
    display: flex;
}

.form-modal {
    background: #fff;
    border-radius: 16px;
    padding: 40px 60px;
    max-width: 360px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.form-modal__icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #e02020;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
}

.form-modal__icon svg {
    width: 40px;
    height: 40px;
}

.form-modal__title {
    font-family: "Bebas Neue", cursive;
    font-size: 40px;
    color: #111;
    margin-bottom: 16px;
    font-weight: 400;
}

.form-modal__text {
    font-size: 16px;
    color: #0b1215;
    /* line-height: 1.6; */
    margin-bottom: 40px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.form-modal__btn {
    width: 100%;
    padding: 12px 20px;
    border: 1.5px solid #e02020;
    border-radius: 8px;
    background: transparent;
    color: #e02020;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.form-modal__btn:hover {
    background: #e02020;
    color: #fff;
}

.footer {
    background-color: #201e1e;
    padding: 28px 40px;
    color: #fef9f9;
}

.footer-ctn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.footer-ctn-left {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-ctn-left img {
    width: 14px;
    height: 14px;
}

.footer-ctn-left p,
.footer-ctn-right p {
    font-size: 14px;
    font-style: normal;
    color: #fef9f9;
}

.social-icons {
    display: flex;
    gap: 8px;
}

.tyre-detail {
    border-radius: 24px;
    background: #fff;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.tyre-detail p {
    margin: 0 !important;
    color: #a0a0a0;
    font-size: 20px;
    font-weight: 500;
}

.tyre-detail-img {
    max-width: 167px;
}

.tyre-detail h3 {
    font-size: 20px;
}

.tyre-detail h3 span {
    color: #ed1c24;
}

@media (max-width: 800px) {
    header {
        padding: 0 16px;
        min-height: 48px;
    }
    .mrf-logo {
        max-width: 132px;
    }
    .mrf-steel-menu ul {
        gap: 16px;
    }
    .mrf-steel-menu ul li a {
        padding: 0 4px;
    }
    #module {
        margin: 20px 16px 0 16px;
    }
    .contact-form {
        padding: 60px 16px 40px;
    }
    .form-section p {
        margin-bottom: 24px;
        /* text-align: left; */
    }
    .form-card {
        padding: 24px 16px;
    }
    .submit-btn {
        width: 100%;
        justify-content: center;
    }
    .tyre-details__title {
        font-size: 32px;
        line-height: normal;
    }
    .tyre-details {
        padding: 60px 16px 40px;
    }
    .tyre-details__content {
        flex-direction: column;
    }
    .tyre-details__tabs {
        display: flex;
        justify-content: space-around;
    }
    .tyre-details__tab {
        width: 50%;
        transition: width 0.5s ease;
        font-size: 16px;
    }
    .tyre-details__info {
        width: 100%;
    }
    .tyre-details__btn {
        /* width: 50%; */
        justify-content: center;
        padding: 8px 16px;
        font-size: 14px;
        /* width: 100%; */
    }
    /* .tyre-details__image img {
    width: 260px;
  } */
    .tyre-details__content {
        gap: 20px;
        align-items: center;
    }
    .tyre-details__name {
        font-size: 24px;
    }
    .form-modal {
        padding: 24px;
    }
    .form-modal__icon {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }
    .form-modal__icon>img {
        width: 30px;
    }
    .form-modal__title {
        margin-bottom: 4px;
    }
    .form-modal__text {
        margin-bottom: 16px;
    }
    .footer-ctn {
        flex-direction: column;
    }
    .tyre-popup {
        padding: 20px 16px;
    }
    .tyre-popup__thumb {
        width: 64px;
        height: 64px;
    }
}

@media (max-width: 600px) {
    .form-grid {
        flex-direction: column;
    }
    .form-group {
        width: 100%;
    }
    .form-group .g-recaptcha {
        transform: scale(0.8);
    }
    .form-section h2 {
        font-size: 32px;
        line-height: normal;
    }
    .form-card {
        padding: 24px 20px;
    }
    .tyre-details__actions {
        flex-direction: column;
    }
}