    h1,
    h2 {
        font-family: "Instrument Serif", serif;
    }

    header {
        position: absolute;
        z-index: 11;
    }

    body {
        overflow-x: hidden;
        background-color: #000!important;
    }

    .mouse_move::-webkit-scrollbar {
        display: none;
    }

    .container-xl,
    .container-xxl {
        max-width: 1600px !important;
    }
.logo {
  margin-top: 2rem;
    margin-left: 2rem;
}
    /* Banner section */
    .banner-section {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .banner-section h1 {
        font-size: 80px;
    }

    .banner-section .btn {
        width: 15%;
        margin: 0 auto;
    }

    .main {
        background-color: #f9f8ef;

    }

    .project-title {
        font-size: 45px;
        font-weight: 500;
        letter-spacing: -1px;
    }

    .project-description {
        font-family: "Poppins", sans-serif;
        font-size: 1rem;
        line-height: 1.6;
        color: #333;
        width: 60%;
    }

    .project-link {
        text-decoration: underline;
        display: inline-block;
        margin-top: 1.5rem;
        color: #000;
        font-size: 25.6px;
        font-weight: 400;
        letter-spacing: -1px;
        font-family: "Instrument Serif", serif;
    }

    .image-grid img {
        border-radius: 10px;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .section-divider {
        border-top: 1px solid #000;
        margin: 3rem 0;
    }

    /* quote section css */
    .project-sec {
        margin-bottom: 0 !important;
        align-items: flex-start;
        align-self: stretch;
        display: flex;
        flex: 4 0 0px;
        flex-direction: column;
        justify-content: space-between;
    }

    .cta-section {
        background-color: #f9f8ef;
    }

    .cta-text p {
        font-size: 40px;
        line-height: 1.4;
        color: #000;
        letter-spacing: -1px;
        width: 75%;
        margin: 0 auto;
         font-family: "Instrument Serif", serif;
         padding-bottom: 1rem;
    }

    /* about us section */

    .about-title {
       font-size: 30px;
    }

    .about-text {
       font-size: 45px;
    line-height: 1.5;
        color: #111;
        font-family: "Instrument Serif", serif;
        letter-spacing: -1px;
    }

    /* Testimonials section */
    .testimonials-section {
        background-color: #f9f8ef;
        color: #111;

        strong {
            font-family: "Poppins", sans-serif;
            font-style: italic;
            font-weight: 600;
        }

        p {
            font-family: "Poppins", sans-serif;
        }
    }

    .testimonials-section h2 {
        font-size: 50px;
        letter-spacing: -1px;
    }

    .testimonial-p {
        width: 40%;
    }

    .testimonial-client {
        font-size: 1.5rem;
        font-weight: 500;
        font-family: "Instrument Serif", serif;
        letter-spacing: -1px;
    }

    .testimonial-text {
        font-family: "Poppins", sans-serif;
        font-size: 1rem;
        line-height: 1.7;
    }

    hr {
        border-color: #ccc;
    }

    /* Paralax image section */
    .parallax-inner img {
        width: 100%;
        border-radius: 20px;
        height: 700px;
        object-fit: cover;
    }


    /* Footer */
    .footer {
        background-color: #000;
        color: #eee;
        padding: 60px 30px !important;
        font-family: 'Inter', sans-serif;
        margin-top: -20px;
    }

    .footer-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
        margin: auto;
    }

    .footer-col {
        display: flex;
        flex-direction: column;
    }

    .logo-col p {
        margin: 16px 0;
        font-size: 14px;
        color: #ccc;
        max-width: 300px;
    }

    .footer-logo {
        font-size: 32px;
        font-weight: 300;
        color: #F8EFE3;

        img {
            width: 35% !important;
        }
    }

    .footer-btn {
        display: inline-block;
        padding: 8px 24px;
        color: white;
        border: 1px solid white;
        border-radius: 9999px;
        text-decoration: none;
        font-size: 14px;
        transition: all 0.3s;
        width: 21%;
    text-align: center;
    }

    .footer-btn:hover {
        background-color: white;
        color: black;
    }

    .footer-heading {
        font-style: italic;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .footer-email {
        color: #ccc;
        font-size: 14px;
        margin-bottom: 20px;
    }

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

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a {
        color: #ccc;
        text-decoration: none;
        font-size: 14px;
        transition: 0.3s;
    }

    .footer-links a:hover {
        text-decoration: underline;
    }

    .footer-bottom {
        margin-top: 40px;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 12px;
        color: #aaa;
        justify-content: space-between;
        align-items: center;
    }

    .footer-bottom-left {
        display: flex;
        gap: 20px;
    }

    .footer-bottom-left a {
        color: #fff;
        text-decoration: none;
    }

    .footer-bottom-left a:hover {
        text-decoration: underline;
    }

  


    /*banner*/


    .mouse_move {
        position: relative;
        width: 100%;
        height: auto;
        overflow-y: visible;
        overflow-x: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #000;
    }
    .mouse_move.blur {
  filter: blur(8px);
}

    .mouse_move h2 {
        position: relative;
        font-size: 80px;
        text-align: center;
        color: #fff;
        font-family: "Instrument Serif", serif;
        z-index: 11;
        line-height: 1.3;
        letter-spacing: -1px;
    }

    .fixed-text-wrapper {
        position: relative;
        height: 100vh;
    }

    .fixed-text {
        position: fixed;
        top: 35%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        opacity: 1;
        transition: opacity 0.3s ease;
        pointer-events: none;
        z-index: 1111;
        pointer-events: auto;
    }

    .hidden {
        opacity: 0;
    }


    .mouse_move img {
        position: absolute;
    }

    img {
        width: 20%;
    }

    #img1 {
        top: -15rem;
        left: 0rem;
    }

    #img2 {
        top: -11rem;
        right: 25rem;
    }

    #img3 {
        top: -4rem;
        right: -9rem;
    }

    #img4 {
        top: -1rem;
        left: 35rem;
    }

    #img5 {
        top: 21rem;
        left: 3rem;
    }

    #img6 {
        bottom: -13rem;
        left: 35rem;
        z-index: 11;
    }

    #img7 {
        bottom: 3rem;
        right: 24rem;
    }

    #img8 {
        bottom: -13rem;
        right: -10rem;
        z-index: 1;
    }
    
    .black-section {
        position: relative;
        height: 100vh;
        background-color: black;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.5s ease;
        z-index: 10;
    }

    .black-section.fade-out {
        background-color: transparent;
        color: black;
    }



