.section-py {
  padding: 3.25rem 0;
}
@media (max-width: 1199.98px) {
  .section-py {
    padding: 3rem 0;
  }
}
@media (max-width: 767.98px) {
  .section-py {
    padding: 3rem 0;
  }
}

.landing-hero {
  border-radius: 0 0 3.5rem 3.5rem;
  padding-top: 10.2rem;
}
.landing-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  .landing-hero .hero-text-box {
    max-width: 34.375rem;
    margin: 0 auto;
  }
}
.landing-hero .hero-title {
  background-size: 200% auto;
  color: #5d596c;
  background-clip: text;
  line-height: 1.2;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 2s ease-in-out infinite alternate;
}
.landing-hero .hero-sub-title {
  line-height: 28px;
  color: #0F0F0F;
}
.landing-hero .landing-hero-btn .hero-btn-item {
  inset-inline-start: -86%;
  top: 80%;
}
.landing-hero .hero-animation-img {
  margin-bottom: -32rem;
}
@media (max-width: 1199.98px) {
  .landing-hero .hero-animation-img {
    margin-bottom: -20rem;
  }
}
@media (max-width: 575.98px) {
  .landing-hero .hero-animation-img {
    margin-bottom: -10rem;
  }
}
.landing-hero .hero-animation-img .hero-dashboard-img {
  width: 80%;
  margin: 0 auto;
  will-change: transform;
  transform-style: preserve-3d;
  transition: all 0.1s;
}
.landing-hero .hero-animation-img .hero-dashboard-img img {
  width: 100%;
}

.landing-hero-blank {
  padding-top: 26rem;
}
@media (max-width: 1199.98px) {
  .landing-hero-blank {
    padding-top: 15rem;
  }
}
@media (max-width: 575.98px) {
  .landing-hero-blank {
    padding-top: 7rem;
  }
}

@keyframes shine {
  0% {
    background-position: 0% 50%;
  }
  80% {
    background-position: 50% 90%;
  }
  100% {
    background-position: 91% 100%;
  }
}
.landing-features .features-icon-wrapper .features-icon-box .features-icon-description {
  max-width: 19.25rem;
  margin: 0 auto;
}

.landing-reviews {
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}
.landing-reviews .landing-reviews-btns .reviews-btn {
  padding: 0.45rem;
}
.landing-reviews .swiper-reviews-carousel .swiper-button-prev,
.landing-reviews .swiper-reviews-carousel .swiper-button-next {
  display: none;
}
.landing-reviews .swiper-reviews-carousel .swiper-slide {
  height: auto;
}
.landing-reviews .swiper-reviews-carousel .client-logo {
  height: 1.375rem;
  object-fit: contain;
}
.landing-reviews .swiper-logo-carousel .swiper {
  max-width: 45rem;
}
.landing-reviews .swiper-logo-carousel .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.landing-reviews .swiper-logo-carousel .swiper .client-logo {
  max-height: 2.5rem;
  max-width: 95%;
  object-fit: contain;
}

