html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* Sticky Header */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: white;
  padding: 10px 50px;
  margin: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Fix row margins inside header */
.header .row {
  margin-left: 0;
  margin-right: 0;
}

.logo {
  width: 20%;
}

.logo-img {
  width: 50%;
}

#navbarScroll ul {
  gap: 20px;
}

.nav-item a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  transition: all 0.3s ease;
}

/* Smooth scrolling for the entire page */
html {
  scroll-behavior: smooth;
}

/* Active nav item styled like a button */
.navbar .nav-link.active {
  background-color: #1c184b;
  color: #fff !important;
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 600;
}

.navbar .nav-item .nav-link {
  padding: 8px 17px;
}

/* Hover effect for consistency */
.navbar .nav-link:hover:not(.active) {
  color: #f49e23 !important;
}

.navbar .nav-link.active:hover {
  background-color: #f49e23;
  color: #000 !important;
}

/* Add padding to sections to account for fixed header */
section {
  scroll-margin-top: 80px;
  overflow-x: hidden;
}

/* Navigation active state based on scroll position */
.navbar .nav-link {
  position: relative;
}

.navbar .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 5px;
  left: 50%;
  background-color: #030d97;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.navbar .nav-link:hover::after {
  width: 70%;
}

.navbar .nav-link.active::after {
  display: none;
}

.search {
  display: flex;
  gap: 30px;
  align-items: center;
}

.sign-up {
  border: 1px solid #f49e23;
  background-color: #f49e23;
  padding: 8px 20px;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.icon-1 {
  width: 40%;
}

/* footer */
.footer {
  background-color: #09032d;
  padding-top: 60px;
  padding-bottom: 10px;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.footer-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  gap: 40px;
}

.footer-col h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
}

.footer-col ul {
  list-style: none;
  padding-left: 0px;
}

.footer-col ul li {
  margin-bottom: 12px;
  color: #bbb;
  line-height: 1.6;
}

.footer-col ul li i {
  color: #f9b233;
  margin-right: 10px;
}

.footer-col a {
  text-decoration: none;
  color: #bbb;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #f9b233;
}

/* About section */
.about .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.about .logo h2 {
  font-size: 28px;
  color: #fff;
}

.about p {
  color: #bbb;
  line-height: 21px;
  margin-bottom: 25px;
  margin-top: 15px;
}

.newsletter h3 {
  color: #fff;
  margin-bottom: 22px;
}

.newsletter-box {
  display: flex;
  background: #1a1a1a;
  border-radius: 6px;
  overflow: hidden;
}

.newsletter-box input {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px 15px;
  background: #fff;
  color: #fff;
  border-radius: 0px;
}

.newsletter-box button {
  background: #f9b233;
  border: none;
  width: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.footer-col p {
  color: #fff;
  margin-top: 15px;
}

#Creating {
  border: none;
}

.post-content {
  margin-top: -20px;
}

/* Posts */
.post-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
}

.post-item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
}

.post-content p {
  color: #888;
  font-size: 13px;
  margin-bottom: 6px;
}

.post-content a {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  transition: 0.3s;
}

.post-content a:hover {
  color: #f9b233;
}

/* SECTION */
.findus-section {
  color: #fff;
  width: 320px;
}

.findus-section h3 {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 600;
}

/* ITEM STYLE */
.findus-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}

.icon-box {
  position: relative;
  width: 35px;
  height: 35px;
  background: none;
  border-radius: 50%;
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.icon-box::before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #333;
  opacity: 0.3;
}

.icon-box i {
  color: #f9b233;
  font-size: 16px;
}

.text-box {
  line-height: 1.5;
}

.text-box p {
  color: #bbb;
  font-size: 14px;
}

.text-box .label {
  display: block;
  font-size: 14px;
  color: #bbb;
  margin-bottom: 3px;
}

.text-box .highlight {
  color: #f9b233;
  font-weight: 500;
  font-size: 15px;
}

.logo-9 {
  width: 100%;
}

.logo-9 img {
  width: 50%;
}