/* .hamburger {
  font-size: 35px;
    color: white;
    background: none;
    border: none;
    margin-right: 3rem;
} */
.w-35 {
  width: 35%;
}
 /* Hamburger Button */
    .hamburger {
        width: 40px;
        height: 30px;
        cursor: pointer;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        margin-right: 13rem;
    }

    .hamburger span {
        display: block;
        height: 2px;
        background: white;
        border-radius: 2px;
        transition: all 0.4s ease;
    }

    .hamburger span:first-child {
        width: 40px;
        align-self: center;
    }

    .hamburger span:last-child {
        width: 24px;
        align-self: end;
    }

    /* Hover Effect */
    .hamburger:hover span:first-child {
        width: 18px;
    }

    .hamburger:hover span:last-child {
        width: 30px;
    }

    /* Active Animation (when sidebar opens) */
    .hamburger.active span:first-child {
        width: 12px;
    }

    .hamburger.active span:last-child {
        width: 36px;
    }

 
/* Sidebar */
.side-menu {
  position: fixed;
  top: 0;
  right: -500px; /* hidden */
  width: 500px;
  height: 100%;
  background-color: #000;
  color: white;
  padding: 2em 1em;
  z-index: 1000;
  transition: right 0.6s ease; /* sidebar slide */
  overflow-y: auto;
}

.side-menu.open {
  right: 0;
}

/* --- Logo + h5 fade up --- */
.side-menu img{
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}
.side-menu h5 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

.side-menu.open img{
  opacity: 1;
  transform: translateY(0);
}
.side-menu.open h5 {
  opacity: 1;
  transform: translateY(0);
}

