/*

 Theme Name:   GeneratePress Child

 Theme URI:    https://generatepress.com

 Description:  Default GeneratePress child theme

 Author:       Tom Usborne

 Author URI:   https://tomusborne.com

 Template:     generatepress

 Version:      0.1

*/

@font-face {
  font-family: "Gatwick";
  src: url("assets/fonts/Gatwick-Regular.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

a{
  text-decoration: none !important;
}


html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
}

h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 0 !important;
  font-weight: 700 !important;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
}

h6 {
  font-size: 18px;
  line-height: 1.5;
}




/* Mobile Responsive */
@media (max-width: 767px) {
  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 12px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
label,
div,
button,
.main-nav ul li a,
.footer-bar-active {
  font-family: "Gatwick" !important;
  
}
.sub-desc-text{
  color: #000 !important;
}

.inside-header{
  border-bottom: 1px solid #000;
}

.hero-section-wrapper{
  display: grid;
  grid-template-columns: 1fr ;
  align-items: center;
  justify-self: center;
}

.hero-section-wrapper-2{
  padding-bottom: 80px;
}



.hero-section-wrapper img{
  max-width: 600px;
}

.hero-section-wrapper .sub-text{
font-size: 18px !important;
text-align: right !important;
}

.projects-wrapper {
  padding: 0 0 80px;
}

.projects-wrapper h2, .section-wrapper-3 h2{
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.project-contains-wraps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.project-card {

}

.project-card iframe {
  width: 100%;
  height: 200px;
  border-radius: 6px;
}

.project-card .category {
  font-size: 12px;
  color: #777;
  margin-top: 10px;
}

.project-card h3 {
  margin: 5px 0;
}

.project-card p {
  font-size: 14px;
  color: #555;
}

.step-description{
  color: #000 !important;
  font-weight: 500 !important;
}





.eye-img:hover {
    cursor: none !important;
}

.custom-cursor {
    position: fixed;
    width: 80px;
    height: 80px;
    pointer-events: none;
    z-index: 99999;
    display: none;
}

/* Responsive */
@media (max-width: 992px) {
  .project-contains-wraps {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-section-wrapper{
  grid-template-columns: 1fr ;
}

}

@media (max-width: 600px) {
  .project-contains-wraps {
    grid-template-columns: 1fr;
  }
}





  .our-clients-wrapper{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
  }

  .our-clients-sub-wrapper{
	display: flex;
	align-items: center;
  }

  .our-clients-sub-wrapper h2{
	border-right: 1px solid #000;
  }



.hero-section-wrapper {
  padding: 80px 0 !important;
}

.section-wrapper{
  padding: 80px 0 0  !important;
}

.testimonial-marquee{
  padding: 0 0 80px  !important;
}

.section-wrapper-2{
  padding: 80px 0 40px;
    border-bottom: 1px solid #000;
}

.section-wrapper h2, .testimonial-marquee h2{
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.menu-toggle{
  background: transparent !important;
}


.gp-icon svg {
    height: 1.2em;
    width: 1.2em;
    top: .125em;
}


@media(max-width:768px){

  .section-wrapper-2{
  padding: 50px 0 20px;
   
}


.hero-section-wrapper{
  padding: 50px 0 !important;
  flex-direction: column;
}

.projects-wrapper {
  padding: 0 0 50px;
}

.hero-section-wrapper img{
  max-width: 350px;
}

.hero-section-wrapper{
  padding-bottom: 50px !important;
}

iframe{
  height: 200px !important;
}


.section-wrapper{
  padding: 50px 0 0  !important;
}
.testimonial-marquee{
  padding: 0 0 50px  !important;
}

}






.floating-whatsapp {
    position: fixed !important;
    right: 20px !important;
    bottom: 20px !important;
    z-index: 99999 !important;
    display: block !important;
    transition: transform 0.3s ease !important;
}

.floating-whatsapp img {
    width: 60px !important;
    height: 60px !important;
    display: block !important;
}

.floating-whatsapp:hover {
    transform: scale(1.1) !important;
}

@media (max-width: 767px) {
    .floating-whatsapp {
        right: 15px !important;
        bottom: 15px !important;
    }

    .floating-whatsapp img {
        width: 50px !important;
        height: 50px !important;
    }
}



/* Field border color */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width:100%;
}

/* Button styles */
.wpcf7 input[type="submit"] {
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 16px; 
}










.process-step {
    display: grid;
    grid-template-columns: 200px 1fr 200px;
    grid-template-areas:
        "left image right"
        ". description .";

    align-items: center;
    column-gap: 30px;
    margin-bottom: 80px !important;
}

.step-left {
    grid-area: left;
    font-size: 20px;
    color: #222;
}

.step-right {
    grid-area: right;
    font-size: 20px;
    color: #222;
    text-align: right;
}

.step-image {
    grid-area: image;
}

.step-image img {
    width: 100%;
    display: block;
}

.step-description {
    grid-area: description;
    max-width: 700px;
    margin: 20px auto 0;
    padding-top: 15px;
    border-top: 1px solid #d8d8d8;

    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

/* Mobile */
@media (max-width: 767px) {
    .process-step {
        grid-template-columns: 1fr;
        grid-template-areas:
            "left"
            "image"
            "right"
            "description";
        row-gap: 20px;
         margin-bottom: 40px !important;
    }

    .step-left,
    .step-right {
        text-align: center;
    }

    .step-description {
        max-width: 100%;
    }
}














 /* --- all styles inline, no external dependencies --- */
  
  /* FIX: Added container max-width constraint */
  .our-clients-wrapper {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
  }

  .our-clients-sub-wrapper {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 0 2rem;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
  }

  .our-clients-sub-wrapper h2 {
    border-right: 1px solid #000;
    padding-right: 2rem;
    white-space: nowrap;
    margin: 0;
    font-size: 1.5rem;
    min-width: fit-content;
  }

  .epic-root {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 0; /* Prevents flex overflow */
  }
  
  .epic {
    display: grid;
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  
  /* scrollerx base styling */
  .scrollerx {
    width: 100%;
    max-width: 100%;
    opacity: 0;
    transition: opacity 0.45s ease-out;
    will-change: opacity;
    overflow: hidden; /* Ensures no overflow */
  }
  
  .scrollerx.ready {
    opacity: 1;
  }
  
  .scroller__innerx {
    padding-block: 1.25rem;
    display: flex;
    gap: 3rem;
    width: max-content;
    will-change: transform;
  }
  
  /* animation state */
  .scrollerx[data-animated="true"] {
    overflow-x: hidden;
    overflow-y: visible;
  }
  
  .scrollerx[data-animated="true"] .scroller__innerx {
    flex-wrap: nowrap;
    animation: scroll infinite linear;
    animation-duration: var(--_animation-duration, 90s);
    animation-direction: var(--_animation-direction, forwards);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  
  /* direction: right support */
  .scrollerx[data-direction="right"] {
    --_animation-direction: reverse;
  }
  
  /* infinite scroll keyframes */
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-50% - 1.5rem));
    }
  }
  
  /* logo box styling */
  .logox {
    width: 180px !important;
    height: 45px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 20px;
    transition: all 0.2s ease;
  }
  
  .logox img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
  


  .site-footer .inside-site-info{
    border-top: 1px solid #000 !important;
  }






.testimonial-marquee {
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.marquee-track {
    display: flex;
    gap: 30px;
    width: max-content;
    animation: marquee 25s linear infinite;
    will-change: transform;
}

.testimonial-card {
    width: 320px;
    min-height: 120px;
    padding: 20px;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 0 20px 20px 20px;
    flex-shrink: 0;
}

.testimonial-card h3 {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

.testimonial-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pause on hover */
.testimonial-marquee:hover .marquee-track {
    animation-play-state: paused;
}

  




     @media (max-width: 1290px){
      .entry-content{
        padding: 0 20px !important;
  }
   }






   .section-wrapper-3{
    padding: 80px 0 !important;
   }


  /* responsive: on smaller screens reduce gap and box width slightly */
  @media (max-width: 768px) {


       .section-wrapper-3{
    padding: 50px 0 !important;
   }



    .our-clients-sub-wrapper {
      flex-direction: column;
      align-items: stretch;
      gap: 1rem;
      padding: 0 1rem;
    }
    
    .our-clients-sub-wrapper h2 {
      border-right: none;
      border-bottom: 1px solid #000;
      padding-right: 0;
      padding-bottom: 0.5rem;
      text-align: center;
      width: 100%;
    }
    
    .scroller__innerx {
      gap: 2rem;
    }

      #menu-main-menu li {
    height: 50px !important;
    background: #fff !important;
  }

  #menu-main-menu{
    background: #fff !important;
  }

        .entry-content{
        padding: 0 5px !important;
  }
  
}


  
  @media (max-width: 480px) {
    .scroller__innerx {
      gap: 1.5rem;
    }

  }





  .follow-us-section{
    padding:0px !important;
}



.follow-us-links{
    display:flex;
    justify-content: flex-end;
    align-items:center;
    gap:10px;
}

.follow-us-links a{
    display:flex;
    align-items:center;
    gap:6px;
    text-decoration:none;
    color:#fff;
    font-size:18px;
    transition:all .3s ease;
       justify-content: flex-end;
}

.follow-us-links a img{
    width:32px;
    height:32px;
    object-fit:contain;
}

.follow-us-links a:hover{
    transform:translateY(-3px);
    opacity:.8;
}






.project-info{
    margin:0 auto;
    padding:30px 0;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
    align-items:start;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.info-item .label{
    display:block;
    font-size:22px;
    color:#525151;
    margin-bottom:18px;
    font-weight:400;
}

.info-item h2{
    font-size:64px;
    font-weight:500;
    color:#111;
    line-height:1;
    letter-spacing:-2px;
}

/* Tablet */
@media (max-width:991px){

    .project-info{
        grid-template-columns:repeat(2,1fr);
        gap:50px 30px;
    }

    .info-item h2{
        font-size:48px;
    }

    .info-item .label{
        font-size:18px;
    }

}

/* Mobile */
@media (max-width:576px){

    .project-info{
        grid-template-columns:1fr;
        gap:35px;
    }

    .info-item h2{
        font-size:40px;
    }

    .info-item .label{
        font-size:16px;
        margin-bottom:10px;
    }

}



.styles-frames-container{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.styles-frames-container > div{
  flex: 1 !important;
}