/* copyright */
.f-socil ul {
  display: flex;
  gap: 20px;

}

.f-socil ul li {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-socil ul li i {
  color: #09032d;
}

.f-socil {
  margin-left: -31px;
}

.f-socil ul p {
  color: #fff;
  font-size: 18px;
  margin-top: 7px;
}

.footer-copy {
  border: 1px solid #555555;
  border-width: 1px 0px 0px 0px;
  padding-top: 30px;
  margin-top: 20px;
}

.Copyright {
  text-align: right;
}

.Copyright p {
  color: #fff;
}

.Copyright p a {
  color: #f49e23;
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 480px) {
  .findus-section {
    width: 100%;
    padding: 0 20px;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .footer-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .footer-row {
    grid-template-columns: 1fr;
  }

  .newsletter-box {
    flex-direction: column;
  }

  .newsletter-box button {
    width: 100%;
    border-radius: 0;
  }
}

/* banner */
.banner-heading {
  margin-top: 70px;
}

.banner-sec {
  padding: 50px;
  background-color: #1c184b;
}

.heading-box {
  background-color: #f9f6f6;
  width: 26%;
  padding: 10px;
  border-radius: 6px;
  color: #000;
  font-weight: 700;
}

.banner-heading h1 {
  font-size: 54px;
  font-weight: 600;
  color: #fff;
  margin: 20px 0px;
}

.banner-heading p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 20px 0px;
}

/* .box-btn{
    display: flex;
    gap: 20px;
} */
.read-more {
  border: 1px solid #f49e23;
  background-color: #f49e23;
  padding: 10px 40px;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

/* .contact-us{
    border: 1px solid #1c184b;
    background-color: #1c184b;
    padding: 8px 40px;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
} */
.img-1 {
  width: 52%;

}

.banner-img-box {
  background-image: url(../img/banner-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  width: 450px;
  height: 450px;
}

.banner-right {
  display: flex;
  justify-content: center;
}

/* .mainbox-rating{
    position: absolute;
    background-color: #ddd;
    padding: 30px 25px;
    top: 160px;
    left: 53px;
    width: 50%;
    border-radius: 10px;
}
.star{
    display: flex;
    gap: 4px;
}
.star i{
    color: #f49e23;
}
.star-box p{
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
}
.star-box{
    border: 1px solid #000;
    border-width: 0px 1px 0px 0px;
    padding-right: 10px;
    height: 65px;
    text-align: center;
    margin-right: 10px;
}
.star-mainbox{
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 20px 0px;
}
.rating-img-box{
    display: flex;
    gap: 4px;
}
.rating-img-box img{
    border-radius: 50%;
    width: 13%;
}
.rating-img-box span{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-left: 10px;
} */
.mainbox-rating h6 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 23px;
}

.banner-btn-box {
  margin-top: 30px;
}

.future-box {
  position: absolute;
  background-color: #f49e23;
  border-radius: 10px;
  padding: 10px 30px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  bottom: 21px;
  right: 27px;
}

/* courses */
.courses-section {
  width: 90%;
  margin: auto;
  padding: 50px 0;
}

.section-title .small-title {
  font-size: 14px;
  color: #6b6b6b;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.course-card {
  height: 550px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease-in-out;
}

.course-card:hover {
  transform: translateY(-5px);
}

.course-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.course-info {
  padding: 20px;
}

.meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}

.course-info h3 {
  font-size: 27px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.course-info p {
  font-size: 14px;
  color: #444;
}

.batch {
  margin-top: 15px;
  font-size: 14px;
  color: #111;
}

.know-more {
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #f49e23;
  text-decoration: none;
}

.know-more:hover {
  text-decoration: underline;
}

#course-swiper {
  overflow: visible;
}

/* Swiper */
.swiper-button-prev,
.swiper-button-next {
  color: #0033ff;
}

.swiper-pagination-bullet-active {
  background: #0033ff !important;
}

.Courses-btn {
  border: 1px solid #f49e23;
  background-color: #f49e23;
  padding: 10px 40px;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.mainCourses-btn {
  display: flex;
  justify-content: right;
  margin-top: 30px;
}

#Popular-Courses h2 {
  font-size: 40px;
  font-weight: 600;
}

#Popular-Courses {
  margin-bottom: 50px;
}