/* --- li items fade in from right --- */
.side-menu ul li {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.side-menu.open ul li {
  opacity: 1;
  transform: translateX(0);
}

/* Optional stagger effect for li items */
.side-menu.open ul li:nth-child(1) { transition-delay: 0.3s; }
.side-menu.open ul li:nth-child(2) { transition-delay: 0.5s; }
.side-menu.open ul li:nth-child(3) { transition-delay: 0.7s; }
.side-menu.open ul li:nth-child(4) { transition-delay: 0.9s; }
.side-menu.open ul li:nth-child(5) { transition-delay: 1.2s; }
.side-menu.open ul li:nth-child(6) { transition-delay: 1.5s; }
.side-menu.open ul li:nth-child(7) { transition-delay: 1.7s; }
.side-menu.open ul li:nth-child(8) { transition-delay: 1.9s; }
.side-menu.open ul li:nth-child(9) { transition-delay: 2.1s; }

.side-menu .w-50 {
    width: 40% !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.side-menu .bod{
    border-bottom: 1px solid #fff;
}

.side-menu h5 {
 font-family: "Instrument Serif", serif;
    padding: 1rem;
    font-size: 25px;
    line-height: 1.4;
}
.side-menu .close-btn {
  font-size: 24px;
  background: none;
  border: none;
  color: white;
  float: right;
  cursor: pointer;
}

.side-menu ul {
  list-style: none;
  padding: 0 1rem;
  width: 50%;
}

.side-menu li {
  margin: .75rem 0;
}

.side-menu a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}
.contactDetails {
  position: fixed;
    bottom: 1rem;
    gap: 9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
        border-top: 1px solid #fff;
    padding-top: 1rem;
    p{
      margin: 0;
    }
}

body.no-scroll {
  overflow: hidden;
}

/* Homepage Image and line reveal css */
   /* Image reveal */
   :root{
    --reveal-duration: 2000ms;
    --reveal-ease: cubic-bezier(.22,1,.36,1);
    --bg: #f6f6ef;
  }
  .reveal{
    position:relative;
    overflow:hidden;
    border-radius:8px;
    background:transparent;
    height:360px;
    display:block;
    height: 400px;
  }

  /* Image styles */
  .reveal img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;

    /* Start hidden + zoomed in */
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transform: scale(1.1);
    transition:
      clip-path var(--reveal-duration) var(--reveal-ease),
      -webkit-clip-path var(--reveal-duration) var(--reveal-ease),
      transform var(--reveal-duration) ease-out;
    will-change: clip-path, transform;
  }

  /* Overlay for fallback / smoothness */
  .reveal::before{
    content:"";
    position:absolute;
    inset:0;
    background:var(--bg);
    z-index:2;
    transform: translateY(0);
    transition: transform var(--reveal-duration) var(--reveal-ease);
    will-change: transform;
  }

  /* Visible state */
  .reveal.visible img{
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transform: scale(1); /* zoom out to normal */
  }

  .reveal.visible::before{
    transform: translateY(100%);
  }


/* Line reveal */
/* Container for the line */
.line-container {
  width: 100%;
  height: 1px;
  margin: 3rem 0;
  background: transparent;
  overflow: hidden;
  position: relative;
}

/* The actual line */
.line {
  height: 100%;
  background: #000;
  width: 0%;
  transition: width 1s ease;
}

/* When in view */
.line-container.draw .line {
  width: 100%;
}

/* About page */
.about-body {
  background-color: #000;
}
.about-banner {
  height:100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about-banner h1 {
  font-size: 60px;
  color: #fff;
}
.about-banner p {
    color: #fff;
    font-size: 20px;
    width: 40%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.about-banner a {
    margin: 0 auto;
}

/* about page our philosophy section */

.philosophy-section {
  padding: 60px 20px;
}

.philosophy-header h5 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  font-family: "Instrument Serif", serif;
}

.philoshopy-description p{
  font-size: 35px;
  line-height: 1.6;
  color: #fff;
  font-family: "Instrument Serif", serif;

}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  h4, h6 {
    font-family: "Instrument Serif", serif;
  }
}

.philosophy-item h6 {
  font-size: 26px;
  margin-bottom: 12px;
  color: #fff;
}

.philosophy-item h4 {
  font-size: 26px;
  color: #fff;
  margin: 0 0 14px 0;
}

.philosophy-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #ddd;
  font-weight: 400;
  margin-top: 2rem;
    font-family: 'Poppins';
}

