@import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap');

.navbar.navbar-dark .header-cart-icon>a,
.navbar.navbar-dark .header-language>a,
.navbar.navbar-dark .header-search-icon>a,
.navbar.navbar-dark .header-social-icon>a,
.navbar.navbar-dark .nav-bar-contact,
.navbar.navbar-dark .navbar-nav .nav-link,
.top-bar.navbar-light,
.top-bar.navbar-light .header-cart-icon>a,
.top-bar.navbar-light .header-language.dropdown-style-01 .btn,
.top-bar.navbar-light .header-language>a,
.top-bar.navbar-light .header-search-icon>a,
.top-bar.navbar-light .header-social-icon>a,
.top-bar.navbar-light .top-bar-contact-list>a {
    color: #000;
}

h1 {
    font-size: 4.4rem;

    line-height: 4.4rem;
}

html {
    scroll-behavior: smooth;
}

.navbar.navbar-boxed {
    padding-left: 35px;

    padding-right: 35px;

    background-color: #fff !important;
}

.trshome img {
    height: 42px;
}

.sac {
    position: absolute;

    right: 0;

    bottom: 4rem;
}

.navbar-expand-lg .navbar-nav {
    align-items: end;
}

.navbar.navbar-dark .navbar-nav .nav-link {
    color: #969898;
}

.navbar .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 18px;
    margin: 0 26px;
}

section.big-section {
    padding: 80px 0;
}

header .navbar .navbar-brand img,
header .sidebar-nav-menu .navbar-brand img,
header.side-menu .logo img {
    height: 75px;
    max-height: 42px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar.navbar-dark .header-cart-icon>a:hover,
.navbar.navbar-dark .header-language a>i>a:hover,
.navbar.navbar-dark .header-language>a:hover,
.navbar.navbar-dark .header-search-icon>a:hover,
.navbar.navbar-dark .header-social-icon>a:hover,
.sticky .navbar-light.header-dark .header-cart-icon>a:hover,
.sticky .navbar-light.header-dark .header-language>a:hover,
.sticky .navbar-light.header-dark .header-search-icon>a:hover,
.sticky .navbar-light.header-dark .header-social-icon>a:hover,
.sticky .navbar-light.header-dark .navbar-nav .nav-link.active,
.sticky .navbar-light.header-dark .navbar-nav .nav-link:focus,
.sticky .navbar-light.header-dark .navbar-nav .nav-link:hover,
.top-bar.navbar-light .header-cart-icon>a:hover,
.top-bar.navbar-light .header-language.dropdown-style-01 .btn:hover,
.top-bar.navbar-light .header-language>a:hover,
.top-bar.navbar-light .header-search-icon>a:hover,
.top-bar.navbar-light .header-social-icon>a:hover,
.top-bar.navbar-light .top-bar-contact-list>a:hover {
    color: #ef1d25 !important;
    cursor: pointer;
}

.navbar.navbar-dark .navbar-nav .nav-link.active {
    color: #ef1d25 !important;
    font-weight: 600;
}

.bg-medium-purple {
    background-color: #ef1d25;
}

.footer-application.footer-dark,
.footer-application.footer-dark a {
    color: rgb(255 255 255);

    font-size: 20px;
}

body {
    color: #000000;

    font-family: 'Poppins';
}

input,
select,
textarea {
    border: 1px solid #dfdfdf;

    color: #000000;

    line-height: initial;

    word-break: initial;
}

input,
select,
textarea {
    border: 1px solid #000000;

    color: #000000;

    border-radius: 5px;
}

.navbar.navbar-boxed {
    padding-left: 0px;

    padding-right: 0px;
}

.dwn {
    display: flex;

    justify-content: space-between;

    margin-right: 2rem;
}

.mhide {
    display: block;
}

.dhide {
    display: none;
}

.panel-body {
    white-space: pre-line;
}


.trshome img {
    filter: grayscale(100%);
    transition: all 0.4s ease;
    cursor: pointer;
    opacity: 0.3;
}

.trshome img:hover {
    filter: grayscale(0%);
    transition: all 0.4s ease;
    opacity: 1;
}

/*--------------------------------------*/

.hero-title {
    background: #fff;
    padding: 60px 20px 50px;
    text-align: center;
}

.hero-title .container {
    max-width: 1200px;
    margin: auto;
}

.hero-title h1 {
    margin: 7rem 0 0;
    font-size: 54px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0px;
}

.hero-title h1 span {
    color: #ef1c24;
}

.hero-title h2 {
    margin: 25px auto 0;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-title h2 span {
    color: #ef1c24;
    font-weight: 700;
}

.trs-banner {
    background: #fff;
    padding: 0px;
}

.banner-image img {
    width: 100%;
    display: block;
}

.cntbtn .btn.btn-medium {
    padding: 10px 26px;
    width: 100%;
    font-size: 1.2rem;
    border-radius: 10px;
}

.feature-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: -90px;
    position: relative;
    z-index: 5;
}

.feature-box {
    flex: 1;
    background: #fff;
    border: 1px solid #9f9f9f;
    border-top: 8px solid #ef1c24;
    padding: 35px;
    box-sizing: border-box;
    text-align: left;
    align-items: flex-start;
}

.feature-box h3 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 400;
}

