/*

Theme Name: Creatify

Theme URI: https://templatesjungle.com/

Author: TemplatesJungle

Author URI: https://templatesjungle.com/

Description: Creatify is specially designed product packaged for agencies by TemplatesJungle.

Version: 1.1

*/

/*--------------------------------------------------------------

/** 1. Base Styles

--------------------------------------------------------------*/

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  font-family: "inter", Verdana, sans-serif;

  font-weight: 300;

  font-size: 16px;

  color: #e0e0e0;

  background-color: #0f0f0f;
}

body.no-scroll {
  overflow: hidden;
}

a {
  font-weight: 400;

  color: #e0e0e0;

  text-decoration: none;
}

a:hover {
  color: #ebb017;
}

ul,
ol {
  margin-top: 0;

  margin-bottom: 10px;

  margin-left: 0;

  padding: 0;

  list-style: none;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 5px;

  margin-bottom: 0;
}

ul li,
ol li {
  margin-bottom: 5px;

  outline: 0;
}

ul li a:hover {
  color: #000;
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

dl {
  margin-top: 0;

  margin-bottom: 2rem;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;

  font-size: inherit;

  line-height: inherit;

  outline: 0;
}

figure {
  margin: 0;
}

img {
  display: inline-block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

::selection {
  background: rgba(255, 255, 255, 0.2);

  color: #f5f5f5;

  text-shadow: none;
}

::-moz-selection {
  background: rgba(255, 255, 255, 0.2);

  color: #f5f5f5;

  text-shadow: none;
}

::-webkit-input-placeholder {
  color: #a0a0a0; /* WebKit browsers */

  -webkit-transition: color 0.2s;

  transition: color 0.2s;
}

::-moz-placeholder {
  color: #a0a0a0; /* Mozilla Firefox 19+ */

  -webkit-transition: color 0.2s;

  transition: color 0.2s;
}

:-ms-input-placeholder {
  color: #a0a0a0; /* Internet Explorer 10+ */

  -webkit-transition: color 0.2s;

  transition: color 0.2s;
}

::placeholder {
  color: #a0a0a0;

  -webkit-transition: color 0.2s;

  transition: color 0.2s;
}

/* - Floating & Alignment

------------------------------------------------------------- */

.align-left {
  float: left;

  text-align: left;
}

.align-right {
  float: right;

  text-align: right;
}

.align-center {
  display: block;

  margin-left: auto;

  margin-right: auto;

  text-align: center;

  justify-content: center;
}

/*--------------------------------------------------------------

/** 3. Typography

--------------------------------------------------------------*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2;

  color: #f0f0f0;
}

h1.light,
.h1,
h2.light,
.h2,
h3.light,
.h3,
h4.light,
.h4,
h5.light,
.h5,
h6.light,
.h6 {
  color: #f5f5f5;
}

h1,
h2,
h3 {
  margin: 0 0 25px;
}

h5,
h6 {
  letter-spacing: 1px;
}

h1,
.h1 {
  font-size: 2.5em;

  line-height: 1.4;
}

h2,
.h2 {
  font-size: 1.5em;

  line-height: 1.4;
}

h3,
.h3 {
  font-size: 1.4em;

  line-height: 1.4;
}

h4,
.h4 {
  font-size: 1.1em;

  line-height: 1.4;
}

h5,
.h5 {
  font-size: 0.83em;

  line-height: 1.25;
}

h6,
.h6 {
  font-size: 0.67em;

  line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;

  color: inherit;

  text-decoration: none;
}

p {
  margin: 0 0 20px 0;

  line-height: 2;
}

p:empty {
  display: none;
}

small {
  font-size: 85%;
}

mark {
  background-color: #3a3520;

  padding: 0.28rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

code,
kbd,
var {
  font-size: 14px;
}

code {
  background-color: #2a2a2a;
}

abbr {
  border-bottom: 0.1px dotted #666;

  cursor: help;
}

/*--------------------------------------------------------------

This is main CSS file that contains custom style rules used in this template

--------------------------------------------------------------*/

/* - Button

------------------------------------------------------------- */

button {
  font-size: 1em;

  font-weight: 600;

  border: none;

  height: 65px;

  cursor: pointer;

  background: transparent;
}

.btn-wrap {
  margin-top: 70px;
}

.btn-wrap a {
  font-weight: 500;

  text-transform: uppercase;
}

.btn-normal {
  color: #f5f5f5;
}

.btn-accent {
  background-color: #f0f0f0;

  color: #f5f5f5;

  padding: 20px 30px;
}

.btn-pill {
  border-radius: 50px;
}

.btn-outline-accent {
  border: 1px solid #a4b7b1;

  color: #a0a0a0;

  padding: 20px 35px;

  border-radius: 8px;
}

.btn-outline-accent:hover {
  background-color: #000;
}

.btn-outline-light {
  border: 1px solid #fff;

  color: #f5f5f5;

  padding: 30px 50px;
}

.btn-outline-light:hover {
  background-color: #f5f5f5;

  color: #000;
}

.btn-accent-arrow {
  color: #a0a0a0;
}

.btn-light-arrow {
  color: #f5f5f5;
}

.btn-wrap i.icon {
  transition: 0.5s ease-out;

  font-size: 9px;

  padding-left: 10px;
}

.btn-wrap:hover i.icon {
  padding-left: 20px;
}

.btn-subscribe {
  width: 126px;

  height: 43px;

  font-weight: 500;

  color: #f5f5f5;

  background: #000;

  text-transform: uppercase;
}

.button-box {
  margin: 0 40px;

  width: 20%;

  display: flex;

  align-items: center;
}

.btn-subscribe:hover {
  color: #ebb017;
}

.btn-subscribe i.icon {
  font-size: 15px;

  padding-left: 5px;
}

i.icon.icon-ns-arrow-right {
  font-size: 11px;

  padding-left: 10px;
}

/*--- Button Hover Effect

-----------------------------------------------*/

.btn-hvr-effect {
  position: relative;

  margin: auto;

  padding: 0 22px;

  transition: all 0.2s ease;

  margin: 0;

  color: #fff;
  margin-top: -20px;
}

.btn-hvr-effect:before {
  content: "";

  position: absolute;

  top: -10px;

  right: 5px;

  display: block;

  border-radius: 28px;

  background: rgb(243 197 34);

  width: 35px;

  height: 35px;

  transition: all 0.3s ease;
}

.btn-hvr-effect:hover:before {
  width: 100%;
}

.btn-hvr-effect span {
  position: relative;

  font-size: 18px;
}

.btn-hvr-effect:hover span,
.btn-hvr-effect:hover i.icon {
  color: #000;
}

.btn-hvr-effect i.icon {
  position: relative;

  top: 0;

  margin-left: 10px;

  fill: none;

  transform: translateX(-5px);

  transition: all 0.3s ease;
}

.btn-hvr-effect i.icon:active {
  transform: scale(0.96);
}

/*--- Image Dimension

-----------------------------------------------*/

img.single-image {
  width: 100%;
  height: 665px;
  object-fit: cover;
  border-radius: 15px;
  margin-top: 100px;
}

img.review-image {
  width: 96px;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: -2px 1px 29px -9px rgb(0 0 0 / 20%);
  -webkit-box-shadow: -2px 1px 29px -9px rgb(0 0 0 / 20%);
  -moz-box-shadow: -2px 1px 29px -9px rgba(0, 0, 0, 0.2);
}

img.post-image {
  width: 100%;
  height: 297px;
  object-fit: cover;
}

img.project-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

img.association-image {
  height: 120px;
}

/*--- Image hover Effect

-----------------------------------------------*/

.image-hvr-effect {
  display: flex;

  overflow: hidden;

  cursor: pointer;
}

.image-hvr-effect img {
  transform: scale(1);

  will-change: transform;

  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  z-index: 0;
}

.image-hvr-effect:hover img {
  transform: scale(1.2);
}

/*--- Image Hover Effect Grayscale

-----------------------------------------------*/

.hvr-grayscale:hover img {
  filter: grayscale(100%);

  cursor: pointer;
}

/*--- Pattern Overlay

-----------------------------------------------*/

.pattern-overlay {
  position: relative;
}

.pattern-overlay:before {
  content: "";

  position: absolute;

  left: -110px;

  top: 0;

  width: 424px;

  height: 500px;

  background: url(images/map-pattern.png) no-repeat;
}

/*--- Section Title

-----------------------------------------------*/

h2.section-subtitle {
  font-family: "Cormorant SC", Georgia, serif;

  font-size: 40px;

  font-weight: 400;

  line-height: 1;
  padding-bottom: 25px;
}

h2.section-subtitle.liner {
padding-left: 0px;
}

h2.section-subtitle.liner:before {
  content: "";

  position: absolute;

  top: 8px;

  left: 0;

  width: 22px;

  border-bottom: 3px solid #f3c522;
}

h3.section-title {
  font-family: "Jost", Georgia, serif;

  font-size: 2.6em;

  font-weight: 600;

  line-height: 1.2;

  text-transform: capitalize;
}

/*----- Grid Layout

--------------------------------------------------------------*/

.container {
  max-width: 1421px;

  padding-right: 15px;

  padding-left: 15px;

  margin-right: auto;

  margin-left: auto;
}

.row {
  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-right: -15px;

  margin-left: -15px;
}

.inner-content {
  width: 100%;

  padding: 0 20px;
}

.grid {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;
}
#about .grid{
  justify-content: center!important;
}
/* - Scroll Button

------------------------------------------------------------- */

#scrollToTopBtn {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 9;
  font-size: 16px;

  outline: none;

  background-color: #000;

  color: #f5f5f5;

  width: 50px;

  height: 50px;

  border-radius: 50%;

  cursor: pointer;
}

