
h1, h2, h4{
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;

}
h3{
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  
}
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  
}
body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.top-box{
   background-color: #234390;
   display: flex;
   justify-content: space-between;
   padding: 10px 50px;
}
.top-box h5{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.top-box .top-loc{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.top-login{
    display: flex;
    gap: 30px;
}
.top-login a{
    font-size: 16px;
    color: #fff; 
    font-weight: 400;
    text-decoration: none;
    list-style: none;
}
#Incrediminds img{
    width: 20%;
}
.Incrediminds-img-box{
    display: grid;
    gap: 0px;
    width: 10%;
}
.Incrediminds-img-box a{
    margin-top: -8px;
    font-size: 25px;
    font-weight: 600;
}
.submit{
    border: 1px solid #234390;
    background-color: #234390;
    border-radius: 30px;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
}
.submit:hover{
    border: 1px solid #93C85C;
    background-color: #93C85C;
}
.navbar-nav .nav-link.active{
    color: #93C85C;
    font-size: 16px;
    font-weight: 600;
}
/* Open only the immediate dropdown on hover (avoid opening all nested) */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; /* removes jump */
}
/* Show submenu on hover (desktop) */
@media (min-width: 992px) {
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    display: none;
    margin-top: -0.25rem;
    z-index: 1050;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
.dropdown-menu{
  border: none;
  border-radius: 0px;
}
/* caret for submenu trigger */
.dropdown-submenu > .dropdown-toggle:after{
  /* content: "\f105"; */
  content:'';
  font-family: 'FontAwesome';
  font-weight: 900;
  float: right;
  border: 0;
  margin-left: .5rem;
}
/* Ensure nested menus never overflow under navbar */
.navbar .dropdown-menu{
  overflow: visible;
}
.nav-link:hover{
    color: #93C85C;
    font-size: 16px;
    font-weight: 600;
}
.nav-link{
    color: #777777;
    font-size: 16px;
    font-weight: 600;
}
ul.navbar-nav.me-auto.my-2.my-lg-0.navbar-nav-scroll {
    gap: 30px;
    margin-left: 40px;
}
nav.navbar.navbar-expand-lg {
    padding: 20px 30px;
}
#navbarScroll {
   margin-top: 20px;
}
.dropdown-item {

  border: 1px solid #f1efef;
  border-width: 0px 0px 1px 0px;
  padding: 8px;
}
.navbar .dropdown-menu {
  padding: 0px;
}
/* footer */
.footer{
    background-color: #292929;
    padding: 0px 50px;
    padding-bottom: 40px;
    padding-top: 50px;
    padding-bottom: 0px;
}
.footer-2{
  background-color: #000;
  padding-bottom: 0px;
}
.footer-img img{
    width: 25%;
}
.footer p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
}
.footer p a{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
    text-decoration: none;
    list-style: none;
}
.f-text{
    margin-left: 10px;
}
.footer i{
    margin-left: 10px;
}
.Courses-text ul{
    padding-left: 0px;
}
.Courses-text ul li{
  margin-bottom: 10px;
  list-style: none;
  text-decoration: none;
}
.Courses-text ul li a{
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
.Courses-text h4{
    color: #fff;
    font-size: 24px;
}
.copyright{
    text-align: center;
    margin-top: 0px;
    padding: 20px;
}
.copyright h4{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.socil-sec {
    
    padding: 10px 6px;
    display: flex;
    gap: 20px;
    padding-bottom: 50px;
}
.socil-box {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .socil-box i{
    color: #000;
    margin-left: 0px;
}
.footer .copyright i{
  font-size: 13px;
  
}
/* slider */
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slider-1{
    background-image: url(/img/105.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
  }
  .swiper-slide .img-s-1{
    width: 100%;
  }
  .swiper-slide .img-s-2{
    width: 90%;
  }
  /* arrow */
  .swiper-button-next {
    background-color: #2344901a;
    height: 60px !important;
    width: 60px !important;
    border-radius: 100%;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 17px !important;
    color: #fff;
}
.swiper-button-prev{
    background-color: #2344901a;
    height: 60px !important;
    width: 60px !important;
    border-radius: 100%;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 17px !important;
    color: #fff;
}
/* 2n slider */
 #Introduction-next {
    border: 1px solid #ddd;
    background-color: transparent;
    height: 40px !important;
    width: 40px !important;
    border-radius: 0%;
    right: 0 !important;
}
 #Introduction-next:after, .swiper-rtl #Introduction-prev:after {
    content: 'next';
    font-size: 17px !important;
    color: #000;
}
#Introduction-prev{
    border: 1px solid #ddd;
    background-color: transparent;
    height: 40px !important;
    width: 40px !important;
    border-radius: 0%;
}
#Introduction-prev:after, .swiper-rtl  #Introduction-next:after {
    content: 'prev';
    font-size: 17px !important;
    color: #000;
}
/* Why.Robotics */

