@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
}

body {
  background: #f5f7fb;
}

.hero {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px;
    background: url("../assest/bg-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
	padding-bottom: 0;
}

.hero-content {
    max-width: 1500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.left {
    max-width: 620px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 37px;
    color: #003B63;
}

.logo img {
  width: 40px;
}

.sub {
    margin: 20px 0 0;
    font-size: 14px;
    color: #003B63;
    letter-spacing: 1px;
    font-family: "Signika", sans-serif;
	position: relative;
}
p.sub:before {
    position: absolute;
    content: '';
    width: 60%;
    height: 1px;
    top: 8px;
    right: 80px;
    background: #003B6333;
    box-shadow: 0 1.85px 1.85px #0000000D;
}

.left h1 {
    font-size: 36.65px;
    line-height: 1.4;
    margin: 13px 0 20px;
    font-weight: 600;
    color: #003B63;
}
p.small {
    font-size: 14px;
    color: #003B63;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 22px;
    font-family: "Signika", sans-serif;
	position: relative;
}
p.small:before {
    position: absolute;
    content: '';
    width: 64%;
    height: 1px;
    top: 7px;
    right: 80px;
    background: #003B6333;
    box-shadow: 0 1.85px 1.85px #0000000D;
}
.buttons {
    display: flex;
    gap: 20px;
    margin-top: 25px;
    position: relative;
    z-index: 9;
}
.buttons a {
    background: #003B63;
    padding: 15px 8px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 135px;
    color: #fff;
    text-decoration: none;
}
.buttons img {
    height: 20px;
    cursor: pointer;
}
.logo-box {
    margin-top: -25%;
    margin-left: -30px;
    position: relative;
    z-index: 1;
}
img.logo-main {
    width: 270px;
}
/* RIGHT SIDE */
.right {
  position: relative;
  width: 600px;
  height: 400px;
}

.secondary {
    right: -65px;
    top: -30px;
    z-index: 2;
}
.tablet {
    position: absolute;
    width: 975px;
}
img.robot {
    width: 1240px;
    height: 580px;
    object-fit: contain;
}
.badge {
    position: absolute;
    right: -97px;
    top: -61%;
    width: 488px;
    z-index: 4;
}
.image-box {
    position: relative;
    z-index: 0;
    margin-top: -17%;
    margin-left: -16%;
}

/* For Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f5f7fb; /* matches your body background */
}

::-webkit-scrollbar-thumb {
  background: #003b63;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #002a47; /* slightly darker on hover */
}

/* For Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #003b63 #f5f7fb;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #003b63, #005a8c);
  border-radius: 10px;
}


/* RESPONSIVE */
@media (max-width: 1560px) {
.hero-content {
    max-width: 1400px;
}
.left h1 {
    font-size: 32.65px;
}
.left {
    max-width: 550px;
}
.sub, p.small {
    font-size: 12px;
}
.logo {
    font-size: 32px;
}
.logo img {
    width: 32px;
}
.buttons a {
    padding: 12px 14px;
    font-size: 14px;
}
img.robot {
    width: 877px;
    height: 488px;
}
.image-box {
    margin-top: -14%;
    margin-left: -2%;
}
.tablet {
    position: absolute;
    width: 890px;
}
.secondary {
    right: 5px;
    top: -2px;
    z-index: 2;
}
.badge {
    position: absolute;
    right: 8px;
    top: -51%;
    width: 426px;
    z-index: 4;
}
img.logo-main {
    width: 250px;
}
}
@media (max-width: 1460px) {
.secondary {
    right: 4px;
    top: -2px;
}
.badge {
    top: -43%;
    width: 380px;
}
.tablet {
    width: 800px;
}
}
@media (max-width: 1290px) {
.tablet {
    position: absolute;
    width: 729px;
}
.secondary {
    top: 74px;
}
.badge {
    right: -16px;
    top: -21%%;
    width: 340px;
}
img.robot {
    height: 420px;
}
.logo-box {
    margin-top: -26%;
}
}

@media (max-width: 1025px) {
.left h1, .left h1 {
    font-size: 24px;
}
.left {
    max-width: 430px;
}
p.sub:before {
    width: 48%;
    right: 80px;
}
p.small:before {
    width: 53%;
    right: 80px;
}
.tablet {
    position: absolute;
    width: 580px;
}
.badge {
    top: -15%;
    width: 280px;
}
img.robot {
    width: 763px;
    height: 346px;
}
img.logo-main {
    width: 200px;
}
.logo-box {
    margin-top: -25%;
}
}
@media (min-width: 991px) {
.robo-mobile, .phone-mobile, .logo-mobile, .badge-mobile{
    display: none;
}
}
@media (max-width: 991px) {
img.tablet.secondary,
.image-box,.logo-box, .badge {
    display: none;
}
.Phone_sequence {
    margin-left: -40px;
}
.right {
    position: relative;
    width: 50%;
    height: 100vh;
}
.logo-mobile {
    margin-left: 30%;
}
img.badge-mobile {
    width: 470px;
    height: 470px;
    object-fit: fill;
    position: absolute;
    bottom: 232px;
    left: 28%;
}
}
@media (max-width: 820px) {
img.phone-mobile {
    width: 700px;
}
img.badge-mobile {
    width: 400px;
    height: 400px;
    bottom: 189px;
    left: 28%;
}
img.robo-mobile {
    margin-left: -16%;
    height: 700px;
}
.logo-mobile {
    margin-left: 10%;
}
img.logo-mobo {
    width: 80%;
}
}
@media (min-width: 767px) {
.logo-mob, .robo-mob{
   display: none;
}
}
@media (max-width: 767px) {
.logo-mobile{
   display: none;
}
p.small {
    margin-bottom: 12px;
}
.right {
    display: none;
}
.hero-content {
    flex-direction: column;
}
.hero-content {
    max-width: 100%;
    width: 100%;
}
.logo {
    font-size: 18px;
}
.left h1, .left h1 {
    font-size: 18px;
}
.sub, p.small {
    font-size: 8px;
}
p.sub:before, p.small:before {
    display:none!important;
}
.hero-content {
    max-width: 100%;
    width: 100%;
}
.left {
    max-width: 100%;
}
.buttons {
    gap: 10px;
    margin-top: 12px;
    flex-direction: column;
}
.buttons a {
    min-width: 125px;
    padding: 12px 6px;
    font-size: 14px;
    gap: 4px;
}
img.robo-mob {
    height: 420px;
    width: 200px;
    object-fit: contain;
}
.robot-mobile {
    text-align: right;
    margin-top: -168px;
    margin-right: -35px;
    margin-bottom: 20px;
}

img.phone-mobile {
    width: 410px;
}
.Phone_sequence {
    margin-top: -263px;
}
img.badge-mobile {
    width: 200px;
    height: 200px;
    bottom: 143px;
    left: unset;
    right: 12px;
    position: absolute;
}
img.logo-mob {
    width: 150px;
    object-fit: contain;
}
.mobile-logo {
    text-align: right;
    margin-top: -46px;
    margin-right: -57px;
    margin-bottom: 20px;
}
.hero {
    background: url("../assest/Background_image.png");
    background-size: cover;
    min-height: 100vh;
	background-position:center;
}
span.line1 {
    width: 160px;
    height: 1px;
    background: #003B6333;
    box-shadow: 0 1.85px 1.85px #0000000D;
    display: inline-flex;
}
p.sub {
    display: flex;
    align-items: center;
    gap: 6px;
}
p.small {
    align-items: center;
    display: flex;
    gap: 6px;
}
span.line2 {
    width: 182px;
    height: 1px;
    background: #003B6333;
    box-shadow: 0 1.85px 1.85px #0000000D;
    display: inline-flex;
}
}
@media (max-height: 721px) and (max-width: 541px) {
.robot-mobile {
    margin-top: -198px;
}
.hero {
    background-position: 50% 83%;
}
img.phone-mobile {
    width: 300px;
}
}
@media screen and (max-width: 430px) {
.mobile-logo {
    margin-top: -100px;
}
}
@media screen and (max-width: 420px) {
.mobile-logo {
   text-align: right;
   margin-top: -124px;
   margin-right: -57px;
   margin-bottom: 20px;
}
}
@media screen and (max-width: 391px) {
img.phone-mobile {
   width: 370px;
}
}
@media (max-width: 380px) {
.hero { 
    padding: 40px 30px 0;
}
img.phone-mobile {
    width: 330px;
}
img.badge-mobile {
    width: 160px;
    height: 160px;
    bottom: -40px;
    right: 43px;
}
img.logo-mob {
    width: 130px;
    object-fit: contain;
}
.mobile-logo {
    margin-right: -40px;
    margin-bottom: 0;
}
}
@media (max-height: 668px) and (max-width: 376px) {
.left h1, .left h1 {
    font-size: 16px;
}
.logo {
    font-size: 16px;
}
.logo img {
    width: 22px;
}
.buttons a {
    min-width: 108px;
    padding: 10px 4px;
    font-size: 12px;
    gap: 5px;
}
.buttons a img {
    width: 16px;
    object-fit: contain;
}
.left h1 {
    margin: 12px 0 16px;
}
img.robo-mob {
    height: 340px;
}
.robot-mobile {
    margin-top: -139px;
}
img.phone-mobile {
    width: 311px;
}
.Phone_sequence {
    margin-top: -244px;
}
.hero {
    background-position: 50% 70%;
}
.hero {
    padding: 30px 30px 0;
}
img.logo-mob {
    width: 120px;
}
.mobile-logo {
    margin-top: -103px;
}
span.line1 {
    width: 130px;
}
span.line2 {
    width: 152px;
}
}
@media (max-width: 361px) {
img.robo-mob {
    height: 364px;
}
.robot-mobile {
    margin-top: -143px;
}
.Phone_sequence {
    margin-top: -224px;
}
img.phone-mobile {
    width: 307px;
}
.mobile-logo {
    margin-top: -99px;
}
}
@media (max-height: 570px) and (max-width: 321px) {
.hero {
    background-position: 50% 74%;
    min-height: 100vh;
    height: 100%;
}
.hero {
    padding: 31px 20px 0;
}
img.robo-mob {
    height: 280px;
}

.left h1, .left h1 {
    font-size: 15px;
}
.sub {
    margin: 12px 0 0;
}
.left h1 {
    margin: 10px 0 12px;
}
.buttons a {
    min-width: 98px;
    padding: 8px 4px;
    font-size: 11px;
}
.buttons a img {
    width: 14px;
    object-fit: contain;
}
.robot-mobile {
    margin-top: -124px;
}
img.phone-mobile {
    width: 264px;
}
.Phone_sequence {
    margin-top: -199px;
}
img.logo-mob {
    width: 100px;
}
.mobile-logo {
    margin-right: -27px;
    margin-top: -100px;
}
.robot-mobile {
    margin-right: -40px;
}
span.line1 {
    width: 116px;
}
span.line2 {
    width: 139px;
}
}