#scrollToTopBtn:hover {
  background-color: #f3c522;

  color: #f5f5f5;
}

/* - Main Navigation - */

header#header {
  padding: 5px 0;

  background-color: #1a1a1a;
}

header#header ul.menu-list {
  display: flex;
}
#header img {
  width: 150px;
  height: 100px;
}
nav#navbar {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-top: 15px;
}

#navbar .main-menu {
  margin-right: 65px;
}

.main-menu ul.menu-list a {
  font-size: 16px;

  font-weight: 400;

  color: #fff;

  padding: 0 25px;
}

.main-menu ul.menu-list a:hover {
  color: #f0f0f0;
}

.main-menu .hamburger {
  display: none;
}

.main-menu .hamburger .bar {
  display: block;

  width: 25px;

  height: 3px;

  margin: 5px auto;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  background-color: #a0a0a0;
}

.main-logo {
  width: 200px;
}

@media only screen and (max-width: 1180px) {
  .main-logo {
    margin: 0 auto;
  }

  .main-menu ul.menu-list {
    position: fixed;

    top: -500px;

    left: 0;

    width: 100%;

    flex-direction: column;

    text-align: center;

    transition: 0.8s;

    z-index: 9;
  }

  .main-menu .menu-list.responsive {
    top: 0;

    background-color: rgba(0, 0, 0, 0.8);

    padding: 200px 0;

    height: 100%;
  }

  .main-menu .menu-list li.menu-item {
    margin-bottom: 50px;
  }

  #navbar .menu-list.responsive a {
    font-size: 2.5em;
    color: #f5f5f5;
    border-bottom: none;
  }

  #navbar .menu-list.responsive a:hover {
    color: #ebb017;
  }

  .main-menu .hamburger {
    display: block;
    position: fixed;
    top: 40px;
    left: 40px;
    z-index: 9;
    padding: 10px;
    cursor: pointer;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

@media only screen and (max-width: 750px) {
  #navbar .btn-hvr-effect {
    display: none;
  }

  .main-logo {
    width: 80%;
    text-align: center !important;
    padding-left: 75px;
  }
}

/*----- Billboard

--------------------------------------------------------------*/

/* Video Background Hero Section Styles */

#billboard {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
/* Fade effect at bottom of billboard section */
#billboard::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to bottom, 
    transparent 0%, 
    rgba(21, 21, 21, 0.5) 40%, 
    #151515 100%
  );
  pointer-events: none;
  z-index: 2;
}

/* Video Background Styling */
#billboard .video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  object-fit: cover;
}

/* Optional overlay for better text readability */
#billboard .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Dark overlay to make text more readable */
  background: linear-gradient(135deg, rgba(233, 30, 99, 0.2) 0%, rgba(33, 150, 243, 0.2) 100%); /* Optional colored overlay */
  z-index: -1;
}

#billboard .main-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  height: auto;
  position: relative;
  z-index: 1;
}

#billboard .banner-content {
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 2;
  animation: fadeInUp 3.5s ease-out;
}

#billboard .section-subtitle {
  font-family: "Jost", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #ffffff;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

#billboard .banner-title {
  font-family: "Jost", sans-serif;
  font-size: 7rem;
  font-weight: 800;
  font-style: italic;
  line-height: 0.9;
  color: #ffffff;
  margin: 0 0 20px 0;
  letter-spacing: -0.02em;
  text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
}

#billboard .banner-tagline {
  font-family: "Jost", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 50px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