.landing-team .card,
.landing-team .card .team-image-box {
  border-top-left-radius: 5.625rem;
  border-top-right-radius: 1.25rem;
}
.landing-team .card .card-body {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.landing-team .team-image-box {
  height: 11.5625rem;
}
.landing-team .team-image-box .card-img-position {
  height: 15rem;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .landing-team .team-image-box .card-img-position {
    height: 13rem;
  }
}
@media (max-width: 575.98px) {
  .landing-team .team-image-box {
    height: 11rem;
  }
}
.landing-team .card .team-media-icons i {
  transition: all 0.2s ease-in-out;
}

.landing-pricing {
  border-radius: 3.75rem;
}
.landing-pricing .pricing-plans-item {
  inset-inline-end: -60%;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .landing-pricing .pricing-plans-item {
    inset-inline-end: 0;
    bottom: 1rem;
  }
}
.landing-pricing .price-yearly-toggle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.landing-pricing .card .card-header,
.landing-pricing .card .card-body {
  padding: 2rem;
}

.landing-faq {
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}
.landing-faq .faq-image {
  max-width: 20rem;
  width: 80%;
}

.landing-cta {
  background-repeat: no-repeat;
  background-size: cover;
}

.landing-contact .text-heading {
  overflow-wrap: anywhere;
}
.landing-contact .contact-img-box,
.landing-contact .contact-img-box .contact-img {
  border-radius: 3.75rem 0.375rem 0.375rem 0.375rem;
}
.landing-contact .contact-img-box::before {
  content: url("../../../img/front-pages/icons/contact-border.png");
  position: absolute;
  inset-block-start: -2.5rem;
  inset-inline-start: -2.8125rem;
}
@media (max-width: 767.98px) {
  .landing-contact .contact-img-box::before {
    display: none;
  }
}

.light-style .landing-hero {
  background: linear-gradient(138.18deg, #DFFF32 0%, #DFFF32 94.44%);
}
.light-style .landing-hero::after {
  background-color: #fff;
}
.light-style .landing-cta {
  background-image: url("../../../img/front-pages/backgrounds/cta-bg.png");
}

.dark-style .landing-hero {
  background: #1e2130;
}
.dark-style .landing-hero::after {
  background-color: #2f3349;
}
.dark-style .landing-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url("../../../img/front-pages/backgrounds/hero-bg-dark.png") center no-repeat;
  background-size: contain;
}
.dark-style .landing-cta {
  background-image: url("../../../img/front-pages/backgrounds/cta-bg-dark.png");
}

[dir=rtl] .landing-team .team-image-box .card-img-position {
  transform: translateX(50%) !important;
}
[dir=rtl] .landing-pricing .switch .switch-label {
  padding-right: 0;
}
[dir=rtl] .landing-pricing .switch .switch-label:first-child {
  padding-left: 0.5rem;
}
[dir=rtl] .landing-pricing .switch .switch-input ~ .switch-label {
  padding-right: 3rem;
}
[dir=rtl] .landing-contact .contact-img-box {
  border-radius: 0.375rem 3.75rem 0.375rem 0.375rem;
}
[dir=rtl] .landing-contact .contact-img-box::before {
  inset-block-start: -1.875rem;
  inset-inline-start: -3.125rem;
  transform: rotate(90deg);
}

/* App Download Buttons Design  */
.app-download-buttons {
  margin-top: 1rem;
  gap: 12px !important;
}

.app-download-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: transparent !important;
  border: 1px solid #E0E0E0 !important;
  border-radius: 25px !important;
  padding: 12px 20px !important;
  text-decoration: none !important;
  color: #000000 !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  min-width: 200px !important;
  height: 60px !important;
  position: relative;
  gap: 3px !important;
}

.app-download-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  color: #000000 !important;
  text-decoration: none !important;
  border-color: #C0C0C0 !important;
  background-color: #f5f8f1 !important;
}

.app-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  flex-shrink: 0;
}

.app-icon i {
  font-size: 24px !important;
  color: #DFFF32 !important;
}

.app-text {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.2 !important;
 
  text-align: center !important;
}

.app-text-small {
/*   font-size: 11px !important;
  color: #000000 !important;
  font-weight: 400 !important;
  margin: 0 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.2px !important;
  opacity: 0.8 !important; */
  font-size: 15px !important;
  /* color: #000000 !important; 
  font-weight: bold !important;*/
}

.app-text-large {
  font-size: 20px !important;
  color: #000000 !important;
  font-weight: 700 !important;
  /* margin: 0 !important; */
  line-height: 1.1 !important;
}

/* Google Play specific styling */
.google-play-btn .app-icon i {
  /* font-size: 36px !important; */
  font-size: 43px !important;
  color: #000000 !important;
}

/* App Store specific styling */
.app-store-btn .app-icon i {
  /* font-size: 36px !important; */
  font-size: 49px !important;
  color: #000000 !important;
}
.app-icon .ti-filled {
  font-weight: 500 !important;
  -webkit-text-stroke: 1.5px currentColor;
  text-shadow: 0 0 1px currentColor, 0 0 2px currentColor;
}
/* Responsive Design */
@media (max-width: 768px) {
  .availability-text-container {
    flex-direction: column;
    gap: 10px;
  }
  
  .availability-text {
    margin-left: 0 !important;
    text-align: center;
  }
  
  .hand-drawn-arrow {
    margin-top: 0;
    transform: rotate(15deg);
  }
  
  .app-download-buttons {
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
  }
  
  .app-download-btn {
    width: 100% !important;
    max-width: 250px !important;
    justify-content: center !important;
  }
}