.line {
    width: 100%;
    height: 1px;
    background: #777;
    margin-bottom: 30px;
}

.feature-box p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.feature-box span {
    color: #ef1c24;
    font-weight: 700;
}

.fade-section {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .8s ease, transform .8s ease;
}

.fade-section.show {
    opacity: 1;
    transform: translateY(0);
}


@media(max-width:991px) {

    .feature-row {
        flex-direction: column;
        margin-top: 40px;
    }

    .feature-box {
        padding: 30px;
    }

    .feature-box h3 {
        font-size: 24px;
    }

}

@media(max-width:576px) {

    .feature-box {
        padding: 25px;
    }

    .feature-box h3 {
        font-size: 22px;
    }

    .feature-box p {
        font-size: 16px;
    }

}



.partners-section {
    padding: 70px 20px;
    background: #fff;
    text-align: center;
}

.partners-section .container {
    max-width: 930px;
    margin: auto;
}

.partners-section h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
}

.partners-section h2 strong {
    font-weight: 700;
}

.partner-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 18px;
}

.partner-list a,
.partner-list .partner-name {
    color: #ed1c24;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    transition: .3s;
    letter-spacing: 0.58px;
}

.partner-list a:hover {
    color: #ed1c24;
}

.partner-list span {
    color: #222;
    font-size: 24px;
    font-weight: bold;
}

.divider {
    width: 90px;
    height: 2px;
    background: #ed1c24;
    margin: 20px auto;
}

@media(max-width:991px) {

    .partners-section h2 {
        font-size: 34px;
    }

    .partner-list a,
    .partner-list .partner-name {
        font-size: 24px;
    }

}

@media(max-width:576px) {

    .partners-section {
        padding: 50px 15px;
    }

    .partners-section h2 {
        font-size: 22px;
    }

    .partner-list {
        gap: 8px;
        line-height: 1;
    }

    .partner-list a,
    .partner-list .partner-name {
        font-size: 14px;
    }

    .partner-list span {
        font-size: 18px;
    }

    .divider {
        width: 50px;
        margin: 10px auto;
    }

}


.coverage-banner {
    background: #f3f3f3;
    border-top: 4px solid #ef1c24;
    border-bottom: 4px solid #ef1c24;
    padding: 70px 0;
}

.coverage-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.coverage-content {
    width: 34%;
}

.coverage-content img {
    width: 300px;
    display: block;
    margin-bottom: 2rem;
}

.coverage-content h2 {
    font-size: 26px;
    line-height: 1.45;
    font-weight: 400;
}

.coverage-content strong {
    font-weight: 700;
}

.coverage-content strong span {
    color: #ef1c24;
}

.coverage-content .red {
    color: #ef1c24;
    font-weight: 700;
}

.coverage-map {
    width: 66%;
    text-align: right;
}

.coverage-map img {
    width: 100%;
    max-width: 760px;
    display: block;
}

@media(max-width:991px) {

    .coverage-row {
        flex-direction: column;
        text-align: center;
    }

    .coverage-content,
    .coverage-map {
        width: 100%;
    }

    .coverage-content img {
        width: 180px;
    }

    .coverage-content h2 {
        font-size: 24px;
    }

    .coverage-map {
        text-align: center;
    }

}

@media(max-width:576px) {

    .coverage-banner {
        padding: 50px 0;
    }

    .coverage-content h2 {
        font-size: 20px;
    }

    .coverage-content img {
        width: 150px;
        margin: 0 auto 20px;
    }


}



.contact-section {
    padding: 70px 20px;
}

.contact-container {
    display: flex;
    gap: 125px;
}

