:root {
  --primary: #132238;
  --accent: #1275b1;
  --muted: #000;
  --card-bg: rgba(255, 255, 255, 0.95);
}

* {
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}
.site-header {
  background: transparent;
  padding: 18px 0;
}

.brand-header {
  background: #1275b1 !important;
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 500 !important;
}
/* auto wrinting text animation */
#typing-text {
  color: #1275b1;
}
#typing-text::after {
  content: "|";
  margin-left: 4px;
  animation: blink 1s infinite;
  font-weight: 400;
}
.cst-hero-latest-work-btn {
  border-radius: 8px;
  padding: 8px 20px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-top: 25px;
  text-decoration: none;
  background: #1275b1;
  transition: 0.3s;
  border: 2px solid transparent;
}
.cst-hero-latest-work-btn:hover {
  background: transparent;
  color: #1275b1;
  border-color: #1275b1;
}
@keyframes blink {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.custom_size {
  font-size: 24px;
}

.cst-my-skill {
  color: var(--primary);
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 25px;
}

.brand-title {
  font-size: 32px;
  font-weight: 600;
}

.brand-circle {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1275b1;
  font-weight: 500;
  font-size: 24px;
}
#menuIcon {
  transition: transform 0.3s ease;
}
/* latest work sticky btn */
.latest-work-sticky-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  background: linear-gradient(90deg, #1275b1, #1fb6ff);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  width: 175px;
  height: 65px;
  z-index: 999;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  border: 2px solid transparent;
  border-left: transparent;
  border-right: transparent;
}

.latest-work-icon img {
  width: 32px;
  height: 32px;
}
.latest-work-sticky-btn:hover .latest-work-icon img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(74%) saturate(1865%)
    hue-rotate(183deg) brightness(92%) contrast(92%);
}
.latest-work-sticky-btn:hover {
  border: 2px solid #1275b1;
  background: #fff;
  color: #1275b1;
}
/* .latest-work-text {
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  opacity: 0;
  transition: width 0.35s ease, opacity 0.25s ease;
}

.latest-work-sticky-btn:hover {
  width: 170px;
}

.latest-work-sticky-btn:hover .latest-work-text {
  width: 170px;
  opacity: 1;
} */
/* hide show work log */

#workLogAside {
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

#workLogAside.hide {
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
}

.close-log {
  cursor: pointer;
  float: right;
  margin-top: 15px;
}

.work-log-toggle {
  cursor: pointer;
}
/* end */
.nav .nav-link.active {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1275b1;
}

.nav-link {
  color: #333333 !important;
  padding: 0.5rem 0.7rem;
}