/* Section Container */
.why-robotics {
  padding: 60px;
  text-align: center;
}

.heading h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #444444;
}

.heading p {
  font-size: 16px;
  color: #777;
  margin-bottom: 40px;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
  flex-wrap: wrap;
}

/* Left Image */
.image-box {
  position: relative;
  max-width: 650px;
}

.image-box img {
  width: 100%;
  border-radius: 8px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  color: #0fbb62;
  font-size: 28px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  cursor: pointer;
}

/* Right Features */
.text-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 400px;
  text-align: left;
}

.feature {
  display: flex;
  align-items: center;
  gap: 20px;
}

.feature .icon {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #777;
  padding: 10px;
  border-radius: 8px;
  min-width: 50px;
  text-align: center;
  margin-top: 12px;
}

.feature h3 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #444444;
}

.feature p {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

/* Color Variants */
.feature.purple .icon {
  background: #8e44ad;
}

.feature.green .icon {
  background: #27ae60;
}

.feature.pink .icon {
  background: #e91e63;
}

/* Responsive */
@media (max-width: 768px) {
  img{
  width: 100%;
}
.c-img img{
  width: auto;
}
  .content {
    flex-direction: column;
    gap: 40px;
  }

  .text-box {
    text-align: center;
    align-items: center;
  }
}
/* Section */
.why-im-robotics {
  background: #eaf4ff; /* light blue background like screenshot */
  padding: 60px 20px;
  text-align: center;
}

.heading h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #444444;
}

.heading p {
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
  margin-top: 20px;
}

/* Content Layout */
.content-1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 100px;
}

/* Features */
.features {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 350px;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  text-align: left;
}

/* .feature .icon {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #777;
  padding: 8px 12px;
  border-radius: 6px;
  min-width: 40px;
  text-align: center;
} */

/* .feature h3 {
  font-size: 18px;
  margin-bottom: 5px;
} */

.feature p {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

/* Center Image */
.image-box-1 {
  max-width: 400px;
}

.image-box img {
  width: 100%;
}

/* Color Variants */
.feature.orange .icon {
  background: #ff5722;
}

.feature.blue .icon {
  background: #2196f3;
}

.feature.yellow .icon {
  background: #ffc107;
}

.feature.purple .icon {
  background: #8e44ad;
}

.feature.green .icon {
  background: #27ae60;
}

.feature.pink .icon {
  background: #e91e63;
}

/* Responsive */
@media (max-width: 992px) {
  .content {
    flex-direction: column;
    align-items: center;
  }

  .features {
    max-width: 100%;
    text-align: center;
  }

  .feature {
    justify-content: center;
    text-align: left;
  }
}
/*  */
.submit-1 {
    border: 1px solid #234390;
    background-color: #234390;
    border-radius: 30px;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    width: 48%;
    margin-top: -30px;
}
/* counter */
.counter-sec{
   background: linear-gradient(135deg, #205dee, #22b7ef);
   padding: 50px 100px;
}
.counter-box h1{
    font-size: 50px;
    color: #fff;
}
.counter-box p{
    font-size: 18px;
    color: #fff;
}
.counter-box{
  text-align: center;
}
/* slider1 */
#slider-robotics{
  display: flex;
  gap: 10px;
  background-color: #fff;
  padding: 50px 0px;
  margin-right: 0px !important;
  /* margin-left: 23px; */
}
.Robotics-slider-sec{
  padding: 50px;
}

/* Card */
.course-card {
  width: 370px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

.course-card:hover {
  transform: translateY(-5px);
}

/* Image */
.card-image {
  position: relative;
}

.card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Price Badge */
.price-badge {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/img/1.png);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 80px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Content */
.card-content {
  padding: 40px 20px 45px;
}

.card-content h4 {
  font-size: 20px;
  color: #444;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
}

.card-content h6 {
  font-size: 18px;
  font-weight: 600;
  color: #0d47a1;
  margin-bottom: 25px;
  
}

.card-content .functions {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
}

.card-content .projects {
  color: #28a745;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
}

/* Button */
.Know-More {
  background: #f5f5f5;
  border: 1px solid #ccc;
  padding: 12px 22px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}

.Know-More:hover {
  background: #28a745;
  color: #fff;
}
.heading-r{
  text-align: center;
}
.heading-r h2 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 10px;
   color: #444444;
}
/* Section */
.team-section {
  padding: 60px 20px;
  text-align: center;
}

.heading h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #444444;
}

