body.rtl {
  direction: rtl;
  text-align: right;
  font-family: 'Cairo', sans-serif;
}

.ck_content a {
  text-decoration: none !important;
}

.ck_content a:hover {
  text-decoration: none !important;
}

.ck_content {
  line-height: 1.7;
  font-size: 18px;
  color: #333;
  word-wrap: break-word;
}

.ck_content h1,
.ck_content h2,
.ck_content h3,
.ck_content h4,
.ck_content h5,
.ck_content h6 {
  font-weight: 600;
  margin: 1em 0 0.6em;
  line-height: 1.3;
}

.ck_content h1 {
  font-size: 2em;
}

.ck_content h2 {
  font-size: 1.75em;
}

.ck_content h3 {
  font-size: 1.5em;
}

.ck_content h4 {
  font-size: 1.25em;
}

.ck_content h5 {
  font-size: 1.1em;
}

.ck_content h6 {
  font-size: 1em;
}

.ck_content p {
  margin-bottom: 1em;
  color: #444;
}

.ck_content ul,
.ck_content ol {
  margin: 1em 0 1em 2em;
  padding-left: 1em;
}

.ck_content ul li {
  list-style: disc;
  margin-bottom: 0.5em;
}

.ck_content ol li {
  list-style: decimal;
  margin-bottom: 0.5em;
}

.ck_content blockquote {
  border-left: 4px solid #3f3854;
  padding-left: 15px;
  margin: 1.5em 0;
  color: #555;
  font-style: italic;
  background: #f9f9f9;
  border-radius: 4px;
}

.ck_content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 1em 0;
  display: block;
}

.ck_content figcaption {
  font-size: 0.85em;
  color: #666;
  text-align: center;
  margin-top: 0.5em;
}

.ck_content mark {
  background: #ffecb3;
  padding: 0 4px;
  border-radius: 2px;
}

.ck_content hr {
  border: 0;
  border-top: 1px solid #052b5b7a;
  margin: 2em 0;
}

@media (max-width: 768px) {
  .ck_content {
    font-size: 15px;
    line-height: 1.6;
  }

  .ck_content h1 {
    font-size: 1.6em;
  }

  .ck_content h2 {
    font-size: 1.4em;
  }

  .ck_content h3 {
    font-size: 1.2em;
  }

  .ck_content h4 {
    font-size: 1.1em;
  }

  .ck_content h5 {
    font-size: 1em;
  }

  .ck_content h6 {
    font-size: 0.95em;
  }

  .ck_content blockquote {
    margin: 1em 0;
    padding-left: 12px;
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .ck_content {
    font-size: 14px;
    line-height: 1.5;
  }

  .ck_content h1 {
    font-size: 1.4em;
  }

  .ck_content h2 {
    font-size: 1.3em;
  }

  .ck_content h3 {
    font-size: 1.15em;
  }
}

.map_area {
  min-height: 100%;
  border-radius: 24px;
  width: 100%;
  object-fit: cover;
  height: auto;
  max-width: 100%;
}

.cta_buttons {
  background: transparent;
  border: 2px solid #d3cad7;
  border-radius: 10px;
  color: #d3cad7;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.6rem 2rem;
  margin: 0 0.5rem;
  transition: background 0.2s;
  text-decoration: none;
}

.cta_buttons_below {
  color: #d3cad7;
  font-size: 11px;
  margin-left: 8px;
}

.main__heading {
  font-size: 32px;
  color: #3f3854;
  margin-bottom: 16px;
}

.featured-posts-section {
  background: #f8fafc;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}


.why-ctdc-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 32px 24px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

.why-ctdc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.1);
}

.why-ctdc-card .icon-wrap {
  font-size: 40px;
  margin-bottom: 16px;
}

.why-ctdc-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 12px;
}

.why-ctdc-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.how-we-work-section {
  background: #fff;
  padding: 80px 0;
}

