/*!
 * Start Bootstrap - Stylish Portfolio v5.0.0 (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */

body {
  font-family: "Montserrat", sans-serif;
  /* hyphens: auto !important; */
  background-color: #FFF !important;
  width: -webkit-fill-available !important;
}

html {
  width: 100%;
  height: 100%;
}

/* Default Cursor */
.custom-cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  pointer-events: none;
  background: #fff;
  mix-blend-mode: difference;
  transition: transform 0.2s ease, width 0.2s ease, height 0.2s ease;
  z-index: 1005;
}

/* Case Study Hover - Larger Cursor */
.custom-cursor.case-study-hover {
  width: 85px;
  height: 85px;
  transform: translate(-50%, -50%) scale(1.5);
}


/* VIEW Text inside Cursor */
.custom-cursor.case-study-hover::before {
  content: "view";
  position: absolute;
  color: white;
  font-size: 14px;
  mix-blend-mode: difference; /* Ensures inversion */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
}

/* Smaller cursor effect for links */
.custom-cursor.link-hover {
  transform: translate(-50%, -50%) scale(1.2);
}





.small{
  font-size: 0.8em !important;
  padding: 0.6em !important;
}

.btn-xl {
  padding: 1rem 2rem;
}

.content-section {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}

@media (max-width: 993px ) {
  .content-section {
  padding-bottom: 2rem;
  }
}

.content-section-heading h2 {
  font-size: 3rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5em;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}


@media (max-width: 992px) {
  .map {
    height: 75%;
  }
}

.map iframe {
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #212529;
  border: 2px solid #212529;
  background: #fff;
  border-radius: 100% !important;
  line-height: 45px;
  z-index: 10;
  -webkit-transition: all .4s ease-in-out;
}


.scroll-to-top:focus, .scroll-to-top:hover {
  color: #fff !important;
  background-color: #212529;
  transform: scale(1.1);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease-in-out;
}

.scroll-to-top:visited {
  color: #fff !important;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease-in-out;
}

.scroll-to-top i {
  font-weight: 800;
}




.pdf {
  bottom: 50% !important;
}

.masthead-nopic{
  /* background-color: #efefef90; */
  padding-top: 8rem;
  padding-bottom: 25rem;
  height: 10em;
  hyphens: auto !important;
}

@media (max-width: 480px) {
  .masthead-nopic {
    padding-top: 4rem;
    padding-bottom: 18rem;
    /* height: 100vh; */
    /* background-size: cover; */
  }
    h2{
    font-size: 1rem !important;
    line-height: 24px !important;
  }
  .masthead-h1{
  font-size: 2.5rem !important;
  line-height: inherit !important;
}
}

@media (min-width: 568px) and (max-width: 823px) {
  .masthead-nopic {
    padding-bottom: 35rem;
  }
}



.masthead {
  max-height: 15rem;
  min-height: 15rem;
  position: relative;
  display: table;
  /* height: 50%;
  padding-top: 6rem;
  padding-bottom: 6rem; */
  background-color: #2C50F7;
  color: #fff;
  /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%),url(../img/iti/It-X-3.png); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

  .masthead h2{
    text-transform: uppercase;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  }

.masthead-view {
  position: relative;
  height: 100vh;
  background-color: #f2f2f2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead-h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead-h1 {
    font-size: 4rem;
  }
}


.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #61656a;
  background: #fff;
  line-height: 50px;
  z-index: 999;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.menu-toggle:focus, .menu-toggle:hover {
  color: #61656a;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
  -webkit-transition: all .4s ease-in-out;

}

.menu-toggle:hover {
  color: #0620b6;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
  -webkit-transition: all .4s ease-in-out;
}

.sidebar-title{
  text-align: left !important;
}

.service-icon {
  background-color: #fff;
  color: #1D809F;
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.25rem;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}


.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  margin: auto auto;
  height: 600px;
  border-radius: 16px;
}

