html,
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

:root {
    --color-primary-light: #00ffb2;
    --color-primary-dark: #001D19;
    --color-cream: #F5F6F1;
    --color-gray: #D1D1D1;
    --color-near-black: #414141;
    --color-light-gray: #F8F7F9;
    --color-dark-gray: #7A8199;
    --color-line-border-grey: #C5CECB;
    --color-secondary-C2-600: #00BF86;
    --color-neutral-c1-100: #F0F8F6;
    --color-secondary-green-color: #003932;
    --color-sea: #00FFB3;
    --color-secondary-c3-100: #9ECEC8;
    --color-secondary-c3-200: #6EB6AD;
    --color-teal-green: #00B4B3;
    --color-white-opacity-60: #99FFFFFF;
    --color-grey-dark: #B34D4D4D;
    --color-tab-dark-blue: #004862;
    --color-tab-light-blue: #077FA9;
    --color-fields-light-blue: #035E7E;
    --color-near-white: #F6FDFB;
    --color-gray-blue: #ADCDD6;
    --color-landing-right: #EEF8FA;
    --color-divider: #21554F;
    --color-light-green-hover: #F6FCFB;
    --color-light-green-action: #11E8A7;
    --color-dark-orange: #FF5000;
}

@font-face {
    font-family: 'GTPlanar';
    font-weight: 100 199;
    src: url('../assets/packages/taw_ui_kit/assets/fonts/gt_planar/GreycliffArabicCF-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'GTPlanar';
    font-weight: 200 299;
    src: url('../assets/packages/taw_ui_kit/assets/fonts/gt_planar/GT-Planar-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'GTPlanar';
    font-weight: 300 399;
    src: url('../assets/packages/taw_ui_kit/assets/fonts/gt_planar/GT-Planar-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'GTPlanar';
    font-weight: 400 499;
    src: url('../assets/packages/taw_ui_kit/assets/fonts/gt_planar/GT-Planar-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'GTPlanar';
    font-weight: 500 899;
    src: url('../assets/packages/taw_ui_kit/assets/fonts/gt_planar/GT-Planar-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'SFArabic';
    font-weight: 100 900;
    src: url('../assets/packages/taw_ui_kit/assets/fonts/sf_arabic/SF-Arabic.ttf') format('truetype');
}

* {
    font-family: "GTPlanar", 'SFArabic';
}

::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar-button {
    display: none;
}

body {
    -ms-overflow-style: none;
}

a {
    all: unset;
}

input:focus,
select:focus {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

::placeholder {
    color: #3E9E92;
    opacity: 1;
}


.content {
    text-align: center;
    display: inline-block;
}

/* Style the tab */
.tab {
    display: inline-flex;
    align-items: center;
    background-color: var(--color-secondary-green-color);
    border-radius: 20px 20px 0px 0px;
    height: 52px;
}


.text-input {
    display: flex;
    padding: 20px 16px;
    align-items: flex-start;
    border-radius: 8px;
    background: var(--color-secondary-green-color);
    font-style: normal;
    flex: inherit;
    color: #fff;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    height: fit-content;
}

.text-input:-webkit-autofill {
    -webkit-text-fill-color: white;
}

#dob:lang(ar) {
    direction: ltr;
    text-align: end;
}


.text-input:focus,
.text-input.filled {
    border-color: #00FFB3;
}

.text-input.invalid {
    border-color: #ED4A4A;
}

.input-container label {
    position: absolute;
    display: inline-block;
    transform: translateY(1.3rem) translateX(10px);
    color: #3E9E92;
    transition: all .3s ease-in-out;
    font-style: normal;
    font-size: 14px;
}


.input-container label:lang(ar) {
    transform: translateY(1.3rem) translateX(-10px);
}

.filled+label {
    color: #00FFB3;
    font-size: 10px;
    background: linear-gradient(to bottom, var(--color-primary-dark) 0%, var(--color-primary-dark) 50%, var(--color-secondary-green-color) 50%, var(--color-secondary-green-color) 100%);
    transform: translateY(-0.4rem) translateX(10px);
    padding: 0px 4px;
}

.input-container label.invalid {
    color: #ED4A4A;
}

.filled+label.invalid {
    color: #ED4A4A;
}

.filled:lang(ar)+label:lang(ar) {
    transform: translateY(-0.4rem) translateX(-10px);
}



.input-container {
    display: inline-grid;
    margin-inline-end: 12px;
    flex: 1;
}

.tab-content {
    background-color: var(--color-primary-dark);
    padding: 15px;
    border-radius: 0px 20px 20px 20px;
}

.fields-container {
    display: flex;
}

.tab-content:lang(ar) {
    border-radius: 20px 0px 20px 20px;
}

.privacy-notice {
    display: flex;
    gap: 4px;
    opacity: 0.5;
}

.privacy-notice p {
    margin: 0;
    padding: 8px 0;
    color: #fff;

}

.primary-btn {
    border-radius: 8px;
    border: none;
    background: #00FFB3;
    color: var(--color-primary-dark);
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    height: fit-content;
    padding: 21px 0px;
    width: 155px;
}

.get-covered-desktop {
    border-radius: 12px;
    border: none;
    background: var(--color-light-green-action);
    color: var(--color-primary-dark);
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 0px !important;
    width: 145px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-inline-end: 40px !important;
}

.language-switcher:lang(en) {
    margin-inline-end: 10px !important;
    margin-inline-start: 0px !important;
}

.language-switcher:lang(ar) {
    margin-inline-end: 0px !important;
    margin-inline-start: 10px !important;
}

.get-covered-mobile {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.error {
    color: #ED4A4A;
    font-size: 12px;
    padding-inline-start: 10px;
    display: none;
    margin-top: 8px;
}

.footer-links {
    display: inline-flex;
    padding-inline-start: 8px;
    align-self: center;
}

.footer-links span {
    font-size: 0.8em;
    font-weight: 400;
    padding-inline-end: 20px;
    cursor: pointer;
}

.footer-social img {
    padding-inline-end: 20px;
}

.nav-logo {
    content: url('../assets/packages/taw_ui_kit/assets/images/tree_logo/logo-dark-en.svg');
    padding: 8px 50px;
}

.footer-container {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    position: absolute;
    width: -webkit-fill-available;
}

.mobile-footer-container {
    display: none;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

/* ------------------------------ */

.dropdown {
    min-width: 15em;
    position: relative;
    top: 0;
    margin: 2em;
}


.dialog {
    width: 500px;
    height: 400px;
    border-radius: 10px;
    border-color: transparent;
    background-color: #10312B;
}

.dialog img {
    content: url('../assets/packages/taw_ui_kit/assets/images/dialog/dialog_exclamation_marks.svg');
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.dialog h1 {
    color: #fff;
    text-align: center;
}

.dialog p {
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.dialog .btn-container {
    display: flex;
    position: relative;
    bottom: -8vh;
    justify-content: space-evenly;
}

.dialog .btn1 {
    color: #fff;
    font-size: 18px;
    background-color: transparent;
    border-color: #fff;
    border-style: solid;
    border-radius: 12px;
    padding: 15px 0px 15px 0px;
    width: 190px;
}

.dialog .btn2 {
    color: #10312B;
    font-size: 18px;
    background-color: #72FF13;
    border-color: transparent;
    border-style: solid;
    border-radius: 12px;
    padding: 15px 0px 15px 0px;
    width: 190px;
}


.dialog-get-covered {
    width: 500px;
    border-radius: 8px;
    border-color: transparent;
    background-color: #fff;
}

.dialog-get-covered .close-icon {
    content: url('../assets/packages/taw_ui_kit/assets/icons/common/popup_close.svg');
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    display: block;
}

.dialog-get-covered .close-icon:lang(ar) {
    left: 24px;
    right: auto;
}

.get-covered-title {
    margin-top: 70px;
    color: #003932;
    font-size: 36px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: -0.02em;
    text-align: start;
}

.dialog-get-covered .get-covered-subTitle {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 57, 50, 0.50);
    line-height: 22.4px;
    letter-spacing: -0.02em;
    text-align: start;
}

.dialog-get-covered .get-covered-card-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}

.dialog-get-covered a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 16px 24px;
    border-radius: 0px 12px 12px 12px;
    box-shadow: 0px 20px 20px 7px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-decoration: none;
    margin-top: 24px;
}

.dialog-get-covered a:lang(ar) {
    border-radius: 12px 0px 12px 12px;
}

.dialog-get-covered .insurance-list-item img:lang(ar),
.dialog-get-covered .insurance-list-item-travel img:lang(ar),
.dialog-get-covered .insurance-list-item-pet img:lang(ar) {
    transform: scaleX(-1);
}

.dialog-get-covered .insurance-list-item {
    background-color: var(--color-secondary-green-color);
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: start;
    color: #fff
}

.dialog-get-covered .insurance-list-item-travel {
    background-color: var(--color-sea);
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: start;
    color: #490300
}

.dialog-get-covered .insurance-list-item-pet {
    background-color: var(--color-dark-orange);
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: start;
    color: #fff;
    margin-bottom: 13px;
}


/* -------background--------- */

.bg-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: -1;
}

.bg-dv-1 {
    width: 50vw;
    height: inherit;
    position: relative;
    z-index: 1;
    margin-inline-end: -90px
}

.bg-dv-1:lang(ar) {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    right: 0;
}

.bg-dv-2 {
    width: 53vw;
    height: inherit;
    position: relative;
    right: 0;
}

.bg-dv-2:lang(ar) {
    left: 0;
    right: unset;
}

.bg-img-1 {
    content: url('../assets/packages/taw_ui_kit/assets/images/sales/sales-white-bg.png');
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

.bg-img-2 {
    content: url('../assets/packages/taw_ui_kit/assets/images/sales/motor-bg.jpg');
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

/* ------------------------ */

/* -------Dropdown--------- */

#dropdown-container {
    display: inline-grid;
}

.selected-display {
    margin-inline-start: 20px;
    font-size: 14px;
    color: #3E9E92;
}

.selected-display.selected {
    color: #fff;
}


.wrapper-dropdown .dropdown li:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.wrapper-dropdown {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 8px;
    background: var(--color-secondary-green-color);
    text-align: start;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-content: center;
    height: 57px;
    justify-content: space-between;
}


.arrow {
    margin-inline-end: 10px;
    float: inline-end;
}

svg {
    transition: all 0.3s;
}

.wrapper-dropdown::before {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.rotated {
    transform: rotate(180deg);
}

.wrapper-dropdown .dropdown {
    transition: 0.3s;
    position: absolute;
    margin: 0;
    padding: 0;
    top: -60vh;
    max-height: 67vh;
    width: inherit;
    list-style: none;
    z-index: 99;
    border-radius: 15px;
    box-shadow: inherit;
    background: inherit;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
}

.wrapper-dropdown .dropdown li {
    padding: 0 15px;
    line-height: 45px;
    font-size: 14px;
    color: #3E9E92;
    overflow: hidden;
}


.wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
    border-radius: 15px;
}

.dropdown-header {
    pointer-events: none;
    border-bottom: solid #3E9E92;
    margin: 0px 15px;
    padding: 0px !important;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

/* ------------------------ */

@media only screen and (max-width: 1100px) {

    .tab-content {
        padding: 16px;
    }

    .fields-container {
        display: block;
    }

    .get-covered-desktop {
        display: none;
    }

    .get-covered-mobile {
        display: block;
        border-radius: 12px;
        border: none;
        background: var(--color-light-green-action);
        color: var(--color-primary-dark);
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 12px 0px !important;
        width: 145px;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: -0.02em;
        text-align: center;
        margin: 24px !important;
    }

    #dropdown-container {
        display: inline;
    }

    .text-input,
    .wrapper-dropdown {
        width: -webkit-fill-available;
        margin-top: 16px;
    }

    .text-input.dob:lang(ar) {
        margin-inline-start: 0px;
    }

    .input-container label {
        transform: translateY(-2.3rem) translateX(10px);
    }

    .filled+label {
        transform: translateY(-4rem) translateX(10px);
    }

    .input-container label:lang(ar) {
        transform: translateY(-2.3rem) translateX(-10px);
    }

    .filled:lang(ar)+label:lang(ar) {
        transform: translateY(-4rem) translateX(-10px);
    }

    .primary-btn {
        width: -webkit-fill-available;
        margin-bottom: 16px;
        margin-top: 16px;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -0.02em;

    }

    .decoration-bar {
        background-color: #F5F6F1;
        height: 22vh;
    }

    .mobile-footer-container {
        display: block;
        padding-top: 38px;
    }

    .footer-container {
        display: none;
    }

    .footer-links {
        display: inline-grid;
        padding-inline-start: 0px;
    }

    .footer-links a {
        padding-bottom: 8px;
    }

    .lottie-container {
        display: none;
    }

    .input-container {
        display: inline;
        margin-inline-end: 0;
    }

    .bg-container {
        position: absolute;
        z-index: -1;
        background-color: #F6FCFB;
    }

    .bg-dv-1 {
        width: 100vw;
        height: 30vh;
        position: unset;
        background-image: url(../assets/packages/taw_ui_kit/assets/images/sales/motor-bg.jpg);
        background-size: cover;
    }

    .bg-dv-1:lang(ar) {
        -moz-transform: unset;
        -webkit-transform: unset;
        -o-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .bg-dv-2 {
        width: 100vw;
        z-index: 0;
        height: 53vh;
        position: absolute;
        top: 27vh;
        z-index: 1;
    }

    .bg-dv-2:lang(ar) {
        -moz-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

    .bg-img-1 {
        display: none;
    }

    .bg-img-2 {
        content: url('../assets/packages/taw_ui_kit/assets/images/sales/sales-white-bg-mobile.png');
    }
}

/* ------------------nav------------------- */

.nav-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.nav-wrapper {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    height: 92px;
    align-content: center;
}

.nav-wrapper nav {
    position: relative;
    display: flex;
    margin: 0 auto;
    height: 92px;
    align-items: center;
    justify-content: space-between;
}

nav .nav-content {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

nav .nav-content .links {
    display: flex;
    align-items: center;
    margin-inline: 10px;
    align-self: center;
    justify-content: center;
    flex: 1;
}

.nav-content .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    content: url('../assets/packages/taw_ui_kit/assets/images/tree_logo/logo-dark-en.svg');
    padding: 8px 0px;
    margin-inline-start: 66px;
}


.nav-content .links li {
    list-style: none;
    line-height: 70px;
    align-content: center;
    cursor: pointer;
}

.nav-content .links li a,
.nav-content .links li label {
    font-size: 20px;
    font-weight: 400;
    color: var(--color-primary-dark);
    cursor: pointer;
    border-color: transparent;
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    padding: 10px 14px;
    transition: all 0.3s ease;
}

.nav-content .links ul li a {
    font-size: 16px;
    font-weight: 400;
    padding: 6px;
    color: var(--color-primary-dark);
}

.nav-content .links li label {
    display: none;
}

.nav-content .links ul li a:hover,
.nav-content .links ul li label:hover {
    padding: 6px;
    background-color: var(--color-neutral-c1-100);
}

.nav-wrapper .menu-icon {
    margin-inline-start: 24px;
    display: none;
}

.nav-wrapper input[type="checkbox"] {
    display: none;
}


.nav-content .links ul {
    position: absolute;
    background: #fff;
    top: 80px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    color: var(--color-primary-dark);
    border-radius: 8px;
}

.nav-content .links li>a {
    display: flex;
}

.nav-content .links li>a img {
    margin-inline-start: 8px;
    margin-top: 4px;
    align-self: center;
}

.nav-content .links li:hover>ul {
    top: 70px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08),
        0 3px 6px -4px rgba(0, 0, 0, 0.12),
        0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.nav-content .links li:hover>a img {
    transform: rotateX(180deg);
}


.nav-content .links ul li a {
    color: var(--color-primary-dark);
    display: block;
    width: 100%;
    line-height: 30px;
}

.nav-content .links ul ul {
    position: absolute;
    top: 0;
    right: calc(-100% + 8px);
}

.nav-content .links ul li {
    position: relative;
    padding: 2px 6px;
}

.nav-content .links ul li:last-child {
    margin-bottom: 4px;
}

.nav-content .links ul li:first-child {
    margin-top: 4px;
}

.nav-content .links ul li:hover ul {
    top: 0;
}

.sidenav-logo {
    display: flex;
    justify-content: center;
    margin-top: 120px;
}

.sidenav-logo img {
    width: 100px;
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
    margin-bottom: 70px;
    display: none;
}

.privacy-dialog {
    width: 500px;
    border-radius: 8px;
    border-color: transparent;
    background-color: #fff;
}

.privacy-dialog hr {
    margin: 16px 0;
}
.privacy-dialog h2 {
    color: #001D19;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

.privacy-dialog p {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.7;
    margin: 0;
}

@media screen and (max-width: 1100px) {
    .nav-content .logo {
        content: url('../assets/packages/taw_ui_kit/assets/images/tree_logo/logo-light-green.svg');
        margin-inline-start: 24px;
        padding: 0;
        height: 35px;
    }

    .nav-wrapper {
        background-color: #003932;
        border-bottom: #004B42 solid 1px;
    }

    .nav-wrapper .menu-icon {
        display: block;
    }

    nav .nav-content .links {
        display: block;
        position: fixed;
        background: #fff;
        height: calc(100vh - 102px);
        width: 100%;
        bottom: 0px;
        left: -100%;
        margin-left: 0;
        max-width: 60vw;
        overflow-y: auto;
        padding-bottom: 100px;
        transition: all 0.3s ease;
        text-align: center;
        margin-inline-start: 0;
    }

    .nav-content .links ul li {
        position: relative;
        padding: 0px;
    }



    nav ul li {
        position: relative;
        border-bottom: none;
    }

    .nav-content .links ul li::after,
    .nav-content .links li::after {
        content: "";
        display: block;
        height: 1px;
        background-color: #E8F0EE;
    }

    .nav-content .links ul li:last-child::after {
        display: none;
    }

    nav .nav-content .links:lang(ar) {
        left: unset;
        right: -100%;
    }

    .nav-content .links.open {
        left: 0%;
        top: 80px
    }

    .nav-content .links.open:lang(ar) {
        left: unset;
        right: 0%;
    }

    .nav-content .links li {
        display: block;
    }

    .nav-content .links li a,
    .nav-content .links li label {
        line-height: 20px;
        font-size: 20px;
        font-weight: 400;
        font-color: var(--color-primary-dark);
        display: flex;
        padding: 8px 18px;
        cursor: pointer;
        justify-content: space-between;
    }



    .nav-content .links li a,
    .nav-content .links li label {
        padding: 24px;
        margin: 4px;
        font-size: 24px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -0.02em;
        text-align: start;
    }


    .nav-content .links li label img {
        width: 16px;

    }

    .nav-content .links li:hover>ul {

        transition: none;
        box-shadow: none;
    }

    .nav-content .links li a.desktop-link {
        display: none;
    }

    .nav-content .links ul,
    .nav-content .links ul ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: none;
        max-height: 0px;
        overflow: hidden;
    }

    .nav-content .links ul {
        background-color: #F6FCFB;
    }

    .nav-content .links #show-car:checked~ul,
    .nav-content .links #show-help:checked~ul,
    .nav-content .links #show-account:checked~ul {
        max-height: 100vh;
    }

    .nav-content .links #show-car:checked~label img,
    .nav-content .links #show-help:checked~label img,
    .nav-content .links #show-account:checked~label img {
        transform: rotateX(180deg);
    }

    .nav-content .links ul li a:hover,
    .nav-content .links ul li label:hover {
        background-color: var(--color-neutral-c1-100);
        padding: 20px 48px;
    }

    .nav-content .links ul li {
        background-color: var(--color-light-green-hover);
    }

    .nav-content .links ul li a {
        font-size: 18px;
        font-color: var(--color-primary-dark);
        text-align: start;
        font-weight: 500;
        line-height: 21.6px;
        letter-spacing: -0.02em;
        text-align: left;
        padding: 20px 48px;
    }

    .sidenav-logo img {
        display: block;
    }



    .dialog-get-covered {
        width: 400px;
        padding: 10px;
    }

    .get-covered-title {
        margin-top: 30px;
        font-size: 30px;
    }

    .dialog-get-covered .close-icon {
        width: 18px;
        height: 18px;
    }

    .dialog-get-covered .get-covered-subTitle {
        font-size: 14px;
    }

    .dialog-get-covered .get-covered-card-list {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-top: 24px;
    }

    .dialog-get-covered a {
        padding: 16px 20px;
        border-radius: 0px 8px 8px 8px;
        margin-top: 16px;
    }

    .dialog-get-covered a:lang(ar) {
        border-radius: 8px 0px 8px 8px;
    }

    .dialog-get-covered .insurance-list-item img:lang(ar),
    .dialog-get-covered .insurance-list-item-travel img:lang(ar),
    .dialog-get-covered .insurance-list-item-pet img:lang(ar) {
        transform: scaleX(-1);
    }

    .dialog-get-covered .insurance-list-item {
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
    }

    .dialog-get-covered .insurance-list-item-travel {
        background-color: var(--color-sea);
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
    }

    .dialog-get-covered .insurance-list-item-pet {
        background-color: var(--color-dark-orange);
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
    }
}

/* ------------------------------------- */


/* ------------------body------------------- */

.body-wrapper {
    min-height: 80vh;
    margin-top: 92px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    background-image: url("../assets/packages/taw_ui_kit/assets/images/sales/motor_bg.png");
    background-color: #003932;
    background-position: 96%;
    background-repeat: no-repeat;
    background-size: 45%;
    z-index: 1;
}

.body-wrapper:lang(ar) {
    background-image: url("../assets/packages/taw_ui_kit/assets/images/sales/motor_bg_ar.png");
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: 4%;
}

.body-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 53%;
    height: 100%;
    z-index: -1;
    background-color: #E8F0EE;
    clip-path: polygon(0% 0%, 0.001% 100%, 93.243% 100%, 93.243% 100%, 93.901% 99.944%, 94.525% 99.783%, 95.106% 99.525%, 95.638% 99.178%, 96.11% 98.753%, 96.515% 98.257%, 96.845% 97.699%, 97.091% 97.088%, 97.244% 96.432%, 97.297% 95.742%, 97.297% 6.639%, 97.297% 6.639%, 97.333% 6.179%, 97.435% 5.742%, 97.599% 5.335%, 97.819% 4.963%, 98.089% 4.632%, 98.404% 4.348%, 98.758% 4.117%, 99.146% 3.945%, 99.562% 3.838%, 100% 3.8%, 100% 0%, 0% 0%);

}

.body-wrapper:lang(ar)::after {
    clip-path: polygon(100% 0%, 99.999% 100%, 6.757% 100%, 6.757% 100%, 6.099% 99.944%, 5.475% 99.783%, 4.894% 99.525%, 4.362% 99.178%, 3.89% 98.753%, 3.485% 98.257%, 3.155% 97.699%, 2.909% 97.088%, 2.756% 96.432%, 2.703% 95.742%, 2.703% 6.639%, 2.703% 6.639%, 2.667% 6.179%, 2.565% 5.742%, 2.401% 5.335%, 2.181% 4.963%, 1.911% 4.632%, 1.596% 4.348%, 1.242% 4.117%, 0.854% 3.945%, 0.438% 3.838%, 0% 3.8%, 0% 0%, 100% 0%);
    right: 0;
}

#bg-image-mobile {
    content: url("../assets/packages/taw_ui_kit/assets/images/sales/motor_bg.png");
    width: 90%;
    align-self: center;
    margin-top: 30px;
}

#bg-image-mobile:lang(ar) {
    content: url("../assets/packages/taw_ui_kit/assets/images/sales/motor_bg_ar.png");
}

#bg-image-mobile {
    display: none;
}


.header-container {
    width: 37vw;
    margin-top: 92px;
    margin-inline-start: 66px;
    margin-bottom: 97px;
}

.header-container h1 {
    color: var(--color-primary-dark);
    font-weight: 700;
    font-size: 64px;
    margin: 0;
    margin-top: 20px;
}

.header-container p {
    color: var(--color-primary-dark);
    font-weight: 400;
    font-size: 24px;
    margin: 0;
    margin-top: 32px;
    margin-bottom: 24px;
}

.header-container .tc {
    font-size: 14px;
    margin: 0;
    color: #000;
}



.tag-cloud {
    display: flex;
    background-color: #fff;
    width: fit-content;
    border-radius: 50px;
    padding: 8px;
    margin-bottom: 30px;
    border-width: 1px;
    border-radius: 0px 16px 16px 16px;
    align-items: center;

}


.tag-cloud:lang(ar) {
    border-radius: 16px 0px 16px 16px;
}

.tag-cloud p {
    color: #000;
    font-size: 10px;
    font-weight: 400;
    margin: 0px;
}

.tab-wrapper {
    margin: 0px 66px 20px 66px;
}


.tab button {
    padding: 12px 0px 14px 0px;
    padding-inline-end: 10px;
    border-color: transparent;
    background-color: var(--color-secondary-green-color);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: rgba(246, 252, 251, 0.5);
    --r: 20px;
    border-radius: 20px 20px 0px 0px;
    padding-inline: 28px;
    height: 52px;
}

#renewPolicy-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
}

#renewPolicy-tab #reload-btn {
    background-color: var(--color-near-white);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#divider-second,
#divider-first {
    height: 30px;
    width: 2px;
    background-color: var(--color-divider);
}

