html,body{
	overflow-x: hidden;
  width: 100%;
}
.grecaptcha-badge { 
  visibility: hidden !important;
}
.nav-item {
  position: relative;
}
@media screen and (min-width:1200px) {
  .nav-item::after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 97%;
  height: 2px;
  background-color: #3c4245;
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.2s;
  transform-origin: center;
}
.nav-item:hover::after {
  transform-origin: center;
  transform: scaleX(1);
}
}
.nav-link{
  font-family: 'Roboto', 'Inter', sans-serif;
  font-size: 1.1em !important;
}

@media screen and (min-width:550px) {
.dropdown-menu.dropdown-2col.show {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row;
  width: 500px;
  padding: 0.5rem;
}
.dropdown-2col li{
  width: 50%;
}
/* Two items per row */
.dropdown-2col .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
  padding: 0.5rem;
  border: none;
  order: initial;
}
}
.menuRobots {
  max-height: 90px;
  max-width: 45px;
  flex-shrink: 0;
}
.footstyle1 {
  font-weight: 700;
  font-size: 20px;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif !important;
  color: white;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.topScroll{
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border-radius: 100%;
  padding: 8px;
  opacity: 0.5;
  background-color: #eeeeee;
  cursor: pointer;
  border: solid 1px #c4c4c4;
}
.topScroll:hover{
  background-color: #eeeeee;
  opacity: 0.9;
}
.footer1 {
	margin-top: 15px;
	margin-bottom: 10px;
	opacity: 0.8;
	width: 180px;
}
.footer {
	width: 200px;
	margin-top: 3px;
  opacity: 0.8;
}







.firstContainer {
  position: relative;
  min-height: 800px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.firstContainer .mainBG {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.firstContainer::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(30, 30, 30, 0.7);
  z-index: 2;
}

.firstText {
  position: relative;
  z-index: 7;
  left: 10%;
  width: 35%;
  font-family: 'Roboto', 'Inter', sans-serif;
  color: #f5faff;
  text-align: left !important;
}


   
.section3{
  background-color: #ebeff1;
}

.mainTitle{
  font-family: 'Roboto', 'Inter', sans-serif;
}
.mainParagraph{
  font-family: 'Inter', 'Roboto', sans-serif;
}

.rounded-circle{
  box-shadow: -2px 2px 2px 0px #b1b1b1;
}
.feat-icon-wrap {
  width: 100px;
  height: 100px;
  min-width: 86px;
  background-color: #EEF3FB;
}
.feat-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: invert(28%) sepia(60%) saturate(500%) hue-rotate(195deg) brightness(85%);
}

@media (max-width: 576px) {
  .col-3 { width: 50% !important; }
}

.section5{
  background: url(../images_nova/novaGreeting.png) no-repeat center -30px;
  background-size: cover;
  min-height: 700px;
  position: relative;
}
.section5Content{
  position: absolute;
  left: 10%;
  top: 0;
  top: 45%;
  transform: translateY(-50%);
  max-width: 400px;
  font-family: 'Inter', 'Roboto',sans-serif;
}
.gradientBlueText {
    background: linear-gradient(40deg, #104F9B 13.25%, #19D3E8 89.67%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.section6Wrapper{
  background-color: #bbc7cf;
}

.section7Wrapper{
  background-color: #E0E1D5;
}
.section7{
  position: relative;
  min-height: 800px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.section7Wrapper .mainBG {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}



.robot-card {
  gap: 14px;
  cursor: pointer;
}

.robot-img-wrap {
  overflow: hidden;
  border-radius: 16px;
  background: #f0f4fb;
  width: 100%;
  aspect-ratio: 3 / 4;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.robot-card:hover .robot-img-wrap {
  background-color: #ffffff;
  box-shadow: 0 12px 32px rgba(111, 119, 136, 0.18);
}

.robot-img {
  width: 90%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.12));
}

.robot-name {
  font-size: 16px;
  font-weight: 600;
  color: #121b31;
  letter-spacing: 0.01em;
  text-align: center;
}





.video-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.06);
}

.video-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12) !important;
}

.video-card iframe {
    transition: transform 0.4s ease;
}

.video-card:hover iframe {
    transform: scale(1.01);
}


@media (max-width: 768px) {
  .firstContainer {
    min-height: 500px;
    justify-content: center;
  }

  .firstText {
    left: 0;
    width: 80%;
    text-align: center !important;
    font-size: 0.9em;
  }
  .section7 {
    min-height: 300px;
  }
  .fs-5 {
    font-size: unset !important;
  }
  .text-secondary{
    font-size: 0.8em !important;
  }
}