/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700");
body {
  line-height: 1.4;
  font-family: "Outfit", sans-serif!important;
  -webkit-font-smoothing: antialiased;
}

.impact-overlay p {
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  font-size: 20px;
}

/*=== MEDIA QUERY ===*/
.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}



.btn-main:hover, .btn-main-sm:hover {
  color: #fff;
}

.btn-main-sm {
  padding: 8px 20px;
  font-size: 15px;
}

.btn-transparent {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 40px;
  text-transform: uppercase;
}
.btn-transparent:hover {
  color: #fff;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.section {
  padding: 100px 0;
}
@media (max-width: 480px) {
  .section {
    padding: 40px 0;
  }
}

.padding-0 {
  padding: 0;
}
@media (max-width: 768px) {
  .padding-0 {
    padding: 0 15px;
  }
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 40px 0;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

#preloader {
  background: #ffffff;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
}



@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.title {
  padding-bottom: 50px;
  text-align: center;
}
.title h2 {

  color: #232323;
  text-transform: capitalize;
  font-weight: 500;
  font-size: clamp(30px,6vw,70px);
}
.title h4 {
  font-size: 15px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 3.3px;
  text-transform: uppercase;
}
.title p {
  color: #000000;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .title p {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .title p {
    width: 80%;
  }
}
.title .border {
  border: none;
  display: inline-block;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 90px;
  margin-bottom: 10px;
}

.bg-gray {
  background: #f9f9f9;
}

.color-gray {
  color: #777;
}

.shadow {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.34);
}

.header-bradcrumb {
  background: transparent;
}
.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Silkscreen", sans-serif!important;
}

.slick-slide {
  outline: none;
}

.commonTab .nav-tabs {
  border: 1px solid transparent;
  text-align: center;
}
.commonTab .nav-tabs .nav-item {
  margin: 0 3px;
}

.commonTab .tab-content {
  padding-top: 30px;
}

.rev_slider_wrapper {
  height: calc(100vh - 80px) !important;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .rev_slider_wrapper {
    margin-top: 60px;
  }
}

.bg-pricing {
  background: url("../images/pricing-bg.jpg");
  background-size: cover;
}

.single-page-header {
  background: #1f2532;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  position: relative;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .single-page-header {
    margin-top: 60px;
  }
}
.single-page-header .breadcrumb {
  background: transparent;
  display: inline-block;
}
.single-page-header .breadcrumb li {
  display: inline-block;
}
.single-page-header .breadcrumb li a {
  color: #f0326b;
}

/* Make the whole header section position over the video */
.header.navigation {
  position: absolute; /* sit over video */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent; /* no background */
  transition: 0.3s all;
}

/* Make the navbar itself transparent */
.header.navigation .navbar {
  background: transparent !important;
  box-shadow: none; /* remove any shadow if Bootstrap adds it */
}

/* Make nav links VISIBLE! */
.header.navigation .navbar-nav > li > a {
  color: #fff; /* white text for contrast over video */
  font-size: 15px;
  line-height: 26px;
  padding: 20px 15px !important;
  transition: 0.2s ease-in-out 0s;
  text-shadow: 0 0 5px rgba(0,0,0,0.4); /* optional for readability */
}

/* Active link — keep visible */
.header.navigation .navbar-nav > li.active a {
  color: #fff;
}

/* Hover, active, focus states */
.header.navigation .navbar-nav > li > a:hover,
.header.navigation .navbar-nav > li > a:active,
.header.navigation .navbar-nav > li > a:focus {
  background: none;
  text-decoration: underline;
}

@media (max-width: 480px) {
  .header.navigation .navbar-nav > li > a {
    padding: 8px 0 !important;
  }
}

@media (max-width: 768px) {
  .header.navigation .navbar-nav > li > a {
    padding: 8px 0 !important;
  }
}

/* Toggler icon stays visible */
.header.navigation .navbar-toggler {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  outline: none;
}