.section__title {
  color: #E8A72B;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.work-step {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 32px 20px;
  transition: all 0.3s ease;
  height: 100%;
  border-top: 4px solid transparent;
}

.work-step:hover {
  transform: translateY(-6px);
  border-top-color: #3f3854;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
}

.work-step .step-number {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 12px;
}

.work-step h5 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

.work-step p {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.btn-theme {
  background: #3f3854;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-transform: capitalize;
  transition: 0.3s;
}

.btn-theme:hover {
  background: #3f3854;
  color: #fff;
}

[dir="rtl"] .how-we-work-section {
  text-align: right;
}

[dir="rtl"] .work-step {
  direction: rtl;
}

.impact-section {
  background: #f8fafc;
  padding: 80px 0;
}

.partners-grid .partner-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px 16px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #eee;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.partners-grid .partner-card:hover {
  transform: translateY(-5px);
  border-color: #3f3854;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.partners-grid .partner-card img {
  max-height: 40px;
  object-fit: contain;
  margin-bottom: 10px;
  filter: grayscale(100%);
  transition: filter 0.3s;
}

.partners-grid .partner-card:hover img {
  filter: grayscale(0%);
}

.partners-grid .partner-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.4;
  margin: 0;
}

.partners-grid .partner-card .flag {
  font-size: 38px;
  display: block;
  margin-bottom: 10px;
}

.impact-section #testimonials {
  margin-top: 60px;
}

[dir="rtl"] .impact-section {
  text-align: right;
}

.resources-section {
  padding: 80px 0;
  background: #fff;
}

.resource-card {
  background: #f9fafc;
  border-radius: 16px;
  padding: 36px 24px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}

.resource-card:hover {
  transform: translateY(-6px);
  border-color: #3f3854;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.resource-card .icon-wrap {
  font-size: 40px;
  margin-bottom: 14px;
}

.resource-card h5 {
  font-size: 17px;
  font-weight: 600;
  color: #111;
  margin-bottom: 0;
}

[dir="rtl"] .resources-section {
  text-align: right;
}

.contact-section {
  background: #f8fafc;
  padding: 80px 0;
}

#contactForm .form-control {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 14px 16px;
  margin-bottom: 20px;
  font-size: 15px;
}

#contactForm .form-control:focus {
  border-color: #3f3854;
  box-shadow: 0 0 0 0.15rem rgba(0, 151, 167, 0.2);
}

.btn-theme {
  background: #3f3854;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-transform: capitalize;
  transition: 0.3s;
}

.btn-theme:hover {
  background: #3f3854;
  color: #fff;
}

.success-message {
  font-size: 16px;
  color: #009688;
}

.contact-alt {
  color: #555;
  font-size: 15px;
}

[dir="rtl"] .contact-section {
  text-align: right;
}

[dir="rtl"] #contactForm .form-control {
  direction: rtl;
}

.contact-area,
.map_area {
  flex: 1;
  height: 100%;
}

.map_area iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 24px;
}

.ctdc__btn {
  background: transparent;
  border: 2px solid #38345f;
  border-radius: 30px;
  color: #38345f;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.6rem 2rem;
  margin: 0 0.5rem;
  transition: background 0.2s;
  text-decoration: none;
}

.ctdc__btn:hover {
  background: #38345f;
  color: #fff;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff !important;
  border: 2px solid #fff !important;
  border-radius: 8px !important;
  min-height: 48px !important;
  padding: 5px 7px !important;
  color: #534c65 !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent !important;
  color: #534c65 !important;
  border: 1px solid #a8a79d !important;
  border-radius: 4px !important;
  padding: 2px 5px 2px 23px !important;
  margin: 3px 5px 0 0 !important;
  font-size: 13px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ccc !important;
  margin-right: 6px !important;
  font-weight: bold !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #706f65 !important;
  background-color: #706f65;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #534c65 !important;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
  color: #534c65 !important;
}