.nav-link:hover {
  color: var(--accent) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.hero {
  width: 100%;
  padding-top: 80px;
  background-image: url("assets/images/hero-BG-img.jpg");
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero h1 {
  font-size: clamp(28px, 5vw, 63px);
  line-height: 1.04;
  color: var(--primary);
  font-weight: 600;
}

.hero p.lead {
  color: var(--muted);
  font-size: 18px;
  font-weight: 400;
}
.cst-hero-sub {
  padding-bottom: 0px !important;
}

.btn.btn-primary.me-2 {
  background: #1275b1;
  color: #fff;
  border: 2px solid #1275b1;
  transition: all 0.3s ease;
}

.btn.btn-primary.me-2:hover {
  background: transparent;
  color: #1275b1;
  border-color: #1275b1;
}

.btn.btn-outline-secondary {
  background: #1275b1;
  color: #fff;
  border: 2px solid #1275b1;
  transition: all 0.3s ease;
}

.btn.btn-outline-secondary:hover {
  background: transparent;
  color: #000000;
  border-color: #1275b1;
  font-weight: 600;
}

.btn.btn-outline-secondary img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.btn.btn-outline-secondary:hover img {
  filter: brightness(1) invert(0);
}

.profile-photo {
  width: 100%;
  height: 600px;
  border-radius: 10px;
  object-fit: cover;
}

.stat {
  background: #e7f1f7;
  border-radius: 6px;
  padding: 12px 30px;
  text-align: center;
  min-width: 100px;
  box-shadow: 0 6px 20px rgba(12, 38, 76, 0.03);
}

.stat .num {
  font-weight: 600;
  font-size: 32px;
  color: #424e60;
}

.stat .lbl {
  font-size: 16px;
  color: #697484;
  margin-top: 4px;
}

.skills-card {
  margin-top: 100px;
  background: #fff;
  border-radius: 8px;
  padding: 70px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: -90px;
}

.skill-badge {
  border-radius: 999px;
  padding: 10px 30px;
  margin: 6px 6px 15px 0;
  display: inline-block;
  border: 1px solid var(--accent);
  font-size: 16px;
  color: var(--accent);
  background: transparent;
}

.my-skill {
  padding-bottom: 23px;
  color: #556070;
  font-size: 18px;
  font-weight: 400;
}

.custom-margin {
  margin-top: 40px !important;
}

.work-process-sec {
  padding: 140px 140px;
  background-color: #f0f1f3;
  padding: 210px 0 100px 0;
}

.cst-work-process {
  width: 324px;
}

.process-box {
  transition: all 0.25s ease;
  border-radius: 12px;
  padding: 25px;
  background: #fff;
  margin-bottom: 25px;
  min-height: 250px;
  border: 1px solid #e6e8eb;
}
.process-box:hover {
  border-color: transparent;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.process-box .icon {
  font-size: 1.5rem;
  color: var(--accent);
  background: rgba(18, 117, 177, 0.08);
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.process-box:hover .icon {
  background: var(--accent);
  color: #fff;
  transform: scale(1.1);
}

.project-idea {
  background: #132238;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.project-contact,
.cst-work-process {
  font-size: 48px !important;
  font-weight: 600 !important;
}

.project-idea .btn {
  border-radius: 6px;
  background: #1275b1;
  color: #fff;
  border: none;
  border: 1px solid transparent;
}

.project-idea .btn:hover {
  background: transparent;
  color: #fff;
  transform: translateY(-3px);
  transition: all 0.3s ease;
  border: 1px solid;
}

.btn.btn-light {
  font-size: 16px;
  font-weight: 600;
}

.btn.btn-primary.px-4 {
  background: #1275b1;
  color: #fff;
  border: 2px solid #1275b1;
  transition: all 0.3s ease;
}

.info-card a {
  color: #132238;
  text-decoration: none;
}

.btn.btn-primary.px-4:hover {
  background: transparent;
  color: #1275b1;
  border-color: #1275b1;
}

.projects {
  padding: 100px 20px 0px !important;
}

.recent-projects {
  padding-bottom: 8px;
  font-weight: 600 !important;
  font-size: 48px;
}

.recent-text {
  padding-bottom: 60px;
  font-size: 18px;
  color: #87909d;
}

.card-body.text-start {
  padding: 32px;
}

.cst-more-margin {
  margin-top: 50px;
}

.cst-lets-discuss {
  font-size: 38px !important;
  font-weight: 600 !important;
}

.cst-text-discuss .text-muted {
  font-size: 18px !important;
}

.info-card {
  width: 360px;
}
.contact-box a {
  text-decoration: none;
  color: #132238;
}

.cst-contact-social {
  font-size: 18px;
}

.cst-submit {
  margin-top: 33px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}

.cst-card-heading {
  font-size: 18px;
  color: #132238;
}

.cst-work-text {
  font-size: 18px;
  font-weight: 400;
  color: #697484;
}

.cst-process {
  font-size: 16px;
}

.cst-process-heading {
  font-size: 20px;
  font-weight: 600;
}

.cst-project-content {
  font-size: 18px;
  font-weight: 400;
  color: #a5acb5;
  margin: 25px 0px;
}

.text-muted {
  color: #697484 !important;
}

.project-card {
  border-radius: 10px;
  overflow: hidden;
  border: none;
  border: 1px solid #e6e8eb;
}
.project-tec-icon {
  width: 28px;
  height: 28px;
  object-fit: contain !important;
}
.project-card:hover {
  box-shadow: 0px 12px 64px 0px #1c19191f;
  transition: transform 0.3s ease;
}

.project-card img {
  object-fit: cover;
  transition: transform 0.3s ease;
}

.btn.btn-outline-primary.btn-sm {
  color: #1275b1;
  border: 1px solid #1275b1;
  background: transparent;
  transition: all 0.3s ease;
}

.btn.btn-outline-primary.btn-sm:hover {
  background: #1275b1;
  color: #fff;
  border-color: #1275b1;
}

.btn.btn-outline-primary.btn-sm .arrow-icon {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}

.btn.btn-outline-primary.btn-sm:hover .arrow-icon {
  transform: translateX(4px);
  filter: brightness(0) invert(1);
}

.side-logs {
  background-color: #fff;
  border-left: 3px solid #0d5fc3;
  border-left: 1px solid #eee;
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 1050;
  width: 18%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.log-title {
  font-size: 20px;
  font-weight: 600;
  color: #132238;
  padding: 10px 0;
  border-bottom: 2px solid;
}

.log-item {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 8px;
}

.log-item:last-child {
  border-bottom: none;
}

.log-icon {
  width: 20px;
  height: 20px;
}

.log-meta {
  font-size: 0.85rem;
  color: #6c757d;
}

.log-heading {
  font-size: 0.95rem;
  color: #132238;
  font-weight: 400;
  line-height: 1.4;
}

.side-logs::-webkit-scrollbar {
  width: 6px;
}

.side-logs::-webkit-scrollbar-thumb {
  background-color: #adb5bd;
  border-radius: 10px;
}

.side-logs::-webkit-scrollbar-thumb:hover {
  background-color: #6c757d;
}

.contact-section {
  background: transparent;
  position: relative;
  margin-top: 0;
  margin-bottom: 0px;
  padding-top: 20px;
}

.contact-box {
  z-index: 5;
  position: relative;
  background: #fff;
  padding: 60px;
  border-radius: 12px;
  box-shadow: 0px 59px 124px 0px #0000001f;
  bottom: -90px;
  border: 1px solid #000;
}

.form-control {
  border: none;
  border-bottom: 1.5px solid #e6e8eb;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  transition: border-color 0.3s ease;
  padding: 12px 0;
  font-size: 18px;
  color: #697484;
}

.form-label {
  margin-bottom: 0.5rem;
  color: #697484;
  transition: color 0.3s ease;
  font-size: 18px;
  font-weight: 400;
}

.form-group:hover {
  color: #1275b1;
}

.cst-form-contact textarea {
  border: 1px solid #e6e8eb !important;
  padding: 10px !important;
}

.cst-form-contact textarea:focus {
  box-shadow: none !important;
}

.cst-form-contact .form-control:focus::placeholder,
.cst-form-contact .form-control:hover::placeholder {
  color: #1275b1;
}

input.form-control:hover,
input.form-control:focus {
  border-bottom-color: #1275b1;
  box-shadow: none;
}

.bi-send::before {
  content: "\f6c0";
  transform: rotate(45deg);
}

.divider {
  width: 65%;
  height: 2px;
  background-color: #e6e8eb;
  margin: 80px auto;
  border-radius: 2px;
}
/* cst cta btn css */
.cst-cta-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  font-family: Arial, sans-serif;
}

.cst-cta-box {
  background: #fff;
  padding: 35px;
  max-width: 520px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.cst-cta-close {
  position: absolute;
  top: 10px;
  right: 15px;
  border: none;
  background: none;
  font-size: 26px;
  cursor: pointer;
}

.cst-cta-box h2 {
  color: #1275b1;
  font-weight: 600;
  font-size: 28px;
}

.cst-cta-box h3 {
  color: #132238;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
}
.cst-cta-box p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
/* Footer */
.footer {
  background: #2b384c;
  color: #b9c4d6;
  padding-top: 150px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
}

.footer:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(assets/images/footer-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}

.footer-logo {
  position: relative;
  z-index: 1;
}

.footer .nav-item a {
  color: #fff !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: #0a66c2 !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: #0a66c2 !important;
}

.footer-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.work-process-mt {
  margin-top: -25px;
}

.porject-sub-pre {
  max-width: 575px;
  margin: auto;
  color: #87909d;
  font-size: 18px;
  margin-bottom: 50px;
}

.info-card img {
  width: 50px;
  padding: 10px;
  border: 1px solid #1275b1;
  border-radius: 4px;
}

.info-card {
  box-shadow: 0px 12px 64px 0px #1c19191f;
  padding: 20px;
  border-radius: 10px;
}
.cst-footer-nav {
  z-index: 1;
}
.highlight {
  background: rgba(255, 215, 0, 0.25);
  padding: 0.1em 0.35em;
  border-radius: 4px;
  font-weight: 500;
}
/* fade in right */
.fade-in-right {
  opacity: 0;
  transform: translateX(60px);
  animation: fadeInRight 1s ease-out forwards;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.work-process-section {
  padding: 100px 0px;
}

/* new style */
.service-menu .list-group-item {
  border: none;
  padding: 18px 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: 0.3s;
  background-color: transparent;
  font-size: 20px;
}

.service-menu .list-group-item i {
  font-size: 26px;
  width: 28px;
}

.service-menu .list-group-item.active,
.service-menu .list-group-item:hover {
  color: #1275b1;
  background: #fff;
  padding-left: 30px;
  border-radius: 6px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-content {
  max-height: 600px;
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
}

.service-content::-webkit-scrollbar {
  display: none;
}

.content-box {
  max-height: 600px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.content-box img {
  border-radius: 12px;
  margin-bottom: 18px;
}

.content-box ul {
  padding-left: 18px;
}
.service-menu {
  padding-right: 50px;
}
.content-box li {
  margin-bottom: 8px;
}
/* cst maintenance section */
.cst-maintenance-section {
  background-color: #1275b1;
  padding: 100px 0;
  color: #ffffff;
}
.cst-maintenance-section h2 {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}
.cst-offer-badge i {
  font-size: 12px;
}

.cst-maintenance-section h4 {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 30px;
}

.cst-subtitle {
  color: #fff;
  font-size: 18px;
  max-width: 730px;
  margin: 0 auto 36px;
  line-height: 1.6;
}

.cst-billing-tabs {
  display: inline-flex;
  background: #fff;
  border: 1px solid #8b9ab5;
  border-radius: 50px;
  padding: 10px;
  margin-bottom: 28px;
  gap: 2px;
}

.cst-billing-tabs .nav-link {
  color: #8b9ab5 !important;
  border-radius: 50px;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  background: transparent;
  transition: all 0.2s;
}

.cst-billing-tabs .nav-link.active {
  background: #1275b1;
  color: #fff !important;
}

.cst-billing-tabs .nav-link:hover:not(.active) {
  color: #ffffff;
}

.cst-save-badge {
  display: inline-block;
  background: #fff;
  color: #4caf8a;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 50px;
  margin-left: 6px;
  vertical-align: middle;
  border: 1px solid #4caf8a;
}

.cst-pricing-card {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 40px 36px;
  max-width: 440px;
  width: 340px;
}

.cst-best-value-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #1275b1;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 50px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  border: 1px solid #fff;
}

.cst-price {
  font-size: 32px;
  font-weight: 600;
  color: #132238;
}

.cst-price span {
  font-size: 1rem;
  font-weight: 400;
  color: #697484;
}

.cst-yearly-savings {
  font-size: 16px;
  color: #132238;
  font-weight: 600;
  margin-bottom: 6px;
  min-height: 20px;
}

.cst-price-desc {
  color: #697484;
  font-size: 16px;
  margin-bottom: 24px;
}

.cst-feature-card:hover {
  cursor: pointer;
}
.cst-feature-card:hover .cst-feature-icon {
  background: #1275b1;
  color: #fff;
}
.cst-btn-start {
  background: #fff;
  color: #1275b1;
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 35px;
  width: 220px;
  border-radius: 8px;
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  border: 2px solid #1275b1;
}

.cst-btn-start:hover {
  background: #fff;
  color: #1275b1;
  border: 2px solid;
}

.cst-feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  height: 100%;
  transition: 0.3s;
}

.cst-feature-icon {
  width: 48px;
  height: 48px;
  background: rgba(18, 117, 177, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #1275b1;
  font-size: 22px;
  transition: 0.3s;
}

.cst-feature-card h5 {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.cst-feature-card p {
  font-size: 14px;
  color: #697484;
  line-height: 1.55;
  margin: 0;
}

.cst-guarantee-strip {
  border-top: 1px solid #1e2d45;
  padding-top: 30px;
  margin-top: 10px;
}

.cst-guarantee-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8b9ab5;
  font-size: 13.5px;
  justify-content: center;
}

.cst-guarantee-item i {
  color: #4caf8a;
  font-size: 15px;
}

/* testimonial-section */
.cst-testimonial-section {
  padding: 100px 0;
  overflow: hidden;
  background-color: #f0f1f3;
}

.cst-testimonial-section .cst-title {
  text-align: center;
  font-size: 42px;
  margin-bottom: 60px;
  font-weight: 600;
}

.cst-testimonial-slider {
  overflow: visible;
  border: none;
}

.cst-testimonial-box {
  background: #fff;
  border-radius: 18px;
  padding: 40px 40px;
  max-width: 700px;
  margin: auto;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: 0.3s;
}

.cst-testimonial-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

.cst-testimonial-section .cst-quote {
  font-size: 60px;
  position: absolute;
  top: 10px;
  left: 25px;
  color: #1275b1;
  opacity: 0.4;
  font-weight: bold;
}

.cst-testimonial-section .cst-text {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    margin-bottom: 25px;
}

.cst-testimonial-section .cst-gradient-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #1275b1, #1fb6ff);
  margin: 20px auto;
  border-radius: 10px;
}

.cst-testimonial-section .cst-author-name {
  font-weight: 600;
  font-size: 16px;
}

.cst-testimonial-section .cst-author-role {
  font-size: 13px;
  color: #777;
}

.cst-testimonial-section .swiper-button-next,
.cst-testimonial-section .swiper-button-prev {
  color: #1275b1;
}

.cst-testimonial-section .swiper-button-next:after,
.cst-testimonial-section .swiper-button-prev:after {
  font-size: 26px;
  font-weight: bold;
}
.cst-testimonial-slider .swiper-pagination {
  position: relative;
  margin-top: 40px;
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  line-height: 0;
}
.cst-testimonial-slider .swiper-pagination::before,
.cst-testimonial-slider .swiper-pagination::after {
  display: none;
}
.cst-testimonial-section .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #bbb;
  opacity: 1;
  transition: 0.3s;
  margin: 0 4px !important;
}
.cst-testimonial-section .swiper-pagination-bullet-active {
  background: #1275b1;
  width: 24px;
  border-radius: 20px;
}
/* work log style */
.cst-work-log-sec {
  background: #1275b1;
  padding: 80px 0px;
  margin-top: 80px;}

.cst-work-log-sec .cst-work-log-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 56px 56px 60px;
  border: 1px solid #e8ecea;
}

.cst-work-log-sec .cst-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

.cst-work-log-sec .cst-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0f6e56;
  background: #e1f5ee;
  padding: 5px 13px;
  border-radius: 100px;
  margin-bottom: 14px;
}

.cst-work-log-sec .cst-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1d9e75;
  display: inline-block;
}

.cst-work-log-sec .cst-title {
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 700;
  color: #111827;
  line-height: 1.15;
}

.cst-work-log-sec .cst-title span {
  color: #1275b1;
}

.cst-work-log-sec .cst-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Outfit", system-ui, sans-serif;
  color: #1275b1;
  background: transparent;
  border: 1.5px solid #1275b1;
  border-radius: 10px;
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.cst-work-log-sec .cst-view-all:hover {
  background: #1275b1;
  color: #fff;
  border-color: #1275b1;
}

.cst-work-log-sec .cst-view-all:hover svg {
  transform: translateX(3px);
}

.cst-work-log-sec .cst-view-all svg {
  transition: transform 0.2s ease;
}

.cst-work-log-sec .cst-item {
  position: relative;
  margin-bottom: 16px;
  animation: fadeSlide 0.45s ease both;
}

.cst-work-log-sec .cst-item:last-child {
  margin-bottom: 0;
}


.cst-work-log-sec .cst-dot {
  color: #1275b1;
  background: #1275b1;
}

.cst-work-log-sec .cst-work-log-row {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f9fafb;
  border: 1px solid #e8ecea;
  border-radius: 14px;
  padding: 16px 20px;
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.2s;
}

.cst-work-log-sec .cst-work-log-row:hover {
  background: #fff;
  border-color: #1275b1;
  transform: translateX(5px);
  box-shadow: 0 4px 16px rgba(29, 158, 117, 0.08);
}

.cst-work-log-sec .cst-icon {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: rgba(18, 117, 177, 0.08);
}

.cst-work-log-sec .cst-icon img {
  width: 30px;
}

.cst-work-log-sec .cst-meta {
  flex: 1;
  min-width: 0;
}

.cst-work-log-sec .cst-platform {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #21759b;
}

.cst-work-log-sec .cst-desc {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cst-work-log-sec .cst-date {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 3px;
}

.cst-work-log-sec .cst-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Outfit", system-ui, sans-serif;
  border-radius: 9px;
  padding: 8px 15px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.cst-work-log-sec .cst-btn svg {
  transition: transform 0.2s ease;
}

.cst-work-log-sec .cst-btn:hover svg {
  transform: translateX(3px);
}

.cst-work-log-sec .cst-btn.cst-btn-wp {
  color: #21759b;
  background: #e5f3fa;
}

.cst-work-log-sec .cst-btn.cst-btn-wp:hover {
  background: #21759b;
  color: #fff;
}
@media (max-width: 991px) {
  .side-logs {
    display: none;
  }
}

/* Mobile & Tablet */
@media (max-width: 767px) {
  .service-menu {
    padding-right: 0px;
  }
  .cst-maintenance-section h2 {
    font-size: 32px;
  }
  .cst-maintenance-section {
    padding: 60px 0;
  }
  .cst-pricing-card {
    width: 300px;
  }
  .service-content {
    max-height: 490px;
  }
  .content-box {
    max-height: 490px;
  }
  .work-process-section {
    padding: 60px 0px;
  }
  .card-body.text-start {
    padding: 20px;
  }
  .cst-mob-mt {
    margin-top: 25px;
  }
  .process-box {
    margin-bottom: 0px;
    min-height: auto;
  }

  .cst-work-text,
  .cst-project-content,
  .my-skill,
  .hero p.lead,
  .recent-text,
  .cst-text-discuss .text-muted {
    font-size: 16px !important;
    font-weight: 400 !important;
  }

  .cst-lets-discuss,
  .recent-projects,
  .cst-my-skill,
  .cst-work-process,
  .project-contact {
    font-size: 32px !important;
    font-weight: 600 !important;
  }

  /* mobile sidebar scroll */
  #navMobile .mobile-sidebar {
    max-height: 70vh;
    overflow-y: auto;
    padding-right: 8px;
  }

  /* optional: smooth scroll */
  #navMobile .mobile-sidebar {
    scroll-behavior: smooth;
  }

  .cst-logo {
    padding-left: 10px;
  }

  .mobile-sidebar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link {
    padding: 0.5rem;
  }

  .footer-title,
  .brand-title {
    font-size: 28px;
    font-weight: 600;
  }

  .brand-circle {
    width: 40px !important;
    height: 40px !important;
  }

  i#menuIcon {
    font-size: 30px !important;
  }

  .hero {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #menuToggle:focus {
    outline: none;
    box-shadow: none;
    border: none;
  }

  .side-logs.bg-white.rounded-0.p-3.shadow-sm.border-start {
    display: none;
  }

  .skills-card {
    margin-top: 0px;
    padding: 30px;
    min-width: 100%;
  }

  .skill-badge {
    padding: 8px 12px;
    font-size: 12px;
    margin: 6px 6px 10px 0;
  }

  .work-process-sec {
    padding: 60px 10px 60px;
    margin-top: 180px;
  }

  .contact-box {
    margin: -60px auto 20px auto;
    padding: 20px;
    bottom: -90px;
  }

  .contact-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .work-process-mt {
    margin-top: 0px;
  }

  .custom-margin {
    margin-top: 20px !important;
  }

  .cst-form-contact {
    padding-left: 0;
  }

  .cst-experience {
    padding: 12px 64px;
  }

  .cst-happy {
    padding: 12px 53px;
  }

  .cst-text-discuss {
    padding-left: 10px;
  }

  .hero h1 {
    font-size: 28px;
  }

  .profile-photo {
    width: 100%;
    height: auto;
  }

  .project-idea,
  .projects,
  .footer {
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .projects {
    padding: 60px 20px 0px !important;
  }

  .btn-primary.me-2 {
    margin-bottom: 10px !important;
  }

  .form-label {
    font-size: 16px;
    font-weight: 400;
  }

  .stat {
    width: 100%;
  }

  .info-card {
    box-shadow: 0px 12px 20px 0px #1c19191f;
    width: 100%;
    display: block !important;
  }

  .divider {
    width: 70%;
    margin: 60px auto;
  }
  .project-contact br,
  .cst-project-content br {
    display: none;
  }
  .work-log-toggle {
    cursor: pointer;
    display: none;
  }
  /* cta popup mobile css */
  .cst-cta-box {
    margin: 0 20px;
    padding: 25px;
  }
  .cst-cta-box h2 {
    font-size: 24px;
  }
  .cst-cta-box h3 {
    font-size: 20px;
  }
  /* work log css */
  .cst-work-log-sec {
    padding: 45px 10px 45px;
    margin-top: 50px;
  }

  .cst-work-log-sec .cst-desc {
    font-size: 13px;
  }

  .cst-work-log-sec .cst-btn span {
    display: none;
  }

  .cst-work-log-sec .cst-work-log-row {
    padding: 14px 16px;
    gap: 12px;
  } 
  .cst-work-log-sec .cst-work-log-box {
    padding: 30px 20px 30px;
  }
  .cst-work-log-sec .cst-dot {
    left: -25px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .info-card {
    min-width: 200px !important;
  }

  .max-work,
  .projects {
    min-width: 100%;
    padding-left: 15px;
  }

  .contact-box {
    margin: 0 auto;
    bottom: -90px;
  }

  .contact-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .project-idea {
    min-width: 100%;
  }

  .footer {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .profile-photo {
    width: 100%;
    height: auto;
  }
}
