/*
Theme Name: Robothink Main
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1737629742
Updated: 2025-01-23 10:55:42

*/



/* banner css */

.woocommerce-cart form.woocommerce-shipping-calculator{
	display:none;
}
button:hover, button a:hover{
  opacity: 1 !important;
}
#logout li.menu-item-has-children .has-submenu, #login li.menu-item-has-children .has-submenu{
  background-color: #ffe553 !important;
  line-height: 1em;
  letter-spacing: -0.2px;
  color: #000 !important;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #ffe553 !important;
  border-radius: 60px 60px 60px 60px;
  padding: 15px 30px 15px 30px !important;
  /* display: block !important; */
  transition: all .3s;
}
#header .has-submenu.highlighted .icon {
  transform: rotate(180deg);
  transition: all .3s;
  margin-top: -5px;
}
.banner-text h2 span {
    color: #000;
}
.banner-form input{
  padding: 15px 0 !important;
  height: 54px;
  margin-top: 2px;
}
input::placeholder{
    color: #000 !important;
    opacity: 1 !important;
}
.banner-form input:focus{
    box-shadow: none !important;
}
.banner-form .elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: nowrap;
}
@keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

.banner-circle img {
    animation: rotate 7s linear infinite;
    transform-origin: center;
}
.banner-plus img{
    animation: rotate 5s linear infinite, upDown 5s ease-in-out infinite;
    transform-origin: center;
}
@keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  @keyframes upDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }
  .elementor-nav-menu .sub-arrow i{
    pointer-events: none;
    font-size: 11px;
    position: relative;
    top: 2px;
  }
  #sticky-header_new.sticky {
    background: #fff7f1 !important;
  }
  #inner-header.sticky{
    background: #fff !important;
  }
 /* Style for category badges */

  #blog_tabs .elementor-post__badge {
    display: inline-block;
    padding: 16px 20px 12px !important;
    margin: 0 0 0 40px !important;
    border-radius: 68px !important;
    font-size: 16px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    position: relative !important;
    top: -55px !important;
    width: fit-content;
    gap: 0px !important;
    letter-spacing: -0.16px;
    text-transform: capitalize !important;
  }
  .elementor-posts .elementor-post__card .elementor-post__text {
    margin: 0 !important;
  }
  /* Different colors for each category */
  #blog_tabs .category-education .elementor-post__badge{ background-color: #FF6D82 !important; }  /* Red */
  #blog_tabs .category-franchises .elementor-post__badge{ background-color: #F3961F !important; } /* Green */
  #blog_tabs .category-innovation .elementor-post__badge{ background-color: #5492FF !important; }  /* Blue */
  #blog_tabs .category-international .elementor-post__badge{ background-color: #8CCC35 !important; }  /* Orange */

  /* First tab */
  #blog_tabs button:nth-child(2) {
    background-color: #FF6D82; /* Red */
  }

  /* Second tab */
  #blog_tabs button:nth-child(3) {
    background-color: #F3961F; /* Green */
  }

  /* Third tab */
  #blog_tabs button:nth-child(4) {
    background-color: #5492FF; /* Blue */
  }

  /* Fourth tab */
  #blog_tabs button:nth-child(5) {
    background-color: #8CCC35; /* Yellow */
  }
  #blog_tabs article .elementor-post__title a, #blog_tabs article .elementor-post__read-more{
    transition: all .3s;
  }
  #blog_tabs article.category-education:hover .elementor-post__title a, #blog_tabs article.category-education:hover .elementor-post__read-more, #blog_tabs article.category-education:hover .elementor-post__read-more path{
    color: #FF6D82 !important;
    fill: #FF6D82;
  }
  #blog_tabs article.category-franchises:hover .elementor-post__title a, #blog_tabs article.category-franchises:hover .elementor-post__read-more, #blog_tabs article.category-franchises:hover .elementor-post__read-more path{
    color: #F3961F !important;
    fill: #F3961F;
  }
  #blog_tabs article.category-innovation:hover .elementor-post__title a, #blog_tabs article.category-innovation:hover .elementor-post__read-more, #blog_tabs article.category-innovation:hover .elementor-post__read-more path{
    color: #5492FF !important;
    fill: #5492FF;
  }
  #blog_tabs article.category-international:hover .elementor-post__title a, #blog_tabs article.category-international:hover .elementor-post__read-more, #blog_tabs article.category-international:hover .elementor-post__read-more path{
    color: #8CCC35 !important;
    fill: #8CCC35;
  }
  .blog_arrow{
    cursor: pointer;
  }
  .blog_arrow a span:hover path {
    fill: #FFE553;
  }
  #blog_tabs article .elementor-post__read-more path{
    fill: #000;
  }
  #blog_tabs article .elementor-post__read-more {
    display: flex;
    gap: 10px;
  }
  #logout li.menu-item-has-children .has-submenu:hover span svg, #login li.menu-item-has-children .has-submenu:hover span svg{
    fill: #fff !important;
  }
  #logout li.menu-item-has-children .has-submenu:hover, #login li.menu-item-has-children .has-submenu:hover{
    border-color: #754ac5 !important;
    background-color: #754ac5 !important;
    color: #fff !important;
  }
  #logout li a.elementor-item-active, #login li a.elementor-item-active{
    font-family: "Sofia Pro", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    word-spacing: 0px;
    color: #754ac5 !important;
  }
  #logout li a.elementor-item-active:hover, #login li a.elementor-item-active:hover{
    color: #000 !important;
  }
  .user-logged-out .woocommerce h2{
    margin: 0px !important;
    font-family: "Cavalier-Bold", Sans-serif !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #000000 !important;
  }
  .user-logged-out .login{
    padding: 0px !important;
  }
  .user-logged-out .login p{
    width: 100% !important;
  }
  .user-logged-out .login p button, .woocommerce-lost-password button{
    padding: 15px 40px !important;
  }
  .woocommerce-account .woocommerce-form-login p.form-row:nth-child(3){
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  /* my acoount page */

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table th{
  width: 50%;
}
.woocommerce-account .woocommerce-MyAccount-content table th, .woocommerce-account .woocommerce-MyAccount-content table td span, .woocommerce-account .woocommerce-MyAccount-content table td {
  font-family: 'Sofia Pro' !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  padding: 20px 0 !important;
  color: #000 !important;
}
table.shop_table.shop_table_responsive.my_account_orders td{
  padding: 20px 0 !important;
}
.woocommerce-account .woocommerce .order_details .product-name a, .woocommerce-account .order_details .product-name a:hover {
  color: #754ac5 !important;
}
.woocommerce-account .woocommerce .woocommerce-table--order-details.order_details{
  margin-bottom: 0 !important;
}
.woocommerce-account .woocommerce .order_details.awcfe-order-extra-details{
  margin-bottom: 0;
  padding-top: 0px !important;
  padding-bottom: 20px;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1) !important;
}
.woocommerce-account .woocommerce-order-details h2, .woocommerce-account .woocommerce-customer-details h2, .woocommerce-account .woocommerce-Address header h2{
  margin: 30px 30px 0 !important;
}
.woocommerce-account #calendar table tr td{
  border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
  padding: 0px !important;
}
.woocommerce-account #calendar table th{
  border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
  border-bottom: 0px !important;
  padding: 0px !important;
  height: 50px;
}
.woocommerce-account #calendar table thead tr {
  background-color: #fef8f0;
}
.woocommerce-account #calendar table{
  margin-block-end: 0px;
  border: 0px !important;
}
.woocommerce-account #calendar .fc-toolbar-title{
  margin: 0px;
}
.woocommerce-account #calendar .fc-button{
  border-radius: 8px !important;
  background: #414141 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 30px;
  letter-spacing: -0.24px;
  opacity: 1;
}
.woocommerce-account #calendar .fc-button:hover {
  background: transparent !important;
  color: #414141;
}
.woocommerce-account #calendar .fc-button-group {
  gap: 14px;
}
.woocommerce-account #calendar .fc-prev-button, .woocommerce-account #calendar .fc-next-button{
  width: 40px;
  height: 40px;
  display: flex;
  padding: 16px;
  border-radius: 8px !important;
  border: 1px solid #414141;
  background-color: transparent !important;
  color: #414141;
  justify-content: center;
  align-items: center;
}
.woocommerce-account #calendar .fc-prev-button:focus, .woocommerce-account #calendar .fc-next-button:focus{
  outline: none;
}
.woocommerce-account #calendar .fc-prev-button:hover, .woocommerce-account #calendar .fc-next-button:hover{
  background: #414141 !important;
  color: #fff;
}
.woocommerce-MyAccount-navigation li {
  position: relative;
  transition: border-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.woocommerce-MyAccount-navigation li:hover {
  border-right-color: #754ac5;
  transform: translateX(5px);
  transition: all .3s;
}
.woocommerce-MyAccount-navigation-link--attendee{
  margin-top: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content-wrapper, .woocommerce-account .woocommerce-MyAccount-content-wrapper-no-data{
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1) !important;
  padding: 30px !important;
}
.woocommerce-account .woocommerce-MyAccount-content-wrapper h3{
  margin-bottom: 20px !important;
}
.woocommerce-account .woocommerce-MyAccount-content-wrapper a.form_btn{
  background-color: unset!important;
  padding: 12px 30px;
  margin-top: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content-wrapper ul.woocommerce-error, .woocommerce-account .woocommerce-MyAccount-content-wrapper-no-data .woocommerce-info{
  display: none;
}
.user-logged-in #login{
  display: none;
}
.user-logged-out #logout{
  display: none;
}
.home_programs{
  position: relative !important;
  z-index: 99 !important;
}
.home_banner .elementor-swiper-button-prev{
  padding: 5px;
  border-radius: 50px;
  left: 10px !important;
  border-width: 1px;
}
.home_banner .elementor-swiper-button-next{
  padding: 5px;
  border-radius: 50px;
  right: 10px !important;
  border-width: 1px;
}
.woocommerce-form.woocommerce-form-register {
  padding: 0px !important;
}



