.text-center {text-align:center;}
.text-right {text-align:right;}
.m-40 {margin:40px;}
.mb-15 {margin-bottom:15px;}
.mb-20 {margin-bottom:20px;}
.mb-30 {margin-bottom:30px;}
.mb-40 {margin-bottom:40px;}
.mb-50 {margin-bottom:40px;}
.p-40 {padding:40px;}
.pt-20 {padding-top:20px;}
.pb-40 {padding-bottom:40px;}
.pb-60 {padding-bottom:60px;}
.pb-80 {padding-bottom:80px;}
.pl-65 {padding-left:65px;}
.pr-65 {padding-right:65px;}
.pl-80 {padding-left:80px;}
.pr-80 {padding-right:80px;}
    
.col    { flex: 1 0 0%; }
.col-auto { flex: 0 0 auto; width: auto; }
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-1  { flex: 0 0 auto; width: 8.3333%; }
.col-2  { flex: 0 0 auto; width: 16.6667%; }
.col-3  { flex: 0 0 auto; width: 25%; }
.col-4  { flex: 0 0 auto; width: 33.3333%; }
.col-5  { flex: 0 0 auto; width: 41.6667%; }
.col-6  { flex: 0 0 auto; width: 50%; }
.col-7  { flex: 0 0 auto; width: 58.3333%; }
.col-8  { flex: 0 0 auto; width: 66.6667%; }
.col-9  { flex: 0 0 auto; width: 75%; }
.col-10 { flex: 0 0 auto; width: 83.3333%; }
.col-11 { flex: 0 0 auto; width: 91.6667%; }
.col-12 { flex: 0 0 auto; width: 100%; }

/* ---------- sm ≥ 576px ---------- */
@media (min-width: 576px) {
  .col-sm    { flex: 1 0 0%; }
  .col-sm-auto { flex: 0 0 auto; width: auto; }

  .col-sm-1  { flex: 0 0 auto; width: 8.3333%; }
  .col-sm-2  { flex: 0 0 auto; width: 16.6667%; }
  .col-sm-3  { flex: 0 0 auto; width: 25%; }
  .col-sm-4  { flex: 0 0 auto; width: 33.3333%; }
  .col-sm-5  { flex: 0 0 auto; width: 41.6667%; }
  .col-sm-6  { flex: 0 0 auto; width: 50%; }
  .col-sm-7  { flex: 0 0 auto; width: 58.3333%; }
  .col-sm-8  { flex: 0 0 auto; width: 66.6667%; }
  .col-sm-9  { flex: 0 0 auto; width: 75%; }
  .col-sm-10 { flex: 0 0 auto; width: 83.3333%; }
  .col-sm-11 { flex: 0 0 auto; width: 91.6667%; }
  .col-sm-12 { flex: 0 0 auto; width: 100%; }
}

/* ---------- md ≥ 768px ---------- */
@media (min-width: 768px) {
  .col-md    { flex: 1 0 0%; }
  .col-md-auto { flex: 0 0 auto; width: auto; }

  .col-md-1  { flex: 0 0 auto; width: 8.3333%; }
  .col-md-2  { flex: 0 0 auto; width: 16.6667%; }
  .col-md-3  { flex: 0 0 auto; width: 25%; }
  .col-md-4  { flex: 0 0 auto; width: 33.3333%; }
  .col-md-5  { flex: 0 0 auto; width: 41.6667%; }
  .col-md-6  { flex: 0 0 auto; width: 50%; }
  .col-md-7  { flex: 0 0 auto; width: 58.3333%; }
  .col-md-8  { flex: 0 0 auto; width: 66.6667%; }
  .col-md-9  { flex: 0 0 auto; width: 75%; }
  .col-md-10 { flex: 0 0 auto; width: 83.3333%; }
  .col-md-11 { flex: 0 0 auto; width: 91.6667%; }
  .col-md-12 { flex: 0 0 auto; width: 100%; }
}

/* ---------- lg ≥ 992px ---------- */
@media (min-width: 992px) {
  .col-lg    { flex: 1 0 0%; }
  .col-lg-auto { flex: 0 0 auto; width: auto; }

  .col-lg-1  { flex: 0 0 auto; width: 8.3333%; }
  .col-lg-2  { flex: 0 0 auto; width: 16.6667%; }
  .col-lg-3  { flex: 0 0 auto; width: 25%; }
  .col-lg-4  { flex: 0 0 auto; width: 33.3333%; }
  .col-lg-5  { flex: 0 0 auto; width: 41.6667%; }
  .col-lg-6  { flex: 0 0 auto; width: 50%; }
  .col-lg-7  { flex: 0 0 auto; width: 58.3333%; }
  .col-lg-8  { flex: 0 0 auto; width: 66.6667%; }
  .col-lg-9  { flex: 0 0 auto; width: 75%; }
  .col-lg-10 { flex: 0 0 auto; width: 83.3333%; }
  .col-lg-11 { flex: 0 0 auto; width: 91.6667%; }
  .col-lg-12 { flex: 0 0 auto; width: 100%; }
}