/* Dropdown menu adjustments */
.header.navigation .dropdown {
  padding: 0;
}

.header.navigation .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.header.navigation .dropdown .dropdown-item {
  padding: 8px 15px;
  color: #fff;
  font-size: 15px;
}

.header.navigation .dropdown .dropdown-menu {
  border-radius: 0;
  transform-origin: top;
  animation-fill-mode: forwards;
  background-color: #000; /* keep dropdown dark if you want */
  display: block;
  opacity: 0;
  transition: 0.3s ease;
  visibility: hidden;
  transform: scaleY(0);
}

@media (max-width: 992px) {
  .header.navigation .dropdown .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    transform-origin: unset;
  }
}

.header.navigation .dropdown .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

@media (max-width: 992px) {
  .header.navigation .dropdown .dropdown-menu.show {
    display: block;
  }
}

.navbar-brand img {
  height: 60px ;
}
.navbar-brand:hover { transform: rotate(360deg); transition: transform 0.6s ease; }


.video-player iframe {
  width: 100%;
  height: 100%;
}
.video-player .play-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.video-player .play-icon:hover i {
  transform: scale(1.1);
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-area-video .block {
  color: #fff;
  text-align: center;
}

.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.hero-area-video .block .btn-main, .hero-area-video .block .btn-main-sm {
  margin-top: 20px;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

/*=================================================================
  About us section
==================================================================*/
.about {
  background: #fff;
}
.about h2 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
}
@media (max-width: 992px) {
  .about h2 {
    font-size: 25px;
  }
}
.about h4 {
  font-size: 15px;
  color: #f0326b;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.about p {
  line-height: 1.6;
  margin-top: 20px;
}
.about .content {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .about .content {
    padding: 5px 0;
  }
}

/*=================================================================
  About us 2 section
==================================================================*/
.about-2 {
  background: #F7F7F7;
}
.about-2 h2 {
  position: relative;
}
.about-2 h2:before {
  position: absolute;
  left: -15%;
  top: 18px;
  content: "";
  display: inline-block;
  width: 12%;
  height: 3px;
  background-color: #ffa535;
  background-image: linear-gradient(100deg, #f9643d, #fe2a77);
  background-image: linear-gradient(100deg, #f9643d, #fe2a77);
}
@media (max-width: 768px) {
  .about-2 h2:before {
    display: none;
  }
}

/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  padding: 100px 0;
  background: url("../images/call-to-action/call-to-action-bg-2.jpg");
  background-size: cover;
  color: #fff;
}
.call-to-action h2 {
  line-height: 1.5;
}
.call-to-action p {
  color: #fff;
}
.call-to-action .btn-main, .call-to-action .btn-main-sm {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
}
.call-to-action-2 h2 {
  line-height: 1.5;
}
.call-to-action-2 p {
  color: #fff;
}
.call-to-action-2 .btn-main, .call-to-action-2 .btn-main-sm {
  margin-top: 20px;
}

/*=================================================================
  Contact
  ==================================================================*/
/* Contact Section Styles - Match Pricing Section */
/* === Contact Section === */
.contact-us-section {
  text-align: center;
  padding: 80px 20px;
}

.contact-title {
  color: #000000;
  font-family: "Archivo Black", Bold;
  font-weight: 500;
  font-size: clamp(30px, 6vw, 70px);
  text-transform: uppercase;
  text-decoration: none;
}

.contact-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.contact-form-wrapper .form-group {
  margin-bottom: 20px;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px 20px;
  border-radius: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #000;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
  border-color: #000;
  outline: none;
}



.contact-form-wrapper .btn {
  display: inline-block;
  padding: 12px 40px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form-wrapper .btn:hover {
  background: #333;
}

/* Success and error messages — hidden by default */
.success-message,
.error-message {
  display: none;
  margin-top: 20px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}

.success-message {
  color: green;
}

.error-message {
  color: red;
}



/*=================================================================
  Pricing section
==================================================================*/
.pricing-table .pricing-item {
  margin-bottom: 15px;
  border-radius: 3px;
  padding-bottom: 40px;
  text-align: center;
  background: #f9f9f9;
}
.pricing-table .pricing-item a.btn-main, .pricing-table .pricing-item a.btn-main-sm {
  text-transform: uppercase;
  margin-top: 20px;
}
.pricing-table .pricing-item ul {
  padding: 20px 0 10px;
}
.pricing-table .pricing-item li {
  font-weight: 400;
  padding: 10px 0;
  color: #666;
}
.pricing-table .pricing-item li i {
  margin-right: 6px;
}
.pricing-table .price-title {
  padding: 30px 0 20px;
  text-align: center;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #fff;
}
.pricing-table .price-title > h3 {
  color: #fff;
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}
.pricing-table .price-title > p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
  width: 60%;
  margin: 0 auto;
}
.pricing-table .price-title .value {
  font-size: 50px;
  padding: 10px 0;
}

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
  margin-bottom: 40px;
  text-align: center;
}
.portfolio-filter button {
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  margin: 0 10px;
  padding: 8px 5px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  color: #777;
  outline: none;
  background: none;
}
.portfolio-filter button:hover {
  border-bottom: 2px solid #f0326b;
  color: #000;
}
.portfolio-filter button.active {
  border-bottom: 2px solid #f0326b;
  color: #000;
}

.portfolio-items-wrapper li {
  width: 32.33%;
}

.portfolio-block {
  position: relative;
  transition: 0.3s all;
  overflow: hidden;
}
.portfolio-block:before {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(240, 50, 107, 0.9);
  transition: 0.3s all;
}
.portfolio-block:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.portfolio-block:hover .caption h4 {
  transform: translate3d(0, 0, 0);
}
.portfolio-block:hover .caption {
  opacity: 1;
}
.portfolio-block:hover .caption .search-icon {
  opacity: 1;
}
.portfolio-block .caption {
  position: absolute;
  bottom: 10%;
  left: 10%;
  opacity: 0;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
.portfolio-block .caption h4 {
  font-size: 20px;
  font-weight: 700;
}
.portfolio-block .caption h4 a {
  color: #fff;
}
.portfolio-block .caption .search-icon {
  background: #f0326b;
  color: #fff;
  display: inline-block;
  padding: 4px 13px;
  font-size: 25px;
  border-radius: 30px;
  opacity: 0;
}

/*=================================================================
  Services section
==================================================================*/
.services .service-block {
  padding: 30px 20px;
}
@media (max-width: 480px) {
  .services .service-block {
    padding: 15px;
  }
}
.services .service-block .service-icon {
  margin-bottom: 15px;
}
.services .service-block i {
  font-size: 40px;
  color: #f0326b;
  background: linear-gradient(100deg, #f9643d, #fe2a77);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services .service-block h3 {
  color: #333;
  font-size: 15px;
}
.services .service-block p {
  color: #777;
}

/*=================================================================
  Services section 2
==================================================================*/
@media (max-width: 480px) {
  .service-2 .p-0 {
    padding: 0 15px !important;
  }
}
@media (max-width: 768px) {
  .service-2 .p-0 {
    padding: 0 15px !important;
  }
}
@media (max-width: 400px) {
  .service-2 .p-0 {
    padding: 0 15px !important;
  }
}
.service-2 .service-item {
  background: #fff;
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-right: -1px;
  margin-bottom: -1px;
  transition: all 0.3s ease 0s;
}
.service-2 .service-item .count {
  font-size: 80px;
  position: absolute;
  top: 0;
  left: 20px;
  color: #f3f1f1;
  font-weight: 700;
}
.service-2 .service-item i {
  font-size: 30px;
  display: inline-block;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}

.service-list .block {
  background: #f0326b;
  color: #fff;
  padding: 30px;
}
.service-list .block i {
  font-size: 30px;
}
.service-list .block h3 {
  font-size: 15px;
  margin: 10px 0;
}
.service-list .block ul li {
  margin-bottom: 6px;
  color: #f9f9f9;
}

/*=================================================================
  Our Team
  ==================================================================*/
.team-member {
  background: #fff;
  margin-bottom: 15px;
}
.team-member:hover img {
  transform: scale(1.1);
}
.team-member:hover .mask {
  opacity: 1;
}
.team-member .member-content {
  padding: 25px 0;
}
.team-member .member-content h3 {
  font-family: "Silkscreen", Bold;
  font-size: 20px;
  margin: 0 0 5px;
  color: #333;
}
.team-member .member-content span {
  font-size: 15px;
  color: #555;
}
.team-member .member-content p {
  color: #777;
  margin-top: 10px;
  padding: 0 15px;
}
.team-member .member-content ul {
  text-align: center;
  position: relative;
}
.team-member .member-content ul li {
  margin-right: 7px;
}
.team-member .member-content ul li a {
  font-size: 15px;
  padding: 10px;
}
.team-member .member-content ul li a i {
  color: #f0326b;
  background: linear-gradient(100deg, #f9643d, #fe2a77);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team-member .member-content ul li a:hover {
  background-color: #6cb670;
  border: 1px solid transparent;
}
.team-member .member-photo {
  overflow: hidden;
  position: relative;
}
.team-member .member-photo img {
  transition: all 0.6s ease 0s;
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  color: #fff;
  text-align: center;
  background: transparent;
  z-index: 1;

  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial .item .client-details {
  padding-bottom: 30px;
}

.testimonial .item .client-details p {
  font-size: 15px;
  font-weight: 200;
  color: #eee;
  padding: 0 10%;
  margin: 0 auto;
  max-width: 650px;
}

.testimonial .item .client-meta {
  margin-top: 8px;
  color: #fff;
}

.testimonial .item .client-meta h4 {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 1.1rem;
}

.testimonial .item .client-meta span {
  font-size: 15px;
  color: #bbb;
}

.testimonial .item .client-thumb img {
  display: inline-block;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
}


/*=================================================================
  Latest Posts
==================================================================*/
.post-item {
  background: #fff;
  margin-bottom: 40px;
}
.post-item .post-thumb {
  margin-right: 10px;
}
.post-item .post-thumb img {
  height: auto;
}
.post-item .post-title {
  margin-top: 20px;
}
.post-item .post-title h3 {
  font-size: 25px;
}
.post-item .post-title h3 a {
  color: #000;
}
.post-item .post-meta {
  font-size: 15px;
  color: #888;
}
.post-item .post-meta a {
  color: #000;
  margin: 3px 0;
}
.post-item .post-content p {
  color: #757575;
  margin: 10px 0;
}
.post-item .btn-main, .post-item .btn-main-sm {
  font-size: 15px;
  margin-top: 10px;
  padding: 8px 20px;
  margin: 15px 0;
}


.subscribe-form .form-control {
  border-radius: 0;
}

.page-404 {
  height: 100vh;
}
.page-404 h1 {
  font-size: 200px;
}
@media (max-width: 480px) {
  .page-404 h1 {
    font-size: 100px;
  }
}
.hero-area {
  position: relative;
  overflow: hidden;
  height: 100vh; /* Full screen height */
  display: flex;
  align-items: center;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0; /* ✅ video below everything else */
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff; /* Make text white or light */
  text-align: start;
}

.hero-2-content {
  position: relative;
  z-index: 2;
  color: #fff; /* Make text white or light */
  text-align: center;
}

.team-member .list-inline-item a {
  background: none !important;
}

.team-member .list-inline-item a:hover {
  background: none !important;
}

/*# sourceMappingURL=style.css.map */
/* From Uiverse.io by kennyotsu */ 

.loader {
  color: rgb(255, 255, 255)!important;
  font-family: "Silkscreen", Bold;
  font-weight: 500;
  font-size: 50px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 20px;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
}

/*=================================================================
  Kaiscustom section
==================================================================*/
.infotext p {
  color: #000000 ;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(30px,4vw,50px);
}

.infotext-2 p {
  color: #ffffff ;
  font-family: "Archivo Black", Bold ;
  font-weight: 500;
  font-size: clamp(20px,3vw,40px);
}

.infotitle h1 {
  color: #ffffff ;
  font-family: "Archivo Black", Bold ;
  font-weight: 500;
  font-size: clamp(30px,6vw,70px);
}

.bg-video {
  filter: brightness(50%);
}



.testimonial {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  color: #fff;
  text-align: center;
  background: transparent;
  z-index: 1;
}

.bg2-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 0;
}

.testimonial-slider {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.item {
  margin: 30px 0;
}

.client-details p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #000000;
  max-width: 650px;
  margin: 0 auto 20px auto;
}

.client-thumb {
  margin: 0 auto 15px auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.client-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.client-meta h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  color: #fff;
}

.client-meta span {
  font-size: 0.9rem;
  color: #bbb;
}




#impact {
  padding: 0; /* edge-to-edge look */
}

.impact-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  height: 100vh; /* show full vertical video */
}

.impact-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.impact-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.impact-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.impact-item:hover .impact-overlay {
  opacity: 0;
}

.impact-item video {
  transition: transform 0.3s ease;
}
.impact-item {
  height: 100vh; /* desktop */
}

@media (max-width: 767px) {
  .impact-item {
    height: 50vh; /* mobile */
  }
}

.infotitle-card {
  padding-bottom: 100px;
  padding-top: 100px;
}
.infotext-3 p {
  color: #000000 ;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(15px,2vw,25px);
}

#footer {
  background: #ffffff; /* Dark footer */
  color: #000000;
}

#footer h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

#footer p {
  color: #000000;
  margin: 0 0 8px;
}