.contact-left {
    width: 30%;
}

.contact-right {
    width: 70%;
}

.contact-left h2 {
    font-size: 42px;
    margin-bottom: 5px;
}

.contact-text {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10rem;
}

.download-app p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.4;
}

.download-app img {
    width: 220px;
    display: block;
    margin-bottom: 18px;
}

.form-row {
    display: flex;
    gap: 20px;
}

.contact-container .btn.btn-medium {
    padding: 10px 26px;
    width: 100%;
    font-size: 1.2rem;
    border-radius: 10px;

}

.onetrs-footer {
    width: 100%;
    padding: 0;
}

.top-line {
    height: 8px;
    background: #fff;
    border-top: 3px solid #ef1d25;
}

.footer-content {

    background: #000;

    padding: 70px 7rem;

    display: flex;

    justify-content: space-between;
}

.footer-content .line {
    margin-bottom: 0;
}

.left-logo img {
    width: 300px;
}

.right-content {
    max-width: 57%;
}


.heading .line {

    flex: 1;

    height: 1px;

    background: #8f8f8f;
}

.heading h2 {

    color: #fff;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 300;
    margin-bottom: 0;
}

.social-row {

    display: flex;

    justify-content: flex-end;

    align-items: center;

    gap: 18px;
    margin-top: 2rem;
}

.follow {
    color: #fff;
    font-size: 24px;
    margin-right: 10px;
    font-family: "Oleo Script", system-ui;
}

.social-row a {

    width: 42px;

    height: 42px;

    border-radius: 50%;

    background: #fff;

    color: #000;

    display: flex;

    justify-content: center;

    align-items: center;

    text-decoration: none;

    font-size: 20px;

    transition: .3s;
}

.social-row a:hover {

    background: #ef1d25;

    color: #fff;
}

.bottom-bar {

    font-weight: 300;
    background: #ef1d25;

    height: 48px;

    display: flex;

    justify-content: right;
    padding-right: 7rem;

    align-items: center;

    gap: 18px;

    color: #fff;

    font-size: 14px;
}

.btn-danger {
    color: #fff;
    background-color: #ef1d25;
    border-color: #ef1d25;
}

.bottom-bar a {

    color: #fff;

    text-decoration: none;
}

.bottom-bar a:hover {

    text-decoration: underline;
}



.about-title {
    padding: 10rem 0 0;
    text-align: center;
}

.about-title .container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-title h1 {
    font-size: 58px;
    font-weight: 300;
    line-height: 1.1;
}

.video-section {
    background: #d9d9d9;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    border-top: 5px solid #ef1d25;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 940px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    cursor: pointer;
}

.video-wrapper img {
    width: 100%;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border: none;
    border-radius: 50%;
    background: #ff0000;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .35);
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.08);
    background: #e60000;
}

.video-wrapper iframe,
.video-wrapper video {
    width: 100%;
    height: 530px;
    display: block;
}

.app-download {
    padding: 80px 20px;
    background: #fff;
    text-align: center;
}

.app-download .container {
    max-width: 900px;
    margin: 0 auto;
}

.app-download h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 50px;
}

.store-buttons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.store-btn {
    display: inline-block;
    transition: .3s;
}

.store-btn img {
    width: 220px;
    display: block;
}

.store-btn:hover {
    transform: translateY(-5px);
}


.faq {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}

.category-title {
    background: #ef1b23;
    color: #fff;
    padding: 18px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}

/* Parent Category */

.category-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .5s ease, opacity .35s ease;
    background: #fff;
}

.faq-category.active .category-content {
    max-height: 1200px;
    /* Large enough */
    opacity: 1;
}

.faq-category {
    margin-bottom: 15px;
}

/* Questions */

.faq-question {
    cursor: pointer;
    padding: 20px 35px 5px;
    font-size: 16px;
    transition: background .3s;
    font-weight: 500;
    display: flex;
    gap: 5px;
    align-items: flex-start;
}

.faq-question p {
    margin: 0;
}

.category-content strong {
    font-weight: 700;
}

.faq-question:hover {
    background: #fafafa;
}

/* Answer Animation */

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 35px 0 70px;
    line-height: 1.5;
    transition:
        max-height .45s ease,
        opacity .35s ease,
        padding .35s ease;
}

.faq-item.active .faq-answer {
    max-height: 800px;
    opacity: 1;
    padding: 15px 35px 5px 70px;
}

/* Arrow Animation */