.select2-dropdown {
  background-color: #fff !important;
  border: 1px solid #8a897f !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.select2-results__option {
  color: #3f3854 !important;
  font-size: 15px !important;
  padding: 8px 12px !important;
  background-color: transparent !important;
  cursor: pointer;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #534c65 !important;
  color: #fff !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #534c65 !important;
  color: #fff !important;
}

.select2-container--default .select2-selection--multiple:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: none !important;
  border: none !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) !important;
}

.select2-results__options::-webkit-scrollbar {
  width: 6px !important;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #5f5e57 !important;
  border-radius: 3px !important;
}

.select2-container--default .select2-selection--multiple:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: none !important;
  border: 2px solid #ffffff !important;
  box-shadow: none !important;
}

#contactForm .form-group.interest_select textarea {
  border: none !important;
  padding-top: 0 !important;
  padding-left: 20px !important;
  color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  margin-left: 13px !important;
}

.rtl-body .cta_buttons_below {
  color: #d3cad7;
  font-size: 17px;
  margin-right: 10px;
}

.select2-search__field {
  width: 100% !important;
}

/* .service-home-grid {
  display: block !important;
} */

.service-home-card {
  width: 100% !important;
  margin-bottom: 30px !important;
}
.service-home-number{
  color: #ffffff45;
}

.service-list-section {
  padding: 0px 10px 10px;
}

.service-item {
  padding: 15px 0;
}

.service-heading {
  font-weight: 700;
  margin-bottom: 15px;
}

.text-service {
  color: #717173;
  font-size: 18px;
  line-height: 30px;
}

.service-separator {
  border: none;
  border-top: 1px solid #ccc;
  margin: 40px auto 0;
}


.ctdc-home-page {
  background: #ffffff;
  overflow-x: hidden;
}



.hp-btn {
  display: inline-block;
  padding: 12px 26px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
}

.hp_btn_primary {
  background: #fff;
  color: #534c65;
}
.hp-btn-primary {
  background: #534c65;
  color: #fff;
}

.hp-btn-outline {
  border: 2px solid #fff;
  color: #fff;
}

.hp-btn:hover {
  opacity: 0.85;
}


.hp-hero {
  padding: 170px 0 90px;
  background: #3f3854;
  /* margin-top: 120px; */
  height: 699px;

}



.hp-hero-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.hp-hero-subtitle {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0 28px;
}

.hp-hero-actions a {
  margin-right: 12px;
  margin-bottom: 12px;
}

.hp-hero-illustration {
  max-width: 430px;
}

/* Mobile */
@media (max-width: 768px) {
  .hp-hero-title {
    font-size: 32px;
  }
  .hp-hero{
  height: unset !important;
}
}

.hp-logos {
  padding: 50px 0 34px;
  background: #fff;
}

.logo-slider .swiper-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 110px;
}


.hp-logo-row img {
     max-width: 100%;
    object-fit: contain;
    height: 80px;
    width: auto;
}

.hp-logos-text {
  margin-top: 15px;
  color: #555;
  font-size: 15px;
}


.hp-section-kicker {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #7b5fc0;
  text-transform: uppercase;
}


.hp-quote-contact {
  margin: 0;
  background: #534c65;
}

.hp-quote-block {
  background: #f1f3f5;
  padding: 60px 50px;
  position: relative;
}

.hp-quote-icon {
  font-size: 100px;
  line-height: 1;
  color: #534c6570;
  position: absolute;
  top: 20px;
  left: 20px;
}

.hp-quote-text {
  font-size: 20px;
  font-weight: 500;
  color: #2b2b2b;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.hp-contact-block {
  background: #534c65;
  padding: 50px;
  color: #ffffff;
}

.hp-contact-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 25px;
}

.hp-contact-form .hp-input {
  width: 100%;
  background: #ffffff;
  border: none;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 15px;
  color: #2b2b2b;
}

.hp-textarea {
  height: 100px;
  resize: vertical;
}