.footer-links {
  padding: 0;
  list-style: none;
}

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

.footer-links a {
  color: #000000;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  background: #ffffff;
  color: #000000;
}

.footer-bottom h5 {
  margin: 0;
  font-size: 0.9rem;
}
body {
  overflow-x: hidden;
  
}

.button-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.button-more img {
  height: clamp(30px, 6vw, 70px);
  transition: transform 0.6s ease; /* smooth rotation */
}

.button-more span {
  color: #000000;
  font-family: "Archivo Black", Bold;
  font-weight: 500;
  font-size: clamp(30px, 6vw, 70px);
  text-transform: uppercase;
  text-decoration: none;
  transition: text-decoration 0.2s ease;
}

/* Rotate logo and underline text on hover */
.button-more:hover img {
  transform: rotate(360deg);
}

.button-more:hover span {
  text-decoration: underline;
}

/* Remove default outline on focus */
.button-more:focus {
  outline: none;
  box-shadow: none;
}

.button-more:active {
  outline: none;
  box-shadow: none;
}


/* navbar2 for other tabs
/* ============================================
   Black Version: navbar-2
   ============================================ */

/* Position over content */
.header.navigation-2 {
  position: absolute; /* sit over background */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent; /* transparent by default */
  transition: 0.3s all;
}

