@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: "Poppins", sans-serif !important;
    background-color: #fff;
}
.primary_btn{
    background-color: #007EF3;
    border: 1px solid #007EF3;
    border-radius: 10px;
    padding: 8px 40px;
    text-decoration: none;
    color: #fff !important;
    font-weight: 500;
    margin-top: 20px;
    width: max-content;
    transition: 0.4s;
}
.header_logo{
    width: 110px;
}
.navlinks_forms a{
    color: #000;
    font-weight: 500;
}
.navbar_main{
    position: sticky;
    top: 0px;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0px 8px 12.2px 0px #00000026;
}
.navlinks_forms .nav-link{
    transition: 0.3s;
}
.navlinks_forms .nav-link.active{
    color: #F6A309;
    border-bottom: 3px solid #F6A309;
}
.login_btnhead{
    background-color: #007EF3;
    border-radius: 10px;
    padding: 8px 20px;
    text-decoration: none;
    color: #fff !important;
    transition: 0.4s;
    border: 1px solid #007EF3;
}
.main_herosec_text span{
    color: #FB9C46;
    font-weight: 500;
}
.main_herosec_text h1{
    color: #FB9C46;
    font-weight: 700;
    margin: 20px 0px;
}
.main_herosec_text h1 b{
    color: #000;
    font-weight: 700;
}
.main_herosec_text small{
    color: #000;
    font-weight: 400;
    font-size: medium;
}
.why_setmain{
    background: #E6F3FF;
}
.why_setmain h2{
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}
.why_setmain h3{
    margin-bottom: 20px;
    font-weight: 600;
}
.why_setmain h5{
    margin-bottom: 10px;
    font-weight: 600;
    color: #007EF3;
}
.why_setmain p{
    margin-bottom: 0px;
    color: #6C6C6C;
}
.why_setmain span{
    font-weight: 500;
}
.main_whywhite{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.main_whywhite img{
    width: 40px;
    margin-right: 20px;
}
.cal_whywidth{
    width: calc(100% - 60px);
}
.why_banner_img{
    width: 50%;
}
.hover_zoomers{
    transition: 0.3s;
}
@media (max-width:567px) {
    .why_banner_img{
        width: 100%;
    }
  
}
@media (min-width:996px) {
    .primary_btn:hover, .login_btnhead:hover{
        background-color: #fff;
        color: #007EF3 !important;
    }
    .hover_zoomers:hover{
        transform: scale(0.96);
    }
    .navlinks_forms .nav-link:hover{
        color: #FB9C46;
    }
}



.speaker-wrapper {
  width: 100%;
  height: 500px;
}

.speaker-img {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.business_skills{
    padding: 50px !important;
}
@media (max-width: 768px) {
  .speaker-wrapper {
    width: 320px;
    height: 320px;
  }
  .business_skills{
    padding: 20px !important;
}
    .business_skills h2{
      font-size: 18px;
    }
    .business_skills p{
      font-size: 14px;
    }
    .business_skills button{
      font-size: 12px;
    }
}

/* Career Transformation Section */
.career-transform-section {
background: linear-gradient(270.04deg, #F1BF62 0.05%, #FF912E 97.84%);
  overflow: hidden;
}

.career-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 50px;
}

.career-headline {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 24px;
}

.career-subheadline {
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
  opacity: 0.95;
}

.app-buttons {
  display: flex;
    gap: 16px;
}



.app-btn img {
  width: 180px;
}

.app-btn span {
  font-size: 11px;
}

.app-btn strong {
  font-size: 15px;
}

.career-right {
  position: relative;
}


@media (min-width: 991px) and (max-width: 1199px) {
  .career-left {
   
     padding: 0px 30px !important;
}

  .career-headline {
  font-size: 40px;
}

.career-subheadline {
  font-size: 22px;
  
}
 .app-btn img {
    width: 200px !important;
}
.phones-wrapper {
   height: 300px !important;

}
}
@media (max-width: 991px) {
 
  .career-left {
   
     padding: 0px 30px !important;
}
.app-btn img {
    width: 150px;
}
  .career-headline {
    font-size: 32px;
  }

  .career-subheadline {
    color: #fff;
    font-size: 17px;
    margin-bottom: 40px;
    opacity: 0.95;
}
.phones-wrapper img{
   width: 340px !important;

}
}

@media (max-width: 576px) {
        .phones-wrapper img {
        padding: 15px;
        width: 260px !important;
    }
  .career-headline {
    font-size: 28px;
  }

  .career-subheadline{
    font-size: 16px;
  }
  .app-buttons {
    gap: 5px;
}

        .app-buttons {
        justify-content: center;
    }

 .app-btn img {
    width: 125px !important;
}
.phones-wrapper{
    display: flex;
    justify-content: center;
}
}

/* ===============================
    Footer
   =============================== */

.gsmv-footer-wrapper {
  background-color: #000;
  padding: 60px 0 30px;
  color: #fff;
  font-family: "Segoe UI", sans-serif;
}

.gsmv-footer-brand h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0;
}

.gsmv-footer-brand p {
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: -5px;
  color: #cfcfcf;
}

.gsmv-footer-nav {
  margin: 30px 0 25px;
}

.gsmv-footer-nav li a {
  color: #fff;
  text-decoration: none;
  margin: 0 12px;
  font-size: 15px;
  transition: color 0.3s ease;
}

.gsmv-footer-nav li a:hover {
  color: #0d6efd;
}

.gsmv-footer-social {
  margin-bottom: 30px;
}

.gsmv-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #0d6efd;
  color: #fff;
  border-radius: 50%;
  margin: 0 6px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.gsmv-social-icon:hover {
  background-color: #0b5ed7;
  transform: translateY(-3px);
}

.gsmv-footer-divider {
  width: 100%;
  height: 1px;
  background-color: #0d6efd;
  margin: 25px 0 15px;
}

.gsmv-footer-copy {
  font-size: 14px;
  color: #bdbdbd;
}

@media (max-width: 576px) {
  .gsmv-footer-nav li {
    display: block;
    margin: 8px 0;
  }
}



.gsmv-footer-logo {
  max-width: 140px;  
  height: auto;    
  margin-bottom: 6px;
}

@media (max-width: 576px) {
  .gsmv-footer-logo {
    max-width: 110px;
  }
}
   
.hero-image-wrapper {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-bg-img {
    position: absolute;
    width: 340px;
    height: auto;
    z-index: 1;
}

.main-person {
    position: relative;
    max-width: 100%;
    z-index: 2;
}

.floating-icon {
    position: absolute;
    width: 80px;
    z-index: 3;
    animation: float 4s ease-in-out infinite;
}
.floating-icon-course{
   position: absolute;
    z-index: 3;
    animation: float 4s ease-in-out infinite;
}
.icon-1 {
   top: 5%;
    right: 20%;
        animation: floatUpDown 3s ease-in-out infinite;

}

@keyframes floatUpDown {
    0% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}
.icon-2 {
    bottom: 10%;
    right: 10%;
        animation: floatLeftRight 5s ease-in-out infinite;

}
@keyframes floatLeftRight {
    0% { transform: translateX(0); }
    50% { transform: translateX(12px); }
    100% { transform: translateX(0); }
}
.icon-3 {
      bottom: -15%;
    left: -35%;
        animation: floatDiagonal 6s ease-in-out infinite;

}
@keyframes floatDiagonal {
    0% { transform: translate(0, 0); }
    50% { transform: translate(10px, -10px); }
    100% { transform: translate(0, 0); }
}

.icon-4 {
    top: 18%;
    left: 6%;
        animation: floatRotate 4s ease-in-out infinite;

}

@keyframes floatRotate {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-8px) rotate(8deg); }
    100% { transform: translateY(0) rotate(0deg); }
}

@media (max-width: 991px) {
 
    .floating-icon {
        width: 50px;
    }
}

@media (max-width: 576px) {
    .hero-image-wrapper {
        min-height: 420px;
        margin-top: 40px;
    }

    .hero-bg-img {
        width: 260px;
    }

}
.app-buttons {
    display: flex;
    gap: 16px;
}

.app-btn:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.app-btn {
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
}

.app-btn img {
    width: 160px;
    height: auto;
    display: block;
}

.app-btn:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}
.icon-orange{
    background: orange !important;
    color: white !important;
}
.card-hover, .btnsend-hover{
    transition: all 0.35s ease;
}

.card-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}
.btnsend-hover:hover{
   transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);  
    border: 1px solid blue ;
    color: blue;
    font-weight: 700px !important;
}