#divider-first {
    display: none;
}

#reload-btn img {
    width: 100%;
    height: auto;
}


.tab button.left {
    border-left-width: 0;
    clip-path: polygon(85% 0%, 0% 0%, 0% 100%, 90% 100%, 95% 100%, 100% 100%, 100% 100%, 99.189% 99.738%, 98.42% 98.98%, 97.702% 97.768%, 97.047% 96.141%, 96.464% 94.142%, 95.965% 91.812%, 95.558% 89.191%, 95.255% 86.322%, 95.065% 83.244%, 95% 80%, 95% 79.731%, 95% 40%, 95% 40%, 94.869% 33.512%, 94.49% 27.357%, 93.884% 21.618%, 93.071% 16.377%, 92.071% 11.716%, 90.906% 7.718%, 89.596% 4.465%, 88.161% 2.039%, 86.622% 0.524%, 85% 0%);
}

.tab button.right {
    border-right-width: 0;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 10% 100%, 5% 100%, 0% 100%, 0% 100%, 0.811% 99.738%, 1.58% 98.98%, 2.298% 97.768%, 2.953% 96.141%, 3.536% 94.142%, 4.035% 91.812%, 4.442% 89.191%, 4.745% 86.322%, 4.935% 83.244%, 5% 80%, 5% 79.731%, 5% 40%, 5% 40%, 5.131% 33.512%, 5.51% 27.357%, 6.116% 21.618%, 6.929% 16.377%, 7.929% 11.716%, 9.094% 7.718%, 10.404% 4.465%, 11.839% 2.039%, 13.378% 0.524%, 15% 0%);
}