.philosophy-item {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: space-between;
}

/* about page banner section */
.hero-wrapper {
    padding: 0 !important;
    margin-bottom: -40px;
}

.hero-image {
  position: relative;
}

.hero-image img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  border-radius: 20px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}

.top-right-text {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}

.bottom-left-text {
  font-family: "Instrument Serif", serif;
  font-size: 36px;
  color: #fff;
  position: absolute;
  bottom:20px;
}
.cta-button {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.cta-button:hover {
  background-color: white;
  color: black;
}
/* About page - Founder CTA */
.founder-section {
    background-color: #f8f8eb;
    padding: 100px 30px !important;
     border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:70px;
}
.founder-right img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.founder-middle h2 {
    font-family: "Instrument Serif", serif;
  font-size: 48px;
  margin-bottom: 20px;
  color: #000;
}
.founder-middle p {
    font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 20px;
  font-family: 'Poppins';
}
/* About page - Contact CTA */
.vision-section {
    background-color: #f8f8eb;
    padding: 100px 30px !important;
     border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height:75vh
}

.contact-label {
  font-family: "Instrument Serif", serif;
  font-size: 22px;
  color: #000;
}

.vision-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.vision-small-image img {
  width: 200px;
  height: auto;
}

.vision-middle h2 {
  font-family: "Instrument Serif", serif;
  font-size: 48px;
  margin-bottom: 20px;
  color: #000;
}

.vision-middle p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 20px;
  max-width: 70%;
  font-family: 'Poppins';
}

.vision-button {
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid #000;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s;
}

.vision-button:hover {
  background-color: #000;
  color: #fff;
}


/* About page - Image horizontal reveal */
.reveal-horizontal-container {
      position: relative;
      width: 400px;
      height: 300px;
      overflow: hidden;
    }

    .reveal-horizontal-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* Overlay for reveal animation */
    .reveal-horizontal-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      transform: translateX(0%);
      transition: transform 1s ease;
    }

    .reveal-horizontal-container.revealed .reveal-horizontal-overlay {
      transform: translateX(100%);
    }
    .horizontal-big {
      width:100%;
      height:100%;
    }
    .line-white {
  background: #fff;
}

/*about banner*/
    .aboutbanner {
        position: relative;
        height: 100vh;
        overflow: hidden;
        --bg-shift: 0px;
    }

    .aboutbanner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 120%;
        background-color: #000;
        background-size: cover;
        background-position: center;
        transform: translateY(var(--bg-shift));
        will-change: transform;
    }

    .banner-text {
        position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    color: white;
    font-size: 30px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.2s linear;
    text-align: center;
        z-index: 111;
 
     pointer-events: auto;
     h1{
      font-size: 60px;
          top: unset;
     }
     p{
      font-family: 'Poppins';
      font-size: 20px;
     }
     a{
font-size: 18px;
     }
    }

    /* This style will be applied when banner ends */
    .banner-text.stopped {
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .abtEmptySec {
       background-color: #000;
       height: 50vh;
    }
.abtBan {
  #img1 {
    position: absolute;
    top: 10rem;
    left: 5rem;
    z-index: 1;
}
#img2 {
    bottom: 0;
    right: 14rem;
    position: absolute;
    z-index: 1;
    top: unset;
}
#img3 {
top: 2rem;
    right: 3rem;
    position: absolute;
    z-index: 1;
}
#img4 {
    bottom: -5rem;
    left: 25rem;
    position: absolute;
    z-index: 1;
     top: unset;
}

}


/* Services page */

/* service page banner section */
.service-wrapper {
    padding: 0 !important;
}
.service-title {
    color: #fff;
    position: absolute;
    top: 18%;
    font-size: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.service-image {
  position: relative;
}

.service-image img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  border-radius: 20px;
}

.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}

.service-top-right-text {
    position: absolute;
    bottom: 20px;
    right: 40%;
    font-family: 'Poppins';
    font-size: 18px;
    color: #fff;
}

.serice-bottom-left-text {
    font-family: 'Poppins';
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    width: 25%;
}
.service-bottom-right {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-family: 'Poppins';
    color: #fff;
    margin-bottom: 0;
}
.prj-space {
  padding-bottom: 100px;
}
.footer-radius {
  border-top-left-radius: 15px;
  border-top-right-radius: 10px;
}
.projects-main {
    padding: 0 20px;
}

