* {
  font-family: "Inter", sans-serif;
}

body {
  background-color: #f5f5f5;
}
.alert {
    top: 11% !important;
}
.container {
  max-width: 1450px;
}

/* header css */
.custom-header {
  top: 1.25rem;
}

.custom-header {
  background: transparent;
  transition: all 0.4s ease;
}

.header-inner {
  border-radius: 6px;
  transition: all 0.4s ease;
  padding: 3px;
}

.logo {
  opacity: 0;
  transition: 0.3s;
}
.logo a {
  color: #000;
  text-decoration: none;
}

.inner-logo {
  opacity: 1 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.nav-link {
  padding: 8px 20px;
  font-size: 12px;
  background: #eeededb3;
  border-radius: 6px;
}

.nav-link:hover {
  background: #fff;
}

.scrolled .nav-link {
  background: transparent;
}

.scrolled .nav-link:hover {
  background: #fff;
}

.custom-header.scrolled .header-inner {
  background: #eeededb3;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 6px;
  padding: 3px;
}

.custom-header.scrolled .logo {
  opacity: 1;
  font-weight: 800;
}
/* 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;
}
.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: 15px;
  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;
}
/* end */
/* hero section css */
.hero-section {
  padding-top: 85px;
  padding-bottom: 35px;
}
.hero-section .btn-case-studies {
  margin-top: 20px !important;
}
/* #typing-text::after {
  content: "|";
  margin-left: 4px;
  animation: blink 1s infinite;
  font-weight: 400;
}

@keyframes blink {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
} */

.hero-title {
  font-size: 124px;
  font-weight: 800;
  letter-spacing: -2px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1;
}

.hero-title .plus {
  display: inline-block;
  /* transform: rotate(-20deg); */
}

.hero-text {
  font-size: 46px;
  line-height: 1;
  color: #000;
  font-weight: 600;
}

.highlight {
  color: #c40000;
  border-bottom: 2px solid #c40000;
  display: inline-block;
}

/* video section css */
.video-section-full {
  width: 100%;
}

.video-wrapper {
  width: 100%;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: auto;
  /* height control */
  object-fit: cover;
  display: block;
}

/* plans section css */
.plans-section {
  padding: 100px 0;
}

.plans-title {
  font-size: 116px;
  font-weight: 600;
}

.plans-desc {
  max-width: 700px;
  margin: 20px auto;
  font-size: 20px;
  color: #444;
}

/* Toggle */
.toggle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

/* Switch */
.switch {
  position: relative;
  width: 50px;
  height: 26px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  background: #ddd;
  border: 2px solid #000;
  border-radius: 30px;
  inset: 0;
  cursor: pointer;
}

.slider::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  top: 1px;
  left: 3px;
  transition: 0.3s;
}

.plans-section input:checked + .slider::before {
  transform: translateX(24px);
}

/* Table */
.plans-table h5 {
  font-weight: 600;
  font-size: 28px;
}

.plans-table p {
  font-size: 22px;
  font-weight: 500;
}

.price {
  color: #b60e0e;
  font-size: 16px !important;
}

.line {
  height: 1px;
  background: #000;
  margin: 30px 0;
}

.plan-sale-text {
  color: #b60e0e;
}

.quarter {
  margin-bottom: 0;
}

/* who we are section css */
.who-section {
  background: #000;
  color: #fff;
  padding: 120px 0;
}

.who-title {
  font-size: 98px;
  font-weight: 600;
  margin-bottom: 40px;
}

.who-image img {
  width: 100%;
  max-width: 300px;
  filter: blur(3px);
  margin-bottom: 30px;
}

.who-text {
  font-size: 20px;
  color: #fff;
  max-width: 400px;
  margin: auto;
}

.who-box {
  max-width: 400px;
  margin: auto;
}

.who-box .icon {
  font-size: 30px;
  margin-bottom: 15px;
}

.who-box h4 {
  font-size: 32px;
  margin-bottom: 15px;
}

.who-box p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

/* who we are section css */
/* section */
.who-section {
  background: #000;
  color: #fff;
  padding: 100px 0;
}

/* sticky left content */
.who-left {
  position: sticky;
  top: 100px;
  height: fit-content;
}

/* right side */
.who-right {
  position: relative;
}

/* cards */
.who-box {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0.15;
  transform: scale(0.9);
  transition: all 0.5s ease;
}

/* active card */
.who-box.active {
  opacity: 1;
  transform: scale(1);
}

/* Testimonial Section css */
.testimonial-section {
  background: #eee;
  padding: 80px 20px;
  text-align: center;
}

.testimonial-content {
  max-width: 800px;
  margin: auto;
}

.brand {
  letter-spacing: 5px;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 800;
}

.testimonial-content h2 {
  font-size: 42px;
  margin-bottom: 15px;
  font-weight: 600;
}

.testimonial-content p {
  font-size: 18px;
  color: #000;
  margin-bottom: 0px;
}

.testimonial-title {
  font-size: 48px;
  margin-bottom: 25px;
  font-weight: 600;
}