#billboard .btn-wrap {
  margin-top: 20px;
}

#billboard .btn-accent {
  display: inline-block;
  background-color: #e91e63;
  background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
  color: #ffffff;
  padding: 18px 45px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 0px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3);
  position: relative;
  backdrop-filter: blur(10px);
  background-color: rgba(233, 30, 99, 0.9);
}

#billboard .btn-accent:hover {
  background: linear-gradient(135deg, #c2185b 0%, #e91e63 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4);
}

#billboard .btn-accent .arrow {
  margin-left: 8px;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

#billboard .btn-accent:hover .arrow {
  transform: translateX(3px);
}

/* Animation for content */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Remove figure styles as we're using video background */
#billboard figure {
  display: none;
}

/* Fallback for browsers that don't support video */
@supports not (object-fit: cover) {
  #billboard .video-background {
    width: 100%;
    height: 100%;
  }
}

/* Responsive Design */
@media only screen and (max-width: 1200px) {
  #billboard .banner-title {
    font-size: 5.5rem;
  }
  
  #billboard .section-subtitle {
    font-size: 2rem;
  }
  
  #billboard .banner-tagline {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  #billboard .banner-title {
    font-size: 4rem;
  }
  
  #billboard .section-subtitle {
    font-size: 1.5rem;
  }
  
  #billboard .banner-tagline {
    font-size: 1.2rem;
  }
  
  #billboard .btn-accent {
    padding: 15px 35px;
    font-size: 1rem;
  }
  
  /* Ensure video covers mobile screens properly */
  #billboard .video-background {
    min-width: 100vw;
    min-height: 100vh;
  }
}

@media only screen and (max-width: 480px) {
  #billboard .banner-title {
    font-size: 3rem;
  }
  
  #billboard .section-subtitle {
    font-size: 1.2rem;
  }
  
  #billboard .banner-tagline {
    font-size: 1rem;
  }
  
  #billboard .main-banner {
    padding: 40px 20px;
  }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  #billboard .video-background {
    display: none;
  }
  
  #billboard {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  }
  
  #billboard .banner-content {
    animation: none;
  }
}

  }
}

@media only screen and (max-width: 768px) {
  #billboard .banner-title {
    font-size: 4rem;
  }
  
  #billboard .section-subtitle {
    font-size: 1.5rem;
  }
  
  #billboard .banner-tagline {
    font-size: 1.2rem;
  }
  
  #billboard .btn-accent {
    padding: 15px 35px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 480px) {
  #billboard .banner-title {
    font-size: 3rem;
  }
  
  #billboard .section-subtitle {
    font-size: 1.2rem;
  }
  
  #billboard .banner-tagline {
    font-size: 1rem;
  }
  
  #billboard .main-banner {
    padding: 40px 20px;
  }
}

/*----- About Section

--------------------------------------------------------------*/

#about {
  padding: 130px 65px;

  background: #151515;
}

#about figure {
  width: 45%;

  margin-right: 85px;
}

#about .detail-entry {
  width: 45%;

  margin-top: 100px;
}

#about .detail-entry .detail-wrap {
  width: 100%;
}

@media only screen and (max-width: 1040px) {
  #about figure {
    width: 90%;

    margin-right: 0;
  }

  #about img.single-image {
    height: 500px;
  }

  #about .detail-entry {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  #billboard {
    padding-bottom: 145px !important;
  }

  .banner-image {
    width: 80%;
  }

  #billboard .banner-content {
    padding-top: 35px !important;
  }

  .banner-content p {
    margin-bottom: 70px;
  }

  #scrollToTopBtn {
    right: 50px;
  }

  #about-partners .gpp-badge {
    height: 62px !important;
  }

  .fasa-text {
    order: 1;
  }

  #about {
    padding: 40px 0 !important;
  }

  #services {
    margin-bottom: -50px;
  }

  #services .detail-entry {
    padding-top: 50px !important;
  }

  #projects {
    padding: 35px 0 !important;
  }

  #association-with {
    padding: 0px 0 !important;
  }

  /*#about-partners .fasa-photo {

        width: 595px;*/

  #services .service-grid {
    display: flex;

    flex-wrap: nowrap;

    overflow-x: auto;

    gap: 14px;

    padding: 16px 8px 10px;

    scroll-snap-type: x mandatory;

    -webkit-overflow-scrolling: touch;

    margin-top: 50px;
  }

  #services .service-grid::-webkit-scrollbar {
    display: none;
  }

  #services .service-grid .column {
    display: contents;

    padding-top: 0;

    width: auto;
  }

  #services .icon-box {
    flex: 0 0 82%;

    min-width: 260px;

    margin-bottom: 0;

    scroll-snap-align: start;
  }

  #footer a {
    font-size: small;
  }

  #testimonial .button-container {
    right: 107px !important;
  }

  #about .detail-entry .detail-wrap {
    width: 110%;
  }

  #testimonial {
    padding: 0px 0;

    overflow: hidden;
  }

  #team {
    padding: 90px 0 !important;
  }
}

@media only screen and (max-width: 620px) {
  #about {
    padding: 130px 0;
  }

  #services .service-grid {
    padding-top: 16px !important;
  }
}

/*----- Services Section-----*/

#services {
  padding: 150px 0;

  position: relative;
}

#services .detail-entry {
  width: 36%;

  padding-top: 125px;
}

#services .service-grid {
  width: 55%;
}

#services .column {
  width: 30%;
}

#services .column.odd-column {
  padding-top: 93px;
}

#services .icon-box {
  background: #1f1f1f;

  width: 100%;

  padding: 35px 40px;

  margin-bottom: 30px;

  text-align: center;

  box-shadow: -2px 1px 29px -9px rgba(0, 0, 0, 0.2);

  -webkit-box-shadow: -2px 1px 29px -9px rgba(0, 0, 0, 0.2);

  -moz-box-shadow: -2px 1px 29px -9px rgba(0, 0, 0, 0.2);
}

#services .icon-box:hover {
  box-shadow: none;

  cursor: pointer;
}

#services .icon-box .title {
  font-family: "Jost", Verdana, sans-serif;

  font-size: 1.3em;

  font-weight: 600;

  padding-top: 15px;
}

@media only screen and (max-width: 1140px) {
  #services .icon-box {
    padding: 35px 20px;
  }
}

@media only screen and (max-width: 1040px) {
  #services {
    padding: 20px 0 100px;
  }

  #services .detail-entry {
    width: 95%;
  }

  #services .service-grid {
    width: 95%;
  }
}

@media only screen and (max-width: 620px) {
  #services .service-grid {
    width: 95%;

    padding-top: 100px;
  }

  #services .column {
    width: 45%;
  }

  #services .column.odd-column {
    padding-top: 0;
  }
}