.tab button.middle {
    border-right-width: 0;
    border-left-width: 0;
    clip-path: polygon(5.437% 40.198%, 5.437% 40.198%, 5.568% 33.732%, 5.947% 27.597%, 6.555% 21.877%, 7.369% 16.653%, 8.37% 12.008%, 9.537% 8.023%, 10.849% 4.781%, 12.286% 2.363%, 13.827% 0.853%, 15.452% 0.331%, 84.977% 0.331%, 84.977% 0.331%, 86.602% 0.853%, 88.143% 2.363%, 89.58% 4.781%, 90.892% 8.023%, 92.059% 12.008%, 93.06% 16.653%, 93.875% 21.877%, 94.482% 27.597%, 94.861% 33.732%, 94.992% 40.198%, 94.992% 79.798%, 94.992% 80.066%, 94.992% 80.066%, 95.058% 83.299%, 95.248% 86.367%, 95.551% 89.227%, 95.959% 91.839%, 96.459% 94.162%, 97.043% 96.154%, 97.699% 97.775%, 98.417% 98.984%, 99.188% 99.739%, 100% 100%, 94.992% 100%, 89.985% 100%, 10.444% 100%, 5.437% 100%, 0.429% 100%, 0.429% 100%, 1.241% 99.739%, 2.012% 98.984%, 2.73% 97.775%, 3.387% 96.154%, 3.97% 94.162%, 4.471% 91.839%, 4.878% 89.227%, 5.181% 86.367%, 5.371% 83.299%, 5.437% 80.066%, 5.437% 79.798%, 5.437% 40.198%);
}