/* fetch all orders from subsites */


.course-materials-wrapper {
  border-radius: 8px;
  margin-top: 20px;
}
.course-material{
  margin: 30px 0;
}
.course-material .course-material-videos{
  margin-bottom: 20px;
  display: flex !important;
  gap: 20px;
  flex-wrap: wrap;
}
.course-material .course-material-videos .course-video{
  width: 48%;
}
.course-material  h3{
  font-family: "Sofia Pro", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #815dc7;
}

.course-material-videos, .course-material-documents {
  margin-top: 10px;
}

.course-video video {
  width: 100%;
  border-radius: 8px;
}

.course-material-documents ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}

.course-material-documents li {
  margin: 5px 0;
}

.course-material-documents a:hover {
  text-decoration: underline;
}

.course-materials-wrapper .course-product-name{
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 22px;
  margin: 0 !important;
  text-decoration: underline;
  font-family: "Cavalier-Bold", Sans-serif !important;
}
.woocommerce-view-order .my_account_orders{
  padding: 0 10px !important;
}
.custom_order_details {
  border-radius: 68px;
  font-family: "Sofia Pro", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 28px;
  background-color: #754ac5;
  color: #fff !important;
  padding: 10px 30px;
  border: 2px solid #754ac5;
}
.custom_order_details:hover {
  background-color: #FFE553;
  color: #000 !important;
  border: 2px solid #FFE553;
}
.woocommerce-account .woocommerce-MyAccount-content-wrapper-no-data .custom_order_data_head th {
  font-family: "Cavalier-Bold", Sans-serif !important;
  font-size: 23px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
}
.woocommerce-account .woocommerce-MyAccount-content-wrapper-no-data .custom_order_data td {
  padding: 20px 0 !important;
}