/* ---------- xl ≥ 1200px ---------- */
@media (min-width: 1200px) {
  .col-xl    { flex: 1 0 0%; }
  .col-xl-auto { flex: 0 0 auto; width: auto; }

  .col-xl-1  { flex: 0 0 auto; width: 8.3333%; }
  .col-xl-2  { flex: 0 0 auto; width: 16.6667%; }
  .col-xl-3  { flex: 0 0 auto; width: 25%; }
  .col-xl-4  { flex: 0 0 auto; width: 33.3333%; }
  .col-xl-5  { flex: 0 0 auto; width: 41.6667%; }
  .col-xl-6  { flex: 0 0 auto; width: 50%; }
  .col-xl-7  { flex: 0 0 auto; width: 58.3333%; }
  .col-xl-8  { flex: 0 0 auto; width: 66.6667%; }
  .col-xl-9  { flex: 0 0 auto; width: 75%; }
  .col-xl-10 { flex: 0 0 auto; width: 83.3333%; }
  .col-xl-11 { flex: 0 0 auto; width: 91.6667%; }
  .col-xl-12 { flex: 0 0 auto; width: 100%; }
}

/* ---------- xxl ≥ 1400px ---------- */
@media (min-width: 1400px) {
  .col-xxl    { flex: 1 0 0%; }
  .col-xxl-auto { flex: 0 0 auto; width: auto; }

  .col-xxl-1  { flex: 0 0 auto; width: 8.3333%; }
  .col-xxl-2  { flex: 0 0 auto; width: 16.6667%; }
  .col-xxl-3  { flex: 0 0 auto; width: 25%; }
  .col-xxl-4  { flex: 0 0 auto; width: 33.3333%; }
  .col-xxl-5  { flex: 0 0 auto; width: 41.6667%; }
  .col-xxl-6  { flex: 0 0 auto; width: 50%; }
  .col-xxl-7  { flex: 0 0 auto; width: 58.3333%; }
  .col-xxl-8  { flex: 0 0 auto; width: 66.6667%; }
  .col-xxl-9  { flex: 0 0 auto; width: 75%; }
  .col-xxl-10 { flex: 0 0 auto; width: 83.3333%; }
  .col-xxl-11 { flex: 0 0 auto; width: 91.6667%; }
  .col-xxl-12 { flex: 0 0 auto; width: 100%; }
}

li.menu-item a {
    position: relative;
    text-decoration: none;
}

li.menu-item a::after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -10px;
    height: 2px;
    width: auto;
    background-color: currentColor;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

li.menu-item a:hover::after {
    transform: scaleX(1);
}
.home section.about-text {
    padding-bottom:80px;
}
.about-text.home-heading h1 {
    font-family: 'Lora',sans-serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 84px;
    letter-spacing: 0%;
    margin:0;
}

.home section.about-text .container .heading-text-container .heading-text {
    max-width:98% !important;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.home-heading .btn-coming-soon {
    background: #000;
    border-radius: 6px;
    padding: 14px 30px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    margin: 0 0 30px 0;
    display: inline-block;
}

.home section.about-text .container .heading-text-container .heading-text::after {
  content: '';
  display: block;
  background-image: url('/wp-content/uploads/2026/03/tnd-triangle.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  width: 50px; 
  height: 50px;
  flex-shrink: 0;
  margin-left: auto;
    position: relative;
    top: -20px;
}

.home section.introduction .container .introduction-inner p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
}

.page-title {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 0px;
}

.page-title h1 {
    font-family: 'Lora', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
}

/* Case Studies */
.casestudies h1 {
    font-family: 'Lora',sans-serif;
    font-weight: 400;
    font-size: 75px;
    line-height: 76px;
    letter-spacing: 2%;
}
h2.post-sub-title {
    font-family: Lora;
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 2%;
}

/* Services */
section.about-services .container {
    padding-left: 80px;
    padding-right: 80px;
}

section.about-services h3 img {
    height: 11px;
    width: 11px;
    margin: 0 15px 0 0;
}
section.about-services .box p {
    width:57%;
}
section.about-services .box-bg p {
    width: 80%;
}
section.about-services .box-bg h3, 
section.about-services .box-bg p {
    padding: 0px 50px;
}
section.about-services .box-bg a {
    padding: 10px 50px;
}
section.about-services .box-bg a {
font-family: 'Montserrat',sans-serif;
font-weight: 600;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
}

section.about-services h3 {
font-family: 'Montserrat',sans-serif;
font-weight: 600 !important;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-transform:uppercase;
}

section.about-services .box.box-bg {
    padding: 30px 0 20px;
}

section.about-services .box-divider {
    height: 1px;
    width: 100%;
    display: inline-block;
    background: #000;
    margin: 0 0 10px 0;
}

.home section.introduction {
    padding: 100px 0;
}

/* Carousel Module */
.carousel-module .carousel-heading {
    font-family: 'Lora', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 2%;
}

.carousel-module .carousel { 
    padding: 0 0 50px 0;
}
.carousel-module .service-card {
  margin: 0 20px 0 0;
  border-radius: 16px;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  height: 460px;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
}
.carousel-module .slick-list {
  overflow: visible;
}

/* Prevent adjacent slides from showing through */
.carousel-module .slick-slide {
  z-index: 1;
}

.carousel-module .slick-slide:hover {
  z-index: 10;
  position: relative;
}

.carousel-module .service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.01); /* adjust darkness to taste */
  transition: background 0.6s ease;
  z-index: 0;
}