.portfolio-item .caption {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.portfolio-item .caption .caption-content {
  color: #fff;
  margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2 {
  font-size: 1rem;
  font-weight: 600;
  /* text-transform: uppercase; */
  opacity: 0;
}

.portfolio-item .caption .caption-content p {
  font-weight: 300;
  font-size: 1.2rem;
}

/* .portfolio-item:hover .a{
  border: none;
} */

@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 0;
  }
  .portfolio-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-bottom: 3rem;
  }
  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(1rem);
    clip-path: inset(1rem);
  }
  .portfolio-item:hover .caption {
    background-color: #21252995;
    -webkit-clip-path: inset(1rem);
    clip-path: inset(1rem);
  }

  .portfolio-item:hover .caption h2 {
    opacity: 1;
    -moz-transition: all 0.4s ease-in-out 0s;
  	-webkit-transition: all 0.4s ease-in-out 0s;
  	-ms-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
  }

}

footer.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}


a {
  color: #212529;
  text-decoration: none !important;
}



.link-underline {
    display: inline-block;
    color: #212529;
    text-decoration: none;
}

.link-underline:active {
    display: inline-block;
    color: #212529 !important;
    text-decoration: none;
}

.link-underline:hover {
    color: #212529;
    text-decoration: none;
}


.link-underline::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #212529;
    transition: width .3s;
}

.link-underline:hover::after {
    width: 100%;
    transition: width .3s;
}


.link-underline-white {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.link-underline-white::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width .3s;
}

.link-underline-white:hover::after {
    width: 100%;
    transition: width .3s;
}


.linkF-underline {
    display: inline-block;
    text-decoration: none;
}

.linkF-underline::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #6c757d!important;
    transition: width .3s;
}

.linkF-underline:hover::after {
    width: 100%;
    transition: width .3s;
}



.linkAbout{
  /* font-weight: bold !important; */
  font-style: italic;
  /* opacity: 0.6; */
}

.btn-primary {
  background-color: #343A40 !important;
  border-color: #343A40!important;
  color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #343A40 !important;
  border-color: #343A40 !important;
}

.btn-secondary {
  background-color: #343A40 !important;
  border-color: #343A40 !important;
  color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #343A40 !important;
  border-color: #343A40 !important;
}