/* franchise opprtunity form css */

.franchise_form .column{
    display: flex;
    gap: 30px;
}
.franchise_video video{
  width: 768px !important;
  height: 100% !important;
  border-radius: 40px;
}
.page-franchising .elementor-shortcode form p:last-of-type {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}
/* .page-franchising .elementor-shortcode form p .wpcf7-spinner {
  display: none;
} */
.page-franchising .elementor-shortcode input, .page-franchising .elementor-shortcode textarea{
  font-family: "Sofia Pro", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.30) !important;
  background: #FFF;
  margin-top: 10px;
}
.page-franchising .elementor-shortcode label{
  font-family: "Cavalier-Bold", Sans-serif !important;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  color: #131313 !important;
  width: 100%;
}
.page-franchising .elementor-shortcode .wpcf7-submit {
  font-family: "Sofia Pro", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 10px;
  width: 167px;
  border-radius: 68px 68px 68px 68px;
  padding: 19px 30px;
  background-color: #754ac5;
  color: #fff;
  transition: all .3s;
  border: 2px solid #754ac5 !important;
  margin: 0;
}
.page-franchising .elementor-shortcode .wpcf7-submit:hover {
  background-color: #FFE553;
  color: #000;
  border: 2px solid #FFE553 !important;
}


/* iframe css */


