/* WARNA YANG DIPAKAI */
:root {
  --color-orange: #F79A19;
}

:root {
  --color-grey: #E3E3E3;
}

:root {
  --color-lightgrey: #333;
}

:root {
  --color-darkgrey: #111;
}

body {
    font-family: 'Montserrat', sans-serif;
}

/* WARNA HAMBURGER ORANGE */

.navbar-toggler-icon {
  filter: brightness(0) saturate(100%) invert(49%) sepia(82%) saturate(748%)
          hue-rotate(360deg) brightness(103%) contrast(105%);
}

/* CUSTOM HAMBURGER ANIMATION */
.custom-toggler {
  border: none;
  width: 30px;
  height: 25px;
  position: relative;
  z-index: 9999;
}

.toggler-icon {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--color-orange);
  border-radius: 2px;
  transition: 0.4s ease;
  position: absolute;
}

.top-bar {
  top: 0;
}

.middle-bar {
  top: 50%;
  transform: translateY(-50%);
}

.bottom-bar {
  bottom: 0;
}

.custom-toggler.active .top-bar {
  transform: rotate(45deg);
  top: 50%;
}

.custom-toggler.active .middle-bar {
  opacity: 0;
}

.custom-toggler.active .bottom-bar {
  transform: rotate(-45deg);
  bottom: 50%;
}

.custom-toggler:hover .toggler-icon {
  background: var(--color-orange);
}

@media (max-width: 992px) {

  .navbar {
    height: 90px;
    position: relative;
  }

  .navbar-collapse {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 9999;
    padding: 15px 20px;
  }

  .navbar-nav .nav-link {
    padding: 12px 0;
    text-align: center;
  }
}

/* NAVBAR */
.navbar {
  background: #000 !important;
  height: 90px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
}

.navbar .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}

.navbar .nav-link,
.navbar .navbar-brand {
  color: white !important;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 25px;
  transition: 0.25s ease;
  font-family: 'Montserrat', sans-serif;
}

.navbar-nav .nav-link:hover {
  background-color: var(--color-orange);
  color: #000 !important;
}

.navbar-nav .nav-link:active,
.navbar-nav .nav-link.active {
  background-color: var(--color-orange) !important;
  color: #000 !important;
}

/* DROPDOWN */
.dropdown-menu {
  background: #000;
  margin-top: 15px !important;
  border-radius: 0;
  border: none;
  padding: 0;
}

.dropdown-item {
  color: white;
  font-size: 16px;
  padding: 12px 20px;
  background: #000;
  transition: 0.2s ease;
  font-family: 'Montserrat', sans-serif !important;
}

.dropdown-item:hover {
  background: var(--color-orange);
  color: #000 !important;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background-color: var(--color-orange) !important;
    color: #000 !important;
}

html, body {
    overflow-x: hidden !important;
  }

/* CAROUSEL */
.carousel-item {
  height: 100vh;
  position: relative;
  background: #000;
}

.video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.carousel-caption {
    padding-top: 120px;
}

.getintouch-btn {
  display: inline-block;
  padding: 12px 30px;
  background: var(--color-orange);
  color: #000;
  font-weight: bold;
  text-decoration: none;
  margin-top: 20px;
  transition: 0.3s ease;
}

.getintouch-btn:hover {
  background: white;
}

/* ICON */
.service-card {
  background: #000;
  border: 1px solid var(--color-lightgrey);
  border-radius: 4px;
  transition: 0.3s ease;
}

.service-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* PROJECTS */
.projects-section {
  background: #000;
}

.section-sub {
  color: white;
  margin-bottom: 5px;
  font-size: 16px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
}

.section-desc {
  color: white;
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
}

/* PROJECT CARD */
.project-card {
  border: 1px solid white;
  background: var(--color-darkgrey);
}


