.elementor-619 .elementor-element.elementor-element-923ec03{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-619 .elementor-element.elementor-element-923ec03:not(.elementor-motion-effects-element-type-background), .elementor-619 .elementor-element.elementor-element-923ec03 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://drtajhammad.com/wp-content/uploads/2020/03/massage2-sectionbg1.png");background-position:bottom center;background-repeat:no-repeat;background-size:cover;}.elementor-619 .elementor-element.elementor-element-7738b95{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start;--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.elementor-619 .elementor-element.elementor-element-6f5662f{width:var( --container-widget-width, 100.223% );max-width:100.223%;--container-widget-width:100.223%;--container-widget-flex-grow:0;}.elementor-619 .elementor-element.elementor-element-6f5662f.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-619 .elementor-element.elementor-element-923ec03{--content-width:1200px;}.elementor-619 .elementor-element.elementor-element-7738b95{--content-width:1200px;}}@media(min-width:1025px){.elementor-619 .elementor-element.elementor-element-923ec03:not(.elementor-motion-effects-element-type-background), .elementor-619 .elementor-element.elementor-element-923ec03 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}/* Start custom CSS for html, class: .elementor-element-96c4b88 *//* Original CSS - Keep all existing styles */
.about-dr {
  padding: 80px 0;
}
.about-dr .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}
.about-tag {
  display: inline-block;
  margin-bottom: 10px;
  color: #8a6d3b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}
.about-content h2 {
  font-size: 36px;
  color: #1f2933;
  margin-bottom: 10px;
}
.about-content h3 {
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 25px;
  font-weight: 500;
}
.about-content p {
  font-size: 16px;
  font-family: 'Cairo';
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 18px;
}
.about-highlights {
  list-style: none !important;
  padding: 0;
  margin: 25px 0;
}
.about-highlights li {
  margin-bottom: 10px;
  font-size: 15px;
    font-family: 'Cairo';

  color: #374151;
}
.about-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #8a6d3b;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
    font-family: 'Cairo';
  border-radius: 6px;
  transition: 0.3s ease;
}
.about-btn:hover {
  background: #6f5730;
}
.about-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
  .about-content h2 {
    font-size: 30px;
  }
}

/* ============================================ */
/* ARABIC VERSION - RTL ADJUSTMENTS ONLY */
/* ============================================ */

/* Reverse grid order for Arabic RTL */
.about-dr-ar .about-grid {
  grid-template-columns: 1fr 1.2fr;
  direction: rtl;
}

/* Text alignment for Arabic */
.about-dr-ar .about-content {
  text-align: right;
}

/* Remove uppercase transform for Arabic text */
.about-dr-ar .about-tag {
  text-transform: none;
}

/* Better line height for Arabic text */
.about-dr-ar .about-content p {
  line-height: 2;
  text-align: justify;
}

.about-dr-ar .about-content h2 {
  font-weight: 700;
}

.about-dr-ar .about-content h3 {
  font-weight: 600;
}

/* Adjust list items for RTL */
.about-dr-ar .about-highlights li {
  text-align: right;
}

/* Optional: Add Arabic font if needed */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');

.about-dr-ar {
  font-family: 'Tajawal', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}/* End custom CSS */