 /* ****************************************** BASE ****************************************** */

@font-face {
  font-family: 'danielbk';
  src: url('/assets/fonts/danielbk.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#danielBlackY {
  font-family: 'danielbk', sans-serif;
  color: #FCBF02;
}

#danielBlack0 {
  font-family: 'danielbk', sans-serif;
}

#y {
  color: #FCBF02;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

 /* ****************************************** MAIN CSS ****************************************** */


body {
  font-family: 'Inter', sans-serif;
  background: #262626;
  color: white;
}

p {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 42px;
}

h2,
.h2 {
  font-size: 56px;
}

h1,
.h1 {
  font-size: 72px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  margin: 0 0 10px;
}


.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}


@media (max-width: 1024px) {
  p {
    font-size: 15px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }

  h5,
  .h5 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 36px;
  }

  h2,
  .h2 {
    font-size: 44px;
  }

  h1,
  .h1 {
    font-size: 56px;
  }
}

@media (max-width: 768px) {
  body{
    overflow-x: hidden;
  }
  p {
    font-size: 14px;
  }

  h6,
  .h6 {
    font-size: 14px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 36px;
  }

  h1,
  .h1 {
    font-size: 48px;
  }
}


@media only screen and (min-width:769px) {

  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 15px;
  }
}

section {
  margin: 100px 0px
}


 /* ****************************************** HEADER ****************************************** */
 .navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #222222;
  transition: transform 0.3s ease;
  z-index: 9;
}

.navbar.hidden {
  transform: translateY(-100%);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  background: #222222;
}

.navbar::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.053), transparent);
}

.navbar .logo {
  flex: 1;
  max-width: 200px;
}

.nav-links {
  flex: 3
}

.nav-links ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links a {
  color: white;
  text-decoration: none;
}

.cta-button {
  padding: 0.5rem 1.5rem;
  background-color: white;
  /* Change to your brand color */
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  border:none;
}

.cta-button:hover {
  background-color: #FCBF02;
  /* Darker shade for hover */
}
@media(max-width:768px){
  .cta-button {
    background-color: #FCBF02;
  }
  .navbar{
    padding:15px;
  }
  .navbar .logo img {
   max-width:140px;
  }
}
 /* ****************************************** LAYOUT ****************************************** */

.page-width {
  margin: 40px auto;
  max-width: 1500px;
}

.page-full {
  padding: 0px !important;
}

p {
  margin: 0 0 15px 0;
}

p img {
  margin: 0;
}

@media(max-width:768px){
  .page-width {
    margin: 30px auto;
    padding: 0 30px;
  }
  section{
    margin: 80px 0px;
  }

}

@media only screen and (min-width:769px) {

  .page-full,
  .page-width {
    padding: 0 40px;
  }
}


 /* ****************************************** FOOTER ****************************************** */

footer {
  width: 100%;
}

.footer {
  padding: 2rem 1rem;
  text-align: center;
  border-top: 1px solid #000;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
}

.footer p {
  margin: 0.5rem 0;
  color: white;
  font-size: 0.9rem;
}

.studio-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  color: white;
  flex-wrap: wrap;
}
.studio-contact .logo{
  flex:1;
  gap:20px;
}

.studio-contact .logo img {
  width:200px;
}
.studio-locations{
  flex:2;
  display:flex;
  justify-content: center;
  gap:10px;
}

.studio-location {
  text-align: left;
}

.footer-divider {
  width: 1px;
  height: 80px;
  background-color: white;
  opacity: 0.3;
}

.footer-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}