/* Transparent navbar container */
.header.navigation-2 .navbar {
  background: #f7f5f5 !important;
  border-radius: 20px;
  box-shadow: none;
}

/* Nav links — black text */
.header.navigation-2 .navbar-nav > li > a {
  color: #000; /* black text */
  font-size: 15px;
  line-height: 26px;
  padding: 20px 15px !important;
  transition: 0.2s ease-in-out 0s;
  text-shadow: none; /* no shadow for black text */
}

/* Active link */
.header.navigation-2 .navbar-nav > li.active a {
  color: #000;
}

/* Hover, active, focus states */
.header.navigation-2 .navbar-nav > li > a:hover,
.header.navigation-2 .navbar-nav > li > a:active,
.header.navigation-2 .navbar-nav > li > a:focus {
  background: none;
  text-decoration: underline;
}

/* Responsive paddings */
@media (max-width: 768px) {
  .header.navigation-2 .navbar-nav > li > a {
    padding: 8px 0 !important;
  }
}

/* Toggler icon — black */
.header.navigation-2 .navbar-toggler {
  color: #000;
  font-size: 30px;
  cursor: pointer;
  outline: none;
}

/* Dropdown menu adjustments */
.header.navigation-2 .dropdown {
  padding: 0;
}

.header.navigation-2 .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.header.navigation-2 .dropdown .dropdown-item {
  padding: 8px 15px;
  color: #000; /* black dropdown items */
  font-size: 15px;
}