.btn-dark {
  color: #fff !important;
  background-color: #343A40;
  border: none !important;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.btn-dark:hover{
  background-color: #1e272e95 !important;
  border: none !important;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.btn {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
  font-weight: 700;
}

.bg-primary {
  background-color: #343A40 !important;
}

.text-primary {
  color: #343A40 !important;
}

.text-secondary {
  color: #343A40 !important;
}

.about-bold{
  font-weight: 1000 !important;
}

p {
  hyphens: auto !important;
}

.badge {
  /* background-color: #2C50F7; */
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500 !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.badge-bvg{
  color: #373632;
  border: 1px solid #373632 !important;
  border-radius: .25rem;
  box-shadow: none;
}

.img-contact{
  /* border-radius: 5px; */
  height: auto;
  width: 100%;
  display: block;
  margin: auto;
}

@media (max-width: 480px) {
  .img-contact{
    /* border-radius: 5px; */
    height: auto;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 481px) and (max-width: 992px) {
  .img-contact{
    border-radius: 5px;
    height: auto;
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 350px) {
  h2{
    font-size: 1.5rem;
  }
  h5{
    font-size: 1rem;
  }
  .lead{
    font-size: 1rem;
  }
h6{
  font-size: 14px !important;
  }
.mb-5{
  margin-bottom: 2rem !important;
}
}


hr {
  margin-bottom: 1rem;
  border: 0;
  border-top: 4px solid #21252961 !important;
  width: 4rem !important;
  border-radius: 2rem;
  /* margin-left: 0;
  text-align: left; */
}

.social-c{
  text-align: center;

}

@media (max-width: 992px) {
  .social-c{
    text-align: center !important;
  }
  .about-bold{
    text-align: center !important;
  }
}

.social-l{
  height: 3rem;
  width: 3rem;
  color: #212529;
  display: flex;
  margin: auto;
  border-radius: 2rem;
  border: 1px solid #212529;
  align-items: center;
  justify-content: center;
}

.social-l:hover{
  color: #0620b6;
  background-color: #0620b614;
  border: 1px solid #0620b6;
  -webkit-transition: all .4s ease-in-out;

}


.cap-cont {
  padding-right: 3rem !important;
  padding-top: 2rem !important;
}

.p-process{
  /* padding-left: 2rem;
  padding-right: 2rem; */
  hyphens: none !important;
}


.svg {
  height: 100px;
  display: block;
  margin: auto;
  padding-bottom: 1rem;
  /* opacity: .5; */

}

@media (max-width: 992px) {
  .svg {
    height: 80px;
    padding-bottom: .5rem;
  }
}

.svg-div{
  margin: 24px;
  background: #F6F6FE;
  padding: 16px;
  height: 250px;
  border-radius: 16px;
}


.p-title{
  color: #212529;
  font-weight: 700 !important;

}

@media (max-width: 767px) {
  /* .p-title{
    text-align: center;
  }
  p {
    text-align: center;
  } */
  .nda{
    font-size: 0.75rem;
    /* line-height: 1 !important; */
  }

  .img-ui{
    width: 70% !important;
  }
}

.nda{
  opacity: 0.5;
  color: red;
  hyphens: none !important;
}

li{
  line-height: 2rem;
}

.hero-color{
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  text-decoration: underline;
  color: #212529;
}

.color-p{
  color: #343a40d6;
}


.bottom-nav{
  background-color: #f2f2f2;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
  text-align: center;
}

.bottom-nav:hover{
  background-color: #0c29b3 !important;
  color: #fff !important;
  -webkit-transition: all .4s ease-in-out;
}

.bottom-nav2{
  background-color: #f2f2f2;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  font-size: 14px !important;
}

.bottom-nav2-active{
  color: #212529 !important;
  font-weight: 500 !important;
  padding-bottom: 7px;
  border-bottom: 3px solid #212529;

}



footer a{
  color: #6c757d!important;
}

.img-ui{
  display: block;
  margin: auto;
  width: 30%;
}


.grow{
  transition: all 0.3s ease;
  cursor: pointer;
}

.grow:hover{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.modal-content{
  border: none !important;
}


@media (min-width: 992px) {
    .modal-lg{
      max-width: 80% !important;
    }
}

.scroll-i {
  display: inline-flex;
  vertical-align: middle;
}

.licon {
  max-width: 50% !important;
  display: block;
  margin: auto;
}

@media (max-width: 720px) {
  .licon {
    max-width: 80% !important;
  }
  .mb-3 {
    margin-bottom: 0.25rem !important;
  }
}


@media (min-width: 992px) {
  .test-img {
    max-width: 50%;
    margin: auto !important;
    display: block;
  }
}

.fullwidth{
  display: block;
  margin: auto;
}

@media (min-width: 1440px) {
.iconF{
  max-width: 1440px;
  display: block;
  margin: auto;
}
}

.gifMa{
  max-height: 60rem;
  overflow: hidden;
}

.award{
  width: 250px !important;
  display: block;
  margin: auto;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all .4s ease-in-out;
}

.award:hover{
  filter: none;
  -webkit-filter: grayscale(0);
  /* -webkit-transform: scale(.98); */
}

.award:focus :active{
  filter: none;
  -webkit-filter: grayscale(1);
  -webkit-transition: all .4s ease-in-out;
  /* -webkit-transform: scale(.98); */
}

.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.five {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-delay: 1s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

/* SIDEBAR */

.h2-sidebar{
  font-size: 22px;
  line-height: 36px;
  padding: 2rem 0 0 0;
}

@media (min-width: 992px ) {
  .h2-sidebar {
    font-size: 22px;
    line-height: 36px;
  }
  .mb-5{
    margin-bottom: 3rem!important;
  }
}


@media (min-width: 2000px ) {
  .h2-sidebar {
    font-size: 2.5rem;
    line-height: 56px;
  }
  .sidebar-ui-1 p{
    font-size: 1.5rem;
  }
  .mb-5{
    margin-bottom: 4rem!important;
  }
  .sidebar-ui-1{
    padding: 30px!important;
  }
}

/* (min-width: 568px) and (max-width: 823px) */

.sidebar-ui-1{
  background: #212529;
  color: #fff !important;
  height: 100vh;
  position: sticky;
  top: 0;
  padding: 15px !important;

}

.container-fluid{
  background:#212529 !important;
  /* padding: 0px 0px 0px 0px !important; */
}

.content-section-home{
  /* padding-bottom: 7.5rem; */
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.fixed-section-links{
  padding: 1rem 0 0 0 !important;

  /* font-size: 16px !important; */
}

.fixed-section-footer{
  margin-top: 1rem;
  margin-left: 0px !important;
  margin-right: 0px !important;
  position: absolute;
  bottom: 0;
}

row{
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100%;

}


.scroll-to-work {
  position: fixed;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  bottom: 1.25rem;
  width: 40%;
  height: 40px;
  text-align: center;
  /* color: #212529; */
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 2.5%;
  z-index: 1;
  font-size: 12px;
  font-weight: 900;
  background: #212529;
}

.scroll-to-work:active{
  color: #fff !important;
  opacity: .7;
}

.scroll-to-work:focus {
  color: #fff !important;
  opacity: .7;
}

.scroll-to-work:hover{
  color: #fff !important;
  opacity: .7;
}

@media (min-width: 600px ) {
  .scroll-to-work {
    display: none;
}
}


.project-title{
  font-size: 2.5rem !important;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: left !important;
  font-weight: bold;
  line-height: initial !important;
}

.italic-p{
  font-style: italic;
  color: grey;
}

.align-hor{
  display: flex;
  align-items: center
}

.awards{
  text-align: left;
}

@media (max-width: 767px ) {
  .awards {
    text-align: center;
}
.portrait{
  width: 100% !important;
  margin-top: 24px;
  border-radius:16px;
}
h6{
  text-align: center;
}
h5{
  text-align: center;
}
}

.portrait{
  width: 100%;
  border-radius: 16px;
}

.logo-nav{
  padding-right: 16px;
}

.navbar {
  margin-bottom: 0px;
  padding: 0px;
  border-radius: 8px; /* Rounded corners */
  position: sticky;
  top: 0;
  width: -webkit-fill-available;
  z-index: 10; /* Ensures the navbar stays on top */
  background-color: #fff; /* Background color */
  box-shadow: none; /* No shadow by default */
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out; /* Smooth transitions */
}

.navbar.scrolled {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Elevation effect */
  top:16px;
  width: -webkit-fill-available;
  margin-right: 1.5rem;
  background-color: #fff;
  color: #212529;
  margin-top: 8px;
}

.navbar.scrolled a{
  color: #212529;
}

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 12px 8px;
  overflow: hidden;
  display: flex; /* Flexbox layout for better spacing */
  justify-content: flex-start; /* Default alignment for larger screens */
  align-items: center; /* Center links vertically */
}

.navbar li {
  float: none;
  color: #212529;
}

.navbar li a {
  font-weight: 500;
  display: block;
  padding: 12px;
  color: #212529;
  text-decoration: none; /* Ensure clean link appearance */
  transition: color 0.3s ease; /* Smooth hover transition */
}

li a:hover{
  color: #212529;
}

li a:focus{
  color: #212529 !important;
}

/* li:hover .link-underline {
  color: white;
} */

@media (max-width: 750px) {

  ul {
    justify-content: center;
    gap: 6px;
  }
 
  li a {
    display: block;
    padding: 8px 24px 8px 0px;
  }

  .navbar{
    padding: 0px 8px;
  }

  .navbar.scrolled{
    margin-right: 0.5rem;
  }
  
  
  .logo-nav{
    padding-right: 8px;
  }


}


@media (min-width:1540px) {
  .navbar.scrolled {
    margin-right: 25rem;

}


}

.project-img{
  height: inherit;
  object-fit: cover;
  width: 100%;
}

.global-padding {
    padding: 1.5rem;
    margin-bottom: 40px;
}

@media (min-width:1540px) {
    .global-padding {
      padding-top: 4.5rem;
      padding-right: 25rem;
      padding-bottom: 25rem;
      padding-left: 25rem;

}


}

@media (max-width: 750px) {
  .global-padding {
    padding: 0.25rem;
  }
  li a{
    padding-right: 12px;
  }
}


.flex-container{
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
}

@media (max-width: 750px) {
  .flex-container {
    flex-direction: column;
  }
}

.flex-container-contact-links{
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  align-items: center;
}

.hero-text{
  font-family: "EB Garamond", serif;
  font-size: 56px; 
  text-align: left;
  line-height: 58px;
}

.hero-text-button{
  font-weight: 500 !important;
  color: #212529 !important;
  font-family: 'Montserrat';
  font-size: 18px;
  padding: 12px 24px;
  border: 2px solid #212529;
  border-radius: 50px;
  position: fixed;
  left: 16px;
  bottom: 16px;
  background: #fff;
  z-index: 100;
  transition: all 0.2s ease-in-out; /* Smooth transition */
}

.hero-text-button:hover {
  color: #fff !important;
  background-color: #212529 !important;
  transform: scale(1.05);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

.hero-text-button:focus {
  color: #212529;
}

.hero-button{
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding: 24px; 
  background-color: #4248E5;
  color: #ffffff; 
  border-radius: 8px;
  min-width: 150px;
}

.hero-button-outline{
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding: 22px; 
  border-radius: 8px;
  border: 2px solid #4248E5;
  color: #4248E5;
  min-width: 150px;
}

.hero-button:hover{
  background-color: #151BBE;
  color: #fff;
}


.hero-button:active{
  color: #fff;
}

.hero-button-outline:hover{
  border-color: #151BBE;
  color: #151BBE;
  background-color: #eaeaff;
}


.hero-buttons{
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 750px){
  .hero-buttons{
    margin-top: 24px;
    margin-bottom: 40px;
    width: -webkit-fill-available;
  
  }

  .hero-btn{
    width: -webkit-fill-available;
  }

  .hero-button{
    padding:16px;
  }

  .hero-button-outline{
    padding:14px;
  }


}

.case-studies-section{
  padding: 48px 15px !important;
  margin: 0rem -1.5rem !important;
  background-color: #000 !important;
}


.top-section{
  padding-top: 48px;
  padding-bottom: 40px;
  background-color: #fff;
}

.weather-time-bar{
  font-weight: 500;
  padding-right: 24px;
  white-space: nowrap; /* Prevent text wrapping */
  margin-left: auto; /* Push weather/time to the right */
}



@media (max-width: 750px) {
  .hero-text{
    font-size: 28px;
    line-height: 40px;
  }

  .hero-color{
    font-size: 22px;
  }

  .top-section{
    padding-bottom: 20px;
    margin-top: 24px;
  }

  .weather-time-bar{
    display: none;
  }

  .case-studies-section{
    margin: 0rem !important;
  }


}

.skills-chip{
  border: 1px solid #21252970; 
  padding: 12px 16px; 
  border-radius: 40px;
  font-weight: bold;
}

.chips{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}


.project-chip {
  background-color: #212529;
  color: #ffff;
  /* border: 2px solid #212529; */
  font-weight: bolder;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  z-index: 2;
}

.project-dropcard {
  background: #fff;
  height: 100px;
  margin-right: 1rem;
  margin-left: 1rem;
  border-radius: 24px;
  margin-top: -24px;
  color: #212529;
  bottom: 0;
  position: absolute;
  width: -webkit-fill-available;
  border: 1px solid #EAEBEB;
}

.project-dropcard p{
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  width: -webkit-fill-available;
  text-align: center;
}

.portfolio-item:hover p{
  color: #151BBE;
}


.project-img-dropcard{
  height: 90%;
}

@media (max-width: 750px) {
  .project-img-dropcard{
    position: inherit;
  }

  .project-dropcard p{
    font-weight: 600;
    font-size: 14px;
  }

  .project-dropcard{
    border-radius: 16px;
    margin: 0rem 0.25rem;
  }

  .project-img-dropcard{
    border-radius: 16px;
  }

}


.centered-div {
  background-color: #F4F4F4;
  color: #e86654;
  display: flex; /* Enables flexbox */
  justify-content: center; /* Horizontally centers the content */
  align-items: center; /* Vertically centers the content */
  padding: 20px; /* Adds padding around the div */
  height: 60px; /* Example height, adjust as needed */
}

.centered-div p {
margin-bottom: 0px;
}


.image-container {
  background: url('../img/index/BVG3.png') no-repeat center center; /* Default center */
  background-size: cover;
  position: relative; /* Enables positioning for child elements */
  min-height: 550px; 
  border-radius: 16px;
  margin: 0px 16px;
}

.chips-container {
  position: absolute; /* Allows placement relative to the parent container */
  bottom: 24px; /* 24px from the bottom */
  left: 24px; /* 24px from the left */
  display: flex; /* Optional: Aligns the chips horizontally */
  gap: 8px; /* Optional: Adds spacing between chips */
}

.big-quote{
  font-size: 56px; 
  font-weight: 400; 
  line-height: 68px; 
  text-align: center;
}


@media (max-width: 750px) {
  .big-quote {
    font-size: 40px;
    line-height: normal;
  }

  .big-quote-container{
    padding: 24px !important;
    border-radius: 0px !important;
  }
  
  .chips-container {
    bottom: 16px; /* 24px from the bottom */
    left: 16px; /* 24px from the left */
    
  }

}

.big-quote-user{
  text-align: center;
  font-weight: 400;
}

.big-quote-container{
  padding: 48px 24px;
  background-color: #f4f4f4;
  border-radius: 16px;
}


/* General Grid Container Styling */
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); /* Responsive columns */
  gap: 24px; /* Space between items */
  width: -webkit-fill-available;
}

/* Grid Item Styling */
.grid-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  height: 250px;
  background: #F6F6FE; /* Light background for items */
  border-radius: 16px;
  padding: 24px;
}


/* SVG Styling for Color Customization */
.grid-item .svg {
  width: 100px; /* Size of the icons */
  height: 100px;
}


/* Paragraph Styling */
.p-process {
  color: #212529;
  font-weight: 500;

}

/* Responsive Breakpoints */
@media (max-width: 750px) {
 
  .grid-container{
    padding: 0px 16px;
  }

  .grid-item {
    padding: 16px;
  }

  .svg {
    width: 48px;
    height: 48px;
  }

}


.quoteBubble{
  background: #f4f4f4;
  padding: 16px;
  border-radius: 16px;
}

.img-fluid{
  border-radius: 16px;
}



.gif-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.gif-item {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  animation: cycleGifs 9s infinite; 
}

/* Keyframes to cycle the GIFs */
@keyframes cycleGifs {
  0% {
    background-image: url('https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExMmk5dDVtcG9wNHU3bDZwNTluY25reWF1ZjhrOTBqOG40MGgweDlmeSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/SUtKUblVAvwMkTvaiT/giphy.gif');
  }
  33% {
    background-image: url('https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExNHBsZHB1NGljZ2h6bmR0Z3l6NnR5OGRxdmE4azkzNnIxdnU5dDR4biZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/VEUrjKtljPbshsWOR6/giphy.gif');
  }
  66% {
    background-image: url('https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExazB5Ynd6ZWUxbmMxemR6dHB0YjJtY3R3aWgwa28wZGR1bWE2ZWs1MyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/hJFXEp8KLmNtda5Q9A/giphy.gif');
  }
  100% {
    background-image: url('https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExMmk5dDVtcG9wNHU3bDZwNTluY25reWF1ZjhrOTBqOG40MGgweDlmeSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/SUtKUblVAvwMkTvaiT/giphy.gif');
  }
}


/* Fix: Stop animation and force the hover GIF */
.gif-container:hover .gif-item {
  animation: none !important;  /* Stop cycling */
  background-image: url('https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExbGljeGFveGNybm5wNnk3c2Fxb2loczJxN2lyNHIxaGNpeXhwbjk3eiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/88iYsvbegSUn9bSTF8/giphy.gif') !important; /* Hover GIF */
}

/* Text overlay */
.hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6); /* Dark semi-transparent background */
  color: #fff;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Show text on hover */
.gif-container:hover .hover-text {
  opacity: 1;
}


.cta-section{ 
  padding: 56px 0px;
  background-color: #fff;
}

.logo-row {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  padding: 60px 0;
  position: relative;
}

/* Create the moving container */
.logo-container {
  gap: 24px;
  padding-bottom: 28px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}


.logo-belt-container {
  gap: 46px;
  display: flex;
  justify-content: center;
  padding: 12px 24px;
  flex-wrap: wrap;
}

.logo-belt {
  background-color: #fff;
  margin: 0rem -1.5rem;
  padding: 32px 0px;
  border-top: 1px solid #EAEBEB;
  border-bottom: 1px solid #EAEBEB;
}



.logo {
  max-height: 28px;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}


@media (max-width: 750px) {
  .logo-row{
    gap: 48px;
  }

  .logo-container {
    padding-top: 8px;
    padding-bottom: 32px;
  }

  .logo-belt {
    margin: 0;
  }
  
}

@media (min-width: 1540px) {
  .logo-belt {
    margin: 0rem -25rem;
  }
  .logo-belt .logo{
    max-height: 34px;
  }

  .logo-belt-container{
    gap: 80px;
  }

  .hero-text{
    font-size: 56px;
    line-height: 76px;
  }
  
}


.padding-bottom-24{
  padding-bottom: 24px;
}

.padding-bottom-32{
  padding-bottom: 32px;
}

.padding-bottom-48{
  padding-bottom: 48px;
}

.padding-bottom-16{
  padding-bottom: 16px;
}

.contact-l-text{
  font-size: 32px; 
  line-height: 40px;
  text-align: left;
}

.contact-s-text{
  font-size: 24px; 
  line-height: 36px;
  text-align: left;
}

.contact-xs-text{
  font-size: 20px; 
  text-align: left;
  font-weight: 500 !important;
}



.contact-link-div {
  position: relative;
  border-top: 1px solid #939399;
  color: #212529 !important;
  padding: 16px 12px;
  font-weight: 400;
  overflow: hidden; /* Prevents overflow from ::before animation */
  transition: color 0.3s ease-in-out;
}

.contact-link-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #212529 !important;
  transition: height 0.3s ease-in-out;
  z-index: -1;
}

.contact-link-div:hover {
  color: #fff !important;
  background-color: #212529;
}

.contact-link-div:hover::before {
  height: 100%; /* Expands from top to bottom */
}


.contact-arrow {
  display: inline-block; /* Ensures the transform works properly */
  transform: rotate(-45deg);
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.rotate-icon:hover .contact-arrow {
  transform: rotate(0deg);
}

.project-card {
    background-color: #000;
    height: 600px;
    border-radius: 24px;
    padding: 8px;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
    border: 1.5px solid #fff;
}

.project-card-no-hover {
  background-color: #000;
  height: 600px;
  border-radius: 24px;
  padding: 8px;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  border: 1.5px solid #fff;
}

.project-card-no-hover p{
  font-weight: 600;
  font-size: 18px;
  margin: 0px;
}

.project-card-no-hover img{
  height: 481px;
  object-fit: cover !important;
  width: -webkit-fill-available;
  border-top-left-radius: inherit !important;
  border-top-right-radius: inherit !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.project-card p{
  font-weight: 600;
  font-size: 18px;
  margin: 0px;
}

.project-card img{
  height: 481px;
  object-fit: cover !important;
  width: -webkit-fill-available;
  border-top-left-radius: inherit !important;
  border-top-right-radius: inherit !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.project-card:hover{
  transform: scale(.95);
  transition: transform 0.3s ease-in-out; /* Smooth transition */
  box-shadow: 0px 0px 40px 10px #343333;
  color: #212529 !important;
  background-color: #000; 
}

.project-card-bg{
  height: -webkit-fill-available !important;
  background: #000;
  border-radius: 16px;
}



@media (max-width: 750px) {

  .project-card{
    height: 450px;
    padding: 8px;
    border-radius: 24px;
  }

  .project-card-no-hover{
    height: 450px;
    padding: 8px;
    border-radius: 24px;
  }
  

  .status-tag{
    width: -webkit-fill-available;
    /* justify-content: center; */
  }

  
  
}



.coming-soon-label{
  position: absolute;
  background: #000000;
  color: #fff !important;
  padding: 12px;
  height: 46px;
  left: 0;
  top: calc(50% - -0px);
  z-index: 1;
  text-align: center;
  font-weight: 500;
  width: -webkit-fill-available;
  margin: 0 1.5rem;
  box-shadow: 0rem 1rem 3rem #21252930;
}

.no-hover:hover {
  color: inherit;
  text-decoration: none;
}

.open-for-work-label {
  font-weight: 600;
  color: #5bbb36;
  padding: 0;
  margin: 0;
}

.open-for-work-status {
  height: 16px;
  width: 16px;
  background-color: #5bbb36;
  border-radius: 50%;
}

.status-tag{
  gap:12px;
  align-content: center;
  flex-direction: row;
  align-items: center;
}




.logo-belt-link{
  filter: brightness(0);
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.logo-belt-link :hover{
  transform: scale(1.1);
  filter: brightness(1.3);
}



.flex-logo-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height:100px;
  padding: 0px 24px;
  background: #fff;
  border-top: 2px solid #000;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.flex-logo-row img{
  border-radius: 0% !important;
  max-height: 24px;
  max-width: fit-content;
  object-fit: scale-down !important;

}

@media (max-width: 750px) {
  .project-card img{
    height: 331px;
  }

  .project-card-no-hover img{
    height: 331px;
  }


  .flex-logo-row {
    /* height: 100px; */
    padding: 0px 16px;
    align-content: center;
    gap: 16px;
  }

  .case-studies-body {
    width: 100% !important;
  }

}

.case-studies-body {
  color: #fff !important;
  width: 45%;
}

.case-studies-section .hero-text{
  color: #fff;
}