@media (max-width: 480px) {
  .app-download-btn {
/*     min-width: 140px !important;
    height: 45px !important;
    padding: 6px 10px !important; */

    min-width: 140px !important;
    /* height: 45px !important; */
    padding: 6px 10px !important;
    width: 56% !important;
  }
  
  .app-icon {
    width: 24px !important;
    height: 24px !important;
  }
  
  .app-icon i {
    font-size: 16px !important;
  }
  
  .app-text-small {
    font-size: 8px !important;
  }
  
  .app-text-large {
    font-size: 12px !important;
  }
}





/* this is for the thumbnail section */
/* ============================================
   Modern Service Section - Minimal Color Palette
   ============================================ */

   :root {
    --primary: #f5f8f1;
    --accent: #DFFF32;
    --near-black: #0F0F0F;
    --light-gray: #E9E9E9;
    --white: #FFFFFF;
}

/* Tabler Icons Styling */
.icon-tabler {
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-section {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    background: var(--primary);
}

.service-section:nth-child(even) {
    background: var(--primary);
}

/* Category Badge */
.category-badge {
    padding: 10px 24px;
    border-radius: 50px;
    background: var(--near-black);
    color: var(--accent);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 20px rgba(15, 15, 15, 0.15);
    animation: pulse 2s infinite;
    display: inline-flex;
    align-items: center;
    border: 2px solid var(--accent);
}

.category-badge .icon-tabler {
    flex-shrink: 0;
    stroke: var(--accent);
}

@keyframes pulse {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 4px 20px rgba(15, 15, 15, 0.15);
    }
    50% { 
        transform: scale(1.03);
        box-shadow: 0 6px 30px rgba(223, 255, 50, 0.3);
    }
}

/* Service Title */
.service-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    color: var(--near-black);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.title-underline {
    position: absolute;
    bottom: -12px;
    right: 0;
    width: 120px;
    height: 6px;
    background: var(--accent);
    border-radius: 3px;
    animation: slideIn 0.8s ease-out;
}

[dir="ltr"] .title-underline {
    right: auto;
    left: 0;
}

@keyframes slideIn {
    from {
        width: 0;
        opacity: 0;
    }
    to {
        width: 120px;
        opacity: 1;
    }
}

/* Service Description */
.service-description {
    font-size: 1.15rem;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 2rem;
}

/* Feature List */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1.05rem;
    color: var(--near-black);
    transition: all 0.3s ease;
    padding: 12px 0;
}

.feature-list li:hover {
    transform: translateX(-8px);
    padding-right: 15px;
}

[dir="ltr"] .feature-list li:hover {
    transform: translateX(8px);
    padding-right: 0;
    padding-left: 15px;
}

.feature-list li .icon-tabler {
    flex-shrink: 0;
    margin-left: 12px;
    stroke: var(--near-black);
    background: var(--accent);
    border-radius: 50%;
    padding: 4px;
    transition: all 0.3s ease;
}

[dir="ltr"] .feature-list li .icon-tabler {
    margin-left: 0;
    margin-right: 12px;
}

.feature-list li:hover .icon-tabler {
    transform: scale(1.2) rotate(360deg);
    background: var(--near-black);
    stroke: var(--accent);
}

/* Modern Button */
.btn-modern {
    display: inline-flex;
    align-items: center;
    padding: 18px 40px;
    background: var(--near-black);
    color: var(--accent);
    font-weight: 700;
    font-size: 1.05rem;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(15, 15, 15, 0.25);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: 3px solid var(--accent);
    letter-spacing: 0.5px;
}

.btn-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--accent);
    transition: left 0.5s ease;
    z-index: 0;
}

.btn-modern span,
.btn-modern .icon-tabler {
    position: relative;
    z-index: 1;
}

.btn-modern .icon-tabler {
    stroke: var(--accent);
    transition: all 0.3s ease;
}

.btn-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(15, 15, 15, 0.35);
    color: var(--near-black);
}

.btn-modern:hover::before {
    left: 0;
}

.btn-modern:hover .icon-tabler {
    transform: translateX(5px);
    stroke: var(--near-black);
}

[dir="rtl"] .btn-modern:hover .icon-tabler {
    transform: translateX(-5px);
}

/* Floating Shapes */
.floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: var(--accent);
    opacity: 0.15;
    animation: float 6s ease-in-out infinite;
}

.shape-1 {
    width: 100px;
    height: 100px;
    top: 10%;
    right: 10%;
    animation-delay: 0s;
}