.camps_frame .ActivityCard_cardTitles__9HpvC h2{
  color: #754ac5 !important;
  font-size: 24px !important;
  line-height: 24px !important;
  font-family: Cavalier !important;
}
.camps_slider img {
    object-fit: cover;
    height: 350px !important;
    width: 100% !important;
}


/* about us page */

.robot_friends .elementor-image-box-content{
  margin: 0px !important;
}
.robot_friends img{
  height: 300px !important;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.robot_friends img:hover, .team img:hover {
    transform: scale(1.1);
}
.team img{
  transition: transform 0.5s ease, opacity 0.5s ease;
}

/* about us page */


/* after school products */


/* Default layout for even items (image left, content right) */
.product-item.even-item .e-con-inner {
  display: flex;
  flex-direction: row;
}

/* For odd items (image right, content left) */
.product-item.odd-item .e-con-inner {
  display: flex;
  flex-direction: row-reverse !important;
}
.enroll-now-btn a{
  cursor: pointer;
}

/* after school products */

/* Learning Center Membership */

.animated-text-level {
  display: inline-block;
  font-weight: 600;
  background: linear-gradient(270deg, #754AC5, #FF6D82, #F3961F);
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientFlow 6s ease infinite;
}

@keyframes gradientFlow {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.voucher-icon1 svg path {
    fill: #FF6D82 !important;
}
.voucher-icon2 svg path {
    fill: #754AC5 !important;
}
.voucher-icon3 svg path {
    fill: #F3961F !important;
}
.voucher-icon4 svg path {
    fill: #8CCC35 !important;
}
.voucher-icon5 svg path {
    fill: #837664 !important;
    stroke: #837664 !important;
}
.voucher-icon6 svg path {
    fill: #FFBE00 !important;
}



/* Learning Center Membership  */

/* sitemap */

.pages-list h3 {
  font-family: "Cavalier-Bold", Sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  line-height: 50px;
  color: #754AC5 !important;
  padding-bottom: 16px;
  margin: 0;
}

.pages-list ul {
  padding: 0px;
  list-style: none !important;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  color: #000000;
}

.pages-list ul li {
  margin-bottom: 10px !important;
  color: #000000;
}

.pages-list ul li a {
  color: #000000;
  font-family: "Sofia Pro", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.sitemap_container ul.elementor-sitemap-list{
  padding: 0;
}
.sitemap_container .elementor-sitemap-title{
  margin: 0;
  margin-bottom: 30px;
}
.sitemap_container ul.elementor-sitemap-list li:not(:last-child){
  margin-bottom: 15px;
}


/* responsive css */


@media (max-width: 1680px) {
  #program-vector{
    left: -80px;
  }
  #programs-cols{
    gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #programs-cols .e-con {
    padding: 10px;
    background-size: contain;
  }
  #programs-cols #main-program-robot{
    width: 30%;
  }
  #programs-cols #main-program-robot #robot-arrow .elementor-widget-container{
    padding: 0px 30px 20px 0px;
  }
  #programs-cols #main-program-game .elementor-widget-container, #programs-cols #main-program-party .elementor-widget-container{
    padding: 0px 20px 30px 10px;
  }
  .counter{
    margin-left: 20px;
  }
  .footer-icon{
    bottom: -70px !important;
    left: -23px !important;
  }
  #coding_vector{
    right: 0;
  }
  #our_story_vector{
    left: -90px;
    bottom: -124px;
  }
  #featuerd_article{
    background-size: 59% auto;
    min-height: 82vh;
  }
  #main-program-eng, #main-program-coding, #main-program-robot, #main-program-game, #main-program-party{
    min-height: 100% !important;
  }
  #world_robothink_content{
    margin-left: 10%;
  }
}


