.dir-ltr{
    direction: rtl !important;
}
.dir-rtl{
    direction: ltr !important;
}

.bg-linear-dark{
    background: linear-gradient(-90deg, #0d3c9f 0%, #040d70 100%);
}

.bg-none{
    background: none !important;
}

.rts-hosting-feature{
    background: #ffffff !important;
}

/* Modal */

/* Hide background scroll when modal is open */
body .modal-open {
    overflow-y: hidden !important;
    /* padding: 0px !important; */
}

/* Rounded modal */
.modal-content {
    border-radius: 12px; /* Adjust for more or less rounding */
}

/* select lang and currency */

.selection-list option {
    padding: 6px;
    /* margin: 5px 0; */
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Language Selection */
.language-list option {
    color: #FF7800;
}

.language-list option:hover {
    color: #E66900;
}

/* Footer */
.modal-footer {
    border-top: none;
}

.btn-close-modal {
    background-color: #FF7800;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.btn-save-modal {
    background-color: #144FC4; /* #0D3C9F */
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.btn-save-modal:hover {
    background-color: #1244aa;
}


.my-btn-secondary{
    background-color: #FF7800 !important;
    color: white !important;
    border: none;
    padding: 15px 22px;
    transition: background 0.3s ease;
}

.my-btn-secondary:hover{
    background-color: rgb(255, 145, 49) !important;
    color: white !important;
}

.my-btn-primary{
    background-color: #144FC4 !important;
    color: white !important;
    border: none;
    padding: 15px 22px;
    transition: background 0.3s ease;
}
.my-btn-primary:hover{
    background-color: #2160dd !important;
    color: #ffffff !important;
}


.my-outline-btn-secondary{
    background-color: transparent !important;
    color: #FF7800 !important;
    border: 1px solid #FF7800;
    padding: 15px 22px;
    transition: background 0.3s ease;
}
.my-outline-btn-secondary:hover{
    background-color: #FF7800 !important;
    color: white !important;
}

.my-outline-btn-primary{
    background-color: transparent !important;
    color: #144FC4 !important;
    border: 1px solid #144FC4;
    padding: 15px 22px;
    transition: background 0.3s ease;
}
.my-outline-btn-primary:hover{
    background-color: #144FC4 !important;
    color: white !important;
}


.my-link-primary{
    color: #144FC4;
    border: none;
    padding: 4px;
    transition: color 0.3s ease;
}
.my-link-primary:hover{
    color: #FF7800;
}
.my-link-secondary{
    color: #FF7800;
    border: none;
    padding: 4px;
    transition: color 0.3s ease;
}
.my-link-secondary:hover{
    color: #ffa759;
}
.my-text-primary{
    color: #144FC4 !important;
}
.my-text-secondary{
    color: #FF7800 !important;
}

.no-gap{
    gap: 0 !important;
}



.bg-secondary{
    background-color: rgb(255, 145, 49) !important;
}

.bg-primary{
    background-color: #144FC4 !important;
}

.f-45{
    font-size: 45px !important;
}
.f-40{
    font-size: 40px !important;
}
.text-right{
    text-align: right !important;
}
.text-left{
    text-align: left !important;
}


/* discount coupon  */
.discount-banner {
    position: relative;
    width: 90%;
    max-width: 800px;
    background: linear-gradient(-90deg, #0d3c9f 0%, #040d70 100%);
    color: white;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(255, 75, 43, 0.3);
    overflow: hidden;
}

/* .discount-badge {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #fff;
    color: #144FC4 !important;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: rotate(15deg);
} */

.discount-title {
    font-size: 20px;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    margin-bottom: 10px;
}

.discount-amount {
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0;
    text-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.discount-subtitle {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 500;
}

.discount-description {
    font-size: 16px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.claim-button {
    background: white;
    color: #144FC4 !important;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.claim-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.stripe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,0.3);
}

.dots {
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0.2;
}

.max-w-150 {
    max-width: 150px;
}

.font-size-14 {
    font-size: 14px !important;
}
.font-size-15 {
    font-size: 15px !important;
}
.font-size-16 {
    font-size: 16px !important;
}

@media (max-width: 600px) {
    .discount-amount {
        font-size: 48px;
    }
    
    .discount-subtitle {
        font-size: 18px;
    }
}

.lang-flag {
    width: 25px !important;
}


/* Crisp Chat Font */
#crisp-chatbox div div div div div div div div div span span span span span{
    font-family: 'Vazirmatn','Nunito' !important;
}
#crisp-chatbox div div div div div form textarea{
    font-family: 'Vazirmatn','Nunito' !important;
}
#crisp-chatbox div a span span span span span span span span{
    font-family: 'Vazirmatn','Nunito' !important;
}
#crisp-chatbox span span span span span span span span{
    font-family: 'Vazirmatn','Nunito' !important;
}


.price__content{
  /* transform: translateY(20px); */
  /* transition: opacity 0.4s ease, transform 0.4s ease; */
  opacity: 0;
  transition: opacity 0.5s ease;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.price__content.open{
  /* transform: translateY(0); */
  opacity: 1;
  pointer-events: auto;
  position: relative;
}



.text-start{
  text-align: start !important;
}
.text-end{
  text-align: end !important;
}




/* Loader */

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  z-index: 9999; /* Ensures it overlays everything */
}

.loader-progress {
  width: 60px;
  height: 60px;
  border: 6px solid #e0e0e0;
  border-top: 6px solid #144FC4; /* Brand accent */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}


.right-50{
    right: 50% !important;
}

@media screen and (max-width: 576px) {
    .right-50{
        right: 0% !important;
    }
}

@media (min-width: 992px) {
    .col-lg-2-5 {
        width:19.666667% !important;
    }
}

#profileUrl {
    border-radius: 10px !important;
}

.tp-widget-wrapper a {
    border-radius: 10px !important;
}



/*.col-lg-2-5 {*/
/*    width:19.666667% !important;*/
/*}*/