/*----- Services Section

--------------------------------------------------------------*/

#projects {
  background-color: darkgrey;

  padding: 0px 0;

  position: relative;

  overflow: visible;
}

#projects .grid {
  justify-content: center;

  align-items: end;
}

#projects .project-style {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

#projects .project-style:last-child {
  margin-right: 0;
}

#projects .project-style figcaption {
  display: flex;
  background: #1f1f1f;
  padding: 30px 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 90px;
}

#projects .project-style:hover figcaption {
  cursor: pointer;
}

#projects .project-style h3 {
  font-size: 1.2em;

  text-transform: capitalize;

  margin: 0;
}

#projects .category-title {
  font-size: 15px;
}

#projects .slick-dots li button:before {
  font-size: 40px;
}

.tab-content .grid {
  padding-bottom: 60px;
}

#projects .tabs {
  justify-content: center;
margin-bottom: 40px;
}

#projects .tabs .tab {
  padding-right: 30px;

  color: #fff;
}

#projects .tabs .tab.active,
#projects .tabs .tab:hover {
  color: #000;
}

#projects .slick-arrow {
  font-family: "icomoon";

  position: absolute;

  bottom: 212px;
}

#projects .prev.slick-arrow {
  content: "\e900";

  left: -72px;
}

#projects .next.slick-arrow {
  content: "\e901";

  right: -42px;
}

#projects .slick-arrow:hover,
#projects .slick-arrow:focus {
  color: #c59d5f;
}

#projects .slick-arrow i.icon {
  font-size: 25px;

  font-weight: bold;

  line-height: 1;
}

.slick-dots li.slick-active button:before {
  outline: 2px solid #d7d7d7;

  border-radius: 50%;
}
.slick-slide img{
    height: 250px;
    width: 315px;
    object-fit: cover;
}

/* Fix for carousel overflow and gaps */
.project-grid.slick-slider {
    overflow: hidden;
    position: relative;
    padding: 0 80px;
}

/* Project Grid Carousel Arrows */
.project-grid .slick-arrow.project-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 50px;
  height: 50px;
  background-color: rgba(31, 31, 31, 0.8);
  border: 2px solid rgba(235, 176, 23, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.project-grid .slick-prev.project-arrow {
  left: 10px;
}

.project-grid .slick-next.project-arrow {
  right: 10px;
}

.project-grid .slick-arrow.project-arrow:hover,
.project-grid .slick-arrow.project-arrow:focus {
  background-color: #ebb017;
  border-color: #ebb017;
  outline: none;
}
.slick-next:before {
    content: '→';
    padding-left: 8px;
}
.slick-prev:before {
    content: '←';
    padding-left: 8px;
}
.slick-prev:before, .slick-next:before {
    font-size: 30px;
}

/* Responsive adjustments for arrows */
@media screen and (max-width: 1400px) {
  .project-grid.slick-slider {
    padding: 0 70px;
  }
}

@media screen and (max-width: 1200px) {
  .project-grid.slick-slider {
    padding: 0 60px;
  }
  
  .project-grid .slick-arrow.project-arrow {
    width: 40px;
    height: 40px;
  }
  
  .project-grid .slick-arrow.project-arrow svg {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 900px) {
  .project-grid.slick-slider {
    padding: 15px 55px;
  }
  
  .project-grid .slick-prev.project-arrow {
    left: 5px;
  }
  
  .project-grid .slick-next.project-arrow {
    right: 5px;
  }
  
  .project-grid .slick-arrow.project-arrow {
    width: 35px;
    height: 35px;
  }
}


.project-grid .slick-track {
    display: flex !important;
    align-items: stretch;
    margin: 0 -4px;
}

.project-grid .slick-slide {
    height: auto;
    display: flex !important;
    align-items: stretch;
    padding: 0 4px;
}

.project-grid .slick-slide > div {
    width: 100%;
    height: 100%;
    display: flex;
}

#projects .project-style img {
    width: auto;
    height: 500px;
    object-fit: cover;
}
@media only screen and (max-width: 1400px) {
  #projects .project-style h3 {
    font-size: 1em;
  }
}

@media only screen and (max-width: 1300px) {
  #projects .tabs {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .project-grid .slick-slide img {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .project-grid img.project-image {
    height: auto;
  }
}

@media only screen and (max-width: 780px) {
  #projects .tabs {
    margin-left: 0;
  }

  #projects .tabs .tab {
    font-size: 15px;

    color: #f5f5f5;

    background: #f3c522;

    padding: 10px;

    margin-right: 10px;

    border-radius: 10px;
  }
}

/*----- Testimonial Section

--------------------------------------------------------------*/

#testimonial {
  padding: 30px 0;

  overflow: hidden;
}

#testimonial .grid {
  display: block;
  justify-content: center;

  position: relative;
}

#testimonial .section-header {
  width: 100%;
  text-align: center;
  margin: 0 auto 60px auto;
}

/* ===================================
   OUR CLIENTS WITHIN PROJECTS SECTION
   =================================== */

/* Clients Wrapper Styling */
#projects .clients-wrapper {
  background-color: #5a5d66;
  background: linear-gradient(135deg, #5a5d66 0%, #4a4d56 100%);
  color: #ffffff;
  padding: 80px 0;
  margin: 55px -50vw 100px -50vw;
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
}

#projects .clients-wrapper .section-header {
  text-align: center;
  margin-bottom: 40px;
}

#projects .clients-wrapper .section-subtitle {
  font-family: "Cormorant SC", Georgia, serif;
  font-size: 1.8em;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

#projects .clients-wrapper .section-subtitle.liner:before {
  border-bottom-color: #f3c522;
}

#projects .clients-wrapper .section-title {
  font-size: 1.3em;
  font-weight: 300;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.4;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Divider Line */
#projects .clients-divider {
  width: 90%;
  max-width: 1200px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 auto 50px;
}

/* Clients Grid */
#projects .clients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#projects .clients-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#projects .clients-list ul li {
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.7;
  padding: 4px 0;
  position: relative;
  padding-left: 18px;
  font-weight: 300;
  transition: all 0.3s ease;
}

#projects .clients-list ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #f3c522;
  font-size: 1.2em;
}

#projects .clients-list ul li:hover {
  color: #f3c522;
  transform: translateX(3px);
}

/* Our Work Section Adjustments */
#projects .grid {
  padding-top: 0;
}

#projects .grid .section-subtitle {
  color: #f0f0f0;
  font-size: 40px;
}

#projects .grid .section-title {
  color: #f0f0f0;
}