.heading .underline {
  width: 120px;
  height: 3px;
  margin: 10px auto;
  background: #7ed957; /* green wave line effect */
  border-radius: 50px;
}

.heading p {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

/* Team Layout */
.team {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
 .team-member {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  max-width: 320px;
  flex: 1;
  text-align: center;
}

.team-member img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.team-member .info h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 12px;
}

.team-member .info p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
} 

/* Team Member Blue Card */
.team-member {
  position: relative;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  max-width: 350px;
  height: 500px; 
}

/* Hide content initially (slide down) */
.team-member .info {
  position: absolute;
  bottom: -73%;  /* hide below */
  left: 0;
  width: 100%;
  padding: 20px;
  background: #0d47a1;
  transition: all 0.5s ease;
  height: 499px;
}

/* On hover → slide up */
.team-member:hover .info {
  bottom: 0; /* moves up into view */
}

/* Title + Role */
.team-member h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.team-member .role {
  font-weight: bold;
  margin-bottom: 10px;
}

.team-member .desc {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Social Icons */
.socials {
  display: flex;
  gap: 15px;
  font-size: 16px;
  justify-content: center;
  margin-top: 40px;
}

.socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #0d47a1;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  text-decoration: none;
  transition: color 0.3s;
}

.socials a:hover {
  color: #fff;
  background-color: #22b7ef;
}