.carousel-module .service-card:hover::before {
  background: rgba(0, 0, 0, 0.55); /* slightly darker on hover */
}

/* Make sure content sits above the overlay */
.carousel-module .service-card .card-body,
.carousel-module .service-card .card-footer {
  position: relative;
  z-index: 1;
}

/* On hover — lift the card */
.carousel-module .service-card:hover {
  transform: translateY(-50px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Show description on hover */
.carousel-module .service-card .card-description {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  color: #fff;
  transition: opacity 0.6s ease, max-height 0.6s ease;
    width: 70%;
    margin: 0 auto;
padding-top:20px;
}

.carousel-module .service-card:hover .card-footer {
    border-top:1px solid #fff !important;
}
.carousel-module .service-card:hover .card-description {
  opacity: 1;
  max-height: 200px; /* adjust to fit your content */
}

/* White text for heading and footer on hover */
.carousel-module .service-card:hover .card-title {
  color: #fff;
}

.carousel-module .service-card:hover .card-footer a,
.carousel-module .service-card:hover .card-footer span {
  color: #fff;
}

.carousel-module .service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-image: inherit; /* will be set via JS */
  opacity: 0;
  transition: opacity 0.4s ease;
}
.carousel-module .service-card::after {
  background-image: var(--hover-img);
}
.carousel-module .service-card:hover::after {
  opacity: 1;
}
.carousel-module .carousel {
  margin-right: -80px; /* pulls last slide into view partially */
}

.carousel-module .carousel .slick-list {
  overflow: visible; /* allows the peeking card to show */
}
.carousel-module .card-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 32px;
}
.carousel-module .card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
letter-spacing: 2%;
  text-transform: uppercase;
  text-align: center;
  line-height: 44px;
  color: #000;
  margin: 0;
}

.carousel-module .card-footer {
  border-top: 1px solid #000;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.carousel-module .card-footer span {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000;
line-height: 100%;
letter-spacing: 0%;
}

.carousel-module .card-footer .arr {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.carousel-module .card-footer a {
display: flex; 
align-items: center; 
justify-content: space-between; 
width: 100%;
text-decoration: none;
}


/* Arrow positioning */
.carousel-module .slick-prev,
.carousel-module .slick-next {
  display: block !important;
  bottom: -50px;
  top: auto;
  width: 36px;
  height: 36px;
  z-index: 10;
}

.carousel-module .slick-prev {
  left: calc(90% - 44px);
}

.carousel-module .slick-next {
  right: calc(10% - 44px);
}

/* Replace default Slick arrow icons */
.carousel-module .slick-prev:before,
.carousel-module .slick-next:before {
  font-family: inherit;
  font-size: 24px;
  color: #1a1a2e;
  opacity: 1;
}


.carousel-module .slick-prev:before {
    display: none;
}
.carousel-module .slick-prev:after {
    background-image: url(/wp-content/uploads/2026/03/carousel-left-arrow.svg);
    background-size: 30px;
    opacity: 1;
    display: block;
}
.carousel-module .slick-next:before {
    display: none;
}
.carousel-module .slick-next:after {
    background-image: url(/wp-content/uploads/2026/03/carousel-right-arrow.svg);
    background-size: 30px;
    opacity: 1;
    display: block;
}


/* Contact */

.contact-form-module h1 {
padding:200px 0 50px 0;
font-family: Lora;
font-weight: 400;
font-size: 64px;
line-height: 100%;
letter-spacing: 0%;
}
.contact-form-module .gform-theme label {
font-family: Montserrat;
font-weight: 600;
font-size: 22px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
}
.contact-form-module .gform-theme input[type="submit"] {
background:transparent !important;
border:none !important;
font-family:'Montserrat', sans-serif !important;
font-weight: 600 !important;
font-size: 22px !important;
line-height: 100% !important;
letter-spacing: 0% !important;
color:#000 !important;
box-shadow:none !important;
padding:0 !important;
}

.contact-form-module .gform-theme .ginput_container_text input,
.contact-form-module .gform-theme .ginput_container_email input,
.contact-form-module .gform-theme .ginput_container_textarea textarea {
border-bottom:1px solid #000 !important;
border-top:none !important;
border-left:none !important;
border-right:none !important;
color:#000 !important;
box-shadow:none !important;
font-family:'Montserrat', sans-serif !important;
font-weight: 600 !important;
font-size: 22px !important;
line-height: 100% !important;
letter-spacing: 0% !important;
text-transform: uppercase !important;
border-radius:0px !important;
padding:0 !important;
}