/*  */
/* Move navigation arrows outside the slider */
#course-swiper {
  position: relative;
  overflow: hidden;
}

#course-swiper .swiper-button-prev,
#course-swiper .swiper-button-next {
  color: #0033ff;
  width: 45px;
  height: 45px;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 45%;
  /* vertical center */
}

/* Left arrow outside */
#course-swiper .swiper-button-prev {
  left: -25px;
  /* push outside left */
}

/* Right arrow outside */
#course-swiper .swiper-button-next {
  right: -25px;
  /* push outside right */
}

/* Remove default icon size limitation */
#course-swiper .swiper-button-prev::after,
#course-swiper .swiper-button-next::after {
  font-size: 18px;
}

/*  */
/* Place navigation arrows under the slider */
.course-slider-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}

.course-slider-nav .swiper-button-prev,
.course-slider-nav .swiper-button-next {
  position: relative !important;
  inset: unset !important;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  color: #0033ff;
}

.course-slider-nav .swiper-button-prev:after,
.course-slider-nav .swiper-button-next:after {
  font-size: 18px;
}

/* approach-section */
.approach-section {
  width: 90%;
  margin: auto;
  text-align: center;
  padding: 60px 0;
}

.small-head {
  color: #f49e23;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.approach-title h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 10px 0;
  color: #000;
}

.subtitle {
  max-width: 750px;
  margin: 0 auto 40px;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
}

.approach-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.wave-line {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.step-box {
  width: 30%;
}

.step-img {
  width: 110px;
  margin-bottom: 15px;
}

.step-box h3 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.step-box p {
  color: #555;
  font-size: 15px;
  line-height: 1.5;
  max-width: 260px;
  margin: auto;
}

.approach-btn-wrap {
  margin-top: 40px;
}

.approach-btn {
  background: #f49e23;
  color: #000;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.approach-btn:hover {
  background: #ffac00;
}

/* Responsive */
@media (max-width: 991px) {
  .approach-steps {
    flex-direction: column;
    gap: 40px;
  }

  .step-box {
    width: 100%;
  }

  .wave-line {
    display: none;
  }
}

/*  */
/* Section container */
.why-section {
  width: 100%;
  padding: 50px;
}

.why-container {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: start;
}

/* LEFT - stacked images */
.why-left {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.left-img {
  width: 100%;
  display: block;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 8px 30px rgba(16, 24, 40, 0.07);
  height: 240px;
}

.left-img.top {
  height: 220px;
}

.left-img.bottom {
  height: 260px;
}

/* RIGHT - headings and list */
.eyebrow {
  color: #f49e23;
  font-weight: 600;
  margin: 0 0 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.eyebrow .icon {
  font-size: 14px;
}

.why-heading {
  margin: 0 0 18px 0;
  color: #000;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 700;
}

/* list */
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: none;
}

.why-list li {
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
  display: block;
}

.why-list li h4 {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 700;
}

.why-list li p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

/* last item remove border if desired */
.why-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 6px;
}

/* Responsive adjustments */
@media (max-width: 960px) {
  .why-container {
    grid-template-columns: 1fr;
  }

  .why-left {
    flex-direction: row;
    gap: 16px;
  }

  .left-img {
    height: 180px;
    width: 50%;
  }

  .left-img.bottom {
    height: 180px;
  }

  .why-heading {
    font-size: 24px;
  }
}

@media (max-width:480px) {
  .left-img {
    width: 100%;
    height: 160px;
  }

  .why-left {
    gap: 12px;
  }

  .why-container {
    gap: 18px;
    padding: 0 8px;
  }

  .why-heading {
    font-size: 20px;
  }

  .why-list li {
    padding: 12px 0;
  }
}

/* form */
/* Background Section */
.demo-wrapper {
  background: #1c184b;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

/* White Card */
.demo-box {
  width: 725px;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

/* Titles */
.small-title {
  font-size: 15px;
  color: #f49e23;
  font-weight: 600;
  margin-bottom: 5px;
}

.main-title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

/* Form Styling */
.demo-form input {
  width: 100%;
  padding: 14px 15px;
  margin-bottom: 18px;
  border: none;
  background: #F1F1F1;
  border-radius: 6px;
  font-size: 15px;
  outline: none;
}

/* Button */
.apply-btn {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 50px;
  background: #FFC700;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.apply-btn:hover {
  transform: translateY(-2px);
}

/* counter */
.counter-sec {
  padding: 50px;
}

.counter-box-main {
  display: flex;
  gap: 45px;
  justify-content: center;
}

.counter-box {
  width: 100%;
  background-color: #09032d;
  /* background-color: #1c184b; */
  padding: 20px;
  text-align: center;
}

.counter-box h5 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}

.counter-box p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

/*  */
.internship-sec {
  padding: 50px;
}

.Wesbskitters {
  display: flex;
}

.Wesbskitters-box {
  margin-left: 40px;
  width: 50%;
}

.Wesbskitters-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
}

#internship-id {
  margin-top: 100px;
}

