/* ================================================
  RESPONSIVE CSS - Enhanced Mobile & Tablet Support
  ================================================ */

/* Extra small devices - Mobile phones (320px and up) */
@media only screen and (max-width: 480px) {
  body {
    font-size: 13px;
  }

  h1 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 13px;
    line-height: 1.6;
  }

  /* Improved padding scales for small phones */
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ptb-100 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pt-100 {
    padding-top: 30px;
  }

  .pb-100 {
    padding-bottom: 30px;
  }

  .ptb-70 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pt-70 {
    padding-top: 15px;
  }

  .pb-70 {
    padding-bottom: 15px;
  }

  /* Button scaling for small screens */
  .primary-btn {
    padding: 10px 16px;
    font-size: 12px;
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .btn-text {
    font-size: 12px;
    display: block;
    margin-top: 12px;
  }

  /* Header improvements for mobile - stack phone and email vertically */
  .header-area .header-top .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }

  .header-area .header-top .header-left {
    flex: 1;
  }

  .header-area .header-top .quick-links {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .header-area .header-top .quick-links .nav-item {
    margin: 0;
    padding: 0;
  }

  .header-area .header-top .quick-links .nav-item .nav-link {
    font-size: 11px;
    padding: 2px 0;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .header-area .header-top .quick-links .nav-item .nav-link i {
    font-size: 11px;
  }

  .header-area .header-top .quick-links .nav-item::after {
    display: none !important;
  }

  .header-area .header-top .header-right {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  /* Add language switcher styling for mobile */
  .header-area .header-top .header-right .lang-switcher {
    display: inline-flex;
    align-items: center;
    padding: 6px 8px;
    font-size: 10px;
    white-space: nowrap;
    border-radius: 4px;
    text-decoration: none;
    /* Increased background to make white text more visible on mobile */
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff !important;
    transition: all 0.3s ease;
  }

  .header-area .header-top .header-right .lang-switcher i {
    margin-right: 3px;
    font-size: 12px;
  }

  .header-area .header-top .header-right .lang-switcher:hover {
    background: rgba(0, 0, 0, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
    color: #fff !important;
  }

  /* Add RTL support for mobile language switcher */
  [dir="rtl"] .header-area .header-top .header-right .lang-switcher {
    margin-right: 0;
    margin-left: 6px;
  }

  [dir="rtl"] .header-area .header-top .header-right .lang-switcher i {
    margin-right: 0;
    margin-left: 3px;
  }

  .header-area .header-top .header-right .primary-btn {
    padding: 6px 10px;
    font-size: 10px;
    width: auto;
  }

  /* Banner responsive adjustments */
  .home-banner-area .banner-content {
    text-align: center;
    margin: auto;
    max-width: 100%;
    padding: 40px 15px 120px;
    width: 100% !important;
  }

  /* Added RTL banner full width fix for mobile */
  [dir="rtl"] .home-banner-area .banner-content {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  [dir="rtl"] .home-banner-area .banner-content h1 {
    text-align: center !important;
  }

  [dir="rtl"] .home-banner-area .banner-content p {
    text-align: center !important;
  }

  [dir="rtl"] .home-banner-area .btn-group {
    justify-content: center !important;
  }

  .home-banner-area .banner-content h1 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 12px;
  }

  .home-banner-area .banner-content p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.6;
  }

  .home-banner-area .btn-group {
    flex-direction: column;
    gap: 10px;
  }

  /* Add proper hero section container mobile responsive styles */
  .home-banner-area {
    padding: 40px 15px 120px;
  }

  .home-banner-area .container {
    width: 100% !important;
    padding: 0 12px;
  }

  .home-banner-area .row {
    margin: 0 !important;
  }

  .home-banner-area .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  /* Ensure Arabic hero section takes full width properly */
  [dir="rtl"] .home-banner-area .row {
    margin: 0 !important;
  }

  [dir="rtl"] .home-banner-area .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
    width: 100% !important;
  }

  [dir="rtl"] .home-banner-area .container {
    width: 100% !important;
  }

  .promo-service-section .col-lg-4,
  .promo-service-section .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .promo-service-section .item-single {
    padding: 15px 20px;
    margin-bottom: 0;
  }

  .promo-service-section .item-single i {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .promo-service-section .item-single h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  /* About section layout */
  .about-section .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .about-section .about-image {
    margin-bottom: 0 !important;
  }

  .about-section .content-list {
    margin-bottom: 12px;
  }

  .about-section .content-list h6 {
    font-size: 14px;
    margin-bottom: 0;
  }

  .about-section .blockquote {
    padding: 15px;
    font-size: 14px;
    text-align: center;
  }

  /* Products grid single column */
  .products-section .col-lg-4,
  .products-section .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .products-section .item-single {
    margin-bottom: 15px;
  }

  .products-section .item-single .image img {
    width: 100%;
    height: auto;
  }

  .products-section .item-single .content {
    padding: 12px;
  }

  .products-section .item-single .content h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .products-section .item-single .content span {
    font-size: 12px;
  }

  .top-content {
    padding-bottom: 15px;
    flex-direction: column;
    text-align: center;
    margin-top: 0;
  }

  .top-content .title {
    margin-bottom: 10px;
  }

  .top-content p {
    padding-left: 0;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .top-content .primary-btn {
    margin-top: 15px;
    margin-bottom: 0;
  }

  /* Testimonials responsive */
  .testimonials-section .slider-item .content {
    padding: 15px;
  }

  .testimonials-section .client {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 15px;
  }

  .testimonials-section .client-img {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .testimonials-section .client-img img {
    width: 60px;
    height: 60px;
  }

  .testimonials-section .client-info h5 {
    font-size: 14px;
    margin-bottom: 3px;
  }

  .testimonials-section .client-info span {
    font-size: 12px;
  }

  /* Newsletter responsive */
  .newsletter-area {
    bottom: -40px;
  }

  .newsletter-area .wrapper {
    padding: 25px 15px 15px;
  }

  .newsletter-area .wrapper .row {
    flex-direction: column;
  }

  .newsletter-area .wrapper .row .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  /* Page title responsive */
  .page-title-area .page-title-content h1 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  /* Footer responsive improvements */
  .footer-area h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .footer-area .footer-links li {
    margin-bottom: 8px;
  }

  .footer-area .footer-links li a {
    font-size: 13px;
  }

  .footer-area .copy-right-area .copy-right-content .info-list {
    flex-direction: column;
    gap: 12px;
  }

  .footer-area .copy-right-area .copy-right-content .info-list .content {
    margin-right: 0;
  }

  .footer-area .pt-170 {
    padding-top: 50px;
  }

  /* Contact form improvements */
  .form-control {
    height: 48px;
    font-size: 13px;
    padding: 0 12px;
  }

  textarea.form-control {
    height: 120px;
    padding-top: 10px;
  }

  .form-group {
    margin-bottom: 12px;
  }

  /* WhatsApp button mobile positioning */
  .whatsapp-btn {
    bottom: 70px;
    left: 15px;
    width: 48px;
    height: 48px;
    font-size: 22px;
    line-height: 48px;
    z-index: 50;
  }

  .go-top {
    bottom: 20px;
    right: 15px;
    padding: 5px 8px;
  }

  .go-top i {
    font-size: 16px;
  }

  /* Section title responsive */
  .section-title {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .section-title h2::after {
    bottom: -15px;
    width: 20%;
  }

  .sub-title {
    font-size: 14px;
  }
}

/* Small devices - Larger phones (481px to 767px) */
@media only screen and (min-width: 481px) and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  /* Improved padding for tablets */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Header: display horizontally on tablet */
  .header-area .header-top .quick-links {
    flex-direction: row;
    gap: 8px;
  }

  .header-area .header-top .quick-links .nav-item {
    margin-right: 8px;
  }

  .header-area .header-top .quick-links .nav-item .nav-link {
    font-size: 12px;
  }

  .header-area .header-top .quick-links .nav-item::after {
    display: block !important;
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }

  .header-area .header-top .quick-links .nav-item:last-child::after {
    display: none !important;
  }

  .ptb-50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .ptb-70 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pt-70 {
    padding-top: 30px;
  }

  .pb-70 {
    padding-bottom: 30px;
  }

  .no-wrap {
    flex-wrap: wrap !important;
  }

  .primary-btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  .btn-text {
    font-size: 14px;
  }

  .top-content .title {
    margin-bottom: 12px;
  }

  .top-content .primary-btn {
    margin-top: 27px;
    margin-bottom: 0;
  }

  .top-content p {
    max-width: 435px;
  }

  .section-title {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .section-title h2::after {
    bottom: -16px;
  }

  /* Header mobile responsive */
  .header-area .header-top .quick-links .nav-item {
    margin-right: 0;
    position: relative;
  }

  .header-area .header-top .quick-links .nav-item::after {
    left: -8px;
  }

  .header-area .header-top .header-right .side-option .item .language .menu {
    right: 0;
    left: unset;
  }

  .header-area .header-top {
    padding: 10px 0;
  }

  .header-area .header-top .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .header-area .header-top .header-left {
    flex: 1;
    margin-bottom: 0;
  }

  .header-area .header-top .quick-links {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: flex-start;
  }

  .header-area .header-top .quick-links .nav-item {
    margin-right: 5px;
    margin-left: 0;
    flex: 0 0 auto;
    padding: 0;
    white-space: nowrap;
  }

  .header-area .header-top .quick-links .nav-item::after {
    display: none;
  }

  .header-area .header-top .quick-links .nav-item .nav-link {
    font-size: 10px;
    padding: 0 5px;
  }

  .header-area .header-top .quick-links .nav-item .nav-link i {
    margin-right: 3px;
    font-size: 12px;
  }

  .header-area .header-top .quick-links .nav-item .nav-link .nav-text {
    display: inline;
  }

  .header-area .header-top .header-right {
    flex: 0 0 auto;
    margin-left: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  /* Ensure language switcher is visible on tablet screens */
  .header-area .header-top .header-right .lang-switcher {
    display: inline-flex;
    align-items: center;
    padding: 8px 10px;
    font-size: 11px;
    white-space: nowrap;
    border-radius: 4px;
    /* Increased background opacity for better visibility on tablet */
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff !important;
    transition: all 0.3s ease;
  }

  .header-area .header-top .header-right .lang-switcher i {
    margin-right: 4px;
    font-size: 14px;
  }

  .header-area .header-top .header-right .lang-switcher:hover {
    /* Fixed hover state to be visible (was too light before) */
    background: rgba(0, 0, 0, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
    color: #fff !important;
  }

  /* Add RTL support for tablet language switcher */
  [dir="rtl"] .header-area .header-top .header-right .lang-switcher {
    margin-right: 0;
    margin-left: 8px;
  }

  [dir="rtl"] .header-area .header-top .header-right .lang-switcher i {
    margin-right: 0;
    margin-left: 4px;
  }

  .header-area .header-top .header-right .primary-btn {
    padding: 8px 12px;
    font-size: 11px;
    white-space: nowrap;
  }

  /* Banner mobile layout */
  .home-banner-area .banner-content {
    text-align: center;
    margin: auto;
    max-width: 512px;
    padding: 50px 15px 150px;
  }

  .home-banner-area .banner-content h1 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .home-banner-area .banner-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  /* Ensure Arabic hero section stays centered on tablet */
  [dir="rtl"] .home-banner-area .banner-content {
    text-align: center !important;
  }

  [dir="rtl"] .home-banner-area .banner-content h1 {
    text-align: center !important;
  }

  [dir="rtl"] .home-banner-area .banner-content p {
    text-align: center !important;
  }

  [dir="rtl"] .home-banner-area .btn-group {
    justify-content: center !important;
  }

  .home-banner-area::after {
    background: rgba(6, 18, 28, 0.6);
  }

  .home-banner-area.home-banner-two .banner-content {
    padding: 50px 15px 150px;
  }

  .home-banner-area.home-banner-two .banner-content h1 {
    margin-bottom: 20px;
  }

  .home-banner-area.home-banner-three .banner-content {
    padding: 150px 15px 90px;
  }

  .home-banner-area.home-banner-three .banner-content h1 {
    margin-bottom: 20px;
  }

  .home-banner-area.home-banner-three .banner-content .sub-title {
    margin-bottom: 20px;
  }

  .home-banner-area.home-banner-three .promo {
    position: static;
  }

  .home-banner-area.home-banner-three .promo .item-single {
    flex-direction: column;
    padding: 20px 0;
  }

  .home-banner-area.home-banner-three .promo .item-single i {
    font-size: 25px;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .home-banner-area.home-banner-three .promo .item-single h3 {
    font-size: 14px;
    font-weight: bold;
  }

  /* Promo section tablet */
  .promo-section .item-single {
    padding: 25px 20px;
  }

  /* About section tablet */
  .about-section {
    margin-top: -100px;
  }

  .about-section .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .about-section .sub-title {
    margin-top: -5px;
  }

  .about-section .blockquote {
    padding: 20px;
  }

  .about-section-two {
    margin-top: -60px;
  }

  .about-section-two .about-image {
    padding: 10px;
  }

  .about-section-two .about-image .overlay-img img {
    position: static;
    max-width: 100%;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
  }

  .about-section-two .blockquote {
    padding: 20px;
  }

  .about-section-two .blockquote p {
    margin-bottom: 5px;
  }

  .about-section-three .blockquote {
    display: block;
  }

  .about-section-three .blockquote .content {
    padding: 20px;
  }

  .about-section-three .blockquote p {
    margin-bottom: 5px;
  }

  .about-section-three .blockquote .image img {
    width: 100%;
  }

  /* Products tablet layout */
  .projects-section .projects-wrapper {
    padding: 10px 5px 0;
  }

  .projects-section .item-single {
    margin-bottom: 10px;
  }

  .projects-section .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .projects-section-two .content {
    text-align: center;
  }

  .projects-section-two .content h2 {
    margin-top: -5px;
  }

  .projects-section-two .content p {
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
  }

  .projects-section-three .filter-group .filter-control li {
    margin-top: 5px;
  }

  /* Services tablet */
  .services-section .item-single .content h3 {
    margin-bottom: 8px;
  }

  .services-section .item-single .content p {
    margin-bottom: 8px;
  }

  .services-section .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }

  .service-section-two .item-single {
    margin: 0;
    margin-bottom: 30px;
  }

  .service-section-two .content {
    text-align: center;
  }

  .service-section-two .content h2 {
    margin-top: -5px;
  }

  .service-section-two .content .primary-btn {
    margin-bottom: 20px;
  }

  .service-section-two .content p {
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
  }

  .service-section-three .bg-image {
    height: 25%;
  }

  /* Testimonials tablet */
  .testimonials-section-two .image {
    padding: 10px;
  }

  .testimonials-section-two .content .quote {
    font-size: 50px;
  }

  .testimonials-section-three .testimonial-slider-three .slider-item {
    padding: 0;
  }

  /* Remove invalid > characters from CSS selectors - they were preventing logo styles from applying */
  .main-responsive-nav .logo {
    width: 100% !important;
    max-width: 200px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .main-responsive-nav .logo a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: auto !important;
  }

  .main-responsive-nav .logo img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .theme-dark .main-responsive-nav .logo {
    filter: none !important;
    display: flex !important;
    align-items: center !important;
    width: auto !important;
    max-width: 100%;
    position: relative !important;
    z-index: 1000 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .theme-dark .main-responsive-nav .logo a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .theme-dark .main-responsive-nav .logo img {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    max-width: 200px !important;
    height: auto !important;
    width: 100% !important;
  }

  /* Ensure logo is visible when mean-container (mobile menu) is active - meanmenu adds mean-container class to main-responsive-menu */
  .theme-dark .main-responsive-nav .main-responsive-menu.mean-container .logo {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1000 !important;
    position: relative !important;
  }

  .theme-dark .main-responsive-nav .main-responsive-menu.mean-container .logo a {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .theme-dark .main-responsive-nav .main-responsive-menu.mean-container .logo img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    filter: none !important;
  }

  /* Fix RTL menu icon position - move to left in Arabic */
  [dir="rtl"] .main-responsive-nav .mean-container a.meanmenu-reveal {
    position: absolute;
    left: 15px !important;
    right: auto !important;
  }

  [dir="rtl"] .main-responsive-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .newsletter-area {
    bottom: -50px;
  }

  .newsletter-area .wrapper {
    padding: 40px 20px 20px;
  }

  .blog-section-two [class*="col-"]:last-child .item-single {
    margin-bottom: 0;
  }

  /* Footer tablet */
  .footer-area h3 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .footer-area .footer-links li {
    margin-bottom: 12px;
  }

  .footer-area .copy-right-area .copy-right-content .info-list {
    flex-direction: column;
  }

  .footer-area .copy-right-area .copy-right-content .info-list .content {
    margin-right: 0;
  }

  .footer-area .pt-170 {
    padding-top: 100px;
  }

  .footer-area .bg-image {
    display: none;
  }

  /* WhatsApp button improvements */
  .whatsapp-btn {
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .go-top {
    bottom: 1%;
    padding: 4px 9px;
  }

  .go-top i {
    vertical-align: -1px;
  }

  .footer-area.footer-area-two .footer-top .bg-image {
    display: block;
    background-size: cover;
  }

  /* Page title tablet */
  .page-title-area .page-title-content h1 {
    margin-top: -5px;
    margin-bottom: 5px;
  }
  /* About Single CSS */
  .about-single-area .promo-area .promo-inner {
    margin-bottom: 30px;
  }
  .about-single-area .promo-area .promo-inner .content {
    padding: 20px;
  }
  .about-single-area .promo-area .promo-inner .content h2 {
    font-size: 25px;
  }
  .about-single-area .promo-area .promo-inner .content p {
    font-size: 16px;
  }
  .about-single-area .blockquote {
    margin-top: 0;
    padding-bottom: 20px;
  }
  .about-single-area .about-section.about-section-single {
    padding-bottom: 20px;
  }
  .about-single-area .about-section.about-section-single .image-content .count {
    padding: 5px 10px;
    margin-left: -10px;
    flex: 0 0 calc(30% + 10px);
    max-width: calc(30% + 10px);
  }
  .about-single-area .about-section.about-section-single .image-content .count h2 {
    font-size: 50px;
  }
  .about-single-area .about-section.about-section-single .image-content .img2 {
    flex: 0 0 70%;
    max-width: 70%;
    padding-top: 9px;
    padding-right: 10px;
  }
  /* Product Details CSS */
  .project-details-area .project-details-desc .project-details-slider {
    margin-bottom: 15px;
  }
  .project-details-area .project-details-desc .project-details-slider .owl-nav button[class*="owl-"] {
    width: 30px;
    height: 30px;
  }
  .project-details-area .project-details-desc .project-details-slider .owl-nav button[class*="owl-"]:first-child {
    left: 5px;
  }
  .project-details-area .project-details-desc .project-details-slider .owl-nav button[class*="owl-"]:last-child {
    right: 5px;
  }
  .project-details-area .project-details-desc .project-details-slider .owl-nav button[class*="owl-"] i {
    font-size: 18px;
  }
  .project-details-area .blockquote {
    display: block;
  }
  .project-details-area .blockquote .content {
    padding: 0;
  }
  .project-details-area .blockquote p {
    margin-bottom: 5px;
  }
  .project-details-area .blockquote .img img {
    /* Add any styles for the img here if needed, otherwise just close the rule */
  }
}