/* Animation */
#projects .clients-list {
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}

#projects .clients-list:nth-child(1) {
  animation-delay: 0.1s;
}

#projects .clients-list:nth-child(2) {
  animation-delay: 0.2s;
}

#projects .clients-list:nth-child(3) {
  animation-delay: 0.3s;
}

#projects .clients-list:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media only screen and (max-width: 1200px) {
  #projects .clients-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 30px;
  }
}

@media only screen and (max-width: 992px) {
  /*#projects .clients-wrapper {
    padding: 60px 0;
    margin-left: -30px;
    margin-right: -30px;
  }*/
  
  #projects .clients-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  #projects .clients-wrapper .section-title {
    font-size: 1.2em;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  #projects .clients-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  #projects .clients-list ul li {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 576px) {
  /*#projects .clients-wrapper {
    padding: 50px 0;
    margin: -130px -20px 60px -20px;
  }*/
  
  #projects .clients-wrapper .section-subtitle {
    font-size: 1.5em;
  }
  
  #projects .clients-wrapper .section-title {
    font-size: 1.1em;
  }
  
  #projects .clients-grid {
     grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding: 0 20px;
  }
  
  #projects .clients-list ul li {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}

#testimonial .testimonial-content {
  width: 85%;
  margin: 0 auto;
}

#testimonial .slick-list {
  overflow: unset;
}

#testimonial .testimonial-item {
  display: flex;
}

#testimonial .author-detail {
  background: #1f1f1f;

  padding: 60px 70px;

  margin: 0 8px;

  width: 100%;

  box-shadow: -2px 1px 29px -9px rgba(0, 0, 0, 0.2);

  -webkit-box-shadow: -2px 1px 29px -9px rgba(0, 0, 0, 0.2);

  -moz-box-shadow: -2px 1px 29px -9px rgba(0, 0, 0, 0.2);
}

#testimonial .author-detail q {
  font-size: 18px;

  line-height: 2;
}

#testimonial .author-name {
  font-size: 1.3em;

  font-weight: 700;

  padding: 35px 0 15px 0;

  color: #ffde00;
}

#testimonial .author-thumb {
  display: flex;

  align-items: center;

  margin-right: -31px;

  z-index: 2;
}

#testimonial .button-container {
  display: flex;

  position: absolute;

  bottom: 0;

  right: 140px;
}

#testimonial button.prev.slick-arrow {
  border-right: 1px solid #e2e2e2;

  margin-right: 30px;

  padding-right: 30px;
}

.button-container button.slick-arrow {
  font-size: 1.6em;

  line-height: 0;

  font-weight: 900;

  color: #ffde00;
}

.button-container button.slick-arrow:hover,
.button-container button.slick-arrow:focus {
  color: #ccc;
}

#testimonial h2.section-subtitle.liner:before {
  border-bottom: 3px solid #ffde00;
  display: none;
}

#testimonial h3.section-title {
  color: #ffde00;
}

@media only screen and (max-width: 1200px) {
  #testimonial .section-header {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1040px) {
  #testimonial .section-header {
    width: 100%;
  }

  #testimonial .testimonial-content {
    width: 90%;
  }

  #testimonial .button-container {
    right: 160px;
  }
}

@media only screen and (max-width: 900px) {
  #testimonial .section-header {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 700px) {
  #testimonial .grid {
    display: block;
    justify-content: center;
  }

  #testimonial .section-header {
    width: 100%;
  }

  #testimonial .testimonial-content {
    width: 95%;
  }

  #testimonial .author-detail {
    padding: 50px 30px;
  }

  #testimonial .author-thumb {
    display: none;
  }

  #testimonial .button-container {
    right: 210px;
  }

  #testimonial button.slick-arrow {
    font-size: 1em;
  }

  #testimonial button.prev.slick-arrow {
    border-right: none;

    margin-right: 0;
  }
}

/*----- Affordable Price Section

--------------------------------------------------------------*/

#price-table {
  padding-bottom: 80px;
}

#price-table .column {
  width: 32%;

  padding: 85px 100px;

  box-shadow: -2px 1px 29px -9px rgb(0 0 0 / 20%);

  -webkit-box-shadow: -2px 1px 29px -9px rgb(0 0 0 / 20%);

  -moz-box-shadow: -2px 1px 29px -9px rgba(0, 0, 0, 0.2);
}

#price-table .column:hover {
  cursor: pointer;

  background: #2a2a2a;
}

#price-table .category-title {
  font-size: 1.5em;

  font-weight: 600;
}

#price-table i.icon {
  font-size: 4em;

  color: #edbd0e;

  background: #fef6db;

  border-radius: 50%;

  width: 162px;

  height: 162px;

  justify-content: center;

  display: flex;

  align-items: center;

  margin: 30px auto;
}

#price-table .price strong {
  font-size: 4.2em;
}

#price-table .price {
  display: flex;

  justify-content: center;

  align-items: baseline;

  margin: 35px 0 60px;
}

#price-table sup {
  font-size: 1.2em;

  top: -1.5em;
}

#price-table ul li {
  padding-bottom: 20px;

  margin-bottom: 20px;

  border-bottom: 1px solid #f8f8f8;
}

@media only screen and (max-width: 1280px) {
  #price-table .column {
    padding: 85px 30px;
  }
}

@media only screen and (max-width: 980px) {
  #price-table .column {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  #price-table .column {
    width: 80%;
  }
}

/*----- Blog Section

--------------------------------------------------------------*/

#latest-blog {
  margin: 100px 0;
}

#latest-blog article.column {
  width: 31%;
}

#latest-blog .meta-tag {
  display: flex;

  padding-bottom: 20px;
}

#latest-blog .meta-date {
  padding-right: 15px;

  margin-right: 30px;

  position: relative;
}

#latest-blog .meta-date:before {
  content: ".";

  font-size: 81px;

  color: #ccc;

  position: absolute;

  right: -18px;

  bottom: -14px;
}

#latest-blog .post-item {
  padding: 36px 32px;
}

@media only screen and (max-width: 999px) {
  #latest-blog article.column {
    width: 48%;
  }
}

@media only screen and (max-width: 699px) {
  #latest-blog article.column {
    width: 100%;
  }
}

/*----- Subscribe Section

--------------------------------------------------------------*/

#subscribe {
  background-color: #f9f9f9;

  padding: 145px 0;
}

#subscribe .container {
  max-width: 1200px;
}

#subscribe .section-header {
  width: 30%;

  margin-right: 300px;
}

#subscribe .subscribe-content {
  width: 44%;
}

#subscribe form#form {
  margin-top: 25px;
}