/* gallery */
.gallery {
  margin: auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 10px;
}

.gallery-item {
  flex: 1 1 calc(33% - 20px);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s;
  border-radius: 10px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  opacity: 0.6;
}

.gallery-item:hover {
  transform: scale(1.02);
}

.gallery-item:hover img {
  opacity: 1;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  display: flex;
  margin: 10% auto;
  padding: 20px;
  background: #fff;
  max-width: 70%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}


.modal-left img {
  width: 100%;
  height: auto;
  float: left;
  border-radius: 10px;
}

.modal-right {
  margin-left: 20px;
  padding: 0 2em;
  width: 40%;
}

.modal-right p {
  margin: 0;
}

.close {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 40px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

.nav-btn {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 5px;
}

.nav-btn:hover {
  background-color: #555;
}

.gallery-title {
  text-align: center;
}

.gallery-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  margin-left: 200px;
  margin-right: 200px;
}

.Wesbskitters-box img {
  width: 20%;
  height: 60px;
}

@media (max-width: 768px) {
  .gallery-item {
    flex: 1 1 calc(50% - 20px);
  }

  .modal-content {
    flex-direction: column;
  }

  .modal-right {
    margin-left: 0;
    margin-top: 20px;
    width: 80%;
    padding: 0;
  }

  .nav-btn {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .gallery-item {
    flex: 1 1 100%;
  }
}

/* work-sec */
.work-sec {
  padding: 50px;
}

.mainservicesbox-c {
  display: flex;
}

.servicesbox-1 {
  border: 1px solid #cacaca;
  background-color: #f3f2f2;
  border-radius: 10px;
  padding: 20px;
  margin: 20px;
}

.img-s-box img {
  width: 100%;
}

.about-text-box-c {
  text-align: center;
}

.services-c-text {
  text-align: center;
  margin-top: 25px;
}

/* testimonial */
.testimonials-sec {
  padding: 50px;
  padding-top: 0px;
}

.Testimonials-box-1 {
  width: 30%;
  text-align: center;

}

.Testimonials-box-1 img {
  border-radius: 50%;
  width: 60px;
  height: 60px;

}

.Testimonials-box-1 h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 10px;
}

.Testimonials-box-1 p {
  font-size: 16px;
  font-weight: 400;
}

.Testimonials-box-2 {
  width: 70%;
  border: 1px solid #b1b1b1;
  border-width: 0px 0px 0px 1px;
  padding-left: 25px;
}

.Testimonials-box-2 p {
  font-size: 16px;
  font-weight: 400;
}

.Testimonials-box {
  height: 235px;
  display: flex;
  gap: 20px;
  background-color: #ddd;
  padding: 25px;
}