.footer-links li a {
  text-decoration: underline;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-links li a:hover {
  color: #0056b3;
}

.social-icons {
  display: none;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.social-icons a {
  display: none;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.social-icons a:hover {
  opacity: 0.7;
}

.social-icons img {
  width: 24px;
  height: 24px;
}
.footer .logo{
  display:flex;
  width:100%;
  gap:20px
}

@media(min-width: 768px) {
  .studio-contact {
    margin: 10px !important;
    margin-bottom: 40px !important;
  }
}
@media(max-width:768px){
  .studio-contact{
    display:flex;
    flex-direction: column;
    gap:50px;
    margin-top:0px;
  }
  .footer .logo{
    display:flex;
    flex-direction: column;
    width:100%;
    margin: 0 auto;
    gap:20px;
    align-items: center;;
  }

  .footer .studio-locations{
    display:flex;
    justify-content: center;
    gap: 30px;
  }
}

 /* ****************************************** HERO ****************************************** */


.hero {
  margin-top: 90px;
}

.main-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.hero-content {
  width: 80%;
}

.hero-content#kdKinetics {
  width: 30%;
  margin: 0px !important;
  float: left;
}

.hero-visual {
  width: 100%;
}

.hero-title {
  font-weight: bold;
  line-height: 75px;

  position: relative;
  z-index: 0;
}

.project-hero .main-hero {
  justify-content: space-around;
}

.word-container {
  display: inline-block;
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: absolute;

}

.word-list {
  animation: scrollWords 5s ease-in-out infinite;
  padding-left: 10px;
  position: relative;
  z-index: -2;
}

.word {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100px;
  font-size: 60px;
  font-family: 'danielbk', sans-serif;
  color: #FCBF02;
}

@keyframes scrollWords {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(0);
  }

  33.33% {
    transform: translateY(-100px);
  }

  58.33% {
    transform: translateY(-100px);
  }

  66.66% {
    transform: translateY(-200px);
  }

  91.66% {
    transform: translateY(-200px);
  }

  100% {
    transform: translateY(-300px);
  }
}

.CTA-container {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  gap: 10px;
}

.icon-circle {
  width: 40px;
  height: 40px;
  background-color: #D3D3D3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-arrow {
  width: 16px;
  height: 16px;
  border: solid #000;
  border-width: 2px 2px 0 0;
  transform: rotate(5deg);
}

.CTA-container .call-button {
  background-color: #FCBF02;
  color: #000;
  font-size: 25px;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;

}

.hero-visual {
  width: 100%;
}

.hero-visual img {
  border-radius: 20px;
}

.hero-visual .video-container {
  width: 100%;
  overflow: hidden;
}

.hero-visual .video-container video {
  width: 100%;
}

@media (min-width: 768px) {
  .main-hero {
    margin-top: 150px
  }
}

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
  .main-hero {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
    text-align: center;
  }

  .hero-content {
    width: 100%;
    text-align: center;
  }

  .hero-title {
    font-size: 42px;
    line-height: 56px;
  }

  .word {
    font-size: 48px;
    height: 80px;
  }

  .word-container {
    height: 80px;
    width: 300px;
  }

  .CTA-container .call-button {
    font-size: 20px;
    padding: 8px 14px;
  }

  .hero-visual {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .hero-visual img {
    width: 100%;
    height: auto;
  }
}

/* Mobile*/
@media (max-width: 768px) {
  .main-hero {
    flex-direction: column;
    gap: 30px;
    padding: 0 16px;
    text-align: center;
    margin-top:150px;
  }

  .hero-content {
    width: 100%;
    text-align: center;
  }

  .hero-title {
    font-size: 32px;
    line-height: 44px;
  }

  .word {
    font-size: 36px;
    height: 60px;
  }

  .word-container {
    height: 60px;
  }

  .CTA-container {
    gap: 12px;
  }

  .CTA-container .call-button {
    font-size: 18px;
    padding: 8px 12px;
    width: 80%;
  }

  .icon-circle {
    width: 36px;
    height: 36px;
  }

  .hero-visual {
    width: 100%;
    max-width: 100%;
  }

  .hero-visual img {
    width: 100%;
    height: auto;
  }
  .hero-title {
    text-align: left;
  }

  .word {
    height: 68px;
    font-size: 40px;
  }

  @keyframes scrollWords {
    0% {
      transform: translateY(0);
    }

    25% {
      transform: translateY(0);
    }

    33.33% {
      transform: translateY(-70px);
    }

    58.33% {
      transform: translateY(-70px);
    }

    66.66% {
      transform: translateY(-135px);
    }

    91.66% {
      transform: translateY(-135px);
    }

    100% {
      transform: translateY(-200px);
    }
  }

}


.frame-container {
  position: relative;
  width: 100%;
  /* Full width for responsiveness */
  height: 600px;
  /* Fixed height as reference, can be adjusted for mobile */
  max-width: 800px;
  /* Limits max width on desktop, matching your reference */
  margin: 0 auto;
  /* Centers the container horizontally */
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Two equal columns */
  grid-template-rows: auto auto;
  /* Two rows, auto-sized based on content */
  gap: 20px;
  /* No space between frames, as in your reference */
  padding: 20px;
  /* Optional padding, adjust as needed */
}

.frame {
  position: relative;
  border-radius: 15px;
  /* Rounded corners as in your reference */
  overflow: hidden;
  /* Ensures video stays within rounded corners */
  background-color: #222222;
  /* Dark gray background for frames, as specified */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Optional shadow for depth */
}

.frame-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Preserves aspect ratio, no cropping or stretching */
}

/* Masonry disposition with staggered sizes and positioning */
.left-top {
  grid-column: 1 / 2;
  /* First column */
  grid-row: 1 / 2;
  /* First row */
  margin: 0px auto;
  margin-bottom: -70px;
  /* Staggered overlap as in your reference */
  width: 123px;
  /* Fixed width from reference */
  height: 220px;
  /* Taller frame on the left top */
  animation: slideUpDown 8s ease-in-out infinite;
  /* Smooth 8-second animation */
  margin-right: -0px;
}