@media screen and (min-width:1500px) and (max-width:1670px) {
  .banner_slider{
    background-position: 20% 50% !important;
  }
  .banner_slider .banner-text h2{
    font-size: 80px !important;
  }
}



@media screen and (min-width:1450px) and (max-width:1520px) {
  header .buttons{
    width: 24%;
    gap: 10px;
  }
  header .menus{
    width: 67%;
  }
  header .menus li a{
    margin: 0 7px !important;
  }
  .banner-text h2 {
    font-size: 80px !important;
    font-weight: 700;
    line-height: 85px !important;
  }
  .footer_enroll_text h2{
    font-size: 45px !important;
  }
  .meet_robot_friends .e-con-inner {
    gap: 80px !important
  }
}


@media (max-width: 1440px) {
  #program-vector {
    left: 0;
    bottom: -130px;
  }
  #programs-cols .e-con {
    margin: 0 10px;
  }
  #programs-cols #main-program-robot #robot-arrow .elementor-widget-container{
    padding: 0px 30px 30px 0px;
  }
  #programs-cols #main-program-robot {
    width: 26%;
  }
  #programs-cols #main-program-game .elementor-widget-container{
    padding: 0px 20px 30px 10px;
  }
  #programs-cols #main-program-game #game-arrow .elementor-widget-container{
    padding: 0px 20px 10px 10px;
  }
  #programs-cols #main-program-party .elementor-widget-container{
    padding: 0px 20px 10px 10px;
  }
  #programs-cols #main-program-party #arrow-party .elementor-widget-container{
    padding: 0px 20px 20px 10px;
  }
  .footer-icon {
    bottom: -50px !important;
    left: -23px !important;
  }
  #featuerd_article{
    background-size: 75% auto;
    min-height: 70vh;
  }
  #our_story_vector {
    left: -10px;
    bottom: -124px;
  }
  #world_robothink_content {
    margin-left: 16%;
  }
  .world_robothink_franchise {
    margin-left: 20% !important;
    width: 83% !important;
  }
    .meet_robot_friends .e-con-inner {
    gap: 50px !important
  }
  .branding_hearts {
    top: -66px !important;
  }
}



@media (max-width: 1366px) {
  #workshop-vector{
    left: 55px;
    bottom: -45px;
  }
  #coding_vector2{
    bottom: -140px;
  }
  #featuerd_article {
    background-size: 70% auto;
    min-height: 67vh;
  }
  #programs-cols h2{
    font-size: 29px;
    line-height: 30px;
  }
  #connecter1{
    right: 616px;
    bottom: -150px;
  }
  #connecter2{
    right: 600px;
    bottom: -190px;
  }
  #world_robothink_content {
    margin-left: 8% !important;
  }
   .world_robothink_franchise {
    margin-left: 8% !important;
  }
    .meet_robot_friends .e-con-inner {
    gap: 30px !important
  }
    .branding_hearts {
    top: -60px !important;
  }
}

@media (max-width: 1280px) {
  #featuerd_article {
    background-size: 75% auto;
    min-height: 63vh;
  }
  #main-program-eng img{
    margin: -20px 0px 0px 0px;
  }
  #main-program-coding img{
    margin: -13px 0px 0px -40px;
  }
  #main-program-game img{
    margin: -25px 0px 0px 0px;
  }
  #main-program-party img{
    margin: -25px 0px 0px 0px;
  }
  #programs-cols h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .robothink_green_bg, .robothink_instagram{
    margin-top: 0px !important;
  }
  .banner-form .elementor-labels-above{
    flex-wrap: wrap !important;
    gap: 0;
  }
  #connecter1 {
    right: 573px;
    bottom: -150px;
  }
  #connecter2{
    right: 550px;
    bottom: -203px;
  }
  #connecter3{
    right: 520px;
  }
  .robothink_green_bg{
    margin-top: 100px !important;
  }
  .robot_friends img{
    height: 250px !important;
    transition: transform 0.5s ease, opacity 0.5s ease;
    width: 200px !important;
  }
   .header .elementor-menu-toggle{
    padding: 0px !important;
  }
   #world_robothink_content {
    margin-left: 6% !important;
    width: 88% !important;
  }
   .branding_hearts {
    top: -52px !important;
  }
}