/*  */
.banner-courses-sec {
  background-image: url(../img/course_banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

/* courses details */
.banner-courses-details-sec {
  background-color: #09032d;
  padding: 70px 15px;
}

.banner-textbox h1 {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
}

.banner-textbox p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-right: 210px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.img-active {
  margin-left: 50px;
}

.img-active img {
  border-radius: 50%;
  width: 5%;
}

.img-active span {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-left: 15px;
}

.star-mainbox span i {
  color: #f49e23;
  font-size: 18px;
}

.star-mainbox span {
  color: #fff;
  font-size: 18px;
}

.Enroll-Now {
  border: 1px solid #f49e23;
  background-color: #f49e23;
  padding: 8px 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
}

.banner-textbox {
  /* margin-top: 70px; */
  margin-left: 80px;
}

#course-card-id {
  margin: 30px;
}

.course-detail-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 0px;
  border-radius: 10px;
  padding-bottom: 50px;
}

.course-detail-img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.course-detail-info {
  margin-right: 20px;
  margin-left: 20px;
  border: 1px solid #c4c2c2;
  border-width: 0px 0px 1px 0px;
  margin-bottom: 20px;
}

.course-detail-info h1 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.courses-werdpress {
  display: flex;
}

.courses-werdpress-img {
  width: 45px;
  background-color: #4c4971;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.courses-werdpress-img img {
  width: 100%;
}

.courses-werdpress-text {
  margin-left: 20px;
}

.courses-werdpress-text h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 18px;
}

/* Outer box */
.form-wrapper {
  background: #fff;
  width: 500px;
  padding: 35px 30px;
  border-radius: 16px;
  margin-top: 45px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Title */
.callback-form h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 6px;
}

/* note */
.note {
  color: #000;
  margin-bottom: 25px;
}

.note span {
  color: red;
}

/* Inputs */
.form-group {
  position: relative;
  margin-bottom: 26px;
}

/* icons */
.form-group i {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 16px;
  color: #000;
  margin-top: -3px;
}

/* labels */
.form-group label {
  display: block;
  margin-left: 24px;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
}

.form-group label span {
  color: red;
}

/* underline inputs */
.form-group input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #999;
  padding: 8px 0 8px 24px;
  outline: none;
  font-size: 15px;
  color: #333;
}

.form-group input::placeholder {
  color: #bbb;
}

.form-group input:focus {
  border-color: #0066ff;
}