.right-top {
  grid-column: 2 / 3;
  /* Second column */
  grid-row: 1 / 2;
  /* First row */
  width: 123px;
  /* Fixed width from reference */
  height: 220px;
  /* Shorter frame on the right top, maintaining height for consistency */
  animation: slideDownUp 8s ease-in-out infinite;
  /* Smooth 8-second animation */
  margin: 0px auto;
  margin-left: -0px;
}

.left-bottom {
  grid-column: 1 / 2;
  /* First column */
  grid-row: 2 / 3;
  /* Second row */
  margin: 0px auto;
  margin-top: -130px;
  /* Staggered overlap as in your reference */
  width: 123px;
  /* Fixed width from reference */
  height: 220px;
  /* Taller frame on the left bottom */
  animation: slideUpDown 8s ease-in-out infinite;
  /* Smooth 8-second animation */
  margin-right: -0px;
}

.right-bottom {
  grid-column: 2 / 3;
  /* Second column */
  grid-row: 2 / 3;
  /* Second row */
  margin: 0px auto;
  margin-top: -120px;
  /* Staggered overlap as in your reference */
  width: 123px;
  /* Fixed width from reference */
  height: 220px;
  /* Shorter frame on the right bottom, maintaining height for consistency */
  animation: slideDownUp 8s ease-in-out infinite;
  /* Smooth 8-second animation */
  margin-left: -0px;
}

/* Animations for sliding */
@keyframes slideUpDown {

  0%,
  100% {
    transform: translateY(0);
    /* Start and end at normal position */
  }

  50% {
    transform: translateY(-70px);
    /* Slide up 70px in the middle, as in your reference */
  }
}

@keyframes slideDownUp {

  0%,
  100% {
    transform: translateY(0);
    /* Start and end at normal position */
  }

  50% {
    transform: translateY(70px);
    /* Slide down 70px in the middle, as in your reference */
  }
}

/* Responsive Design frames*/

/* Tablet - Medium screens (e.g., 768px and up) */
@media (min-width: 768px) and (max-width: 1023px) {
  .frame-container {
    height: 500px;
    /* Reduced height for tablets */
    max-width: 600px;
    /* Narrower width for tablets */
    padding: 15px;
    /* Reduced padding */
  }

  .left-top,
  .left-bottom,
  .right-top,
  .right-bottom {
    width: 100px;
    /* Slightly smaller frames */
    height: 180px;
    /* Slightly smaller frames, maintaining aspect ratio */
  }

  .left-top {
    margin-bottom: -60px;
    /* Reduced stagger for tablets */
  }

  .left-bottom {
    margin-top: -110px;
    /* Reduced stagger for tablets */
  }

  .right-bottom {
    margin-top: -100px;
    /* Reduced stagger for tablets */
  }
}

/* Mobile - Small screens (e.g., below 768px) */
@media (max-width: 767px) {
  .frame-container {
    height: auto;
    /* Auto height for mobile */
    max-width: 100%;
    /* Full width on mobile */
    grid-template-columns: 1fr;
    /* Single column for mobile */
    grid-template-rows: auto auto auto auto;
    /* Four rows for mobile */
    gap: 10px;
    /* Reduced gap */
    padding: 10px;
    /* Reduced padding */
  }

  .frame {
    margin: 0 auto;
    /* Center frames on mobile */
  }

  .left-top {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin-bottom: 0;
    /* Remove stagger on mobile */
    width: 100%;
    /* Full width on mobile */
    height: 180px;
    /* Slightly smaller frames for mobile */
    animation: slideUpDown 8s ease-in-out infinite;
    /* Keep animation */
  }

  .right-top {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-top: 0;
    /* Remove stagger on mobile */
    width: 100%;
    /* Full width on mobile */
    height: 180px;
    /* Slightly smaller frames for mobile */
    animation: slideDownUp 8s ease-in-out infinite;
    /* Keep animation */
  }

  .left-bottom {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    margin-top: 0;
    /* Remove stagger on mobile */
    width: 100%;
    /* Full width on mobile */
    height: 180px;
    /* Slightly smaller frames for mobile */
    animation: slideUpDown 8s ease-in-out infinite;
    /* Keep animation */
  }

  .right-bottom {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    margin-top: 0;
    /* Remove stagger on mobile */
    width: 100%;
    /* Full width on mobile */
    height: 180px;
    /* Slightly smaller frames for mobile */
    animation: slideDownUp 8s ease-in-out infinite;
    /* Keep animation */
  }
}


 /* ****************************************** OUR SERVICES ****************************************** */