.shape-2 {
    width: 70px;
    height: 70px;
    bottom: 20%;
    right: 5%;
    animation-delay: 2s;
}

[dir="ltr"] .shape-1,
[dir="ltr"] .shape-2 {
    right: auto;
    left: 10%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-30px) rotate(180deg);
    }
}

/* Image Wrapper */
.service-image-wrapper {
    position: relative;
    padding: 30px;
}

.image-backdrop {
    position: absolute;
    top: 40px;
    right: 40px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background: var(--accent);
    border-radius: 30px;
    z-index: 0;
    animation: morphing 8s ease-in-out infinite;
    opacity: 0.3;
}

[dir="ltr"] .image-backdrop {
    right: auto;
    left: 40px;
}

@keyframes morphing {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        transform: scale(1);
    }
    50% {
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
        transform: scale(1.05);
    }
}

.service-image {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    overflow: hidden;
    background: var(--light-gray);
    box-shadow: 0 25px 70px rgba(15, 15, 15, 0.2);
    border: 2px solid var(--near-black);
    transition: transform 0.5s ease;
}

.service-image:hover {
    transform: scale(1.02) rotate(-1deg);
    border-color: var(--accent);
}

.service-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.service-image:hover img {
    transform: scale(1.08);
}

/* Floating Icon */
.floating-icon {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--near-black);
    border: 4px solid var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 35px rgba(15, 15, 15, 0.3);
    animation: bounce 2s infinite;
    z-index: 2;
}

.floating-icon .icon-tabler {
    stroke: var(--accent);
}

[dir="ltr"] .floating-icon {
    left: auto;
    right: -20px;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

/* Floating Stats Card */
.floating-stats-card {
    position: absolute;
    bottom: 30px;
    left: -30px;
    background: var(--near-black);
    border: 3px solid var(--accent);
    padding: 20px 25px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(15, 15, 15, 0.25);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 2;
    animation: slideUp 1s ease-out 0.5s both;
}

[dir="ltr"] .floating-stats-card {
    left: auto;
    right: -30px;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.floating-stats-card .icon-tabler {
    stroke: var(--accent);
    flex-shrink: 0;
}

.stats-content h4 {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 900;
    color: var(--accent);
    line-height: 1;
    letter-spacing: -1px;
}

.stats-content p {
    margin: 0;
    font-size: 0.8rem;
    color: var(--white);
    white-space: nowrap;
    font-weight: 600;
}

/* Pattern Overlay */
.pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(223, 255, 50, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(15, 15, 15, 0.02) 0%, transparent 50%);
    pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
    .service-section {
        padding: 60px 0;
    }
    
    .service-content {
        text-align: center;
        padding: 0 !important;
        margin-bottom: 3rem;
    }
    
    .title-underline {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
    }
    
    .feature-list li {
        justify-content: center;
    }
    
    .service-image-wrapper {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .floating-shapes {
        display: none;
    }
    
    .floating-stats-card {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
        bottom: -40px;
    }
}

@media (max-width: 576px) {
    .service-title {
        font-size: 2rem;
    }
    
    .service-description {
        font-size: 1rem;
    }
    
    .btn-modern {
        padding: 15px 30px;
        font-size: 0.95rem;
    }
    
    .floating-icon {
        width: 55px;
        height: 55px;
    }
    
    .floating-icon .icon-tabler {
        width: 22px;
        height: 22px;
    }
    
    .category-badge {
        font-size: 0.75rem;
        padding: 8px 18px;
    }
}

/* Dark Theme Enhancement */
@media (prefers-color-scheme: dark) {
    .service-section {
        background: var(--primary);
    }
    
    .service-section:nth-child(even) {
        background: #f5f8f1;
    }
    
    .service-title {
        color: var(--near-black);
    }
    
    .service-description {
        color: var(--near-black);
    }
    
    .feature-list li {
        color: var(--near-black);
    }
}

/* RTL Specific Adjustments */
[dir="rtl"] .service-content {
    text-align: right;
}

[dir="rtl"] .btn-modern {
    flex-direction: row-reverse;
}

/* Hover Effects Enhancement */
.service-content {
    transition: transform 0.3s ease;
}

.service-section:hover .service-content {
    transform: translateY(-5px);
}

/* Performance Optimizations */
.service-image img,
.btn-modern,
.floating-icon,
.floating-stats-card,
.service-image {
    will-change: transform;
}

/* Accessibility */
.btn-modern:focus,
.feature-list li:focus {
    outline: 3px solid var(--accent);
    outline-offset: 3px;
}

/* Print Styles */
@media print {
    .floating-shapes,
    .pattern-overlay,
    .floating-stats-card {
        display: none;
    }
    
    .service-section {
        padding: 30px 0;
        break-inside: avoid;
    }
}

/* end of the thumbnail section */ 


/* start of the about section */ 


.landing-about {
  background: var(--primary);
  overflow: hidden;
  position: relative;
}

.landing-about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 30%, rgba(223, 255, 50, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(223, 255, 50, 0.05) 0%, transparent 40%);
  pointer-events: none;
}

.about-wrapper {
  position: relative;
  z-index: 1;
}

/* Badge Styling */
.about-badge {
  display: inline-block;
  padding: 12px 32px;
  background: var(--accent);
  color: var(--near-black);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(223, 255, 50, 0.3);
  transition: all 0.3s ease;
}

.about-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(223, 255, 50, 0.4);
}