/* Captcha box */
.captcha-box {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 280px;
  margin: 15px 0 22px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.captcha-box span {
  font-size: 14px;
}

.captcha-box img {
  width: 36px;
}

/* Button */
.submit-btn {
  background: #f49e23;
  color: #fff;
  padding: 14px 36px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: .3s;
}

.submit-btn:hover {
  background: #fff;
  color: #000;
}

/*  */

/* Section */
.tabs-section {
  width: 760px;
  padding: 10px 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* TABS */
.tabs {
  display: flex;
  gap: 14px;
  margin-bottom: 35px;
}

.tab {
  padding: 12px 26px;
  border-radius: 50px;
  background: #fff;
  border: 1.5px solid #f49e23;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  transition: 0.2s;
}

.tab:hover {
  background: #f49e23;
}

.tab.active {
  background: #f49e23;
  color: #fff;
  border-color: #f49e23;
}

/* CARDS */
.tab-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.content-card {
  width: 50%;
  background: #fff;
  padding: 28px 30px;
  border-radius: 16px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  border: 4px solid #f49e23;
  border-width: 0px 0px 4px 0px;
}

.content-card ul {
  padding-left: inherit;
}

/* bottom curved blue shadow line */
/* .content-card::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-2px;
  width:100%;
  height:4px;
  background: #f49e23;
 
  border-radius:0 0 16px 16px !important;
} */

.content-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.content-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* Hide all tab panels */
.tab-content {
  display: none;
}

/* Show active tab panel */
.tab-content.active {
  display: grid;
}

/*  */
.Discover h1 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.Discover p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.main-Comprehensive {
  margin-top: 50px;
}

.Discover {
  margin-left: 40px;
  margin-top: 40px;
}

.Related-Courses-sec {
  padding: 50px;
}

.Related {
  text-align: center;
  margin-bottom: 50px;
}

/* #right-1{
  position: relative;
}
#course-card-id{
  position: fixed;
  top: 100px;
  
} */
/* .Related-Courses-sec{
  position: sticky;
} */
.Comprehensive {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.Course-box-main p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.Course-box-main p i {
  color: #f49e23;
  padding-right: 22px;
}

.Technology-img {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.Technology-img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.enroll {
  border: 1px solid #1c184b;
  background-color: #1c184b;
  margin-left: 40px;
  padding: 45px 40px;
  display: flex;
  gap: 30px;
}

.enroll-1 {
  font-size: 16px;
  font-weight: 500px;
  color: #fff;
}

.enroll-2 {
  width: 54%;
}

.enroll-now {
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #000;
  border-radius: 10px;
}

.banner-s-img img {
  width: 100%;
  border-radius: 20px;
}

.banner-s-img {
  margin-right: 50px;
  margin-left: 40px;
}

#main-banner-s-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Technology-img-word img {
  width: 70%;
}

.word-box {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.word-box img {
  width: 15%;
}

.word-box-1 {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.word-box-1 img {
  width: 50%;
}

/* privacy */
.privacy-sec {
  background-image: url(../img/privacy.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.privacy-sec h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}

.Introduction-sec {
  margin: 80px;
}

.Introduction-sec h1 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.Introduction-sec h4 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.Introduction-sec h6 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 16px;
}

.Introduction-sec p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.Introduction-sec ul {
  margin-left: 40px;
}

/*  */
.Terms-sec {
  background-image: url(../img/Terms-and-Conditions.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Terms-sec h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}

.Terms-and-Conditions h1 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.Terms-and-Conditions h4 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.Terms-and-Conditions h6 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 16px;
}

.Terms-and-Conditions p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.Terms-and-Conditions ul {
  margin-left: 0px;
}

.Terms-and-Conditions {
  margin: 80px;
}

/* about */
.about-sec {
  background-image: url("../img/aboutbanner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  height: 275px;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  /* important for overlay */
}

/* OVERLAY EFFECT */
.about-sec .overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 7, 50, 0.65);
  /* dark purple overlay */
}

/* TEXT */
.about-banner-text {
  position: relative;
  /* keep text above overlay */
  z-index: 2;
  text-align: center;
}

.about-banner-text h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}

.about-banner-text p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  max-width: 750px;
  margin: 10px auto 0;
}

/* .about-sec{
  background-image: url(../img/aboutbanner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 275px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-banner-text h1{
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.about-banner-text p{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-left: 400px;
  margin-right: 400px;
}
.about-banner-text{
  text-align: center;
} */
.vision-mission-sec {
  margin: 50px 0px;
}

.about-img img {
  width: 80%;
  border-radius: 20px;
  /* border: 1px solid #f49e23; */
}

.about-mainimg {
  position: relative;
}

.about-img-1 {
  position: absolute;
  width: 43%;
  bottom: 0;
  right: 50px;
  border-radius: 20px 20px 20px 0px;
  border: 3px solid #f49e23;
}

.Our-Vision {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 20px 30px;
  border-radius: 20px;
  display: flex;
  gap: 40px;
}

.Our-Vision:hover {
  box-shadow: rgba(255, 238, 0, 0.2) 0px 7px 29px 0px;
  border: 1px solid #ffecd1;
}

.icon-Vision {
  width: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.icon-Vision img {
  width: 100%;
}

.Vision-text {
  width: 70%;
}

.vision-mission-text h1 {
  font-size: 50px;
  font-weight: 600;
  color: #000;
}

.vision-mission-text p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}

/*  */

/* Section */
.confidence-section {
  min-height: 100vh;
  background-color: #09032d;
  /* background:linear-gradient(135deg,#0a0529,#18035b,#090a3b); */
  color: #fff;
  display: flex;
  align-items: center;
  padding: 80px 30px;
}

/* Layout */
.maincontainer {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
}

/* LEFT */
.left h1 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.left p {
  color: #b6b6d9;
  max-width: 470px;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* PROGRESS */
.progress-group {
  max-width: 535px;
  margin-bottom: 22px;
}

.label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 15px;
}

.bar {
  background: rgba(255, 255, 255, 0.18);
  height: 4px;
  border-radius: 8px;
  overflow: hidden;
}

.fill {
  height: 100%;
  background: linear-gradient(90deg, #783aff, #a26dff);
  border-radius: 8px;
}

/* RIGHT IMAGE */
.right {
  display: flex;
  justify-content: center;
}

/* Image card */
.image-wrap {
  position: relative;
  width: 100%;
  max-width: 525px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.35);
}

.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Quote box */
.quote-box {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 260px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(14px);
  border-radius: 16px;
  padding: 18px;
  color: #fff;
  font-size: 15px;
}

.quote-box p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.quote-box span {
  opacity: 0.8;
}

/* Responsive */
@media(max-width:900px) {

  .container {
    grid-template-columns: 1fr;
  }

  .left h1 {
    font-size: 38px;
  }

  .image-wrap {
    max-width: 100%;
  }
}

/* Section */
.team-section {
  padding: 70px 30px;
}

/* Grid */
.team-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* CARD */
.team-card {
  background: #11111d;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  height: 520px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

/* IMAGE */
.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-box {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 348px;
  background: rgb(255 255 255 / 42%);
  backdrop-filter: blur(14px);
  border-radius: 16px;
  padding: 18px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.team-text {
  text-align: center;
}

.team-text h1 {
  font-size: 50px;
  font-weight: 700;
  color: #000;
}

.team-text p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 70px;
}

/* contact */
.address-sec {
  margin: 50px 0px;
}

.address-box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  height: 210px;
}

.box-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f49e23;
  display: flex;
  justify-content: center;
  align-items: center;

}

.box-icon i {
  color: #fff;
}

.address-box-1 {
  display: flex;
  justify-content: center;
}

.phone h4 a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.phone h5 {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-top: 20px;
}

/* form */
/* SECTION */
.contact-section {
  min-height: 100vh;
  padding: 60px 25px;
  /* background:linear-gradient(135deg,#0c012e,#26045e,#0c0136); */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CONTAINER */
.contact-container {
  max-width: 1150px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
}

/* IMAGE PANEL */
.contact-image {
  position: relative;
  height: 747px;
  border-radius: 22px;
  overflow: hidden;
}

.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(80%);
}

/* SOCIAL BOX */
.social-box {
  position: absolute;
  bottom: 20px;
  left: 20px;

  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  color: #fff;
  border-radius: 15px;
  padding: 15px 18px;
  width: 220px;
}

.social-box h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}