.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-list li {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  margin: 12px 0;
  padding-left: 40px;
  position: relative;
}

.services-list li::before {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3E%3Ccircle cx="12" cy="12" r="12" fill="%23F2C14E"/%3E%3Cpath d="M8 16l6-6m0 0h-4m4 0v4" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-size: cover;
}

.scrolling-logos {
  background-color: white;
  overflow: hidden;
  white-space: nowrap;
}

.logo-strip {
  display: flex;
  animation: scroll-logos 40s linear infinite;
}

.logo-strip img {
  vertical-align: middle;
  margin: 10px 20px;
  /* Adjust spacing between logos */
  height: 100px;
  /* Adjust based on your preference */
}

@keyframes scroll-logos {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media(max-width:768px){
    .services p.page-width {
    width: 100% !important;
  }

  .services .services-container {
    flex-direction: column;
    gap: 30px;
  }

  .logo-strip img {
    height: 65px;
  }
}
@media(max-width:768px){
  .services-list li{
    font-size:14px;
  }
}

 /* ****************************************** OUR WORK ****************************************** */

.clear {
  clear: both;
}

img {
  max-width: 100%;
  border: 0px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

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

a:hover {
  color: #e73700;
}

button {
  outline: none !important;
}

/* NEW SLIDER*/
  .slick-slider {
    margin: 40px auto;
    max-width: 1200px;
  }

  .slick-slide {
    box-sizing: border-box;
    margin: 0px 8px;
  }

  .slide {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: width 0.2s ease, transform 0.3s ease, opacity 0.3s ease;;
  }

  .slide .item-desc {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    pointer-events: none;
  }

  .slide.active .item-desc {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .slide.active {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    width: 260px !important;
  }

  .item-desc h6 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
  }

  .item-desc p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

 .slick-slider .cta-button a {
    display: inline-block;
    color: black;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .slide {
      width: 200px !important;
      height: 300px !important;
    }
    .slider-wrapper .draggable{
      padding-left: 130px!important; /* or whatever spacing you want */
      overflow: hidden;
    }
    .slide.active {
      width: 260px !important;
    }
  
    /*.slick-slider .slick-track{  
        transform: translate3d(-220px, 0px, 0px)!important;
    }*/
  }

  @media (min-width: 768px) {
    .slide {
      width: 300px !important;
      height: 500px !important;
    }
    .slider-wrapper .draggable{
      padding-left: 200px!important; /* or whatever spacing you want */
      overflow: hidden;
    }
    
    /*.slick-slider .slick-track{  
        transform: translate3d(-220px, 0px, 0px)!important;
    }*/
  }



/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    margin-bottom: 32px;
  }

  /* -------- Landing page ------- */
 
}

@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h2 {
    margin-bottom: 20px;
  }

  .line-title {
    width: 250px;
  }
  .our-work{
    margin-bottom:40px;
  }
}
 /* ****************************************** GET IN TOUCH ****************************************** */

.highlight {
  background: #3A6FE5;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 600;
}

.step-number-container {
  width: 15%;
  display: flex;
  justify-content: center;
}

.step {
  display: flex;
  margin: 20px 0;
}

.step-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  border: 2px solid #AAB2CF;
  color: #AAB2CF;
  font-size: 20px;
  font-weight: 600;
}

.step-text {
  font-size: 16px;
  color: #AAB2CF;
  line-height: 1.6;
  width: 85%;
}

.service-client {
  color: #3A6FE5;
  text-decoration: none;
  font-weight: 600;
}

.service-client:hover {
  text-decoration: underline;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  /* Space between columns */
}

.GIT .left-column {
  flex: 1;
}

.GIT .left-column h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.GIT .left-column p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

.GIT .right-column {
  flex: 1;
  align-content: flex-end;
}

.GIT .contact-form {
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.GIT .form-group {
  margin-bottom: 1.5rem;
}

.GIT .form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #007BFF;
  /* Brand color for focus */
  outline: none;
}

.GIT .cta-button {
  width: 100%;
  padding: 0.75rem;
  background-color: #007BFF;
  /* Brand color */
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.GIT .cta-button:hover {
  background-color: #0056b3;
  /* Darker shade on hover */
}

@media (min-width:768px){

}
/* Responsive Design */
@media (max-width: 768px) {
  #hideMobile {
display:none;
  }
.GIT{
  margin-bottom:50px;
}
  .GIT .container {
    flex-direction: column;
  }
  .GIT .contact-form{
padding:0px;
  }
  .GIT .left-column,
  .GIT .right-column {
    flex: none;
    width: 100%;
  }
  .step{
    gap:15px;
  }
  .step-number{
    width: 35px;
    height:35px;
  }
}