#subscribe input[type="text"] {
  width: 323px;

  padding: 10px;

  border: none;

  background: none;

  border-bottom: 1px solid #c4c4c4;

  font-style: italic;
}

@media only screen and (max-width: 1220px) {
  #subscribe .section-header {
    width: 35%;

    margin-right: 150px;
  }
}

@media only screen and (max-width: 1100px) {
  #subscribe .section-header {
    width: 45%;

    margin-right: 30px;
  }

  #subscribe .subscribe-content {
    width: 50%;
  }
}

@media only screen and (max-width: 960px) {
  #subscribe input[type="text"] {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #subscribe .section-header {
    width: 90%;
  }

  #subscribe .subscribe-content {
    width: 90%;
  }

  #testimonial {
    padding: 120px 0;
  }

  .association-image {
    height: 100px;
  }
}

/*----- Association Section

--------------------------------------------------------------*/

/* Association / Clients carousel */

#association-with {
  padding: 100px 0;
  background-color: darkgray;
}

#association-with .logo-carousel .slick-track {
  display: flex;

  align-items: center;
}

#association-with .logo-carousel .slick-slide {
  display: flex !important;

  justify-content: center;

  align-items: center;

  padding: 0 24px;
}

#association-with .logo-carousel img {
  height: 250px !important;

  width: 250px !important;

  max-width: 100%;

  object-fit: contain;
}

.association-image {
  height: 100px;

  width: auto;

  object-fit: contain;

  margin: 0 20px;
}

/*----- Association Section

--------------------------------------------------------------*/

#footer {
  background-color: #1a1a1a;

  padding: 55px 0;
}

#footer .container {
  max-width: 1200px;
}

#footer ul.menu-list li {
  margin-bottom: 20px;

  outline: 0;
}

#footer .footer-menu {
  width: 16%;
}

#footer strong {
  font-weight: 800;

  display: block;

  padding-bottom: 5px;
}

#footer .footer-item {
  width: 40%;

  margin-left: 300px;
}

#footer .footer-item h2 {
  font-size: 3.4em;
}

#footer-bottom {
  border-top: 1px solid #e7ebf1;

  background: #f7f9fd;

  padding-top: 25px;
}

#footer-bottom ul {
  display: flex;
}

#footer-bottom li {
  padding-left: 10px;
}

@media only screen and (max-width: 1140px) {
  #footer .footer-item {
    margin-left: 100px;
  }
}

@media only screen and (max-width: 800px) {
  #footer .footer-menu {
    width: 50%;

    margin-bottom: 30px;
  }

  #footer .footer-item {
    width: 80%;

    margin-left: 10px;
  }

  #footer .footer-item h2 {
    font-size: 2.4em;
  }
}

@media only screen and (max-width: 500px) {
  #footer-bottom .grid {
    justify-content: center;
  }

  #footer-bottom p {
    text-align: center;
  }
}

/* ===== Contact CTA ===== */

.dark-cta {
  background: #f7f9fd;

  padding: 110px 0 120px;

  color: #f5f5f5;
}

.dark-cta .contact-grid {
  align-items: flex-start;

  gap: 40px;
}

/* Left copy */

.dark-cta .cta-copy {
  width: 44%;

  min-width: 320px;
}

.dark-cta .cta-eyebrow {
  font-family: "Cormorant SC", Georgia, serif;

  font-size: 1.1rem;

  letter-spacing: 0.3px;

  opacity: 0.9;

  margin-bottom: 10px;

  color: #e0e0e0;

  background-color: #0f0f0f;
}

.dark-cta .cta-headline {
  font-family: "Jost", Georgia, serif;

  font-weight: 800;

  font-size: clamp(28px, 3.2vw, 54px);

  line-height: 1.15;

  color: #e0e0e0;

  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

/* Right form */

.dark-cta .cta-form {
  width: 52%;

  background: transparent;
}

.dark-cta .form-row {
  display: flex;

  gap: 18px;

  margin-bottom: 18px;
}

.dark-cta .two-col {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 18px;
}

/* Inputs */

.dark-cta .cta-form input,
.dark-cta .cta-form textarea {
  width: 100%;

  background: #1f1f1f;

  color: #f0f0f0;

  border: none;

  border-radius: 6px;

  padding: 16px 16px;

  height: 52px;

  font-size: 16px;

  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

.dark-cta .cta-form textarea {
  min-height: 96px;

  height: 96px;

  resize: vertical;
}

/* reCAPTCHA placeholder block */

.dark-cta .captcha-row {
  align-items: center;

  gap: 12px;
}

.dark-cta .captcha-placeholder {
  flex: 1;

  min-height: 78px;

  background: #1e5fd0;

  color: #f5f5f5;

  border-radius: 6px;

  display: flex;

  align-items: center;

  padding: 16px 18px;

  font-size: 14px;
}

.dark-cta .captcha-badge {
  width: 78px;

  height: 78px;

  background: #1f1f1f;

  border-radius: 6px;

  background-image: radial-gradient(
      circle at 50% 50%,

      #c9d9ff 0 44%,

      transparent 46%
    ),
    conic-gradient(
      from -40deg,

      #799cf3 0 60deg,

      #1e5fd0 60deg 220deg,

      #799cf3 220deg 360deg
    );

  background-blend-mode: multiply;
}

.dark-cta .btn-yellow {
  width: 100%;

  height: 56px;

  border-radius: 6px;

  text-transform: uppercase;

  font-weight: 800;

  letter-spacing: 1px;

  background: #f3c522;

  color: #000;

  border: none;

  cursor: pointer;
}

.dark-cta .btn-yellow:hover {
  filter: brightness(0.95);
}

.dark-cta .cta-form input:focus,
.dark-cta .cta-form textarea:focus,
.dark-cta .btn-yellow:focus {
  outline: 3px solid rgba(243, 197, 34, 0.45);

  outline-offset: 2px;
}

/* Responsive */

@media (max-width: 1080px) {
  .dark-cta .cta-copy {
    width: 100%;

    margin-bottom: 30px;
  }

  .dark-cta .cta-form {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .dark-cta {
    padding: 80px 0 90px;
  }

  .dark-cta .two-col {
    grid-template-columns: 1fr;
  }
}

/* === ABOUT: Partners & Awards=== */

#about h2.section-subtitle.liner:before {
  border-bottom: 3px solid #00aeef;
  display: contents;
}

#about h3.section-title {
  color: #00aeef;
      margin-top: -35px;
}

#about .btn-accent {
  background-color: #00aeef;

  color: #0f0f0f !important;
}

#about-partners .fasa-text {
  display: flex;

  flex-direction: column;

  gap: 16px;
}