/* Responsive */
@media (max-width: 992px) {
  .team {
    flex-direction: column;
    align-items: center;
  }

  .team-member.blue-bg {
    text-align: center;
  }

  .socials {
    justify-content: center;
  }
}
/* testimonials */
.testimonials-sec{
  background-image: url(../img/15.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 
}
.testimonials-contant{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0px;
}
.testimonials-contant-box p{
  margin-left: 350px;
  margin-right: 350px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.testimonials-contant-box h3{
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.testimonials-contant-box span{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.img-tes{
  display: flex;
  justify-content: center;
}
#testimonials-slider{
  background-color: transparent;
}
/* How-to-enroll */
.How-to-enroll-sec{
  background-image: url(../img/13.jpg);
   background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
.How-to-enroll-box {
    margin-top: 103px;
    margin-left: 200px;
}
.How-to-enroll-box h2{
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.How-to-enroll-box p{
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.book-b{
  display: flex;
  justify-content: center;
  margin-top: 169px;
}
.submit-3 {
    border: 1px solid #234390;
    background-color: #234390;
    border-radius: 30px;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    width: 42%;
    margin-top: -30px;
}
/*  */
.brand-area-sec{
  background-color: #0d47a1;
  padding: 70px;
  display: flex;
  justify-content: center;
}
.brand-area ul li a{
  background: transparent none repeat scroll 0 0;
    border: 1px solid #dddddd;
    display: block;
    height: 112px;
    line-height: 160px;
    padding: 0 20px;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.brand-area ul li a:hover{
  background-color: #fff;
}
.brand-area ul li{
  list-style: none;
}
.brand-area ul{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
/*  */
.contact-h-sec{
  background-color: #dbf2ff;
  padding: 30px 144px;
}
.c-img p{
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0px;
}
.c-img h6{
  font-size: 21px;
  font-weight: 600;
  color: #000;
}
.c-img {
    text-align: left;
}
/* contact us */
.bradcaump-sec{
  background-color: #234390;
}
.bradcaump{
  align-items: center;
    display: flex;
    height: 120px;
    justify-content: space-between;
    padding-bottom: 8px;
}
.bradcaump h2{
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
.bradcaump .bradcaump-box a{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.bradcaump .bradcaump-box i{
  color: #fff;
 margin-left: 3px;
 margin-right: 3px;
}
#content-i{
  margin-top: 100px;
}
/*  */
.Location-sec{
   background-color: #234390;
   padding: 50px;
}
.Location-mainbox{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    display: flex;
    justify-content: center;
}
.Location-box{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-top: -53px;
}
/*  */
.contact-section {
  background: #234390; /* blue background */
  padding: 60px 20px;
  color: white;
  text-align: center;
  padding-top: 100px;
}
.icon-circle i{
  color: #a3a3a3;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Row */
.contact-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* Each Box */
.contact-box {
  background: #234390;
  border-radius: 10px;
  padding: 40px 20px;
  flex: 1 1 300px;
  max-width: 350px;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

/* Circle Icon */
.icon-circle {
  background: #fff;
  color: #234390;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 32px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  margin-top: -82px;
}

/* Text */
.contact-box h3 {
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
}

.contact-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #f1f1f1;
}
/*  */
/* Section */
.form-section {
  padding: 40px;
}

/* Container */
.container {
  max-width: 1400px;
  margin: 0 auto;
}

/* Row Layout */
.form-row {
  display: flex;
  flex-wrap: wrap;
 
  
}

/* Left Side - Form */
.form-box {
  flex: 1 1 60%;
  padding: 30px;
  border-radius: 8px;
  overflow: hidden;
  /* box-shadow: 0 5px 20px rgba(0,0,0,0.1); */
  background-image: url(/img/27.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
  justify-content: center;
}

.form-group input,
.form-group select,
.form-group textarea {
  flex: 1 1 calc(33.33% - 10px);
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

/* .form-group select {
  flex: 1 1 100%;
} */

.form-group textarea {
  flex: 1 1 100%;
  resize: none;
}

.file-upload {
  flex: 1 1 100%;
  align-items: center;
}

.file-upload input {
  margin-left: 10px;
}

button {
  background: #55c21c;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

button:hover {
  background: #4aab18;
}

/* Right Side - Image */
.form-image {
  flex: 1 1 40%;
}

.form-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }

  .form-box, .form-image {
    flex: 1 1 100%;
  }

  .form-group input,
  .form-group select {
    flex: 1 1 100%;
  }
}
/* course */
.bradcaump-sec-course{
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 10px 20px -20px;
  margin-bottom: 50px;
}
.bradcaump-sec-course h2{
    color: #444444;
    font-size: 36px;
    font-weight: 700;
}
.bradcaump-sec-course .bradcaump-box a{
    color: #444444;
    font-size: 18px;
    font-weight: 600;
}
.bradcaump-sec-course .bradcaump-box i{
    color: #444444;
    margin-left: 3px;
    margin-right: 3px;
}
.course-main{
  display: flex;
  width: 85%;
  gap: 30px;
}
#courseid{
  display: flex;
  justify-content: center;
}
.card-body{
  padding: 0px;
}
#course-card{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 33.50%;
  border: none;
}
.course-box-1{
  display: flex;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.price{
  background-color: #f6f6f6;
  color: #fe5629;
  font-size: 14px;
  font-weight: 700;
  height: 60px;
  text-decoration: none;
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comment{
  background-color: #234390;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 60px;
  text-decoration: none;
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.like{
  background-color: #93C85C;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 60px;
  text-decoration: none;
  width: 34%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Foundation-Course{
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
}
.card-body h3{
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0px;
}
.Know-More-1 {
    background: #4CAF50;
    border: 1px solid #4CAF50;
    padding: 12px 22px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}
.course-card-img-box{
  overflow: hidden;
}
.course-card-img-box img:hover{
   filter: sepia(0%);
  transform: scale(1.3);
  z-index: 100;
  transition: 0.3s;
}
.course-card-img-box img{
  height: 250px;
}
.course-sec {
    margin-bottom: 70px;
}
/* gallery */
    .bg-custom {
            background: url('https://source.unsplash.com/random/1600x900') no-repeat center center/cover;
        }
        .hidden {
            display: none;
        }
  .gallery-button{
    display: flex;
    /* gap: 20px; */
    justify-content: center;
    margin-bottom: 80px;
  }
  .gallery-box{
    margin: 50px 80px;
  }
  .all{
    border: 1px solid #ddd;
    padding: 10px 30px;
    font-size: 24px;
    font-weight: 700;
    font-family: roboto;
    border-radius: 0px;
    margin: 2px;
  }
   .all:hover{
    border: 1px solid #ddd;
    padding: 10px 30px;
    background-color: transparent;
    border-radius: 0px;
  }
  /* blog */
  #blog-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 100%;
    border: none;
}
.blog-sec {
    margin: 50px 150px;
}
.Know-More-blog {
  background-color: #f0f0f0;
    border: 1px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 30px;
}
.Know-More-blog:hover{
  background-color: #fff;

}
/* school */
.Specialization-box{
  display: flex;
 
}
.Our-Specialization-text{
  text-align: center;
}
.Specialization-sec{
 margin: 50px;
}
.Our-Specialization-text h1{
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 90px;
}
.Specialization-box-1 p{
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}
.img-s{
  display: flex;
  justify-content: center;
}
.Specialization-box-1{
  text-align: center;
}
.Make-Coding-text h1{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
#Coding {
    display: flex;
    align-items: center;
}
.Make-Coding-sec{
  margin: 50px 100px;
}
/* school */
.school-card-img-box-1{
  overflow: hidden;
}
.school-card-img-box-1 img:hover {
    filter: sepia(0%);
    transform: scale(1.3);
    z-index: 100;
    transition: 0.3s;
}
.stem-img{
  width: 100%;
  height: 250px;
}
.banner-stem{
  text-align: center;
}
.banner-stem h1{
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 50px;
}
.Classroom-Bundle-sec{
  margin-bottom: 50px;
}
.Student-img{
  display: flex;
  justify-content: center;
}
#slider-robotics-wrapper{
  width: 95% !important;
}
.Incrediminds-Education-sec{
  margin: 50px;
}
.Incrediminds-Education{
  text-align: center;
 }
.line{
   display: flex;
  justify-content: center;
}
.Incrediminds-Education h3{
  font-size: 40px;
  font-weight: 700;
}
.Education-box-img{
  display: flex;
  justify-content: center;
}
.Education-box-contant .text{
  text-align: center;
}
.Education-box-contant .text h3{
  font-size: 22px;
  font-weight: 700;
  color: #ff5020;
}
.Education-box-contant .text h1{
  font-size: 22px;
  font-weight: 700;
  color: #0000ff;
}
.Education-box-contant .text h2{
  font-size: 22px;
  font-weight: 700;
  color: #93c85c;
}
.Education-box-contant .text p{
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-top: 20px;
}
/* .flip-card{
    background-color: transparent;
    width: 250px; 
    height: 250px;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.flip-card-front {
    background-color: #f9f9f9;
    color: #fff;
    text-align: center;
} */
/* .Education-box-img img {
  transition: transform 0.6s ease;
  transform-origin: center; 
}

.Education-box-img:hover img {
  transform: rotate(180deg);
} */
.Education-box-img {
  width: 407px;           /* adjust as needed */
  height: 450px;          /* adjust as needed */
  perspective: 1000px;    /* enables 3D flip */
}

.Education-box-img img {
  width: 70%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.Education-box-img:hover img {
  transform: rotateY(180deg); /* flips horizontally */
}
.Offer-Includes{
  margin: 50px;
}
.Offer-Includes-box{
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  border-radius: 10px;
  border: none;
}
.box-offer-text{
  background-color: #ddd;
  padding: 5px 15px;
}
.box-offer-text h1{
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}
.Courses-Offer-text h1{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
/*  */
.Kit-Components-sec{
  margin: 50px;
}
.Kit-Components-box{
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0px;
}
.Components-box{
 background-color: #777777;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  margin: 0px;
}
.Components-box h1{
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  margin: 0px;
}
.Sensors{
  background-color: #ddd;
 padding: 0px;
}
.Sensors h2{
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding: 10px;
  margin: 0px;
}
.Specs-box h6{
 margin-top: 15px;
 margin-bottom: 0px;
  
}
#Specs-main-box{
border: 1px solid #ddd;
width: 50%;
padding: 0px;
margin: 0px;
padding-bottom: 10px;
}
#Specs-main{
  margin-left: 0px;
  margin-right: 0px;
}
.Specs-box{
  margin-left: 10px;
}
.Classroom-Bundle-sec{
  margin: 50px;
}
.smart-dustbin{
  border-radius: 50%;
  width: 45%;
}
.Projects-img{
  display: flex;
  justify-content: center;
}
.Smart-Dustbin-text{
  margin-top: 80px;
}
.Smart-Dustbin-text h1{
  font-size: 30px;
  font-weight: 700;
  color: #ffa500;
}
/* Coding Foundation Course */
.Contact-us-to-sec{
  background-image: url(/img/13.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  margin-top: 50px;
}
.Contact-us-to-text{
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Contact-us-to-text h1{
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}
.Contact-us-to-button{
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Contact {
    border: 1px solid #234390;
    background-color: #234390;
    border-radius: 30px;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    width: 28%;
}
.Doubt-clearing{
  margin-right: 110px;
}
.Book-demo-img img{
  width: 30%;
}
.why-im-robotics-work {
   padding: 60px 20px;
    text-align: center;
}
.Industry-recognized{
  margin: 50px;
}
.Industry-img img{
 width: 80%;
}
.Industry-text{
  margin-top: 70px;
}
.Industry-text h1{
  font-size: 48px;
  font-weight: 700;
  color: #444444;
  margin-bottom: 40px;
}
/* aaaa */
.coding-course {
  text-align: center;
  background-image: url(/img/1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 80px 20px; */
  position: relative;
  margin: 50px;
}

.course-title {
  font-size: 44px;
  font-weight: 700;
  color: #444444;
  margin-bottom: 10px;
}

.course-fee {
  color: #666;
  margin-bottom: 90px;
  font-size: 16px;
  margin-top: 20px;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  justify-content: center;
}

#course-id {
  width: 280px;
  background: #b4d443;
  padding: 60px 8px 30px;
  border-radius: 10px;
  position: relative;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: visible;
}

.course-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.course-icon {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.course-icon:hover{
  background-color: #444444;
}

.course-icon img {
  width: 40px;
  height: 40px;
}

.course-card h3 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.course-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.course-card p {
  font-size: 15px;
  color: #f5f5f5;
  margin-bottom: 8px;
}
.submit-6 {
    border: 1px solid #234390;
    background-color: #234390;
    border-radius: 30px;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    width: 16%;
    margin-top: 60px;
  
}
/* dddd */
/* Section */
.robotics-courses {
  /* padding: 80px 20px; */
  background: #fff;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  margin-left: 50px;
  margin-right: 50px;
}

/* .container {
  max-width: 1200px;
  width: 100%;
} */

/* Grid Layout */
.course-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(298px, 1fr));
  gap: 6px;
}

/* Card */
.course-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Image */
.course-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.course-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.course-card:hover .course-img img {
  transform: scale(1.05);
}

/* Content */
.course-content {
  padding: 25px 20px 30px;
  text-align: center;
}

.course-content h4 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  text-align: start;
}
.Additional-Benefits{
  text-align: center;
  margin-bottom: 60px;
}

.course-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #444;
  line-height: 1.6;
  font-size: 0.95rem;
}

.course-content ul li::before {
  content: "• ";
  color: #4444;
}
/* faq */
.faq-img{
background-image: url(/img/rb.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 200px;
display: flex;
justify-content: center;
}
.faq-socil{
  display: flex;
  gap: 10px;
  align-items: center;
}
.faq-box{
  width: 30px;
  height: 30px;
  background-color: #205dee;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-box i{
  color: #fff;
}
.Make-Coding-text li{
  margin-top: 20px;
}
.faq-button{
  width: 40%;
  margin-top: 60px;
}
#Robotics h1{
  font-size: 44px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}


@media (max-width: 768px) {
  body{
    overflow-x: hidden;
  }
  .top-box{
    padding: 10px;
  }
  .slider-1{
    height: 217px;
  }
  .swiper-slide .img-s-2 {
    width: 46%;
}
.img-box-1 {
    display: flex;
    justify-content: right;
}
.swiper-slide .img-s-1 {
    width: 46%;
}
.heading img{
  width: 60% !important;
}
.why-robotics{
  padding: 40px 10px;
}
.heading h2{
  font-size: 30px;
}
.why-im-robotics {
  padding: 40px 10px;
}

.counter-sec{
  padding: 40px 10px;
}
#slider-robotics{
  gap: 0px;
  margin-right: 30px !important;
  overflow: hidden;
}
.heading-r img{
  width: 60% !important;
}
.heading-r h2{
  font-size: 30px;
}

.testimonials-contant-box p{
  margin-left: 10px;
  margin-right: 10px;
}
.How-to-enroll-box {
    margin-top: 10px;
    margin-left: 10px;
}
.book-b {
    display: flex;
    justify-content: left;
    margin-top: 35px;
}
.How-to-enroll-sec{
  height: 250px;
  padding-left: 10px;
  padding-right: 10px;
}
.brand-area ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 0px;

}
.course-main{
  display: block;
}
#course-card{
  width: 100%;
  margin-top: 20px;
}
#course-card{
 margin: 40px 10px;
}
.gallery-button{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
}
.gallery-box{
  margin: 40px 10px;
}
.bradcaump{
  height: 90px;
}
.blog-sec {
  margin: 40px 10px;
}
.contact-box{
  margin-top: 40px;
}
.contact-section{
  padding-top: 40px;
}
.form-section{
  padding: 0px;
}
.form-image img {
  margin-left: 0px;
}
#content-i {
    margin-top: 50px;
}
/* 11/10/2025 */
.bradcaump {
    margin-top: 10px;
    text-align: center;
    height: 88px;
  display: block;
    padding-bottom: 0px;
}

.bradcaump-sec-course h2{
  font-size: 30px;
}
.bradcaump-sec-course .bradcaump-box a{
  font-size: 18px;
}
.bradcaump-sec-course .bradcaump-box i{
  font-size: 10px;
}
.content-1{
  margin-top: 25px;
  gap: 0px;
}

.Industry-img img{
    width: 100%;
}
.Industry-recognized{
  margin: 0px;
}
.Industry-text h1{
  font-size: 40px;
  margin-bottom: 20px;
}
.Industry-text {
    margin-top: 40px;
    text-align: center;
}
.coding-course{
  margin: 0px;
}
.course-title{
  font-size: 36px;
  margin-top: 30px;
}
#course-id{
  width: 388px;
}
.course-grid{
  gap: 50px;
}
.submit-6{
  width: 57%;
}
.robotics-courses{
  margin-left: 0px;
  margin-right: 0px;
}
.image-box-1{
  margin: 30px 0px;
}
.feature{
  justify-content: center;
  text-align: left;
}
.Book-demo{
  text-align: center;
}
.Specialization-box{
  display: block;
  margin-top: 0px !important;
}
.Specialization-sec{
    margin: 30px;
}
.Our-Specialization-text h1{
  margin-bottom: 30px;
}
.Make-Coding-sec{
  margin: 0px;
}
.Make-Coding-text h1{
  text-align: center;
}
.Make-Coding-text p{
  text-align: center;
}
.Classroom-Bundle-sec{
  margin: 0px;
}
#blog-card{
margin-bottom: 30px;
}
.banner-stem h1{
  font-size: 40px;
}
.Incrediminds-Education-sec{
  margin: 50px 0px;
}
.Offer-Includes{
  margin: 0px;
}
.Offer-Includes-box{
  margin-bottom: 30px;
}
.Kit-Components-sec{
  margin: 10px;
}
.Contact-us-to-text h1{
  font-size: 25px;
}
.Contact{
  width: 85%;
}
.Contact-us-to-button{
  height: 130px;
}
.Contact-us-to-text{
   height: 130px;
}
.Contact-us-to-sec{
  height: 130px;
}
.Smart-Dustbin-text{
  margin-top: 0px;
  text-align: center;
}
#Automatic{
  display: none;
}
#Automatic-1{
  display: block;
}
#offer-1{
  margin-top: 0px !important;
}
.Incrediminds-Education h3{
  margin-bottom: 35px;
}
.Make-Coding-text p{
  text-align: left;
}
.Make-Coding-text{
  margin-top: 20px;
}
#Coding-1 img{
  width: 100%;
}
.bradcaump-sec-course{
  margin-bottom: 20px;
}
.bradcaump h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.bradcaump .bradcaump-box a{
  font-size: 16px;
}
}
#Automatic-1{
  display: none;
}
#Automatic{
  display: block;
}
/* =========================
   Responsive enhancements
   (append-only; original rules unchanged)
   ========================= */

