/* @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Poppins:wght@400;600&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..700&display=swap'); */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

.syne{
    font-family: "Syne", sans-serif;
    font-weight: 700;
}

body {
    font-family: "Poppins", sans-serif;
}

.Poppins{
    font-family: "Poppins", sans-serif;
}

.placeholder::placeholder{
    color: black;
}

p {
    text-align: justify;
}

.string h1 strong{
    line-height: 1;
    font-size: 2rem;
}
.string h1 {
    line-height: 1;
    font-size: 2rem;
}
.string h2 strong,
.string h3 strong {
    line-height: 1;
    font-size: 1.8rem;
}
.string h4 strong,
.string h5 strong {
    line-height: 1;
    font-size: 1.4rem;
}
.string h2,
.string h3 {
    line-height: 1;
    font-size: 1.8rem;
}
.string h4,
.string h5 {
    line-height: 1;
    font-size: 1.4rem;
}
.string p{
    padding-block: 1rem;
}

.slider_image {
    width: 100%;
    height: 5rem;
    object-fit: contain;
}

.dropdown {
    width: 20rem;
}

.icon_dropdown{
    width: 1.5rem;
}

.swiper{
    direction: ltr;
}

html[dir="rtl"] .ar_header{
    flex-direction: row-reverse;
}
html[dir="rtl"] .banner_image{
    transform: scalex(-1);
}
html[dir="rtl"] .ar_ml{
    margin-right: auto;
    margin-left: unset;
}
html[dir="rtl"] .ar_logo{
    right: 2.5rem;
    left: unset;
}
html[dir="rtl"] .before\:-left-3::before {
    left: unset;
    right: -0.65rem;
}
html[dir="rtl"] .ar_header_drop {
    left: unset;
    right: 0;
}
html[dir="rtl"] .ar_gap {
    gap: .5rem;
}
html[dir="rtl"] .ar_px {
    padding-left: -0.35rem;
    padding-right: -0.35rem;
}
html[dir="rtl"] .ar_banner_text {
    left: unset;
    right: 5%;
}
html[dir="rtl"] .ar_banner_img {
    left: 0;
    right: unset;
    transform: scaleX(-1);
}
html[dir="rtl"] .ar_img {
    transform: scaleX(-1);
}
html[dir="rtl"] .ar_ml3 {
    margin-left: 0rem;
}
html[dir="rtl"] .faq-toggle {
    text-align: right !important;
}
html[dir="rtl"] .text_ar {
    text-align: right !important;
}

a.px-4.py-2.bg-white.text-\[\#333\]:first-child {
    width: 122px;
}

a.px-4.py-2.bg-white.text-\[\#333\]:last-child {
    width: 122px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 22px;
  cursor: pointer;
}

.whatsapp_btn{
    background: green;
    width: 4rem;
    padding: 1rem;
    border-radius: 50%;
    position: fixed;
    bottom: 1.8rem;
    left: 1.1rem;
    z-index: 99999;
}


/* Modal Content */
.modal-content {
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
    height: 90vh;
    overflow: auto;
    padding-block: 20px;
    position: absolute;
    border-radius: 20px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.modal-content::-webkit-scrollbar {
    display: none;
}
/* Modal Header */
.modal-header {
    position: relative;
    padding: 0;
}

.background_image img {
    width: 100%;
    height: auto;
    display: block;
}

.btn-close.custom_butnclose {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #fff;
    z-index: 10;
    width: 2.4rem;
}

/* Modal Body */
.modal-body {
    padding: 2rem 1.5rem;
}

.modal-body h5 {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5rem;
}

/* Input Fields */
.custom_input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.custom_input:focus {
    outline: none;
    border-color: #ff000d;
    box-shadow: 0 0 0 2px #ff000d;
}

/* Input Icon */
.relative {
    position: relative;
}

/* Textarea */
textarea.custom_input {
    resize: none;
}

/* Submit Button */
.custom_button_modal {
    display: inline-block;
    width: 100%;
    background-color: #ff000d;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-align: center;
    margin-top: 0.5rem;
}


/* Responsive */
@media (max-width: 600px) {
    .modal-body {
        padding: 1.5rem 1rem;
    }

    .custom_input {
        font-size: 0.95rem;
        padding: 0.6rem 0.8rem;
    }

    .custom_button_modal {
        font-size: 1rem;
    }
    .modal-content{
        border-radius: 10px;
        width: 95%;
        height: fit-content;
    }
}
.pagination span {
    width: 122px;
}
.animate_sec1 {
  background-image: url("images/home1.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
.animate_sec {
  background-image: url("images/homebg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #E02D3C;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    width: 3rem;
    height: 3rem;
    transition: opacity 0.3s ease;
    z-index: 9999;
}

.scroll-top-btn.show {
    display: block;
    opacity: 1;
}





.tableStyle table {
    width: 100% !important;
}

.tableStyle table td {
    background: transparent !important;
    border: 1px solid #ddd !important;
    padding: 10px;
}

.tableStyle table tr:first-child td {
    background: #dc313e !important;
    color: #fff;
}

.tableStyle table td p,.tableStyle table td * {
    margin: 0 !important;
    padding: 0;
}