/* Single service page */
.single-service-title {
    color: #fff;
    position: absolute;
    top: 26%;
    font-size: 50px;
}
.service-type {
    position: absolute;
    right: 7%;
    bottom: 30px;
    color: #fff;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}
.service-date {
    position: absolute;
    right: 16%;
    bottom: 30px;
    color: #fff;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}
.service-name {
    position: absolute;
    right: 24%;
    bottom: 30px;
    color: #fff;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}
    .single-container {
      display: flex;
    min-height: 200vh; 
    padding: 50px 20px;
    gap: 50px;
    }

    .text-column {
      width: 35%;
      padding-right: 20px;
      position: sticky;
      top: 50px;
      align-self: flex-start;
    }

    .text-column h3 {
      font-size: 24px;
      font-family: "Instrument Serif", serif;
    }

    .text-column p {
    padding-top: 10px;
    font-size:16px;
    font-family: "Poppins", sans-serif;
    }
    .text-column ol {
      padding-top:20px;
      font-family: "Poppins", sans-serif;
    }

    .image-column {
      width: 65%;
      display: flex;
      flex-direction: column;
      gap: 40px;
      padding-top:200px;
    }

    .image-column img {
      width: 100%;
      height: auto;
      border-radius: 4px;
      object-fit: cover;
      opacity: 0;
      transform: translateY(50px);
      transition: all 1s ease;
    }

    .image-column img.visible {
      opacity: 1;
      transform: translateY(0);
    }
.list-service-title {
    color: #fff;
    position: absolute;
    bottom: 7%;
    font-size: 50px;
    margin-bottom: 0;
  }
  .next-service {
    position: absolute;
    right: 2%;
    top: 7%;
    color: #fff;
    margin-bottom: 0;
    font-style: italic;
    font-size: 18px;
  }
  .service-cta-button {
    position: absolute;
    right: 2%;
    bottom: 8%;
    color: #fff;
    font-size: 25px;
    font-family: "Instrument Serif", serif;
  }

.bg-white {
  background-color: #fff;
 .project-sec {
display: unset;
  }
  .project-title {
    margin-bottom: 2rem;
}
}
  .owl-carousel .item img {
    width: 100%;
    border-radius: 8px;
}



 /* Process page */
.process-wrapper {
    padding: 0 !important;
}
.process-title {
    color: #fff;
    position: absolute;
    top: 35%;
    font-size: 50px;
    width: 100%;
}
.process-image {
  position: relative;
}

.process-image img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  border-radius: 20px;
}

.process-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}

.process-description {
    position: absolute;
    bottom: 20px;
    font-family: 'Poppins';
    font-size: 18px;
    color: #fff;
    width: 30%;
    right: 30px;
}
.process-left-bottom {
    position: absolute;
    bottom: 20px;
    font-family: 'Poppins';
    font-size: 18px;
    color: #fff;
    left: 30px;
}
/* Contact page */
.contact-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 30px;
  gap: 40px;
  background-color: #000;
  height:100vh;
}

.contact-left {
 flex: 1;
 display: flex;
 flex-direction: column;
 justify-content: space-around;
}

.contact-left h4 {
  font-size: 30px;
  color: #fff;
  font-family: 'Instrument Serif';
}

.contact-left h2 {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.3;
    color: #fff;
}

.contact-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.form-group {
  display: flex;
  flex-direction: column;
}
.form-group .line-container {
  margin:0;
}

.form-group label {
  font-size: 16px;
  margin-bottom: 6px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: transparent;
  border: none;
  padding: 8px 4px;
  font-size: 14px;
  color: #ffffffb0;
  font-family: "Poppins", sans-serif;
}

button[type="submit"] {
  align-self: flex-start;
  padding: 6px 24px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 999px;
  font-size: 16px;
  transition: 0.3s ease;
}

button[type="submit"]:hover {
  background: #fff;
  color: #000;
}
.sec-line-bg {
    background-color: #000 !important;
    min-height: 50px;
}
.sec-line-bg .line-container {
  margin:0;
}