.arrow {
    color: #ef1b23;
    transition: transform .35s ease;
    font-size: 1.8rem;
    margin-right: 1rem;
}


.faq-item.active .arrow {
    transform: rotate(90deg);
}

/* Category Arrow */

.category-icon {
    transition: transform .4s ease;
    font-size: 2rem;
}

.faq-category.active .category-icon {
    transform: rotate(90deg);
}

.faq-item {
    position: relative;
    padding-bottom: 15px;
}

.faq-item::after {
    content: "";
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 0;
    height: 1px;
    background: #141414;
}

.faq-item:last-child::after {
    display: none;
}


.additional-questions {
    background: #d9d9d9;
    padding: 0px 20px 90px;
    text-align: center;
}

.additional-questions .container {
    max-width: 850px;
    margin: auto;
}

.additional-questions h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.2;
}

.additional-questions p {
    font-size: 20px;
    line-height: 1.7;
    color: #333;
    margin: 0;
}

.additional-questions strong {
    font-weight: 700;
    color: #222;
}

.additional-questions a {
    color: #ef1d25;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.additional-questions a:hover {
    text-decoration: underline;
}





.privacy-policy-faq {
    width: 900px;
    background: #fff;
    border-top: 4px solid #ed1c24;
    padding: 2rem;
}

.privacy-item {
    border-bottom: 1px solid #444;
}

.privacy-heading {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 15px 0;
    cursor: pointer;
    transition: .3s;
}

.privacy-arrow {
    color: #ef1d25;
    font-size: 28px;
    line-height: 1;
    transition: .35s;
    flex-shrink: 0;
    width: 18px;
    text-align: center;
}

.privacy-heading h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

.privacy-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .4s ease, opacity .3s ease, padding .3s ease;
    padding: 0 0 0 46px;
}

.privacy-body ul {
    padding-left: 2rem !important;
}

.privacy-body p {
    margin: 0 0 12px;
}

.privacy-item.active .privacy-body {
    max-height: 500px;
    /* Increase if your content is longer */
    opacity: 1;
    padding: 0 0 25px 46px;
}

.privacy-arrow {
    transition: transform .3s ease;
}

.privacy-item.active .privacy-arrow {
    transform: rotate(90deg);
}

/* Mobile */

@media(max-width:991px) {

    .privacy-heading {
        gap: 18px;
        padding: 20px 0;
    }

    .privacy-heading h3 {
        font-size: 16px;
    }

    .privacy-arrow {
        font-size: 24px;
        width: 14px;
    }

    .privacy-body {
        padding-left: 32px;
    }

    .privacy-item.active .privacy-body {
        padding: 0 0 0px 30px;
    }

    .privacy-body p {
        font-size: 16px;
    }

}


section.p-0 {
    overflow: visible !important;
    background: #c5c5c5;
    border-top: 4px solid #ef1d25;
    padding-bottom: 5rem !important;
}

.terms-layout {
    display: flex;

    max-width: 1160px;
    margin: 90px auto;
    padding: 4rem 3rem;
    background: #fff;
}

.terms-layout h3 {
    font-size: 1.4rem;
    line-height: 0.9rem;
}

.terms-sidebar {
    width: 300px;
    flex-shrink: 0;
    position: sticky;
    top: 120px;
    align-self: flex-start;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    border-right: 1px solid #bbbbbb;
    padding-right: 40px;
}

.terms-content {
    flex: 1;
    min-width: 0;
    padding: 0px 30px 50px;
    box-sizing: border-box;
}

.terms-section:first-child {
    padding-top: 10px;
}


.terms-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terms-menu li {
    margin-bottom: 5px;
}

.terms-menu a {
    text-decoration: none;
    font-size: 15px;
    transition: .3s;
    line-height: 1;
}

.terms-menu a.active,
.terms-menu a:hover {
    color: #ef1d25;
    font-weight: 600;
}


.terms-section {

    padding: 0px 0 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    line-height: normal;
    scroll-margin-top: 120px;
}

.terms-section p {
    font-size: 1rem;
    line-height: normal;
}

.terms-section ul {
    padding-left: 2rem;
}

.terms-content::-webkit-scrollbar {
    width: 8px;
}

.terms-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.terms-content::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 20px;
}

.terms-content::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

/* Floating table-of-contents controls are mobile/tablet only. */
.terms-toc-toggle,
.terms-toc-close,
.terms-toc-backdrop {
    display: none;
}