/* Tablet: up to 991.98px */
@media (max-width: 991.98px) {
  .top-box{
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
  .top-box h5{ font-size: 14px; }
  .top-login{ gap: 16px; }

  #Incrediminds img{ width: 32%; }
  .Incrediminds-img-box{
    width: 50%;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .Incrediminds-img-box a{ font-size: 20px; }
  ul.navbar-nav.me-auto.my-2.my-lg-0.navbar-nav-scroll{ gap: 16px; margin-left: 0; }
  nav.navbar.navbar-expand-lg{ padding: 14px 16px; }
  #navbarScroll{ margin-top: 10px; }

  .slider-1{ height: 420px; }
  .swiper-button-next, .swiper-button-prev{ height: 44px !important; width: 44px !important; }

  .content{ gap: 40px; }
  .image-box{ max-width: 100%; }
  .text-box{ max-width: 100%; }

  .Robotics-slider-sec{ padding: 30px 16px; }
  .course-card{ width: 100%; }
  .card-image img{ height: 180px; }

  .team{ gap: 16px; }
  .team-member{ height: auto; max-width: 100%; }
  .team-member img{ height: auto; }
  .team-member .info{ position: static; height: auto; }

  .contact-h-sec{ padding: 24px 24px; }
  .brand-area-sec{ padding: 40px 20px; }
  .brand-area ul{ gap: 16px; flex-wrap: wrap; }
  .brand-area ul li a{ height: 90px; line-height: 130px; }

  .footer{ padding: 30px 20px; }
  .footer-img img{ width: 35%; }
}

/* Mobile: up to 575.98px */
@media (max-width: 575.98px) {
  .top-box{ align-items: stretch; }
  .top-login{ justify-content: flex-start; }

  #Incrediminds img{ width: 15%; }
  .Incrediminds-img-box a{ font-size: 18px; margin-top: -4px; }

  .submit, .submit-1, .submit-3{ padding: 10px 16px; width: auto; }

  .slider-1{ height: 240px; }
  .swiper-button-next, .swiper-button-prev{ display: none; }

  .heading h2{ font-size: 26px; }
  .heading p{ font-size: 14px; }

  .text-box{ gap: 20px; }
  .feature h3{ font-size: 18px; }
  .feature p{ font-size: 13px; }

  .card-image img{ height: 160px; }
  .card-content{ padding: 24px 16px 32px; }
  .card-content h4{ font-size: 18px; }
  .card-content h6{ font-size: 16px; }
  .card-content p{ font-size: 14px; }
  .card-content .projects{ font-size: 16px; }

  .testimonials-contant{ padding: 60px 0; }
  .img-tes img{ width: 48px !important; height: auto; }

  .How-to-enroll-sec{ height: auto; padding: 24px 10px; }
  .How-to-enroll-box h2{ font-size: 26px; }

  /* brand logos: 2 per row on mobile */
  .brand-area ul{ display: grid; grid-template-columns: repeat(2, 1fr); }

  .c-img h6{ font-size: 18px; }
  .c-img p{ font-size: 14px; }

  .footer-img img{ width: 45%; }
  .footer p, .footer p a{ font-size: 14px; }
  .Courses-text h4{ font-size: 20px; }
}

/* Desktop-only enhancement: Team card hover should cover full card */
@media (min-width: 992px) {
  .team-member{
    position: relative;
    overflow: hidden;
  }
  .team-member .info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    height: 100%;
    transition: all 0.5s ease;
  }
  .team-member:hover .info{
    bottom: 0;
  }
}

/* Tablet brand grid: 3 per row */
@media (min-width: 576px) and (max-width: 991.98px) {
  .brand-area ul{ display: grid; grid-template-columns: repeat(3, 1fr); }
}