.tab button.right:lang(ar) {
    clip-path: polygon(85% 0%, 0% 0%, 0% 100%, 90% 100%, 95% 100%, 100% 100%, 100% 100%, 99.189% 99.738%, 98.42% 98.98%, 97.702% 97.768%, 97.047% 96.141%, 96.464% 94.142%, 95.965% 91.812%, 95.558% 89.191%, 95.255% 86.322%, 95.065% 83.244%, 95% 80%, 95% 79.731%, 95% 40%, 95% 40%, 94.869% 33.512%, 94.49% 27.357%, 93.884% 21.618%, 93.071% 16.377%, 92.071% 11.716%, 90.906% 7.718%, 89.596% 4.465%, 88.161% 2.039%, 86.622% 0.524%, 85% 0%);
}

.tab button.left:lang(ar) {
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 10% 100%, 5% 100%, 0% 100%, 0% 100%, 0.811% 99.738%, 1.58% 98.98%, 2.298% 97.768%, 2.953% 96.141%, 3.536% 94.142%, 4.035% 91.812%, 4.442% 89.191%, 4.745% 86.322%, 4.935% 83.244%, 5% 80%, 5% 79.731%, 5% 40%, 5% 40%, 5.131% 33.512%, 5.51% 27.357%, 6.116% 21.618%, 6.929% 16.377%, 7.929% 11.716%, 9.094% 7.718%, 10.404% 4.465%, 11.839% 2.039%, 13.378% 0.524%, 15% 0%);
}

