:root {--font-main: "Inter", sans-serif;--color-bg: #f9f9f9;--color-white: #ffffff;--color-text: #111111;--color-subtext: #4d4d4d;--color-border: #eaeaea;--color-primary: #000000;--radius: 12px;--sidebar-width: 240px;--shadow: 0 0 10px rgba(0, 0, 0, 0.05);--shadow-light: 0 0 5px rgba(0, 0, 0, 0.05);--padding: 20px;}* {margin: 0;padding: 0;box-sizing: border-box;}body, html {height: 100%;font-family: var(--font-main);background-color: var(--color-bg);color: var(--color-text);}.usmanshadeed-layout {display: flex;min-height: 100vh;}.usmanshadeed-sidebar {position: fixed;top: 0;left: 0;width: var(--sidebar-width);height: 95vh;background: var(--color-white);border-right: 1px solid var(--color-border);padding: var(--padding);display: flex;flex-direction: column;justify-content: space-between;}ul li, ul#menu-main-menu-1 li, ul#menu-social-menu li {list-style-type: none !important;}.mobile-header__profile img {width: 50px;height: 50px;border-radius: 100%;}aside.usmanshadeed-sidebar {margin-left: 24px;margin-top: 24px;margin-bottom: 24px;border-radius: 12px;}.usmanshadeed-profile {text-align: center;display: flex;align-items: center;gap: 12px;}.usmanshadeed-profile img {width: 48px;height: 48px;border-radius: 50%;}.usmanshadeed-about-header h3, .usmanshadeed-profile h2 {font-size: 16px;font-weight: 500;}.usmanshadeed-profile p {font-size: 12px;color: var(--color-subtext);text-align: left;padding-top: 6px;}.usmanshadeed-navigation-group {display: flex;flex: 1 0 0px;flex-direction: column;flex-wrap: nowrap;height: 1px;justify-content: space-between;overflow: visible;padding: 0;position: relative;width: 100%;margin-top: 48px;}.usmanshadeed-menu svg, .usmanshadeed-socials svg {width: 20px !important;height: 20px !important;}.usmanshadeed-card-text svg, span.arrow svg {width: 19px !important;height: 19px !important;}.usmanshadeed-menu a, .usmanshadeed-socials a {display: flex;align-items: center;gap: 12px;font-size: 14px;padding: 10px 0;text-decoration: none;color: var(--color-text);font-weight: 400 !important;}h2.rolesr, section.usmanshadeed-about {padding-top: 24px;}.usmanshadeed-menu a.active {font-weight: 700;}.usmanshadeed-main-content {margin-left: var(--sidebar-width);flex: 1;padding: 30px 10px;display: flex;justify-content: center;background-color: var(--color-bg);}.usmanshadeed-main-inner {max-width: 1400px;width: 90%;}.usmanshadeed-hero-banner {display: flex;justify-content: space-between;align-items: center;background-color: #f8f8f8;border-radius: 10px;font-family: sans-serif;}.usmanshadeed-hero-text {font-size: 40px;font-weight: 500;font-family: var(--font-main);}.usmanshadeed-wave {display: inline-block;animation: 2s infinite usmanshadeed-waveAnim;}@keyframes usmanshadeed-waveAnim {0%, 100% {transform: rotate(0);}25% {transform: rotate(15deg);}75% {transform: rotate(-15deg);}}.mobile-header__profile, .usmanshadeed-hero-actions {display: flex;align-items: center;gap: 12px;}.usmanshadeed-status {font-size: 14px;display: flex;align-items: center;color: #333;}.usmanshadeed-status-dot {position: relative;width: 8px;height: 8px;background-color: #00d084;border-radius: 50%;}.usmanshadeed-status-dot::after {content: "";position: absolute;top: 50%;left: 50%;width: 100%;height: 100%;background-color: #00d084;border-radius: 50%;transform: translate(-50%, -50%);animation: 1.5s ease-out infinite pulse;opacity: 0.6;}@keyframes pulse {0% {transform: translate(-50%, -50%) scale(1);opacity: 0.6;}100%, 70% {transform: translate(-50%, -50%) scale(2);opacity: 0;}}span.usmanshadeed-status-dot {margin-right: 5px;}.usmanshadeed-contact-btn {border: none;cursor: pointer;}h2.rolesr {font-size: 32px;font-weight: 500;}.usmanshadeed-roles {display: flex;gap: 20px;margin: 24px 0 40px;flex-wrap: wrap;}form button {margin-top: 20px;}.usmanshadeed-card-text, section.usmanshadeed-roles a {font-size: 16px;font-weight: 500;font-family: Inter;color: #000;}section.usmanshadeed-roles a {text-decoration: none !important;}.usmanshadeed-card-description {display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 5;max-height: 6em;position: absolute;bottom: 20px;left: 20px;right: 20px;opacity: 0;transform: translateY(20px);font-size: 14px;color: #555;pointer-events: none;}.card-icon, .usmanshadeed-card-description, .usmanshadeed-card-text {transition: transform 0.4s, opacity 0.4s;}.usmanshadeed-card.active .point {rotate: 180deg;}.usmanshadeed-card.active .card-icon, .usmanshadeed-card.active .usmanshadeed-card-text {transform: translateY(-50px);}.usmanshadeed-card.active .usmanshadeed-card-description {opacity: 1;transform: translateY(0);pointer-events: auto;}.usmanshadeed-card {background: var(--color-white);border-radius: var(--radius);padding: 24px;position: relative;overflow: hidden;flex: 1;min-width: 32%;box-shadow: var(--shadow);transition: transform 0.2s;display: flex;flex-direction: column;text-align: left;gap: 24px;}.usmanshadeed-card-text svg {transform: rotate(180deg);transform-origin: 50% 50% 0px;}.ui-des {width: 60px;height: 80px;transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, transform 0.4s;}.usmanshadeed-projects-grid {padding: 0 !important;}.usmanshadeed-card.active .ui-des {width: 90px;height: 90px;top: 10px;left: 15px;transform: translate(-15%, -10%);}.usmanshadeed-card.active img {height: 40px !important;width: 40px !important;}.usmanshadeed-card-text {margin-top: 30px;font-weight: 500;display: flex;align-items: center;justify-content: space-between;position: relative;left: -5px;z-index: 99;}.testimonial:hover, .usmanshadeed-card:hover, .usmanshadeed-stack-item:hover {transform: translateY(-5px);}.usmanshadeed-hero-text h1 {font-size: 16px;max-width: 72%;padding-top: 24px;color: var(--color-subtext);font-weight: 400;line-height: 22.4px;}section.usmanshadeed-about-wrapper h2 {font-size: 32px;font-weight: 500;padding-bottom: 24px;}.form-group.msg, section.usmanshadeed-about-wrapper.about-temp, section.usmanshadeed-stack-section, section.usmanshadeed-stack-section.about-temp {margin-top: 24px;}.usmanshadeed-about-grid {display: grid;grid-template-columns: 1fr 1fr;padding-top: 12px;padding-bottom: 12px;background: #fff;border-radius: 12px;}.usmanshadeed-about-box {padding: 1.5rem;border-right: 1px solid #f7f7f7;position: relative;}a.usmanshadeed-about-link {position: absolute;right: 15px;bottom: 10px;margin: 0;}.usmanshadeed-border-left {border-left: 1px solid #f7f7f7;}.usmanshadeed-border-top {border-top: 1px solid #f7f7f7;}.usmanshadeed-about-header {display: flex;flex-direction: column;gap: 24px;font-weight: 600;margin-bottom: 0.75rem;}.usmanshadeed-about-content ul {padding-left: 20px;}.edu-list {font-size: 14px;color: var(--color-subtext);line-height: 19.6px;}.usmanshadeed-about-icon {font-size: 16px;}.usmanshadeed-about-content p {margin: 0;font-size: 14px;color: #444;}.usmanshadeed-view-icon a, p.usmanshadeed-caption a {font-size: 16px;text-decoration: none;}.usmanshadeed-about-date {display: block;font-size: 14px;color: var(--color-subtext);margin-top: 12px;}.usmanshadeed-about-link {display: inline-block;font-size: 14px;color: var(--color-subtext);text-decoration: none;}.cert, .exp {padding-top: 48px;}.usmanshadeed-projects-section {padding: 40px 0 0;border-radius: 12px;}h2.other-pr {padding-bottom: 30px;font-weight: 500;}section.usmanshadeed-hero-banner {display: flex;flex-direction: column;}.pr-wrap, .usmanshadeed-topbar {justify-content: space-between;}.pr-wrap {display: flex;align-items: center;width: 100%;}p.usmanshadeed-caption a {padding: 12px 10px 12px 0;color: #111;}.post-type-archive-project .usmanshadeed-projects-grid {padding: 24px !important;}.usmanshadeed-projects-grid a {text-decoration: none;}.usmanshadeed-view-icon {flex-direction: column;display: flex;align-items: center;}.usmanshadeed-project-title {font-size: 32px;font-weight: 500;margin-bottom: 24px;}.usmanshadeed-projects-grid {background: #fff;border-radius: 12px;display: grid;grid-template-columns: 1fr 1fr;gap: 24px;}.usmanshadeed-project-card {background: #fff;border-radius: 10px;overflow: hidden;}.usmanshadeed-projects-box {background-color: #fff;padding: 24px;border-radius: 12px;}.usmanshadeed-project-image-wrapper {position: relative;overflow: hidden;border-radius: 10px;}.usmanshadeed-project-image {width: 100%;height: auto;transition: filter 0.3s;display: block;}.usmanshadeed-overlay {position: absolute;inset: 0;background: rgba(255, 255, 255, 0.7);backdrop-filter: blur(5px);display: flex;justify-content: center;align-items: center;opacity: 0;transition: opacity 0.3s;}.usmanshadeed-view-icon {text-align: center;font-size: 16px;font-weight: 500;color: #000;}.usmanshadeed-view-icon p {margin-top: 4px;}.usmanshadeed-main-image:hover .usmanshadeed-overlay, .usmanshadeed-project-image-wrapper:hover .usmanshadeed-overlay {opacity: 1;}.usmanshadeed-project-image-wrapper:hover .usmanshadeed-project-image {filter: blur(4px);}.usmanshadeed-caption {font-size: 16px;padding: 12px 10px;color: #111;}.usmanshadeed-view-all {text-align: right;margin-top: 24px;}.usmanshadeed-view-all a {text-decoration: none;font-weight: 400;font-size: 14px;color: var(--color-subtext);}.usmanshadeed-stack-section {background: #f7f7f7;}.usmanshadeed-stack-container {margin: 0 auto;background: #fff;border-radius: 16px;padding: 40px;}.usmanshadeed-stack-title {font-size: 32px;font-weight: 400;margin-bottom: 20px;}.usmanshadeed-stack-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 34px;}.usmanshadeed-stack-design, .usmanshadeed-stack-grid.stack-pg-grid {grid-template-columns: repeat(2, 1fr);}.usmanshadeed-stack-item {display: flex;flex-direction: row;align-items: center;flex-wrap: wrap;gap: 12px;background: 0 0;transition: transform 0.2s;}.usmanshadeed-stack-item img {width: 95px;height: 95px;padding: 25px;object-fit: contain;background: #f7f7f7;border-radius: 6px;}.usmanshadeed-stack-item span {font-size: 1rem;color: #111;font-weight: 500;}.usmanshadeed-stack-footer {margin-top: 30px;text-align: right;}.usmanshadeed-stack-link {font-size: 0.95rem;color: #333;text-decoration: none;}.usmanshadeed-stack-link:hover {text-decoration: underline;}.usmanshadeed-contact-section {background: linear-gradient(to top, rgb(255 255 255 / 96%), #fff), url(../images/lines.svg) center/contain;padding: 96px 24px;text-align: center;border-radius: 16px;margin-top: 40px;}.usmanshadeed-contact-wrapper {max-width: 800px;margin: 0 auto;}.usmanshadeed-contact-text {font-size: 16px;font-weight: 500;margin-bottom: 30px;color: #111;}.usmanshadeed-contact-btn {display: inline-block;padding: 10px 25px;background-color: #000;color: #fff;border-radius: 8px;text-decoration: none;font-size: 1rem;font-weight: 500;transition: background 0.3s;}.usmanshadeed-contact-btn:hover {background-color: #333;}.stack-pg h2 {font-size: 16px;font-weight: 500;font-family: Inter;padding-bottom: 24px;}.usmanshadeed-stack-design {display: grid;gap: 24px;}.usmanshadeed-stack-container.stack-pg {display: flex;flex-direction: column;gap: 50px;padding: 24px;}.usmanshadeed-stack-item p {font-size: 14px;line-height: 19.6px;padding-bottom: 10px;padding-left: 5px;}.usmanshadeed-lets-contact {padding-top: 24px;background: #f7f7f7;}.usmanshadeed-lets-contact .contact-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 1rem;}.usmanshadeed-lets-contact .contact-card {background: #fff;display: flex;align-items: center;gap: 1rem;padding: 0.5rem 1.5rem;border-radius: 12px;text-decoration: none;color: #000;position: relative;}.usmanshadeed-lets-contact .contact-card:hover {transform: translateY(-2px);}.usmanshadeed-lets-contact .icon {width: 60px;height: 60px;border-radius: 50%;background: #eee;display: flex;align-items: center;justify-content: center;}.usmanshadeed-lets-contact .icon img {width: 36px;height: 36px;}.usmanshadeed-lets-contact .arrow {margin-left: auto;font-size: 1rem;}.usmanshadeed-lets-contact .icon.email {background: linear-gradient(135deg, #e0e0e040, #ffffff40);}.usmanshadeed-lets-contact .icon.call {background: linear-gradient(135deg, #fff6d640, #fdf2c240);}.usmanshadeed-lets-contact .icon.twitter {background: linear-gradient(135deg, #d8f4ff40, #c3f0ff40);}.usmanshadeed-lets-contact .icon.linkedin {background: linear-gradient(135deg, #f3e8ff40, #e8dbff40);}.usmanshadeed-lets-contact .icon.framer {background: linear-gradient(135deg, #ffe3ec40, #ffccd540);}.usmanshadeed-lets-contact .icon.instagram {background: linear-gradient(135deg, #e6fff240, #ccffeb40);}.usmanshadeed-ct-form {background: #fff;padding: 30px;border-radius: 8px;margin: 48px auto 0;}.usmanshadeed-ct-form h3 {font-size: 16px;font-weight: 500;font-family: inter;margin-bottom: 20px;}.form-row {display: flex;gap: 20px;flex-wrap: wrap;}.form-group {flex: 1;display: flex;flex-direction: column;}.form-group label {margin-bottom: 8px;font-weight: 400;font-size: 12px;font-family: inter;color: #4d4d4d;}label.ag-chk {font-size: 14px;color: #4d4d4d;font-family: Inter, sans-serif;}.form-group input, .form-group textarea {padding: 12px;border: 1px solid #ddd;border-radius: 6px;background: #f7f7f7;font-size: 12px;resize: none;font-family: inter;}textarea {height: 150px;}.form-check {display: flex;align-items: center;margin: 20px 0;}.form-check input[type="checkbox"] {margin-right: 10px;width: 18px;height: 18px;}button[type="submit"] {background-color: #000;color: #fff;border: none;padding: 16px;width: 100%;font-size: 16px;border-radius: 6px;cursor: pointer;transition: background 0.3s;}button[type="submit"]:hover {background-color: #222;}.usmanshadeed-project-page {background-color: var(--color-white);margin: 24px auto;padding: 14px;border-radius: 12px;}h3, section.usmanshadeed-content h2 {font-size: 16px;font-weight: 500;line-height: 22.4px;}.usmanshadeed-topbar {display: flex;align-items: center;margin-bottom: 20px;font-size: 14px;flex-wrap: wrap;margin-top: 20px;}.usmanshadeed-back-link {color: #07c;text-decoration: none;font-size: 14px;font-weight: 400;}.usmanshadeed-meta span {margin-left: 15px;color: #777;}.usmanshadeed-main-image img {width: 100%;border-radius: 10px;margin-bottom: 20px;object-fit: contain;}.single .usmanshadeed-main-image img {height: 500px;object-fit: cover;}.project-template-default .usmanshadeed-main-image img {object-fit: contain;}.project-template-default .usmanshadeed-meta {display: none;}.usmanshadeed-thumbnails {display: flex;gap: 16px;justify-content: space-between;margin-bottom: 40px;flex-wrap: wrap;}.usmanshadeed-thumbnails img {flex: 1;min-width: 200px;max-width: 32%;border-radius: 8px;}.usmanshadeed-content h2, .usmanshadeed-content h3 {margin-top: 30px;color: #111;}.usmanshadeed-content p {margin-top: 10px;color: #444;}.usmanshadeed-content ul {margin-top: 10px;padding-left: 20px;}.usmanshadeed-content ul li {list-style: disc;margin-bottom: 8px;font-size: 14px;}section.usmanshadeed-main-image {position: relative;}.testimonial-marquee {max-width: 80vw;margin: 0 auto;overflow: hidden;position: relative;padding: 20px 0;}.marquee-track {display: flex;gap: 24px;animation: 110s linear infinite scroll-horizontal;width: max-content;}.testimonial {width: 350px;flex-shrink: 0;background: #fff;padding: 24px;border-radius: 12px;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);transition: transform 0.3s;}.header {display: flex;align-items: center;margin-bottom: 10px;}.header img {width: 50px;height: 50px;border-radius: 50%;object-fit: cover;margin-right: 12px;}.name {font-weight: 700;margin: 0;}.role {font-size: 14px;color: #666;margin: 0;}.stars {color: #ffc107;font-size: 16px;margin-bottom: 10px;}.quote {font-size: 15px;color: #333;line-height: 1.5;margin: 0;}@keyframes scroll-horizontal {0% {transform: translateX(0);}100% {transform: translateX(calc(-350px * 9 - 24px * 9));}}.testimonial-marquee::after, .testimonial-marquee::before {content: "";position: absolute;top: 0;width: 80px;height: 100%;z-index: 2;pointer-events: none;}.testimonial-marquee::before {left: 0;background: linear-gradient(to right, #f9f9f9 0, transparent 100%);}.testimonial-marquee::after {right: 0;background: linear-gradient(to left, #f9f9f9 0, transparent 100%);}.footer-container {margin-top: 50px;}.footer-container span, a {font-size: 12px;color: #4d4d4d;}.mobile-header {display: none;justify-content: space-between;align-items: center;background-color: #fff;padding: 10px 16px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);border-radius: 12px;margin: 10px;}.mobile-header__avatar {width: 40px;height: 40px;border-radius: 50%;object-fit: cover;}.mobile-header__name {font-weight: 600;font-size: 14px;color: #111;}.mobile-header__role {font-size: 12px;color: #6c6c6c;}.mobile-header__menu-icon {width: 24px;height: 18px;display: flex;flex-direction: column;justify-content: space-between;cursor: pointer;}.mobile-menu span.menu-icon.svg-icon svg {width: 15px !important;height: 15px !important;position: relative;top: 2px;margin-right: 8px;}.mobile-nav ul {list-style: none;margin: 0;padding: 0;}.mobile-nav ul li {margin-bottom: 12px;}.mobile-nav ul li a {text-decoration: none;color: #111;font-size: 14px;font-weight: 500;}.mobile-header__menu-icon.open span:first-child {transform: rotate(45deg) translate(4px, 4px);}.mobile-header__menu-icon.open span:nth-child(2) {opacity: 0;}.mobile-header__menu-icon.open span:nth-child(3) {transform: rotate(-45deg) translate(7px, -6px);}.mobile-header__menu-icon span {height: 2px;background: #111;border-radius: 2px;transition: 0.3s;}.usmanshadeed-socials {padding-bottom: 30px;}.usmanshadeed-hero-text p {font-size: 16px;max-width: 72%;padding-top: 24px;color: var(--color-subtext);font-weight: 400;line-height: 22.4px;}@media (max-width: 768px) {.usmanshadeed-about-grid {grid-template-columns: 1fr;}.usmanshadeed-about-box {border-right: none;}.usmanshadeed-hero-text p {font-size: 16px;max-width: 100%;padding-top: 24px;color: var(--color-subtext);font-weight: 400;line-height: 22.4px;}.usmanshadeed-border-left, .usmanshadeed-border-top {border-left: none;border-top: 1px solid #eee;}.mobile-header {display: flex;flex-direction: column;position: absolute;width: 95%;z-index: 999;}.usmanshadeed-projects-box {background-color: #fff;padding: 24px 14px;border-radius: 12px;}.initaly-wrap {width: 100%;display: flex;align-items: center;justify-content: space-between;}.usmanshadeed-main-inner {margin-top: 90px;}.desktop-header, .usmanshadeed-sidebar, .usmanshadeed-stack-item span {display: none;}.usmanshadeed-main-content {margin-left: 0;padding-left: 10px;padding-right: 10px;padding-top: 20px;}#mobileNav, div#mobileSocial {display: none !important;}#mobileSocial span.menu-icon.svg-icon svg {width: 15px !important;height: 15px !important;}div#mobileSocial {padding: 10px 0;}#mobileNav.mobile-nav-visible, #mobileSocial.mobile-nav-visible {display: flex !important;align-items: flex-start;width: 100%;padding: 30px 12px 0;}div#mobileSocial.mobile-social-visible {display: flex !important;align-items: flex-start;width: 100%;padding-left: 12px;border-top: 1px solid #80808021;}.mobile-nav ul li {margin-bottom: 20px;}span.menu-label {font-size: 14px;font-family: Inter;font-weight: 400;}.usmanshadeed-hero-banner {flex-direction: column;align-items: flex-start;gap: 24px;}.usmanshadeed-hero-actions {flex-direction: column;gap: 24px;width: 100%;align-items: flex-start;}.usmanshadeed-layout {display: block;}button.usmanshadeed-contact-btn {width: 100% !important;}.usmanshadeed-hero-text h1 {font-size: 16px;max-width: 100%;}.usmanshadeed-project-title, .usmanshadeed-stack-title, section.usmanshadeed-about-wrapper h {font-size: 22px;}.usmanshadeed-hero-text {font-size: 32px;}.usmanshadeed-projects-section {padding-right: 0;}h2.review-heading {font-size: 22px !important;}.review-card {padding: 40px !important;}section.usmanshadeed-contact-section {margin-top: 24px;}.usmanshadeed-lets-contact .contact-grid, .usmanshadeed-projects-grid, .usmanshadeed-stack-design {grid-template-columns: repeat(1, 1fr);}.usmanshadeed-stack-grid {gap: 13px !important;}.usmanshadeed-stack-container {padding: 20px;}a.usmanshadeed-back-link {padding-bottom: 0;}a.usmanshadeed-contact-btn {width: 100%;text-align: center;}.usmanshadeed-main-image img {width: 100%;height: 300px;object-fit: cover;}.single .usmanshadeed-main-image img {width: 100%;height: 150px;object-fit: cover;}.project-template-default .usmanshadeed-main-image img {width: 100%;object-fit: contain;}.pr-wrap {flex-direction: column;align-items: flex-start;gap: 14px;}.usmanshadeed-card {position: relative;background: #fff;border-radius: 16px;padding: 40px 20px;gap: 10px;margin-bottom: 16px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);overflow: hidden;transition: 0.4s;min-width: 100%;}.usmanshadeed-card-description {-webkit-line-clamp: 3;max-height: 0;overflow: hidden;opacity: 0;transition: max-height 0.4s, opacity 0.4s;margin-top: 0;transform: none !important;}.usmanshadeed-card.active .usmanshadeed-card-description {max-height: 1000px;opacity: 1;margin-top: 8px;}.usmanshadeed-card.active {height: 168px;}.usmanshadeed-card .ui-des {position: absolute;top: 15px;left: 10px;width: 80px;height: 80px;transition: width 0.3s, height 0.3s;opacity: 0.3;}.usmanshadeed-stack-item img {width: 75px;height: 75px;padding: 20px;}.usmanshadeed-card.active .ui-des {width: 38px;height: 38px;}.usmanshadeed-card-text {margin-top: 10px;transform: none !important;left: 0;}.svg-fade {content: "";position: absolute;bottom: -6px;left: 0;width: 100%;height: 100%;background: linear-gradient(to bottom, #fff 0, transparent 250%);z-index: 2;pointer-events: none;}.usmanshadeed-card.active .svg-fade {width: 0;height: 0;}.usmanshadeed-thumbnails img {min-width: 0;}}.single .usmanshadeed-content h2 {font-size: 28px;line-height: 1.3;margin-bottom: 20px;}.single .usmanshadeed-content h3 {font-size: 22px;line-height: 1.35;margin-bottom: 16px;}.single .usmanshadeed-content h4 {font-size: 18px;line-height: 1.4;margin-bottom: 14px;}.single .usmanshadeed-content h5 {font-size: 16px;line-height: 1.45;margin-bottom: 12px;}.single .usmanshadeed-content p {font-size: 16px;line-height: 1.6;margin-bottom: 16px;}.single .usmanshadeed-content li {font-size: 15px;line-height: 1.5;margin-bottom: 10px;}.single .usmanshadeed-content a {font-size: inherit;color: #06c;text-decoration: underline;}@media (max-width: 767px) {.marquee-track {flex-direction: column;animation: 60s linear infinite scroll-vertical;width: 100%;}.testimonial-marquee {height: 85vh;max-width: 100vw;padding: 20px 0;}@keyframes scroll-vertical {0% {transform: translateY(0);}100% {transform: translateY(calc(-50% - 50px));}}.testimonial {width: 100%;margin: 0 auto;padding: 24px;}.testimonial-marquee::before {top: 0;left: 0;background: linear-gradient(to bottom, #f9f9f9 0, transparent 100%);width: 100%;height: 100px;}.testimonial-marquee::after {bottom: 0;top: auto;left: 0;background: linear-gradient(to top, #f9f9f9 0, transparent 100%);width: 100%;height: 60px;}.single .usmanshadeed-content h2 {font-size: 24px;margin-bottom: 18px;}.single .usmanshadeed-content h3 {font-size: 20px;margin-bottom: 14px;}.single .usmanshadeed-content h4 {font-size: 17px;margin-bottom: 12px;}.single .usmanshadeed-content h5 {font-size: 15px;margin-bottom: 10px;}.single .usmanshadeed-content p {font-size: 15px;margin-bottom: 14px;}}.single .usmanshadeed-main-inner ul li {list-style-type: inherit !important;}