/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

:root {
    --color-primary: #792798;
    --backgroung-color-primary-bg-white: rgba(111, 45, 147, 0.3);
    --backgroung-color-primary-bg-purple: rgba(111, 45, 147, 0.85);
}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
h1,
h2,
h3,
h4,
h5,
h6,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-size: 100%; */
    font-family: "Vazir FD", "-apple-system", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    vertical-align: baseline;
}

input,
textarea {
    font-family: "Vazir FD", "-apple-system", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


body {
    min-height: 100%;
    min-width: 100px;
    line-height: 1.5;
}

button,
label,
a {
    outline: none;
    cursor: pointer;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-display: swap;
    font-family: Vazir FD;
    font-weight: 400;
    src: url(../fonts/Vazir-Regular-FD.eot);
    src: url(../fonts/Vazir-Regular-FD.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Vazir-Regular-FD.woff2) format("woff2"),
    url(../fonts/Vazir-Regular-FD.woff) format("woff"),
    url(../fonts/Vazir-Regular-FD.ttf) format("truetype");
}

@font-face {
    font-display: swap;
    font-family: Vazir FD;
    font-weight: 700;
    src: url(../fonts/Vazir-Bold-FD.eot);
    src: url(../fonts/Vazir-Bold-FD.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Vazir-Bold-FD.woff2) format("woff2"),
    url(../fonts/Vazir-Bold-FD.woff) format("woff"),
    url(../fonts/Vazir-Bold-FD.ttf) format("truetype");
}

/* < ----------  colors  ---------- > */
.white {
    color: white;
}

.black {
    color: black;
}

.purple {
    color: var(--color-primary);
}

.bg-purple {
    background-color: var(--color-primary);
}

.bg-grey {
    background-color: rgb(177, 177, 177);
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-white {
    background-color: white;
}

/* < ----------  tools  ---------- > */

.flex-column {
    flex-flow: column wrap;
}

.hi-40 {
    height: 40px;
}

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

@media screen and (max-width: 612px) {
    .flex-xs-column-reverse {
        flex-direction: column-reverse !important;
    }
}

.space-around {
    justify-content: space-evenly;
    align-content: space-evenly;
}

.row {
    display: flex;
    flex-direction: row !important;
}

.padding-25 {
    padding: 25px;
}

.shadow {
    box-shadow: 1px 1px 5px rgba(87, 87, 87, 0.693);
    border-radius: 8px;
}

.text-decoration-none {
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.paragraph {
    margin: 0 30px;
}

.btn:hover.bg-white {
    background-color: var(--backgroung-color-primary-bg-white);
}

.btn:hover.bg-purple {
    background-color: var(--backgroung-color-primary-bg-purple);
}


.menu-items:hover {
    color: var(--backgroung-color-primary-bg-purple);
    transition: 0.3s;
}

.mr-auto {
    margin-right: auto;
}

.mr-15 {
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-5 {
    margin-right: 5px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-80 {
    margin-top: 50px;
}

.mrl-15 {
    margin-right: 15px;
    margin-left: 15px;
}

.mtb-3 {
    margin: 3% 0;
}

.m-10 {
    margin: 10px;
}

.mb-sm {
    margin-bottom: 8px;
}

.mb-md {
    margin-bottom: 16px;
}

.mb-lg {
    margin-bottom: 24px;
}

.px-lg {
    padding-left: 24px;
    padding-right: 24px;
}

.pr-lg {
    padding-right: 24px;
}

.text-h5 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 2rem;
}

.text-h6 {
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: .0125em;
    line-height: 2rem;
}

.text-subtitle1 {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .00937em;
    line-height: 1.75rem;
}

.text-bold {
    font-weight: bold
}

.font-title {
    font-weight: bold !important;
    font-size: 28px !important;
}

.font-size-15 {
    font-size: 15px;
}

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

.font-size-25 {
    font-size: 25px;
}

.font-size-30 {
    font-size: 30px;
}

.btn-style {
    border: none;
}

.scale:hover {
    scale: 1.1;
    transition: 0.5s;
    cursor: pointer;
}

/* < ----------  GLOBAL  ---------- > */
.container {
    align-items: stretch;
    align-content: center;
    justify-content: stretch;
    justify-items: stretch;
}

.grid-2 {
    display: grid;
    grid-template-columns: 50% 50%;
}

.toolbar {
    height: 50px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    transition: 0.2s;
}

.header-login-btn {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.btn {
    direction: rtl;
    width: 130px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 5px rgba(162, 161, 161, 0.757);
    border-radius: 4px;
    border: solid 1px var(--color-primary);
    text-decoration: none;
    transition: 0.5s;
}

.btn-lable {
    font-weight: lighter !important;
    font-size: 14px !important;
    text-align: center !important;
}

.btn-block {
    display: block;
}

.img_logo {
    width: 80px;
    height: 40px;
}

.hr {
    background: #0000001f;
    border: 0;
    flex-shrink: 0;
    display: block;
    height: 1px;
    margin-bottom: 8px;
    margin-top: 8px;
    width: 100%;
}

/* --------sideNav-------- */

.menu-item {
    display: flex;
    flex-flow: column;
}

.menu-item label {
    font-weight: lighter;
    color: rgb(94, 94, 94);
    font-size: 15px;
}

.menu-item p {
    font-size: 12px;
    display: block;
    margin-top: 3px;
    color: rgb(166 166 166);
}

.menu-item-primary label {
    color: var(--color-primary);
}

.menu-item-primary p {
    color: var(--color-primary);
}


.sidenav {
    display: flex;
    flex-flow: column nowrap;
    direction: rtl;
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 22;
    top: 0;
    right: 0;
    white-space: nowrap;
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
    transition: 0.2s;
    border-left: solid 1px rgb(210, 210, 210);
}

.sidenav a {
    padding: 8px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: var(--color-primary) !important;
    background-color: #ececec;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 25px;
}

.sidenav .download-btn {
    display: flex;
    width: auto;
    margin: 10px 10px 0;
    position: sticky;
    bottom: 40px;
    padding: 5px;
}

#main {
    display: block;
    max-width: 100% !important;
    transition: 0.2s;
    padding-top: 50px;
}

.sidenav .menu-items {
    height: 60px;
    display: flex;
    align-items: center;
}

.sidenav .copy-right {
    margin: 10px;
    line-height: 20px;
    color: rgb(166 166 166);
    font-weight: normal;
    white-space: nowrap;
    font-size: 11px;
}

.navbar-shadow-controller {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0 !important;
    max-height: 100vh;
    max-width: 100vw;
    z-index: 21;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.close-nav {
    width: 40px;
    height: 40px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    margin: 10px 0 0 10px;
    border-radius: 20px;
    transition: .3s;
}

.close-nav:hover, .close-nav:focus {
    background-color: #ececec;
}

.close-nav-icon {
    font-size: 28px;
    display: inline-block;
    line-height: .57;
    margin-top: 3px;
}

/* --------/sideNav-------- */


/* <<<<------ landing & ads ------>>>> */
.card {
    min-width: 100%;
    min-height: 200px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 25px;
}

.logo-card {
    width: 512px;
    height: 256px;
}

.img-card {
    width: 100%;
}

.btn-box {
    display: flex;
    margin: 20px;
}

.card p {
    color: #5a5a5a;
    font-weight: lighter;
    font-size: 17px;
    margin-top: 20px;
    transition: .5s;
}

.card label {
    font-size: 24px;
    font-weight: 600;
}

.card-ctn {
    margin-top: 20px;
    width: 100%;
}

.carousel-box {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    overflow: hidden;
    aspect-ratio: 1 / 0.7;
}

.pic-ctn {
    width: 100%;
    height: auto;
    position: relative;
}

.pic-ctn > img {
    animation-name: display;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    border-radius: 5px;
    position: absolute;
    opacity: 0;
    width: 95%;
    left: 2.5%;
    bottom: 2%;
}

@keyframes display {
    0% {
        z-index: 5;
        display: block;
        width: 0;
        height: auto;
        opacity: 0;
    }

    3% {
        width: 95%;
        height: auto;
        opacity: 1;
        z-index: 5;
        display: block;
    }

    18% {
        width: 95%;
        height: auto;
        opacity: 1;
        z-index: 5;
        display: block;
    }

    21% {
        width: 0;
        height: auto;
        opacity: 0;
        z-index: -10;
        display: none;
    }

    100% {
        height: auto;
        width: 0;
        display: none;
        z-index: -10;
    }
}

.pic-ctn img:hover {
    cursor: pointer;
}

.pic-ctn > img:nth-child(2) {
    animation-delay: 3s;
}

.pic-ctn > img:nth-child(3) {
    animation-delay: 6s;

}

.pic-ctn > img:nth-child(4) {
    animation-delay: 9s;

}

.pic-ctn > img:nth-child(5) {
    animation-delay: 12s;

}

.pic-ctn > img:nth-child(6) {
    animation-delay: 15s;

}

/* <<<<------ /landing ------>>>> */

/* <<<<------ dialog-box ------>>>> */

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 30;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    pointer-events: none;
    padding: 0 24px;
}

.dialog-box {
    overflow: hidden;
    max-width: 400px;
    position: relative;
    margin: 70px auto;
    border-radius: 14px;
    background-color: #fff;
    transition: 0.5s;
    z-index: 40;
    user-select: none;
}

.dialog-box > p {
    margin: 10px 20px;
}

.dialog-box .center {
    margin: 10px auto;
    justify-content: center;
}

.dialog-box img {
    width: 100%;
    display: block;
}

/* <<<<------ /dialog-box ------>>>> */

/* <<<<------ POST ------>>>> */
.center {
    text-align: center;
}

.post-title {
    font-size: 1.5rem;
    font-weight: normal;
}

.post-img {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    max-width: 100%;
}

.post-ctn {
    padding: 2% 8%;
}

.post-ctn h1,
.post-ctn h2,
.post-ctn h3,
.post-ctn h4,
.post-ctn h5,
.post-ctn h6 {
    margin: 3% 0;
}

.post-ctn h1 {
    text-align: center;
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 500;
}

.post-ctn h2 {
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 500;

}

.post-ctn h3 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 400;
}

.post-ctn h4 {
    font-size: 2.125rem;
    line-height: 2.5rem;
    font-weight: 400;
}

.post-ctn h5 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
}

.post-ctn a {
    text-decoration: none;
}

.post-ctn p {
    font-size: 16px;
    line-height: 35px;
    font-weight: lighter;
    color: #5a5a5a;
}

.link-box {
    display: flex;
    flex-flow: row wrap;
    max-width: 100%;
    margin-right: -16px;
    margin-bottom: 16px;
    padding: 0 8%;
}

.link-box a {
    background-color: var(--color-primary);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 4px 16px;
    text-decoration: none;
    margin: 16px 16px 0 0;
}

.references {
    max-width: 100%;
}

.references li {
    color: var(--color-primary);
}

.references a {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 16px;
    line-height: 35px;
    font-weight: 50;
}

/* <<<<------ /POST ------>>>> */

/* <<<<------  BLOG ------>>>> */
.grid-4 {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.blog-card {
    /* aspect-ratio: 1 / 1.2; */
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
    line-height: 25px;
}

.blog-card p {
    padding: 15px;
    font-size: 15px;
    font-weight: 100;
    color: #5a5a5a;
    line-height: 25px;
}

.blog-card a {
    padding: 15px;
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
}

.blog-card a.img-link {
    padding: 0;
    display: inherit;
    margin-bottom: 10px;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-top: 20px;
    direction: ltr !important;
}

.pagination li {
    list-style: none;
    min-width: 38px;
    height: 25px;
    color: var(--color-primary);
    margin: 2px;
    text-align: center;
    padding: 2px 5px;
}

.pagination li a {
    text-decoration: none;
    color: var(--color-primary);
    display: block;
    transition: 300ms;
}

.pagination i {
    font-size: 25px;
}

.pagination li.active span {
    background-color: var(--color-primary);
    color: white;
    border-radius: 5px;
    display: block;
}

.pagination li a:hover:not(.active) {
    background-color: #7a279825;
    border-radius: 5px;
}

/* <<<<------  /BLOG ------>>>> */

/* <<<<------  rules & privacy ------>>>> */
.section {
    /* max-width: 100%;
    min-height: 100%; */
    direction: rtl;
}

.section .h2 {
    font-size: 22px;
    font-weight: lighter;
    line-height: 60px;
    padding-right: 40px;
}

/* <<<<------  /rules & privacy ------>>>> */

/* <<<<------  /contact-us ------>>>> */
.contact-us {
    max-width: 100%;
    line-height: 35px;
}

.contact-us img {
    width: 90%;
    padding: 2.5%;
    margin-bottom: 30px;
}

.contact-us ol {
    margin-right: 45px;
}

.contact-us .caption {
    display: flex;
    flex-direction: column;
    justify-content: center;

}


/* <<<<------  @media ------>>>> */

@media screen and (max-height: 600px) {
    .sidenav h6 {
        opacity: 0;
    }
}

@media screen and (max-width: 1440px) {
    .grid-4 {
        grid-template-columns: 33.33% 33.33% 33.33%;
    }
}

@media screen and (max-width: 1024px) {
    #main {
        margin-right: 0 !important;
    }

    .btn {
        width: 100px;
        height: 30px;
    }

    .logo-card {
        width: 45%;
        height: auto;
    }

    .mt-0 {
        margin-top: 0 !important;
    }

    .grid-4 {
        grid-template-columns: 50% 50%;
    }
}

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

    .contact-us {
        grid-template-columns: 100%;
    }

    .section .h2 {
        font-weight: lighter;
        padding-right: 10px;
    }

    .section p {
        color: #5a5a5a;
        font-weight: 50;
        padding-left: 20px;
        padding-right: 20px;
    }

    .grid-4 {
        grid-template-columns: 100%;
    }

    .grid-2 {
        display: flex;
        flex-flow: column;
    }

    .container {
        padding: 8px;
        display: flex;
        flex-direction: column;
    }
}

/* <<<<------  /@media ------>>>> */

.download-badge-site {
    width: 200px;
    height: 60px;
}

.footer-licenses {
    margin-top: 20px;
    width: 100%;
    flex-flow: row wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-licenses-items {
    margin: 10px;
    width: auto;
}


/*/
/*/
/*/ __ new style for contact us page __ */
/*/
/*/
.red {
    color: red !important;
}

.contact-us-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns with equal width */
    gap: 2rem;
    max-width: 100% !important;
    justify-content: center;
    align-items: center;
    padding: 2rem 3rem;
    margin-top: 3rem;
    font-family: "Vazir", "sans-serif";
    box-sizing: border-box; /* Ensure padding and border are included in the width */
}

.contact-us-card {
    direction: rtl;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    box-sizing: border-box; /* Ensure padding and border are included in the width */
}

.contact-us-header {
    margin-bottom: 1.5rem;
}

.contact-us-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.contact-us-subtitle {
    font-size: 0.9rem;
    font-weight: normal;
    color: #666;
}

.contact-us-form {
    display: flex;
    flex-flow: column;
    box-sizing: border-box; /* Ensure padding and border are included in the width */
}

.responsive-box {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns with equal width */
    gap: 0.5rem 1rem;
}

.form-group {
    position: relative;
    margin-bottom: 1rem;
    color: #878787;
}

.contact-us-label {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    cursor: default;
    margin-bottom: 4px;
    display: block;
}

.input-description {
    font-size: 0.7rem;
}

.input-group {
    position: relative;
}

.input-group > .input-label {
    position: absolute;
    backface-visibility: hidden;
    color: #666;
    font-size: 14px;
    top: 10px;
    font-weight: 400;
    letter-spacing: .00937em;
    line-height: 20px;
    max-width: 100%;
    right: 0.90rem;
    transform-origin: right top;
    text-decoration: inherit;
    text-transform: inherit;
    transition: transform .40s ease;
    cursor: text;
}

.form-input:focus + .input-label,
.form-input:not(:placeholder-shown) + .input-label {
    top: 5px;
    right: 8px;
    font-size: 14px;
    color: #792798; /* Change color on focus or when text is entered */
    max-width: 133%;
    transform: translateY(-10%) scale(.75);
}

.form-input {
    padding: 14px 12px 1px;
}

.form-input,
.contact-us-form-textarea,
.form-file {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box; /* Ensure padding and border are included in the width */
    transition: border-color .36s cubic-bezier(.4, 0, .2, 1);
}

.contact-us-form-textarea,
.form-file {
    display: flex;
    resize: none;
}

.contact-us-form-textarea:hover,
.form-file:hover,
.form-input:hover {
    border-color: #000;
}

.form-input:focus,
.contact-us-form-textarea:focus,
.form-file:focus {
    border-color: rgba(121, 39, 152, 0.48);
    box-shadow: 0 0 0.2rem 0.01rem rgba(198, 75, 255, 0.15);
}

.form-submit {
    background-color: #792798;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.4rem 2rem;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: "Vazir", "sans-serif";
    width: fit-content;
    margin-right: auto;
}

.contact-us-form-submit:hover {
    background-color: #c340f4;
}

.contact-us-image {
    text-align: center;
}

.contact-us-image img {
    max-width: 100%;
    height: auto;
}


/* file input styles */

.file-upload-container {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    outline: none;
    box-sizing: border-box; /* Ensure padding and border are included in the width */
    cursor: pointer;
    transition: border-color .36s cubic-bezier(.4, 0, .2, 1);
}

.file-upload-container:hover {
    border-color: #000;
}

.helper-box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 5px;
    padding: 0 5px;
}