.tab button.active {
    background: var(--color-primary-dark);
    font-weight: 700;
    color: rgba(246, 252, 251, 1);
}

#tc-en,
#tc-ar {
    font-size: 14px;
    color: rgba(77, 77, 77, 0.7);
}

.tc-url {
    color: var(--color-secondary-C2-600);
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
}

#tc-ar {
    display: none;
}

#tc-en:lang(ar) {
    display: none;
}

#tc-ar:lang(ar) {
    display: block;
}


@media screen and (max-width: 1100px) {

    .tab button.left {
        padding: 5px 10px;
    }

    .tab button.right {
        padding: 5px 10px;
    }

    .tab button.middle {
        padding: 5px 10px;
        width: 80px;
    }

    .header-container {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0px 0px 33px 0px;
        width: unset;
        background-color: #003932;
        border-radius: 0px 0px 24px 24px;
    }

    .header-container h1 {
        font-size: 24px;
        font-weight: 400;
        color: #F6FCFB;
        margin: 16px 16px 0px 16px;
    }

    #tc-en,
    #tc-ar {
        margin: 0px 16px;
    }

    .header-container p {
        font-size: 14px;
        margin: 16px;
        color: #F6FCFB;
        opacity: 0.7;
    }



    .header-container .bg-image-mobile {
        margin-bottom: 129px;
    }

    .tag-cloud img {
        height: 16px;
    }

    .tab-wrapper {
        position: relative;
        top: -22vw;
        margin: 0px 14px;
    }

    .tab button {
        font-size: 0.8rem;
    }


    .body-wrapper,
    .body-wrapper:lang(ar) {
        min-height: unset;
        background-image: none;
        background-size: 0;
        background-color: transparent;
    }

    .body-wrapper::after,
    .body-wrapper:lang(ar):after {
        display: none;
    }

    #bg-image-mobile {
        display: block;
    }

    .tag-cloud {
        background-color: rgba(255, 255, 255, 0.4);
        margin-top: 16px;
        margin-bottom: 0;
        padding: 8px;
        margin-inline-start: 16px;
    }

    .tag-cloud p {
        color: #fff;
        font-size: 10px;
        font-weight: 400;
        margin: 0px;
    }
}