@media(max-width:991px) {

    .terms-layout {
        grid-template-columns: 1fr;
        display: grid;
        gap: 2rem;
    }

    /* Sidebar becomes an off-canvas drawer, sliding in from the left. */
    .terms-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 300px;
        max-width: 85vw;
        max-height: none;
        margin: 0;
        padding: 80px 20px 20px;
        background: #fff;
        border-right: 1px solid #bbbbbb;
        box-shadow: 0 0 25px rgba(0, 0, 0, .25);
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform .3s ease;
        z-index: 1042;
    }

    .terms-toc-open .terms-sidebar {
        transform: translateX(0);
    }

    /* Lock page scroll while the drawer is open. */
    .terms-toc-open {
        overflow: hidden;
    }

    .terms-content {
        max-height: none;
        padding-right: 0;
        padding: 0px 0px 50px;
    }

    /* Floating hamburger button: sticky inside the terms area so it rides
       along while reading and scrolls away before the footer. */
    .terms-toc-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        position: sticky;
        bottom: 20px;
        margin-left: auto;
        /* right-align within .terms-content */
        width: 52px;
        height: 52px;
        border: none;
        border-radius: 50%;
        background: #ef1d25;
        color: #fff;
        font-size: 22px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
        cursor: pointer;
        z-index: 1039;
    }

    .terms-toc-toggle i {
        font-size: 22px;
        line-height: 1;
    }

    /* Close button inside the drawer. */
    .terms-toc-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        border: none;
        background: transparent;
        color: #333;
        font-size: 22px;
        cursor: pointer;
    }

    /* Dark backdrop behind the drawer. */
    .terms-toc-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 1041;
    }

    .terms-toc-open .terms-toc-backdrop {
        display: block;
    }

}





@media (max-width:991px) {

    .faq-page .about-title {
        padding: 2rem 0 0;
    }

    .faq-page .video-section {
        padding: 50px 16px;
    }

    .category-title {
        padding: 15px 20px;
        font-size: 18px;
    }

    .faq-question {
        padding: 18px 20px 5px;
    }

    .faq-answer {
        padding: 0 20px 0 46px;
    }

    .faq-item.active .faq-answer {
        padding: 12px 20px 5px 46px;
    }

    .faq-item::after {
        left: 20px;
        right: 20px;
    }

    .arrow {
        font-size: 1.5rem;
        margin-right: .6rem;
    }

    .category-icon {
        font-size: 1.6rem;
    }

    .additional-questions {
        padding: 20px 20px 60px;
    }

    .faq-question p {
        line-height: normal;
    }

    .additional-questions h2 {
        font-size: 24px;
    }

    .additional-questions p {
        font-size: 18px;
    }

}

@media (max-width:767px) {
    .category-title {
        padding: 12px 25px;
    }

    .additional-questions {
        padding: 30px 15px;
    }

    .additional-questions h2 {
        font-size: 28px;
    }

    .additional-questions p {
        font-size: 16px;
        line-height: 1.6;
    }

}

/* FAQ accordion — mobile spacing */
@media (max-width:576px) {

    .faq-page .video-section {
        padding: 32px 12px;
    }

    .faq-category {
        margin-bottom: 12px;
    }

    .category-title {
        padding: 13px 15px;
        font-size: 16px;
    }

    .faq-question {
        padding: 15px 15px 4px;
        font-size: 15px;
    }

    .faq-answer {
        padding: 0 15px 0 32px;
        line-height: 1.6;
    }

    .faq-item.active .faq-answer {
        padding: 10px 15px 4px 32px;
    }

    .faq-item::after {
        left: 15px;
        right: 15px;
    }

    .arrow {
        font-size: 1.3rem;
        margin-right: .5rem;
    }

    .category-icon {
        font-size: 1.4rem;
    }

}



@media(max-width:768px) {

    .app-download {
        padding: 30px 20px;
    }

    .app-download h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .store-buttons {
        gap: 20px;
        flex-wrap: inherit;
    }

    .store-btn img {
        width: 180px;
    }

}


@media(max-width:768px) {

    .video-wrapper iframe,
    .video-wrapper video {
        height: 320px;
    }

    .play-btn {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }

}