#about-partners .fasa-text .btn-wrap,
#about-partners .fasa-text .btn-wrap a {
  position: static !important;

  transform: none !important;

  display: inline-block;
}

#about-partners .fasa-text .fasa-btn {
  order: 99;
}

#about-partners .btn-accent {
  background-color: #ff7200;
}

/* Top ribbon */

#gpp,
#about-partners .gpp-ribbon {
  background: #ff7200;
}

#about-partners .gpp-ribbon {
  padding: 26px 0;
}

#about-partners .gpp-inner {
  display: grid;

  grid-template-columns: auto 1fr;

  align-items: center;

  gap: 36px;
}

#about-partners .gpp-badge {
  height: 96px;

  width: auto;

  display: block;
}

#about-partners .gpp-copy h2 {
  margin: 0 0 6px;

  font-weight: 800;

  font-size: clamp(24px, 2.6vw, 30px);

  color: #ffffff;
}

#about-partners .gpp-copy p {
  margin: 0;

  color: #f0f0f0;

  font-size: 15px;

  line-height: 1.6;
}

.google {
  max-height: 92px !important;

  height: auto;

  margin-top: -5px !important;
}

/* Dark grey band */

#about-partners .fasa-band {
  background: #f7f9fd;

  padding: 70px 0 90px;

  color: #e8edf1;
}

#about-partners .fasa-inner {
  display: grid;

  grid-template-columns: 1.15fr 1fr;

  align-items: start;

  gap: 48px;
}

/* Left text side */

#about-partners .fasa-text h3 {
  color: #e0e0e0;

  font-weight: 800;

  font-size: clamp(28px, 2.4vw, 40px);

  line-height: 1.2;

  letter-spacing: 0.2px;

  margin: 0 0 28px;
}

#about-partners .fasa-text p {
  font-size: 18px;

  line-height: 1.7;

  color: #e0e0e0;

  background-color: #0f0f0f;

  max-width: 760px;
}

/* Right photo side */

#about-partners .fasa-photo img {
  width: 100%;

  height: 700px;

  display: block;

  object-fit: cover;

  border-radius: 10px;
}

/* Responsive */

@media (max-width: 1024px) {
  #about-partners .gpp-inner {
    gap: 22px;
  }

  #about-partners .gpp-badge {
    height: 84px;
  }

  #about-partners .fasa-inner {
    grid-template-columns: 1fr;
  }

  #about-partners .fasa-photo {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  #about-partners .gpp-inner {
    grid-template-columns: 1fr;

    text-align: left;
  }

  #about-partners .gpp-badge {
    height: 72px;
  }

  #about-partners .fasa-band {
    padding: 56px 0 70px;
  }
}

#services .icon-box.active {
  outline: 3px solid #f3c522;

  box-shadow: none;

  transform: translateY(-2px);
}

#services .icon-box:focus {
  outline: 3px solid #111;

  outline-offset: 2px;
}

#latest-blog .video-embed {
  margin: 0;
}

.video-wrap {
  position: relative;

  width: 100%;

  aspect-ratio: 16 / 9;

  background: #000;

  border-radius: 12px;

  overflow: hidden;

  box-shadow: -2px 1px 29px -9px rgba(0, 0, 0, 0.2);
}

.video-wrap iframe {
  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  border: 0;
}

#latest-blog .post-item {
  padding: 18px 8px 0;
}

.logo-carousel img {
  margin: 0 auto;

  max-height: 100px;
}

.gpp-inner {
  display: flex;

  align-items: center;

  gap: 20px;
}

.gpp-badges {
  display: flex;

  gap: 10px;
}

.gpp-badge {
  max-height: 80px;

  height: auto;
}

/* FAQ Section */

#faqs {
  padding: 130px 0;

  background: #151515;
}

.faq-list {
  max-width: 900px;

  margin: 0 auto;
}

.faq-item {
  width: 100%;

  text-align: left;

  background: #1f1f1f;

  border: 1px solid #333;

  border-radius: 12px;

  padding: 24px 24px 24px 28px;

  margin-bottom: 14px;

  font-family: "Jost", Verdana, sans-serif;

  font-size: 1.1em;

  font-weight: 600;

  color: #f0f0f0;

  display: flex;

  align-items: center;

  justify-content: space-between;

  transition: box-shadow 0.25s ease, background 0.25s ease;

  box-shadow: -2px 1px 29px -9px rgba(0, 0, 0, 0.12);
}

.faq-item:hover,
.faq-item:focus {
  outline: none;

  box-shadow: none;

  background: #2a2a2a;
}

.faq-icon {
  position: relative;

  width: 22px;

  height: 22px;

  flex: 0 0 22px;
}

.faq-icon::before,
.faq-icon::after {
  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  background: #ff7200;

  transform: translate(-50%, -50%);

  transition: transform 0.25s ease, opacity 0.25s ease;
}

.faq-icon::before {
  width: 16px;

  height: 3px;
}

.faq-icon::after {
  width: 3px;

  height: 16px;
}

.faq-item[aria-expanded="true"] .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);

  opacity: 0;
}

.faq-panel {
  background: #1f1f1f;

  border: 1px solid #333;

  border-top: none;

  margin-top: -10px;

  margin-bottom: 14px;

  border-radius: 0 0 12px 12px;

  padding: 0 28px 22px 28px;

  line-height: 1.9;

  color: #e0e0e0;

  background-color: #0f0f0f;

  overflow: hidden;
}

.faq-panel[data-anim="true"] {
  animation: faqSlide 0.25s ease-out;
}

@keyframes faqSlide {
  from {
    opacity: 0;

    transform: translateY(-4px);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}

@media (max-width: 699px) {
  #faqs {
    padding: 20px 0;
  }

  .faq-item {
    padding: 20px;
  }

  .faq-panel {
    padding: 0 20px 18px 20px;
  }
}

/* ===== Custom Brand Colors ===== */

/* Buttons */

.btn-accent {
  background-color: #f5f5f5; /* deep red */

  color: #0f0f0f !important;
}

.btn-accent:hover {
  background-color: #ff7200; /* orange */

  color: #f5f5f5;
}

.btn-hvr-effect:before {
  background: #ffde00; /* yellow highlight circle */
}

/* Links */

a {
  color: #00aeef; /* sky blue */
}

a:hover {
  color: #f30b77; /* pink/magenta hover */
}

/* Section headers */

h2.section-subtitle.liner:before {
  border-bottom: 3px solid #ff7200; /* orange line */
  display:contents;
}

h3.section-title {
  color: #b4033f; /* deep red titles */
}

#services h3.section-title {
  color: #ffde00; /* deep red titles */
  margin-top: -35px;
}