/* ------------------------------------- */

.hidden {
    display: none !important;
}

.nav-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.language-btn {
    font-size: 0.9em;
    width: 41px;
    font-weight: 300;
    padding: 8px;
    background-color: transparent;
    border-color: transparent;
    align-self: center;
    border-style: solid;
    border-width: 2px;
    color: var(--color-primary-dark);
}


.language-btn.Active {
    background-color: var(--color-primary-dark);
    font-weight: 700;
    color: #fff;
}

#en-lang-btn {
    padding-inline-end: 11px;
    clip-path: polygon(20.774% 0%, 20.774% 0%, 17.756% 0.317%, 14.894% 1.236%, 12.224% 2.706%, 9.786% 4.677%, 7.619% 7.1%, 5.759% 9.925%, 4.246% 13.102%, 3.118% 16.58%, 2.413% 20.31%, 2.169% 24.242%, 2.169% 75.758%, 2.169% 75.758%, 2.413% 79.69%, 3.118% 83.42%, 4.246% 86.898%, 5.759% 90.075%, 7.619% 92.9%, 9.786% 95.323%, 12.224% 97.294%, 14.894% 98.764%, 17.756% 99.683%, 20.774% 100%, 88.216% 100%, 100% 100%, 100% 84.848%, 99.844% 84.848%, 99.844% 84.848%, 97.958% 84.65%, 96.169% 84.076%, 94.5% 83.157%, 92.977% 81.925%, 91.622% 80.411%, 90.46% 78.645%, 89.514% 76.66%, 88.809% 74.486%, 88.368% 72.155%, 88.216% 69.697%, 88.216% 24.242%, 88.216% 24.242%, 87.973% 20.31%, 87.268% 16.58%, 86.139% 13.102%, 84.626% 9.925%, 82.767% 7.1%, 80.599% 4.677%, 78.161% 2.706%, 75.492% 1.236%, 72.629% 0.317%, 69.611% 0%, 20.774% 0%);
}