.author {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-top: 20px;
}
.testimo-flag {
    width: 30px;
    margin-right: 10px;
}
.swiper-pagination-bullet {
  background: #999;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination {
  position: relative;
  margin-top: 30px;
}

/* Services Section css */
.services-section {
  background: #000;
  color: #fff;
  padding: 100px 0;
}

.services-title {
  font-size: 48px;
}

.services-text {
  color: #fff;
  margin-top: 20px;
  max-width: 400px;
  font-size: 20px;
}

.custom-accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

.custom-accordion .accordion-button {
  background: transparent;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  padding: 25px 0;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-accordion .accordion-button::after {
  display: none;
}

.accordion-body {
  padding: 0px 0px 20px 0;
}

.arrow {
  width: 35px;
  height: 35px;
  background: #222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.arrow i {
  color: #fff;
  transition: 0.3s;
  font-size: 16px;
}

.accordion-button:hover .arrow {
  background: #fff;
}

.accordion-button:hover .arrow i {
  color: #000;
}

.accordion-button:not(.collapsed) .arrow i {
  transform: rotate(180deg);
}

.accordion-body ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.accordion-body li {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.accordion-body i {
  margin-right: 10px;
  color: #fff;
}

.btn.btn-case-studies {
  background-color: #2f2f2f;
  color: #fff;
  padding: 10px 20px 10px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #2f2f2f;
  border-radius: 6px;
  font-size: 18px;
  display: inline-block;
  margin-top: 50px;
}

.btn.btn-case-studies:hover {
  background-color: #fff;
  color: #2f2f2f;
  border-color: #2f2f2f;
}

/* case studies css */

.case-studies-sec {
  padding: 80px 0 80px;
  color: #000 !important;
}

.case-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 325px;
}

.case-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.case-card .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
  z-index: 9;
  color: #fff;
}

.case-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.case-card:hover img {
  transform: scale(1.05);
}

.case-card:hover::after {
  background: rgba(0, 0, 0, 0.5);
}

.case-studies-text {
  font-size: 20px;
}

.case-studies-title {
  font-size: 48px;
}

/* Partners Section css */

.partners-section {
  padding: 80px 0 0;
  background: #fff;
}

.partners-title {
  font-size: 48px;
  font-weight: 600;
}

.partners-text {
  color: #000;
  max-width: 450px;
  font-size: 18px;
}

.marquee-section {
  width: 100%;
  padding: 40px 0 80px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.marquee {
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}

/* Logos */

.marquee-track img {
  max-width: 140px;
  margin: 0 50px;
  transition: 0.3s;
}

.marquee-track img:hover {
  filter: grayscale(0);
  opacity: 1;
}

/* Smooth infinite animation */

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Pause on hover */

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

/* footer section */

.footer-section {
  background-color: #1c1c1c;
  position: relative;
  overflow: hidden;
  padding: 80px 0 30px;
}

.footer-section p {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}

.footer-section .btn {
  border-radius: 4px;
  font-weight: 500;
}

.footer-section .btn-case-studies {
  margin-top: 10px;
}

.footer-section .small.text-secondary {
  font-size: 14px;
  margin-top: 120px !important;
}

.footer-bg-text {
  font-size: 60px;
  font-weight: 800;
  color: #2f2f2f;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}
.all-case-studies-sec {
  padding: 125px 0 80px;
}
.inner-case-card img {
  height: 310px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.case-card-content {
  margin-top: 20px;
}
.case-card-content h4 {
  color: #000;
  font-size: 24px;
}
.case-card-content p {
  color: #000;
  font-size: 14px;
}

/* project filtering css*/
#projectTabs .nav-link.active {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
#projectTabs .nav-link {
  color: #000;
  font-size: 14px;
  background: none;
  border: 1px solid transparent;
}
#projectTabs .nav-link:hover {
  color: #000;
  border: 1px solid #000;
}
#projectTabs .nav-item {
  padding: 0px 4px;
}

.preview-card {
  max-width: 550px;
  height: 310px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin-left: auto;
}
.preview-card img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.preview-card:hover img {
  animation: scrollTallImage 8s linear infinite;
}

@keyframes scrollTallImage {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-90%);
  }
}
.view-design-btn {
  background-color: #2f2f2f;
  color: #fff;
  padding: 6px 10px 6px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #2f2f2f;
  border-radius: 6px;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
}
.view-design-btn:hover {
  background-color: #fff;
  color: #2f2f2f;
  border-color: #2f2f2f;
}

.pagination-wrapper {
  padding-top: 1rem;
}

.pagination .page-item.disabled .page-link {
  pointer-events: none;
  opacity: 0.65;
}

.project-card.d-none {
  display: none !important;
}
#projectPagination {
  margin-top: 50px;
}
#projectPagination .page-item.active button {
  background: #000;
  border-color: #000;
  color: #fff;
}
#projectPagination .page-item.active button:hover {
  color: #fff;
}
#projectPagination .page-item button,
#projectPagination .page-item button:hover {
  color: #000;
}
/* =====MOBILE / TABLET HEADER===== */

.mobile-header {
  width: 100%;
  background: #000;
  z-index: 999;
  padding: 10px 0;
}

