
.no-margin{
    font-size: 15px;
    text-align: center;
}
.contact-item-center {
    z-index: 2;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex
;
    position: relative;
}
.contact-decoration-two {
    background-image: linear-gradient(135deg, #2768ca, #059dcb 60%, #2b5ec4);
}
@media screen and (max-width:768px){
    .grid-contact-split {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}
}
.section-spacing1 {
    padding-top: 2px;
    padding-bottom: 34px;
}
@media screen and (max-width: 767px) {
    .section-spacing1 {
        padding-top: 0px;
        /* padding-bottom: 80px; */
    }
}
@media screen and (max-width: 479px) {
    .section-spacing-sm {
        padding-top: 50px;
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 767px) {
    .grid-contact-item {
        grid-template-columns: 1fr;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .grid-contact-item {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr;
    }
}
h1{
    font-size: 42px;
}
.contact-hero-description{
    text-align: center;
}
@media screen and (max-width: 479px) {
    .section-spacing-sm {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media screen and (min-width: 993px) {
    .section-spacing-sm {
        padding-top: 4%;
        /* padding-bottom: 0px; */
    }
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background: transparent; /* default - transparent */
}

/* ✅ Style when scrolled */
.navbar.scrolled {
  background: black; /* change this color */
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.team-section{
    margin-top: 100px;
}