#ar-lang-btn {
    margin-inline-start: -8px;
    padding-inline-start: 11px;
    clip-path: polygon(81.105% 100%, 81.105% 100%, 84.17% 99.686%, 87.078% 98.775%, 89.789% 97.319%, 92.264% 95.365%, 94.466% 92.964%, 96.354% 90.165%, 97.891% 87.017%, 99.037% 83.57%, 99.753% 79.874%, 100% 75.977%, 100% 24.928%, 100% 24.928%, 99.753% 21.031%, 99.037% 17.335%, 97.891% 13.888%, 96.354% 10.74%, 94.466% 7.941%, 92.264% 5.54%, 89.789% 3.586%, 87.078% 2.129%, 84.17% 1.219%, 81.105% 0.905%, 12.612% 0.905%, 0.644% 0.905%, 0.644% 15.919%, 0.803% 15.919%, 0.803% 15.919%, 2.718% 16.116%, 4.536% 16.685%, 6.23% 17.595%, 7.777% 18.816%, 9.153% 20.317%, 10.334% 22.066%, 11.294% 24.034%, 12.01% 26.188%, 12.458% 28.498%, 12.612% 30.934%, 12.612% 75.977%, 12.612% 75.977%, 12.859% 79.874%, 13.575% 83.57%, 14.721% 87.017%, 16.258% 90.165%, 18.146% 92.964%, 20.348% 95.365%, 22.824% 97.319%, 25.535% 98.775%, 28.442% 99.686%, 31.507% 100%, 81.105% 100%);
}