.header.navigation-2 .dropdown .dropdown-menu {
  border-radius: 0;
  transform-origin: top;
  background-color: #fff; /* light dropdown background for contrast */
  display: block;
  opacity: 0;
  transition: 0.3s ease;
  visibility: hidden;
  transform: scaleY(0);
}

@media (max-width: 992px) {
  .header.navigation-2 .dropdown .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    transform-origin: unset;
  }
}

.header.navigation-2 .dropdown .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

@media (max-width: 992px) {
  .header.navigation-2 .dropdown .dropdown-menu.show {
    display: block;
  }
}

/* Brand logo — same effect */
.header.navigation-2 .navbar-brand img {
  filter: invert(1);
  height: 60px;
}
.header.navigation-2 .navbar-brand:hover {
  transform: rotate(360deg);
  transition: transform 0.6s ease;
}

.header.navigation-2 + * {
  padding-top: 150px;
}


body {
  overflow-x: hidden; /* no horizontal scrollbar */
}

body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns on desktop */
  gap: 20px;
  padding: 50px;
}

.portfolio-item {
  position: relative;
  aspect-ratio: 9 / 16; /* vertical reels style */
  overflow: hidden;
  cursor: pointer;
}

.portfolio-item img,
.portfolio-item video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-item video {
  display: none;
}