@media (max-width: 1025px) {
  .banner-form .elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #programs-cols .e-con {
    width: 33.33% !important;
  }
  #program-vector {
    left: 0;
    bottom: -190px;
  }
  #workshop-vector {
    left: -148px;
    bottom: -85px;
  }
  #featuerd_article {
    background-size: unset;
    min-height: auto;
    background-image: none;
  }
  #checkout_section, #coding_programs{
    background-image: none !important;
  }
  .robothink_green_bg, .robothink_instagram{
    margin-top: 80px !important;
  }
  .banner_slider .elementor-heading-title img{
    width: 35px;
  }
  .our-story-main-title h2 br{
    display: none;
  }
  .robot_friends img{
    height: 250px !important;
    transition: transform 0.5s ease, opacity 0.5s ease;
    width: 235px !important;
  }
}


@media (max-width: 991px) {
  #program-vector {
      left: -20px;
      bottom: -66px;
  }
  #blog_tabs .elementor-post__badge {
    margin: 0 0 0 20px !important;
  }
  .banner-circle img {
    animation: rotate 4slinear infinite;
    transform-origin: center;
  }
  .robothink_green_bg, .robothink_instagram{
    margin-top: 50px !important;
  }
  .user-logged-out .login p{
    width: 100% !important;
  }
  .course-calendar table, #calendar table {
    overflow-x: scroll !important;
    width: 1053px !important;
  }
  .course-calendar  .fc-view-harness, #calendar .fc-view-harness {
    max-width: 100%;
    overflow-x: scroll;
  }
  .course-calendar table tbody td .fc-daygrid-day, .course-calendar table th.fc-col-header-cell, #calendar table th.fc-col-header-cell, .woocommerce-account #calendar table tr td .fc-daygrid-day{
    height: 50px !important;
    width: 150px !important;
  }
  .woocommerce-account #calendar .fc-button{
    padding: 6px 12px;
  }
  .woocommerce-account #calendar .fc-prev-button, .woocommerce-account #calendar .fc-next-button{
    width: 30px;
    height: 30px;
  }
  .woocommerce-account .woocommerce-MyAccount-content-wrapper, .woocommerce-account .woocommerce-MyAccount-content-wrapper-no-data{
    padding: 20px !important;
  }
  .woocommerce-account #calendar .fc-button-group {
    gap: 5px;
  }
  #blog_tabs article .elementor-post__text{
    margin-top: -20px !important;
  }
  .how_we_tech br{
    display: none;
  }
}


@media screen and (min-width:450px) and (max-width:650px) {
  .res_coding_box h2, .res_robotics_box h2, .res_design_box h2{
    margin-left: 25%;
  }
}


@media (max-width: 767px) {
  .course-material .course-material-videos .course-video {
      width: 100%;
  }
  #program-vector {
      left: -20px;
      bottom: -66px;
  }
  .course-material-documents ul li {
    font-size: 16px;
  }
  .banner-text h2 br{
    display: none;
  }
  #logout li.menu-item-has-children .has-submenu, #login li.menu-item-has-children .has-submenu{
    /* padding: 15px 30px 15px 30px !important; */
        padding: 7px 30px 10px 30px !important;
  }
  #blog_tabs .elementor-post__badge {
    top: -45px !important;
  }
  #header .has-submenu.highlighted .icon {
    margin-top: -8px;
  }
  .elementor-nav-menu .sub-arrow i{
    top: 0px !important;
  }
  #blog_tabs article .elementor-post__title a, #blog_tabs article .elementor-post__read-more svg{
    margin-top: 5px;
  }
  .franchise_form .column{
    margin-bottom: 10px;
    display: flex;
    gap: 0px;
    flex-direction: column;
  }
}