.line {
    height: 2px;
    width: 28px;
    background: #fff;
    transition: all 0.2s ease;
}

.line-top {
    transform-origin: top left;
    margin-bottom: 10px;
}

.line-bottom {
    transform-origin: top left;
}


.line-top.open {
    transform: rotate(45deg);
}


.line-bottom.open {
    transform: translate(-2px, 7px) rotate(-45deg);
    margin-bottom: 8px;
}

@media screen and (max-width: 1100px) {
    .language-btn {
        color: var(--color-sea);
        opacity: 0.5;
    }

    .language-btn.Active {
        background-color: var(--color-sea);
        font-weight: 700;
        color: var(--color-primary-dark);
        opacity: 1;
    }
}

/* ------------------footer------------------- */

.footer {
    margin-top: 68px;
    padding-top: 5px;
    padding-inline: 119px;
}

.footer * {
    text-decoration: none;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer li {
    margin-bottom: 18px;
}

.footer a {
    color: var(--color-primary-dark);
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    cursor: pointer;
}

.footer-logo-section {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 60px;
}

.footer-logo-section p {
    color: var(--color-primary-dark);
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 9px;
}

#footer-social-section-desktop {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
    margin-bottom: 58px;
    align-items: center;
}

#footer-social-section-mobile {
    display: none;
}

#footer-logo-section-mobile {
    display: none;
}

.footer-social-section p {
    font-size: 20px;
    font-weight: 500;
}

#social-1 {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 10px;
}

#social-1 p {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.7;
    margin: 0;
}

#social-1 a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.02em;

}

.footer-main {
    width: device-width;
    background-image: url(../assets/packages/taw_ui_kit/assets/images/common/footer-separator.png);
    background-repeat: no-repeat;
    background-size: 100vw;
}

.footer .inner-section {
    margin-top: 42px;
}

#inner-7-1 {
    flex: 1;
    align-self: flex-start;

}

#inner-7-2 {
    display: flex;
    text-decoration: none;
    list-style: none;
    gap: 32px;
}

#inner-7-2 a {
    color: var(--color-primary-dark);
    opacity: 0.7;
}


#inner-7-2 div {
    flex: 1;
}

#inner-7-2-1,
#inner-7-2-2,
#inner-7-2-3 {
    max-width: 180px;
}

#inner-7-2 p {
    color: var(--color-primary-dark);
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
}

#inner-7-3 {
    display: none;
    align-self: start;
    margin-top: 25px;
}


#footer-copyright {
    width: -webkit-fill-available;
    background-color: #fff;
    margin-top: 32px;
    padding: 22px;
    text-align: center;
    border-top: #E8F0EE solid 1px;
    display: none;
}

#footer-copyright p {
    margin: 0;
    color: var(--color-primary-dark);
    font-size: 12px;
    opacity: 0.7;
}

.vd {
    border-left: 1px solid var(--color-line-border-grey);
    height: 74px;
}


@media screen and (max-width: 1100px) {

    .footer {
        margin-top: 0px;
        padding-inline: 14px;
        padding-top: 24px;
    }

    #inner-7-2 {
        display: none;
    }

    #inner-7-3 {
        display: block;
    }

    .footer-logo-section p {
        font-size: 8px;
        margin-bottom: 8px;
    }

    #footer-logo-section-desktop,
    #footer-social-section-desktop {
        display: none;
    }

    #footer-social-section-mobile {
        display: block;
    }

    #footer-logo-section-mobile {
        display: flex;
        margin-top: 48px;
        margin-bottom: 40px;
    }


    #footer-social-section {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        margin-bottom: 24px;
    }

    .footer-social-section p {
        font-size: 20px;
        font-weight: 500;
    }

    #social-1 {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    #social-1 p {
        margin: 0;
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
        letter-spacing: -0.02em;
    }

    #social-1 a {
        text-decoration: none;
        letter-spacing: -0.02em;
        font-size: 10px;
        font-weight: 500;
        line-height: 12px;
        letter-spacing: -0.02em;
    }

    .vd {
        height: 45px;
    }

    .footer-main {
        width: 100%;
        background-image: url(../assets/packages/taw_ui_kit/assets/images/common/footer-separator-mobile.png);
        background-repeat: no-repeat;
        background-size: 100vw;
    }

    #social-2 {
        display: none;
    }


}

@media screen and (min-width: 388px) and (max-width: 1100px) {
    .footer-main {
        padding-top: 25px;
    }
}

@media screen and (min-width: 1900px) {
    .footer-social-section {
        padding-top: 25px;
    }
}