/* Tablet */
@media (max-width: 768px) {
    .about-title h1 {
        font-size: 46px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .about-title {
        padding: 30px 15px 10px;
    }

    .video-section {
        padding: 20px 20px;
    }

    .about-title h1 {
        font-size: 32px;
        line-height: 1.2;
    }
}


@media(max-width:900px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 14px;
        padding-left: 14px;
    }

    .footer-content {

        flex-direction: column;

        text-align: center;
        gap: 30px;
        padding: 30px 14px;
    }

    .right-content {

        max-width: 100%;
    }

    .heading {

        flex-direction: column;
    }

    .heading .line {

        width: 100%;
    }

    .heading h2 {
        white-space: normal;
        line-height: 1.4;
        padding: 7px 0;
        font-size: 16px;
    }

    .left-logo img {
        width: 180px;
    }

    .social-row {

        justify-content: center;

        flex-wrap: wrap;

    }

    .bottom-bar {
        row-gap: 0;
        flex-wrap: wrap;
        column-gap: 7px;
        height: auto;
        padding: 10px;
        justify-content: center;
    }

    .download-app img {
        width: 150px;
        display: inline-flex;
        margin-bottom: 40px;
    }
}



.communication-method {
    display: flex;
    align-items: center;
    column-gap: 30px;
    row-gap: 0;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.label {
    font-weight: 300;
}

.method-options {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: nowrap;
}

/* Validation errors for the checkbox groups: override Bootstrap's negative
   margin-top so the message sits below the checkboxes/consent text, not over it. */
.communication-method .invalid-feedback,
.consent-box .invalid-feedback {
    margin-top: 0.5rem;
}

.checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

.checkbox input {
    display: none;
}

/* Custom Checkbox */

.checkbox span {
    width: 20px;
    height: 20px;
    border: 1.5px solid #ff3b3b;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
}

.checkbox input:checked+span {
    background: #ef1d25;
}

.checkbox input:checked+span::after {
    content: "✓";
    position: absolute;
    left: 4px;
    top: -5px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.consent {
    align-items: flex-start;
}

.consent-text {
    color: #8b8f9d;
    line-height: 1.6;
    font-size: 15px;
    margin-top: -0.3rem;
}

.consent-text a {
    color: #8b8f9d;
    text-decoration: underline;
}

.consent-text a:hover {
    color: #ef1d25;
}

/* Responsive */

@media(max-width:768px) {

    .communication-method {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .consent-text {
        font-size: 14px;
    }

}




@media (max-width: 1023px) {

    .contact-container {
        display: block;
        gap: 0;
    }

    .contact-left {
        width: 100%;
    }

    .contact-left h2 {
        font-size: 32px;
        margin-bottom: 5px;
    }

    .download-app p {
        font-size: 15px;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .contact-text {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 3rem;
    }

    .contact-right {
        width: 100%;
    }

    .mhide {
        display: none;
    }

    .dhide {
        display: block;
    }

    section.big-section {
        padding: 80px 0 0px;
    }

    .dwn {
        display: grid;

        justify-content: center;

        gap: 2rem;

        margin-right: 0;
    }

    .sticky .header-light.header-always-fixed-scroll,
    .sticky.header-appear .header-light {
        background-color: #fbfbfb !important;

        box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);

        border-bottom: none !important;
    }

    .navbar.bg-transparent {
        background-color: #fbfbfb !important;
    }

    .md-padding-10-rem-top {
        padding-top: 4rem;
    }

    .lg-padding-10-rem-bottom {
        padding-bottom: 4rem;
    }

    .offset-1 {
        margin-left: 0;
    }

    .rowb {
        flex-flow: column-reverse;
    }

    .md-padding-6-rem-top {
        padding-top: 3rem !important;
    }

    .tilt-box {
        margin-top: 3rem;
    }

    .padding-6-rem-top {
        padding-top: 0rem;
    }

    h1 {
        font-size: 4rem;

        line-height: 4rem;
    }

    .sm-margin-25px-bottom {
        margin-bottom: 5px !important;
    }

    h4 {
        font-size: 2rem;

        line-height: 3.4rem;
    }

    .sac {
        position: relative;

        right: 0;

        bottom: 0px;

        margin-top: 3rem;
    }

    .hero-title h1 {
        margin: 0;
        font-size: 28px;
    }

    .hero-title h2 {
        margin: 15px auto 0;
        font-size: 18px;
    }

    .hero-title {
        padding: 30px 30px 30px;
        text-align: center;
    }
}

.g-recaptcha {
    display: inline-block;
}

@media (max-width: 1024px) {
    .dwn {
        display: flex;
        justify-content: center;
        gap: 2rem;
        margin-right: 0;
    }
}