.hp-form-check label {
  font-size: 14px;
}

.hp-contact-note {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}

.hp-contact-phone {
  color: #fff;
  text-decoration: underline;
}



.hp-card {
  padding: 28px;
  background: #f1f3f5;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.hp-card-icon {
  font-size: 42px;
  margin-bottom: 14px;
}

.hp-card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.hp-card-text {
  font-size: 15px;
  color: #555;
}

.hp-step-card {
  padding: 28px;
  background: #f1f3f5;
  border-radius: 16px;
  text-align: center;
}

.hp-resources .hp-card {
  background: #fff;
  min-height: 190px;
}

.hp-testimonials {
  padding: 70px 0;
}



@media (max-width: 768px) {
  .hp-quote-contact {
    box-shadow: none;
    border-radius: 0;
  }

  .hp-quote-block,
  .hp-contact-block {
    padding: 35px 25px;
  }



  .hp-card {
    padding: 22px;
  }

  .hp-step-card {
    padding: 22px;
  }

  .para_j {
    font-size: 16px;
  }

  .para {
    font-size: 16px;
  }
}

.navbar.custom-navbar {
  background-color: #3f3854;
  left: 0;
  right: 0;
  position: fixed;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}

/* .home-initial {
  background-color: #3f3854;
} */

.other-initial {
  background-color: transparent;
}


.para_j {
  color: #717173;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}

.para {
  color: #717173;
  font-size: 18px;
  line-height: 30px;
}

.hp-btn-white {
  background: #fff;
  color: #534c65;
}

.hp-howwork-block {
  background: #fff;
  padding: 90px 50px;
  height: 100%;
}

.hp-howwork-kicker {
  color: #534c65;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.hp-howwork-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
}

.hp-howwork-intro {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

.hp-howwork-steps {
  margin-bottom: 30px;
}

.hp-how-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
  gap: 15px;
}

.hp-how-step-number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #534c65;
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.hp-how-step-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px;
}

.hp-how-step-text {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.hp-howwork-btn {
  margin-top: 5px;
  display: inline-block;
  padding: 12px 26px;
  border-radius: 10px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .hp-howwork-block {
    padding: 30px 20px;
  }

  .hp-how-step {
    gap: 12px;
  }
}

.hp-why-new {
  padding: 80px 0;
}

.hp-why-kicker {
  color: #7b5fc0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.hp-why-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 14px;
}

.hp-why-intro {
  color: #717173;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}

.hp-why-card {
  background: #fff;
  padding: 26px;
  border-radius: 16px;
  margin-bottom: 22px;
  text-align: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.hp-why-icon {
  font-size: 38px;
  margin-bottom: 10px;
}

.hp-why-card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #3f3854;
}

.hp-why-card-text {
  font-size: 14px;
  color: #555;
  margin: 0;
}

@media (min-width: 992px) {
  .hp-why-new .col-6:first-child {
    padding-right: 18px;
  }

  .hp-why-new .col-6:last-child {
    padding-left: 18px;
  }
}

@media (max-width: 768px) {
  .hp-why-title {
    font-size: 26px;
  }

  .hp-why-new .col-6 {
    width: 100%;
  }
}

.rtl-body .select2-container--default .select2-selection--multiple .select2-selection__clear {
  left: 0 !important;
  right: auto !important;
}

.rtl-body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1px solid #aaa;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: unset;
}

.rtl-body .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
}

.rtl-body .form-check {
  display: block;
  min-height: 1.5rem;
  padding-right: 1.5em;
  padding-left: unset;
  margin-bottom: .125rem;
}

@media (max-width: 768px) {
  .hp-hero-illustration {
    max-width: 280px;
  }
}
@media (min-width: 768px) {
    .rtl-body .text-md-start {
        text-align: right !important;
        
    }
}



.rtl-body .ck_content ul, .rtl-body .ck_content ol {
    margin: 1em 2em 1em 0;
    padding-left: 0;
}