.file-chips-wrapper {
    background-color: transparent;
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
    box-sizing: border-box;
}

.file-chips {
    display: flex;
    align-items: center;
    background: rgba(20, 64, 250, 0.13);
    color: #3b3b3b;
    padding: 2px 3px;
    margin: 5px;
    border-radius: 15px;
    position: relative;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-chips span {
    margin-left: 10px;
    cursor: default;
}

.delete-file {
    background: none;
    border: none;
    color: rgba(255, 0, 0, 0.63);
    font-size: 18px;
    cursor: pointer;
}

.d-flex {
    display: flex;
}

.border-red {
    border: solid 1px red;
}


/**/
/****__End ContactUs__****/
/**/
/****__Start Ticket Tracking__****/
/**/
.ticket-tracking-wrapper {
    display: flex;
    width: 100%;
    color: #555;
    justify-content: center;
    align-items: center;
    padding: 2rem 3rem;
    margin-top: 3rem;
    font-family: "Vazir", "sans-serif";
    box-sizing: border-box; /* Ensure padding and border are included in the width */
}

.ticket-tracking-card {
    direction: rtl;
    width: 100%;
    max-width: 900px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    box-sizing: border-box; /* Ensure padding and border are included in the width */
}

.ticket-tracking-header {
    margin-bottom: 1.5rem;
    border-bottom: solid 1px #ddd;
    padding-bottom: 0.5rem;
    line-height: 2rem;
}

.ticket-header-row {
    display: flex;
    justify-content: space-between;
}

.ticket-header-column {
    display: flex;
    flex-flow: column;
}

.header-data {
    display: flex;
    flex-flow: row wrap;
}

.data-key {
    font-weight: bold;
    font-size: 14px;
}

.data-value {
    font-weight: normal;
    font-size: 13px;
    margin-right: 5px;
}

.ticket-conversation-box {
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 2rem;
}

.ticket-profile-image {
    border-radius: 50%;
    object-fit: contain;
}

.admin-ticket-message-box,
.user-ticket-message-box {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    box-sizing: border-box;
}

.ticket-message {
    width: fit-content;
    max-width: 70%;
    padding: 0.7rem 1rem 0.3rem;
}

.admin-ticket-message-box {
    flex-flow: row-reverse;
}

.user-ticket-message-box .ticket-message {
    border-radius: 12px 3px 12px 12px;
    background: #ede7f6;
    margin-right: 0.5rem;
}

.admin-ticket-message-box .ticket-message {
    border-radius: 3px 12px 12px 12px;
    background: #f5f5f5;
    margin-left: 0.5rem;
}

.ticket-message-text {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
    white-space: pre-wrap;
    word-break: break-word;
}

.ticket-file {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
    direction: ltr;
    display: flex;
    flex-flow: row;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
}

.file-name {
    display: flex;
    width: 100%;
    line-height: 1rem;
    box-sizing: border-box;
    margin-bottom: 3px;
}

.word-break {
    display: flex;
    word-break: break-word;
    align-items: end;
}

/****__End Ticket Tracking__****/
/**/
/* Responsive Adjustments */

@media (max-width: 1200px) {
    .contact-us-card {
        padding: 1.5rem;
    }

    .responsive-box {
        display: grid;
        grid-template-columns: 1fr; /* Two columns with equal width */
        gap: 0.5rem 1rem;
    }
}

@media (max-width: 1024px) {
    .contact-us-wrapper {
        grid-template-columns: 1fr; /* Two columns with equal width */
        gap: 1rem;
        padding: 2rem;
        margin-top: 3rem;
    }

    .responsive-box {
        grid-template-columns: 1fr 1fr; /* Two columns with equal width */
    }
}

@media (max-width: 720px) {
    .contact-us-card {
        border-radius: 0;
        border: none;
        box-shadow: none;
        padding: 0;
    }

    .contact-us-wrapper {
        padding: 1.3rem;
    }

    .responsive-box {
        grid-template-columns: 1fr; /* Two columns with equal width */
    }

    .ticket-tracking-wrapper {
        padding: 0;
    }

    .ticket-tracking-card {
        border-radius: 0;
        box-shadow: none;
        padding: 1.2rem;
        padding-bottom: 2rem;
    }

    .ticket-header-row {
        flex-flow: column;
    }

    .ticket-conversation-box {
        font-size: 13px;
        line-height: 1.7rem;
    }

    .ticket-message-text {
        font-size: 14px;
    }

    .form-submit {
        width: 100%;
    }
}

/* <<<<------ newHome landing (hero + feature cards) ------>>>> */
/* ~10px gap between the hero image and the text box (fr columns so the
   gap doesn't overflow; ignored on mobile where .grid-2 becomes flex) */
.hero-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
}

.hero-img {
    max-width: 1200px;
}

.features-mini {
    width: 100%;
    margin-top: 40px;
    display: flex;
    gap: 12px;
}

.feature-card {
    flex: 1;
    display: flex;
    flex-direction: row; /* RTL: icon on the right, text on the left */
    align-items: center;
    text-align: right;
    gap: 12px;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 6px 20px rgba(90, 60, 160, .10);
    transition: transform .25s ease, box-shadow .25s ease;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(90, 60, 160, .16);
}

.feature-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    background: var(--color-primary);
    box-shadow: 0 6px 16px rgba(123, 77, 255, .32);
}

.feature-text {
    flex: 1;
}

.feature-text label {
    font-size: 16px;
    font-weight: 600;
}

.feature-text p {
    margin: 4px 0 0;
    font-size: 12.5px;
    line-height: 1.6;
}

/* stack the hero (image + text box) columnar at 780px and narrower */
@media screen and (max-width: 780px) {
    .hero-grid {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* stack the two feature boxes on mobile */
@media screen and (max-width: 740px) {
    .features-mini {
        flex-direction: column;
    }
}

/* smaller icon badges on 720px and narrower screens */
@media screen and (max-width: 720px) {
    .feature-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        font-size: 22px;
    }
}