#services h2.section-subtitle.liner:before {
  border-bottom: 3px solid #ffde00;
  display: contents;
}

#services .btn-accent {
  background-color: #ffde00;

  padding: 20px 30px;
}

/* Services icon boxes */

#services .icon-box {
  border-top: 5px solid #ffde00; /* yellow strip accent */
}

#services .icon-box:hover {
  border-top: 5px solid #f30b77; /* pink on hover */
}

/* Projects tabs */

#projects .tabs .tab.active {
  color: #b4033f;
}

#projects .tabs .tab:hover {
  color: #00aeef;
}

/* Footer */

#footer {
  background-color: #b4033f; /* deep red footer */

  color: #f5f5f5;
}

#footer a {
  color: #f5f5f5;
}

#footer a:hover {
  color: #00aeef;
}

/* --- Navigation Hover & Active Colors --- */

/* --- Nav hover + active underline --- */

nav#navbar .menu-list a {
  position: relative;

  display: inline-block; /* ensures underline sits correctly */

  padding-bottom: 6px; /* space for underline */

  transition: color 0.25s ease;
}

/* the underline */

nav#navbar .menu-list a::after {
  content: "";

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  height: 2px;

  background: currentColor; /* uses the link color */

  transform: scaleX(0);

  transform-origin: left center;

  transition: transform 0.25s ease;
}

/* hover colours (your palette) */

nav#navbar .menu-list li:nth-child(1) a:hover {
  color: #b4033f;
} /* Home */

nav#navbar .menu-list li:nth-child(2) a:hover {
  color: #ffde00;
} /* About */

nav#navbar .menu-list li:nth-child(3) a:hover {
  color: #ff7200;
} /* Services */

nav#navbar .menu-list li:nth-child(4) a:hover {
  color: #00aeef;
} /* Projects */

nav#navbar .menu-list li:nth-child(5) a:hover {
  color: #f30b77;
} /* Testimonial */

nav#navbar .menu-list li:nth-child(6) a:hover {
  color: #b4033f;
} /* FAQs */

/* show underline on hover */

nav#navbar .menu-list a:hover::after {
  transform: scaleX(1);
}

/* active state (colour + persistent underline) */

nav#navbar .menu-list li.active a {
  color: #ff7200; /* choose any of your brand colours */

  font-weight: 600;
}

nav#navbar .menu-list li.active a::after {
  transform: scaleX(1);
}

/* --- Fixed Navigation --- */

header#header {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 1000; /* keeps nav above all content */

  background-color: #1a1a1a; /* same as your current bg */

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5); /* subtle shadow when scrolling */
}

/* Push page content down so it’s not hidden under the fixed nav */

body {
  padding-top: 110px; /* adjust depending on header height */
}

/* ===== Team Section ===== */

#team {
  padding: 150px 0;

  background: #151515;
}

#team .section-header {
  margin-bottom: 70px;
}

.team-grid {
  justify-content: center;

  gap: 40px;
}

.team-card {
  background: #1f1f1f;

  width: 30%;

  text-align: center;

  border-radius: 15px;

  overflow: hidden;

  box-shadow: -2px 1px 29px -9px rgba(0, 0, 0, 0.2);

  transition: all 0.3s ease;
}

.team-card:hover {
  box-shadow: none;
}

.team-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: none;
}

.team-info {
  padding: 25px 20px 40px;
}

.team-info .name {
  font-size: 1.4em;

  font-weight: 600;

  margin-bottom: 8px;
}

.team-info .role {
  font-size: 1em;

  color: #b0b0b0;

  margin-bottom: 20px;
}

.team-info .bio {
  font-size: 0.95em;

  color: #e0e0e0;

  background-color: #0f0f0f;

  line-height: 1.6;
}

/* Responsive */

@media only screen and (max-width: 999px) {
  .team-card {
    width: 45%;
  }
}

@media only screen and (max-width: 699px) {
  .team-card {
    width: 100%;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 15px;
}
}

@media only screen and (max-width: 1360px) {
  #billboard .banner-content {
    padding-top: 0px;
  }

  .banner-content h3.banner-title {
    font-size: 1.5em;
  }

  #billboard {
    padding-bottom: 100px;
  }
  .social-links{
      margin-right: 75px;
  }
}

.social-links a {
  color: #b4033f;
}
/* Slick Slider Dots and Auto-scroll Styling */
.testimonial-slider .slick-dots {
  bottom: -50px;
  text-align: center;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.testimonial-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.testimonial-slider .slick-dots li button {
  border: none;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.testimonial-slider .slick-dots li button:before {
  content: '•';
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #ffde00;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.testimonial-slider .slick-dots li.slick-active button:before {
  color: #ff7200;
  opacity: 1;
}

.button-container {
  margin-top: 60px;
}

/* Make sure testimonial items are visible */
.testimonial-slider .testimonial-item {
  outline: none;
}
/* ===== DARK MODE ENHANCEMENTS ===== */

/* Input fields for dark mode */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  background-color: #1f1f1f;
  color: #e0e0e0;
  border-color: #404040;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  background-color: #252525;
  border-color: #ffde00;
}

/* Card and panel backgrounds */


/* Ensure text readability */
.detail-wrap p,
.post-content p,
.description p {
  color: #d0d0d0;
}

/* Section backgrounds alternating */
section {
  background-color: #0f0f0f;
}

#about,
#testimonial,
#team,
#faqs {
  background-color: #151515 !important;
}

/* Better contrast for titles */
.section-title {
  color: #f5f5f5 !important;
}

/* Project tabs dark mode */
.tabs {
  background-color: darkgrey;
}

.tab {
  color: #c0c0c0;
}

/* Contact form dark mode */
#contact-cta {
  background-color: #0f0f0f;
}

.contact-form {
  background-color: #1a1a1a;
}

/* Enhanced video overlay for dark mode readability */
#billboard .video-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}

/* Scrollbar dark mode (webkit browsers) */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #1a1a1a;
}

::-webkit-scrollbar-thumb {
  background: #404040;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Better borders for dark mode */
hr {
  border-color: #333;
}

/* Footer bottom dark background */
#footer-bottom {
  background-color: #0a0a0a;
}
.hp-wrap{
  display: none;
}

/* Contact Form 7 Submit Button - Yellow Style */
.wpcf7-form-control.wpcf7-submit {
  background: #ffde00 !important;
  color: #000 !important;
  border: none !important;
  padding: 16px 16px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  border-radius: 8px !important;
  line-height: 0;
}

.wpcf7-form-control.wpcf7-submit:hover {
  background: #f5d400 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 222, 0, 0.3);
}