/* Card Styling */
.about-card {
  background: var(--white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 20px 60px rgba(15, 15, 15, 0.08),
    0 0 0 1px rgba(15, 15, 15, 0.02);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-card:hover {
  box-shadow: 
    0 30px 80px rgba(15, 15, 15, 0.12),
    0 0 0 1px rgba(15, 15, 15, 0.03);
  transform: translateY(-5px);
}

/* Image Styling */
.about-image-wrapper {
  position: relative;
  padding: 40px;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-decoration {
  position: absolute;
  top: 20px;
  right: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: linear-gradient(135deg, var(--accent) 0%, transparent 100%);
  border-radius: 20px;
  opacity: 0.15;
  z-index: 0;
  transition: all 0.5s ease;
}

.about-card:hover .image-decoration {
  transform: translate(10px, 10px);
  opacity: 0.2;
}

.about-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(15, 15, 15, 0.15);
  z-index: 1;
  transition: transform 0.5s ease;
}

.about-card:hover .about-image {
  transform: scale(1.02);
}

/* Content Styling */
.about-content {
  padding: 60px;
}

.about-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: var(--near-black);
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.title-underline {
  width: 60px;
  height: 4px;
  background: var(--accent);
  border-radius: 2px;
  margin-bottom: 30px;
  position: relative;
}

.title-underline::after {
  content: '';
  position: absolute;
  left: 70px;
  top: 0;
  width: 30px;
  height: 4px;
  background: var(--accent);
  opacity: 0.4;
  border-radius: 2px;
}

.about-text {
  font-size: 17px;
  line-height: 1.8;
  color: var(--near-black);
  opacity: 0.8;
  margin-bottom: 35px;
  font-weight: 400;
}

/* CTA Button */
.about-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  background: var(--near-black);
  color: var(--accent);
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(15, 15, 15, 0.2);
}

.about-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(223, 255, 50, 0.2), transparent);
  transition: left 0.5s ease;
}

.about-cta:hover::before {
  left: 100%;
}

.about-cta:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 30px rgba(15, 15, 15, 0.3);
  color: var(--accent);
}

.cta-icon {
  transition: transform 0.3s ease;
}

.about-cta:hover .cta-icon {
  transform: translateX(5px);
}

/* RTL Support */
[dir="rtl"] .about-cta:hover {
  transform: translateX(-5px);
}

[dir="rtl"] .cta-icon {
  transform: rotate(180deg);
}

[dir="rtl"] .about-cta:hover .cta-icon {
  transform: rotate(180deg) translateX(5px);
}

[dir="rtl"] .title-underline::after {
  left: auto;
  right: 70px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .about-content {
    padding: 50px 40px;
  }

  .about-image-wrapper {
    min-height: 400px;
    padding: 30px;
  }

  .landing-about {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .about-content {
    padding: 40px 30px;
  }

  .about-image-wrapper {
    min-height: 350px;
    padding: 20px;
    margin-bottom: 0;
  }

  .about-title {
    font-size: 28px;
  }

  .about-text {
    font-size: 16px;
  }

  .landing-about {
    padding: 60px 0;
  }

  .about-badge {
    padding: 10px 24px;
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .about-content {
    padding: 30px 20px;
  }

  .about-cta {
    width: 100%;
    justify-content: center;
  }
}
/* end  of the about section */ 
