    @charset "UTF-8";
    @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
    :root {
    --td-theme-color: #D2AC6B;
    --td-theme-color-2: #049A47;
    --td-theme-bg-color: #222;
    --td-black: #000;
    --td-white: #fff;
    --td-header-bg: #2b2b2b;
    --td-common-black:#000;
    --td-common-white:#fff;
    }

    :root {
    --td-fonts-inter: "Lora", serif;
    }

    /*
        ----------------------------------------------------------------------------------
        Template Name: temporix - Co-working Space
        Author: tdevs
        Developer: Fazle Rabby Talukder
        Description: temporix - Temporix is a modern co-working space offering flexible workstations, collaboration areas, and networking opportunities.
        Version: 1.0.0
        ----------------------------------------------------------------------------------
    */
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

    body {
    font-family: var(--td-fonts-inter);
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    }

    a {
    text-decoration: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    font-family: var(--td-fonts-inter);
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 1.2;
    }

    ul {
    margin: 0px;
    padding: 0px;
    }

    p, li {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0px;
    }

    a:not([href]):not([class]),
    a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
    }

    a:focus,
    .button:focus {
    text-decoration: none;
    outline: none;
    }

    a:focus,
    a:hover {
    color: inherit;
    text-decoration: none;
    }

    a,
    button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
    }

    button:hover {
    cursor: pointer;
    }

    button:focus {
    outline: 0;
    }

    .uppercase {
    text-transform: uppercase;
    }

    .capitalize {
    text-transform: capitalize;
    }

    input[type=text],
    input[type=email],
    input[type=tel],
    input[type=number],
    input[type=password],
    input[type=url],
    textarea {
    outline: none;
    background-color: transparent;
    height: 40px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    padding-inline-start: 0px;
    padding-inline-end: 26px;
    border: unset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: border-color 0.3s ease, color 0.3s ease;
    }
    input[type=text]:focus,
    input[type=email]:focus,
    input[type=tel]:focus,
    input[type=number]:focus,
    input[type=password]:focus,
    input[type=url]:focus,
    textarea:focus {
    border-color: var(--td-common-black);
    color: rgba(255, 255, 255, 0.6);
    }
    input[type=text]:focus::placeholder,
    input[type=email]:focus::placeholder,
    input[type=tel]:focus::placeholder,
    input[type=number]:focus::placeholder,
    input[type=password]:focus::placeholder,
    input[type=url]:focus::placeholder,
    textarea:focus::placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
    }

    textarea {
    line-height: 1.4;
    padding-top: 17px;
    padding-bottom: 17px;
    }

    *::-moz-selection {
    background: var(--td-common-black);
    color: var(--td-common-white);
    text-shadow: none;
    }

    *::selection {
    background: var(--td-common-black);
    color: var(--td-common-white);
    text-shadow: none;
    }

    *::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    opacity: 1;
    }

    *::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    opacity: 1;
    }

    .td-form input[type=text],
    .td-form input[type=email],
    .td-form input[type=tel],
    .td-form input[type=number],
    .td-form input[type=password],
    .td-form input[type=url],
    .td-form textarea {
    border-bottom: 1px solid #E1E1E1;
    color: #333;
    margin-bottom: 22px;
    }
    .td-form textarea {
    height: 140px;
    }
    .td-form:focus {
    border-color: var(--td-common-black);
    color: #333;
    }
    .td-form:focus::placeholder {
    opacity: 0;
    }
    .td-form *::-moz-placeholder {
    color: #333;
    font-size: 14px;
    opacity: 1;
    }
    .td-form *::placeholder {
    color: #333;
    font-size: 16px;
    opacity: 1;
    }

    .common-form-item {
    margin-bottom: 22px;
    }
    .common-form-button {
    margin-top: 22px;
    }
    .common-form input {
    border-bottom: 1px solid #E1E1E1;
    border-radius: 0;
    padding: 16px 0;
    color: #333;
    }
    .common-form input.form-control {
    background-color: transparent;
    }
    .common-form input:focus {
    border-bottom-color: #000;
    color: #333;
    box-shadow: none;
    }
    .common-form input:focus::placeholder {
    opacity: 0;
    }
    .common-form input:disabled {
    background-color: transparent;
    }
    .common-form label {
    padding: 1rem 0rem;
    }
    [dir=rtl] .common-form .form-select {
    background-position: left 0.75rem center;
    }
    [dir=rtl] .common-form .form-floating > label {
    right: 0;
    }
    .common-form textarea {
    border: none;
    border-bottom: 1px solid #E1E1E1;
    border-radius: 0;
    padding: 16px 0;
    color: #333;
    height: 150px !important;
    }
    .common-form textarea:focus {
    border-bottom-color: #000;
    color: #333;
    box-shadow: none;
    }
    .common-form textarea:focus::placeholder {
    opacity: 0;
    }
    .common-form select {
    padding: 0px 0px 0px 4px;
    border: unset;
    border-bottom: 1px solid #E1E1E1;
    border-radius: 0;
    }
    .common-form select:focus {
    border-color: #000;
    outline: 0;
    box-shadow: unset;
    }
    .common-form select:option {
    font-size: 14px;
    }
    .common-form-2 input {
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    padding: 0px 0;
    color: #333;
    width: 40px;
    }
    .common-form-2 input.form-control {
    background-color: transparent;
    margin-inline-end: 15px;
    }
    .common-form-2 input:focus {
    border-color: #000;
    color: #333;
    box-shadow: none;
    }
    .common-form-2 input:focus::placeholder {
    opacity: 0;
    }
    .common-form-2 input:disabled {
    background-color: transparent;
    }

    .form-floating > .form-control,
    .form-floating > .form-control-plaintext {
    padding: 1rem 0rem;
    }

    .form-floating > .form-control-plaintext:focus,
    .form-floating > .form-control-plaintext:not(:placeholder-shown),
    .form-floating > .form-control:focus,
    .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.9rem;
    padding-bottom: 0.625rem;
    }

    #floatingSelect {
    font-size: 14px;
    color: #333;
    }

    #floatingSelect option {
    font-size: 14px;
    color: #333;
    background-color: #fff;
    }

    .form-floating > .form-control-plaintext ~ label::after,
    .form-floating > .form-control:focus ~ label::after,
    .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
    .form-floating > .form-select ~ label::after {
    background-color: transparent;
    }

    .form-floating > .form-control-plaintext ~ label,
    .form-floating > .form-control:focus ~ label,
    .form-floating > .form-control:not(:placeholder-shown) ~ label,
    .form-floating > .form-select ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0rem);
    }
    [dir=rtl] .form-floating > .form-control-plaintext ~ label,
    [dir=rtl] .form-floating > .form-control:focus ~ label,
    [dir=rtl] .form-floating > .form-control:not(:placeholder-shown) ~ label,
    [dir=rtl] .form-floating > .form-select ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(15%);
    }

    .auth-input-wrapper {
    display: flex;
    align-items: center;
    }
    .auth-input-wrapper.auth-input {
    margin: 10px;
    }
    .auth-input-wrapper.auth-input:last-child {
    margin: 10px;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    #twoStepsForm {
        margin-top: 20px;
    }
    }
    #twoStepsForm .numeral-mask-wrapper input {
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    padding: 0px 0;
    color: #333;
    width: 40px;
    text-align: center;
    }
    #twoStepsForm .numeral-mask-wrapper input.form-control {
    background-color: transparent;
    margin-inline-end: 15px;
    }
    @media (max-width: 767px) {
    #twoStepsForm .numeral-mask-wrapper input.form-control {
        margin-inline-end: 5px;
    }
    }
    #twoStepsForm .numeral-mask-wrapper input:focus {
    border-color: #000;
    color: #333;
    box-shadow: none;
    }
    #twoStepsForm .numeral-mask-wrapper input:focus::placeholder {
    opacity: 0;
    }
    #twoStepsForm .numeral-mask-wrapper input:disabled {
    background-color: transparent;
    }
    #twoStepsForm .numeral-mask-wrapper-2 input {
    border-radius: 50%;
    }

    dl,
    ol,
    ul {
    margin-top: 0;
    margin-bottom: 0rem;
    }

    .w-img img {
    width: 100%;
    }

    .m-img img {
    max-width: 100%;
    }

    img {
    max-width: 100%;
    }

    .fix {
    overflow: hidden;
    }

    .clear {
    clear: both;
    }

    .z-index-1 {
    z-index: 1;
    }

    .z-index-11 {
    z-index: 11;
    }

    .overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
    }

    .overflow-x-visible {
    overflow-x: visible;
    overflow-y: hidden;
    }

    .p-relative {
    position: relative;
    }

    .p-absolute {
    position: absolute;
    }

    .swiper {
    width: 100%;
    height: 100%;
    }

    .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

    .td-hr {
    color: #CFCFCF;
    }

    .section-gap {
    margin-top: 100px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-gap {
        margin-top: 100px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .section-gap {
        margin-top: 70px;
    }
    }
    @media (max-width: 767px) {
    .section-gap {
        margin-top: 60px;
    }
    }
    .section-gap-withHeading {
    margin-top: 85px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .section-gap-withHeading {
        margin-top: 65px;
    }
    }
    @media (max-width: 767px) {
    .section-gap-withHeading {
        margin-top: 55px;
    }
    }

    .truncate-text {
    overflow: hidden;
    position: relative;
    white-space: normal;
    text-overflow: ellipsis;
    }

    .fa-solid {
    font-size: 24px;
    color: var(--td-theme-bg-color);
    }

    .fa-solid {
    font-size: 24px;
    color: var(--td-theme-bg-color);
    }

    .fa-regular {
    font-size: 24px;
    color: var(--td-theme-bg-color);
    }

    .fa-duotone {
    font-size: 24px;
    color: var(--td-theme-bg-color);
    }

    .fa-sharp {
    font-size: 24px;
    color: var(--td-theme-bg-color);
    }

    .fa-sharp-duotone {
    font-size: 24px;
    color: var(--td-theme-bg-color);
    }

    .vertical-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    margin: 30px auto;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .vertical-line {
        margin: 20px auto;
    }
    }
    @media (max-width: 767px) {
    .vertical-line {
        margin: 20px auto;
    }
    }

    .booked-success {
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .booked-success .modal-card {
    box-shadow: unset;
    }
    .booked-success .blinking-button .inner-circle {
    background-color: var(--td-theme-color-2);
    }
    .booked-success .booked-success-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    }
    @media (max-width: 767px) {
    .booked-success .booked-success-btn {
        width: 100%;
        flex-direction: column;
    }
    .booked-success .booked-success-btn a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .booked-success .booked-success-btn button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    }
    .booked-success .list-item {
    padding-left: 50px;
    }
    .booked-success .list-item li {
    color: var(--td-theme-color);
    }
    .booked-success .list-item li span {
    color: var(--td-theme-bg-color);
    }
    .booked-success .td-btn-wrap span i {
    font-size: 15px;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-inline-start: 5px;
    }
    .booked-success .modal-card {
    width: 620px;
    background-color: white;
    -webkit-box-shadow: 5px 5px 40px 0px rgb(196, 196, 196);
    -moz-box-shadow: 5px 5px 40px 0px rgb(196, 196, 196);
    box-shadow: 5px 5px 40px 0px rgb(196, 196, 196);
    }
    @media (max-width: 767px) {
    .booked-success .modal-card {
        width: 100%;
    }
    }

    .status {
    background-color: #fff;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    }
    .status-success {
    background-color: green;
    color: #fff !important;
    }
    .status-rejected {
    background-color: red;
    color: #fff !important;
    }

    .tab-content .swiper-wrapper .swiper-slide {
    text-align: unset;
    font-size: unset;
    display: unset;
    justify-content: unset;
    align-items: unset;
    }

    /*----------------------------
    animaion design
    ------------------------------*/
    @keyframes move-left {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
    }
    @keyframes move-right {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
    }
    @keyframes move-bottom-top {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
    }
    @keyframes rotate-infinite {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }
    @keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    }
    @keyframes ping-pong {
    0% {
        transform: translate(-50%, -50%) translateY(0);
    }
    50% {
        transform: translate(-50%, -50%) translateY(-5px);
    }
    100% {
        transform: translate(-50%, -50%) translateY(0);
    }
    }
    /*---------------------------------------
    Margin & Padding
    -----------------------------------------*/
    /*-- Margin Top --*/
    .mt-1 {
    margin-top: 1px;
    }

    .mt-2 {
    margin-top: 2px;
    }

    .mt-3 {
    margin-top: 3px;
    }

    .mt-4 {
    margin-top: 4px;
    }

    .mt-5 {
    margin-top: 5px;
    }

    .mt-6 {
    margin-top: 6px;
    }

    .mt-7 {
    margin-top: 7px;
    }

    .mt-8 {
    margin-top: 8px;
    }

    .mt-9 {
    margin-top: 9px;
    }

    .mt-10 {
    margin-top: 10px;
    }

    .mt-11 {
    margin-top: 11px;
    }

    .mt-12 {
    margin-top: 12px;
    }

    .mt-13 {
    margin-top: 13px;
    }

    .mt-14 {
    margin-top: 14px;
    }

    .mt-15 {
    margin-top: 15px;
    }

    .mt-16 {
    margin-top: 16px;
    }

    .mt-17 {
    margin-top: 17px;
    }

    .mt-18 {
    margin-top: 18px;
    }

    .mt-19 {
    margin-top: 19px;
    }

    .mt-20 {
    margin-top: 20px;
    }

    .mt-21 {
    margin-top: 21px;
    }

    .mt-22 {
    margin-top: 22px;
    }

    .mt-23 {
    margin-top: 23px;
    }

    .mt-24 {
    margin-top: 24px;
    }

    .mt-25 {
    margin-top: 25px;
    }

    .mt-26 {
    margin-top: 26px;
    }

    .mt-27 {
    margin-top: 27px;
    }

    .mt-28 {
    margin-top: 28px;
    }

    .mt-29 {
    margin-top: 29px;
    }

    .mt-30 {
    margin-top: 30px;
    }

    .mt-31 {
    margin-top: 31px;
    }

    .mt-32 {
    margin-top: 32px;
    }

    .mt-33 {
    margin-top: 33px;
    }

    .mt-34 {
    margin-top: 34px;
    }

    .mt-35 {
    margin-top: 35px;
    }

    .mt-36 {
    margin-top: 36px;
    }

    .mt-37 {
    margin-top: 37px;
    }

    .mt-38 {
    margin-top: 38px;
    }

    .mt-39 {
    margin-top: 39px;
    }

    .mt-40 {
    margin-top: 40px;
    }

    .mt-41 {
    margin-top: 41px;
    }

    .mt-42 {
    margin-top: 42px;
    }

    .mt-43 {
    margin-top: 43px;
    }

    .mt-44 {
    margin-top: 44px;
    }

    .mt-45 {
    margin-top: 45px;
    }

    .mt-46 {
    margin-top: 46px;
    }

    .mt-47 {
    margin-top: 47px;
    }

    .mt-48 {
    margin-top: 48px;
    }

    .mt-49 {
    margin-top: 49px;
    }

    .mt-50 {
    margin-top: 50px;
    }

    .mt-51 {
    margin-top: 51px;
    }

    .mt-52 {
    margin-top: 52px;
    }

    .mt-53 {
    margin-top: 53px;
    }

    .mt-54 {
    margin-top: 54px;
    }

    .mt-55 {
    margin-top: 55px;
    }

    .mt-56 {
    margin-top: 56px;
    }

    .mt-57 {
    margin-top: 57px;
    }

    .mt-58 {
    margin-top: 58px;
    }

    .mt-59 {
    margin-top: 59px;
    }

    .mt-60 {
    margin-top: 60px;
    }

    .mt-61 {
    margin-top: 61px;
    }

    .mt-62 {
    margin-top: 62px;
    }

    .mt-63 {
    margin-top: 63px;
    }

    .mt-64 {
    margin-top: 64px;
    }

    .mt-65 {
    margin-top: 65px;
    }

    .mt-66 {
    margin-top: 66px;
    }

    .mt-67 {
    margin-top: 67px;
    }

    .mt-68 {
    margin-top: 68px;
    }

    .mt-69 {
    margin-top: 69px;
    }

    .mt-70 {
    margin-top: 70px;
    }

    .mt-71 {
    margin-top: 71px;
    }

    .mt-72 {
    margin-top: 72px;
    }

    .mt-73 {
    margin-top: 73px;
    }

    .mt-74 {
    margin-top: 74px;
    }

    .mt-75 {
    margin-top: 75px;
    }

    .mt-76 {
    margin-top: 76px;
    }

    .mt-77 {
    margin-top: 77px;
    }

    .mt-78 {
    margin-top: 78px;
    }

    .mt-79 {
    margin-top: 79px;
    }

    .mt-80 {
    margin-top: 80px;
    }

    .mt-81 {
    margin-top: 81px;
    }

    .mt-82 {
    margin-top: 82px;
    }

    .mt-83 {
    margin-top: 83px;
    }

    .mt-84 {
    margin-top: 84px;
    }

    .mt-85 {
    margin-top: 85px;
    }

    .mt-86 {
    margin-top: 86px;
    }

    .mt-87 {
    margin-top: 87px;
    }

    .mt-88 {
    margin-top: 88px;
    }

    .mt-89 {
    margin-top: 89px;
    }

    .mt-90 {
    margin-top: 90px;
    }

    .mt-91 {
    margin-top: 91px;
    }

    .mt-92 {
    margin-top: 92px;
    }

    .mt-93 {
    margin-top: 93px;
    }

    .mt-94 {
    margin-top: 94px;
    }

    .mt-95 {
    margin-top: 95px;
    }

    .mt-96 {
    margin-top: 96px;
    }

    .mt-97 {
    margin-top: 97px;
    }

    .mt-98 {
    margin-top: 98px;
    }

    .mt-99 {
    margin-top: 99px;
    }

    .mt-100 {
    margin-top: 100px;
    }

    /*-- Margin Bottom --*/
    .mb-1 {
    margin-bottom: 1px;
    }

    .mb-2 {
    margin-bottom: 2px;
    }

    .mb-3 {
    margin-bottom: 3px;
    }

    .mb-4 {
    margin-bottom: 4px;
    }

    .mb-5 {
    margin-bottom: 5px;
    }

    .mb-6 {
    margin-bottom: 6px;
    }

    .mb-7 {
    margin-bottom: 7px;
    }

    .mb-8 {
    margin-bottom: 8px;
    }

    .mb-9 {
    margin-bottom: 9px;
    }

    .mb-10 {
    margin-bottom: 10px;
    }

    .mb-11 {
    margin-bottom: 11px;
    }

    .mb-12 {
    margin-bottom: 12px;
    }

    .mb-13 {
    margin-bottom: 13px;
    }

    .mb-14 {
    margin-bottom: 14px;
    }

    .mb-15 {
    margin-bottom: 15px;
    }

    .mb-16 {
    margin-bottom: 16px;
    }

    .mb-17 {
    margin-bottom: 17px;
    }

    .mb-18 {
    margin-bottom: 18px;
    }

    .mb-19 {
    margin-bottom: 19px;
    }

    .mb-20 {
    margin-bottom: 20px;
    }

    .mb-21 {
    margin-bottom: 21px;
    }

    .mb-22 {
    margin-bottom: 22px;
    }

    .mb-23 {
    margin-bottom: 23px;
    }

    .mb-24 {
    margin-bottom: 24px;
    }

    .mb-25 {
    margin-bottom: 25px;
    }

    .mb-26 {
    margin-bottom: 26px;
    }

    .mb-27 {
    margin-bottom: 27px;
    }

    .mb-28 {
    margin-bottom: 28px;
    }

    .mb-29 {
    margin-bottom: 29px;
    }

    .mb-30 {
    margin-bottom: 30px;
    }

    .mb-31 {
    margin-bottom: 31px;
    }

    .mb-32 {
    margin-bottom: 32px;
    }

    .mb-33 {
    margin-bottom: 33px;
    }

    .mb-34 {
    margin-bottom: 34px;
    }

    .mb-35 {
    margin-bottom: 35px;
    }

    .mb-36 {
    margin-bottom: 36px;
    }

    .mb-37 {
    margin-bottom: 37px;
    }

    .mb-38 {
    margin-bottom: 38px;
    }

    .mb-39 {
    margin-bottom: 39px;
    }

    .mb-40 {
    margin-bottom: 40px;
    }

    .mb-41 {
    margin-bottom: 41px;
    }

    .mb-42 {
    margin-bottom: 42px;
    }

    .mb-43 {
    margin-bottom: 43px;
    }

    .mb-44 {
    margin-bottom: 44px;
    }

    .mb-45 {
    margin-bottom: 45px;
    }

    .mb-46 {
    margin-bottom: 46px;
    }

    .mb-47 {
    margin-bottom: 47px;
    }

    .mb-48 {
    margin-bottom: 48px;
    }

    .mb-49 {
    margin-bottom: 49px;
    }

    .mb-50 {
    margin-bottom: 50px;
    }

    .mb-51 {
    margin-bottom: 51px;
    }

    .mb-52 {
    margin-bottom: 52px;
    }

    .mb-53 {
    margin-bottom: 53px;
    }

    .mb-54 {
    margin-bottom: 54px;
    }

    .mb-55 {
    margin-bottom: 55px;
    }

    .mb-56 {
    margin-bottom: 56px;
    }

    .mb-57 {
    margin-bottom: 57px;
    }

    .mb-58 {
    margin-bottom: 58px;
    }

    .mb-59 {
    margin-bottom: 59px;
    }

    .mb-60 {
    margin-bottom: 60px;
    }

    .mb-61 {
    margin-bottom: 61px;
    }

    .mb-62 {
    margin-bottom: 62px;
    }

    .mb-63 {
    margin-bottom: 63px;
    }

    .mb-64 {
    margin-bottom: 64px;
    }

    .mb-65 {
    margin-bottom: 65px;
    }

    .mb-66 {
    margin-bottom: 66px;
    }

    .mb-67 {
    margin-bottom: 67px;
    }

    .mb-68 {
    margin-bottom: 68px;
    }

    .mb-69 {
    margin-bottom: 69px;
    }

    .mb-70 {
    margin-bottom: 70px;
    }

    .mb-71 {
    margin-bottom: 71px;
    }

    .mb-72 {
    margin-bottom: 72px;
    }

    .mb-73 {
    margin-bottom: 73px;
    }

    .mb-74 {
    margin-bottom: 74px;
    }

    .mb-75 {
    margin-bottom: 75px;
    }

    .mb-76 {
    margin-bottom: 76px;
    }

    .mb-77 {
    margin-bottom: 77px;
    }

    .mb-78 {
    margin-bottom: 78px;
    }

    .mb-79 {
    margin-bottom: 79px;
    }

    .mb-80 {
    margin-bottom: 80px;
    }

    .mb-81 {
    margin-bottom: 81px;
    }

    .mb-82 {
    margin-bottom: 82px;
    }

    .mb-83 {
    margin-bottom: 83px;
    }

    .mb-84 {
    margin-bottom: 84px;
    }

    .mb-85 {
    margin-bottom: 85px;
    }

    .mb-86 {
    margin-bottom: 86px;
    }

    .mb-87 {
    margin-bottom: 87px;
    }

    .mb-88 {
    margin-bottom: 88px;
    }

    .mb-89 {
    margin-bottom: 89px;
    }

    .mb-90 {
    margin-bottom: 90px;
    }

    .mb-91 {
    margin-bottom: 91px;
    }

    .mb-92 {
    margin-bottom: 92px;
    }

    .mb-93 {
    margin-bottom: 93px;
    }

    .mb-94 {
    margin-bottom: 94px;
    }

    .mb-95 {
    margin-bottom: 95px;
    }

    .mb-96 {
    margin-bottom: 96px;
    }

    .mb-97 {
    margin-bottom: 97px;
    }

    .mb-98 {
    margin-bottom: 98px;
    }

    .mb-99 {
    margin-bottom: 99px;
    }

    .mb-100 {
    margin-bottom: 100px;
    }

    /*-- Margin Left --*/
    .ml-1 {
    margin-inline-start: 1px;
    }

    .ml-2 {
    margin-inline-start: 2px;
    }

    .ml-3 {
    margin-inline-start: 3px;
    }

    .ml-4 {
    margin-inline-start: 4px;
    }

    .ml-5 {
    margin-inline-start: 5px;
    }

    .ml-6 {
    margin-inline-start: 6px;
    }

    .ml-7 {
    margin-inline-start: 7px;
    }

    .ml-8 {
    margin-inline-start: 8px;
    }

    .ml-9 {
    margin-inline-start: 9px;
    }

    .ml-10 {
    margin-inline-start: 10px;
    }

    .ml-11 {
    margin-inline-start: 11px;
    }

    .ml-12 {
    margin-inline-start: 12px;
    }

    .ml-13 {
    margin-inline-start: 13px;
    }

    .ml-14 {
    margin-inline-start: 14px;
    }

    .ml-15 {
    margin-inline-start: 15px;
    }

    .ml-16 {
    margin-inline-start: 16px;
    }

    .ml-17 {
    margin-inline-start: 17px;
    }

    .ml-18 {
    margin-inline-start: 18px;
    }

    .ml-19 {
    margin-inline-start: 19px;
    }

    .ml-20 {
    margin-inline-start: 20px;
    }

    .ml-21 {
    margin-inline-start: 21px;
    }

    .ml-22 {
    margin-inline-start: 22px;
    }

    .ml-23 {
    margin-inline-start: 23px;
    }

    .ml-24 {
    margin-inline-start: 24px;
    }

    .ml-25 {
    margin-inline-start: 25px;
    }

    .ml-26 {
    margin-inline-start: 26px;
    }

    .ml-27 {
    margin-inline-start: 27px;
    }

    .ml-28 {
    margin-inline-start: 28px;
    }

    .ml-29 {
    margin-inline-start: 29px;
    }

    .ml-30 {
    margin-inline-start: 30px;
    }

    .ml-31 {
    margin-inline-start: 31px;
    }

    .ml-32 {
    margin-inline-start: 32px;
    }

    .ml-33 {
    margin-inline-start: 33px;
    }

    .ml-34 {
    margin-inline-start: 34px;
    }

    .ml-35 {
    margin-inline-start: 35px;
    }

    .ml-36 {
    margin-inline-start: 36px;
    }

    .ml-37 {
    margin-inline-start: 37px;
    }

    .ml-38 {
    margin-inline-start: 38px;
    }

    .ml-39 {
    margin-inline-start: 39px;
    }

    .ml-40 {
    margin-inline-start: 40px;
    }

    .ml-41 {
    margin-inline-start: 41px;
    }

    .ml-42 {
    margin-inline-start: 42px;
    }

    .ml-43 {
    margin-inline-start: 43px;
    }

    .ml-44 {
    margin-inline-start: 44px;
    }

    .ml-45 {
    margin-inline-start: 45px;
    }

    .ml-46 {
    margin-inline-start: 46px;
    }

    .ml-47 {
    margin-inline-start: 47px;
    }

    .ml-48 {
    margin-inline-start: 48px;
    }

    .ml-49 {
    margin-inline-start: 49px;
    }

    .ml-50 {
    margin-inline-start: 50px;
    }

    .ml-51 {
    margin-inline-start: 51px;
    }

    .ml-52 {
    margin-inline-start: 52px;
    }

    .ml-53 {
    margin-inline-start: 53px;
    }

    .ml-54 {
    margin-inline-start: 54px;
    }

    .ml-55 {
    margin-inline-start: 55px;
    }

    .ml-56 {
    margin-inline-start: 56px;
    }

    .ml-57 {
    margin-inline-start: 57px;
    }

    .ml-58 {
    margin-inline-start: 58px;
    }

    .ml-59 {
    margin-inline-start: 59px;
    }

    .ml-60 {
    margin-inline-start: 60px;
    }

    .ml-61 {
    margin-inline-start: 61px;
    }

    .ml-62 {
    margin-inline-start: 62px;
    }

    .ml-63 {
    margin-inline-start: 63px;
    }

    .ml-64 {
    margin-inline-start: 64px;
    }

    .ml-65 {
    margin-inline-start: 65px;
    }

    .ml-66 {
    margin-inline-start: 66px;
    }

    .ml-67 {
    margin-inline-start: 67px;
    }

    .ml-68 {
    margin-inline-start: 68px;
    }

    .ml-69 {
    margin-inline-start: 69px;
    }

    .ml-70 {
    margin-inline-start: 70px;
    }

    .ml-71 {
    margin-inline-start: 71px;
    }

    .ml-72 {
    margin-inline-start: 72px;
    }

    .ml-73 {
    margin-inline-start: 73px;
    }

    .ml-74 {
    margin-inline-start: 74px;
    }

    .ml-75 {
    margin-inline-start: 75px;
    }

    .ml-76 {
    margin-inline-start: 76px;
    }

    .ml-77 {
    margin-inline-start: 77px;
    }

    .ml-78 {
    margin-inline-start: 78px;
    }

    .ml-79 {
    margin-inline-start: 79px;
    }

    .ml-80 {
    margin-inline-start: 80px;
    }

    .ml-81 {
    margin-inline-start: 81px;
    }

    .ml-82 {
    margin-inline-start: 82px;
    }

    .ml-83 {
    margin-inline-start: 83px;
    }

    .ml-84 {
    margin-inline-start: 84px;
    }

    .ml-85 {
    margin-inline-start: 85px;
    }

    .ml-86 {
    margin-inline-start: 86px;
    }

    .ml-87 {
    margin-inline-start: 87px;
    }

    .ml-88 {
    margin-inline-start: 88px;
    }

    .ml-89 {
    margin-inline-start: 89px;
    }

    .ml-90 {
    margin-inline-start: 90px;
    }

    .ml-91 {
    margin-inline-start: 91px;
    }

    .ml-92 {
    margin-inline-start: 92px;
    }

    .ml-93 {
    margin-inline-start: 93px;
    }

    .ml-94 {
    margin-inline-start: 94px;
    }

    .ml-95 {
    margin-inline-start: 95px;
    }

    .ml-96 {
    margin-inline-start: 96px;
    }

    .ml-97 {
    margin-inline-start: 97px;
    }

    .ml-98 {
    margin-inline-start: 98px;
    }

    .ml-99 {
    margin-inline-start: 99px;
    }

    .ml-100 {
    margin-inline-start: 100px;
    }

    /*-- Margin Right --*/
    .mr-1 {
    margin-inline-end: 1px;
    }

    .mr-2 {
    margin-inline-end: 2px;
    }

    .mr-3 {
    margin-inline-end: 3px;
    }

    .mr-4 {
    margin-inline-end: 4px;
    }

    .mr-5 {
    margin-inline-end: 5px;
    }

    .mr-6 {
    margin-inline-end: 6px;
    }

    .mr-7 {
    margin-inline-end: 7px;
    }

    .mr-8 {
    margin-inline-end: 8px;
    }

    .mr-9 {
    margin-inline-end: 9px;
    }

    .mr-10 {
    margin-inline-end: 10px;
    }

    .mr-11 {
    margin-inline-end: 11px;
    }

    .mr-12 {
    margin-inline-end: 12px;
    }

    .mr-13 {
    margin-inline-end: 13px;
    }

    .mr-14 {
    margin-inline-end: 14px;
    }

    .mr-15 {
    margin-inline-end: 15px;
    }

    .mr-16 {
    margin-inline-end: 16px;
    }

    .mr-17 {
    margin-inline-end: 17px;
    }

    .mr-18 {
    margin-inline-end: 18px;
    }

    .mr-19 {
    margin-inline-end: 19px;
    }

    .mr-20 {
    margin-inline-end: 20px;
    }

    .mr-21 {
    margin-inline-end: 21px;
    }

    .mr-22 {
    margin-inline-end: 22px;
    }

    .mr-23 {
    margin-inline-end: 23px;
    }

    .mr-24 {
    margin-inline-end: 24px;
    }

    .mr-25 {
    margin-inline-end: 25px;
    }

    .mr-26 {
    margin-inline-end: 26px;
    }

    .mr-27 {
    margin-inline-end: 27px;
    }

    .mr-28 {
    margin-inline-end: 28px;
    }

    .mr-29 {
    margin-inline-end: 29px;
    }

    .mr-30 {
    margin-inline-end: 30px;
    }

    .mr-31 {
    margin-inline-end: 31px;
    }

    .mr-32 {
    margin-inline-end: 32px;
    }

    .mr-33 {
    margin-inline-end: 33px;
    }

    .mr-34 {
    margin-inline-end: 34px;
    }

    .mr-35 {
    margin-inline-end: 35px;
    }

    .mr-36 {
    margin-inline-end: 36px;
    }

    .mr-37 {
    margin-inline-end: 37px;
    }

    .mr-38 {
    margin-inline-end: 38px;
    }

    .mr-39 {
    margin-inline-end: 39px;
    }

    .mr-40 {
    margin-inline-end: 40px;
    }

    .mr-41 {
    margin-inline-end: 41px;
    }

    .mr-42 {
    margin-inline-end: 42px;
    }

    .mr-43 {
    margin-inline-end: 43px;
    }

    .mr-44 {
    margin-inline-end: 44px;
    }

    .mr-45 {
    margin-inline-end: 45px;
    }

    .mr-46 {
    margin-inline-end: 46px;
    }

    .mr-47 {
    margin-inline-end: 47px;
    }

    .mr-48 {
    margin-inline-end: 48px;
    }

    .mr-49 {
    margin-inline-end: 49px;
    }

    .mr-50 {
    margin-inline-end: 50px;
    }

    .mr-51 {
    margin-inline-end: 51px;
    }

    .mr-52 {
    margin-inline-end: 52px;
    }

    .mr-53 {
    margin-inline-end: 53px;
    }

    .mr-54 {
    margin-inline-end: 54px;
    }

    .mr-55 {
    margin-inline-end: 55px;
    }

    .mr-56 {
    margin-inline-end: 56px;
    }

    .mr-57 {
    margin-inline-end: 57px;
    }

    .mr-58 {
    margin-inline-end: 58px;
    }

    .mr-59 {
    margin-inline-end: 59px;
    }

    .mr-60 {
    margin-inline-end: 60px;
    }

    .mr-61 {
    margin-inline-end: 61px;
    }

    .mr-62 {
    margin-inline-end: 62px;
    }

    .mr-63 {
    margin-inline-end: 63px;
    }

    .mr-64 {
    margin-inline-end: 64px;
    }

    .mr-65 {
    margin-inline-end: 65px;
    }

    .mr-66 {
    margin-inline-end: 66px;
    }

    .mr-67 {
    margin-inline-end: 67px;
    }

    .mr-68 {
    margin-inline-end: 68px;
    }

    .mr-69 {
    margin-inline-end: 69px;
    }

    .mr-70 {
    margin-inline-end: 70px;
    }

    .mr-71 {
    margin-inline-end: 71px;
    }

    .mr-72 {
    margin-inline-end: 72px;
    }

    .mr-73 {
    margin-inline-end: 73px;
    }

    .mr-74 {
    margin-inline-end: 74px;
    }

    .mr-75 {
    margin-inline-end: 75px;
    }

    .mr-76 {
    margin-inline-end: 76px;
    }

    .mr-77 {
    margin-inline-end: 77px;
    }

    .mr-78 {
    margin-inline-end: 78px;
    }

    .mr-79 {
    margin-inline-end: 79px;
    }

    .mr-80 {
    margin-inline-end: 80px;
    }

    .mr-81 {
    margin-inline-end: 81px;
    }

    .mr-82 {
    margin-inline-end: 82px;
    }

    .mr-83 {
    margin-inline-end: 83px;
    }

    .mr-84 {
    margin-inline-end: 84px;
    }

    .mr-85 {
    margin-inline-end: 85px;
    }

    .mr-86 {
    margin-inline-end: 86px;
    }

    .mr-87 {
    margin-inline-end: 87px;
    }

    .mr-88 {
    margin-inline-end: 88px;
    }

    .mr-89 {
    margin-inline-end: 89px;
    }

    .mr-90 {
    margin-inline-end: 90px;
    }

    .mr-91 {
    margin-inline-end: 91px;
    }

    .mr-92 {
    margin-inline-end: 92px;
    }

    .mr-93 {
    margin-inline-end: 93px;
    }

    .mr-94 {
    margin-inline-end: 94px;
    }

    .mr-95 {
    margin-inline-end: 95px;
    }

    .mr-96 {
    margin-inline-end: 96px;
    }

    .mr-97 {
    margin-inline-end: 97px;
    }

    .mr-98 {
    margin-inline-end: 98px;
    }

    .mr-99 {
    margin-inline-end: 99px;
    }

    .mr-100 {
    margin-inline-end: 100px;
    }

    /*-- Padding Top --*/
    .pt-1 {
    padding-top: 1px;
    }

    .pt-2 {
    padding-top: 2px;
    }

    .pt-3 {
    padding-top: 3px;
    }

    .pt-4 {
    padding-top: 4px;
    }

    .pt-5 {
    padding-top: 5px;
    }

    .pt-6 {
    padding-top: 6px;
    }

    .pt-7 {
    padding-top: 7px;
    }

    .pt-8 {
    padding-top: 8px;
    }

    .pt-9 {
    padding-top: 9px;
    }

    .pt-10 {
    padding-top: 10px;
    }

    .pt-11 {
    padding-top: 11px;
    }

    .pt-12 {
    padding-top: 12px;
    }

    .pt-13 {
    padding-top: 13px;
    }

    .pt-14 {
    padding-top: 14px;
    }

    .pt-15 {
    padding-top: 15px;
    }

    .pt-16 {
    padding-top: 16px;
    }

    .pt-17 {
    padding-top: 17px;
    }

    .pt-18 {
    padding-top: 18px;
    }

    .pt-19 {
    padding-top: 19px;
    }

    .pt-20 {
    padding-top: 20px;
    }

    .pt-21 {
    padding-top: 21px;
    }

    .pt-22 {
    padding-top: 22px;
    }

    .pt-23 {
    padding-top: 23px;
    }

    .pt-24 {
    padding-top: 24px;
    }

    .pt-25 {
    padding-top: 25px;
    }

    .pt-26 {
    padding-top: 26px;
    }

    .pt-27 {
    padding-top: 27px;
    }

    .pt-28 {
    padding-top: 28px;
    }

    .pt-29 {
    padding-top: 29px;
    }

    .pt-30 {
    padding-top: 30px;
    }

    .pt-31 {
    padding-top: 31px;
    }

    .pt-32 {
    padding-top: 32px;
    }

    .pt-33 {
    padding-top: 33px;
    }

    .pt-34 {
    padding-top: 34px;
    }

    .pt-35 {
    padding-top: 35px;
    }

    .pt-36 {
    padding-top: 36px;
    }

    .pt-37 {
    padding-top: 37px;
    }

    .pt-38 {
    padding-top: 38px;
    }

    .pt-39 {
    padding-top: 39px;
    }

    .pt-40 {
    padding-top: 40px;
    }

    .pt-41 {
    padding-top: 41px;
    }

    .pt-42 {
    padding-top: 42px;
    }

    .pt-43 {
    padding-top: 43px;
    }

    .pt-44 {
    padding-top: 44px;
    }

    .pt-45 {
    padding-top: 45px;
    }

    .pt-46 {
    padding-top: 46px;
    }

    .pt-47 {
    padding-top: 47px;
    }

    .pt-48 {
    padding-top: 48px;
    }

    .pt-49 {
    padding-top: 49px;
    }

    .pt-50 {
    padding-top: 50px;
    }

    .pt-51 {
    padding-top: 51px;
    }

    .pt-52 {
    padding-top: 52px;
    }

    .pt-53 {
    padding-top: 53px;
    }

    .pt-54 {
    padding-top: 54px;
    }

    .pt-55 {
    padding-top: 55px;
    }

    .pt-56 {
    padding-top: 56px;
    }

    .pt-57 {
    padding-top: 57px;
    }

    .pt-58 {
    padding-top: 58px;
    }

    .pt-59 {
    padding-top: 59px;
    }

    .pt-60 {
    padding-top: 60px;
    }

    .pt-61 {
    padding-top: 61px;
    }

    .pt-62 {
    padding-top: 62px;
    }

    .pt-63 {
    padding-top: 63px;
    }

    .pt-64 {
    padding-top: 64px;
    }

    .pt-65 {
    padding-top: 65px;
    }

    .pt-66 {
    padding-top: 66px;
    }

    .pt-67 {
    padding-top: 67px;
    }

    .pt-68 {
    padding-top: 68px;
    }

    .pt-69 {
    padding-top: 69px;
    }

    .pt-70 {
    padding-top: 70px;
    }

    .pt-71 {
    padding-top: 71px;
    }

    .pt-72 {
    padding-top: 72px;
    }

    .pt-73 {
    padding-top: 73px;
    }

    .pt-74 {
    padding-top: 74px;
    }

    .pt-75 {
    padding-top: 75px;
    }

    .pt-76 {
    padding-top: 76px;
    }

    .pt-77 {
    padding-top: 77px;
    }

    .pt-78 {
    padding-top: 78px;
    }

    .pt-79 {
    padding-top: 79px;
    }

    .pt-80 {
    padding-top: 80px;
    }

    .pt-81 {
    padding-top: 81px;
    }

    .pt-82 {
    padding-top: 82px;
    }

    .pt-83 {
    padding-top: 83px;
    }

    .pt-84 {
    padding-top: 84px;
    }

    .pt-85 {
    padding-top: 85px;
    }

    .pt-86 {
    padding-top: 86px;
    }

    .pt-87 {
    padding-top: 87px;
    }

    .pt-88 {
    padding-top: 88px;
    }

    .pt-89 {
    padding-top: 89px;
    }

    .pt-90 {
    padding-top: 90px;
    }

    .pt-91 {
    padding-top: 91px;
    }

    .pt-92 {
    padding-top: 92px;
    }

    .pt-93 {
    padding-top: 93px;
    }

    .pt-94 {
    padding-top: 94px;
    }

    .pt-95 {
    padding-top: 95px;
    }

    .pt-96 {
    padding-top: 96px;
    }

    .pt-97 {
    padding-top: 97px;
    }

    .pt-98 {
    padding-top: 98px;
    }

    .pt-99 {
    padding-top: 99px;
    }

    .pt-100 {
    padding-top: 100px;
    }

    /*-- Padding Bottom --*/
    .pb-1 {
    padding-bottom: 1px;
    }

    .pb-2 {
    padding-bottom: 2px;
    }

    .pb-3 {
    padding-bottom: 3px;
    }

    .pb-4 {
    padding-bottom: 4px;
    }

    .pb-5 {
    padding-bottom: 5px;
    }

    .pb-6 {
    padding-bottom: 6px;
    }

    .pb-7 {
    padding-bottom: 7px;
    }

    .pb-8 {
    padding-bottom: 8px;
    }

    .pb-9 {
    padding-bottom: 9px;
    }

    .pb-10 {
    padding-bottom: 10px;
    }

    .pb-11 {
    padding-bottom: 11px;
    }

    .pb-12 {
    padding-bottom: 12px;
    }

    .pb-13 {
    padding-bottom: 13px;
    }

    .pb-14 {
    padding-bottom: 14px;
    }

    .pb-15 {
    padding-bottom: 15px;
    }

    .pb-16 {
    padding-bottom: 16px;
    }

    .pb-17 {
    padding-bottom: 17px;
    }

    .pb-18 {
    padding-bottom: 18px;
    }

    .pb-19 {
    padding-bottom: 19px;
    }

    .pb-20 {
    padding-bottom: 20px;
    }

    .pb-21 {
    padding-bottom: 21px;
    }

    .pb-22 {
    padding-bottom: 22px;
    }

    .pb-23 {
    padding-bottom: 23px;
    }

    .pb-24 {
    padding-bottom: 24px;
    }

    .pb-25 {
    padding-bottom: 25px;
    }

    .pb-26 {
    padding-bottom: 26px;
    }

    .pb-27 {
    padding-bottom: 27px;
    }

    .pb-28 {
    padding-bottom: 28px;
    }

    .pb-29 {
    padding-bottom: 29px;
    }

    .pb-30 {
    padding-bottom: 30px;
    }

    .pb-31 {
    padding-bottom: 31px;
    }

    .pb-32 {
    padding-bottom: 32px;
    }

    .pb-33 {
    padding-bottom: 33px;
    }

    .pb-34 {
    padding-bottom: 34px;
    }

    .pb-35 {
    padding-bottom: 35px;
    }

    .pb-36 {
    padding-bottom: 36px;
    }

    .pb-37 {
    padding-bottom: 37px;
    }

    .pb-38 {
    padding-bottom: 38px;
    }

    .pb-39 {
    padding-bottom: 39px;
    }

    .pb-40 {
    padding-bottom: 40px;
    }

    .pb-41 {
    padding-bottom: 41px;
    }

    .pb-42 {
    padding-bottom: 42px;
    }

    .pb-43 {
    padding-bottom: 43px;
    }

    .pb-44 {
    padding-bottom: 44px;
    }

    .pb-45 {
    padding-bottom: 45px;
    }

    .pb-46 {
    padding-bottom: 46px;
    }

    .pb-47 {
    padding-bottom: 47px;
    }

    .pb-48 {
    padding-bottom: 48px;
    }

    .pb-49 {
    padding-bottom: 49px;
    }

    .pb-50 {
    padding-bottom: 50px;
    }

    .pb-51 {
    padding-bottom: 51px;
    }

    .pb-52 {
    padding-bottom: 52px;
    }

    .pb-53 {
    padding-bottom: 53px;
    }

    .pb-54 {
    padding-bottom: 54px;
    }

    .pb-55 {
    padding-bottom: 55px;
    }

    .pb-56 {
    padding-bottom: 56px;
    }

    .pb-57 {
    padding-bottom: 57px;
    }

    .pb-58 {
    padding-bottom: 58px;
    }

    .pb-59 {
    padding-bottom: 59px;
    }

    .pb-60 {
    padding-bottom: 60px;
    }

    .pb-61 {
    padding-bottom: 61px;
    }

    .pb-62 {
    padding-bottom: 62px;
    }

    .pb-63 {
    padding-bottom: 63px;
    }

    .pb-64 {
    padding-bottom: 64px;
    }

    .pb-65 {
    padding-bottom: 65px;
    }

    .pb-66 {
    padding-bottom: 66px;
    }

    .pb-67 {
    padding-bottom: 67px;
    }

    .pb-68 {
    padding-bottom: 68px;
    }

    .pb-69 {
    padding-bottom: 69px;
    }

    .pb-70 {
    padding-bottom: 70px;
    }

    .pb-71 {
    padding-bottom: 71px;
    }

    .pb-72 {
    padding-bottom: 72px;
    }

    .pb-73 {
    padding-bottom: 73px;
    }

    .pb-74 {
    padding-bottom: 74px;
    }

    .pb-75 {
    padding-bottom: 75px;
    }

    .pb-76 {
    padding-bottom: 76px;
    }

    .pb-77 {
    padding-bottom: 77px;
    }

    .pb-78 {
    padding-bottom: 78px;
    }

    .pb-79 {
    padding-bottom: 79px;
    }

    .pb-80 {
    padding-bottom: 80px;
    }

    .pb-81 {
    padding-bottom: 81px;
    }

    .pb-82 {
    padding-bottom: 82px;
    }

    .pb-83 {
    padding-bottom: 83px;
    }

    .pb-84 {
    padding-bottom: 84px;
    }

    .pb-85 {
    padding-bottom: 85px;
    }

    .pb-86 {
    padding-bottom: 86px;
    }

    .pb-87 {
    padding-bottom: 87px;
    }

    .pb-88 {
    padding-bottom: 88px;
    }

    .pb-89 {
    padding-bottom: 89px;
    }

    .pb-90 {
    padding-bottom: 90px;
    }

    .pb-91 {
    padding-bottom: 91px;
    }

    .pb-92 {
    padding-bottom: 92px;
    }

    .pb-93 {
    padding-bottom: 93px;
    }

    .pb-94 {
    padding-bottom: 94px;
    }

    .pb-95 {
    padding-bottom: 95px;
    }

    .pb-96 {
    padding-bottom: 96px;
    }

    .pb-97 {
    padding-bottom: 97px;
    }

    .pb-98 {
    padding-bottom: 98px;
    }

    .pb-99 {
    padding-bottom: 99px;
    }

    .pb-100 {
    padding-bottom: 100px;
    }

    /*-- Padding Left --*/
    .pl-1 {
    padding-inline-start: 1px;
    }

    .pl-2 {
    padding-inline-start: 2px;
    }

    .pl-3 {
    padding-inline-start: 3px;
    }

    .pl-4 {
    padding-inline-start: 4px;
    }

    .pl-5 {
    padding-inline-start: 5px;
    }

    .pl-6 {
    padding-inline-start: 6px;
    }

    .pl-7 {
    padding-inline-start: 7px;
    }

    .pl-8 {
    padding-inline-start: 8px;
    }

    .pl-9 {
    padding-inline-start: 9px;
    }

    .pl-10 {
    padding-inline-start: 10px;
    }

    .pl-11 {
    padding-inline-start: 11px;
    }

    .pl-12 {
    padding-inline-start: 12px;
    }

    .pl-13 {
    padding-inline-start: 13px;
    }

    .pl-14 {
    padding-inline-start: 14px;
    }

    .pl-15 {
    padding-inline-start: 15px;
    }

    .pl-16 {
    padding-inline-start: 16px;
    }

    .pl-17 {
    padding-inline-start: 17px;
    }

    .pl-18 {
    padding-inline-start: 18px;
    }

    .pl-19 {
    padding-inline-start: 19px;
    }

    .pl-20 {
    padding-inline-start: 20px;
    }

    .pl-21 {
    padding-inline-start: 21px;
    }

    .pl-22 {
    padding-inline-start: 22px;
    }

    .pl-23 {
    padding-inline-start: 23px;
    }

    .pl-24 {
    padding-inline-start: 24px;
    }

    .pl-25 {
    padding-inline-start: 25px;
    }

    .pl-26 {
    padding-inline-start: 26px;
    }

    .pl-27 {
    padding-inline-start: 27px;
    }

    .pl-28 {
    padding-inline-start: 28px;
    }

    .pl-29 {
    padding-inline-start: 29px;
    }

    .pl-30 {
    padding-inline-start: 30px;
    }

    .pl-31 {
    padding-inline-start: 31px;
    }

    .pl-32 {
    padding-inline-start: 32px;
    }

    .pl-33 {
    padding-inline-start: 33px;
    }

    .pl-34 {
    padding-inline-start: 34px;
    }

    .pl-35 {
    padding-inline-start: 35px;
    }

    .pl-36 {
    padding-inline-start: 36px;
    }

    .pl-37 {
    padding-inline-start: 37px;
    }

    .pl-38 {
    padding-inline-start: 38px;
    }

    .pl-39 {
    padding-inline-start: 39px;
    }

    .pl-40 {
    padding-inline-start: 40px;
    }

    .pl-41 {
    padding-inline-start: 41px;
    }

    .pl-42 {
    padding-inline-start: 42px;
    }

    .pl-43 {
    padding-inline-start: 43px;
    }

    .pl-44 {
    padding-inline-start: 44px;
    }

    .pl-45 {
    padding-inline-start: 45px;
    }

    .pl-46 {
    padding-inline-start: 46px;
    }

    .pl-47 {
    padding-inline-start: 47px;
    }

    .pl-48 {
    padding-inline-start: 48px;
    }

    .pl-49 {
    padding-inline-start: 49px;
    }

    .pl-50 {
    padding-inline-start: 50px;
    }

    .pl-51 {
    padding-inline-start: 51px;
    }

    .pl-52 {
    padding-inline-start: 52px;
    }

    .pl-53 {
    padding-inline-start: 53px;
    }

    .pl-54 {
    padding-inline-start: 54px;
    }

    .pl-55 {
    padding-inline-start: 55px;
    }

    .pl-56 {
    padding-inline-start: 56px;
    }

    .pl-57 {
    padding-inline-start: 57px;
    }

    .pl-58 {
    padding-inline-start: 58px;
    }

    .pl-59 {
    padding-inline-start: 59px;
    }

    .pl-60 {
    padding-inline-start: 60px;
    }

    .pl-61 {
    padding-inline-start: 61px;
    }

    .pl-62 {
    padding-inline-start: 62px;
    }

    .pl-63 {
    padding-inline-start: 63px;
    }

    .pl-64 {
    padding-inline-start: 64px;
    }

    .pl-65 {
    padding-inline-start: 65px;
    }

    .pl-66 {
    padding-inline-start: 66px;
    }

    .pl-67 {
    padding-inline-start: 67px;
    }

    .pl-68 {
    padding-inline-start: 68px;
    }

    .pl-69 {
    padding-inline-start: 69px;
    }

    .pl-70 {
    padding-inline-start: 70px;
    }

    .pl-71 {
    padding-inline-start: 71px;
    }

    .pl-72 {
    padding-inline-start: 72px;
    }

    .pl-73 {
    padding-inline-start: 73px;
    }

    .pl-74 {
    padding-inline-start: 74px;
    }

    .pl-75 {
    padding-inline-start: 75px;
    }

    .pl-76 {
    padding-inline-start: 76px;
    }

    .pl-77 {
    padding-inline-start: 77px;
    }

    .pl-78 {
    padding-inline-start: 78px;
    }

    .pl-79 {
    padding-inline-start: 79px;
    }

    .pl-80 {
    padding-inline-start: 80px;
    }

    .pl-81 {
    padding-inline-start: 81px;
    }

    .pl-82 {
    padding-inline-start: 82px;
    }

    .pl-83 {
    padding-inline-start: 83px;
    }

    .pl-84 {
    padding-inline-start: 84px;
    }

    .pl-85 {
    padding-inline-start: 85px;
    }

    .pl-86 {
    padding-inline-start: 86px;
    }

    .pl-87 {
    padding-inline-start: 87px;
    }

    .pl-88 {
    padding-inline-start: 88px;
    }

    .pl-89 {
    padding-inline-start: 89px;
    }

    .pl-90 {
    padding-inline-start: 90px;
    }

    .pl-91 {
    padding-inline-start: 91px;
    }

    .pl-92 {
    padding-inline-start: 92px;
    }

    .pl-93 {
    padding-inline-start: 93px;
    }

    .pl-94 {
    padding-inline-start: 94px;
    }

    .pl-95 {
    padding-inline-start: 95px;
    }

    .pl-96 {
    padding-inline-start: 96px;
    }

    .pl-97 {
    padding-inline-start: 97px;
    }

    .pl-98 {
    padding-inline-start: 98px;
    }

    .pl-99 {
    padding-inline-start: 99px;
    }

    .pl-100 {
    padding-inline-start: 100px;
    }

    /*-- Padding Right --*/
    .pr-1 {
    padding-inline-end: 1px;
    }

    .pr-2 {
    padding-inline-end: 2px;
    }

    .pr-3 {
    padding-inline-end: 3px;
    }

    .pr-4 {
    padding-inline-end: 4px;
    }

    .pr-5 {
    padding-inline-end: 5px;
    }

    .pr-6 {
    padding-inline-end: 6px;
    }

    .pr-7 {
    padding-inline-end: 7px;
    }

    .pr-8 {
    padding-inline-end: 8px;
    }

    .pr-9 {
    padding-inline-end: 9px;
    }

    .pr-10 {
    padding-inline-end: 10px;
    }

    .pr-11 {
    padding-inline-end: 11px;
    }

    .pr-12 {
    padding-inline-end: 12px;
    }

    .pr-13 {
    padding-inline-end: 13px;
    }

    .pr-14 {
    padding-inline-end: 14px;
    }

    .pr-15 {
    padding-inline-end: 15px;
    }

    .pr-16 {
    padding-inline-end: 16px;
    }

    .pr-17 {
    padding-inline-end: 17px;
    }

    .pr-18 {
    padding-inline-end: 18px;
    }

    .pr-19 {
    padding-inline-end: 19px;
    }

    .pr-20 {
    padding-inline-end: 20px;
    }

    .pr-21 {
    padding-inline-end: 21px;
    }

    .pr-22 {
    padding-inline-end: 22px;
    }

    .pr-23 {
    padding-inline-end: 23px;
    }

    .pr-24 {
    padding-inline-end: 24px;
    }

    .pr-25 {
    padding-inline-end: 25px;
    }

    .pr-26 {
    padding-inline-end: 26px;
    }

    .pr-27 {
    padding-inline-end: 27px;
    }

    .pr-28 {
    padding-inline-end: 28px;
    }

    .pr-29 {
    padding-inline-end: 29px;
    }

    .pr-30 {
    padding-inline-end: 30px;
    }

    .pr-31 {
    padding-inline-end: 31px;
    }

    .pr-32 {
    padding-inline-end: 32px;
    }

    .pr-33 {
    padding-inline-end: 33px;
    }

    .pr-34 {
    padding-inline-end: 34px;
    }

    .pr-35 {
    padding-inline-end: 35px;
    }

    .pr-36 {
    padding-inline-end: 36px;
    }

    .pr-37 {
    padding-inline-end: 37px;
    }

    .pr-38 {
    padding-inline-end: 38px;
    }

    .pr-39 {
    padding-inline-end: 39px;
    }

    .pr-40 {
    padding-inline-end: 40px;
    }

    .pr-41 {
    padding-inline-end: 41px;
    }

    .pr-42 {
    padding-inline-end: 42px;
    }

    .pr-43 {
    padding-inline-end: 43px;
    }

    .pr-44 {
    padding-inline-end: 44px;
    }

    .pr-45 {
    padding-inline-end: 45px;
    }

    .pr-46 {
    padding-inline-end: 46px;
    }

    .pr-47 {
    padding-inline-end: 47px;
    }

    .pr-48 {
    padding-inline-end: 48px;
    }

    .pr-49 {
    padding-inline-end: 49px;
    }

    .pr-50 {
    padding-inline-end: 50px;
    }

    .pr-51 {
    padding-inline-end: 51px;
    }

    .pr-52 {
    padding-inline-end: 52px;
    }

    .pr-53 {
    padding-inline-end: 53px;
    }

    .pr-54 {
    padding-inline-end: 54px;
    }

    .pr-55 {
    padding-inline-end: 55px;
    }

    .pr-56 {
    padding-inline-end: 56px;
    }

    .pr-57 {
    padding-inline-end: 57px;
    }

    .pr-58 {
    padding-inline-end: 58px;
    }

    .pr-59 {
    padding-inline-end: 59px;
    }

    .pr-60 {
    padding-inline-end: 60px;
    }

    .pr-61 {
    padding-inline-end: 61px;
    }

    .pr-62 {
    padding-inline-end: 62px;
    }

    .pr-63 {
    padding-inline-end: 63px;
    }

    .pr-64 {
    padding-inline-end: 64px;
    }

    .pr-65 {
    padding-inline-end: 65px;
    }

    .pr-66 {
    padding-inline-end: 66px;
    }

    .pr-67 {
    padding-inline-end: 67px;
    }

    .pr-68 {
    padding-inline-end: 68px;
    }

    .pr-69 {
    padding-inline-end: 69px;
    }

    .pr-70 {
    padding-inline-end: 70px;
    }

    .pr-71 {
    padding-inline-end: 71px;
    }

    .pr-72 {
    padding-inline-end: 72px;
    }

    .pr-73 {
    padding-inline-end: 73px;
    }

    .pr-74 {
    padding-inline-end: 74px;
    }

    .pr-75 {
    padding-inline-end: 75px;
    }

    .pr-76 {
    padding-inline-end: 76px;
    }

    .pr-77 {
    padding-inline-end: 77px;
    }

    .pr-78 {
    padding-inline-end: 78px;
    }

    .pr-79 {
    padding-inline-end: 79px;
    }

    .pr-80 {
    padding-inline-end: 80px;
    }

    .pr-81 {
    padding-inline-end: 81px;
    }

    .pr-82 {
    padding-inline-end: 82px;
    }

    .pr-83 {
    padding-inline-end: 83px;
    }

    .pr-84 {
    padding-inline-end: 84px;
    }

    .pr-85 {
    padding-inline-end: 85px;
    }

    .pr-86 {
    padding-inline-end: 86px;
    }

    .pr-87 {
    padding-inline-end: 87px;
    }

    .pr-88 {
    padding-inline-end: 88px;
    }

    .pr-89 {
    padding-inline-end: 89px;
    }

    .pr-90 {
    padding-inline-end: 90px;
    }

    .pr-91 {
    padding-inline-end: 91px;
    }

    .pr-92 {
    padding-inline-end: 92px;
    }

    .pr-93 {
    padding-inline-end: 93px;
    }

    .pr-94 {
    padding-inline-end: 94px;
    }

    .pr-95 {
    padding-inline-end: 95px;
    }

    .pr-96 {
    padding-inline-end: 96px;
    }

    .pr-97 {
    padding-inline-end: 97px;
    }

    .pr-98 {
    padding-inline-end: 98px;
    }

    .pr-99 {
    padding-inline-end: 99px;
    }

    .pr-100 {
    padding-inline-end: 100px;
    }

    /*-- if sticky header --*/
    .has-sticky {
    padding-top: 80px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .has-sticky {
        padding-top: 70px;
    }
    }
    @media (max-width: 767px) {
    .has-sticky {
        padding-top: 64px;
    }
    }

    /*----------------------------
    header section design
    ------------------------------*/
    .header {
    background-color: var(--td-header-bg);
    position: relative;
    z-index: 50;
    }
    .header-wrapper {
    padding: 0 36px;
    }
    .header-wrapper-2 {
    padding: 0 0px;
    }
    .header-wrapper-logo {
    height: 60px;
    }
    @media (max-width: 767px) {
    .header-wrapper-logo {
        height: 55px;
    }
    }
    .header-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    .header-full {
    padding: 20px 0px;
    }
    .header-full-2 {
    padding: 16px 0px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-full {
        padding: 15px 15px;
    }
    .header-full-2 {
        padding: 15px 0px;
    }
    }
    @media (max-width: 767px) {
    .header-full {
        padding: 15px 0px;
    }
    .header-full-2 {
        padding: 15px 0px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .header .nav {
        display: none;
    }
    }
    .header .nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    }
    .header .nav ul li {
    margin-inline-end: 40px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header .nav ul li {
        margin-inline-end: 20px;
    }
    }
    .header .nav ul li:last-child {
    margin-inline-end: 0px;
    }
    .header .nav ul li a {
    font-size: 14px;
    color: var(--td-white);
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease-in-out;
    }
    .header .nav ul li a:hover, .header .nav ul li a.active {
    color: var(--td-theme-color);
    }
    .header .nav-2 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-radius: 61px;
    border: 1px solid #454545;
    background: rgba(255, 255, 255, 0.04);
    padding: 10px 4px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header .nav-2 ul {
        padding: 10px 6px;
    }
    }
    .header .nav-2 ul li {
    margin-inline-end: 10px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header .nav-2 ul li {
        margin-inline-end: 2px;
    }
    }
    .header .nav-2 ul li:last-child {
    margin-inline-end: 0px;
    }
    .header .nav-2 ul li a {
    padding: 10px 32px;
    border-radius: 100px;
    border: 1px solid transparent;
    background-color: transparent;
    color: var(--td-white);
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease-in-out;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header .nav-2 ul li a {
        padding: 8px 15px;
    }
    }
    .header .nav-2 ul li a:hover, .header .nav-2 ul li a.active {
    border: 1px solid var(--td-theme-color-2);
    background-color: rgba(0, 199, 89, 0.16);
    color: var(--td-white);
    }
    .header .nav-2 ul li a::after {
    display: none;
    }

    .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: transform 0.3s ease;
    }
    .header-hidden {
    transform: translateY(-100%);
    }

    /*----------------------------
    footer design
    ------------------------------*/
    .td-footer {
    margin-top: 80px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-footer {
        margin-top: 60px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-footer-right {
        margin-top: 60px;
    }
    }
    @media (max-width: 767px) {
    .td-footer-right {
        margin-top: 50px;
    }
    }
    .td-footer-wrapper {
    background-color: var(--td-theme-bg-color);
    padding: 48px;
    border-radius: 48px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-footer-wrapper {
        border-radius: 30px;
    }
    }
    @media (max-width: 767px) {
    .td-footer-wrapper {
        padding: 30px;
    }
    }
    .td-footer-logo {
    margin-bottom: 16px;
    }
    .td-footer-logo img {
    height: 34px;
    }
    .td-footer-content {
    width: 70%;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-footer-content {
        width: 90%;
    }
    }
    @media (max-width: 767px) {
    .td-footer-content {
        width: 100%;
    }
    }
    .td-footer-content p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    }
    .td-footer-content-inputs {
    margin: 24px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    }
    @media (max-width: 767px) {
    .td-footer-content-inputs {
        flex-direction: column;
        align-items: start;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-footer-content-inputs {
        margin: 16px 0;
        flex-direction: row;
    }
    }
    .td-footer-content-inputs input {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    padding-inline-start: 12px;
    padding-inline-end: 12px;
    width: 70%;
    }
    .td-footer-content-inputs input:focus {
    border-color: var(--td-theme-color);
    color: rgba(255, 255, 255, 0.6);
    }
    .td-footer-content-inputs input:focus::placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
    }
    @media (max-width: 767px) {
    .td-footer-content-inputs input {
        width: 100%;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-footer-content-inputs input {
        width: 70%;
    }
    }
    .td-footer-content-inputs input::placeholder {
    color: #FFF;
    font-size: 14px;
    opacity: 0.8;
    }
    .td-footer-links h3 {
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 20px;
    }
    @media (max-width: 767px) {
    .td-footer-links h3 {
        margin-bottom: 8px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-footer-links h3 {
        margin-bottom: 15px;
    }
    }
    .td-footer-links ul {
    list-style-type: none;
    }
    .td-footer-links ul li {
    margin-bottom: 8px;
    }
    .td-footer-links ul li:last-child {
    margin-bottom: 0;
    }
    .td-footer-links ul li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    }
    .td-footer-links ul li a:hover {
    color: var(--td-theme-color);
    }
    .td-footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    }
    @media (max-width: 767px) {
    .td-footer-copyright {
        padding: 25px 0;
    }
    }
    @media (max-width: 767px) {
    .td-footer-copyright {
        flex-direction: column;
    }
    }
    .td-footer-copyright p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    }
    @media (max-width: 767px) {
    .td-footer-copyright p {
        margin-bottom: 10px;
    }
    }
    .td-footer-copyright ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 24px;
    }
    @media (max-width: 767px) {
    .td-footer-copyright ul {
        gap: 10px;
    }
    }
    .td-footer-copyright ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    }
    .td-footer-copyright ul li a:hover {
    color: var(--td-theme-bg-color);
    }
    .td-footer-2 {
    background-color: #1D4734;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    }
    .td-footer-2-extraMT {
    margin-top: 100px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-footer-2-extraMT {
        margin-top: 40px;
    }
    }
    @media (max-width: 767px) {
    .td-footer-2-extraMT {
        margin-top: 30px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-footer-2 {
        padding: 50px 0;
    }
    }
    @media (max-width: 767px) {
    .td-footer-2 {
        padding: 40px 0;
    }
    }
    .td-footer-2-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3;
    }
    .td-footer-2-intro-logo {
    height: 34px;
    margin-bottom: 40px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-footer-2-intro-logo {
        margin-bottom: 30px;
    }
    }
    @media (max-width: 767px) {
    .td-footer-2-intro-logo {
        margin-bottom: 20px;
        height: 30px;
    }
    }
    .td-footer-2-intro-logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    }
    .td-footer-2-intro-des {
    width: 40%;
    margin-bottom: 40px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-footer-2-intro-des {
        margin-bottom: 30px;
    }
    }
    @media (max-width: 767px) {
    .td-footer-2-intro-des {
        margin-bottom: 20px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-footer-2-intro-des {
        width: 80%;
    }
    }
    @media (max-width: 767px) {
    .td-footer-2-intro-des {
        width: 100%;
    }
    }
    .td-footer-2-intro-des p {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    }
    @media (max-width: 767px) {
    .td-footer-2-intro-des p {
        font-size: 16px;
    }
    }
    .td-footer-2-intro-social {
    display: flex;
    align-items: center;
    gap: 24px;
    }
    .td-footer-2-intro-social a i {
    color: var(--td-white);
    font-size: 24px;
    transition: color 0.3s ease-in-out;
    }
    @media (max-width: 767px) {
    .td-footer-2-intro-social a i {
        font-size: 16px;
    }
    }
    .td-footer-2-intro-social a:hover i {
    color: var(--td-theme-color-2);
    }
    .td-footer-2-links {
    position: relative;
    z-index: 2;
    }
    .td-footer-2-links ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    }
    .td-footer-2-links ul li {
    position: relative;
    }
    .td-footer-2-links ul li a {
    color: var(--td-white);
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    padding: 10px 40px;
    position: relative;
    transition: color 0.3s ease-in-out;
    }
    @media (max-width: 767px) {
    .td-footer-2-links ul li a {
        padding: 10px 8px;
        font-size: 12px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-footer-2-links ul li a {
        padding: 10px 15px;
        font-size: 12px;
    }
    }
    .td-footer-2-links ul li a:hover {
    color: var(--td-theme-color-2);
    }
    .td-footer-2-links ul li a::after {
    content: "";
    position: absolute;
    bottom: 10px;
    inset-inline-end: 0px;
    height: 14px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    transition: background-color 0.3s ease;
    }
    .td-footer-2-links ul li:not(:last-child) a::after {
    display: block;
    }
    .td-footer-2-links ul li:last-child a::after {
    display: none;
    }
    .td-footer-2-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    position: relative;
    z-index: 2;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-footer-2-copyright {
        margin-top: 30px;
    }
    }
    @media (max-width: 767px) {
    .td-footer-2-copyright {
        margin-top: 20px;
    }
    }
    .td-footer-2-copyright p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    }
    @media (max-width: 767px) {
    .td-footer-2-copyright p {
        font-size: 12px;
    }
    }
    .td-footer-2-element {
    position: absolute;
    top: -50px;
    inset-inline-end: -50px;
    z-index: 1;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-footer-2-element {
        inset-inline-end: -140px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-footer-2-element {
        inset-inline-end: -270px;
    }
    .td-footer-2-element img {
        width: 400px;
    }
    }

    /*----------------------------
    hero section design
    ------------------------------*/
    .hero-section {
    position: relative;
    background-color: var(--td-theme-bg-color);
    overflow: hidden;
    padding-top: 80px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .hero-section {
        padding-top: 70px;
    }
    }
    .hero-section-full {
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 10;
    position: relative;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section-full {
        flex-direction: column;
    }
    }
    @media (max-width: 767px) {
    .hero-section-full {
        flex-direction: column;
    }
    }
    .hero-section-full-left {
    width: 45.9%;
    padding-inline-start: 15.7%;
    padding-top: 180px;
    padding-bottom: 180px;
    padding-inline-end: 30px;
    /* background-image: url('https://offistable.com/wp-content/uploads/2023/11/black-back-nov-scaled.webp'); */
    background-color: black;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .hero-section-full-left {
        padding-inline-start: 9.7%;
        padding-top: 150px;
        padding-bottom: 150px;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-section-full-left {
        padding-inline-start: 11.7%;
        width: 55%;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-inline-end: 20px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section-full-left {
        padding-inline-start: 5%;
        width: 50%;
        padding-top: 120px;
        padding-bottom: 120px;
        padding-inline-end: 20px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .hero-section-full-left {
        width: 100%;
        padding-inline-start: 0%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px 12px;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-inline-end: 60px;
        padding-inline-start: 60px;
    }
    }
    @media (max-width: 767px) {
    .hero-section-full-left {
        width: 100%;
        padding-inline-start: 0%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-inline-end: 30px;
        padding-inline-start: 30px;
    }
    }
    .hero-section-full-left h1 {
    color: var(--td-white);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;
    }
    .hero-section-full-left h1 span {
    color: var(--td-theme-color);
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .hero-section-full-left h1 br {
        display: none;
    }
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .hero-section-full-left h1 {
        font-size: 38px;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-section-full-left h1 {
        font-size: 28px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section-full-left h1 {
        font-size: 10px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .hero-section-full-left h1 {
        font-size: 28px;
        text-align: center;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .hero-section-full-left h1 {
        font-size: 18px;
        text-align: center;
    }
    }
    .td-brand-img {
    width: 100%;
    height: 80px; /* FIXED HEIGHT for equal size */
    display: flex;
    justify-content: center;
    align-items: center;
}

.td-brand-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
    .hero-section-full-left p {
        color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    /* white-space: pre-line;*/
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .hero-section-full-left p br {
        display: none;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .hero-section-full-left p {
        margin-bottom: 25px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section-full-left p {
        font-size: 16px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .hero-section-full-left p {
        font-size: 16px;
        text-align: center;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .hero-section-full-left p {
        font-size: 14px;
        text-align: center;
    }
    }
    .hero-section-full-right {
    width: 54.1%;
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    height: 100%;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .hero-section-full-right {
        position: unset;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section-full-right {
        width: 45%;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section-full-right {
        width: 50%;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-section-full-right {
        width: 100%;
    }
    }
    .hero-section-full-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    .hero-section-user {
    display: inline-flex;
    align-items: center;
    margin-top: 50px;
    background-color: #282828;
    border-radius: 8px;
    padding: 18px 20px;
    gap: 16px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .hero-section-user {
        margin-top: 30px;
        padding: 15px;
    }
    }
    @media (max-width: 767px) {
    .hero-section-user {
        gap: 5px;
    }
    }
    .hero-section-user-img {
    display: flex;
    align-items: center;
    }
    .hero-section-user-img img {
    border: 3px solid var(--td-white);
    border-radius: 50%;
    margin-inline-start: -18px;
    height: 45px;
    width: 45px;
    }
    @media (max-width: 767px) {
    .hero-section-user-img img {
        width: 40px;
        height: 40px;
        border: 1px solid var(--td-white);
    }
    }
    .hero-section-user-img img:first-child {
    margin-inline-start: 0;
    }
    .hero-section-user-text h4 {
    color: var(--td-white);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    }
    .hero-section-user-text p {
    color: var(--td-white);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    }
    .hero-section-social {
    position: absolute;
    inset-inline-start: -10.7%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .hero-section-social {
        inset-inline-start: -12.7%;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .hero-section-social {
        display: none;
    }
    }
    .hero-section-social-full {
    rotate: -90deg;
    display: flex;
    align-items: center;
    gap: 60px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-section-social-full {
        gap: 20px;
    }
    }
    .hero-section-social-full-email a {
    text-decoration: none;
    color: var(--td-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    }
    .hero-section-social-full-email a img {
    margin-inline-end: 5px;
    transform: rotate(90deg);
    }
    .hero-section-social-full-share {
    display: flex;
    align-items: center;
    gap: 16px;
    }
    .hero-section-social-full-share a {
    transform: rotate(0deg);
    }
    .hero-section-social-full-share a span{
        color: white;
        margin-left:7px;
    }
    .hero-section-social-full-phone a {
    text-decoration: none;
    color: var(--td-white);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    }
    .hero-section-social-full-phone a img {
    margin-inline-end: 5px;
    transform: rotate(90deg);
    }
    .hero-section-bg {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    }
    .hero-section-2 {
    position: relative;
    }
    .hero-section-2-slide {
    position: relative;
    width: 100%;
    height: 100%;
    }
    .hero-section-2-slide-img-box {
    width: 100%;
    height: auto;
    display: block;
    }
    .hero-section-2-slide-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    }
    .hero-section-2-slide .gradient-overlay {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, #000 100.25%);
    z-index: 1;
    }
    .hero-section-2-slide .content-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    }
    .hero-section-2-slide .content-container-full {
    display: flex;
    justify-content: left;
    align-items: start;
    position: relative;
    z-index: 10;
    padding: 200px 0 30px 0;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section-2-slide .content-container-full {
        padding: 170px 0 30px 0;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .hero-section-2-slide .content-container-full {
        padding: 150px 0 30px 0;
    }
    }
    [dir=rtl] .hero-section-2-slide .content-container-full {
    justify-content: right;
    }
    .hero-section-2-slide .content-container-full-content-title {
    color: var(--td-white);
    font-size: 72px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
    }
    [dir=rtl] .hero-section-2-slide .content-container-full-content-title {
    text-align: right;
    width: 62%;
    }
    @media only screen and (min-width: 1700px) and (max-width: 1890px), only screen and (min-width: 1400px) and (max-width: 1699px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .hero-section-2-slide .content-container-full-content-title br {
        display: none;
    }
    }
    @media only screen and (min-width: 1400px) and (max-width: 1699px) {
    .hero-section-2-slide .content-container-full-content-title {
        font-size: 60px;
        width: 80%;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-section-2-slide .content-container-full-content-title {
        font-size: 55px;
        width: 80%;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section-2-slide .content-container-full-content-title {
        font-size: 45px;
        width: 80%;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section-2-slide .content-container-full-content-title {
        font-size: 40px;
        width: 80%;
    }
    }
    @media (max-width: 767px) {
    .hero-section-2-slide .content-container-full-content-title {
        font-size: 30px;
        width: 90%;
    }
    }
    .hero-section-2-slide .content-container-full-content-des {
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
    }
    [dir=rtl] .hero-section-2-slide .content-container-full-content-des {
    text-align: right;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1699px) {
    .hero-section-2-slide .content-container-full-content-des {
        font-size: 18px;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section-2-slide .content-container-full-content-des {
        font-size: 16px;
    }
    .hero-section-2-slide .content-container-full-content-des br {
        display: none;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section-2-slide .content-container-full-content-des {
        width: 70%;
    }
    }
    @media (max-width: 767px) {
    .hero-section-2-slide .content-container-full-content-des {
        font-size: 14px;
    }
    .hero-section-2-slide .content-container-full-content-des br {
        display: none;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .hero-section-2-slide .content-container-full-content-des {
        margin-bottom: 20px;
    }
    }
    .hero-section-2-social {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    inset-inline-end: 10px;
    z-index: 5;
    }
    @media (max-width: 767px) {
    .hero-section-2-social {
        top: 20%;
    }
    }
    .hero-section-2-social-btn {
    height: 44px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--td-theme-color-2);
    cursor: pointer;
    }
    @media (max-width: 767px) {
    .hero-section-2-social-btn {
        height: 35px;
        width: 35px;
    }
    }
    .hero-section-2-social-btn .btn-icon {
    transition: transform 0.3s ease-in-out;
    width: 20px;
    height: 20px;
    }
    @media (max-width: 767px) {
    .hero-section-2-social-btn .btn-icon {
        height: 15px;
        width: 15px;
    }
    }
    .hero-section-2-social-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease-in-out;
    }
    .hero-section-2-social-links a {
    height: 44px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--td-theme-color-2);
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translateY(-20px);
    opacity: 0;
    }
    @media (max-width: 767px) {
    .hero-section-2-social-links a {
        height: 35px;
        width: 35px;
    }
    }
    .hero-section-2-social-links a img {
    width: 16px;
    height: 16px;
    }
    @media (max-width: 767px) {
    .hero-section-2-social-links a img {
        width: 14px;
        height: 14px;
    }
    }
    .hero-section-2-social-links a:hover {
    background-color: #035829;
    }
    .hero-section-2-social-links.visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    }
    .hero-section-2-social-links.visible a {
    transform: translateY(0);
    opacity: 1;
    }

    .custom-swiper {
    position: relative;
    }

    .custom-btn {
    background: var(--td-theme-color);
    border: none;
    padding: 10px;
    }
    .custom-btn-next {
    position: absolute;
    top: 50%;
    inset-inline-end: 30px;
    transform: translateY(-50%);
    z-index: 11;
    border-radius: 50%;
    }
    .custom-btn-next img {
    rotate: -180deg;
    }
    .custom-btn-prev {
    position: absolute;
    top: 50%;
    inset-inline-start: 30px;
    transform: translateY(-50%);
    z-index: 11;
    border-radius: 50%;
    }

    .custom-btn-prev.swiper-button-disabled {
    background-color: var(--td-white);
    }

    .custom-btn-next.swiper-button-disabled {
    background-color: var(--td-white);
    }

    .swiper-pagination-bullet {
    background: var(--td-white) !important;
    opacity: 100% !important;
    width: 10px;
    height: 10px;
    }

    .swiper-pagination-bullet-active {
    background-color: transparent !important;
    border: 2px solid var(--td-white) !important;
    }

    .hero-section-2-social-btn .btn-icon {
    transition: transform 0.3s ease-in-out;
    }
    .hero-section-2-social-btn .btn-icon.flipped {
    transform: rotate(180deg);
    }

    .custom-shape {
    width: 280px;
    height: 170px;
    border-radius: 40px;
    background-color: var(--td-theme-color-2);
    position: relative;
    z-index: 10;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-shape {
        width: 250px;
        height: 150px;
        border-radius: 25px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-shape {
        width: 200px;
        height: 140px;
        border-radius: 25px;
    }
    }
    @media (max-width: 767px) {
    .custom-shape {
        width: 190px;
        height: 120px;
        border-radius: 15px;
    }
    }
    .custom-shape-content {
    padding: 23px 35px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-shape-content {
        padding: 10px 25px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-shape-content {
        padding: 23px 20px;
    }
    }
    @media (max-width: 767px) {
    .custom-shape-content {
        padding: 10px 16px;
    }
    }
    .custom-shape-content-title {
    color: var(--td-white);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 4px;
    text-align: left;
    }
    [dir=rtl] .custom-shape-content-title {
    text-align: right;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .custom-shape-content-title {
        font-size: 20px;
    }
    }
    .custom-shape-content-des {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: left;
    }
    [dir=rtl] .custom-shape-content-des {
    text-align: right;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .custom-shape-content-des {
        font-size: 12px;
        margin-bottom: 10px;
    }
    }
    .custom-shape-content-users {
    display: flex;
    align-items: center;
    }
    .custom-shape-content-users img {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid var(--td-white);
    margin-inline-start: -15px;
    }
    .custom-shape-content-users img:first-child {
    margin-inline-start: 0px;
    }
    .custom-shape-corner1 {
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: -21%;
    inset-inline-end: -13%;
    background-color: var(--td-theme-color-2);
    z-index: 5;
    mask: radial-gradient(37px at 40px 40px, transparent 98%, black) -40px -40px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-shape-corner1 {
        width: 77px;
        height: 77px;
        inset-inline-end: -16%;
    }
    }
    @media (max-width: 767px) {
    .custom-shape-corner1 {
        display: none;
    }
    }
    .custom-shape-corner2 {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--td-theme-color-2);
    bottom: -73px;
    inset-inline-end: -73px;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-shape-corner2 {
        width: 70px;
        height: 70px;
        bottom: -56px;
        inset-inline-end: -58px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-shape-corner2 {
        width: 60px;
        height: 60px;
        bottom: -38px;
        inset-inline-end: -43px;
    }
    }
    @media (max-width: 767px) {
    .custom-shape-corner2 {
        width: 60px;
        height: 60px;
        bottom: -25px;
        inset-inline-end: -16px;
    }
    }
    .custom-shape-corner2 img {
    width: 25px;
    height: 25px;
    transition: transform 0.5s ease;
    }
    .custom-shape-corner2:hover img {
    transform: rotate(38deg);
    }

    .custom-shape-button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    }

    /*----------------------------
    brands section design
    ------------------------------*/
    .td-brands {
    background-color: #f6f6f6;
    padding: 80px 0;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-brands {
        padding: 60px 0;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-brands {
        padding: 50px 0;
    }
    }
    @media (max-width: 767px) {
    .td-brands {
        padding: 40px 0;
    }
    }
    .td-brands-section-title {
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .td-brands-section-title h5 {
    color: #222;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 40px;
    }
    @media (max-width: 767px) {
    .td-brands-section-title h5 {
        margin-bottom: 20px;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-brands-section-title h5 {
        margin-bottom: 30px;
    }
    }

    .td-slide-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    }

    .custom-brand-swiper-box {
    position: relative;
    z-index: 21;
    margin-top: 125px;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1699px) {
    .custom-brand-swiper-box {
        margin-top: 80px;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .custom-brand-swiper-box {
        margin-top: 20px;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .custom-brand-swiper-box {
        margin-top: 52px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-brand-swiper-box {
        margin-top: 75px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-brand-swiper-box {
        margin-top: 65px;
    }
    }
    @media (max-width: 767px) {
    .custom-brand-swiper-box {
        margin-top: 50px;
    }
    }
    .custom-brand-swiper-box-title h5 {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 24px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .custom-brand-swiper-box-title h5 {
        margin-bottom: 10px;
    }
    }
    @media (max-width: 767px) {
    .custom-brand-swiper-box-title h5 {
        font-size: 12px;
        font-weight: 600;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-brand-swiper-box-title h5 {
        font-size: 14px;
        font-weight: 600;
    }
    }

    .custom-image-size .td-brand-img img {
    width: auto !important;
    height: 45px;
    }
    @media (max-width: 767px) {
    .custom-image-size .td-brand-img img {
        height: 35px;
    }
    }

    .hero-section-2-slide {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    }
    .hero-section-2-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, #000 100.25%);
    z-index: 1;
    pointer-events: none;
    }

    /*----------------------------
    location section design
    ------------------------------*/
    .td-location {
    margin-top: 100px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location {
        margin-top: 70px;
    }
    }
    @media (max-width: 767px) {
    .td-location {
        margin-top: 60px;
    }
    }
    .td-location-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    }
    @media (max-width: 767px) {
    .td-location-title {
        margin-bottom: 35px;
    }
    }
    .td-location-title h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
    }
    @media (max-width: 767px) {
    .td-location-title h2 {
        font-size: 30px;
    }
    }
    .td-location-title-sec {
    display: flex;
    align-items: center;
    gap: 8px;
    }
    .td-location-title-button {
    display: flex;
    align-items: center;
    gap: 20px;
    }
    .td-location-card {
    border-radius: 24px;
    position: relative;
    }
    .td-location-card img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    }
    .td-location-card-link {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    margin: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(7px);
    display: inline-flex;
    padding: 20px 16px;
    width: 92%;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    transition: background-color 0.3s ease-in-out;
    }
    .td-location-card-link:hover {
    background: rgba(255, 255, 255, 0.555);
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .td-location-card-link {
        margin: 10px;
    }
    }
    .td-location-card-link img {
    width: 20px;
    }
    [dir=rtl] .td-location-card-link img {
    transform: rotate(180deg);
    }
    .td-location-card-2 {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid var(--td-theme-color);
    min-height: 180px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-location-card-2 {
        gap: 15px;
        padding: 15px;
    }
    }
    .td-location-card-2 .img-box {
    position: relative;
    }
    .td-location-card-2 .img-box .img {
    height: 100px;
    width: 100px;
    position: relative;
    z-index: 1;
    }
    .td-location-card-2 .img-box .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    }
    .td-location-card-2 .img-box span {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    height: 72px;
    width: 72px;
    border-radius: 50%;
    background-color: #6f6117;
    }
    .td-location-card-2 .content-box h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    }
    .td-location-card-2 .content-box p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    }
    .td-location-elements-square {
    position: absolute;
    top: 0;
    inset-inline-end: 3%;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .td-location-elements-square {
        top: 15%;
    }
    }
    .td-location-elements-square img {
    animation: rotate-infinite 10s linear infinite;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .td-location-elements-square img {
        display: none;
    }
    }
    .td-location-elements-star {
    position: absolute;
    top: 0;
    inset-inline-start: 5%;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .td-location-elements-star {
        top: 10%;
    }
    }
    .td-location-elements-star img {
    animation: rotate-infinite 10s linear infinite;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .td-location-elements-star img {
        display: none;
    }
    }
    .td-location-banner-wrapper {
    display: flex;
    gap: 10px;
    align-items: stretch;
    height: auto;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-banner-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    }
    .td-location-banner-left {
    width: 50%;
    display: flex;
    align-items: stretch;
    }
    .td-location-banner-left .td-location-banner-left-img {
    flex: 1;
    display: flex;
    align-items: stretch;
    }
    .td-location-banner-left .td-location-banner-left-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-location-banner-left {
        width: 100%;
        display: none;
    }
    }
    .td-location-banner-right {
    width: 50%;
    padding: 70px 17% 43px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
    [dir=rtl] .td-location-banner-right {
    padding: 70px 5% 43px 40px;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-location-banner-right {
        padding: 50px 4% 40px 40px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-location-banner-right {
        padding: 40px 4% 25px 25px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-banner-right {
        width: 100%;
        padding: 0 55px;
        margin-top: 50px;
    }
    [dir=rtl] .td-location-banner-right {
        padding: 70px 5% 43px 40px;
    }
    }
    @media (max-width: 767px) {
    .td-location-banner-right {
        width: 100%;
        padding: 0 40px;
        margin-top: 40px;
    }
    }
    .td-location-banner-right h2 {
    color: var(--td-theme-bg-color);
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 16px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-location-banner-right h2 {
        font-size: 50px;
        line-height: 67px;
        margin-bottom: 8px;
    }
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-banner-right h2 {
        font-size: 45px;
        line-height: 57px;
        margin-bottom: 8px;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-location-banner-right h2 {
        font-size: 35px;
        line-height: 46px;
        margin-bottom: 0px;
    }
    }
    @media (max-width: 767px) {
    .td-location-banner-right h2 {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 10px;
    }
    }
    .td-location-banner-right p {
    color: rgba(34, 34, 34, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-location-banner-right p {
        font-size: 14px;
        line-height: 28px;
    }
    }
    .td-location-banner-right-locationDetails {
    margin: 40px 0;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-location-banner-right-locationDetails {
        margin: 20px 0;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-location-banner-right-locationDetails {
        margin: 10px 0;
    }
    }
    .td-location-banner-right-locationDetails h3 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    }
    .td-location-banner-right-locationDetails p {
    color: rgba(34, 34, 34, 0.8);
    font-size: 16px;
    font-weight: 400;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-location-banner-right-locationDetails p {
        font-size: 14px;
    }
    }
    .td-location-addressDetails {
    margin-top: 100px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-addressDetails {
        margin-top: 70px;
    }
    }
    @media (max-width: 767px) {
    .td-location-addressDetails {
        margin-top: 60px;
    }
    }
    .td-location-addressDetails-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    border-right: 1px solid #F1F1F1;
    background: #F5F5F5;
    padding: 54px 10px;
    height: 100%;
    }
    .td-location-addressDetails-card img {
    margin-bottom: 10px;
    width: 23px;
    }
    .td-location-addressDetails-card p {
    text-align: center;
    }
    .td-location-addressDetails-card.active {
    background-color: var(--td-theme-bg-color);
    }
    .td-location-addressDetails-card.active p {
    color: var(--td-theme-color);
    }
    .td-location-overview {
    margin-top: 100px;
    padding: 100px 0;
    background: #FBFBFB;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-overview {
        margin-top: 70px;
        padding: 70px 0;
    }
    }
    @media (max-width: 767px) {
    .td-location-overview {
        margin-top: 60px;
        padding: 60px 0;
    }
    }
    .td-location-overview-left h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    }
    .td-location-overview-left p {
    color: rgba(34, 34, 34, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    }
    .td-location-overview-right h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    }
    .td-location-overview-right-card {
    border-radius: 8px;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), rgba(34, 34, 34, 0);
    padding: 65px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .td-location-fullMap {
    margin-top: 100px;
    }
    .td-location-fullMap iframe {
    width: 100%;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-fullMap {
        margin-top: 70px;
    }
    }
    @media (max-width: 767px) {
    .td-location-fullMap {
        margin-top: 60px;
    }
    }
    .td-location-suggest {
    margin-top: 100px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-suggest {
        margin-top: 70px;
    }
    }
    @media (max-width: 767px) {
    .td-location-suggest {
        margin-top: 60px;
    }
    }
    .td-location-suggest-cards {
    margin-top: 42px;
    }
    @media (max-width: 767px) {
    .td-location-suggest-cards {
        margin-top: 15px;
    }
    }
    .td-location-2 {
    background-color: var(--td-theme-bg-color);
    padding: 100px 0;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-2 {
        padding: 70px 0;
    }
    }
    @media (max-width: 767px) {
    .td-location-2 {
        padding: 60px 0;
    }
    }
    .td-location-2-box {
    margin-top: 50px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-2-box {
        margin-top: 40px;
    }
    }
    @media (max-width: 767px) {
    .td-location-2-box {
        margin-top: 30px;
    }
    }
    .td-location-2-box-card {
    border-radius: 66px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    position: relative;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-location-2-box-card {
        border-radius: 40px;
        padding: 20px;
    }
    }
    .td-location-2-box-card-full {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    }
    .td-location-2-box-card-full-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    }
    @media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .td-location-2-box-card-full-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    }
    .td-location-2-box-card-full-icon img {
    width: 100%;
    height: 100%;
    }
    .td-location-2-box-card-full-text h3 {
    color: var(--td-white);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 65px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-location-2-box-card-full-text h3 {
        margin-bottom: 50px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-2-box-card-full-text h3 {
        font-size: 22px;
    }
    }
    @media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .td-location-2-box-card-full-text h3 {
        font-size: 20px;
    }
    }
    .td-location-2-box-card-button {
    position: relative;
    }
    .td-location-2-box-card-button-icon {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 50px;
    height: 50px;
    padding: 13px;
    justify-content: center;
    align-items: center;
    background-color: var(--td-theme-color-2);
    border: 5px solid #2B2B2B;
    border-radius: 50%;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-location-2-box-card-button-icon {
        top: -40px;
    }
    }
    .td-location-2-box-card-button-ancor {
    width: 100%;
    }
    .td-location-2-box-card-button-ancor a {
    color: var(--td-white);
    font-size: 18px;
    font-weight: 400;
    border-radius: 100px;
    background-color: #2B2B2B;
    display: flex;
    height: 60px;
    padding: 20px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    width: 100%;
    transition: all 0.3s ease;
    text-align: center;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-location-2-box-card-button-ancor a {
        font-size: 18px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-location-2-box-card-button-ancor a {
        font-size: 16px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-2-box-card-button-ancor a {
        font-size: 18px;
    }
    }
    @media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .td-location-2-box-card-button-ancor a {
        height: 70px;
        font-size: 16px;
    }
    }
    .td-location-2-box-card-button-ancor a:hover {
    background-color: var(--td-theme-color-2);
    }
    .td-location-2-box-card-element {
    position: absolute;
    top: 75px;
    inset-inline-end: 130px;
    width: 72px;
    height: 72px;
    background-color: var(--td-theme-color-2);
    border-radius: 50%;
    opacity: 0.35;
    z-index: 1;
    animation: move-left 5s infinite ease-in-out;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-location-2-box-card-element {
        top: 50px;
        inset-inline-end: 65px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-2-box-card-element {
        top: 50px;
        inset-inline-end: 95px;
    }
    }
    @media (max-width: 767px) {
    .td-location-2-box-card-element {
        display: none;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-location-2-box-card-element {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
        top: 50px;
        inset-inline-end: 67px;
    }
    }
    .td-location-3 {
    background-color: #222;
    padding: 100px 0;
    }

    .location-btn {
    height: 44px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #D2AC6B;
    transition: background-color 0.3s ease-in-out;
    }
    .location-btn svg path {
    stroke: #222;
    }
    [dir=rtl] .location-btn svg {
    transform: rotate(180deg);
    }
    @media (max-width: 767px) {
    .location-btn {
        padding: 5px;
    }
    }

    .location-slider-btn-next {
    rotate: 180deg;
    }
    .location-slider-btn-next.swiper-button-disabled {
    background-color: rgba(253, 215, 2, 0.06);
    }
    .location-slider-btn-next.swiper-button-disabled svg path {
    stroke: #fff;
    }
    .location-slider-btn-prev.swiper-button-disabled {
    background-color: rgba(253, 215, 2, 0.06);
    }
    .location-slider-btn-prev.swiper-button-disabled svg path {
    stroke: #fff;
    }

    .location-btn.swiper-button-disabled svg g path {
    stroke: #fff !important;
    }

    .td-location-map-box-area {
    position: relative;
    }
    .td-location-map-box-area-mainImg {
    padding: 0 80px;
    width: 100%;
    height: auto;
    }
    @media (max-width: 767px) {
    .td-location-map-box-area-mainImg {
        padding: 0 10px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-location-map-box-area-mainImg {
        padding: 0 20px;
    }
    }
    .td-location-map-box-area-pin1 {
    position: absolute;
    top: 60%;
    left: 56%;
    transform: translate(-60%, -56%);
    animation: ping-pong 1.5s ease-in-out infinite;
    }
    .td-location-map-box-area-pin1 img {
    height: 40px;
    width: 40px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-location-map-box-area-pin1 img {
        height: 30px;
        width: 30px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-map-box-area-pin1 img {
        height: 25px;
        width: 25px;
    }
    }
    @media (max-width: 767px) {
    .td-location-map-box-area-pin1 img {
        height: 20px;
        width: 20px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-location-map-box-area-pin1 img {
        height: 25px;
        width: 25px;
    }
    }
    .td-location-map-box-area-pin2 {
    position: absolute;
    bottom: 16%;
    left: 31%;
    transform: translate(-16%, -31%);
    animation: ping-pong 1.1s ease-in-out infinite;
    }
    .td-location-map-box-area-pin2 img {
    height: 40px;
    width: 40px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-location-map-box-area-pin2 img {
        height: 30px;
        width: 30px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-map-box-area-pin2 img {
        height: 25px;
        width: 25px;
    }
    }
    @media (max-width: 767px) {
    .td-location-map-box-area-pin2 img {
        height: 20px;
        width: 20px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-location-map-box-area-pin2 img {
        height: 25px;
        width: 25px;
    }
    }
    .td-location-map-box-area-pin3 {
    position: absolute;
    top: 40%;
    left: 22%;
    transform: translate(-40%, -22%);
    animation: ping-pong 1.3s ease-in-out infinite;
    }
    .td-location-map-box-area-pin3 img {
    height: 40px;
    width: 40px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-location-map-box-area-pin3 img {
        height: 30px;
        width: 30px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-map-box-area-pin3 img {
        height: 25px;
        width: 25px;
    }
    }
    @media (max-width: 767px) {
    .td-location-map-box-area-pin3 img {
        height: 20px;
        width: 20px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-location-map-box-area-pin3 img {
        height: 25px;
        width: 25px;
    }
    }
    .td-location-map-box-area-pin4 {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-15%, -50%);
    animation: ping-pong 1.6s ease-in-out infinite;
    }
    .td-location-map-box-area-pin4 img {
    height: 40px;
    width: 40px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-location-map-box-area-pin4 img {
        height: 30px;
        width: 30px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-map-box-area-pin4 img {
        height: 25px;
        width: 25px;
    }
    }
    @media (max-width: 767px) {
    .td-location-map-box-area-pin4 img {
        height: 20px;
        width: 20px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-location-map-box-area-pin4 img {
        height: 25px;
        width: 25px;
    }
    }
    .td-location-map-box-area-pin5 {
    position: absolute;
    bottom: 35%;
    right: 15%;
    transform: translate(-35%, -15%);
    animation: ping-pong 1.4s ease-in-out infinite;
    }
    .td-location-map-box-area-pin5 img {
    height: 40px;
    width: 40px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-location-map-box-area-pin5 img {
        height: 30px;
        width: 30px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-map-box-area-pin5 img {
        height: 25px;
        width: 25px;
    }
    }
    @media (max-width: 767px) {
    .td-location-map-box-area-pin5 img {
        height: 20px;
        width: 20px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-location-map-box-area-pin5 img {
        height: 25px;
        width: 25px;
    }
    }

    .td-location-overview-2 {
    background-color: #F9F9F9;
    padding: 100px 0;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-overview-2 {
        padding: 70px 0;
    }
    }
    @media (max-width: 767px) {
    .td-location-overview-2 {
        padding: 60px 0;
    }
    }
    .td-location-overview-2-box-left {
    position: relative;
    }
    .td-location-overview-2-box-left-text {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    border-radius: 0 10px 10px 0;
    padding: 0px 10px 10px 0px;
    width: 60%;
    }
    [dir=rtl] .td-location-overview-2-box-left-text {
    padding: 0px 0px 10px 0px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-overview-2-box-left-text {
        top: -3px;
    }
    }
    @media (max-width: 767px) {
    .td-location-overview-2-box-left-text {
        top: -4px;
    }
    }
    .td-location-overview-2-box-left-text h2 {
    background: #F9F9F9 none repeat scroll 0 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: var(--td-theme-bg-color);
    display: inline;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0 20px 10px 0px;
    border-radius: 0 0px 35px 0;
    }
    [dir=rtl] .td-location-overview-2-box-left-text h2 {
    background: #F9F9F9 none repeat scroll 0 0;
    padding: 0 9px 15px 19px;
    border-radius: 0 0px 0px 44px;
    text-align: right;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-location-overview-2-box-left-text h2 {
        font-size: 32px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-overview-2-box-left-text h2 {
        font-size: 28px;
        line-height: 40px;
    }
    }
    @media (max-width: 767px) {
    .td-location-overview-2-box-left-text h2 {
        font-size: 24px;
        line-height: 38px;
        border-radius: 0 0px 25px 0;
    }
    }
    .td-location-overview-2-box-left-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    }
    .td-location-overview-2-box-right-title h3 {
    color: var(--td-theme-bg-color);
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-location-overview-2-box-right-title h3 {
        font-size: 24px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-overview-2-box-right-title h3 {
        font-size: 22px;
    }
    }
    @media (max-width: 767px) {
    .td-location-overview-2-box-right-title h3 {
        font-size: 20px;
    }
    }
    .td-location-overview-2-box-right-title p {
    color: rgba(34, 34, 34, 0.6);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-overview-2-box-right-title p {
        font-size: 14px;
    }
    }
    @media (max-width: 767px) {
    .td-location-overview-2-box-right-title p {
        font-size: 12px;
    }
    }
    .td-location-overview-2-box-right-details-card {
    border-radius: 16px;
    background-color: rgba(4, 154, 71, 0.05);
    padding: 20px;
    position: relative;
    height: 100%;
    }
    .td-location-overview-2-box-right-details-card-text h4 {
    color: var(--td-theme-bg-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-overview-2-box-right-details-card-text h4 {
        font-size: 17px;
    }
    }
    @media (max-width: 767px) {
    .td-location-overview-2-box-right-details-card-text h4 {
        font-size: 16px;
    }
    }
    .td-location-overview-2-box-right-details-card-text p {
    color: rgba(34, 34, 34, 0.6);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-overview-2-box-right-details-card-text p {
        font-size: 14px;
    }
    }
    @media (max-width: 767px) {
    .td-location-overview-2-box-right-details-card-text p {
        font-size: 12px;
    }
    }
    .td-location-overview-2-box-right-details-card-text .share {
    display: inline-flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--td-theme-color-2);
    padding-bottom: 4px;
    gap: 8px;
    transition: all 0.3s ease-in-out;
    }
    .td-location-overview-2-box-right-details-card-text .share i {
    font-size: 15px;
    color: var(--td-theme-color-2);
    }
    .td-location-overview-2-box-right-details-card-text .share:hover {
    color: var(--td-theme-bg-color);
    }
    .td-location-overview-2-box-right-details-card-text .share:hover i {
    color: var(--td-theme-bg-color);
    }
    .td-location-overview-2-box-right-details-card-text-icon {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 15px;
    }
    .td-location-overview-2-box-right-details-card-text-icon .social-icon i {
    font-size: 24px;
    color: var(--td-theme-bg-color);
    transform: color 0.3s ease-in-out;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-location-overview-2-box-right-details-card-text-icon .social-icon i {
        font-size: 20px;
    }
    }
    @media (max-width: 767px) {
    .td-location-overview-2-box-right-details-card-text-icon .social-icon i {
        font-size: 18px;
    }
    }
    .td-location-overview-2-box-right-details-card-text-icon .social-icon:hover i {
    color: var(--td-theme-color-2);
    }
    .td-location-overview-2-box-right-details-card-icon {
    position: absolute;
    bottom: -13px;
    inset-inline-end: -13px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--td-theme-color-2);
    border-radius: 50%;
    border: 2px solid var(--td-white);
    }
    .td-location-overview-2-box-right-button {
    margin-top: 40px;
    }

    .swiper-slide.swiper-slide-next .td-location-card-2 {
    background-color: rgba(253, 215, 2, 0.04) !important;
    }

    /*----------------------------
    video section design
    ------------------------------*/
    .td-intro-video {
    margin-top: 100px;
    position: relative;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-intro-video {
        margin-top: 70px;
    }
    }
    @media (max-width: 767px) {
    .td-intro-video {
        margin-top: 60px;
    }
    }
    .td-intro-video-wrapper {
    margin-top: 50px;
    padding: 0 0px;
    }
    @media (max-width: 767px) {
    .td-intro-video-wrapper {
        margin-top: 35px;
    }
    }
    .td-intro-video-wrapper-thumbnail {
    position: relative;
    height: 833px;
    border-radius: 30px;
    width: 100%;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .td-intro-video-wrapper-thumbnail {
        height: 700px;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-intro-video-wrapper-thumbnail {
        height: 600px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-intro-video-wrapper-thumbnail {
        height: 500px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-intro-video-wrapper-thumbnail {
        height: 400px;
        border-radius: 25px;
    }
    }
    @media (max-width: 767px) {
    .td-intro-video-wrapper-thumbnail {
        height: 300px;
        border-radius: 20px;
    }
    }
    .td-intro-video-wrapper-thumbnail a {
    height: 120px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--td-theme-bg-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.3s ease-in-out;
    }
    .td-intro-video-wrapper-thumbnail a svg {
    fill: var(--td-white);
    }
    .td-intro-video-wrapper-thumbnail a:hover {
    background-color: var(--td-theme-color);
    }
    .td-intro-video-wrapper-thumbnail a:hover svg {
    fill: var(--td-theme-bg-color);
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-intro-video-wrapper-thumbnail a {
        height: 90px;
        width: 90px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-intro-video-wrapper-thumbnail a {
        height: 70px;
        width: 70px;
    }
    }
    @media (max-width: 767px) {
    .td-intro-video-wrapper-thumbnail a {
        height: 50px;
        width: 50px;
    }
    }
    .td-intro-video-elements-left {
    position: absolute;
    top: 0;
    inset-inline-start: 15%;
    animation: move-left 5s infinite ease-in-out;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-intro-video-elements-left {
        inset-inline-start: 10%;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-intro-video-elements-left {
        inset-inline-start: 6%;
    }
    }
    .td-intro-video-elements-right {
    position: absolute;
    top: 0;
    inset-inline-end: 28%;
    animation: move-right 5s infinite ease-in-out;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-intro-video-elements-right {
        inset-inline-end: 20%;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-intro-video-elements-right {
        inset-inline-end: 12%;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-intro-video-elements-right {
        inset-inline-end: 8%;
    }
    }

    /*----------------------------
    services section design
    ------------------------------*/
    .td-services {
    margin-top: 100px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-services {
        margin-top: 70px;
    }
    }
    @media (max-width: 767px) {
    .td-services {
        margin-top: 60px;
    }
    }
    .td-services-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 50px;
    }
    @media (max-width: 767px) {
    .td-services-title {
        margin-bottom: 35px;
    }
    }
    .td-services-title-page {
    margin-bottom: 0;
    }
    @media (max-width: 767px) {
    .td-services-title-page {
        margin-bottom: 10px;
    }
    }
    .td-services-title h2 {
    color: #222;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-services-title h2 {
        font-size: 35px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-services-title h2 {
        font-size: 30px;
    }
    }
    @media (max-width: 767px) {
    .td-services-title h2 {
        font-size: 28px;
    }
    }
    .td-services-tab-buttons {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-services-tab-buttons {
        margin-bottom: 40px;
    }
    }
    @media (max-width: 767px) {
    .td-services-tab-buttons {
        margin-bottom: 35px;
    }
    }
    .td-services-tab-buttons li {
    padding: 10px 32px;
    border-bottom: 2px solid #DADADA;
    background: #F4F4F4;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-services-tab-buttons li {
        padding: 8px 12px;
    }
    }
    @media (max-width: 767px) {
    .td-services-tab-buttons li {
        padding: 8px 8px;
    }
    }
    .td-services-tab-buttons li:first-child {
    border-radius: 8px 0px 0px 8px;
    }
    .td-services-tab-buttons li:last-child {
    border-radius: 0px 8px 8px 0px;
    }
    [dir=rtl] .td-services-tab-buttons li:first-child {
    border-radius: 0px 8px 8px 0px;
    }
    [dir=rtl] .td-services-tab-buttons li:last-child {
    border-radius: 8px 0px 0px 8px;
    }
    .td-services-tab-buttons li:has(button.active) {
    background-color: rgba(253, 215, 2, 0.36);
    border-bottom: 2px solid #FDD702;
    }
    .td-services-tab-buttons li button {
    color: var(--td-theme-bg-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-services-tab-buttons li button {
        font-size: 12px;
        font-weight: 500;
    }
    }
    @media (max-width: 767px) {
    .td-services-tab-buttons li button {
        font-size: 8px;
        font-weight: 500;
    }
    }
    .td-services-card {
    border-radius: 24px;
    position: relative;
    height:400px;
    }
    .td-services-card img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
    }
    .td-services-card-link {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    margin: 16px;
    border-radius: 16px;
    background: rgba(68, 68, 68, 0.35);
    color: var(--td-white);
    backdrop-filter: blur(4px);
    display: inline-flex;
    padding: 20px 16px;
    width: 90%;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    transition: background-color 0.3s ease-in-out;
    }
    .td-services-card-link:hover {
    background: rgba(0, 0, 0, 0.5);
    color: var(--td-white);
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-services-card-link {
        width: 88%;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-services-card-link {
        width: 86%;
        padding: 16px 16px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .td-services-card-link {
        width: 93%;
        padding: 16px 16px;
        margin: 10px;
    }
    }
    .td-services-card-link img {
    width: 20px;
    }
    [dir=rtl] .td-services-card-link img {
    transform: rotate(180deg);
    }
    .td-services-card-location {
    position: absolute;
    top: 4%;
    left: 4%;
    display: flex;
    padding: 8px 14px;
    align-items: center;
    gap: 5px;
    border-radius: 56px;
    background: #222;
    color: #FDD702;
    font-size: 13px;
    font-weight: 600;
    }
    .td-services-banner {
    background-color: var(--td-theme-bg-color);
    position: relative;
    overflow: hidden;
    }
    .td-services-banner-wrapper {
    display: flex;
    gap: 80px;
    align-items: stretch;
    position: relative;
    z-index: 3;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-banner-wrapper {
        flex-direction: column;
    }
    }
    @media only screen and (min-width: 1400px) and (max-width: 4000px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-services-banner-wrapper {
        gap: 20px;
    }
    }
    .td-services-banner-left {
    width: 43%;
    padding: 150px 40px 165px 16%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
    [dir=rtl] .td-services-banner-left {
    padding: 150px 16% 165px 4%;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-services-banner-left {
        padding: 70px 40px 70px 6%;
    }
    [dir=rtl] .td-services-banner-left {
        padding: 70px 10% 70px 4%;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-services-banner-left {
        padding: 60px 40px 60px 6%;
    }
    [dir=rtl] .td-services-banner-left {
        padding: 60px 5% 60px 4%;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-services-banner-left {
        width: 50%;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-banner-left {
        width: 100%;
        padding: 30px 6%;
    }
    [dir=rtl] .td-services-banner-left {
        padding: 30px 4% 30px 4%;
    }
    }
    .td-services-banner-left h3 {
    color: var(--td-white);
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 16px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-services-banner-left h3 {
        margin-bottom: 8px;
    }
    }
    .td-services-banner-left p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    }
    .td-services-banner-left-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 40px 0;
    --bs-gutter-x: 0px;
    }
    @media only screen and (min-width: 1400px) and (max-width: 4000px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-services-banner-left-cards {
        margin: 20px 0;
    }
    }
    .td-services-banner-left-cards .td-banner-left-singleCard:nth-child(1) .td-services-banner-left-card {
    border-top-left-radius: 8px;
    }
    [dir=rtl] .td-services-banner-left-cards .td-banner-left-singleCard:nth-child(1) .td-services-banner-left-card {
    border-top-right-radius: 8px;
    border-top-left-radius: 0px;
    }
    .td-services-banner-left-cards .td-banner-left-singleCard:nth-child(2) .td-services-banner-left-card {
    border-top-right-radius: 8px;
    }
    [dir=rtl] .td-services-banner-left-cards .td-banner-left-singleCard:nth-child(2) .td-services-banner-left-card {
    border-top-left-radius: 8px;
    border-top-right-radius: 0px;
    }
    .td-services-banner-left-cards .td-banner-left-singleCard:nth-child(3) .td-services-banner-left-card {
    border-bottom-left-radius: 8px;
    }
    [dir=rtl] .td-services-banner-left-cards .td-banner-left-singleCard:nth-child(3) .td-services-banner-left-card {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0px;
    }
    .td-services-banner-left-cards .td-banner-left-singleCard:nth-child(4) .td-services-banner-left-card {
    border-bottom-right-radius: 8px;
    }
    [dir=rtl] .td-services-banner-left-cards .td-banner-left-singleCard:nth-child(4) .td-services-banner-left-card {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0px;
    }
    .td-services-banner-left-cards .td-banner-left-singleCard:nth-child(1) .td-services-banner-left-card {
    border-bottom: 1px solid #3A3A3A;
    border-right: 1px solid #3A3A3A;
    }
    [dir=rtl] .td-services-banner-left-cards .td-banner-left-singleCard:nth-child(1) .td-services-banner-left-card {
    border-left: 1px solid #3A3A3A;
    }
    .td-services-banner-left-cards .td-banner-left-singleCard:nth-child(2) .td-services-banner-left-card {
    border-bottom: 1px solid #3A3A3A;
    }
    .td-services-banner-left-cards .td-banner-left-singleCard:nth-child(3) .td-services-banner-left-card {
    border-right: 1px solid #3A3A3A;
    }
    [dir=rtl] .td-services-banner-left-cards .td-banner-left-singleCard:nth-child(3) .td-services-banner-left-card {
    border-left: 1px solid #3A3A3A;
    }
    .td-services-banner-left-cards .td-banner-left-singleCard:nth-child(1) .td-services-banner-left-card-2 {
    border-bottom: 1px solid rgba(83, 83, 83, 0.862745098);
    border-right: 1px solid rgba(83, 83, 83, 0.862745098);
    }
    [dir=rtl] .td-services-banner-left-cards .td-banner-left-singleCard:nth-child(1) .td-services-banner-left-card-2 {
    border-left: 1px solid rgba(83, 83, 83, 0.862745098);
    }
    .td-services-banner-left-cards .td-banner-left-singleCard:nth-child(2) .td-services-banner-left-card-2 {
    border-bottom: 1px solid rgba(83, 83, 83, 0.862745098);
    }
    .td-services-banner-left-cards .td-banner-left-singleCard:nth-child(3) .td-services-banner-left-card-2 {
    border-right: 1px solid rgba(83, 83, 83, 0.862745098);
    }
    [dir=rtl] .td-services-banner-left-cards .td-banner-left-singleCard:nth-child(3) .td-services-banner-left-card-2 {
    border-left: 1px solid rgba(83, 83, 83, 0.862745098);
    }
    .td-services-banner-left-cards .td-services-banner-left-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    padding: 30px 10px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-services-banner-left-cards .td-services-banner-left-card {
        padding: 15px 6px;
    }
    }
    .td-services-banner-left-cards .td-services-banner-left-card h5 {
    color: var(--td-white);
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    }
    .td-services-banner-left-cards .td-services-banner-left-card-2 {
    background-color: #053A1D;
    }
    .td-services-banner-left-button {
    margin-top: 20px;
    }
    .td-services-banner-right {
    width: 57%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    }
    .td-services-banner-right .td-services-banner-right-img {
    flex: 1;
    display: flex;
    align-items: stretch;
    }
    .td-services-banner-right .td-services-banner-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-services-banner-right {
        width: 50%;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-banner-right {
        width: 100%;
        display: none;
    }
    }
    .td-services-banner-element {
    position: absolute;
    top: -100px;
    inset-inline-start: -200px;
    }
    .td-services-banner-element img {
    opacity: 0.1;
    }
    .td-services-gallery {
    margin-top: 100px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-services-gallery {
        margin-top: 70px;
    }
    }
    @media (max-width: 767px) {
    .td-services-gallery {
        margin-top: 60px;
    }
    }
    .td-services-gallery-leftImg {
    border-radius: 16px;
    width: 100%;
    height: auto;
    }
    .td-services-gallery-rightImg {
    border-radius: 30px;
    width: 100%;
    height: auto;
    }
    .td-services-description {
    margin-top: 100px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-services-description {
        margin-top: 70px;
    }
    }
    @media (max-width: 767px) {
    .td-services-description {
        margin-top: 60px;
    }
    }
    .td-services-description-card h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    }
    .td-services-description-card p {
    color: rgba(34, 34, 34, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    }
    .td-services-info {
    margin-top: 60px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-services-info {
        margin-top: 50px;
    }
    }
    @media (max-width: 767px) {
    .td-services-info {
        margin-top: 40px;
    }
    }
    .td-services-info h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    }
    .td-services-info-card {
    border-radius: 16px;
    background: #F4F4F4;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .td-services-info-card h5 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    }
    .td-services-info-card-des {
    display: flex;
    align-items: center;
    gap: 8px;
    }
    .td-services-2 {
    background: rgba(4, 154, 71, 0.04);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    }
    .td-services-2-relatedServices {
    background-color: transparent;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-services-2 {
        padding: 70px 0;
    }
    }
    @media (max-width: 767px) {
    .td-services-2 {
        padding: 60px 0;
    }
    }
    .td-services-2-left-text {
    color: #777;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 90%;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-2-left-text {
        width: 100%;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-services-2-left-text {
        font-size: 16px;
    }
    }
    @media (max-width: 767px) {
    .td-services-2-left-text {
        font-size: 14px;
    }
    }
    .td-services-2-left-button {
    display: inline-flex;
    height: 52px;
    padding: 11px 32px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 100px;
    background-color: var(--td-theme-color-2);
    color: var(--td-white);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    transition: background-color 0.3s ease-in-out;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-2-left-button {
        height: 45px;
        padding: 8px 25px;
        font-size: 14px;
    }
    }
    .td-services-2-left-button svg {
    fill: var(--td-white);
    }
    [dir=rtl] .td-services-2-left-button svg {
    transform: rotate(180deg);
    }
    .td-services-2-left-button:hover {
    background-color: var(--td-theme-bg-color);
    color: var(--td-white);
    }
    .td-services-2-right {
    max-width: 470px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-services-2-right {
        max-width: 400px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-services-2-right {
        max-width: 350px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-services-2-right {
        max-width: 280px;
    }
    }
    @media (max-width: 767px) {
    .td-services-2-right {
        max-width: 230px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-services-2-right {
        max-width: 360px;
    }
    }
    .td-services-2-right-card {
    position: relative;
    }
    .td-services-2-right-card img {
    border-radius: 30px;
    border: 10px solid var(--td-white);
    }
    .td-services-2-right-card-button {
    position: absolute;
    bottom: 27px;
    inset-inline-start: 28px;
    width: 85%;
    display: flex;
    height: 57px;
    padding: 10px 16px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    color: var(--td-white);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(7px);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    }
    .td-services-2-right-card-button svg {
    fill: var(--td-white);
    }
    [dir=rtl] .td-services-2-right-card-button svg {
    transform: rotate(180deg);
    }
    @media (max-width: 767px) {
    .td-services-2-right-card-button {
        font-size: 14px;
        height: 45px;
        width: 75%;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-services-2-right-card-button {
        font-size: 16px;
        width: 85%;
    }
    }
    .td-services-2-right-card-button:hover {
    background: rgba(255, 255, 255, 0.55);
    }
    .td-services-2-right-card-button:hover svg {
    fill: var(--td-theme-bg-color);
    }
    .td-services-2-element {
    position: absolute;
    inset-inline-end: 20px;
    bottom: 50px;
    animation: move-left 5s infinite ease-in-out;
    z-index: 1;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-2-element {
        display: none;
    }
    }
    .td-services-2-tabs {
    position: relative;
    z-index: 2;
    }
    .td-services-2-tabs .full-tab {
    margin-top: 50px;
    }
    .td-services-2-tabs .full-tab-content {
    display: flex;
    align-items: start;
    gap: 30px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-2-tabs .full-tab-content {
        flex-direction: column;
    }
    }
    .td-services-2-tabs .full-tab-content-buttons {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border: 3px solid #FFF;
    background: #EBFFED;
    padding: 30px;
    width: 25%;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-2-tabs .full-tab-content-buttons {
        width: 20%;
        padding: 18px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-2-tabs .full-tab-content-buttons {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 18px 18px 28px 18px;
    }
    }
    .td-services-2-tabs .full-tab-content-buttons .tab-button {
    display: inline-flex;
    height: 44px;
    padding: 10px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border-bottom: 2px solid #DADADA;
    background-color: #FFF;
    color: #222;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 16px;
    transition: all 0.3s ease-in-out;
    }
    .td-services-2-tabs .full-tab-content-buttons .tab-button:hover, .td-services-2-tabs .full-tab-content-buttons .tab-button.active {
    border-bottom: 2px solid #049A47;
    background-color: rgba(4, 154, 71, 0.1);
    }
    .td-services-2-tabs .full-tab-content-buttons .tab-button:last-child {
    margin-bottom: 0;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-2-tabs .full-tab-content-buttons .tab-button {
        padding: 10px 15px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-2-tabs .full-tab-content-buttons .tab-button {
        margin-bottom: 0;
        margin-right: 10px;
        margin-top: 10px;
    }
    .td-services-2-tabs .full-tab-content-buttons .tab-button:last-child {
        margin-right: 0;
    }
    }
    .td-services-2-tabs .full-tab-content-cards {
    width: 75%;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-2-tabs .full-tab-content-cards {
        width: 80%;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-2-tabs .full-tab-content-cards {
        width: 100%;
    }
    }
    .td-services-2-tabs .full-tab-content-cards .tab-service-card .image-container {
    display: block;
    position: relative;
    }
    .td-services-2-tabs .full-tab-content-cards .tab-service-card .image-container .img img {
    width: 100%;
    height: 314px;
    object-fit: cover;
    border-radius: 21px;
    border: 3px solid #FFF;
    box-shadow: 10px 15px 60px 0px rgba(44, 151, 234, 0.15);
    }
    .td-services-2-tabs .full-tab-content-cards .tab-service-card .image-container .location {
    position: absolute;
    bottom: 3%;
    left: 3%;
    display: inline-flex;
    padding: 4px 16px;
    align-items: center;
    gap: 5px;
    border-radius: 56px;
    background: #AEEA94;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    }
    .td-services-2-tabs .full-tab-content-cards .tab-service-card .title {
    display: block;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    padding-top: 16px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-2-tabs .full-tab-content-cards .tab-service-card .title {
        font-size: 16px;
        padding-top: 10px;
    }
    }
    .td-services-2-tabs .full-tab-content-cards .tab-pane {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    }
    .td-services-2-tabs .full-tab-content-cards .tab-pane.show {
    opacity: 1;
    transform: translateY(0);
    }

    .swiper {
    overflow: hidden;
    }

    .swiper-slide {
    width: auto;
    flex-shrink: 0;
    text-align: unset;
    font-size: unset;
    display: unset;
    justify-content: unset;
    align-items: unset;
    }

    .td-services-2-right-card.swiper-slide {
    border-radius: 30px;
    }

    .td-all-services {
    padding: 100px 0;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-all-services {
        padding: 70px 0;
    }
    }
    @media (max-width: 767px) {
    .td-all-services {
        padding: 60px 0;
    }
    }
    .td-all-services-box {
    margin: 0 60px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-all-services-box {
        margin: 0 0;
    }
    }
    .td-all-services-box-card {
    display: inline-block;
    position: relative;
    }
    .td-all-services-box-card-img {
    position: relative;
    border-radius: 30px;
    border: 10px solid #FFF;
    box-shadow: 10px 15px 60px 0px rgba(44, 151, 234, 0.15);
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-all-services-box-card-img {
        border-radius: 20px;
    }
    }
    .td-all-services-box-card-img img {
    border-radius: 30px;
    width: 100%;
    height: auto;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-all-services-box-card-img img {
        border-radius: 20px;
    }
    }
    .td-all-services-box-card-img::after {
    content: "";
    position: absolute;
    top: 50%;
    inset-inline-start: 86%;
    width: 40px;
    height: 1px;
    background-color: var(--td-white);
    transform: translateY(-50%) rotate(301deg);
    z-index: 5;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-all-services-box-card-img::after {
        border-radius: 20px;
    }
    }
    .td-all-services-box-card-button {
    position: absolute;
    bottom: 28px;
    inset-inline-start: 29px;
    width: 85%;
    z-index: 2;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-all-services-box-card-button {
        inset-inline-start: 23px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-all-services-box-card-button {
        inset-inline-start: 19px;
        bottom: 20px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-all-services-box-card-button {
        inset-inline-start: 24px;
        bottom: 20px;
    }
    }
    @media (max-width: 767px) {
    .td-all-services-box-card-button {
        inset-inline-start: 20px;
        bottom: 22px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-all-services-box-card-button {
        inset-inline-start: 18px;
        bottom: 20px;
    }
    }
    .td-all-services-box-card-button a {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 57px;
    padding: 10px 16px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(7px);
    color: var(--td-white);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    transition: background-color 0.3s ease-in-out;
    }
    [dir=rtl] .td-all-services-box-card-button a img {
    transform: rotate(180deg);
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-all-services-box-card-button a {
        height: 50px;
        font-size: 14px;
    }
    }
    .td-all-services-box-card-button a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    }

    .td-services-details-2-box-left img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    }
    .td-services-details-2-box-right .shape-header h3 {
    color: var(--td-theme-bg-color);
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 10px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-services-details-2-box-right .shape-header h3 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-services-details-2-box-right .shape-header h3 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    }
    @media (max-width: 767px) {
    .td-services-details-2-box-right .shape-header h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    }
    .td-services-details-2-box-right .shape-header p {
    color: rgba(34, 34, 34, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-details-2-box-right .shape-header p {
        margin-bottom: 15px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-details-2-box-right .shape-header p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    }
    .td-services-details-2-box-right .full-shape {
    max-width: 100%;
    height: 100%;
    position: relative;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-details-2-box-right .full-shape {
        max-width: 100%;
        height: 100%;
    }
    }
    .td-services-details-2-box-right .full-shape .top-shape {
    background-color: #053A1D;
    display: grid;
    justify-content: space-between;
    align-items: center;
    padding: 17px;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    z-index: 6;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 20px;
    }
    [dir=rtl] .td-services-details-2-box-right .full-shape .top-shape {
    direction: ltr;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .td-services-details-2-box-right .full-shape .top-shape {
        width: 100%;
        transform: rotate(0deg);
        height: 100%;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-services-details-2-box-right .full-shape .top-shape {
        grid-template-columns: repeat(2, 1fr);
    }
    }
    @media (max-width: 767px) {
    .td-services-details-2-box-right .full-shape .top-shape {
        grid-template-columns: repeat(1, 1fr);
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-services-details-2-box-right .full-shape .top-shape {
        grid-template-columns: repeat(2, 1fr);
    }
    }
    .td-services-details-2-box-right .full-shape .top-shape-card {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    }
    .td-services-details-2-box-right .full-shape .top-shape-card-icon {
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--td-white);
    border-radius: 50%;
    flex: 0 0 auto;
    }
    .td-services-details-2-box-right .full-shape .top-shape-card-text h6 {
    color: var(--td-white);
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    }
    .td-services-details-2-box-right .full-shape .top-shape-card-text p {
    color: var(--td-white);
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    }
    .td-services-details-2-box-right .full-shape .bottom-shape {
    height: 70px;
    background-color: transparent;
    border-radius: 8px;
    display: inline-flex;
    gap: 11px;
    z-index: 3;
    }
    [dir=rtl] .td-services-details-2-box-right .full-shape .bottom-shape {
    direction: ltr;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .td-services-details-2-box-right .full-shape .bottom-shape {
        background-color: transparent;
    }
    }
    .td-services-details-2-box-right .full-shape .bottom-shape .bookNowButton {
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .td-services-details-2-box-right .full-shape .bottom-shape .bookNowButton a {
    display: flex;
    height: 46px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: var(--td-white);
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: var(--td-theme-color-2);
    border-radius: 4px;
    margin-inline-end: 12px;
    }
    .td-services-details-2-box-right .other-info {
    border-radius: 16px;
    background: rgba(4, 154, 71, 0.12);
    padding: 20px;
    display: inline-block;
    margin-top: 52px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-services-details-2-box-right .other-info {
        margin-top: 30px;
        padding: 10px;
        border-radius: 10px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-details-2-box-right .other-info {
        margin-top: 30px;
    }
    }
    .td-services-details-2-box-right .other-info-card {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-details-2-box-right .other-info-card {
        gap: 8px;
    }
    }
    .td-services-details-2-box-right .other-info-card:last-child {
    margin-bottom: 0;
    gap: 10px;
    }
    .td-services-details-2-box-right .other-info-card p {
    color: var(--td-theme-bg-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-details-2-box-right .other-info-card p {
        font-size: 14px;
    }
    }
    .td-services-details-2-box-about h5 {
    color: var(--td-theme-bg-color);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    }
    .td-services-details-2-box-about p {
    color: rgba(34, 34, 34, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-services-details-2-box-about p {
        font-size: 14px;
    }
    }

    .td-office-gallery-box {
    margin: 0 10px;
    }
    .td-office-gallery-box-title {
    margin-bottom: 50px;
    }
    .td-office-gallery-box-title h3 {
    color: var(--td-theme-bg-color);
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-office-gallery-box-title h3 {
        font-size: 32px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-office-gallery-box-title h3 {
        font-size: 28px;
        line-height: 40px;
    }
    }
    @media (max-width: 767px) {
    .td-office-gallery-box-title h3 {
        font-size: 24px;
        line-height: 38px;
    }
    }
    .td-office-gallery-box-title p {
    color: var(--td-theme-bg-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    }
    .td-office-gallery-box-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    }
    .td-office-gallery-box-img img {
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
    }
    .td-office-gallery-box-img::before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
    }
    .td-office-gallery-box-img a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: var(--td-white);
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-office-gallery-box-img a {
        font-size: 14px;
    }
    }
    .td-office-gallery-box-img:hover::before {
    opacity: 1;
    }
    .td-office-gallery-box-img:hover a {
    opacity: 1;
    transform: translate(-50%, -50%);
    }

    .td-office-gallery-box .row > * {
    padding-inline-end: 0;
    padding-inline-start: 0;
    }

    .td-brand-img img {
    width: unset;
    }

    .td-banner-left-singleCard-2:nth-child(1) .td-services-banner-left-card {
    border-top-left-radius: 8px;
    }
    [dir=rtl] .td-banner-left-singleCard-2:nth-child(1) .td-services-banner-left-card {
    border-top-right-radius: 8px;
    border-top-left-radius: 0px;
    }
    .td-banner-left-singleCard-2:nth-child(2) .td-services-banner-left-card {
    border-top-right-radius: 8px;
    }
    [dir=rtl] .td-banner-left-singleCard-2:nth-child(2) .td-services-banner-left-card {
    border-top-left-radius: 8px;
    border-top-right-radius: 0px;
    }
    .td-banner-left-singleCard-2:nth-child(3) .td-services-banner-left-card {
    border-bottom-left-radius: 8px;
    }
    [dir=rtl] .td-banner-left-singleCard-2:nth-child(3) .td-services-banner-left-card {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0px;
    }
    .td-banner-left-singleCard-2:nth-child(4) .td-services-banner-left-card {
    border-bottom-right-radius: 8px;
    }
    [dir=rtl] .td-banner-left-singleCard-2:nth-child(4) .td-services-banner-left-card {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0px;
    }
    .td-banner-left-singleCard-2:nth-child(1) .td-services-banner-left-card {
    border-bottom: 1px solid #3A3A3A;
    border-right: 1px solid #3A3A3A;
    }
    [dir=rtl] .td-banner-left-singleCard-2:nth-child(1) .td-services-banner-left-card {
    border-left: 1px solid #3A3A3A;
    }
    .td-banner-left-singleCard-2:nth-child(2) .td-services-banner-left-card {
    border-bottom: 1px solid #3A3A3A;
    }
    .td-banner-left-singleCard-2:nth-child(3) .td-services-banner-left-card {
    border-right: 1px solid #3A3A3A;
    }
    [dir=rtl] .td-banner-left-singleCard-2:nth-child(3) .td-services-banner-left-card {
    border-left: 1px solid #3A3A3A;
    }
    .td-banner-left-singleCard-2-2 {
    background-color: #053A1D;
    }

    .td-services-banner-left-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    padding: 30px 10px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-services-banner-left-card {
        padding: 15px 6px;
    }
    }
    .td-services-banner-left-card h5 {
    color: var(--td-white);
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    }

    /*----------------------------
    facility section design
    ------------------------------*/
    .td-our-facility {
    background-color: var(--td-theme-bg-color);
    margin-top: 100px;
    padding: 60px 0;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-our-facility {
        margin-top: 100px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-our-facility {
        margin-top: 70px;
    }
    }
    @media (max-width: 767px) {
    .td-our-facility {
        margin-top: 60px;
    }
    }
    .td-our-facility-wrapper {
    position: relative;
    overflow: hidden;
    }
    .td-our-facility-wrapper-title {
    position: absolute;
    inset-inline-start: -9.6%;
    top: 50%;
    transform: translateY(-50%);
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-our-facility-wrapper-title {
        inset-inline-start: -8%;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-our-facility-wrapper-title {
        display: none;
    }
    }
    .td-our-facility-wrapper-title-text {
    transform: rotate(-90deg);
    }
    .td-our-facility-wrapper-title-text h2 {
    color: var(--td-theme-bg-color);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--td-white);
    font-size: 120px;
    font-weight: 700;
    text-transform: capitalize;
    opacity: 0.1;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .td-our-facility-wrapper-title-text h2 {
        font-size: 79px;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-our-facility-wrapper-title-text h2 {
        font-size: 56px;
    }
    }
    .td-our-facility-wrapper-element {
    position: absolute;
    inset-inline-end: 0;
    bottom: -25px;
    animation: move-bottom-top 3s infinite ease-in-out;
    }
    [dir=rtl] .td-our-facility-wrapper-element img {
    transform: rotate(180deg);
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .td-our-facility-wrapper-element {
        inset-inline-end: -70px;
    }
    }
    .td-our-facility-card {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-bottom: 1px solid #383838;
    border-right: 1px solid #383838; */

    transition: background-color 0.3s ease-in-out;
    }
    .td-our-facility-card:hover {
    background-color: #1a1a1a;
    }
    .td-our-facility-card:hover img {
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out;
    }
    .td-our-facility-card:nth-child(9), .td-our-facility-card:nth-child(10), .td-our-facility-card:nth-child(11), .td-our-facility-card:nth-child(12) {
    border-bottom: none;
    }
    .td-our-facility-card:nth-child(4), .td-our-facility-card:nth-child(8), .td-our-facility-card:nth-child(12) {
    border-right: none;
    }
    [dir=rtl] .td-our-facility-card {
    border-right: none;
    border-left: 1px solid #383838;
    }
    [dir=rtl] .td-our-facility-card:nth-child(4), [dir=rtl] .td-our-facility-card:nth-child(8), [dir=rtl] .td-our-facility-card:nth-child(12) {
    border-left: none;
    }
    @media (max-width: 767px) {
    .td-our-facility-card:nth-child(2), .td-our-facility-card:nth-child(6), .td-our-facility-card:nth-child(8), .td-our-facility-card:nth-child(10) {
        border-right: none;
    }
    [dir=rtl] .td-our-facility-card:nth-child(2), [dir=rtl] .td-our-facility-card:nth-child(6), [dir=rtl] .td-our-facility-card:nth-child(8), [dir=rtl] .td-our-facility-card:nth-child(10) {
        border-left: none;
    }
    .td-our-facility-card:nth-child(9), .td-our-facility-card:nth-child(10), .td-our-facility-card:nth-child(11), .td-our-facility-card:nth-child(12) {
        border-bottom: 1px solid #383838;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-our-facility-card {
        border-right: 1px solid #383838;
    }
    [dir=rtl] .td-our-facility-card {
        border-left: 1px solid #383838;
    }
    .td-our-facility-card:nth-child(10), .td-our-facility-card:nth-child(11), .td-our-facility-card:nth-child(12) {
        border-bottom: none;
    }
    .td-our-facility-card:nth-child(9) {
        border-bottom: 1px solid #383838;
    }
    .td-our-facility-card:nth-child(3), .td-our-facility-card:nth-child(6), .td-our-facility-card:nth-child(9), .td-our-facility-card:nth-child(12) {
        border-right: none;
    }
    [dir=rtl] .td-our-facility-card:nth-child(3), [dir=rtl] .td-our-facility-card:nth-child(6), [dir=rtl] .td-our-facility-card:nth-child(9), [dir=rtl] .td-our-facility-card:nth-child(12) {
        border-left: none;
    }
    .td-our-facility-card:nth-child(1), .td-our-facility-card:nth-child(2), .td-our-facility-card:nth-child(4), .td-our-facility-card:nth-child(5), .td-our-facility-card:nth-child(7), .td-our-facility-card:nth-child(8), .td-our-facility-card:nth-child(10), .td-our-facility-card:nth-child(11) {
        border-right: 1px solid #383838;
    }
    [dir=rtl] .td-our-facility-card:nth-child(1), [dir=rtl] .td-our-facility-card:nth-child(2), [dir=rtl] .td-our-facility-card:nth-child(4), [dir=rtl] .td-our-facility-card:nth-child(5), [dir=rtl] .td-our-facility-card:nth-child(7), [dir=rtl] .td-our-facility-card:nth-child(8), [dir=rtl] .td-our-facility-card:nth-child(10), [dir=rtl] .td-our-facility-card:nth-child(11) {
        border-left: 1px solid #383838;
    }
    [dir=rtl] .td-our-facility-card:nth-child(2), [dir=rtl] .td-our-facility-card:nth-child(5), [dir=rtl] .td-our-facility-card:nth-child(8), [dir=rtl] .td-our-facility-card:nth-child(11), [dir=rtl] .td-our-facility-card:nth-child(3), [dir=rtl] .td-our-facility-card:nth-child(6), [dir=rtl] .td-our-facility-card:nth-child(9), [dir=rtl] .td-our-facility-card:nth-child(12) {
        border-right: none;
    }
    [dir=rtl] .td-our-facility-card:nth-child(1), [dir=rtl] .td-our-facility-card:nth-child(4), [dir=rtl] .td-our-facility-card:nth-child(7), [dir=rtl] .td-our-facility-card:nth-child(10) {
        border-right: none;
    }
    }
    .td-our-facility-card h2 {
    color: var(--td-white);
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .td-our-facility-card h2 {
        font-size: 25px;
    }
    }
    @media (max-width: 767px) {
    .td-our-facility-card h2 {
        font-size: 20px;
    }
    }
    .td-our-facility-card h2 span {
    color: var(--td-theme-color);
    }
    .td-our-facility-card-full {
    --bs-gutter-x: 0px;
    margin-inline-end: 0;
    margin-inline-start: 0;
    }
    .td-our-facility-card-single {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    }
    .td-our-facility-card-single img {
    /* width: 52px; */
    height: 45px;
    /* filter: brightness(0) invert(1); */
    }
    @media (max-width: 767px) {
    .td-our-facility-card-single img {
        /* width: 30px; */
        height: 35px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-our-facility-card-single {
        padding: 30px 0;
    }
    }
    @media (max-width: 767px) {
    .td-our-facility-card-single {
        padding: 25px 0;
    }
    }
    .td-our-facility-card-single h5 {
    text-align: center;
    margin-top: 18px;
    color: var(--td-white);
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-our-facility-card-single h5 {
        font-size: 12px;
    }
    }
    @media (max-width: 767px) {
    .td-our-facility-card-single h5 {
        font-size: 10px;
    }
    }

    /*----------------------------
    space overview section design
    ------------------------------*/
    .td-space-overview {
    background: rgba(253, 215, 2, 0.19);
    padding: 100px 0 100px 0;
    position: relative;
    }
    .td-space-overview-wrapper {
    position: relative;
    z-index: 2;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-space-overview {
        padding: 80px 0 80px 0;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-space-overview {
        padding: 70px 0 50px 0;
    }
    }
    @media (max-width: 767px) {
    .td-space-overview {
        padding: 50px 0 10px 0;
    }
    }
    .td-space-overview-slider {
    margin: 0 120px;
    margin-top: 50px;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-space-overview-slider {
        margin-top: 20px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-space-overview-slider {
        margin-top: 15px;
    }
    }
    @media (max-width: 767px) {
    .td-space-overview-slider {
        margin-top: 20px;
        margin-inline-start: 15px;
        margin-inline-end: 15px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-space-overview-slider {
        margin-top: 0px;
        margin-inline-start: 15px;
        margin-inline-end: 15px;
    }
    }
    .td-space-overview-card {
    text-align: center;
    transition: transform 0.3s ease, margin 0.3s ease, box-shadow 0.3s ease;
    }
    .td-space-overview-card img {
    border-radius: 8px;
    }
    .td-space-overview-card h3 {
    color: var(--td-theme-bg-color);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 15px;
    }
    @media (max-width: 767px) {
    .td-space-overview-card h3 {
        font-size: 10px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .td-space-overview-card h3 {
        font-size: 12px;
    }
    }
    .td-space-overview-element-1 {
    position: absolute;
    top: 15px;
    inset-inline-start: 30px;
    z-index: 1;
    animation: move-bottom-top 5s infinite ease-in-out;
    }
    .td-space-overview-element-2 {
    position: absolute;
    bottom: 80px;
    inset-inline-end: 60px;
    z-index: 1;
    animation: rotate-infinite 25s infinite ease-in-out;
    }

    .owl-stage {
    display: flex;
    align-items: center;
    }

    .td-space-overview-slider .owl-item {
    transition: transform 0.3s ease, flex 0.3s ease, z-index 0.3s ease;
    flex: 0 0 auto;
    }
    .td-space-overview-slider .owl-item.zoomed {
    transform: scale(1);
    flex: 1;
    z-index: 2;
    }
    .td-space-overview-slider .owl-item.zoomed h3 {
    font-size: 24px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-space-overview-slider .owl-item.zoomed h3 {
        font-size: 18px;
    }
    }
    @media (max-width: 767px) {
    .td-space-overview-slider .owl-item.zoomed h3 {
        font-size: 12px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .td-space-overview-slider .owl-item.zoomed h3 {
        font-size: 14px;
    }
    }
    .td-space-overview-slider .owl-item:not(.zoomed) {
    transform: scale(0.9);
    flex: 0.9;
    z-index: 0;
    }

    .client-img {
    height: 56px;
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    }

    .td-space-overview-slider .owl-stage {
    height: 460px;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .td-space-overview-slider .owl-stage {
        height: 400px;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-space-overview-slider .owl-stage {
        height: 310px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-space-overview-slider .owl-stage {
        height: 350px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-space-overview-slider .owl-stage {
        height: 300px;
    }
    }
    @media (max-width: 767px) {
    .td-space-overview-slider .owl-stage {
        height: 570px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-space-overview-slider .owl-stage {
        height: 310px;
    }
    }

    /*----------------------------
    about us section design
    ------------------------------*/
    .td-about-us-wrapper {
    display: flex;
    position: relative;
    overflow: hidden;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-about-us-wrapper {
        flex-direction: column;
    }
    }
    .td-about-us-wrapper-left {
    width: 45%;
    background-color: #EEE;
    padding-right: 20px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-about-us-wrapper-left {
        width: 100%;
        display: none;
    }
    }
    .td-about-us-wrapper-left-content {
    padding-inline-start: 15.7%;
    position: relative;
    max-width: 1054px;
    }
    .td-about-us-wrapper-left-content-mainImg {
    position: absolute;
    top: 75px;
    inset-inline-start: 27.7%;
    }
    @media only screen and (min-width: 1650px) and (max-width: 1810px) {
    .td-about-us-wrapper-left-content-mainImg {
        inset-inline-start: 20%;
    }
    }
    @media only screen and (min-width: 1400px) and (max-width: 1649px) {
    .td-about-us-wrapper-left-content-mainImg {
        inset-inline-start: 10%;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-about-us-wrapper-left-content-mainImg {
        inset-inline-start: 3%;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-about-us-wrapper-left-content-mainImg {
        top: 55px;
        inset-inline-start: 23%;
        margin-inline-end: 30px;
    }
    }
    .td-about-us-wrapper-left-content-mainImg img {
    border-radius: 16px;
    border: 8px solid #FFF;
    }
    .td-about-us-wrapper-left-content-bottomImg {
    position: absolute;
    top: 422px;
    inset-inline-start: 32.5%;
    }
    @media only screen and (min-width: 1650px) and (max-width: 1810px) {
    .td-about-us-wrapper-left-content-bottomImg {
        inset-inline-start: 25%;
    }
    }
    @media only screen and (min-width: 1400px) and (max-width: 1649px) {
    .td-about-us-wrapper-left-content-bottomImg {
        inset-inline-start: 13%;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-about-us-wrapper-left-content-bottomImg {
        inset-inline-start: 19%;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-about-us-wrapper-left-content-bottomImg {
        top: 295px;
        inset-inline-start: 31%;
        margin-inline-end: 70px;
    }
    }
    .td-about-us-wrapper-left-content-bottomImg img {
    border-radius: 16px;
    border: 8px solid #EEE;
    }
    .td-about-us-wrapper-left-content-rightImg {
    position: absolute;
    top: 403px;
    inset-inline-end: 4.5%;
    }
    .td-about-us-wrapper-left-content-rightImg img {
    border-radius: 10px;
    border: 8px solid #EEE;
    }
    .td-about-us-wrapper-right {
    width: 55%;
    background-color: var(--td-theme-bg-color);
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-about-us-wrapper-right {
        width: 100%;
    }
    }
    .td-about-us-wrapper-right-content {
    margin-inline-end: 40px;
    margin-inline-start: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-about-us-wrapper-right-content {
        margin-inline-start: 40px;
        margin-top: 45px;
        margin-bottom: 50px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-about-us-wrapper-right-content {
        margin-top: 70px;
        margin-bottom: 80px;
        margin-inline-start: 45px;
    }
    }
    @media (max-width: 767px) {
    .td-about-us-wrapper-right-content {
        margin-top: 50px;
        margin-bottom: 60px;
        margin-inline-end: 1%;
        margin-inline-start: 15px;
    }
    }
    .td-about-us-wrapper-right-content h3 {
    color: var(--td-white);
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.3px;
    margin-bottom: 45px;
    }
    [dir=rtl] .td-about-us-wrapper-right-content h3 {
    width: 80%;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    [dir=rtl] .td-about-us-wrapper-right-content h3 {
        width: 90%;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-about-us-wrapper-right-content h3 {
        font-size: 32px;
        line-height: 44px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-about-us-wrapper-right-content h3 {
        font-size: 26px;
        line-height: 38px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-about-us-wrapper-right-content h3 {
        font-size: 36px;
        line-height: 48px;
    }
    }
    @media (max-width: 767px) {
    .td-about-us-wrapper-right-content h3 {
        font-size: 30px;
        line-height: 42px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-about-us-wrapper-right-content h3 {
        font-size: 22px;
        line-height: 34px;
    }
    }
    .td-about-us-wrapper-right-content h3 span {
    color: var(--td-theme-color);
    }
    .td-about-us-wrapper-right-content-card {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    }
    .td-about-us-wrapper-right-content-card:last-child {
    margin-bottom: 0px;
    }
    .td-about-us-wrapper-right-content-card-icon {
    width: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(253, 215, 2, 0.05);
    border-radius: 8px;
    }
    .td-about-us-wrapper-right-content-card-icon img {
    height: 28px;
    width: 28px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-about-us-wrapper-right-content-card-icon {
        width: 80px;
        height: 62px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-about-us-wrapper-right-content-card-icon {
        width: 62px;
        height: 62px;
    }
    }
    .td-about-us-wrapper-right-content-card-text h6 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
    }
    .td-about-us-wrapper-right-content-card-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    width: 65%;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-about-us-wrapper-right-content-card-text p {
        width: 100%;
    }
    }
    .td-about-us-wrapper-elememt {
    position: absolute;
    top: -15%;
    inset-inline-end: -8%;
    animation: rotate-infinite 25s infinite ease-in-out;
    z-index: 1;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-about-us-wrapper-elememt {
        width: 265px;
    }
    }
    .td-about-us-wrapper-elememt img {
    opacity: 0.1;
    }
    .td-about-us-2 {
    position: relative;
    }
    .td-about-us-2-full {
    padding: 0 66px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-about-us-2-full {
        padding: 0 0px;
    }
    }
    .td-about-us-2-full-left-img {
    margin-top: 100px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-about-us-2-full-left-img {
        margin-top: 70px;
    }
    }
    @media (max-width: 767px) {
    .td-about-us-2-full-left-img {
        margin-top: 30px;
    }
    }
    .td-about-us-2-full-left-img img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    }
    .td-about-us-2-full-right-img {
    padding-inline-end: 50px;
    position: relative;
    z-index: 10;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-about-us-2-full-right-img {
        padding-inline-end: 0px;
    }
    }
    .td-about-us-2-full-right-img img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    }
    .td-about-us-2-full-right-shape {
    position: absolute;
    bottom: 0;
    inset-inline-start: 4%;
    z-index: -1;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-about-us-2-full-right-shape {
        inset-inline-start: 6%;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-about-us-2-full-right-shape {
        width: 200px;
    }
    }
    @media (max-width: 767px) {
    .td-about-us-2-full-right-shape {
        display: none;
    }
    }
    .td-about-us-2-full-right-exploreButton {
    position: absolute;
    bottom: 12%;
    inset-inline-start: 28%;
    display: flex;
    width: 200px;
    height: 200px;
    padding: 10px;
    border-radius: 50%;
    background-color: var(--td-theme-color-2);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border: 10px solid var(--td-white);
    z-index: 10;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-about-us-2-full-right-exploreButton {
        bottom: 15%;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-about-us-2-full-right-exploreButton {
        bottom: 12%;
        inset-inline-start: 28%;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-about-us-2-full-right-exploreButton {
        width: 150px;
        height: 150px;
    }
    }
    @media (max-width: 767px) {
    .td-about-us-2-full-right-exploreButton {
        width: 110px;
        height: 110px;
        border: 3px solid var(--td-white);
        bottom: -22%;
        left: 50%;
        transform: translateX(-50%);
        gap: 0;
    }
    }
    @media (max-width: 767px) {
    .td-about-us-2-full-right-exploreButton {
        bottom: -10%;
    }
    }
    .td-about-us-2-full-right-exploreButton p {
    color: var(--td-white);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.3px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-about-us-2-full-right-exploreButton p {
        font-size: 14px;
        font-weight: 600;
    }
    }
    @media (max-width: 767px) {
    .td-about-us-2-full-right-exploreButton p {
        font-size: 12px;
        font-weight: 600;
    }
    }
    .td-about-us-2-full-right-shapeDot {
    position: absolute;
    bottom: 21%;
    inset-inline-end: 0%;
    z-index: -1;
    animation: move-bottom-top 3s infinite ease-in-out;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-about-us-2-full-right-shapeDot {
        display: none;
    }
    }
    .td-about-us-2-starElement {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: 5%;
    animation: rotate-infinite 10s linear infinite;
    z-index: -1;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-about-us-2-starElement {
        display: none;
    }
    }

    .td-our-vision {
    margin-top: 100px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-our-vision {
        margin-top: 80px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-our-vision {
        margin-top: 70px;
    }
    }
    @media (max-width: 767px) {
    .td-our-vision {
        margin-top: 60px;
    }
    }
    .td-our-vision-wrapper-left {
    padding: 150px 0 150px 0;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-our-vision-wrapper-left {
        padding: 80px 0 80px 0;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-our-vision-wrapper-left {
        padding: 0px 0 30px 0;
    }
    }
    @media (max-width: 767px) {
    .td-our-vision-wrapper-left {
        padding: 0px 0 0px 0;
    }
    }
    .td-our-vision-wrapper-left-title {
    margin-bottom: 20px;
    }
    .td-our-vision-wrapper-left span {
    color: var(--td-theme-bg-color);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    }
    .td-our-vision-wrapper-left p {
    color: rgba(34, 34, 34, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
    width: 95%;
    }
    @media (max-width: 767px) {
    .td-our-vision-wrapper-left p {
        font-size: 14px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-our-vision-wrapper-left p {
        margin-bottom: 25px;
    }
    }
    .td-our-vision-wrapper-right {
    position: relative;
    max-width: 650px;
    min-height: 573px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-our-vision-wrapper-right {
        min-height: 475px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-our-vision-wrapper-right {
        min-height: 450px;
    }
    }
    @media (max-width: 767px) {
    .td-our-vision-wrapper-right {
        min-height: 390px;
        margin-top: -40px;
    }
    }
    .td-our-vision-wrapper-right-imgCircle {
    position: absolute;
    top: 0;
    inset-inline-end: 80px;
    z-index: 5;
    }
    .td-our-vision-wrapper-right-imgCircle img {
    border-radius: 50%;
    box-shadow: 0px 31.289px 91.022px 0px rgba(22, 28, 45, 0.19);
    }
    .td-our-vision-wrapper-right-imgMiddle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    }
    .td-our-vision-wrapper-right-imgMiddle img {
    border-radius: 14px;
    }
    .td-our-vision-wrapper-right-imgLeft {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 3;
    }
    .td-our-vision-wrapper-right-imgLeft img {
    border-radius: 14px;
    box-shadow: 0px 31.289px 91.022px 0px rgba(22, 28, 45, 0.19);
    }
    .td-our-vision-wrapper-right-imgRight {
    position: absolute;
    bottom: 34px;
    inset-inline-end: 0;
    z-index: 3;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-our-vision-wrapper-right-imgRight {
        inset-inline-end: -34px;
    }
    }
    .td-our-vision-wrapper-right-imgRight img {
    border-radius: 14px;
    box-shadow: 0px 31.289px 91.022px 0px rgba(22, 28, 45, 0.19);
    }
    .td-our-vision-wrapper-right-imgRectangle {
    position: absolute;
    bottom: 0px;
    inset-inline-end: 80px;
    z-index: 1;
    animation: move-left 5s infinite ease-in-out;
    }
    .td-our-vision-wrapper-right-imgDot {
    position: absolute;
    top: 125px;
    inset-inline-start: 70px;
    z-index: 1;
    animation: move-bottom-top 5s infinite ease-in-out;
    }
    @media (max-width: 767px) {
    .td-our-vision-wrapper-right-imgDot {
        inset-inline-start: 0px;
    }
    }

    .td-add-banner {
    margin-top: 100px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-add-banner {
        margin-top: 70px;
    }
    }
    @media (max-width: 767px) {
    .td-add-banner {
        margin-top: 60px;
    }
    }
    .td-add-banner-wrapper {
    position: relative;
    width: 100%;
    height: 560px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-add-banner-wrapper {
        height: 460px;
    }
    }
    @media (max-width: 767px) {
    .td-add-banner-wrapper {
        height: 400px;
    }
    }
    .td-add-banner-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(34, 34, 34, 0.8) 0%, rgba(34, 34, 34, 0.8) 100%);
    z-index: 1;
    }
    .td-add-banner-wrapper-card {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    }
    .td-add-banner-wrapper-card-content {
    max-width: 766px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14.5px);
    padding: 60px 83px;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-add-banner-wrapper-card-content {
        padding: 50px 60px;
        max-width: 660px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-add-banner-wrapper-card-content {
        padding: 40px 50px;
        max-width: 550px;
        border-radius: 20px;
    }
    }
    @media (max-width: 767px) {
    .td-add-banner-wrapper-card-content {
        padding: 20px 30px;
        max-width: 346px;
        border-radius: 15px;
    }
    }
    .td-add-banner-wrapper-card-content h3 {
    color: var(--td-white);
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
    }
    .td-add-banner-wrapper-card-content p {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-add-banner-wrapper-card-content p {
        margin-bottom: 25px;
    }
    }

    .td-whyExist-box-title {
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .td-whyExist-box-title-text {
    width: 520px;
    }
    .td-whyExist-box-title-text h2 {
    color: var(--td-theme-bg-color);
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-whyExist-box-title-text h2 {
        font-size: 32px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-whyExist-box-title-text h2 {
        font-size: 28px;
        line-height: 40px;
    }
    }
    @media (max-width: 767px) {
    .td-whyExist-box-title-text h2 {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 8px;
    }
    }
    .td-whyExist-box-title-text p {
    color: #777;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-whyExist-box-title-text p {
        font-size: 16px;
    }
    }
    @media (max-width: 767px) {
    .td-whyExist-box-title-text p {
        font-size: 14px;
    }
    }
    .td-whyExist-box-banner {
    width: 100%;
    height: 477px;
    position: relative;
    overflow: hidden;
    position: relative;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-whyExist-box-banner {
        height: 360px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-whyExist-box-banner {
        height: 270px;
    }
    }
    @media (max-width: 767px) {
    .td-whyExist-box-banner {
        height: 150px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-whyExist-box-banner {
        height: 220px;
    }
    }
    .td-whyExist-box-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(89.577% 0.558%, 89.577% 0.558%, 80.69% 3.983%, 71.726% 6.31%, 62.802% 7.662%, 54.031% 8.163%, 45.53% 7.937%, 37.413% 7.107%, 29.795% 5.797%, 22.792% 4.132%, 16.518% 2.235%, 11.09% 0.229%, 11.09% 0.229%, 10.357% 0.083%, 9.64% 0.234%, 8.95% 0.665%, 8.295% 1.359%, 7.687% 2.299%, 7.134% 3.469%, 6.648% 4.85%, 6.236% 6.428%, 5.911% 8.184%, 5.68% 10.102%, 0.175% 71.301%, 0.175% 71.301%, 0.047% 73.537%, 0.06% 75.734%, 0.205% 77.852%, 0.472% 79.855%, 0.852% 81.703%, 1.335% 83.36%, 1.913% 84.786%, 2.574% 85.945%, 3.31% 86.797%, 4.112% 87.306%, 16.015% 91.848%, 26.094% 95.38%, 34.805% 97.901%, 42.607% 99.411%, 49.955% 99.91%, 57.307% 99.398%, 65.12% 97.875%, 73.851% 95.341%, 83.957% 91.797%, 95.896% 87.241%, 95.896% 87.241%, 96.681% 86.747%, 97.405% 85.92%, 98.058% 84.798%, 98.63% 83.414%, 99.112% 81.806%, 99.496% 80.008%, 99.772% 78.056%, 99.931% 75.985%, 99.964% 73.832%, 99.862% 71.631%, 95.111% 10.773%, 95.111% 10.773%, 94.893% 8.772%, 94.571% 6.939%, 94.157% 5.292%, 93.66% 3.851%, 93.093% 2.633%, 92.466% 1.658%, 91.79% 0.944%, 91.076% 0.511%, 90.335% 0.375%, 89.577% 0.558%);
    }
    .td-whyExist-box-banner::before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(4, 154, 71, 0.2) 0%, rgba(4, 154, 71, 0.2) 100%);
    clip-path: polygon(89.577% 0.558%, 89.577% 0.558%, 80.69% 3.983%, 71.726% 6.31%, 62.802% 7.662%, 54.031% 8.163%, 45.53% 7.937%, 37.413% 7.107%, 29.795% 5.797%, 22.792% 4.132%, 16.518% 2.235%, 11.09% 0.229%, 11.09% 0.229%, 10.357% 0.083%, 9.64% 0.234%, 8.95% 0.665%, 8.295% 1.359%, 7.687% 2.299%, 7.134% 3.469%, 6.648% 4.85%, 6.236% 6.428%, 5.911% 8.184%, 5.68% 10.102%, 0.175% 71.301%, 0.175% 71.301%, 0.047% 73.537%, 0.06% 75.734%, 0.205% 77.852%, 0.472% 79.855%, 0.852% 81.703%, 1.335% 83.36%, 1.913% 84.786%, 2.574% 85.945%, 3.31% 86.797%, 4.112% 87.306%, 16.015% 91.848%, 26.094% 95.38%, 34.805% 97.901%, 42.607% 99.411%, 49.955% 99.91%, 57.307% 99.398%, 65.12% 97.875%, 73.851% 95.341%, 83.957% 91.797%, 95.896% 87.241%, 95.896% 87.241%, 96.681% 86.747%, 97.405% 85.92%, 98.058% 84.798%, 98.63% 83.414%, 99.112% 81.806%, 99.496% 80.008%, 99.772% 78.056%, 99.931% 75.985%, 99.964% 73.832%, 99.862% 71.631%, 95.111% 10.773%, 95.111% 10.773%, 94.893% 8.772%, 94.571% 6.939%, 94.157% 5.292%, 93.66% 3.851%, 93.093% 2.633%, 92.466% 1.658%, 91.79% 0.944%, 91.076% 0.511%, 90.335% 0.375%, 89.577% 0.558%);
    z-index: 1;
    pointer-events: none;
    }
    .td-whyExist-box-banner img {
    position: relative;
    z-index: 0;
    }
    .td-whyExist-box-des p {
    color: rgba(34, 34, 34, 0.6);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 60px;
    margin-top: 50px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-whyExist-box-des p {
        font-size: 16px;
        padding: 0 40px;
        margin-top: 40px;
    }
    }
    @media (max-width: 767px) {
    .td-whyExist-box-des p {
        font-size: 14px;
        padding: 0 0px;
        margin-top: 20px;
    }
    }

    /*----------------------------
    blog section design
    ------------------------------*/
    .td-blog {
    margin-top: 100px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog {
        margin-top: 70px;
    }
    }
    @media (max-width: 767px) {
    .td-blog {
        margin-top: 60px;
    }
    }
    .td-blog-page {
    margin-top: 50px;
    }
    .td-blog .row {
    display: flex;
    flex-wrap: wrap;
    }
    .td-blog .col-sm-6,
    .td-blog .col-lg-4 {
    display: flex;
    flex-direction: column;
    }
    .td-blog-cards {
    padding: 0 83px;
    margin-top: 50px;
    }
    @media (max-width: 767px) {
    .td-blog-cards {
        margin-top: 35px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-cards {
        padding: 0 0px;
    }
    }
    .td-blog-cards-bottom {
    margin-top: 0px;
    }
    .td-blog-cards-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    }
    @media (max-width: 767px) {
    .td-blog-cards-button {
        margin-top: 35px;
    }
    }
    .td-blog-card-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #F5F6F8;
    border-radius: 0 8px 8px 0;
    }
    [dir=rtl] .td-blog-card-main {
    border-radius: 8px 0 0 8px;
    }
    .td-blog-card-main-full {
    display: flex;
    align-items: center;
    background: #F5F6F8;
    border-radius: 8px;
    gap: 16px;
    height: 100%;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-card-main-full {
        flex-direction: column;
        gap: 24px;
    }
    }
    .td-blog-card-main-left {
    width: 48%;
    height: 100%;
    border-radius: 8px 0px 0px 8px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-blog-card-main-left {
        width: 50%;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-card-main-left {
        width: 55%;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-card-main-left {
        width: 100%;
        position: relative;
        padding-bottom: 64%;
        overflow: hidden;
        border-radius: 8px 8px 0px 0px;
    }
    [dir=rtl] .td-blog-card-main-left {
        border-radius: 8px 8px 0px 0px;
    }
    }
    .td-blog-card-main-left img {
    border-radius: 8px 0px 0px 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    [dir=rtl] .td-blog-card-main-left img {
    border-radius: 0 8px 8px 0;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-card-main-left img {
        max-width: 100%;
        position: absolute;
        top: 0px;
        bottom: 0px;
        inset-inline-start: 0px;
        inset-inline-end: 0px;
        margin: auto;
        border-radius: 0px 8px 0px 0px;
    }
    [dir=rtl] .td-blog-card-main-left img {
        border-radius: 8px 0px 0px 8px;
    }
    }
    .td-blog-card-main-right {
    width: 52%;
    padding: 32px 16px 32px 0;
    }
    [dir=rtl] .td-blog-card-main-right {
    padding: 32px 16px 32px 16px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-blog-card-main-right {
        width: 50%;
        padding: 12px 16px 12px 0;
    }
    [dir=rtl] .td-blog-card-main-right {
        padding: 12px 16px 12px 16px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-card-main-right {
        width: 45%;
        padding: 12px 16px 12px 0;
    }
    [dir=rtl] .td-blog-card-main-right {
        padding: 12px 16px 12px 16px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-card-main-right {
        width: 100%;
        padding: 0px 16px 16px 16px;
    }
    [dir=rtl] .td-blog-card-main-right {
        padding: 12px 16px 12px 16px;
    }
    }
    .td-blog-card-main-right small {
    color: var(--td-theme-bg-color);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 16px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-blog-card-main-right small {
        margin-bottom: 8px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-card-main-right small {
        font-size: 12px;
        margin-bottom: 0px;
    }
    }
    .td-blog-card-main-right a {
    display: block;
    color: var(--td-theme-bg-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 16px;
    transition: all 0.3s ease-in-out;
    }
    .td-blog-card-main-right a:hover {
    color: rgba(34, 34, 34, 0.8);
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-blog-card-main-right a {
        margin-bottom: 8px;
        font-size: 20px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-card-main-right a {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 26px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-card-main-right a {
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 10px;
        width: 90%;
    }
    }
    .td-blog-card-main-right p {
    color: rgba(34, 34, 34, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-card-main-right p {
        margin-bottom: 15px;
        font-size: 12px;
    }
    }
    .td-blog-card-main-userFull {
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
    .td-blog-card-main-readMoreBtn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--td-theme-bg-color);
    font-size: 14px !important;
    font-weight: 700;
    line-height: 150%;
    transition: color 0.5s ease, background-color 0.5s ease;
    cursor: pointer;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-card-main-readMoreBtn {
        display: none !important;
    }
    }
    .td-blog-card-main-readMoreBtn img {
    transform: translateX(2px);
    transition: filter 0.5s ease, transform 0.5s ease;
    }
    [dir=rtl] .td-blog-card-main-readMoreBtn img {
    transform: rotate(180deg);
    }
    .td-blog-card-main-readMoreBtn:hover {
    color: rgba(34, 34, 34, 0.8);
    }
    .td-blog-card-main-userCard {
    display: flex;
    align-items: center;
    gap: 13px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-card-main-userCard {
        display: none;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-card-main-userCard {
        gap: 5px;
    }
    }
    .td-blog-card-main-userCard-designation span {
    color: rgba(34, 34, 34, 0.6);
    font-size: 11px;
    font-weight: 600;
    }
    .td-blog-card-main-userCard-designation h6 {
    color: var(--td-theme-bg-color);
    font-size: 16px;
    font-weight: 600;
    }
    .td-blog-card-main-userSm h6 {
    color: #666;
    font-size: 12px;
    font-weight: 700;
    }
    .td-blog-card-normal {
    border-radius: 8px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #F5F6F8;
    }
    .td-blog-card-normal img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0px 0px;
    }
    .td-blog-card-normal-content {
    padding: 10px 16px 20px 16px;
    background-color: #F5F6F8;
    border-radius: 0px 0px 8px 8px;
    }
    .td-blog-card-normal-content a {
    display: block;
    color: var(--td-theme-bg-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    }
    .td-blog-card-normal-content a:hover {
    color: rgba(34, 34, 34, 0.8);
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-card-normal-content a {
        font-size: 14px;
    }
    }
    .td-blog-card-normal-content h6 {
    color: #666;
    font-size: 12px;
    font-weight: 700;
    }
    .td-blog-details {
    position: relative;
    overflow: hidden;
    }
    .td-blog-details-banner {
    position: relative;
    height: 640px;
    width: 100%;
    z-index: 2;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-blog-details-banner {
        height: 500px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-details-banner {
        height: 400px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog-details-banner {
        height: 350px;
    }
    }
    @media (max-width: 767px) {
    .td-blog-details-banner {
        height: 300px;
    }
    }
    .td-blog-details-banner::after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    z-index: 1;
    }
    .td-blog-details-banner-content-full {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 60px 0;
    z-index: 2;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-details-banner-content-full {
        padding: 40px 0;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog-details-banner-content-full {
        padding: 30px 0;
    }
    }
    @media (max-width: 767px) {
    .td-blog-details-banner-content-full {
        padding: 20px 0;
    }
    }
    .td-blog-details-banner-content {
    display: flex;
    justify-content: space-between;
    }
    @media (max-width: 767px) {
    .td-blog-details-banner-content {
        flex-direction: column;
    }
    }
    .td-blog-details-banner-content-text {
    width: 45%;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog-details-banner-content-text {
        width: 60%;
    }
    }
    @media (max-width: 767px) {
    .td-blog-details-banner-content-text {
        width: 100%;
    }
    }
    .td-blog-details-banner-content-text span {
    display: block;
    color: var(--td-white);
    font-size: 16px;
    font-weight: 500;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-details-banner-content-text span {
        font-size: 14px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-details-banner-content-text span {
        font-size: 12px;
    }
    }
    .td-blog-details-banner-content-text h3 {
    color: var(--td-white);
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-blog-details-banner-content-text h3 {
        font-size: 32px;
        line-height: 44px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-details-banner-content-text h3 {
        font-size: 28px;
        line-height: 40px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-details-banner-content-text h3 {
        font-size: 24px;
        line-height: 38px;
    }
    }
    .td-blog-details-banner-content-right {
    display: flex;
    align-items: center;
    gap: 10px;
    }
    @media (max-width: 767px) {
    .td-blog-details-banner-content-right {
        margin-top: 20px;
    }
    }
    .td-blog-details-banner-content-right img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    }
    .td-blog-details-banner-content-right-user p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog-details-banner-content-right-user p {
        font-size: 14px;
    }
    }
    @media (max-width: 767px) {
    .td-blog-details-banner-content-right-user p {
        font-size: 12px;
    }
    }
    .td-blog-details-banner-content-right-user h6 {
    color: var(--td-white);
    font-size: 20px;
    font-weight: 600;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog-details-banner-content-right-user h6 {
        font-size: 16px;
    }
    }
    @media (max-width: 767px) {
    .td-blog-details-banner-content-right-user h6 {
        font-size: 14px;
    }
    }
    .td-blog-details-full {
    margin-top: 76px;
    position: relative;
    z-index: 2;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-details-full {
        margin-top: 60px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog-details-full {
        margin-top: 50px;
    }
    }
    @media (max-width: 767px) {
    .td-blog-details-full {
        margin-top: 40px;
    }
    }
    .td-blog-details-left-wrapper-card {
    border-radius: 16px;
    background: #F5F6F8;
    margin-bottom: 50px;
    padding: 24px;
    }
    .td-blog-details-left-wrapper-card:last-child {
    margin-bottom: 0;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-details-left-wrapper-card {
        padding: 20px;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-details-left-wrapper-card {
        margin-bottom: 30px;
    }
    }
    @media (max-width: 767px) {
    .td-blog-details-left-wrapper-card {
        margin-bottom: 25px;
    }
    }
    .td-blog-details-left-wrapper-card-title {
    color: var(--td-theme-bg-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 20px;
    }
    .td-blog-details-left-wrapper-article img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    }
    .td-blog-details-left-wrapper-article small {
    color: #666;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    }
    .td-blog-details-left-wrapper-article h4 {
    color: var(--td-theme-bg-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    }
    .td-blog-details-left-wrapper-article a {
    margin-bottom: 30px;
    display: block;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-blog-details-left-wrapper-article a {
        margin-bottom: 25px;
    }
    }
    .td-blog-details-left-wrapper-article a:last-child {
    margin-bottom: 0;
    }
    .td-blog-details-left-wrapper-category ul {
    list-style-type: none;
    }
    .td-blog-details-left-wrapper-category ul li a {
    display: block;
    padding: 16px;
    color: var(--td-theme-bg-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    border-radius: 8px;
    transition: background-color 0.3s ease-in-out;
    }
    .td-blog-details-left-wrapper-category ul li a:hover {
    background-color: var(--td-white);
    }
    .td-blog-details-left-wrapper-category ul li a.active {
    background-color: var(--td-white);
    }
    .td-blog-details-left-wrapper-tags ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    }
    .td-blog-details-left-wrapper-tags ul li button {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    color: var(--td-theme-bg-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #F8F9FA;
    }
    .td-blog-details-right-wrapper p {
    color: rgba(34, 34, 34, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    }
    .td-blog-details-right-wrapper-img {
    margin: 50px 0;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-blog-details-right-wrapper-img {
        margin: 40px 0;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-details-right-wrapper-img {
        margin: 35px 0;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog-details-right-wrapper-img {
        margin: 30px 0;
    }
    }
    @media (max-width: 767px) {
    .td-blog-details-right-wrapper-img {
        margin: 25px 0;
    }
    }
    .td-blog-details-right-wrapper-img img {
    border-radius: 16px;
    }
    .td-blog-details-right-wrapper ul {
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 54px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-blog-details-right-wrapper ul {
        margin-bottom: 40px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-details-right-wrapper ul {
        margin-bottom: 35px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog-details-right-wrapper ul {
        margin-bottom: 30px;
    }
    }
    @media (max-width: 767px) {
    .td-blog-details-right-wrapper ul {
        margin-bottom: 25px;
    }
    }
    .td-blog-details-right-wrapper ul li {
    margin-bottom: 30px;
    color: rgba(34, 34, 34, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-details-right-wrapper ul li {
        margin-bottom: 15px;
    }
    }
    .td-blog-details-right-wrapper ul li span {
    font-weight: 600;
    color: var(--td-theme-bg-color);
    }
    .td-blog-details-right-wrapper ul li:last-child {
    margin-bottom: 0;
    }
    .td-blog-details-right-wrapper-share {
    display: flex;
    align-items: center;
    gap: 24px;
    }
    .td-blog-details-right-wrapper-share h3 {
    color: var(--td-theme-bg-color);
    font-size: 20px;
    font-weight: 600;
    }
    .td-blog-details-right-wrapper-share-icon {
    display: flex;
    align-items: center;
    gap: 16px;
    }
    .td-blog-details-right-wrapper-share-icon a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: var(--td-theme-color);
    transition: background-color 0.3s ease-in-out;
    }
    .td-blog-details-right-wrapper-share-icon a:hover {
    background-color: var(--td-theme-bg-color);
    }
    .td-blog-details-right-wrapper-share-icon a:hover svg {
    fill: var(--td-white);
    }
    .td-blog-details-circleElement {
    position: absolute;
    top: 30%;
    inset-inline-end: -23%;
    width: 1107px;
    height: 1107px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #F6F6F6;
    z-index: 1;
    }
    @media only screen and (min-width: 1400px) and (max-width: 4000px) {
    .td-blog-details-circleElement {
        inset-inline-end: -50%;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-blog-details-circleElement {
        inset-inline-end: -30%;
        width: 800px;
        height: 800px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-details-circleElement {
        display: none;
    }
    }
    .td-blog-2 {
    background-color: var(--td-theme-bg-color);
    padding: 100px 0;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog-2 {
        padding: 70px 0;
    }
    }
    @media (max-width: 767px) {
    .td-blog-2 {
        padding: 60px 0;
    }
    }
    .td-blog-2-box-blogs {
    margin: 0 60px;
    margin-top: 50px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-2-box-blogs {
        margin: 0 0px;
        margin-top: 40px;
    }
    }
    .td-blog-2-box-blogs .row {
    display: flex;
    flex-wrap: wrap;
    }
    .td-blog-2-box-blogs .col-md-6 {
    display: flex;
    }
    .td-blog-2-box-blogs .td-blog-2-box-blogs-card {
    flex: 1;
    }
    .td-blog-2-box-blogs-card {
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 48px;
    height: 100%;
    display: flex;
    /* Make the card a flex container */
    flex-direction: column;
    /* Stack content vertically */
    justify-content: space-between;
    /* Ensure content is spaced properly */
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-blog-2-box-blogs-card {
        padding: 35px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog-2-box-blogs-card {
        padding: 28px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog-2-box-blogs-card {
        padding: 20px;
    }
    }
    @media (max-width: 767px) {
    .td-blog-2-box-blogs-card {
        padding: 15px;
    }
    }
    .td-blog-2-box-blogs-card-text .blogs-img {
    display: block;
    margin-bottom: 20px;
    }
    .td-blog-2-box-blogs-card-text .blogs-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    }
    .td-blog-2-box-blogs-card-text h3 {
    color: var(--td-white);
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -1.28px;
    margin-bottom: 16px;
    }
    [dir=rtl] .td-blog-2-box-blogs-card-text h3 {
    width: 65%;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-2-box-blogs-card-text h3 {
        font-size: 24px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog-2-box-blogs-card-text h3 {
        font-size: 22px;
        line-height: 1.5;
    }
    }
    @media (max-width: 767px) {
    .td-blog-2-box-blogs-card-text h3 {
        font-size: 18px;
        line-height: 1.5;
    }
    }
    .td-blog-2-box-blogs-card-text p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.64px;
    margin-bottom: 20px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-2-box-blogs-card-text p {
        font-size: 14px;
    }
    }
    .td-blog-2-box-blogs-card-text-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
    .td-blog-2-box-blogs-card-text-details-2 {
    margin-bottom: 17px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-2-box-blogs-card-text-details-2 {
        margin-bottom: 2px;
    }
    }
    .td-blog-2-box-blogs-card-text-details-user {
    display: flex;
    align-items: center;
    gap: 13px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-2-box-blogs-card-text-details-user {
        gap: 5px;
    }
    }
    .td-blog-2-box-blogs-card-text-details-user img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    }
    @media (max-width: 767px) {
    .td-blog-2-box-blogs-card-text-details-user img {
        height: 30px;
        width: 30px;
    }
    }
    .td-blog-2-box-blogs-card-text-details-user-des p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 2px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-2-box-blogs-card-text-details-user-des p {
        font-size: 10px;
        font-weight: 500;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-2-box-blogs-card-text-details-user-des p {
        margin-bottom: 0px;
    }
    }
    .td-blog-2-box-blogs-card-text-details-user-des h6 {
    color: var(--td-white);
    font-size: 16px;
    font-weight: 600;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-2-box-blogs-card-text-details-user-des h6 {
        font-size: 14px;
        font-weight: 500;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-2-box-blogs-card-text-details-user-des h6 {
        font-size: 12px;
        font-weight: 500;
    }
    }
    .td-blog-2-box-blogs-card-text-details a {
    display: flex;
    height: 42px;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--td-white);
    border-radius: 999px;
    color: var(--td-theme-bg-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.56px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-2-box-blogs-card-text-details a {
        height: 36px;
        padding: 12px 20px;
        font-weight: 500;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog-2-box-blogs-card-text-details a {
        height: 34px;
        padding: 12px 14px;
        font-weight: 400;
    }
    }
    @media (max-width: 767px) {
    .td-blog-2-box-blogs-card-text-details a {
        height: 30px;
        padding: 12px 14px;
        font-weight: 400;
        font-size: 12px;
    }
    }
    .td-blog-2-box-blogs-card-text-details a:hover, .td-blog-2-box-blogs-card-text-details a.active {
    background-color: var(--td-theme-bg-color);
    color: var(--td-white);
    }
    .td-blog-2-box-blogs-card-text-details h4 {
    color: var(--td-white);
    font-size: 16px;
    font-weight: 600;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-2-box-blogs-card-text-details h4 {
        font-size: 14px;
        font-weight: 500;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-2-box-blogs-card-text-details h4 {
        font-size: 12px;
        font-weight: 500;
    }
    }
    .td-blog-2-box-blogs-card-img {
    margin-bottom: 32px;
    }
    .td-blog-2-box-blogs-card-img img {
    width: 100%;
    height: auto;
    border-radius: 28px;
    }

    .td-all-blogs {
    padding: 100px 0;
    background-color: var(--td-theme-bg-color);
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-all-blogs {
        padding: 70px 0;
    }
    }
    @media (max-width: 767px) {
    .td-all-blogs {
        padding: 60px 0;
    }
    }
    .td-all-blogs-box {
    margin: 0 60px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-all-blogs-box {
        margin: 0 0px;
    }
    }

    .td-blog-details-2 {
    padding-bottom: 100px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog-details-2 {
        padding-bottom: 70px;
    }
    }
    @media (max-width: 767px) {
    .td-blog-details-2 {
        padding-bottom: 60px;
    }
    }
    .td-blog-details-2-bg {
    background-color: var(--td-theme-bg-color);
    width: 100%;
    height: 364px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-details-2-bg {
        height: 240px;
    }
    }
    @media (max-width: 767px) {
    .td-blog-details-2-bg {
        height: 130px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-blog-details-2-bg {
        height: 240px;
    }
    }
    .td-blog-details-2-box {
    padding: 0 113px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-details-2-box {
        padding: 0 0px;
    }
    }
    .td-blog-details-2-box-banner {
    position: relative;
    margin-top: -315px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-details-2-box-banner {
        margin-top: -190px;
    }
    }
    @media (max-width: 767px) {
    .td-blog-details-2-box-banner {
        margin-top: -90px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-blog-details-2-box-banner {
        margin-top: -190px;
    }
    }
    .td-blog-details-2-box-banner img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    }
    .td-blog-details-2-box-banner::before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(4, 154, 71, 0) 22.28%, rgba(4, 154, 71, 0.5) 99.26%);
    pointer-events: none;
    z-index: 1;
    border-radius: 16px;
    }
    .td-blog-details-2-box-content-postOwner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog-details-2-box-content-postOwner {
        padding: 35px 0;
    }
    }
    @media (max-width: 767px) {
    .td-blog-details-2-box-content-postOwner {
        flex-direction: column;
        align-items: start;
        gap: 20px;
        padding: 20px 0;
    }
    }
    .td-blog-details-2-box-content-postOwner-left {
    display: flex;
    align-items: center;
    gap: 30px;
    }
    .td-blog-details-2-box-content-postOwner-left .user {
    display: flex;
    align-items: center;
    gap: 13px;
    }
    .td-blog-details-2-box-content-postOwner-left .user img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog-details-2-box-content-postOwner-left .user img {
        height: 40px;
        width: 40px;
    }
    }
    @media (max-width: 767px) {
    .td-blog-details-2-box-content-postOwner-left .user img {
        height: 30px;
        width: 30px;
    }
    }
    .td-blog-details-2-box-content-postOwner-left .user-des p {
    color: rgba(34, 34, 34, 0.6);
    font-size: 16px;
    font-weight: 500;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-details-2-box-content-postOwner-left .user-des p {
        font-size: 14px;
    }
    }
    .td-blog-details-2-box-content-postOwner-left .user-des h6 {
    color: var(--td-theme-bg-color);
    font-size: 20px;
    font-weight: 600;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-details-2-box-content-postOwner-left .user-des h6 {
        font-size: 18px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-details-2-box-content-postOwner-left .user-des h6 {
        font-size: 16px;
    }
    }
    .td-blog-details-2-box-content-postOwner-left .date-time {
    display: flex;
    align-items: center;
    gap: 13px;
    }
    .td-blog-details-2-box-content-postOwner-left .date-time-img {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: rgba(4, 154, 71, 0.1);
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog-details-2-box-content-postOwner-left .date-time-img {
        height: 40px;
        width: 40px;
    }
    }
    @media (max-width: 767px) {
    .td-blog-details-2-box-content-postOwner-left .date-time-img {
        height: 30px;
        width: 30px;
    }
    }
    .td-blog-details-2-box-content-postOwner-left .date-time-img img {
    height: 18px;
    width: 18px;
    }
    .td-blog-details-2-box-content-postOwner-left .date-time-details p {
    color: rgba(34, 34, 34, 0.6);
    font-size: 16px;
    font-weight: 500;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-details-2-box-content-postOwner-left .date-time-details p {
        font-size: 14px;
    }
    }
    .td-blog-details-2-box-content-postOwner-left .date-time-details h6 {
    color: var(--td-theme-bg-color);
    font-size: 20px;
    font-weight: 600;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-details-2-box-content-postOwner-left .date-time-details h6 {
        font-size: 18px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-details-2-box-content-postOwner-left .date-time-details h6 {
        font-size: 16px;
    }
    }
    .td-blog-details-2-box-content-postOwner-right {
    display: flex;
    align-items: center;
    gap: 24px;
    }
    .td-blog-details-2-box-content-postOwner-right h5 {
    color: var(--td-theme-bg-color);
    font-size: 20px;
    font-weight: 600;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-details-2-box-content-postOwner-right h5 {
        font-size: 18px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-details-2-box-content-postOwner-right h5 {
        font-size: 16px;
    }
    }
    .td-blog-details-2-box-content-postOwner-right .share-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    }
    .td-blog-details-2-box-content-postOwner-right .share-icon a {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(4, 154, 71, 0.1);
    color: var(--td-theme-color-2);
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog-details-2-box-content-postOwner-right .share-icon a {
        height: 40px;
        width: 40px;
    }
    }
    @media (max-width: 767px) {
    .td-blog-details-2-box-content-postOwner-right .share-icon a {
        height: 30px;
        width: 30px;
    }
    }
    .td-blog-details-2-box-content-postOwner-right .share-icon a:hover {
    background-color: var(--td-theme-color-2);
    color: var(--td-white);
    }
    .td-blog-details-2-box-content-details .box {
    margin-bottom: 30px;
    }
    @media (max-width: 767px) {
    .td-blog-details-2-box-content-details .box {
        margin-bottom: 20px;
    }
    }
    .td-blog-details-2-box-content-details .box h2 {
    color: var(--td-theme-bg-color);
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -1.6px;
    margin-bottom: 50px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-details-2-box-content-details .box h2 {
        font-size: 34px;
        margin-bottom: 35px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-blog-details-2-box-content-details .box h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    }
    @media (max-width: 767px) {
    .td-blog-details-2-box-content-details .box h2 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-blog-details-2-box-content-details .box h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    }
    .td-blog-details-2-box-content-details .box p {
    color: rgba(34, 34, 34, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-details-2-box-content-details .box p {
        font-size: 14px;
    }
    }
    .td-blog-details-2-box-content-details .box-2 {
    margin-top: 30px;
    }
    @media (max-width: 767px) {
    .td-blog-details-2-box-content-details .box-2 {
        margin-top: 20px;
    }
    }
    .td-blog-details-2-box-content-details .box-2 h3 {
    color: var(--td-theme-bg-color);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.8px;
    margin-bottom: 16px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-blog-details-2-box-content-details .box-2 h3 {
        font-size: 18px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-details-2-box-content-details .box-2 h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    }
    .td-blog-details-2-box-content-details .box-2 p {
    color: rgba(34, 34, 34, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-blog-details-2-box-content-details .box-2 p {
        font-size: 14px;
    }
    }

    /*----------------------------
    faq section design
    ------------------------------*/
    .td-faq {
    background-color: #F9F9F9;
    padding: 80px 0;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    }
    @media (max-width: 767px) {
    .td-faq {
        padding: 50px 0;
    }
    }
    .td-faq-2 {
    margin-top: 0;
    }
    .td-faq-element {
    position: absolute;
    top: -70px;
    inset-inline-end: -200px;
    z-index: 1;
    animation: rotate-infinite 45s infinite ease-in-out;
    }
    .td-faq-element img {
    opacity: 0.1;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-faq {
        margin-top: 70px;
    }
    }
    @media (max-width: 767px) {
    .td-faq {
        margin-top: 60px;
    }
    }
    .td-faq-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    position: relative;
    z-index: 2;
    }
    .td-faq-container-2 {
    margin-top: 0;
    }
    @media (max-width: 767px) {
    .td-faq-container {
        margin-top: 35px;
    }
    .td-faq-container-2 {
        margin-top: 0;
    }
    }
    .td-faq-container-box {
    width: 928px;
    }
    .td-faq-accordion {
    margin-bottom: 16px;
    border-radius: 16px;
    border: none;
    }

    .td-faq-container-box .accordion .accordion-item {
    margin-bottom: 16px;
    border: none;
    }
    @media (max-width: 767px) {
    .td-faq-container-box .accordion .accordion-item {
        margin-bottom: 10px;
    }
    }
    .td-faq-container-box .accordion .accordion-item:first-of-type {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    }
    .td-faq-container-box .accordion .accordion-item:last-of-type {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    }
    .td-faq-container-box .accordion .accordion-item .accordion-button {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--td-theme-bg-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    padding: 30px 40px 30px 30px;
    }
    [dir=rtl] .td-faq-container-box .accordion .accordion-item .accordion-button {
    padding: 30px 30px 30px 30px;
    text-align: right;
    }
    @media (max-width: 767px) {
    .td-faq-container-box .accordion .accordion-item .accordion-button {
        padding: 20px 40px 20px 20px;
        font-size: 14px;
    }
    }
    .td-faq-container-box .accordion .accordion-item .accordion-button.collapsed {
    color: inherit;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    border-radius: 16px;
    }
    .td-faq-container-box .accordion .accordion-item .accordion-button:focus {
    box-shadow: unset;
    }
    .td-faq-container-box .accordion .accordion-item .accordion-button:not(.collapsed) {
    color: var(--td-theme-bg-color);
    background-color: unset;
    box-shadow: unset;
    padding: 30px 30px 30px 30px;
    }
    @media (max-width: 767px) {
    .td-faq-container-box .accordion .accordion-item .accordion-button:not(.collapsed) {
        padding: 20px 20px 20px 20px;
    }
    }
    .td-faq-container-box .accordion .accordion-item .accordion-body {
    padding: unset;
    padding: 0px 55px 30px 60px;
    color: rgba(34, 34, 34, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    }
    @media (max-width: 767px) {
    .td-faq-container-box .accordion .accordion-item .accordion-body {
        padding: 0px 35px 30px 50px;
    }
    }
    .td-faq-container-box .accordion .accordion-item .accordion-body span {
    color: var(--td-theme-bg-color);
    }
    .td-faq-container-box-2 .accordion .accordion-item {
    background-color: rgba(4, 154, 71, 0.1);
    }

    .td-faq-container-box .accordion .accordion-item .accordion-button {
    position: relative;
    }
    .td-faq-container-box .accordion .accordion-item .accordion-button::after {
    display: none !important;
    }
    .td-faq-container-box .accordion .accordion-item .accordion-button::before {
    content: "";
    background-image: url("../img/icon/accordion-arrow-top.svg");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    inset-inline-end: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out;
    }
    .td-faq-container-box .accordion .accordion-item .accordion-button:not(.collapsed)::before {
    transform: translateY(-50%) rotate(180deg);
    }
    .td-faq-container-box-2 .accordion .accordion-item .accordion-button::before {
    content: "";
    background-image: url("../img/icon/accordion-arrow-cross.svg");
    }
    .td-faq-container-box-2 .accordion .accordion-item .accordion-button:not(.collapsed)::before {
    background-image: url("../img/icon/accordion-arrow-plus.svg");
    }

    /*----------------------------
    testimonial section design
    ------------------------------*/
    .td-testimonial {
    background: #262626;
    padding: 80px 0 40px 0;
    position: relative;
    overflow: hidden;
    }
    .td-testimonial-servicePage {
    margin-top: 100px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-testimonial-servicePage {
        margin-top: 70px;
    }
    }
    @media (max-width: 767px) {
    .td-testimonial-servicePage {
        margin-top: 60px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-testimonial {
        padding: 60px 0 40px 0;
    }
    }
    @media (max-width: 767px) {
    .td-testimonial {
        padding: 40px 0 40px 0;
    }
    }
    .td-testimonial-wrapper {
    position: relative;
    z-index: 2;
    }
    .td-testimonial-title {
    color: var(--td-white);
    font-size: 40px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 50px;
    }
    @media (max-width: 767px) {
    .td-testimonial-title {
        margin-bottom: 35px;
    }
    }
    .td-testimonial-title span {
    color: var(--td-theme-color);
    }
    .td-testimonial-slider-card {
    padding-bottom: 80px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-testimonial-slider-card {
        padding-bottom: 50px;
    }
    }
    @media (max-width: 767px) {
    .td-testimonial-slider-card {
        padding-bottom: 40px;
    }
    }
    .td-testimonial-slider-card-img {
    position: relative;
    }
    .td-testimonial-slider-card-img img {
    border-radius: 16px;
    }
    .td-testimonial-slider-card-img a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--td-white);
    border-radius: 50%;
    isolation: isolate;
    z-index: 1;
    transition: background-color 0.3s ease-in-out;
    }
    .td-testimonial-slider-card-img a:hover {
    background-color: var(--td-theme-color);
    }
    .td-testimonial-slider-card-img span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px);
    }
    .td-testimonial-slider-card-text h4 {
    color: var(--td-white);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: left;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-testimonial-slider-card-text h4 {
        font-size: 16px;
    }
    }
    .td-testimonial-slider-card-text p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-testimonial-slider-card-text p {
        font-size: 14px;
    }
    }
    .td-testimonial-elements-3d {
    position: absolute;
    top: 100px;
    inset-inline-start: 33px;
    z-index: 1;
    animation: rotate-infinite 20s infinite ease-in-out;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-testimonial-elements-3d img {
        display: none;
    }
    }
    .td-testimonial-elements-hex {
    position: absolute;
    bottom: 25px;
    inset-inline-start: 25px;
    z-index: 1;
    animation: move-bottom-top 5s infinite ease-in-out;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-testimonial-elements-hex img {
        display: none;
    }
    }
    .td-testimonial-2 {
    background-color: var(--td-theme-bg-color);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-testimonial-2 {
        padding: 50px 0;
    }
    }
    @media (max-width: 767px) {
    .td-testimonial-2 {
        padding: 30px 0;
    }
    }
    .td-testimonial-2-box {
    position: relative;
    z-index: 20;
    }
    .td-testimonial-2-box-card-text {
    margin-bottom: 40px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-testimonial-2-box-card-text {
        margin-bottom: 20px;
    }
    }
    .td-testimonial-2-box-card-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    width: 80%;
    }
    [dir=rtl] .td-testimonial-2-box-card-text p {
    text-align: right;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-testimonial-2-box-card-text p {
        font-size: 22px;
        width: 90%;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-testimonial-2-box-card-text p {
        font-size: 20px;
        width: 100%;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-testimonial-2-box-card-text p {
        font-size: 18px;
        width: 100%;
    }
    }
    @media (max-width: 767px) {
    .td-testimonial-2-box-card-text p {
        font-size: 18px;
        width: 100%;
    }
    }
    .td-testimonial-2-box-card-userInfo {
    text-align: left;
    }
    [dir=rtl] .td-testimonial-2-box-card-userInfo {
    text-align: right;
    }
    .td-testimonial-2-box-card-userInfo h5 {
    color: var(--td-white);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-testimonial-2-box-card-userInfo h5 {
        font-size: 16px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-testimonial-2-box-card-userInfo h5 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-testimonial-2-box-card-userInfo h5 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    }
    .td-testimonial-2-box-card-userInfo p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-testimonial-2-box-card-userInfo p {
        font-size: 12px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-testimonial-2-box-card-userInfo p {
        font-size: 12px;
    }
    }
    .td-testimonial-2-box-card-img {
    padding: 24px;
    }
    @media (max-width: 767px) {
    .td-testimonial-2-box-card-img {
        padding: 10px;
    }
    }
    .td-testimonial-2-box-card-img img {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    }
    @media (max-width: 767px) {
    .td-testimonial-2-box-card-img img {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
        -moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
        box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
    }
    }
    .td-testimonial-2-box-swipperMoveButton {
    display: flex;
    align-items: center;
    gap: 20px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-testimonial-2-box-swipperMoveButton {
        gap: 10px;
    }
    }
    .td-testimonial-2-element {
    position: absolute;
    inset-inline-start: 1%;
    top: 9%;
    z-index: 2;
    animation: rotate-infinite 20s infinite ease-in-out;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .td-testimonial-2-element {
        width: 100px;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-testimonial-2-element {
        display: none;
    }
    }

    .swiper-horizontal > .swiper-pagination-progressbar,
    .swiper-pagination-progressbar.swiper-pagination-horizontal,
    .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
    .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    inset-inline-start: 0;
    top: unset;
    bottom: 0;
    }

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--td-theme-color, var(--td-theme-color));
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
    }

    .swiperTestimonial-button {
    height: 44px;
    width: 44px;
    background-color: var(--td-theme-color-2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease-in-out;
    }
    [dir=rtl] .swiperTestimonial-button svg {
    transform: rotate(180deg);
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .swiperTestimonial-button {
        height: 34px;
        width: 34px;
    }
    }

    .swiperTestimonial-button.swiper-button-disabled {
    background-color: rgba(255, 255, 255, 0.08);
    }

    /*----------------------------
    amenities section design
    ------------------------------*/
    .td-amenities-box {
    margin-top: 50px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-amenities-box {
        margin-top: 40px;
    }
    }
    @media (max-width: 767px) {
    .td-amenities-box {
        margin-top: 30px;
    }
    }
    .td-amenities-box-card {
    border-radius: 16px;
    background-color: rgba(4, 154, 71, 0.04);
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: background-color 0.3s ease-in-out;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-amenities-box-card {
        padding: 30px 10px;
    }
    }
    .td-amenities-box-card:hover {
    background-color: rgba(4, 154, 71, 0.16);
    }
    .td-amenities-box-card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 30px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-amenities-box-card-icon {
        width: 35px;
        height: 35px;
        margin-bottom: 25px;
    }
    }
    @media (max-width: 767px) {
    .td-amenities-box-card-icon {
        width: 30px;
        height: 30px;
        margin-bottom: 15px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-amenities-box-card-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 20px;
    }
    }
    .td-amenities-box-card-icon img {
    width: 100%;
    height: 100%;
    }
    .td-amenities-box-card-text p {
    color: var(--td-theme-bg-color);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    }
    @media (max-width: 767px) {
    .td-amenities-box-card-text p {
        font-size: 14px;
    }
    }
    @media (max-width: 767px) {
    .td-amenities-box-card-text p {
        font-size: 12px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-amenities-box-card-text p {
        font-size: 14px;
    }
    }

    /*----------------------------
    gallery section design
    ------------------------------*/
    .td-gallery {
    background-color: #F1F1F1;
    padding: 100px 0;
    }
    .td-gallery-2 {
    background-color: transparent;
    padding: 0 0;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-gallery {
        padding: 70px 0;
    }
    .td-gallery-2 {
        padding: 0 0;
    }
    }
    @media (max-width: 767px) {
    .td-gallery {
        padding: 60px 0;
    }
    .td-gallery-2 {
        padding: 0 0;
    }
    }
    .td-gallery-box {
    margin-top: 50px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-gallery-box {
        margin-top: 40px;
    }
    }
    @media (max-width: 767px) {
    .td-gallery-box {
        margin-top: 30px;
    }
    }
    .td-gallery-box-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    }
    .td-gallery-box-card-img {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    }
    .td-gallery-box-card-img img {
    border-radius: 8px;
    transition: transform 0.3s ease;
    }
    .td-gallery-box-card-img img:hover {
    transform: scale(1.1);
    }
    .td-gallery-box-card-img::after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(4, 154, 72, 0.4901960784), transparent);
    pointer-events: none;
    border-radius: 8px;
    }
    .td-gallery-box-card:hover .td-gallery-box-card-img img {
    transform: scale(1.1);
    }
    .td-gallery-box-card-text {
    position: absolute;
    bottom: 16px;
    inset-inline-start: 16px;
    color: var(--td-white);
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    z-index: 1;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-gallery-box-card-text {
        font-size: 14px;
        font-weight: 500;
    }
    }

    .responsive-img-box-1 {
    position: relative;
    padding-bottom: 140%;
    background: transparent;
    overflow: hidden;
    border-radius: 8px;
    }
    @media (max-width: 767px) {
    .responsive-img-box-1 {
        padding-bottom: 66%;
    }
    }
    .responsive-img-box-1 img {
    max-width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    inset-inline-start: 0px;
    inset-inline-end: 0px;
    margin: auto;
    }

    .responsive-img-box {
    position: relative;
    padding-bottom: 66%;
    background: transparent;
    overflow: hidden;
    border-radius: 8px;
    }
    .responsive-img-box img {
    max-width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    inset-inline-start: 0px;
    inset-inline-end: 0px;
    margin: auto;
    }

    /*----------------------------
    contact section design
    ------------------------------*/
    .td-contact {
    position: relative;
    overflow: hidden;
    }
    .td-contact-wrapper {
    display: flex;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-contact-wrapper {
        flex-direction: column;
    }
    }
    .td-contact-left {
    width: 50%;
    padding-inline-start: 300px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #EFEFEF;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .td-contact-left {
        padding-inline-start: 235px;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-contact-left {
        padding-inline-start: 135px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-contact-left {
        padding-inline-start: 30px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-contact-left {
        width: 100%;
        padding-inline-start: 40px;
        padding-top: 60px;
        padding-bottom: 0px;
    }
    }
    @media (max-width: 767px) {
    .td-contact-left {
        width: 100%;
        padding-inline-start: 15px;
        padding-top: 60px;
        padding-bottom: 0px;
    }
    }
    .td-contact-left-contactBox {
    background-color: var(--td-theme-bg-color);
    border-radius: 30px 0px 0px 30px;
    padding: 50px;
    }
    [dir=rtl] .td-contact-left-contactBox {
    border-radius: 0px 30px 30px 0px;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .td-contact-left-contactBox {
        padding: 40px;
    }
    [dir=rtl] .td-contact-left-contactBox {
        padding: 33px;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
    .td-contact-left-contactBox {
        padding: 30px;
    }
    [dir=rtl] .td-contact-left-contactBox {
        padding: 28px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-contact-left-contactBox {
        margin-inline-end: 50px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    [dir=rtl] .td-contact-left-contactBox {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 30px;
    }
    }
    @media (max-width: 767px) {
    .td-contact-left-contactBox {
        margin-inline-end: 15px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    [dir=rtl] .td-contact-left-contactBox {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 30px;
    }
    }
    .td-contact-left-contactBox-title {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    }
    .td-contact-left-contactBox-title h2 {
    color: var(--td-white);
    font-size: 40px;
    font-weight: 600;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
    .td-contact-left-contactBox-title h2 {
        font-size: 30px;
    }
    }
    .td-contact-left-contactBox-title h2 span {
    color: var(--td-theme-color);
    }
    .td-contact-left-contactBox-form input {
    margin-bottom: 54px;
    }
    .td-contact-left-contactBox-form input:focus {
    border-color: var(--td-theme-color);
    color: rgba(255, 255, 255, 0.6);
    }
    .td-contact-left-contactBox-form input:focus::placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
    }
    .td-contact-left-contactBox-form textarea {
    height: 163px;
    }
    .td-contact-left-contactBox-form textarea:focus {
    border-color: var(--td-theme-color);
    color: rgba(255, 255, 255, 0.6);
    }
    .td-contact-left-contactBox-form textarea:focus::placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
    }
    .td-contact-left-contactBox-form button {
    margin-top: 30px;
    }
    .td-contact-right {
    width: 50%;
    background-color: var(--td-theme-bg-color);
    padding-inline-end: 300px;
    padding-top: 80px;
    padding-bottom: 80px;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .td-contact-right {
        padding-inline-end: 235px;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-contact-right {
        padding-inline-end: 135px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-contact-right {
        padding-inline-end: 30px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-contact-right {
        width: 100%;
        padding-inline-end: 50px;
        padding-bottom: 60px;
        padding-top: 0px;
    }
    }
    @media (max-width: 767px) {
    .td-contact-right {
        width: 100%;
        padding-inline-end: 15px;
        padding-bottom: 60px;
        padding-top: 0px;
    }
    }
    .td-contact-right-locationBox {
    background-color: #EFEFEF;
    border-radius: 0px 30px 30px 0px;
    padding: 90px 57px 90px 57px;
    }
    [dir=rtl] .td-contact-right-locationBox {
    border-radius: 30px 0px 0px 30px;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .td-contact-right-locationBox {
        padding: 80px 40px 80px 40px;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
    .td-contact-right-locationBox {
        padding: 67px 30px 67px 30px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-contact-right-locationBox {
        margin-inline-start: 40px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 30px;
    }
    [dir=rtl] .td-contact-right-locationBox {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 30px;
    }
    }
    @media (max-width: 767px) {
    .td-contact-right-locationBox {
        margin-inline-start: 15px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 30px;
    }
    [dir=rtl] .td-contact-right-locationBox {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 30px;
    }
    }
    .td-contact-right-locationBox-map iframe {
    width: 100%;
    }
    .td-contact-right-locationBox-address {
    display: flex;
    align-items: center;
    margin-top: 50px;
    }
    .td-contact-right-locationBox-address-email {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 50%;
    background-color: var(--td-white);
    padding: 40px 0;
    border-right: 1px solid #F1F1F1;
    }
    .td-contact-right-locationBox-address-email h5 {
    color: var(--td-theme-bg-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    }
    @media (max-width: 767px) {
    .td-contact-right-locationBox-address-email h5 {
        font-size: 12px;
    }
    }
    .td-contact-right-locationBox-address-email img {
    width: 30px;
    height: 30px;
    }
    .td-contact-right-locationBox-address-phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 50%;
    background-color: var(--td-white);
    padding: 40px 0;
    }
    .td-contact-right-locationBox-address-phone h5 {
    color: var(--td-theme-bg-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    }
    @media (max-width: 767px) {
    .td-contact-right-locationBox-address-phone h5 {
        font-size: 12px;
    }
    }
    .td-contact-right-locationBox-address-phone img {
    width: 30px;
    height: 30px;
    }
    .td-contact-right-locationBox-social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    }
    .td-contact-right-locationBox-social a {
    margin-inline-end: 20px;
    }
    .td-contact-right-locationBox-social a:last-child {
    margin-inline-end: 0;
    }
    .td-contact-element {
    position: absolute;
    bottom: 10px;
    inset-inline-end: 0;
    animation: move-bottom-top 5s infinite ease-in-out;
    }
    .td-contact-page-wrapper {
    display: flex;
    gap: 30px;
    align-items: stretch;
    }
    @media (max-width: 767px) {
    .td-contact-page-wrapper {
        flex-direction: column;
    }
    }
    .td-contact-page-left {
    width: 41%;
    background: #F3F3F3;
    padding-inline-start: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    padding-top: 100px;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .td-contact-page-left {
        padding-inline-start: 10%;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-contact-page-left {
        padding-inline-start: 3%;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-contact-page-left {
        padding-top: 70px;
        width: 40%;
    }
    }
    @media (max-width: 767px) {
    .td-contact-page-left {
        padding-top: 50px;
        width: 100%;
        padding-inline-start: 7%;
        padding-inline-end: 7%;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-contact-page-left {
        padding-top: 40px;
        padding-bottom: 40px;
        width: 100%;
        padding-inline-start: 6%;
        padding-inline-end: 6%;
    }
    }
    .td-contact-page-left h5 {
    color: var(--td-theme-bg-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    }
    .td-contact-page-left-card {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--td-theme-bg-color);
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease;
    }
    .td-contact-page-left-card:hover {
    color: rgba(34, 34, 34, 0.8);
    }
    .td-contact-page-left-card:last-child {
    margin-bottom: 0;
    }
    .td-contact-page-left-card-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    background: var(--td-theme-bg-color);
    }
    .td-contact-page-left-card-icon i {
    color: var(--td-white);
    font-size: 14px;
    }
    .td-contact-page-right {
    width: 59%;
    padding-inline-end: 15%;
    padding-top: 100px;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .td-contact-page-right {
        padding-inline-end: 10%;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-contact-page-right {
        padding-inline-end: 3%;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-contact-page-right {
        padding-top: 70px;
        width: 60%;
    }
    }
    @media (max-width: 767px) {
    .td-contact-page-right {
        padding-top: 0px;
        width: 100%;
        padding-inline-end: 7%;
        padding-inline-start: 7%;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-contact-page-right {
        padding-top: 0px;
        width: 100%;
        padding-inline-end: 6%;
        padding-inline-start: 6%;
    }
    }
    .td-contact-page-2 {
    margin-bottom: 100px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-contact-page-2 {
        margin-bottom: 70px;
    }
    }
    @media (max-width: 767px) {
    .td-contact-page-2 {
        margin-bottom: 60px;
    }
    }
    .td-contact-2 {
    background-color: #F1F1F1;
    padding: 100px 0;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-contact-2 {
        padding: 70px 0;
    }
    }
    @media (max-width: 767px) {
    .td-contact-2 {
        padding: 60px 0;
    }
    }
    .td-contact-2-box {
    position: relative;
    padding: 100px;
    border-radius: 45px;
    background: var(--td-white);
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-contact-2-box {
        padding: 70px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-contact-2-box {
        padding: 40px;
    }
    }
    @media (max-width: 767px) {
    .td-contact-2-box {
        padding: 25px;
        border-radius: 30px;
    }
    }
    .td-contact-2-box::after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    width: 384px;
    height: 100%;
    background-color: var(--td-theme-bg-color);
    z-index: 0;
    border-radius: 0 45px 45px 0;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-contact-2-box::after {
        width: 200px;
    }
    }
    @media (max-width: 767px) {
    .td-contact-2-box::after {
        display: none;
    }
    }
    .td-contact-2-box-left {
    padding-inline-end: 45px;
    position: relative;
    z-index: 1;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-contact-2-box-left {
        padding-inline-end: 0px;
    }
    }
    .td-contact-2-box-left-form {
    margin-top: 30px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-contact-2-box-left-form {
        margin-top: 20px;
    }
    }
    .td-contact-2-box-left-info {
    margin-top: 30px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-contact-2-box-left-info {
        margin-top: 20px;
    }
    }
    .td-contact-2-box-left-info-card {
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #F1FFF7;
    gap: 13px;
    }
    .td-contact-2-box-left-info-card-text h6 {
    color: var(--td-theme-bg-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.28px;
    }
    .td-contact-2-box-left-info-card-text p {
    color: var(--td-theme-color-2);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.28px;
    }
    .td-contact-2-box-left-social {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-contact-2-box-left-social {
        margin-top: 20px;
    }
    }
    .td-contact-2-box-left-social a i {
    color: var(--td-theme-bg-color);
    transition: color 0.3s ease-in-out;
    }
    .td-contact-2-box-left-social a:hover i {
    color: var(--td-theme-color-2);
    }
    .td-contact-2-box-right {
    padding-inline-start: 45px;
    position: relative;
    z-index: 1;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-contact-2-box-right {
        padding-inline-start: 0px;
    }
    }
    .td-contact-2-box-right iframe {
    width: 100%;
    height: 635px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-contact-2-box-right iframe {
        height: 652px;
    }
    }
    @media (max-width: 767px) {
    .td-contact-2-box-right iframe {
        height: 300px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-contact-2-box-right iframe {
        height: 400px;
    }
    }

    /*----------------------------
    checkout section design
    ------------------------------*/
    .td-checkout {
    margin-top: 100px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-checkout {
        margin-top: 100px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-checkout {
        margin-top: 70px;
    }
    }
    @media (max-width: 767px) {
    .td-checkout {
        margin-top: 60px;
    }
    }
    .td-checkout-left-title {
    border-bottom: 1px solid #E3E3E3;
    }
    .td-checkout-left-title h2 {
    color: var(--td-theme-bg-color);
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 16px;
    }
    .td-checkout-left-forms {
    margin-top: 30px;
    }
    .td-checkout-right {
    margin-inline-start: 40px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-checkout-right {
        margin-inline-start: 0px;
    }
    }
    .td-checkout-right-title {
    border-bottom: 1px solid #E3E3E3;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-checkout-right-title {
        margin-top: 30px;
    }
    }
    .td-checkout-right-title-2 {
    margin-top: 50px;
    }
    .td-checkout-right-title h2 {
    color: var(--td-theme-bg-color);
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 16px;
    }
    .td-checkout-right-card {
    border-radius: 16px;
    background-color: #F6F6F6;
    padding: 30px;
    margin-top: 30px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-checkout-right-card {
        padding: 25px;
    }
    }
    @media (max-width: 767px) {
    .td-checkout-right-card {
        padding: 20px;
    }
    }
    .td-checkout-right-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    }
    .td-checkout-right-card-content {
    padding: 0px 0 30px 0;
    border-bottom: 1px solid #E1E1E1;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-checkout-right-card-content {
        padding: 10px 0 20px 0;
    }
    }
    .td-checkout-right-card-content-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    }
    .td-checkout-right-card-content-row:last-child {
    margin-bottom: 0;
    }
    .td-checkout-right-card-content-row p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    }
    @media (max-width: 767px) {
    .td-checkout-right-card-content-row p {
        font-size: 14px;
    }
    }
    .td-checkout-right-card-content-row p.title {
    color: var(--td-theme-bg-color);
    }
    .td-checkout-right-card-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-checkout-right-card-total-row {
        margin-top: 20px;
    }
    }
    .td-checkout-right-card-total-row p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    }
    @media (max-width: 767px) {
    .td-checkout-right-card-total-row p {
        font-size: 14px;
    }
    }
    .td-checkout-right-card-total-row p.title {
    color: var(--td-theme-bg-color);
    }
    .td-checkout-right-paymentCard {
    border-radius: 16px;
    background-color: #F6F6F6;
    padding: 30px 50px;
    margin-top: 30px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-checkout-right-paymentCard {
        padding: 25px 45px;
    }
    }
    @media (max-width: 767px) {
    .td-checkout-right-paymentCard {
        padding: 0px;
        margin-bottom: 10px;
    }
    }
    .td-checkout-right-paymentCard-forms {
    margin-top: 10px;
    }
    .td-checkout-right-checkoutButton {
    margin-top: 40px;
    }
    @media (max-width: 767px) {
    .td-checkout-right-checkoutButton {
        margin-top: 30px;
    }
    }

    .other-facilities {
    list-style-type: none;
    margin-top: 30px;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 20px;
    }
    .other-facilities li {
    margin-bottom: 10px;
    }
    .other-facilities h2 {
    color: var(--td-theme-bg-color);
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 16px;
    }
    .other-facilities .form-check label {
    margin-inline-start: 8px;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    }
    .other-facilities .form-check-input {
    width: 20px;
    height: 20px;
    }
    .other-facilities .form-check-input:checked {
    background-color: var(--td-theme-color) !important;
    border: 0;
    }
    .other-facilities .form-check-input:focus,
    .other-facilities .label::after,
    .other-facilities label.form-check-label:focus,
    .other-facilities .form-check-input::after,
    .other-facilities .form-check-input:not(:disabled):not(.disabled):active:focus {
    color: black;
    outline: 0;
    border: 0;
    box-shadow: 0 0 0 0.1rem var(--td-theme-color) !important;
    }

    .custom-time input[type=number] {
    outline: none;
    background-color: transparent;
    height: 40px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--td-theme-bg-color);
    padding-inline-start: 0px;
    padding-inline-end: 26px;
    border: unset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .payment-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    }
    .payment-options .payment-card {
    position: relative;
    width: 58px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    }
    .payment-options .payment-card img {
    max-width: 80%;
    height: auto;
    }
    .payment-options .payment-card .checkmark {
    position: absolute;
    top: 5px;
    inset-inline-end: 5px;
    width: 15px;
    height: 15px;
    background-color: #28a745;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    }
    .payment-options .payment-card .checkmark:before {
    content: "✔";
    color: #fff;
    font-size: 7px;
    font-weight: bold;
    }
    .payment-options .payment-card.selected {
    border-color: #28a745;
    background-color: #f0fdf4;
    }
    .payment-options .payment-card.selected .checkmark {
    display: flex;
    }
    .payment-options .payment-card input[type=radio] {
    display: none;
    }
    .payment-options .payment-card-2 {
    width: 160px;
    height: 100%;
    padding: 10px;
    }
    .payment-options .payment-card-2 .img-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .payment-options .payment-card-2 .img-text .img {
    width: unset !important;
    height: 35px !important;
    max-width: unset !important;
    margin-bottom: 5px;
    }
    .payment-options .payment-card-2 .img-text .img img {
    max-width: unset !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    .payment-options .payment-card-2 .img-text span {
    font-size: 14px;
    color: #666;
    text-align: center;
    }

    .td-checkout .flatpickr-calendar:not(.noCalendar) .flatpickr-time {
    border-top: 1px solid black;
    }

    .custom-list-group {
    margin-top: 20px;
    }
    .custom-list-group .list-group-item p {
    margin-bottom: 0;
    text-align: left;
    }

    .custom-payment-button {
    background-color: rgba(255, 204, 0, 0.1);
    padding: 16px !important;
    }
    .custom-payment-button p {
    color: var(--td-black) !important;
    margin-bottom: 0 !important;
    }

    .td-checkout-right-paymentCard-2 {
    width: 100%;
    background-color: transparent;
    }
    .td-checkout-right-paymentCard-2 .select-label {
    font-size: 16px;
    font-weight: 500;
    color: var(--td-black);
    margin-bottom: 5px;
    }
    .td-checkout-right-paymentCard-2 .select2-container .select2-selection--single {
    height: 42px;
    }
    .td-checkout-right-paymentCard-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    }
    .td-checkout-right-paymentCard-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    }
    .td-checkout-right-paymentCard-2 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #049A47 !important;
    color: white;
    }

    /*----------------------------
    authentication design
    ------------------------------*/
    .td-authentication {
    position: relative;
    overflow: hidden;
    padding: 130px 0;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-authentication {
        padding: 100px 0;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-authentication {
        padding: 70px 0;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-authentication {
        padding: 60px 0;
    }
    }
    @media (max-width: 767px) {
    .td-authentication {
        padding: 50px 0;
    }
    }
    .td-authentication-circle {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #1BC4FD;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: 30px;
    z-index: 20;
    }
    .td-authentication-circle-2 {
    background-color: var(--td-theme-color-2);
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-authentication-circle {
        display: none;
    }
    }
    .td-authentication-bottom {
    position: absolute;
    bottom: -500px;
    inset-inline-end: -500px;
    z-index: 10;
    }
    .td-authentication-top {
    position: absolute;
    top: -400px;
    inset-inline-start: -400px;
    z-index: 10;
    }
    .td-authentication-box {
    position: relative;
    z-index: 50;
    }
    .td-authentication-box-logo {
    position: absolute;
    z-index: 50;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 85px;
    background-color: var(--td-theme-bg-color);
    padding: 24px 16px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-authentication-box-logo {
        padding: 18px 8px;
    }
    .td-authentication-box-logo-img {
        height: 40px;
        width: 170px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-authentication-box-logo {
        padding: 18px 8px;
    }
    .td-authentication-box-logo-img {
        width: 150px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-authentication-box-logo {
        padding: 14px 10px;
    }
    .td-authentication-box-logo-img {
        width: 90px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-authentication-box-logo {
        top: -5px;
    }
    }
    @media (max-width: 767px) {
    .td-authentication-box-logo {
        top: -15px;
    }
    }
    .td-authentication-left {
    display: flex;
    align-items: center;
    }
    .td-authentication-left-box {
    padding: 150px 105px 120px 105px;
    width: 100%;
    height: 100%;
    background-color: #F4F4F4;
    clip-path: polygon(84.472% 6.775%, 84.472% 6.922%, 84.472% 6.922%, 84.574% 7.997%, 84.868% 9.017%, 85.339% 9.968%, 85.97% 10.837%, 86.746% 11.609%, 87.651% 12.271%, 88.668% 12.81%, 89.782% 13.212%, 90.977% 13.463%, 92.236% 13.55%, 92.236% 13.55%, 93.495% 13.637%, 94.69% 13.888%, 95.804% 14.29%, 96.821% 14.829%, 97.726% 15.491%, 98.502% 16.264%, 99.133% 17.132%, 99.604% 18.083%, 99.898% 19.103%, 100% 20.178%, 100% 93.225%, 100% 93.225%, 99.896% 94.324%, 99.595% 95.366%, 99.114% 96.338%, 98.469% 97.226%, 97.675% 98.016%, 96.751% 98.693%, 95.711% 99.244%, 94.572% 99.655%, 93.351% 99.911%, 92.063% 100%, 15.528% 100%, 7.937% 100%, 7.937% 100%, 6.649% 99.911%, 5.428% 99.655%, 4.289% 99.244%, 3.249% 98.693%, 2.325% 98.016%, 1.531% 97.226%, 0.886% 96.338%, 0.405% 95.366%, 0.104% 94.324%, 0% 93.225%, 0% 86.45%, 0% 6.775%, 0% 6.775%, 0.104% 5.676%, 0.405% 4.634%, 0.886% 3.662%, 1.531% 2.774%, 2.325% 1.984%, 3.249% 1.307%, 4.289% 0.756%, 5.428% 0.345%, 6.649% 0.089%, 7.937% 0%, 76.536% 0%, 76.536% 0%, 77.823% 0.089%, 79.044% 0.345%, 80.183% 0.756%, 81.223% 1.307%, 82.148% 1.984%, 82.941% 2.774%, 83.586% 3.662%, 84.067% 4.634%, 84.368% 5.676%, 84.472% 6.775%);
    }
    [dir=rtl] .td-authentication-left-box {
    clip-path: polygon(15.528% 6.775%, 15.528% 6.922%, 15.528% 6.922%, 15.426% 7.997%, 15.132% 9.017%, 14.661% 9.968%, 14.03% 10.837%, 13.254% 11.609%, 12.349% 12.271%, 11.332% 12.81%, 10.218% 13.212%, 9.023% 13.463%, 7.764% 13.55%, 7.764% 13.55%, 6.505% 13.637%, 5.31% 13.888%, 4.196% 14.29%, 3.179% 14.829%, 2.274% 15.491%, 1.498% 16.264%, 0.867% 17.132%, 0.396% 18.083%, 0.102% 19.103%, 0% 20.178%, 0% 93.225%, 0% 93.225%, 0.104% 94.324%, 0.405% 95.366%, 0.886% 96.338%, 1.531% 97.226%, 2.325% 98.016%, 3.249% 98.693%, 4.289% 99.244%, 5.428% 99.655%, 6.649% 99.911%, 7.937% 100%, 84.472% 100%, 92.063% 100%, 92.063% 100%, 93.351% 99.911%, 94.572% 99.655%, 95.711% 99.244%, 96.751% 98.693%, 97.675% 98.016%, 98.469% 97.226%, 99.114% 96.338%, 99.595% 95.366%, 99.896% 94.324%, 100% 93.225%, 100% 6.775%, 100% 6.775%, 99.896% 5.676%, 99.595% 4.634%, 99.114% 3.662%, 98.469% 2.774%, 97.675% 1.984%, 96.751% 1.307%, 95.711% 0.756%, 94.572% 0.345%, 93.351% 0.089%, 92.063% 0%, 23.464% 0%, 23.464% 0%, 22.177% 0.089%, 20.956% 0.345%, 19.817% 0.756%, 18.777% 1.307%, 17.853% 1.984%, 17.059% 2.774%, 16.414% 3.662%, 15.933% 4.634%, 15.632% 5.676%, 15.528% 6.775%);
    }
    .td-authentication-left-box-2 {
    padding: 60px 80px;
    }
    .td-authentication-left-box-3 {
    padding: 250px 105px 290px 105px;
    }
    @media (max-width: 767px) {
    .td-authentication-left-box {
        clip-path: polygon(100% 6.775%, 100% 13.55%, 100% 93.225%, 100% 93.225%, 99.896% 94.324%, 99.595% 95.366%, 99.114% 96.338%, 98.469% 97.226%, 97.675% 98.016%, 96.751% 98.693%, 95.711% 99.244%, 94.572% 99.655%, 93.351% 99.911%, 92.063% 100%, 15.528% 100%, 7.937% 100%, 7.937% 100%, 6.649% 99.911%, 5.428% 99.655%, 4.289% 99.244%, 3.249% 98.693%, 2.325% 98.016%, 1.531% 97.226%, 0.886% 96.338%, 0.405% 95.366%, 0.104% 94.324%, 0% 93.225%, 0% 86.45%, 0% 6.775%, 0% 6.775%, 0.104% 5.676%, 0.405% 4.634%, 0.886% 3.662%, 1.531% 2.774%, 2.325% 1.984%, 3.249% 1.307%, 4.289% 0.756%, 5.428% 0.345%, 6.649% 0.089%, 7.937% 0%, 84.472% 0%, 92.063% 0%, 92.063% 0%, 93.351% 0.089%, 94.572% 0.345%, 95.711% 0.756%, 96.751% 1.307%, 97.675% 1.984%, 98.469% 2.774%, 99.114% 3.662%, 99.595% 4.634%, 99.896% 5.676%, 100% 6.775%);
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-authentication-left-box {
        padding: 90px 80px 120px 80px;
    }
    .td-authentication-left-box-2 {
        padding: 45px 70px 40px 70px;
    }
    .td-authentication-left-box-3 {
        padding: 250px 105px 290px 105px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-authentication-left-box {
        padding: 45px 50px 40px 50px;
    }
    .td-authentication-left-box-2 {
        padding: 50px 40px 40px 40px;
    }
    .td-authentication-left-box-3 {
        padding: 190px 70px 180px 70px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-authentication-left-box {
        padding: 30px 30px 10px 30px;
    }
    .td-authentication-left-box-2 {
        padding: 30px 30px 30px 30px;
    }
    .td-authentication-left-box-3 {
        padding: 175px 40px 180px 40px;
    }
    }
    @media (max-width: 767px) {
    .td-authentication-left-box {
        padding: 30px 30px 10px 30px;
    }
    .td-authentication-left-box-2 {
        padding: 30px 30px 30px 30px;
    }
    .td-authentication-left-box-3 {
        padding: 120px 40px 135px 40px;
    }
    }
    .td-authentication-left-box h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-authentication-left-box h2 {
        margin-bottom: 25px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-authentication-left-box h2 {
        margin-bottom: 5px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-authentication-left-box-2 h2 {
        margin-bottom: 15px;
    }
    }
    .td-authentication-left-box-forms-button {
    margin-top: 10px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-authentication-left-box-forms-button-2 {
        margin-top: 15px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-authentication-left-box-forms-button {
        margin-top: 15px;
    }
    }
    .td-authentication-left-box-button {
    margin-top: 15px;
    }
    .td-authentication-left-box-button-authPage {
    color: #4C4C4D;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
    }
    .td-authentication-left-box-button-authPage a {
    font-weight: 700;
    text-decoration-line: underline;
    }
    @media (max-width: 767px) {
    .td-authentication-right {
        display: none;
    }
    }
    .td-authentication-right-box {
    position: relative;
    }
    .td-authentication-right-box-circle {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--td-theme-color);
    position: absolute;
    bottom: 0;
    right: 0;
    }
    [dir=rtl] .td-authentication-right-box-circle {
    display: none;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-authentication-right-box-circle {
        width: 75PX;
        height: 75PX;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-authentication-right-box-circle {
        width: 60px;
        height: 60px;
    }
    .td-authentication-right-box-circle-2 {
        bottom: 16px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-authentication-right-box-circle {
        width: 45px;
        height: 45px;
        bottom: 16px;
    }
    .td-authentication-right-box-circle-2 {
        bottom: 25px;
    }
    }
    .td-authentication-2-box {
    position: relative;
    z-index: 10;
    }
    .td-authentication-2-box-left {
    height: 100%;
    }
    .td-authentication-2-box-left-content {
    padding: 100px 50px;
    width: 100%;
    background-color: #F4F4F4;
    border-radius: 30px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-authentication-2-box-left-content {
        padding: 70px 40px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-authentication-2-box-left-content {
        padding: 50px 40px;
    }
    }
    @media (max-width: 767px) {
    .td-authentication-2-box-left-content {
        padding: 20px 10px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-authentication-2-box-left-content {
        padding: 50px 40px;
    }
    }
    .td-authentication-2-box-left-content-middle {
    height: 100%;
    padding: 50px;
    }
    @media (max-width: 767px) {
    .td-authentication-2-box-left-content-middle {
        padding: 25px;
    }
    }
    .td-authentication-2-box-left-content-signup {
    padding: 60px 50px;
    }
    @media (max-width: 767px) {
    .td-authentication-2-box-left-content-signup {
        padding: 20px 20px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-authentication-2-box-left-content-signup {
        padding: 50px 40px;
    }
    }
    .td-authentication-2-box-left-content .auth-logo {
    margin-bottom: 50px;
    display: inline-block;
    }
    @media (max-width: 767px) {
    .td-authentication-2-box-left-content .auth-logo {
        margin-bottom: 30px;
    }
    }
    .td-authentication-2-box-left-content .auth-logo img {
    height: 34px;
    width: 100%;
    }
    @media (max-width: 767px) {
    .td-authentication-2-box-left-content .auth-logo img {
        height: 24px;
    }
    }
    .td-authentication-2-box-left-content .auth-logo-2 {
    margin-bottom: 115px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .td-authentication-2-box-left-content .auth-logo-2 {
        margin-bottom: 85px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-authentication-2-box-left-content .auth-logo-2 {
        margin-bottom: 55px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-authentication-2-box-left-content .auth-logo-2 {
        margin-bottom: 55px;
    }
    }
    @media (max-width: 767px) {
    .td-authentication-2-box-left-content .auth-logo-2 {
        margin-bottom: 25px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-authentication-2-box-left-content .auth-logo-2 {
        margin-bottom: 35px;
    }
    }
    .td-authentication-2-box-left-content h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-authentication-2-box-left-content h2 {
        margin-bottom: 20px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-authentication-2-box-left-content h2 {
        margin-bottom: 5px;
        font-size: 16px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-authentication-2-box-left-content-2 h2 {
        margin-bottom: 15px;
    }
    }
    .td-authentication-2-box-left-content-forms-button {
    margin-top: 30px;
    }
    .td-authentication-2-box-left-content-forms-button .td-btn-green {
    background-color: var(--td-theme-color-2);
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-authentication-2-box-left-content-forms-button-2 {
        margin-top: 15px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-authentication-2-box-left-content-forms-button {
        margin-top: 15px;
    }
    }
    .td-authentication-2-box-left-content-button {
    margin-top: 15px;
    }
    .td-authentication-2-box-left-content-button-authPage {
    color: #4C4C4D;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
    }
    .td-authentication-2-box-left-content-button-authPage a {
    font-weight: 700;
    text-decoration-line: underline;
    }
    .td-authentication-2-box-right {
    border-radius: 30px;
    border: 1px solid rgba(34, 34, 34, 0.1);
    height: 100%;
    }
    .td-authentication-2 .td-authentication-circle-2 {
    z-index: 1;
    }
    .td-authentication-2 .td-authentication-bottom {
    z-index: 1;
    }
    .td-authentication-2 .td-authentication-top {
    z-index: 1;
    }

    .clipped-image {
    position: relative;
    width: 100%;
    height: 838px;
    overflow: hidden;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .clipped-image {
        height: 800px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .clipped-image {
        height: 797px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .clipped-image {
        height: 710px;
    }
    }
    .clipped-image-text {
    position: absolute;
    bottom: 35px;
    left: 25%;
    transform: translateX(-25%);
    }
    .clipped-image-text h2 {
    color: rgba(255, 255, 255, 0.09);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--td-white);
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
    opacity: 0.6;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .clipped-image-text h2 {
        font-size: 42px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .clipped-image-text h2 {
        font-size: 32px;
    }
    }
    .clipped-image img {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(15.528% 6.775%, 15.528% 6.922%, 15.528% 6.922%, 15.426% 7.997%, 15.132% 9.017%, 14.661% 9.968%, 14.03% 10.837%, 13.254% 11.609%, 12.349% 12.271%, 11.332% 12.81%, 10.218% 13.212%, 9.023% 13.463%, 7.764% 13.55%, 7.764% 13.55%, 6.505% 13.637%, 5.31% 13.888%, 4.196% 14.29%, 3.179% 14.829%, 2.274% 15.491%, 1.498% 16.264%, 0.867% 17.132%, 0.396% 18.083%, 0.102% 19.103%, 0% 20.178%, 0% 93.225%, 0% 93.225%, 0.104% 94.324%, 0.405% 95.366%, 0.886% 96.338%, 1.531% 97.226%, 2.325% 98.016%, 3.249% 98.693%, 4.289% 99.244%, 5.428% 99.655%, 6.649% 99.911%, 7.937% 100%, 76.536% 100%, 76.536% 100%, 77.823% 99.911%, 79.044% 99.655%, 80.183% 99.244%, 81.223% 98.693%, 82.148% 98.016%, 82.941% 97.226%, 83.586% 96.338%, 84.067% 95.366%, 84.368% 94.324%, 84.472% 93.225%, 84.472% 93.078%, 84.472% 93.078%, 84.574% 92.003%, 84.868% 90.983%, 85.339% 90.032%, 85.97% 89.163%, 86.746% 88.391%, 87.651% 87.729%, 88.668% 87.19%, 89.782% 86.788%, 90.977% 86.537%, 92.236% 86.45%, 92.236% 86.45%, 93.495% 86.363%, 94.69% 86.112%, 95.804% 85.71%, 96.821% 85.171%, 97.726% 84.509%, 98.502% 83.736%, 99.133% 82.868%, 99.604% 81.917%, 99.898% 80.897%, 100% 79.822%, 100% 6.775%, 100% 6.775%, 99.896% 5.676%, 99.595% 4.634%, 99.114% 3.662%, 98.469% 2.774%, 97.675% 1.984%, 96.751% 1.307%, 95.711% 0.756%, 94.572% 0.345%, 93.351% 0.089%, 92.063% 0%, 23.464% 0%, 23.464% 0%, 22.177% 0.089%, 20.956% 0.345%, 19.817% 0.756%, 18.777% 1.307%, 17.853% 1.984%, 17.059% 2.774%, 16.414% 3.662%, 15.933% 4.634%, 15.632% 5.676%, 15.528% 6.775%);
    }
    [dir=rtl] .clipped-image img {
    clip-path: polygon(84.472% 6.775%, 84.472% 6.922%, 84.472% 6.922%, 84.574% 7.997%, 84.868% 9.017%, 85.339% 9.968%, 85.97% 10.837%, 86.746% 11.609%, 87.651% 12.271%, 88.668% 12.81%, 89.782% 13.212%, 90.977% 13.463%, 92.236% 13.55%, 92.236% 13.55%, 93.495% 13.637%, 94.69% 13.888%, 95.804% 14.29%, 96.821% 14.829%, 97.726% 15.491%, 98.502% 16.264%, 99.133% 17.132%, 99.604% 18.083%, 99.898% 19.103%, 100% 20.178%, 100% 93.225%, 100% 93.225%, 99.896% 94.324%, 99.595% 95.366%, 99.114% 96.338%, 98.469% 97.226%, 97.675% 98.016%, 96.751% 98.693%, 95.711% 99.244%, 94.572% 99.655%, 93.351% 99.911%, 92.063% 100%, 15.528% 100%, 7.937% 100%, 7.937% 100%, 6.649% 99.911%, 5.428% 99.655%, 4.289% 99.244%, 3.249% 98.693%, 2.325% 98.016%, 1.531% 97.226%, 0.886% 96.338%, 0.405% 95.366%, 0.104% 94.324%, 0% 93.225%, 0% 86.45%, 0% 6.775%, 0% 6.775%, 0.104% 5.676%, 0.405% 4.634%, 0.886% 3.662%, 1.531% 2.774%, 2.325% 1.984%, 3.249% 1.307%, 4.289% 0.756%, 5.428% 0.345%, 6.649% 0.089%, 7.937% 0%, 76.536% 0%, 76.536% 0%, 77.823% 0.089%, 79.044% 0.345%, 80.183% 0.756%, 81.223% 1.307%, 82.148% 1.984%, 82.941% 2.774%, 83.586% 3.662%, 84.067% 4.634%, 84.368% 5.676%, 84.472% 6.775%);
    }

    .checkbox-and-forgot-pass {
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
    .checkbox-and-forgot-pass a {
    color: var(--td-theme-bg-color);
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    transition: color 0.3s ease-in-out;
    }
    .checkbox-and-forgot-pass a:hover {
    color: var(--td-theme-color);
    }
    .checkbox-and-forgot-pass-2 a:hover {
    color: var(--td-theme-color-2);
    }

    .custom-form-check-input {
    padding: 5px 0 !important;
    transform: translateY(16.5px);
    }
    .custom-form-check-input:focus {
    border-color: var(--td-theme-color) !important;
    color: #333;
    box-shadow: none;
    }
    .custom-form-check-input:checked {
    background-color: var(--td-theme-color);
    border-color: var(--td-theme-color);
    }
    .custom-form-check-input-2 {
    transform: translateY(2.5px);
    }
    .custom-form-check-input-2:checked {
    background-color: var(--td-theme-color-2);
    border-color: var(--td-theme-color-2);
    }
    .custom-form-check-input-2:focus {
    color: #333;
    box-shadow: none;
    }
    .custom-form-check-input-3:focus {
    border-color: var(--td-theme-color-2) !important;
    color: #333;
    box-shadow: none;
    }
    .custom-form-check-input-3:checked {
    background-color: var(--td-theme-color-2);
    border-color: var(--td-theme-color-2);
    }
    .custom-form-check-label {
    color: var(--td-theme-bg-color);
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    }
    .custom-form-check-label-2 {
    padding: 0px 0rem !important;
    }
    .custom-form-check-label-2 a {
    font-weight: 600;
    }

    .modal-overlay {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .modal-overlay.active {
    opacity: 1;
    visibility: visible;
    }

    .modal-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 432px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    @media (max-width: 767px) {
    .modal-card {
        width: 300px;
    }
    }
    .modal-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .modal-card-content-button {
    margin-bottom: 20px;
    }
    .modal-card-content h3 {
    color: var(--td-theme-bg-color);
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    }
    @media (max-width: 767px) {
    .modal-card-content h3 {
        font-size: 18px;
    }
    }
    .modal-card-content p {
    color: rgba(34, 34, 34, 0.8);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    }
    @media (max-width: 767px) {
    .modal-card-content p {
        font-size: 14px;
        line-height: 20px;
    }
    }

    .td-authentication-left-box-forms .common-form-item {
    margin-bottom: 0;
    }

    .gender-select label {
    padding: 0 0;
    }
    .gender-select .select2-container .select2-selection--single {
    height: 32px;
    }
    .gender-select .select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 1px solid #E1E1E1;
    border-radius: 0;
    background-color: transparent;
    }
    .gender-select .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    }

    .single-floating-input {
    position: relative;
    }
    .single-floating-input .form-floating > label {
    font-weight: 400;
    z-index: 9;
    }
    [dir=rtl] .single-floating-input .form-floating > label {
    left: auto;
    right: 0;
    padding: 10px 80px 0px 30px;
    }
    .single-floating-input .form-floating > label span {
    color: #FF661F;
    }
    .single-floating-input .form-floating .form-control, .single-floating-input .form-floating .form-control-plaintext, .single-floating-input .form-floating .form-select {
    line-height: 4.25;
    }
    .single-floating-input .form-floating .form-control:focus {
    box-shadow: none;
    background-color: transparent;
    }
    .single-floating-input .form-floating > .form-control-plaintext ~ label {
    color: #130804;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    }
    .single-floating-input .form-floating > .form-control:focus ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    }
    [dir=rtl] .single-floating-input .form-floating > .form-control:focus ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(1.5rem);
    }
    .single-floating-input .form-floating > .form-control:not(:placeholder-shown) ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    color: var(--td-text-primary);
    color: #585858;
    font-size: 14px;
    font-weight: 400;
    }
    .single-floating-input .form-floating > .form-select ~ label {
    color: #130804;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    padding: 1rem 0.75rem 1rem 5.6rem;
    }
    .single-floating-input .custom-select-trigger {
    padding-inline-end: 1.5rem;
    }
    .single-floating-input .custom-options {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background-color: var(--td-white);
    border: 1px solid var(--td-border-primary);
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    .single-floating-input .custom-option {
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    }
    .single-floating-input .custom-option img {
    width: 24px;
    height: 18px;
    margin-inline-end: 10px;
    }
    .single-floating-input .custom-option:hover {
    background-color: #f1f1f1;
    }
    .single-floating-input .custom-option.selected {
    background-color: #f1f1f1;
    }
    .single-floating-input .custom-select-container.active .custom-options {
    display: block;
    }

    /*----------------------------------------*/
    /*  Terms conditions styles
    /*----------------------------------------*/
    .td-page-contents {
    padding: 40px 0;
    background-color: var(--td-white);
    border-radius: 16px;
    }
    .td-page-contents-2 {
    padding: 0 0;
    }
    .td-page-contents h3 {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 30px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-page-contents h3 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    }
    @media (max-width: 767px) {
    .td-page-contents h3 {
        font-size: 22px;
        margin-bottom: 18px;
    }
    }
    .td-page-contents h4 {
    font-size: 24px;
    margin-bottom: 20px;
    }
    @media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-page-contents h4 {
        font-size: 18px;
    }
    }
    .td-page-contents p {
    font-size: 16px;
    line-height: 28px;
    }
    .td-page-contents p:not(:last-child) {
    margin-bottom: 30px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-page-contents p {
        font-size: 16px;
    }
    }
    @media (max-width: 767px) {
    .td-page-contents p {
        font-size: 14px;
    }
    }
    .td-page-contents img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 10px;
    }
    .td-page-contents ul {
    margin-bottom: 40px;
    }
    .td-page-contents ul li {
    margin-bottom: 16px;
    list-style: none;
    color: var(--td-text-primary);
    }
    .td-page-contents ul li span {
    font-size: 16px;
    font-weight: 700;
    }
    @media (max-width: 767px) {
    .td-page-contents ul li span {
        font-size: 14px;
    }
    }
    .td-page-contents ul li span i {
    font-size: 5px;
    border-radius: 0;
    margin-inline-end: 10px;
    color: var(--td-text-primary);
    background-color: transparent;
    }
    .td-page-contents a {
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    color: var(--td-primary);
    text-decoration: underline;
    }
    .td-page-contents .author-mail {
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    color: var(--td-primary);
    }

    .breadcrumb-text {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .breadcrumb-text {
        height: 150px;
    }
    }
    .breadcrumb-text::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.945);
    z-index: 1;
    }
    .breadcrumb-text h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    }
    .breadcrumb-text p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        color: #fff;
        text-align: center;
        font-size: 16px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .breadcrumb-text h2 {
        font-size: 1.625rem;
    }
    }

    /*----------------------------
    dashboard design
    ------------------------------*/
    .td-dashboard {
    position: relative;
    }
    .td-dashboard-aside {
    position: fixed;
    width: 265px;
    min-width: 265px;
    padding: 40px 40px 0 0;
    height: 100%;
    top: 0;
    overflow-y: auto;
    z-index: 20;
    background-color: var(--td-white);
    border-right: 1px solid #E3E3E3;
    }
    [dir=rtl] .td-dashboard-aside {
    padding: 40px 0px 0 40px;
    border-left: 1px solid #E3E3E3;
    border-right: 0;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-dashboard-aside {
        width: 220px;
        min-width: 220px;
        padding: 30px 30px 0 0;
    }
    [dir=rtl] .td-dashboard-aside {
        padding: 30px 30px 0 0;
    }
    }
    @media (max-width: 767px) {
    .td-dashboard-aside {
        left: 0;
        transform: translateX(-100%);
        opacity: 0;
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    }
    .td-dashboard-aside.active {
        transform: translateX(0);
        opacity: 1;
    }
    }
    .td-dashboard-aside-menu {
    margin-top: 80px;
    }
    .td-dashboard-aside-menu ul {
    list-style-type: none;
    }
    .td-dashboard-aside-menu ul li {
    margin-bottom: 10px;
    }
    .td-dashboard-aside-menu ul li a {
    padding: 7px 20px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 4px;
    transition: background-color 0.3s ease-in-out;
    }
    .td-dashboard-aside-menu ul li a:hover {
    background-color: #F3F4F8;
    color: var(--td-theme-bg-color);
    }
    .td-dashboard-aside-menu ul li a.active {
    background-color: #F3F4F8;
    color: var(--td-theme-bg-color);
    }
    .td-dashboard-aside-menu ul li button {
    padding: 7px 20px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    transition: background-color 0.3s ease-in-out;
    }
    .td-dashboard-aside-menu ul li button.text-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    }
    .td-dashboard-aside-menu ul li button:hover {
    background-color: #F3F4F8;
    color: var(--td-theme-bg-color);
    }
    .td-dashboard-aside-menu ul li button.active {
    background-color: #F3F4F8;
    color: var(--td-theme-bg-color);
    }
    .td-dashboard-aside-menu-sub {
    margin-inline-start: 38px;
    list-style-type: none;
    margin-top: 10px;
    display: none;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-dashboard-aside-menu-sub {
        margin-inline-start: 25px;
    }
    }
    .td-dashboard-aside-menu-sub a {
    padding: 7px 20px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 4px;
    transition: background-color 0.3s ease-in-out;
    }
    .td-dashboard-aside-menu-sub a:hover {
    background-color: #F3F4F8;
    color: var(--td-theme-bg-color);
    }
    .td-dashboard-aside-menu-sub a.active {
    background-color: #F3F4F8;
    color: var(--td-theme-bg-color);
    }
    .td-dashboard-aside-menu-sub button {
    padding: 6px 10px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    transition: background-color 0.3s ease-in-out;
    }
    .td-dashboard-aside-menu-sub button.text-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    }
    .td-dashboard-aside-menu-sub button:hover {
    background-color: #F3F4F8;
    }
    .td-dashboard-aside-menu-sub button.active {
    background-color: #F3F4F8;
    }
    .td-dashboard-content {
    flex-grow: 1;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline-end: 40px;
    padding-inline-start: 305px;
    background: var(--td-white);
    transition: all 0.3s ease;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-dashboard-content {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-inline-end: 30px;
        padding-inline-start: 250px;
    }
    }
    .td-dashboard-content-mobileToggle {
    display: none;
    }
    @media (max-width: 767px) {
    .td-dashboard-content {
        padding-inline-start: 30px;
    }
    .td-dashboard-content-mobileToggle {
        display: block;
        margin-bottom: 20px;
    }
    .td-dashboard-content-mobileToggle button {
        display: flex;
        align-items: center;
        gap: 5px;
        background-color: #E3E3E3;
        border-radius: 5px;
        padding: 5px 10px;
    }
    .td-dashboard-content-mobileToggle button img {
        width: 20px;
    }
    }
    .td-dashboard-content-box h2 {
    color: var(--td-theme-bg-color);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 36px;
    }
    .td-dashboard-content-box-intro-card {
    padding: 16px 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    border-radius: 9px;
    }
    .td-dashboard-content-box-intro-card span {
    color: rgba(34, 34, 34, 0.6);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
    }
    .td-dashboard-content-box-intro-card h3 {
    color: var(--td-theme-bg-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    }
    .td-dashboard-content-box-intro-card p {
    color: var(--td-theme-bg-color);
    font-size: 14px;
    font-weight: 400;
    }
    .td-dashboard-content-box-referral {
    margin-top: 30px;
    }
    .td-dashboard-content-box-referral h3 {
    color: var(--td-theme-bg-color);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    }
    .td-dashboard-content-box-referral p {
    color: rgba(34, 34, 34, 0.6);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
    }
    .td-dashboard-content-box-referral-inputBox {
    display: flex;
    align-items: center;
    gap: 28px;
    width: 100%;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-dashboard-content-box-referral-inputBox {
        flex-direction: column;
        align-items: start;
    }
    }
    .td-dashboard-content-box-referral-inputBox-input {
    position: relative;
    width: 85%;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-dashboard-content-box-referral-inputBox-input {
        width: 100%;
    }
    }
    .td-dashboard-content-box-referral-inputBox-input input {
    outline: none;
    border: 1px solid rgba(34, 34, 34, 0.1);
    background: rgba(255, 255, 255, 0.04);
    height: 48px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(34, 34, 34, 0.6);
    padding: 0px 113px 0 16px;
    border-radius: 8px;
    }
    [dir=rtl] .td-dashboard-content-box-referral-inputBox-input input {
    padding: 0px 16px 0 16px;
    }
    .td-dashboard-content-box-referral-inputBox-input input::placeholder {
    color: rgba(34, 34, 34, 0.6);
    font-size: 14px;
    opacity: 1;
    }
    .td-dashboard-content-box-referral-inputBox-input input:focus {
    border-color: var(--td-theme-color);
    color: #333;
    box-shadow: none;
    }
    .td-dashboard-content-box-referral-inputBox-input input:focus::placeholder {
    opacity: 0;
    }
    .td-dashboard-content-box-referral-inputBox-input button {
    position: absolute;
    top: 7px;
    inset-inline-end: 7px;
    padding: 8px 16px;
    border-radius: 4px;
    color: var(--td-theme-bg-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    background-color: var(--td-theme-color);
    }
    .td-dashboard-content-box-referral-inputBox-input-2 button {
    background-color: var(--td-theme-color-2);
    color: var(--td-white);
    }
    .td-dashboard-content-box-referral-inputBox-input p {
    position: absolute;
    inset-inline-start: 0;
    bottom: -48px;
    color: #F7931A;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    }
    .td-dashboard-content-box-referral-inputBox-share {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 15%;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-dashboard-content-box-referral-inputBox-share {
        width: 100%;
        margin-top: 10px;
    }
    }
    .td-dashboard-content-box-referral-inputBox-share a {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F6F6F6;
    border-radius: 4px;
    transition: background-color 0.3s ease-in-out;
    }
    .td-dashboard-content-box-referral-inputBox-share a:hover {
    background-color: var(--td-theme-bg-color);
    }
    .td-dashboard-content-box-referral-inputBox-share a:hover svg {
    fill: var(--td-white);
    }
    .td-dashboard-content-box-bookings {
    margin-top: 60px;
    }
    .td-dashboard-content-box-bookings-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    }
    .td-dashboard-content-box-bookings-title {
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 30px;
    }
    .td-dashboard-content-box-bookings-title h3 {
    padding-bottom: 16px;
    }
    .td-dashboard-content-box-bookings-table tr th {
    color: #191919;
    font-size: 14px;
    }
    [dir=rtl] .td-dashboard-content-box-bookings-table tr th:first-child {
    text-align: right !important;
    }
    [dir=rtl] .td-dashboard-content-box-bookings-table tr th:last-child {
    text-align: left !important;
    }
    .td-dashboard-content-box-bookings-table tr td {
    color: #666;
    font-size: 14px;
    }
    .td-dashboard-content-box-bookings-table tr td:first-child img {
    height: 50px;
    width: 50px;
    border-radius: 8px;
    }
    [dir=rtl] .td-dashboard-content-box-bookings-table tr td:first-child {
    text-align: right !important;
    }
    [dir=rtl] .td-dashboard-content-box-bookings-table tr td:last-child {
    text-align: left !important;
    }
    .td-dashboard-content-box-bookings-table tr td.amount {
    color: #191919;
    font-weight: 600;
    }
    .td-dashboard-content-box-bookings-table tr td.thumb {
    color: #191919;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    }
    .td-dashboard-content-box-bookings-table tr td.thumb img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    }
    .td-dashboard-content-box-bookings-table tr td.status button {
    padding: 2px 10px;
    border-radius: 20px;
    }
    .td-dashboard-content-box-bookings-table tr td.status button.success {
    background-color: rgba(5, 171, 80, 0.1);
    color: #05AB4F;
    }
    .td-dashboard-content-box-bookings-table tr td.status button.ongoing {
    color: #F7931A;
    background-color: rgba(247, 147, 26, 0.1);
    }
    .td-dashboard-content-box-profile-title {
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 30px;
    }
    .td-dashboard-content-box-profile-title h3 {
    color: var(--td-theme-bg-color);
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    }
    .td-dashboard-content-box-profile-img {
    margin-bottom: 20px;
    }
    .td-dashboard-content-box-profile-img p {
    color: var(--td-theme-bg-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    }
    .td-dashboard-content-box-profile-img p sup {
    color: #EC0707;
    }
    .td-dashboard-content-box-profile-img-upload {
    width: 320px;
    border-radius: 8px;
    border: 1px dashed #FDD702;
    background: rgba(253, 215, 2, 0.04);
    }
    .td-dashboard-content-box-profile-img-upload-2 {
    border: 1px dashed var(--td-theme-color-2);
    background: rgba(4, 154, 71, 0.04);
    }
    @media (max-width: 767px) {
    .td-dashboard-content-box-profile-img-upload {
        width: 270px;
    }
    }
    .td-dashboard-content-box-profile-img-upload.dz-message {
    padding: 0 !important;
    }
    .td-dashboard-content-box-profile-img-upload-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .td-dashboard-content-box-profile-img-upload-text img {
    margin-bottom: 12px;
    width: 30px;
    }
    .td-dashboard-content-box-profile-img-upload-text h5 {
    color: var(--td-theme-bg-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    }
    .td-dashboard-content-box-profile-inputs-btn {
    margin-top: 30px;
    }
    .td-dashboard-content-box-switchers-switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    }
    @media (max-width: 767px) {
    .td-dashboard-content-box-switchers-switch {
        margin-bottom: 20px;
    }
    }
    .td-dashboard-content-box-switchers-switch:last-child {
    margin-bottom: 0px;
    }
    .td-dashboard-content-box-switchers-switch p {
    color: var(--td-theme-bg-color);
    font-size: 14px;
    font-weight: 500;
    }

    .dropdown-icon.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
    }

    .overlay {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 15;
    display: none;
    }

    .container-full {
    width: 100%;
    }

    .custom-table-width {
    min-width: 800px;
    }

    .thumb-color {
    color: #191919;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    margin-inline-start: 5px;
    }

    .table-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    }

    /*----------------------------
    offcanvas section design
    ------------------------------*/
    .td-offcanvas {
    position: fixed;
    z-index: 99;
    background-color: var(--td-white);
    width: 310px;
    inset-inline-end: 0;
    top: 0;
    padding: 20px 20px;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s ease-in-out;
    }
    [dir=rtl] .td-offcanvas {
    inset-inline-start: 0;
    }
    .td-offcanvas-logo {
    width: 130px;
    }
    .td-offcanvas-open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    }
    .td-offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    }
    .td-offcanvas-navbars ul {
    list-style-type: none;
    }
    .td-offcanvas-navbars ul li {
    margin-bottom: 5px;
    }
    .td-offcanvas-navbars ul li:last-child {
    margin-bottom: 0;
    }
    .td-offcanvas-navbars ul li a {
    font-size: 16px;
    color: var(--td-theme-bg-color);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    }
    .td-offcanvas-navbars ul li a:hover {
    color: var(--td-theme-color);
    }
    .td-offcanvas-buttons {
    margin-top: 20px;
    display: block;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-offcanvas-buttons {
        display: none;
    }
    }
    .td-offcanvas-overlay {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    z-index: 98;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
    background: rgba(24, 24, 24, 0.4);
    }
    .td-offcanvas-overlay-open {
    visibility: visible;
    opacity: 0.7;
    }

    /*----------------------------
    common button design
    ------------------------------*/
    .cta-button {
    display: flex;
    align-items: center;
    gap: 16px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-button {
        gap: 10px;
    }
    }
    @media (max-width: 767px) {
    .cta-button {
        display: none;
    }
    }

    .bar-button {
    display: none;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .bar-button {
        display: block;
    }
    }
    @media (max-width: 767px) {
    [dir=rtl] .bar-button {
        margin-right: 8px;
    }
    }
    .bar-button button {
    color: var(--td-white);
    }
    .bar-button button img {
    width: 20px;
    }

    .td-offcanvas-close-toggle img {
    width: 30px;
    }

    .td-btn {
    background: var(--td-theme-color);
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    line-height: 150%;
    border-radius: 4px;
    display: inline-block;
    color: var(--td-theme-bg-color);
    position: relative;
    overflow: hidden;
    }
    .td-btn-fullWidth {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .td-btn-fullWidth-2 {
    background-color: var(--td-theme-color-2);
    color: var(--td-white);
    border-radius: 100px;
    }
    .td-btn-white {
    background-color: var(--td-white);
    }
    .td-btn-white-round {
    border-radius: 100px;
    }
    .td-btn-white img {
    margin-inline-end: 10px;
    }
    .td-btn-green {
    background-color: var(--td-theme-color-2);
    color: var(--td-white);
    border-radius: 100px;
    }
    .td-btn-green2 {
    background-color: var(--td-theme-color-2);
    color: var(--td-white);
    }
    .td-btn-xl {
    padding: 15px 32px;
    font-size: 16px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .td-btn-xl {
        padding: 12px 25px;
    }
    }
    @media (max-width: 767px) {
    .td-btn-xl {
        padding: 10px 20px;
        font-size: 14px;
    }
    }
    .td-btn:hover {
    color: var(--td-theme-bg-color);
    }
    .td-btn:hover .td-btn-y-1 {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    }
    .td-btn:hover .td-btn-y-2 {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    }
    .td-btn:hover i {
    inset-inline-end: -100%;
    }
    .td-btn:active {
    color: var(--td-white);
    }
    .td-btn-wrap {
    position: relative;
    overflow: hidden;
    display: block;
    }
    .td-btn-wrap span {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: block;
    }
    .td-btn-wrap span i {
    font-size: 15px;
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    margin-inline-start: 5px;
    }
    .td-btn-y-2 {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 100%;
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    }
    .td-btn-secondary {
    background-color: var(--td-theme-color-2);
    color: var(--td-white);
    border-radius: 100px;
    }
    .td-btn-secondary:hover {
    color: var(--td-white);
    }
    .td-btn-sec {
    background-color: var(--td-theme-bg-color);
    color: var(--td-white);
    }
    .td-btn-sec:hover {
    color: var(--td-white);
    }
    .td-btn-sec-secondary {
    background-color: rgba(255, 255, 255, 0.06);
    border-radius: 100px;
    }
    .td-btn-sec-secondary-gray {
    background-color: rgb(44, 44, 44);
    }
    .td-btn-round {
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 48px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease-in-out;
    }
    .td-btn-round:hover {
    background-color: var(--td-theme-bg-color);
    }
    .td-btn-dropdown {
    border-radius: 4px;
    background: #F0F0F0;
    padding: 10px 24px;
    color: var(--td-theme-bg-color);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    }

    .blinking-button {
    position: relative;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .blinking-button .circle {
    position: absolute;
    border-radius: 50%;
    }
    .blinking-button .outer-circle {
    width: 110px;
    height: 110px;
    background-color: rgba(0, 0, 0, 0.05);
    animation: blink-outer 2s infinite;
    }
    .blinking-button .middle-circle {
    width: 90px;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.1);
    animation: blink-middle 1.5s infinite;
    }
    .blinking-button .inner-circle {
    width: 70px;
    height: 70px;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .blinking-button .inner-circle .check-icon {
    width: 30px;
    height: 30px;
    }
    @keyframes blink-outer {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    }
    @keyframes blink-middle {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    }

    .custom-select-dropdown button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 1px solid #E1E1E1;
    padding: 10px;
    border-radius: 5px;
    }
    .custom-select-dropdown .custom-dropdown-menu {
    width: 100%;
    padding: 10px;
    max-height: 250px;
    overflow-y: auto;
    }
    .custom-select-dropdown .custom-dropdown-menu::-webkit-scrollbar {
    width: 5px;
    }
    .custom-select-dropdown .custom-dropdown-menu::-webkit-scrollbar-track {
    background: #d6d6d6;
    }
    .custom-select-dropdown .custom-dropdown-menu::-webkit-scrollbar-thumb {
    background-image: linear-gradient(125deg, rgba(34, 34, 34, 0.8) 0%, rgba(34, 34, 34, 0.8) 100%);
    border-radius: 10px;
    }
    .custom-select-dropdown .custom-dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
    }
    .custom-select-dropdown .custom-dropdown-menu li {
    cursor: pointer;
    margin-bottom: 15px;
    }
    .custom-select-dropdown .custom-dropdown-menu li:last-child {
    margin-bottom: 0;
    }

    .custom-select-dropdown-full {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
    }
    .custom-select-dropdown-full-option {
    transition: all 0.3s ease-in-out;
    padding: 0 5px;
    border-radius: 5px;
    }
    .custom-select-dropdown-full-option:hover {
    background-color: #F6F6F6;
    }
    .custom-select-dropdown-full span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .custom-select-dropdown-full .custom-label {
    color: #333;
    font-size: 14px;
    flex-shrink: 0;
    margin-right: 10px;
    }
    .custom-select-dropdown-full .custom-select-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: start;
    }
    .custom-select-dropdown-full .custom-select-full-left {
    display: flex;
    align-items: center;
    gap: 10px;
    }
    .custom-select-dropdown-full .custom-select-full-left .card-img {
    height: 50px;
    width: 50px;
    }
    .custom-select-dropdown-full .custom-select-full-left .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    }
    .custom-select-dropdown-full .custom-select-full-left .space-name {
    font-size: 16px;
    color: #333;
    margin-bottom: 3px;
    }
    .custom-select-dropdown-full .custom-select-full-left .space-duration {
    background-color: var(--td-theme-color);
    padding: 0px 15px;
    font-size: 12px;
    border-radius: 50px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: var(--td-theme-bg-color);
    }
    .custom-select-dropdown-full .custom-select-full .space-price {
    font-weight: 600;
    font-size: 14px;
    }

    .action-btns {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    }

    .print-btn {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F6F6F6;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    }
    .print-btn i {
    font-size: 12px;
    color: var(--td-theme-bg-color);
    transition: all 0.3s ease-in-out;
    }
    .print-btn:hover {
    background-color: var(--td-theme-bg-color);
    color: var(--td-white);
    }
    .print-btn:hover i {
    color: var(--td-white);
    }

    .pay-now-btn {
    padding: 8px 16px;
    border-radius: 4px;
    color: var(--td-theme-bg-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    background-color: var(--td-theme-color);
    transition: all 0.3s ease-in-out;
    text-wrap: nowrap;
    }
    .pay-now-btn:hover {
    color: var(--td-theme-color);
    background-color: var(--td-theme-bg-color);
    }

    /*----------------------------
    common circular button design
    ------------------------------*/
    .circle {
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222222;
    border-radius: 50%;
    padding: 10px;
    }

    .text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: consolas;
    color: #fff;
    font-size: 17px;
    line-height: 36px;
    animation: textRotation 12s linear infinite;
    }
    .text-2 {
    animation: textRotation2 12s linear infinite;
    }

    @keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
    }
    @keyframes textRotation2 {
    from {
        transform: rotate(360deg);
    }
    }
    .text span {
    position: absolute;
    left: 50%;
    font-size: 16px;
    transform-origin: 0 85px;
    }

    /*----------------------------
    section title design
    ------------------------------*/
    .section-title h2 {
    color: var(--td-theme-bg-color);
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-title h2 {
        font-size: 35px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h2 {
        font-size: 30px;
    }
    }
    @media (max-width: 767px) {
    .section-title h2 {
        font-size: 28px;
    }
    }
    .section-title-left h2 {
    text-align: left;
    }
    [dir=rtl] .section-title-left h2 {
    text-align: right;
    }
    .section-title-white h2 {
    color: var(--td-white);
    }
    .section-title-2-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .section-title-2-top {
        margin-bottom: 0px;
    }
    }
    .section-title-2-top p {
    color: var(--td-theme-color-2);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .section-title-2-top p {
        font-size: 14px;
    }
    }
    .section-title-2-bottom {
    width: 90%;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .section-title-2-bottom {
        width: 100%;
    }
    }
    .section-title-2-bottom h2 {
    color: var(--td-theme-bg-color);
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.3px;
    }
    .section-title-2-bottom h2 span {
    color: var(--td-theme-color-2);
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title-2-bottom h2 {
        font-size: 32px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-2-bottom h2 {
        font-size: 28px;
        line-height: 40px;
    }
    }
    @media (max-width: 767px) {
    .section-title-2-bottom h2 {
        font-size: 24px;
        line-height: 38px;
    }
    }
    .section-title-2-bottom-white h2 {
    color: var(--td-white);
    }
    .section-title-2-bottom-center h2 {
    text-align: center;
    }
    .section-title-2-bottom-faq {
    width: 40%;
    }
    @media (max-width: 767px) {
    .section-title-2-bottom-faq {
        width: 100%;
    }
    }
    .section-title-2-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .section-title-2-exceptional {
    margin-top: 65px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-2-exceptional {
        margin-top: 35px;
    }
    }
    @media (max-width: 767px) {
    .section-title-2-exceptional {
        margin-top: 0px;
    }
    }
    .section-title-2-faq {
    margin-bottom: 50px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-2-faq {
        margin-bottom: 40px;
    }
    }
    @media (max-width: 767px) {
    .section-title-2-faq {
        margin-bottom: 30px;
    }
    }
    .section-title-fix-width {
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .section-title-fix-width h2 {
    width: 370px;
    }
    @media (max-width: 767px) {
    .section-title-fix-width h2 {
        width: 300px;
    }
    }

    /*----------------------------
    page header section design
    ------------------------------*/
    .td-page-header {
    background-color: var(--td-theme-color-2);
    width: 100%;
    height: 236px;
    position: relative;
    overflow: hidden;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-page-header {
        height: 200px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-page-header {
        height: 180px;
    }
    }
    @media (max-width: 767px) {
    .td-page-header {
        height: 130px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-page-header {
        height: 180px;
    }
    }
    .td-page-header .container {
    height: 100%;
    position: relative;
    z-index: 3;
    }
    .td-page-header-indicator {
    position: absolute;
    inset-inline-start: 2%;
    bottom: 14%;
    width: 100%;
    z-index: 3;
    }
    @media (max-width: 767px) {
    .td-page-header-indicator {
        inset-inline-start: 6%;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-page-header-indicator {
        inset-inline-start: 2%;
    }
    }
    .td-page-header-indicator ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 30px;
    }
    .td-page-header-indicator li {
    position: relative;
    }
    .td-page-header-indicator li a {
    color: var(--td-white);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    }
    @media (max-width: 767px) {
    .td-page-header-indicator li a {
        font-size: 14px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-page-header-indicator li a {
        font-size: 16px;
    }
    }
    .td-page-header-indicator li a::after {
    content: "";
    position: absolute;
    top: 50%;
    inset-inline-end: -19px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: var(--td-white);
    border-radius: 50%;
    }
    .td-page-header-indicator li:last-child a {
    text-decoration: underline;
    text-underline-offset: 4px;
    }
    .td-page-header-indicator li:last-child a::after {
    content: none;
    }
    .td-page-header-element {
    position: absolute;
    top: -8px;
    inset-inline-end: 0;
    z-index: 1;
    animation: blink 2s infinite;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-page-header-element {
        width: 313px;
    }
    }
    @media (max-width: 767px) {
    .td-page-header-element {
        display: none;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-page-header-element {
        width: 313px;
    }
    }
    .td-page-header-elementLeft {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    z-index: 1;
    animation: blink 2.5s infinite;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .td-page-header-elementLeft {
        width: 90px;
    }
    }

    /*----------------------------
    pagination design
    ------------------------------*/
    .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    }
    .pagination ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 10px;
    }
    @media (max-width: 767px) {
    .pagination ul {
        gap: 5px;
    }
    }
    .pagination ul li button {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1.25px solid #DFE3E8;
    background: #FFF;
    justify-content: center;
    align-items: center;
    color: var(--td-theme-bg-color);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    transition: background-color 0.3s ease-in-out;
    }
    .pagination ul li button:hover {
    background-color: var(--td-theme-color);
    border-color: var(--td-theme-color);
    }
    [dir=rtl] .pagination ul li button svg {
    transform: rotate(180deg);
    }
    @media (max-width: 767px) {
    .pagination ul li button {
        width: 30px;
        height: 30px;
    }
    }
    .pagination ul li button.td-pagination-prev.active-btn {
    background: #919EAB;
    border-color: #919EAB;
    }
    .pagination ul li button.td-pagination-next.active-btn {
    background: #919EAB;
    border-color: #919EAB;
    }
    .pagination ul li button.active-btn {
    background-color: var(--td-theme-color);
    border-color: var(--td-theme-color);
    }
    .pagination ul li a {
    cursor: pointer;
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1.25px solid #DFE3E8;
    background: #FFF;
    justify-content: center;
    align-items: center;
    color: var(--td-theme-bg-color);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    transition: background-color 0.3s ease-in-out;
    }
    .pagination ul li a:hover {
    background-color: var(--td-theme-color);
    border-color: var(--td-theme-color);
    }
    [dir=rtl] .pagination ul li a svg {
    transform: rotate(180deg);
    }
    @media (max-width: 767px) {
    .pagination ul li a {
        width: 30px;
        height: 30px;
    }
    }
    .pagination ul li a.td-pagination-prev.active-btn {
    background: #919EAB;
    border-color: #919EAB;
    }
    .pagination ul li a.td-pagination-next.active-btn {
    background: #919EAB;
    border-color: #919EAB;
    }
    .pagination ul li a.active-btn {
    background-color: var(--td-theme-color);
    border-color: var(--td-theme-color);
    }
    .pagination-2 ul li button {
    height: 36px;
    width: 36px;
    border: 1px solid #EFEFEF;
    border-radius: 50%;
    }
    @media (max-width: 767px) {
    .pagination-2 ul li button {
        height: 26px;
        width: 26px;
        font-size: 12px;
        font-weight: 400;
    }
    }
    .pagination-2 ul li button:hover {
    background-color: var(--td-theme-color-2);
    border-color: var(--td-theme-color-2);
    }
    .pagination-2 ul li button.td-pagination-prev {
    padding: 0 40px;
    border-radius: 100px;
    }
    @media (max-width: 767px) {
    .pagination-2 ul li button.td-pagination-prev {
        padding: 0 30px;
    }
    }
    .pagination-2 ul li button.td-pagination-prev.active-btn {
    background: transparent;
    border-color: #919EAB;
    color: #9C9C9C;
    }
    .pagination-2 ul li button.td-pagination-next {
    padding: 0 40px;
    border-radius: 100px;
    }
    @media (max-width: 767px) {
    .pagination-2 ul li button.td-pagination-next {
        padding: 0 30px;
    }
    }
    .pagination-2 ul li button.td-pagination-next.active-btn {
    background: var(--td-theme-color-2);
    border-color: var(--td-theme-color-2);
    color: var(--td-white);
    }
    .pagination-2 ul li button.active-btn {
    background-color: var(--td-theme-color-2);
    color: var(--td-white);
    border-color: var(--td-theme-color-2);
    }
    .pagination-2 ul li a {
    height: 36px;
    width: 36px;
    border: 1px solid #EFEFEF;
    border-radius: 50%;
    cursor: pointer;
    }
    @media (max-width: 767px) {
    .pagination-2 ul li a {
        height: 26px;
        width: 26px;
        font-size: 12px;
        font-weight: 400;
    }
    }
    .pagination-2 ul li a:hover {
    background-color: var(--td-theme-color-2);
    border-color: var(--td-theme-color-2);
    }
    .pagination-2 ul li a.td-pagination-prev {
    padding: 0 40px;
    border-radius: 100px;
    }
    @media (max-width: 767px) {
    .pagination-2 ul li a.td-pagination-prev {
        padding: 0 30px;
    }
    }
    .pagination-2 ul li a.td-pagination-prev.active-btn {
    background: transparent;
    border-color: #919EAB;
    color: #9C9C9C;
    }
    .pagination-2 ul li a.td-pagination-next {
    padding: 0 40px;
    border-radius: 100px;
    }
    @media (max-width: 767px) {
    .pagination-2 ul li a.td-pagination-next {
        padding: 0 30px;
    }
    }
    .pagination-2 ul li a.td-pagination-next.active-btn {
    background: var(--td-theme-color-2);
    border-color: var(--td-theme-color-2);
    color: var(--td-white);
    }
    .pagination-2 ul li a.active-btn {
    background-color: var(--td-theme-color-2);
    color: var(--td-white);
    border-color: var(--td-theme-color-2);
    }

    /*----------------------------
    dropdown section design
    ------------------------------*/
    .td-custom-dropdwon {
    position: relative;
    display: inline-block;
    }
    .td-custom-dropdwon-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 20px;
    border-radius: 4px;
    border: 1px solid rgba(34, 34, 34, 0.1);
    background-color: #F3F4F8;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    }
    @media (max-width: 767px) {
    .td-custom-dropdwon-btn {
        padding: 3px 10px;
    }
    }
    .td-custom-dropdwon-menu {
    position: absolute;
    inset-inline-end: 0;
    top: 42px;
    list-style-type: none;
    background-color: #F0F0F0;
    border-radius: 4px;
    width: 170px;
    display: none;
    z-index: 12;
    }
    @media (max-width: 767px) {
    .td-custom-dropdwon-menu {
        width: 120px;
    }
    }
    .td-custom-dropdwon-menu.active {
    display: block;
    }
    .td-custom-dropdwon-menu li a {
    padding: 10px 0;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: 100%;
    padding: 8px 15px;
    }
    @media (max-width: 767px) {
    .td-custom-dropdwon-menu li a {
        font-size: 12px;
        font-weight: 400;
        padding: 4px 8px;
    }
    }
    .td-custom-dropdwon-menu li a:hover {
    background-color: #E2E2E2;
    }

    .td-custom-dropdwon-btn img {
    transition: transform 0.3s ease;
    }

    .td-custom-dropdwon-btn img.rotated {
    transform: rotate(180deg);
    }

    /*----------------------------
    switcher design
    ------------------------------*/
    .td-custom-switcher .form-check {
    display: flex;
    align-items: center;
    position: relative;
    }
    .td-custom-switcher .form-check .form-check-input {
    display: none;
    }
    .td-custom-switcher .form-check .form-check-input:checked + .form-check-label::before {
    background-color: #ffc107;
    transform: translateX(27px);
    }
    .td-custom-switcher .form-check .form-check-input:checked + .form-check-label {
    background-color: rgba(255, 200, 0, 0.5);
    }
    .td-custom-switcher .form-check .form-check-input-2:checked + .form-check-label::before {
    background-color: var(--td-theme-color-2);
    transform: translateX(27px);
    }
    .td-custom-switcher .form-check .form-check-input-2:checked + .form-check-label {
    background-color: rgba(4, 154, 71, 0.5);
    }
    .td-custom-switcher .form-check .form-check-label {
    width: 50px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    }
    .td-custom-switcher .form-check .form-check-label::before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #4a332b;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    inset-inline-start: 0px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    }

    /*----------------------------------------*/
    /*  Preloader
    /*----------------------------------------*/
    .preloader {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .logo-container {
    text-align: center;
    }

    .logo-container svg {
    width: 200px;
    height: auto;
    animation: fadeOpacity 2s infinite;
    }

    @keyframes fadeOpacity {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    }
    .bouncing-loader {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 8px;
    }

    .bouncing-loader span {
    width: 10px;
    height: 10px;
    background-color: #FDD702;
    border-radius: 50%;
    animation: bounce 1.4s infinite;
    }

    .bouncing-loader-2 span {
    background-color: #049A47;
    }

    .bouncing-loader span:nth-child(1) {
    animation-delay: 0s;
    }

    .bouncing-loader span:nth-child(2) {
    animation-delay: 0.2s;
    }

    .bouncing-loader span:nth-child(3) {
    animation-delay: 0.4s;
    }

    @keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
    }
    /*----------------------------------------*/
    /*  2.2 Back to Top
    /*----------------------------------------*/
    #back-to-top {
    position: fixed;
    inset-inline-end: 40px;
    bottom: 40px;
    background: var(--td-theme-color);
    color: #fff;
    z-index: 99;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: scale(0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    }
    @media (max-width: 767px) {
    #back-to-top {
        inset-inline-end: 10px;
        bottom: 10px;
        width: 35px;
        height: 35px;
    }
    }
    #back-to-top img {
    width: 25px;
    }
    @media (max-width: 767px) {
    #back-to-top img {
        width: 15px;
    }
    }
    #back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    }
    #back-to-top.show::before {
    content: "";
    position: absolute;
    top: -7px;
    inset-inline-start: -7px;
    width: 55px;
    height: 55px;
    border: 1px solid var(--td-theme-color);
    border-radius: 50%;
    animation: blink-border 1.5s infinite;
    pointer-events: none;
    }
    @media (max-width: 767px) {
    #back-to-top.show::before {
        top: -5px;
        inset-inline-start: -5px;
        width: 41px;
        height: 41px;
    }
    }

    #back-to-top.back-to-top-2 {
    background: var(--td-theme-color-2);
    border-color: var(--td-theme-color-2);
    }
    #back-to-top.back-to-top-2::before {
    border-color: var(--td-theme-color-2);
    }

    #back-to-top.back-to-top-2:hover {
    background: var(--td-theme-color-2);
    border-color: var(--td-theme-color-2);
    }

    @keyframes blink-border {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
    }
    /*----------------------------
    video player design
    ------------------------------*/
    .video-container {
    position: relative;
    width: 100%;
    height: 595px;
    clip-path: polygon(4.389% 14.089%, 4.389% 14.089%, 4.601% 11.701%, 4.91% 9.474%, 5.308% 7.428%, 5.786% 5.586%, 6.336% 3.968%, 6.95% 2.597%, 7.62% 1.493%, 8.336% 0.678%, 9.091% 0.173%, 9.876% 0%, 90.238% 0%, 90.238% 0%, 91.026% 0.174%, 91.783% 0.682%, 92.501% 1.502%, 93.172% 2.612%, 93.787% 3.991%, 94.338% 5.617%, 94.816% 7.468%, 95.213% 9.523%, 95.521% 11.761%, 95.731% 14.158%, 99.874% 78.864%, 99.874% 78.864%, 99.986% 82.111%, 99.911% 85.259%, 99.665% 88.249%, 99.262% 91.025%, 98.717% 93.53%, 98.045% 95.707%, 97.261% 97.5%, 96.379% 98.851%, 95.414% 99.703%, 94.382% 100%, 5.647% 100%, 5.647% 100%, 4.611% 99.702%, 3.645% 98.846%, 2.761% 97.489%, 1.976% 95.688%, 1.304% 93.502%, 0.759% 90.988%, 0.358% 88.202%, 0.114% 85.203%, 0.043% 82.048%, 0.159% 78.794%, 4.389% 14.089%);
    overflow: hidden;
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .video-container {
        height: 500px;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .video-container {
        height: 450px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video-container {
        height: 400px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-container {
        height: 350px;
    }
    }
    @media (max-width: 767px) {
    .video-container {
        height: 150px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-container {
        height: 300px;
    }
    }
    .video-container-2 {
    position: relative;
    width: 100%;
    height: 477px;
    clip-path: polygon(89.577% 0.558%, 89.577% 0.558%, 80.69% 3.983%, 71.726% 6.31%, 62.802% 7.662%, 54.031% 8.163%, 45.53% 7.937%, 37.413% 7.107%, 29.795% 5.797%, 22.792% 4.132%, 16.518% 2.235%, 11.09% 0.229%, 11.09% 0.229%, 10.357% 0.083%, 9.64% 0.234%, 8.95% 0.665%, 8.295% 1.359%, 7.687% 2.299%, 7.134% 3.469%, 6.648% 4.85%, 6.236% 6.428%, 5.911% 8.184%, 5.68% 10.102%, 0.175% 71.301%, 0.175% 71.301%, 0.047% 73.537%, 0.06% 75.734%, 0.205% 77.852%, 0.472% 79.855%, 0.852% 81.703%, 1.335% 83.36%, 1.913% 84.786%, 2.574% 85.945%, 3.31% 86.797%, 4.112% 87.306%, 4.112% 87.306%, 16.015% 91.848%, 26.094% 95.38%, 34.805% 97.901%, 42.607% 99.411%, 49.955% 99.91%, 57.307% 99.398%, 65.12% 97.875%, 73.851% 95.341%, 83.957% 91.797%, 95.896% 87.241%, 95.896% 87.241%, 96.681% 86.747%, 97.405% 85.92%, 98.058% 84.798%, 98.63% 83.414%, 99.112% 81.806%, 99.496% 80.008%, 99.772% 78.056%, 99.931% 75.985%, 99.964% 73.832%, 99.862% 71.631%, 95.111% 10.773%, 95.111% 10.773%, 94.893% 8.772%, 94.571% 6.939%, 94.157% 5.292%, 93.66% 3.851%, 93.093% 2.633%, 92.466% 1.658%, 91.79% 0.944%, 91.076% 0.511%, 90.335% 0.375%, 89.577% 0.558%);
    overflow: hidden;
    }
    .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    .video-container #pause-button {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%, -50%);
    display: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    }

    /*----------------------------
    custom select design
    ------------------------------*/
    .custom-select .form-select {
    padding: 10px 25px 10px 12px;
    background-color: #F0F0F0;
    border: 0;
    }
    [dir=rtl] .custom-select .form-select {
    background-position: left 0.75rem center;
    }
    .custom-select .form-select:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
    }

    /*----------------------------
    language dropdown section design
    ------------------------------*/
    .language-dropdown {
    margin-inline-end: 16px;
    }
    @media (max-width: 767px) {
    .language-dropdown {
        margin-inline-end: 0px;
    }
    }
    .language-dropdown .language-nav {
    border-radius: 5px;
    background-color: var(--td-theme-bg-color);
    border: none;
    position: relative;
    width: 87px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
    @media (max-width: 767px) {
    .language-dropdown .language-nav {
        height: 35px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .language-dropdown .language-nav {
        height: 42px;
    }
    }
    .language-dropdown .language-nav .translate_wrapper.active .more_lang {
    display: block;
    position: absolute;
    background-color: var(--td-theme-bg-color);
    top: 40px;
    inset-inline-end: 0;
    border-radius: 5px;
    border-style: solid;
    border-color: #454545;
    border-width: 1px;
    width: 87px;
    z-index: 20;
    overflow: hidden;
    }
    @media (max-width: 767px) {
    .language-dropdown .language-nav .translate_wrapper.active .more_lang {
        top: 35px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .language-dropdown .language-nav .translate_wrapper.active .more_lang {
        top: 42px;
    }
    }
    .language-dropdown .language-nav .translate_wrapper.active .more_lang .lang:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
    .language-dropdown .language-nav .current_lang {
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
    }
    .language-dropdown .language-nav .current_lang .lang .flag-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    background-size: cover;
    border-radius: 40px;
    }
    .language-dropdown .language-nav .lang.selected {
    display: none;
    }
    .language-dropdown .language-nav .lang span.lang-txt {
    display: inline-flex;
    margin-inline-start: 6px;
    margin-inline-end: 6px;
    font-size: 14px;
    font-weight: 500;
    color: var(--td-white);
    }
    .language-dropdown .language-nav .lang span span {
    color: #999;
    font-weight: 400;
    margin-inline-start: 5px;
    }
    .language-dropdown .language-nav .more_lang {
    transform: translateY(-20px);
    opacity: 0;
    cursor: pointer;
    display: none;
    transition: all 0.3s cubic-bezier(0.25, 1.15, 0.35, 1.15);
    }
    .language-dropdown .language-nav .more_lang .lang {
    padding: 8px 12px 8px 18px;
    display: flex;
    }
    .language-dropdown .language-nav .more_lang .lang i {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    background-size: cover;
    border-radius: 40px;
    transform: translateY(2px);
    }
    .language-dropdown .language-nav .more_lang .lang:hover {
    background: #000;
    color: #fff;
    }
    .language-dropdown .language-nav .more_lang .lang:hover span {
    color: var(--td-heading);
    }
    .language-dropdown .language-nav .more_lang.active {
    opacity: 1;
    transform: translateY(0px);
    }
    .language-dropdown .language-nav-2 {
    background-color: rgba(255, 255, 255, 0.06);
    border-radius: 100px;
    border: 1px solid #454545;
    color: var(--td-white);
    }
    .language-dropdown .language-nav-2 .translate_wrapper.active .more_lang {
    top: 40px;
    border-radius: 16px;
    width: 83px;
    overflow: hidden;
    background-color: #2B2B2B;
    }
    @media (max-width: 767px) {
    .language-dropdown .language-nav-2 .translate_wrapper.active .more_lang {
        top: 35px;
    }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
    .language-dropdown .language-nav-2 .translate_wrapper.active .more_lang {
        top: 40px;
    }
    }
    .language-dropdown .language-nav-2 .more_lang .lang {
    padding: 5px 12px 5px 18px;
    }
    .language-dropdown .language-nav-2 .more_lang .lang:hover {
    background: rgba(4, 154, 71, 0.09);
    color: #fff;
    }
    .language-dropdown .language-nav-2 .translate_wrapper.active .more_lang .lang:not(:last-child) {
    border-bottom: 1px solid #454545;
    }

    /*----------------------------
    toast design
    ------------------------------*/
    .toast-message {
    padding: 10px 17px 10px 10px;
    border-radius: 5px;
    position: fixed;
    top: 2%;
    inset-inline-end: 2%;
    z-index: 9999999;
    width: 300px;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }
    .toast-message-success {
    background-color: #D4EDDA;
    }
    .toast-message-warning {
    background-color: #FFF3CD;
    }
    .toast-message-warning .toast-message-full .toast-message-full-left span {
    display: inline-flex;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: #ffd858;
    }
    .toast-message-warning .toast-message-full .toast-message-full-left span i {
    font-size: 16px;
    color: #fff;
    }
    .toast-message-danger {
    background-color: #F8D7DA;
    }
    .toast-message-danger .toast-message-full .toast-message-full-left span {
    display: inline-flex;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: #f53343;
    }
    .toast-message-danger .toast-message-full .toast-message-full-left span i {
    font-size: 16px;
    color: #fff;
    }
    .toast-message .toast-message-full {
    display: flex;
    align-items: start;
    }
    .toast-message .toast-message-full-left {
    width: 20%;
    }
    .toast-message .toast-message-full-left span {
    display: inline-flex;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: #8cf8a5;
    }
    .toast-message .toast-message-full-left span i {
    font-size: 16px;
    color: #535353;
    }
    .toast-message .toast-message-full-right {
    width: 80%;
    }
    .toast-message .toast-message-notification {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
    }
    .toast-message .toast-message-notification h3 {
    font-size: 20px;
    font-weight: 600;
    }
    .toast-message .toast-message-notification .cross i {
    font-size: 14px;
    }

    .toast-message.visible {
    opacity: 1;
    visibility: visible;
    }

    /*----------------------------------------
    Image Preview
    -----------------------------------------*/
    .upload-single-input {
    position: relative;
    }

    .file-upload-wrap .top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    }
    .file-upload-wrap .input-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
    }

    .upload-custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 155px;
    text-align: center;
    border: 2px dashed var(--td-theme-color);
    border-radius: 8px;
    }
    .upload-custom-file input[type=file] {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 2px;
    height: 2px;
    overflow: hidden;
    opacity: 0;
    }
    .upload-custom-file label {
    z-index: 1;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    inset-inline-end: 0;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
    background-color: rgba(255, 0, 0, 0.1);
    }
    .upload-custom-file label span {
    display: block;
    color: #666;
    font-size: 14px;
    transition: color 0.3s;
    }
    .upload-custom-file label span b {
    color: #666;
    font-weight: 500;
    text-decoration: underline;
    }
    .upload-custom-file label .type-file-text {
    margin-top: 5px;
    color: #d00;
    }
    .upload-custom-file label .upload-icon {
    width: 40px;
    margin: 0 auto;
    margin-bottom: 15px;
    }
    .upload-custom-file label.file-ok {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    }
    .upload-custom-file label.file-ok span {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 100%;
    padding: 0.3rem;
    color: var(--td-theme-bg-color);
    background-color: var(--td-theme-color);
    font-weight: 500;
    font-size: 16px;
    margin: auto;
    text-decoration: none;
    }
    .upload-custom-file label.file-ok .upload-icon {
    display: none;
    }
    .upload-custom-file.without-image {
    height: 167px;
    }
    .upload-custom-file.without-image label {
    background-color: rgba(253, 215, 2, 0.04);
    }

    .upload-thumb-close {
    position: absolute;
    inset-inline-end: 10px;
    top: 10px;
    z-index: 5;
    color: #f00;
    display: none;
    }

    /*----------------------------
    cookie settings button design
    ------------------------------*/
    .caches-privacy {
    position: fixed;
    bottom: 20px;
    inset-inline-start: 30px;
    width: 430px;
    border-radius: 8px;
    padding: 20px 20px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    z-index: 11;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    }
    @media (max-width: 767px) {
    .caches-privacy {
        width: 255px;
    }
    }
    .caches-privacy .content {
    margin-bottom: 15px;
    }
    .caches-privacy .content .title {
    font-size: 26px;
    margin-bottom: 20px;
    }
    .caches-privacy .content p {
    font-size: 14px;
    margin-bottom: 0;
    }
    .caches-privacy .caches-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .caches-privacy .caches-btn .learn-more {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    text-decoration: underline;
    }
    .caches-privacy .caches-btn .cookies-btn {
    padding: 0.4375rem 1.375rem;
    border-radius: 30px;
    font-size: 14px;
    box-shadow: 0 0 1px 1px #000 inset;
    color: var(--td-black);
    transition: 0.3s;
    }
    .caches-privacy .caches-btn .cookies-btn:hover {
    background-color: var(--td-black);
    color: var(--td-white);
    }

    /*# sourceMappingURL=style.css.map */
.location-features {
    background: #000; /* black background */
}

/* Make all cards equal height */
.gold-card {
    background: #000;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #D2AC6B;
    transition: 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.gold-card h3{
    color:white;
    margin-bottom: 10px;
}
/* UL reset */
.gold-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Bullet → Tick inside circle */
.gold-card ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
}

/* Circle tick */
.gold-card ul li::before {
    content: "";
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    border: 2px solid #D2AC6B;
    display: inline-block;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23D2AC6B" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M6.00016 10.2002L3.30016 7.50016L2.3335 8.46683L6.00016 12.1335L14.0002 4.1335L13.0335 3.16683L6.00016 10.2002Z"/></svg>');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

/* Hover: make ticks black */
.gold-card:hover ul li::before {
    border-color: #000;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23000" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M6.00016 10.2002L3.30016 7.50016L2.3335 8.46683L6.00016 12.1335L14.0002 4.1335L13.0335 3.16683L6.00016 10.2002Z"/></svg>');
}

/* Hover effect (kept same) */
.gold-card:hover {
    background: #D2AC6B !important;
}

.gold-card:hover h3,
.gold-card:hover ul li {
    color: #000 !important;
}

.gold-card:hover img {
    filter: brightness(0) invert(0);
}

.gold-card .icon-box img {
    width: 70px;
    margin-bottom: 10px;
}
.about-card {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    background: black;
    color: var(--td-theme-color);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 35px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.about-card ul, .about-card ol{
    padding-inline-start:20px;
}
.about-card-icon img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}
.about-card-icon {
    margin-top: -40px;
}
.about-card-text h6 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    color: #1c1c1c;
}

.about-card-text p {
    margin: 5px 0 0;
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    max-width: 320px;
}
.gallery-box {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    background: #000;
}

.gallery-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform .4s ease;
}

.gallery-box:hover .gallery-img {
    transform: scale(1.08);
}
.object-fit-cover {
    object-fit: cover;
    height: 100%;
}

.service-card {
    padding: 40px;
}
/* .service-card h1{
    color: #D2AC6B;
} */
/* .service-card a{
    background: #D2AC6B;
    color: #333;
    border-color: #D2AC6B;
} */
@media (max-width: 767px) {
    .service-card {
        padding: 20px;
    }
}

.service-wrapper {
    background: #D2AC6B;
    border-radius: 15px;
    overflow: hidden;
    /* color: black; */
}
