html,
body {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-family: "Inter", sans-serif !important;
}

/* Promo */
.promoSec {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: '100vw';
}

.promoBtn {
  margin: 0 0 0 15px;
  padding: 0 13px;
  height: 34px;
  border-radius: 8px;
  color: #fff;
  letter-spacing: 0.56px;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  background-color: #92BD70;
  border: 0.5px solid #92BD70;
  outline: none !important;
  box-shadow: none !important;
}



.greenIt {
  color: #92BD70;
}

.greenItWithBold {
  color: #92BD70;
  font-weight: 700;
  line-height: 36px;
}

.item1 {
  grid-area: p1;
  font-size: 56px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 68px !important;
  letter-spacing: 0.2px !important;
  width: calc(50vw - 70px);
  padding-top: 130px !important;
}

.item2 {
  grid-area: p2;
  color: #737373;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 36px !important;
  width: calc(50vw - 70px);
}

.item2>ol,
.item2>span {
  text-align: start;
}

.item2>ol {
  padding-left: 1.5em;
}

.item3 {
  grid-area: p3;
  padding-top: 130px !important;
  width: calc(50vw - 70px);
  display: flex;
  justify-content: center;
}

.grid-container {
  display: grid;
  grid-template-areas:
    'p1 p1 p1 p3 p3 p3'
    'p2 p2 p2 p3 p3 p3';
  gap: 10px;
  padding: 10px;
  margin-bottom: 150px;
}

.grid-container>div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

/*__________________________*/


a:link {
  text-decoration: none;
  color: #000;
}

.nav>li>a {
  padding: 0 16px;
  color: #a1a3b0;
}