.project-img {
  width: 100%;
  height: 260px;
  background: var(--color-lightgrey);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT */
.project-content {
  padding: 20px;
}

.project-text {
  font-size: 14px;
  color: white;
}

/* TAGS */
.tags {
  margin-top: 10px;
}

.tag {
  font-size: 12px;
  background: var(--color-lightgrey);
  padding: 5px 10px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  color: white;
}

.see-details {
  text-decoration: none;
  color: white;
  font-weight: 400;
  font-size: 14px;
  display: inline-flex;      
  align-items: center;
  gap: 6px;
  margin-top: 20px;
}

.arrow-icon {
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 8px;
}

.see-details:hover {
  color: var(--color-orange);
}

.see-details:hover .arrow-icon {
  transform: translateX(2px);
  transition: 0.2s ease;
}

@media (max-width: 768px) {
  .project-img {
    height: 200px;
  }
}

.text-project {
    padding-bottom: 120px;
}

/* TESTIMONIAL */
.testimonial-section {
  position: relative;
  background: url('../bg/client-bg.jpg') center/cover no-repeat;
  color: var(--color-darkgrey);
  padding: 100px 0;
  min-height: 350px;
  background-attachment: fixed;
}

.clients.testimonial-section * {
  position: relative;
  z-index: 2;
  color: white;
}

.section-subtitle {
  font-size: 16px;
  font-weight: 500;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: white;
}

.stars .star {
  color: var(--color-orange);
  font-size: 22px;
  letter-spacing: 4px;
}

.testimonial-text {
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  color: white;
}

.client-name {
  font-weight: 700;
  font-size: 16px;
  color: white;
}

.client-role {
  font-size: 14px;
  color: white;
}

/* QUOTE */
.quote-section {
  background: #000;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  padding-top: 120px;
}

.quote-box {
  border: 1px solid white;
  padding: 60px 70px;
  text-align: center;
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}

.quote-box h2 {
  font-size: 36px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
}

.quote-box p {
  color: white;
  font-size: 16px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 25px auto;
}

.quote-btn {
  display: inline-block;
  padding: 10px 25px;
  background: var(--color-orange);
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.quote-btn:hover {
  background: white;
}

.quote-btn-outline {
  padding: 10px 25px;
  border: 1px solid white;
  background: transparent;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
  text-decoration: none;
}

.quote-btn-outline:hover {
  background: white;
  color: #000;
}

.quote-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

/* VE QUOTE */
.ve-quote-section {
    background: var(--color-darkgrey);
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ve-quote-box {
    padding: 10px 70px;
    text-align: center;
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
}

.ve-quote-box h2 {
    font-size: 36px;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
}

.ve-quote-box p {
    color: white;
    font-size: 16px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 25px auto;
}

/* CONTACT */
.contact-section {
  background: #000;
  color: white;
  padding: 80px 0;
}

.contact-sub {
  color: white;
  font-size: 14px;
  margin-bottom: 5px;
}

.contact-title {
  font-size: 32px;
  font-weight: 700;
}

.contact-desc {
  color: white;
  max-width: 600px;
  margin-bottom: 40px;
}

.contact-box {
  text-align: left !important;
}

.contact-icon {
  width: 30px;
  margin-bottom: 12px;
}

.contact-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.contact-text {
  color: white;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.contact-link {
  color: white;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
}

.contact-link:hover {
  text-decoration: underline;
}

/* FOOTER */
.footer-section {
  background: #000;
}

.footer-left {
  font-weight: 500;
}

.footer-right a {
  color: white;
  margin-left: 25px;
  text-decoration: underline;
  font-size: 14px;
  transition: 0.2s ease;
}

.footer-right a:hover {
  color: var(--color-orange);
}

@media (max-width: 768px) {
  .footer-right a {
    margin-left: 0;
    margin: 5px 12px;
    display: inline-block;
  }

  .footer-content {
    text-align: center;
  }

  .footer-left {
    width: 100%;
    margin-bottom: 5px;
  }
}

/* SECTION SERVICES */
.section-services {
    background: url('../bg/our-services-bg.png') center/cover no-repeat;
    padding-top: 200px;
    padding-bottom: 100px;
    color: white;
}

.services-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.services-desc {
    font-size: 14px;
    color: white;
    line-height: 1.6;
}


/* SERVICE CARDS */
.service-cards {
    background: #000;
    padding: 70px 0;
}

.service-card {
    background: var(--color-lightgrey);
    padding: 32px;
    border-radius: 10px;
    color: white;
    min-height: 265px;
    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
    background: var(--color-lightgrey);
}

.service-icon {
    width: 24px;
    margin-bottom: 12px;
}

.service-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 14px;
    color: white;
    margin-bottom: 18px;
}

/* RESPONSIVE */
@media(max-width: 768px) {
    .services-title {
        font-size: 34px;
    }
    
    .section-services {
        padding: 100px 0;
    }
}

/* WHY CHOOSE US */
.why-section {
    background: var(--color-darkgrey);
    color: white;
    padding: 80px 0;
}

.why-title {
    font-size: 48px;
}

.why-desc {
    font-size: 15px;
    line-height: 1.7;
    max-width: 450px;
}

.feature-text {
    font-size: 14px;
    line-height: 1.6;
    color: white;
}

.why-section h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

/* TESTIMONIALS */
.testimonials.testimonial-section {
    background: #000;
    padding: 20px 0 130px;
    color: white;
}

.testimonials .section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonials .section-subtitle {
    opacity: 0.7;
    margin-bottom: 80px;
    color: white;
}

.testimonials .testimonial-slider {
    position: relative;
    overflow: hidden;
}

.testimonials .slides {
    display: flex;
    transition: transform 0.6s ease;
}

.testimonials .slide {
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 0 80px;
}

.testimonials .testimonial {
    width: 48%;
    text-align: left;
}

.testimonials .user-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    background: white;
    margin-bottom: 20px;
}

.testimonials .text {
    margin-bottom: 20px;
    line-height: 1.6;
    opacity: 0.9;
}

.testimonials .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.testimonials .role {
    font-size: 14px;
    opacity: 0.7;
}

/* Arrows */
.testimonials .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    cursor: pointer;
    padding: 8px 14px;
    z-index: 20;
}

.testimonials .left { left: 0; }
.testimonials .right { right: 0; }

.testimonials .dots {
    margin-top: 40px;
    text-align: center;
}

.testimonials .dot {
    width: 10px;
    height: 10px;
    background: var(--color-lightgrey);
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.3s;
}

.testimonials .dot.active {
    background: white;
}

.single-slide {
    text-align: center !important;
    margin: 0 auto;
}

.single-slide .text,
.single-slide .name,
.single-slide .role {
    text-align: center !important;
    display: block;
}

.testimonial-slider .slide {
    display: flex;
    justify-content: center;
}

.testimonial-slider .single-slide {
    width: 900% !important;
    max-width: 700px !important;
    margin: 0 auto;
    text-align: center !important;
}

.testimonial-slider .slide .testimonial {
    width: 900% !important;
    max-width: 500px;
    margin: 0 2%;
}

.testimonial-slider .slide {
    display: flex;
    justify-content: center;
}

.review-client-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.review-client-track {
    display: flex;
    transition: transform 0.6s ease;
}

.review-client-item {
    min-width: 100%;
    box-sizing: border-box;
}

.review-client-text {
    margin-bottom: 20px;
    line-height: 1.6;
    opacity: 0.9;
}

.review-client-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.review-client-role {
    font-size: 14px;
    opacity: 0.7;
}

/* FAQ */
.faq-page {
    background: #000;
    color: white;
}

.faq-section {
    max-width: 650px;
    margin: 70px auto;
    text-align: center;
}

.faq-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.faq-subtitle {
    font-size: 14px;
    color: white;
    margin-bottom: 40px;
}

.faq-container {
    text-align: left;
}

.faq-item {
    border-bottom: 1px solid var(--color-lightgrey);
    padding: 15px 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    color: white;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-icon {
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.35s ease;
    opacity: 0;
}

.faq-answer p {
    margin: 10px 0;
    font-size: 14px;
    color: white;
}

.faq-item.active .faq-answer {
    max-height: 150px;
    opacity: 1;
}

.faq-item.active .faq-icon {
    transform: rotate(90deg);
}

/* Footer */
.faq-footer {
    margin-top: 70px;
}

.faq-footer h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.faq-footer p {
    color: white;
    font-size: 14px;
    margin-bottom: 20px;
}

.contact-btn {
    background: var(--color-orange);
    border: none;
    padding: 10px 25px;
    font-size: 14px;
    cursor: pointer;
    color: #000;
}

.contact-btn:hover {
    background: white;
}

/* FIX OVERFLOW INDEX MOBILE */
@media (max-width: 768px) {

  html, body {
    overflow-x: hidden !important;
  }

  /* Navbar fix */
  .navbar {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Quote box fix */
  .quote-box {
    max-width: 100% !important;
    width: 100% !important;
    padding: 25px !important;
  }

  /* Carousel fix */
  .carousel,
  .carousel-inner,
  .carousel-item {
    overflow: hidden !important;
  }
}

/* SERVICE CARDS ALT */
.service-cards-alt {
    background: #000;
    padding: 80px 0;
}

.service-card-alt {
    background: var(--color-lightgrey);
    padding: 30px 25px;
    border: 1px solid var(--color-lightgrey);
    border-radius: 10px;
    text-align: center;
    transition: transform 0.25s ease;
}

.service-card-alt:hover {
    transform: translateY(-5px);
}

.service-icon-alt {
    width: 30px;
    margin-bottom: 20px;
}

.service-card-alt h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

.service-card-alt p {
    font-size: 14px;
    color: white;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-card-alt .btn {
    font-size: 14px;
    padding: 8px 20px;
}

.pricing-section {
    background-color: #000;
}

.section-title {
    font-weight: 700;
}

.section-subtitle {
    font-size: 14px;
    letter-spacing: 1px;
    opacity: .7;
    color: white;
}

.section-desc {
    opacity: .8;
}

/* PRICING CARD BASE */
.pricing-card {
    background: var(--color-darkgrey);
    border: 1px solid var(--color-lightgrey);
    padding: 40px 30px;
    border-radius: 8px;
    transition: all .3s ease;
    height: 100%;
    transform: scale(1);
    width: 100%;
    box-sizing: border-box;
}

.pricing-card:hover {
    border-color: white;
    transform: scale(1.03);
}

.pricing-card.active {
    background: var(--color-darkgrey);
    border: 1px solid var(--color-lightgrey);
    transform: scale(1);
}

.pricing-card.active:hover {
    transform: scale(1.04);
    border-color: white;
    z-index: 10;
    position: relative;
}

.pricing-section .col-lg-4 {
    display: flex;
}

.pricing-card {
    flex: 1;
}

.pricing-card h4 {
    font-weight: 700;
    margin-bottom: 5px;
}

.pricing-sub {
    font-size: 14px;
    opacity: .7;
    margin-bottom: 25px;
}

.price {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.price span {
    font-size: 20px;
}

.price small {
    font-size: 14px;
    opacity: .7;
}

.features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features li {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--color-lightgrey);
}

.features li:last-child {
    border-bottom: none;
}

.check-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid white;
    position: relative;
    margin-right: 12px;
}

.check-icon::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.btn {
    padding: 8px 25px;
    border-radius: 4px;
    transition: .3s;
}

.pricing-card.active .btn {
    background: transparent;
    border: 1px solid white;
    color: white;
}

.pricing-card.active .btn:hover {
    background: white;
    color: #000;
    transform: scale(1.05);
}

.pricing-row {
    display: flex;
    align-items: center;
    padding-bottom: 120px;
}

/* HAPPY CLIENTS */
.vp-client-section {
    background: url("../bg/happy-client-bg.jpg") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 220px;
}

.client-header {
    text-align: center;
    margin-bottom: -5px;
}

.client-dark-box {
    background: #000;
    width: 70%;
    margin: 0 auto;
    padding: 40px 0;
    border-radius: 6px;
}

.client-subtitle {
    color: white;
    font-size: 14px;
    margin-bottom: 6px;
    opacity: 0.8;
}

.client-title {
    color: white;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
}

.client-body {
    background: #000;
    padding: 120px 0 140px;
    color:white;
}

.client-logo {
    max-height: 90px;
}

.client-text {
    max-width: 320px;
    margin: 0 auto 20px;
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
}

.client-name {
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--color-orange);
}

.vp-client-role {
    font-size: 14px;
    opacity: 0.7;
    color: white;
}

/* CUSTOME QUOTE */
.custom-quote {
    background: url("../bg/quote-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.custom-quote::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 2;
}

.custom-quote > .container {
    position: relative;
    z-index: 3;
}

.custom-quote h2 {
    color: white;
}

.text-muted {
    color: white !important;
}

.custom-quote-form .form-control {
    background: var(--color-lightgrey);
    color: white;
    border: none;
    padding: 14px;
}

.custom-quote-form .form-control::placeholder {
    color: white;
}

.custom-quote .btn-request {
    background-color: var(--color-orange);
    border: none;
    color: #000;
    padding: 14px 28px;
    font-weight: 600;
    transition: 0.3s;
}

.custom-quote .btn-request:hover {
    background-color: white;
    color: #000;
}

/* VIDEO EDITING SERVICES */
.ve-services {
    background: #000;
}


.ve-service-text h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.ve-service-text p {
    font-size: 14px;
    color: white;
    line-height: 1.6;
}

.ve-explore-link {
    font-size: 13px;
    color: white;
    text-decoration: none;
}

.ve-explore-link:hover {
    color: var(--color-orange);
}

.ve-service-card {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #000;
    border: 1px solid var(--color-lightgrey);
}

.ve-service-text {
    flex: 1 1 300px;
    padding: 30px;
    color: white;
}

.ve-service-image {
    flex: 1 1 300px;
    overflow: hidden;
    background: #000;
    min-height: 280px;
}

.ve-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    will-change: transform;
}


@media (max-width: 600px) {
    .ve-service-card {
        flex-direction: column;
    }

    .ve-service-image {
        width: 100%;
        height: 220px;
    }

    .ve-service-text {
        width: 100%;
    }
}

/* OFFERINGS */
.process-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.process-item h4 {
    margin-bottom: 6px;
}

.offerings-section {
    background: #000;
}

.offer-box {
    background: var(--color-grey);
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

/* WEB DESIGN SERVICES */
.web-services {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.web-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    z-index: 1;
}

.web-services .container {
    position: relative;
    z-index: 2;
}

.web-services h2 {
    font-size: 42px;
    font-weight: 700;
}

.web-services p {
    font-size: 17px;
    max-width: 700px;
    margin: 0 auto;
}

.web-services .btn {
    border-width: 2px;
    font-weight: 500;
    transition: 0.3s ease;
}

.web-services .btn:hover {
    background: #fff;
    color: #000;
}

@media (max-width: 768px) {
    .web-services h2 {
        font-size: 32px;
    }
    .web-services p {
        font-size: 15px;
    }
}

/* CLIENT WEB DESIGN */
.wd-client {
    background: #000;
    padding: 100px 0;
    color: white;
}

.wd-client-title {
    font-size: 48px;
    font-weight: 700;
}

.wd-client-sub {
    font-size: 16px;
    opacity: 0.8;
}

.wd-client-box {
    padding-left: 20px;
}

.wd-client-photo {
    width: 90px;
    height: 90px;
    min-width: 90px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.wd-client-text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.wd-client-name {
    font-weight: 600;
    font-size: 17px;
    margin: 0;
}

/* CONNECT WITH US */
.wd-connect {
    background: url("../bg/quote-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

.wd-connect::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    z-index: 1;
}

.wd-connect .container {
    position: relative;
    z-index: 2;
}

.wd-connect input {
    border-radius: 6px;
    height: 46px;
    background: var(--color-lightgrey);
    color: white;
    border: none;
}

.wd-connect input::placeholder {
    color: white;
}

.wd-connect button {
    padding: 12px 28px;
    height: auto;
    font-weight: 600;
    background: var(--color-orange);
    color: #000;
    border: none;
    cursor: pointer;
    margin-left: 20px;
}

.wd-connect button:hover {
    background: white;
}

/* SCRIPT CAROUSEL */
.script-carousel {
    min-height: 80vh;
    position: relative;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 101%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.script-carousel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
}

.script-carousel .container {
    position: relative;
    z-index: 3;
}

.explore-btn {
    background: var(--color-orange);
    color: #000;
    border: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.explore-btn:hover {
    background: white;
    color: #000;
}

.sc-quote-btn {
    border: 2px solid white;
    color: white;
    font-weight: 600;
    transition: 0.3s ease;
}

.sc-quote-btn:hover {
    background: white;
    color: #000;
}

@media (max-width: 768px) {
    .explore-btn,
    .sc-quote-btn {
        display: block;
        width: 100%;
        margin: 0 0 12px 0;
    }

    .explore-btn.me-2 {
        margin-right: 0 !important;
    }
}

/* WHO WE ARE */
.who-we-are-section {
    background: #000;
    padding-top: 100px;
    padding-bottom: 100px;
}

.wwa-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.star-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.wwa-left {
    margin-top: 60px;
}

.wwa-right {
    margin-top: -40px;
}

.sc-client {
    background: #000;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* CLIENT SAY */
.sc-client .client-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.sc-client .client-stars {
    color: var(--color-orange); 
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.sc-client .client-text {
    font-size: 15px;
    line-height: 1.6;
    max-width: 350px;
    margin: 0 auto 10px;
    color: white;
}

.sc-client .client-name {
    font-weight: 600;
    font-size: 15px;
}

/* SC FAQ */
.sc-faq-section {
    background: #000;
    padding: 100px 0;
    color: white;
}

.sc-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: flex-start;
}

@media (max-width: 900px) {
    .sc-faq-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.sc-faq-title {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sc-faq-subtitle {
    font-size: 16px;
    color: white;
    margin-bottom: 25px;
    max-width: 400px;
}

.sc-faq-btn {
    background: var(--color-orange);
    color: #000;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}

.sc-faq-btn:hover {
  background: white;
  color: #000;
}

.sc-faq-list {
    width: 100%;
}

.sc-faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding: 18px 0;
}

.sc-faq-question {
    width: 100%;
    background: none;
    border: none;
    color: white;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0;
}

.sc-faq-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.sc-faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease;
    color: white;
    margin-top: 0;
}

.sc-faq-answer p {
    font-size: 15px;
    margin-top: 12px;
}

.sc-faq-item.active .sc-faq-answer {
    opacity: 1;
}

.sc-faq-item.active .sc-faq-icon {
    transform: rotate(90deg);
}

/* Section Parallax */
.testimonial-parallax {
    background: url("../bg/client-2-bg.jpg") center top / cover no-repeat fixed;
    position: relative;
}

.testimonial-parallax .container {
    position: relative;
    z-index: 2;
}

.testimonial-card {
    background: var(--color-darkgrey);
    padding: 30px;
    border-radius: 6px;
    height: 100%;
}

.testimonial-text {
    color: white;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.testimonial-stars {
    color: var(--color-orange);
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial-name {
    color: white;
    font-weight: 600;
    margin-bottom: 2px;
}

.testimonial-role {
    color: var(--color-grey);
    font-size: 14px;
}

/* VISION */
.ld-vision-section {
    background: #000;
}

.ld-vision-content {
    background: var(--color-lightgrey);
    padding: 60px;
    height: 100%;
}

.ld-vision-subtitle {
    display: inline-block;
    color: white;
    font-size: 14px;
    margin-bottom: 15px;
}

.ld-vision-title {
    color: white;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.ld-vision-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.ld-vision-list li {
    color: white;
    font-size: 15px;
    margin-bottom: 12px;
    padding-left: 18px;
    position: relative;
}

.ld-vision-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--color-orange);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.ld-vision-btn {
    display: inline-block;
    background: var(--color-orange);
    color: #000;
    padding: 12px 26px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s ease;
}

.ld-vision-btn:hover {
    background: white;
    color: #000;
}

.ld-vision-image {
    height: 100%;
}

.ld-vision-image img {
    width: 104%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .ld-vision-content {
        padding: 40px 30px;
    }

    .ld-vision-title {
        font-size: 28px;
    }
}

/* PROJECT SHOWCASE */
.project-sc {
  background-color: #000;
  color: white;
  padding: 80px 0;
  overflow: hidden;
}

.project-sc__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.project-sc__subtitle {
  font-size: 16px;
  color: white;
  max-width: 600px;
  margin-bottom: 40px;
}

.project-sc__slider {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.project-sc__slider::-webkit-scrollbar {
  display: none;
}

.project-sc__item {
  flex: 0 0 auto;
  background-color: white;
  border-radius: 6px;
  overflow: hidden;
}

.project-sc__item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.project-sc__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: white;
  font-size: 32px;
  cursor: pointer;
  z-index: 10;
}

.project-sc__nav--left {
  left: -40px;
}

.project-sc__nav--right {
  right: -40px;
}

.project-sc__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.project-sc__dot {
  width: 8px;
  height: 8px;
  background-color: var(--color-lightgrey);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.project-sc__dot.active {
  width: 24px;
  border-radius: 20px;
  background-color: white;
}

@media (max-width: 768px) {
  .project-sc__nav--left {
    left: 0;
  }

  .project-sc__nav--right {
    right: 0;
  }

  .project-sc__item img {
    height: 180px;
  }
}

/* Carousel Section */
.carousel-section {
    position: relative;
}

.carousel-slide {
    min-height: 90vh;
    background-size: cover;
    background-position: center -10%;
    position: relative;
    display: flex;
    align-items: center;
}

.carousel-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.carousel-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    transform:  translateY(40px);
    color: white;
}

.carousel-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.carousel-content p {
    font-size: 15px;
    line-height: 1.8;
    color: white;
}

@media (max-width: 991px) {
    .carousel-slide {
        min-height: 90vh;
    }

    .carousel-content h1 {
        font-size: 30px;
    }

    .carousel-content p {
        font-size: 14px;
    }
}

/* PORTO CLIENT */
.porto-client {
  background-color: #000;
  color: white;
  padding-bottom: 40px;
}

.porto-client-image img {
  object-fit: cover;
}

.porto-client-stars {
  color: var(--color-orange);
  font-size: 18px;
  letter-spacing: 3px;
}

.porto-client-text {
  font-size: 15px;
  line-height: 1.8;
  max-width: 520px;
}

.porto-client-logo img {
  max-height: 120px;
  width: auto;
}

@media (max-width: 991px) {
  .porto-client-text {
    max-width: 100%;
  }
}

.feature-section {
  background-color: #000;
  color: white;
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-feature-section {
  background-color: var(--color-lightgrey);
  color: white;
  padding-top: 80px;
  padding-bottom: 80px;
}

.feature-item h5 {
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
}

.feature-item p {
  font-size: 14px;
  line-height: 1.7;
  color: white;
  margin: 0;
}

/* ABOUT US CARAOUSEL */
.about-carousel {
  position: relative;
  min-height: 90vh;
  background: url("../bg/our-services-bg.png") center center / cover no-repeat;
}

.about-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.about-carousel .container {
  position: relative;
  z-index: 2;
}

.about-story {
  background-color: #000;
  padding: 140px 0;
}

.about-story-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-story-content p {
  font-size: 15px;
  line-height: 1.8;
  max-width: 520px;
}

@media (max-width: 991px) {
  .about-story {
    padding: 90px 0;
  }

  .about-story-content p {
    max-width: 100%;
  }
}

/* OUR TEAM */
.our-team-section {
  background: #000;
  color: white;
  padding: 140px 0;
}

.team-subtitle {
  color: white;
  font-size: 14px;
  letter-spacing: 2px;
}

.team-title {
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 700;
  margin-bottom: 15px;
}

.team-desc {
  max-width: 620px;
  color: white;
  font-size: 15px;
}

.team-card {
  background: var(--color-lightgrey);
  padding: 35px 30px;
  height: 100%;
  position: relative;
}

.team-avatar {
  position: static;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.team-card h5 {
  margin-top: 0;
}

.team-role {
  font-size: 14px;
  color: white;
}

.team-text {
  font-size: 14px;
  line-height: 1.7;
  margin: 20px 0 30px;
  color: white;
}

.team-social a {
  color: white;
  font-size: 14px;
  margin-right: 15px;
  transition: 0.3s;
}

.team-social a:hover {
  color: var(--color-orange);
}

/* CREATE EXOR */
.create-exor {
  position: relative;
  min-height: 60vh;
  background: url("../bg/ui-ux-revamp.jpg") center center / cover no-repeat;
}

.create-exor::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.create-exor .container {
  z-index: 2;
}

.create-exor-title {
  font-size: 50px;
  font-weight: 700;
}

.create-exor-desc {
  font-size: 12px;
  line-height: 1.8;
  max-width: 600px;
  color: white;
}

.btn-orange {
    background: var(--color-orange);
    color: #000;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}

.btn-orange:hover {
  background-color: white;
  color: #000;
}

@media (max-width: 768px) {
  .create-exor {
    min-height: 70vh;
  }
}

.contact-carousel {
  position: relative;
  min-height: 90vh;
  background: url("../bg/creative-bg.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
}

.contact-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.contact-content {
  position: relative;
  z-index: 2;
}

/* REACT OUT */
.reachout-map {
  background: #000;
  padding: 100px 0;
}

.reachout-label {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.7;
}

.reachout-title {
  font-size: 48px;
  font-weight: 700;
  margin: 15px 0;
}

.reachout-desc {
  max-width: 480px;
  opacity: 0.85;
}

.reachout-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reachout-info li {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.reachout-info i {
  font-size: 22px;
  margin-top: 4px;
}

.reachout-info strong {
  display: block;
  font-weight: 600;
}

.reachout-info span {
  font-size: 14px;
  opacity: 0.8;
}

.reachout-map-embed {
  background: white;
  border-radius: 6px;
  overflow: hidden;
}

.reachout-map-embed iframe {
  width: 100%;
  height: 600px;
  border: 0;
}

/* GIT CONTACT */
.git-contact {
  background: #000;
}

.git-contact-header {
  background: var(--color-lightgrey);
}

.git-contact-header h2 {
  font-size: 2.5rem;
}

.git-contact-header p {
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.9;
}

.git-contact-form {
  background: var(--color-lightgrey);
  border-radius: 10px;
}

.git-contact-form label {
  color: white;
  font-size: 0.9rem;
}

.git-input {
  background: white;
  border: none;
  color: #000;
}

.git-input::placeholder {
  color: #000;
}

.git-input:focus {
  background: white;
  color: #000;
  box-shadow: none;
  border: 1px solid white;
}

.git-btn {
  background: var(--color-orange);
  color: white;
  padding: 12px;
  border-radius: 6px;
  transition: 0.3s;
}

.git-btn:hover {
  background: var(--color-orange);
  color: white;
}

.git-info-item {
  display: flex;
  gap: 15px;
}

.git-icon {
  width: 40px;
  height: 40px;
  background: var(--color-orange);
  color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.git-hours li {
  display: flex;
  justify-content: space-between;
  opacity: 0.9;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .git-contact-header h2 {
    font-size: 2rem;
  }
}

/* COMMON QUESTION */
.cq-contact {
  background: #000;
  color: white;
  padding: 80px 0;
}

.cq-header {
  max-width: 600px;
  margin-bottom: 40px;
}

.cq-header h2 {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 700;
}

.cq-header p {
  color: #bdbdbd;
  font-size: 15px;
}

.cq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.cq-item {
  background: #1a1a1a;
  margin-bottom: 12px;
  border-radius: 4px;
  overflow: hidden;
}

.cq-question {
  width: 100%;
  background: #2a2a2a;
  border: none;
  color: white;
  padding: 16px 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.cq-question:hover {
  background: #333;
}

.cq-icon {
  font-size: 18px;
}

.cq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 14px;
  color: white;
  transition: all 0.3s ease;
}

.cq-item.active .cq-answer {
  max-height: 1000px;
  padding: 16px 20px;
}

.cq-column {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .cq-grid {
    grid-template-columns: 1fr;
  }
}

/* INSIGHT SECTION */
.insight-section {
  position: relative;
  background: url("../bg/vision-bg.jpg") center/cover no-repeat;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}

.insight-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.insight-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
  color: white;
}

.insight-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}

.insight-content p {
  font-size: 14px;
  color: white;
  margin-bottom: 30px;
}

.insight-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.insight-form input {
  width: 100%;
  max-width: 480px;
  padding: 14px 16px;
  border: none;
  outline: none;
  background: var(--color-lightgrey);
  color: white;
  font-size: 14px;
}

.insight-form input::placeholder {
  color: white;
}

.insight-form button {
  padding: 14px 30px;
  background: var(--color-orange);
  border: none;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.insight-form button:hover {
  background: white;
  color: #000;
}

.insight-content small {
  font-size: 12px;
  color: white;
  opacity: 0.85;
}

.insight-form input,
.insight-form button {
  border-radius: 4px;
  transition: all 0.25s ease;
}

@media (max-width: 576px) {
  .insight-form {
    flex-direction: column;
  }

  .insight-form button {
    width: 100%;
  }
}

/* CQ QUOTE SECTION */
.cq-quote-section {
  background: #000;
  padding: 100px 0;
  color: white;
}

.cq-quote-heading {
  margin-bottom: 30px;
}

.cq-quote-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.cq-quote-subtitle {
  color: white;
  max-width: 480px;
}

.cq-quote-item {
  border-bottom: 1px solid var(--color-lightgrey);
}

.cq-quote-question {
  width: 100%;
  background: none;
  border: none;
  color: white;
  padding: 25px 0;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.cq-quote-icon {
  transition: transform 0.3s ease;
}

.cq-quote-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.cq-quote-answer p {
  color: white;
  padding-bottom: 20px;
  margin: 0;
}

.cq-quote-item.active .cq-quote-icon {
  transform: rotate(90deg);
}

/* DATA PRIVACY */
.privacy-section {
  padding: 80px 0;
  background-color: #000;
}

.privacy-title {
  max-width: 760px;
  margin: 0 auto 40px;
  color: white;
  font-weight: 600;
  font-size: 2.4rem;
}

.privacy-content {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;
  color: white;
  text-align: justify;
}

.privacy-content h4 {
  margin-top: 32px;
  margin-bottom: 12px;
  font-weight: 600;
}

.privacy-content p {
  margin-bottom: 18px;
}

.privacy-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.privacy-content li {
  margin-bottom: 8px;
}