/* Responsive: 2 columns on smaller screens */
@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile */
  }
}









.pricing-section {
  text-align: center;
  padding: 80px 20px;
}

.pricing-title {
  color: #000000;
  font-family: "Archivo Black", Bold;
  font-weight: 500;
  font-size: clamp(30px, 6vw, 70px);
  text-transform: uppercase;
  text-decoration: none;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px 20px;
  /* Make cards equal height */
  height: 100%;
}

.pricing-card .btn {
  margin-top: auto; /* Push button to bottom */
}


.pricing-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.price {
  font-size: 32px;
  margin: 20px 0;
}

.pricing-card ul {
  list-style: none; /* remove default bullets */
  padding-left: 0;
  text-align: left;
}

.pricing-card ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #000;
  font-family: "Outfit", sans-serif;
}

.pricing-card ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px; /* adjust vertical alignment */
  width: 8px;
  height: 8px;
  background-color: black;
  border-radius: 50%;
}

.btn {
  display: inline-block;
  padding: 12px 30px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  transition: 0.3s ease;
}

.btn:hover {
  background: #333;
}

.custom-option {
  margin-top: 40px;
}

.custom-option p {
  font-size: 18px;
}

.custom-option a {
  color: #000;
  text-decoration: underline;
}
.pricing-section h3 {
  color: #000000;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(30px, 4vw, 50px);
}
.price {
  color: #000000;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(15px, 1vw, 20px);

}

.contact-subtitle  {

  margin-bottom: 20px;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}

.contact-slogan  {

  color: #000000 ;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(30px,4vw,50px);
}

p {
  margin-top: auto;
  font-family: "Outfit", sans-serif;
  color: #000000;
  font-size: clamp(15px, 1vw, 20px);
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