.navbar-toggler,
.navbar-toggler-icon {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.sec3 {
  background-image: url(bg002.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sec3>.row {
  padding-top: 230px;
  padding-bottom: 150px;
}

.navbar-nav>.nav-item {
  margin: 0 16px;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #a1a3b0 !important;
  line-height: 20px !important;
}

.sticky-top {
  background-color: #fff;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  height: 100px;
}

.sec2SH {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-bottom: 11px;
}

.sec2SP {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  align-self: center;
  color: #737373;
  max-width: 360px !important;
}

.lead {
  line-height: 28px;
  font-size: 20px;
  font-weight: 400;
  color: #737373;
}

.sec1 {
  padding-top: 100px;
  background-image: url(bg001.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sec2 {
  padding: 185px 70px;
}

.sec1>.row>.jumbotron>.container>.lead {
  max-width: 70% !important;
  margin-top: 24px !important;
  margin-bottom: 36px !important;
}

.appBtns {
  display: flex;
  align-items: center;
  margin-top: 34px;
}

.appStoreBtn {
  cursor: pointer;
  width: 172px;
  height: 54px;
  box-sizing: border-box;
  background-image: url(button-app@2x.svg);
  background-repeat: no-repeat;
  border: none;
  margin-right: 8px;
  border-radius: 4px;
}

.playStoreBtn {
  cursor: pointer;
  width: 172px;
  height: 54px;
  box-sizing: border-box;
  background-image: url(button-play@2x.svg);
  background-repeat: no-repeat;
  border: none;
  border-radius: 4px;
  margin-left: 8px;
}

/* Steps section */
.phoneFaceContainer {
  text-align: center;
}

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

.phoneFace {
  width: 85%;
  max-width: 300px;
  margin-top: 25px;
}

.greenGlow {
  width: 20px !important;
  height: 20px !important;
  margin-bottom: 16px !important;
}

.sec4 {
  padding: 130px 70px;
}

.sec4Info>.secH1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 66px;
}

.sec4Info>.secH4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #737373;
}

.stepsSection {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  color: white;
}

.steps>li {
  list-style-type: none;
  display: inline;
  width: 360px;
  box-sizing: border-box;
}

.steps {
  max-width: 360px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 31px;
}

.steps>img,
.steps>.stepIconCont {
  margin-bottom: 35px;
  width: 24px;
  height: 24px;
}

.stepIcon {
  width: 48px !important;
  height: 48px !important;
}

.stepIconCont {
  align-self: center;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.steps>.secH1 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 11px;
  color: white;
}

.steps>.secH4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #fafafb;
}

.righted>.steps {
  text-align: right;
  margin-bottom: 50px;
  margin: 0;
  height: 250px;
}

.righted {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.lefted {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lefted>.steps {
  text-align: left;
  margin-bottom: 50px;
  margin: 0;
  height: 250px;
}

.sec4GolfballsCont {
  justify-content: center;
}

.sec4Golfballs {
  width: 100%;
  min-width: 250px;
}

.sec5 {
  background-image: url(bg003.png);
  background-size: 100% 100%;
  padding-top: 150px;
}

.centerHori {
  display: flex;
  justify-content: center;
}

.sec5Left>.lead {
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-top: 16px;
  max-width: 554px;
}

footer {
  min-height: 178px;
  width: 100%;
  padding: 20px 70px;
  border-top: 1px solid #00000015;
}

.navContainer>.nav {
  justify-content: center !important;
}

.footInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.copyright {
  color: #525252;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.6;
}

.vl {
  border-left: 2px solid #ccc;
  height: 18px;
  margin: 0 16px;
}

li>a {
  cursor: pointer;
}

.downAppBtn>img {
  margin-left: 15px;
  width: 20px;
  height: 20px;
}

.downAppBtn>p {
  margin-bottom: 0 !important;
}

.navbar-brand {
  width: 100px;
}

.downAppBtn {
  cursor: pointer;
  width: 200px;
  height: 48px;
  background-color: #234e52;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border-radius: 32px;
  border: none;
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.centerText {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.twoPhones {
  width: 100%;
  max-width: 500px;
  min-width: 300px;
}

.stepsSection>.lead {
  color: #fff;
  margin-top: 16px;
  line-height: 28px;
}

.headerNav>li.nav-item>a.nav-link {
  outline: none;
}

.dropdown-item:active,
.dropdown-item:hover {
  background-color: #92bd70 !important;
  color: #ffffff !important;
  border-radius: 4px;
  margin-left: 0;
}

.dropdown-item {
  padding: 0.25rem 0.8rem !important;
  margin-bottom: 0.3rem !important;
  color: #5a7184 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

#copyrightCont {
  text-align: center;
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
}

.inTheNewsHeading {
  font-size: 34px !important;
  text-align: center;
  font-weight: 700;
}
.inTheNewsDiv {
  padding: 80px 70px ;
  margin: auto;
}

.inTheNewsListing {
  margin-top: 60px;
}
.link {
  color: #171717 !important;
}
.inTheNewsListing>.inTheNewsItem {
  border-bottom: 1px solid #CACACA;
  margin-bottom: 20px;
  &>.heading{
    font-weight: 700;
    font-size: 20px;
    line-height: 26.04px;
    color : #171717;
  }
  &>.subHeading{
    font-weight: 400;
    font-size: 16px;
    line-height: 20.83px;
    color: #737373;
  }
}
.inTheNewsFooter {
  border-top: unset !important;
}

.featured-text {
  margin-left: 80px;
  font-weight: 700;/* Creates a 20px gap between "Featured In" and the first logo */
  font-size: 42px; !important;
}

#brand-logos .logos-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  gap: 50px; /* Adjust the spacing between logos */
  overflow: hidden;
}
div#brand-logos > div.row {
  align-items: center;
  justify-content: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#brand-logos .col {
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
#brand-logos .brand-logo {
  max-width: 150px; /* Adjust the size of logos */
  height: auto;
  transition: filter 0.3s ease; /* Smooth transition effect */
}

#brand-logos .brand-logo:hover {
  filter: hue-rotate(-50deg) saturate(500%) brightness(80%);
}
.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators li {
  background-color: #ccc;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.carousel-indicators .active {
  background-color: #8bc34a;
}

blockquote {
  color: #333;
  font-size: 1.25rem;
  padding: 2rem;
  margin: 0 auto; /* Center align blockquote */
}

.blockquote-footer {
  color: #666;
  font-size: 1rem;
  margin-top: 1rem;

}
.carousel-inner{
  padding-top: 80px;
  max-width: 764px;
  margin: auto;
}
#testimonialCarousel{ padding-bottom: 80px; height: 510px;}
.carousel {
  background-color:#E4EEDB66;
}
.blockquote{font-weight: 400; font-size: 24px; color: #737373}
.blockquote-footer{font-weight: 700; font-size: 24px; color: #737373;min-height:100px }
.blockquote-footer::before {
  content: "" !important; /* This removes the dash */
}
.quoteSVG{width: 48px;text-align:center}
.carousel-indicators > li{
  width: 8px !important;
  height:8px !important;
  margin: auto 10px !important;
  background-color: #92BD70 !important;
}
.blockquote-footer{border-top: unset !important;}
.carousel-item {
  height: 316px;
}

@media only screen and (max-width:1267px) {
  div#footerFollowUs>a.socialLink>img {
    margin: 6px 6px 0 6px;
  }

  .vl {
    margin: 0 5px;
  }

  .nav>li>a {
    padding: 0 5px;
  }

  div.forceColumnMobile>div#footerFollowUs {
    flex: 0 0 33%;
    max-width: 33%;
  }

  div.forceColumnMobile>.navContainer {
    flex: 0 0 42%;
    max-width: 42%;
  }
}

@media only screen and (max-width:1173px) {
  .navbar-nav>.nav-item {
    margin: 0 .5vw;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1035px) {
  div.socialIconsSec>a.socialLink>img {
    margin: 6px 6px 0 6px;
  }
}

@media only screen and (min-width: 1036px) {
  div.socialIconsSec>a.socialLink>img {
    margin: 0px 6px;
  }
}

@media only screen and (max-width:1001px) {
  ul.footerNav li:nth-child(3) {
    margin-top: 6px;
  }
}

@media only screen and (max-width:994px) {
  div.forceColumnMobile>div#footerFollowUs {
    flex: 0 0 35%;
    max-width: 35%;
  }

  div.forceColumnMobile>.navContainer {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media only screen and (min-width: 992px) {
  .downAppBtnMobile {
    display: none;
  }

  .sec1Header {
    font-size: 56px !important;
    line-height: 68px !important;
    letter-spacing: 0.2px !important;
  }

  section.sec1>div.row>div.jumbotron>div.container {
    padding-right: 0 !important;
    padding-left: 0 !important;
    max-width: 690px !important;
  }

  section.sec1>div.row>div.jumbotron>div.container>p.lead {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    color: #737373;
    max-width: 80% !important;
    margin-bottom: 70px !important;
  }

  section.sec2>div.row>div.text-center>p.lead {
    max-width: 710px;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #737373;
    text-align: center;
  }

  section.sec3>div.row>div.stepsSection>p.lead {
    max-width: 510px;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    align-self: center;
  }

  section.sec3>div.row>div.stepsSection {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .secH4 {
    font-weight: normal;
  }

  .sec2P {
    margin-bottom: 64px;
    margin-top: 16px;
  }

  .drawerClose,
  .divider,
  li.FollowUsMobileSection>p {
    display: none;
  }

  ul.headerNav>li.FollowUsMobileSection {
    display: none;
  }

  .FollowUsDesktopSection {
    display: block;
  }

  .socialIconsSec {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  div.socialIconsSec>a.socialLink>img {
    height: 35px;
    width: 35px;
  }

  .hoverEffect {
    height: 35px;
    width: 35px;
    border-radius: 20px;
    background-color: #92bd70;
  }

  .hoverEffect:hover {
    background-color: #234e52;
  }

  #footerFollowUs {
    width: unset;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row !important;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  div.footerFollowUs>a.socialLink>img {
    height: 35px;
    width: 35px;
    margin: 0 6px;
  }

  #copyrightCont {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .jumbotron {
    padding-top: 0 !important;
  }

  .sec1 {
    padding-top: 70px !important;
  }

  .downAppBtnDesk,
  #home>.row>.jumbotron>.container>.appBtns>.appStoreBtn,
  #home>.row>.jumbotron>.container>.appBtns>.playStoreBtn {
    display: none;
  }

  .collapsing>ul>li.downAppBtnMobile {
    display: none;
  }

  .downAppBtnMobile {
    margin-top: 30px;
  }

  .appBtns,
  .downAppBtn.justPhoneDownLoad {
    margin-top: 0;
  }

  .appBtns {
    margin-bottom: 40px;
  }

  .sec2P {
    margin-bottom: -10px;
    margin-top: 16px;
  }

  .dropdown-menu {
    border: none !important;
  }

  .sec1 {
    background-image: url(mbg001.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .sec3 {
    background-image: url(mbg002.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .sec5 {
    background-image: url(mbg003.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .sec1>.row>.centerHori>.jumbotron>.container>.lead {
    text-align: center;
  }

  .sec5>.row>.centerHori>.sec5Left>.lead,
  .sec5>.row>.centerHori>.sec5Left>.display-5 {
    text-align: center;
  }

  .phoneFaceContainer {
    display: none;
  }

  .lefted,
  .righted {
    align-items: center;
  }

  .righted>.steps,
  .lefted>.steps {
    text-align: start;
    margin: 0;
    height: unset;
    margin-bottom: 40px;
  }

  .steps>.secH4,
  .sec5Left>.lead.needToBeWhite {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    color: #fafafb;
    opacity: 0.6;
  }

  .stepsSection {
    margin-bottom: 70px;
  }

  .sec3>.row {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .sec4Info>.secH1 {
    padding-top: 35px;
    text-align: center;
  }

  .sec4Info>.secH4 {
    font-size: 16px;
  }

  .stepIconCont {
    margin-top: 80px;
  }

  .centerHoriSmall {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .centerHoriSmall>.display-4 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.2px;
  }

  .forceColumnMobile {
    display: flex !important;
    flex-direction: column !important;
    justify-items: center;
  }

  .forceColumnMobile>div {
    display: flex !important;
    flex-direction: column !important;
    align-self: center;
    align-items: center;
    text-align: center;
    max-width: unset;
    flex: unset;
  }

  .footerLogo {
    width: 100px;
  }

  .vl {
    display: none;
  }

  footer {
    padding: 38px 70px;
  }

  ul.footerNav>li>a {
    color: #183b56 !important;
  }

  ul.footerNav>li {
    margin: 0.5rem 0px !important;
  }

  .navContainer>.nav {
    display: flex !important;
    flex-direction: column !important;
    justify-items: center;
  }

  .copyright {
    text-align: "center";
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #183b56;
    opacity: 0.6;
  }

  .navbar-collapse.collapsing .navbar-nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -45%;
    transition: all 0.35s ease;
  }

  .navbar-collapse.show .navbar-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    flex-direction: column;
    height: auto;
    min-width: 240px;
    width: 280px;
    transition: right 0.35s ease;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  ul.headerNav {
    margin: 0;
    padding-top: 20px;
  }

  br.copyright {
    display: none;
  }

  .drawerClose {
    display: block;
    align-self: flex-end;
    margin-right: 22px !important;
    margin-bottom: 46px !important;
    margin-top: 2px !important;
  }

  ul.headerNav {
    padding-left: 16px;
  }

  ul.headerNav>li.nav-item>a.nav-link {
    color: #5a7184 !important;
    font-style: normal !important;
    line-height: 28px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
  }

  ul.headerNav>li.FollowUsMobileSection {
    margin: 24px 16px;
    color: #5a7184 !important;
    font-style: normal !important;
    line-height: 28px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    display: block;
  }

  .socialIconsSec {
    height: 100px;
    width: 158px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .divider {
    height: 10px;
    width: 100%;
  }

  .FollowUsDesktopSection {
    display: none;
  }

  #footerFollowUs {
    max-width: 324px !important;
    height: 40px;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    margin: 24px 0;
  }

  div.socialIconsSec>a.socialLink>img {
    height: 35px;
    width: 35px;
  }

  div.footerFollowUs>a.socialLink>img {
    height: 35px;
    width: 35px;
  }

  .headerNav {
    height: 100vh;
    padding-bottom: 80px;
    overflow-y: scroll;
  }

  .fixed {
    position: sticky;
    top: 2px;
    z-index: 4;
  }
}

@media only screen and (min-width: 769px) {
  .dropdown-menu.show {
    padding: 0.5rem;
  }

  .paddedContainer {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .sticky-top {
    height: 100px;
  }

  .sec2>.lead {
    width: 60% !important;
  }

  .headerNav>li.nav-item>a.nav-link {
    color: #a1a3b0;
    font-size: 16px;
  }

  .footerNav>li.nav-item>a {
    color: #525252;
    font-size: 16px;
    font-weight: 500;
  }

  .promoMain>div {
    text-align: start !important;
  }

  .promoMain {
    padding-left: 70px;
    padding-right: 70px;
  }



  div.item3>img {
    width: 35vw;
    height: 35vw;
    max-width: 510px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-collapse.show .navbar-nav {
    top: 0;
  }

  .lead,
  .sec2SP {
    color: #5a7184 !important;
    font-size: 16px !important;
    line-height: 28px !important;
  }

  .headerFontForSmall {
    font-size: 32px !important;
    font-weight: 700 !important;
  }

  .headerFontForSmall2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.2px;
  }

  .sec4Info>.secH1 {
    color: #183b56;
  }

  .sec4Info>.secH4 {
    color: #5a7184;
  }

  .sec3>h1.display-5 {
    font-size: 32px !important;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.2px;
  }

  .needToBeWhite {
    color: #fafafb !important;
  }

  .sec2>.lead {
    max-width: 90%;
  }

  .paddedContainer {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .sec2 {
    padding: 100px 20px;
  }

  p.lead.topLead {
    text-align: center !important;
  }

  .sticky-top {
    height: 80px;
  }

  .sec1 {
    padding-top: 80px;
  }

  .sec3>.row {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .appStoreBtn {
    width: 127px;
    height: 40px;
    background-size: contain;
  }

  .playStoreBtn {
    width: 127px;
    height: 40px;
    background-size: contain;
  }

  .promoSec {
    font-size: 16px;
    line-height: 24px;
    height: 125px;
    text-align: center;
    flex-direction: column;
  }

  .promoBtn {
    margin: 7px 15px;
  }

  .grid-container {
    grid-template-areas:
      'p1 p1 p1 p1 p1 p1'
      'p2 p2 p2 p2 p2 p2'
      'p3 p3 p3 p3 p3 p3';
    padding: 20px;
    margin-bottom: 20px;
  }

  .item1 {
    width: calc(100vw - 40px);
    grid-area: p1;
    color: #000000;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    letter-spacing: 0.2px !important;
    padding-top: 20px !important;
  }

  .item2 {
    grid-area: p2;
    color: #5A7184;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    width: calc(100vw - 40px);
  }

  .item3 {
    padding-top: 20px !important;
    width: calc(100vw - 40px);
  }

  div.item2 {
    text-align: start !important;
  }

  .item1>div,
  .item3 {
    text-align: center !important;
  }

  div.item2>span {
    text-align: start !important;
  }

  div.item3>img {
    width: 283px;
    height: 283px;
  }

  .nomobile {
    display: none;
  }

  span.mobileTextFix {
    display: inline-block;
    max-width: 400px !important;
  }

  .greenItWithBold {
    color: unset;
    font-weight: 400 !important;
    line-height: 16px !important;
  }

}

@media only screen and (max-width: 600px) {
  .sec1>.row>.jumbotron>.container>.lead {
    max-width: 90% !important;
  }

  div.forceColumnMobile>.navContainer {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .inTheNewsDiv {
    padding: 80px 20px 0px  ;
    margin: auto;
  }
}

@media only screen and (max-width: 875px) {
  #brand-logos .logos-container {
    width:100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
    display: flex;
    justify-content: flex-start;  /* Changed from center */
    align-items: center;
    gap: 50px;
    overflow-x: auto;  /* Changed from scroll */
    white-space: nowrap;
  }
  #brand-logos .col {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .featured-text {
    margin-bottom: 20px; /* Add margin-bottom to create space below the "Featured In" text */
  }

  .carousel-item {
    height: 400px;
  }

}
@media only screen and (max-width: 1195px) {
  .featured-text{
    margin-left: 0;
    margin-bottom: 20px;

  }
  #brand-logos .logos-container {
    margin-left: 0 !important;
  }
}