.icons {
  display: flex;
  gap: 10px;
}

.icons a {
  width: 34px;
  height: 34px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
}

/* FORM PANEL */
.contact-form {
  color: #fff;
  background: #1c184b;
  backdrop-filter: blur(18px);
  border-radius: 22px;
  padding: 40px;
}

.contact-form h2 {
  font-size: 34px;
  margin-bottom: 10px;
}

.subtext {
  color: #bfc4ff;
  margin-bottom: 30px;
}

/* .row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px;
} */

/* FIELD */
.field {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}

label {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 6px;
}

input,
textarea {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 14px;
  border-radius: 10px;
  color: #fff;
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: #888;
}

textarea {
  min-height: 120px;
  resize: none;
}

/* BUTTON */
.submit-btn {
  margin-top: 10px;
  background-color: #f49e23;
  /* background:linear-gradient(90deg,#723bff,#9b6cff); */
  border: none;
  padding: 14px;
  width: 200px;
  border-radius: 28px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #fff;
}

/* MOBILE */
@media(max-width:900px) {
  .contact-container {
    grid-template-columns: 1fr;
  }

  .row {
    grid-template-columns: 1fr;
  }

  .contact-image {
    height: 350px;
  }
}

@media (max-width: 600px) {

  /* Fix horizontal scroll caused by Bootstrap row negative margins */
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .banner-courses-details-sec .row,
  section .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }

  #mySwiper {
    overflow: hidden;
  }

  .banner-img-box {
    width: 300px;
    height: 300px;
    margin-top: 50px;
  }

  .banner-heading {
    margin-top: 0px;
    text-align: center;
  }

  #Popular-Courses {
    margin-bottom: 0px;
    text-align: center;
  }

  .mainCourses-btn {
    justify-content: center;
    margin-top: 0px;
  }

  .Courses-btn {
    margin-bottom: 50px;
  }

  #course-swiper {
    overflow: hidden;
  }

  .why-left {
    display: block;
  }

  .counter-box-main {
    display: block;
  }

  .counter-box {
    margin-bottom: 20px;
  }

  .left-img.top {
    margin-bottom: 20px;
  }

  .gallery-title h2 {
    margin: 0px;
  }

  .mainservicesbox-c {
    display: block;
  }

  .Wesbskitters {
    display: block;
  }

  .Wesbskitters-box {
    margin-left: 0px;
    width: 100%;
    /* text-align: center; */
  }

  .approach-btn-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .banner-sec {
    padding: 20px;
    padding-bottom: 60px;
  }

  .why-section {
    width: 100%;
    padding: 20px;
  }

  .counter-sec {
    padding: 20px;
  }

  .internship-sec {
    padding: 20px;
    text-align: center;
  }

  #internship-id {
    margin-top: 0px;
  }

  .Wesbskitters-box img {
    width: 20%;
    height: auto;
  }

  .work-sec {
    padding: 20px;
  }

  .servicesbox-1 {
    margin: 0px;
    margin-bottom: 30px;
  }

  .testimonials-sec {
    padding: 20px;
  }

  .gallery-title h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .findus-section {
    padding: 0px;
  }

  .newsletter-box {
    flex-direction: row;
  }

  .Copyright {
    text-align: center;
  }

  .f-socil {
    margin-left: 0px;
  }

  .footer {
    padding-top: 20px;
  }

  .why-heading {
    font-size: 35px;
    line-height: 41px;
  }

  .maincontainer {
    display: block;
  }

  .about-banner-text p {
    max-width: 350px;
  }

  .team-grid {
    display: block;
  }

  .team-card {
    margin-bottom: 20px;
  }

  .team-box {
    width: 325px;
  }

  .vision-mission-text {
    margin-top: 20px;
  }

  .vision-mission-text p {
    margin-bottom: 40px;
  }

  .banner-courses-sec {
    height: 120px;
  }

  .course-card {
    height: 480px;
    margin-bottom: 30px;
  }

  #courses-id {
    margin-top: 0px !important;
  }

  .address-box {
    margin-bottom: 40px;
  }

  .contact-section {
    padding: 20px;
  }

  .address-sec {
    margin-bottom: 0px;
  }

  .privacy-sec {
    height: 195px;
  }

  .Introduction-sec {
    margin: 40px;
  }

  .Terms-sec {
    height: 195px;
  }

  .privacy-banner {
    text-align: center;
  }

  .Terms-and-Conditions {
    margin: 20px;
  }

  .banner-textbox {
    margin-top: 10px;
    margin-left: 10px;
  }

  .banner-textbox p {
    margin-right: 0px;
  }

  .banner-courses-details-sec {
    padding: 20px;
    /* padding-left: 10px; */
  }

  .banner-s-img {
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .Discover {
    margin: 20px;
  }

  .Comprehensive {
    display: block;
    margin-bottom: 0px;
  }

  .content-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .enroll {
    margin-left: 0px;
    padding: 10px;
  }

  .enroll-1 {
    width: 75%;
  }

  .enroll-2 {
    width: 54%;
    display: flex;
    align-items: center;
  }

  .img-active {
    margin-left: 9px;
  }

  .Related-Courses-sec {
    padding: 20px;
  }

  #course-card-id {
    margin: 20px;
  }

  .Technology-img {
    gap: 9px;
  }

  .logo {
    width: 50%;
  }

  .logo-img {
    width: 100%;
  }

  .header {
    padding: 10px;
  }

  #navbarScroll ul {
    gap: 20px;
    height: auto !important;
  }
}