.mobile-logo a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
}

/* Toggle Button */

.menu-toggle {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 0;
  cursor: pointer;
}

.menu-toggle span {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  transition: 0.3s ease;
}

/* Fullscreen Menu */

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 99999;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu.active {
  right: 0;
}

/* Close Button */

.close-menu {
  position: absolute;
  top: 30px;
  right: 30px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

/* Menu Links */

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: center;
}

.mobile-menu-links a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s ease;
}

.mobile-menu-links a:hover {
  opacity: 0.7;
}
/* contact form css */
.contact-section-form {
  padding: 140px 0px 80px;
}
.contact-header {
  margin-bottom: 50px;
}
.form-group {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.form-control {
  border-radius: 1px;
  border: solid 1px;
  color: black;
  padding: 12px;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #000;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 2px;
  box-sizing: border-box;
}

.form-group.half input {
  width: calc(50% - 10px);
}

textarea {
  height: 100px;
  resize: vertical;
}
.contact-info-section {
  background: #000;
  padding: 80px 20px;
}
.contact-info {
  padding: 40px;
  background: #fff;
  height: 100%;
  border-radius: 8px;
}
.cst-whatsapp-icon {
  width: 35px;
}
.contact-info i {
  font-size: 25px;
  color: #000;
}
.contact-info a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.contact-info h4 {
  font-size: 20px;
  font-weight: 600;
}
.contact-info i {
  font-size: 25px;
  color: #000;
  display: flex;
  align-items: center;
}

.contact-info a {
  color: #000;
  text-decoration: none;
}

/* about section */
.about-section {
  padding: 150px 0 100px;
  background: #000;
  color: #fff;
}
.about-banner-title {
  font-size: 58px;
  font-weight: 700;
}
.about .inner-logo a {
  color: #fff;
}
.about .scrolled .inner-logo a {
  color: #000;
}

.work-process {
  padding: 100px 0;
}

.section-title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-text {
  font-size: 18px;
  margin-bottom: 50px;
}

.process-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 28px;
  height: 100%;
  transition: all 0.3s ease;
}

.process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.icon-box {
  width: 45px;
  height: 45px;
  background: #000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.icon-box i {
  font-size: 20px;
  color: #fff;
}

.process-card h4 {
  font-size: 20px;
  font-weight: 700;
}

.process-card p {
  font-size: 16px;
  margin: 0;
}

.team-section {
  padding-bottom: 100px;
}

.team-title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}

.team-text {
  font-size: 18px;
  margin-bottom: 60px;
}

.team-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.team-image {
  position: relative;
  overflow: hidden;
}

.team-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: 0.4s ease;
}

.team-card:hover .team-image img {
  transform: scale(1.05);
}

.team-content {
  padding: 28px;
}

.team-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.team-content span {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
}

.team-content p {
  font-size: 14px;
}
/* Responsive css */
@media (max-width:991px){
    .who-left {
    position: relative;
    top: 0;
  }
  .who-box {
    min-height: auto;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 768px) {
  .nav-link {
    padding: 6px 12px;
  }

  .logo.text-center {
    display: none;
  }

  .hero-title {
    font-size: 55px;
  }

  .hero-text {
    font-size: 24px;
  }

  .plans-title {
    font-size: 42px;
  }

  .who-title {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .who-text {
    margin-bottom: 50px;
  }

  .plans-desc {
    font-size: 16px;
  }

  .services-title {
    font-size: 32px;
  }

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

  .testimonial-content p {
    font-size: 16px;
  }                                                                                                                                                                                                                                                          

  .testimonial-content h2 {
    font-size: 32px;
  }

  .custom-accordion .accordion-button {
    font-size: 22px;
  }

  .accordion-body li {
    font-size: 18px;
  }

  .case-studies-title {
    font-size: 32px;
  }

  .btn.btn-case-studies {
    padding: 10px 20px 10px;
    font-size: 15px;
    margin-top: 40px;
  }

  .footer-section p {
    font-size: 26px;
  }

  .footer-section .small.text-secondary {
    margin-top: 100px !important;
  }

  .footer-bg-text {
    font-size: 34px;
    bottom: 60px;
  }

  .case-studies-text {
    font-size: 16px;
  }
  .hero-section .btn-case-studies {
    margin-top: 10px !important;
  }
  .side-logs {
    width: 80%;
  }
  .custom-header {
    display: none;
  }
  .plans-section {
    padding: 80px 20px;
  }
  .plans-table h5 {
    margin-top: 50px;
  }
  .who-section {
    padding: 80px 0;
  }
  .services-section {
    padding: 80px 0;
  }
  .contact-section-form {
    padding: 120px 0px 80px;
  }
  .about-section {
    padding: 120px 0 80px;
  }
  .about-banner-title {
    font-size: 40px;
  }
  .work-process {
    padding: 60px 0;
  }
  .section-title {
    font-size: 40px;
  }
  .team-title {
    font-size: 40px;
  }
}

/* Hide Mobile Header on Desktop */
@media (min-width: 769px) {
  .mobile-header {
    display: none;
  }
}
