@charset "utf-8";
/* CSS Document */
 
body
{
	padding: 0;
	margin: 0;
	background-color: #0a1447;
	overflow-x: hidden;
	  width: 100%;
}

.droup_a a
{
	color: #0a1447!important;
	font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.droup_a a:hover
{
	color:  #09ff78!important; 
}

.dropdown-menu {
  top: 100%;
  left: 0;
  right: 0;
  border-top: 2px solid  #09ff78; 
	background-color: none;
}

.dropdown-item {
  background-color: transparent !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: transparent !important;
  color: #00ff88 !important; /* Ya jo bhi aapka hover text color ho */
  font-weight: bold; /* Optional */
}

.dropdown-item:hover {
  
color: #09ff78;   
	
}

.nav-link.active {
	color: #09ff78 !important;
  position: relative;
  
}



.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
 
  background-color:#09ff78; /* underline color */
}


.bg1
{
	background-color:  #0a1447;
}

.nav-link 
{
	
	color: white !important;
	font-family:  sans-serif;
  font-weight: 500;
	
  font-style: normal;
}
.nav-link:hover{
	color: #09ff78 !important; 
}

.s2
{ 
	margin: 2px;
	padding: 2px;
	margin-top: 3px;
	height: auto;
	width: auto;
	background-color: #0a1447;
}
.s2_main
{
	padding:40px;
}

.s2_h1_special{
	color: red;
	animation-duration: 5s; 
	font-weight: bold;
}
.s2_h1{
	
	color: #0a1447; 
	
	
}

.s2 p{
	color: white;
	font-family: "Poppins", sans-serif;
}
.botton_s2 {
	
	text-decoration: none;
    background-color: #09ff78; /* Neon Green from logo */
    color: #0a1447; /* Dark text for contrast */
    border: #FFFFFF;
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

  .botton_s2:hover {
    background-color: white; /* Slightly darker green on hover */
    transform: scale(1.05);
}
/* White Hamburger Icon */
.navbar-toggler {
  border: 2px solid #09ff78; 
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ======================================= section 3 ====================================================== */

.why_p{
	
	color: white !important;
	font-family: "Poppins", sans-serif;
  font-style: normal;
	 
}

.hands_h
{
	font-family: "Poppins", sans-serif;
  font-style: normal;
	
}
.capital-text
{
	text-transform: uppercase;
}
.s3 img {
  max-width: 350px;  /* Aapke layout ke hisaab se adjust karo */
  width: 100%;
  height: auto;
}
.s3_p {
	color: #09ff78;
	font-family: "Poppins", sans-serif;
  font-style: normal;
}



.about-section {
  background-color: #0a1447;
  color: white;
  font-family: 'Poppins', sans-serif;
}

.about-title {
  font-size: 32px;
  font-weight: bold;
}

.highlight {
  color: #09ff78;
}

.glow-circle {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, #09ff78 70%, transparent 90%);
  border-radius: 50%;
  z-index: 0;
  filter: blur(20px);
  opacity: 0.5;
}

.about-img {
  max-width: 350px;
  border-radius: 10px;
  z-index: 1;
}

.about-text-box {
  background-color: #111b55;  /* dark navy blue */
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 255, 120, 0.2);
}
@media (max-width: 768px) {
  .about-text-box { text-align: center; }
}
@media (max-width: 768px) {
  .btn { display: inline-block !important; margin-top: 20px !important; }
}

.s3_col2_p
{
	color: white;
}
.about-text-box p
{
	color: white;
	font-family: 'Poppins', sans-serif;
}
.cofounder-box {
  width: 80%;     /* Mobile-friendly responsive */
  max-width: 350px;
  border-radius: 20px;
  display: inline-block;
  margin-top: -18px; /* 👈 Ye use karo to upar chipka rahe */
}


/* ---------- section 4 --------- */

.course-card:hover {
  transform: translateY(-8px);
  transition: 0.3s;
  box-shadow: 0 0 20px rgba(0, 255, 120, 0.2);
}

/* Section background */
.s4 {
  
}

/* Section heading */
.s4 h2 {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
}

/* Course card */
.course-card {
  background: #1e1e1e;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
}

/* Course card image */
.course-card img {
  border-radius: 10px;
  height: 200px;
  object-fit: cover;
  width: 100%;
}

/* Button styling */
.botton_s4 {
  
  color: white;
	background-color:#0a1447;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: background 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}
.botton_s4:hover
{
	background-color:#09ff78;
	color: #0a1447;
}
.s4_bg
{
	background-color: white;
}

.s4_bg:hover{
	
}
/*----------- Section 5 ----------*/

.success-section {
  background: url('images/bg-success.jpg') no-repeat center center/cover;
  position: relative;
  z-index: 1;
}

.success-section::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7); /* dark overlay */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.success-section h2 {
  font-weight: bold;
  font-family:  sans-serif;
  color: white;
}

.success-section h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #09ff78;
}

.success-section p {
  font-size: 1rem;
  font-family:  sans-serif;
}


/* ---------- section 6 --------- */

.s5{
	background: linear-gradient(135deg, #0cf2ac 0%, #d0ffeb 100%);
	
}

.s5_bg{
	
}


.s5_h
{
	color: white;
	font-family: 'Montserrat', sans-serif;
}
.s5_p
{
	color: black !important;
	font-family: 'Montserrat', sans-serif;
}

.s5_hover
{
	background-color: white;
}
.s5_hover:hover {
  
	color: pink!important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  background-color:#09ff78;
  transition: all 0.3s ease-in-out;
}




.success_bg{
	background-image: url( "images/bg1.jpg");
}

#successMessage {
  padding: 10px;
  background: #d4edda;
  color: #155724;
  border-radius: 4px;
  font-weight: bold;
}


.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; 
	left:16px;
  width: 90%; 
	height: 90%;
  
  font-family: 'Poppins', sans-serif;
}

.popup-content {
  background-color: #0a1447;
  color: white;
  width: 100%;
  max-width: 420px;
  margin: 8% auto;
  padding: 25px 30px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 0 10px #09ff78;
}

.popup-content h3 {
  color: #09ff78;
  margin-bottom: 15px;
  font-weight: 600;
}

.popup-content input,
.popup-content select,
.popup-content textarea {
  width: 100%;
  margin: 5px 0;
  padding: 12px;
  border: 1px solid #09ff78;
  border-radius: 6px;
  background-color: #fff;
  color: #0a1447;
  font-size: 15px;
}

.popup-content button {
  width: 100%;
  background-color: #09ff78;
  color: #0a1447;
  font-weight: bold;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s ease;
}

.popup-content button:hover {
  background-color: #07e86e;
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 26px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}




/* ----------------- Footer Section ---------- */
.footer_bg{
	 background-color: #0a1447;
  font-family: 'Poppins', sans-serif;
}

.footer-section {
  background-color: #0a1447;
  font-family: 'Poppins', sans-serif;
}

.footer_bg p
{
	font-family: 'Poppins', sans-serif;
	text-align: justify-all;
	font-size: 100;
}

.footer_support
{
	color: #09ff78;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	font-size: 13px;
}

.footer_support:hover{
	color: white;
}
.footer_support1{
	color: white;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	
}

/*-------------------------- App Download Section -------------*/

.app_1{
	
	
}
.app-promo-section {
 
  padding: 60px 20px;
  color: #fff;
}

.app-promo-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.app-mockup img {
  width: 320px;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0,255,170,0.4);
}

.app-content {
  max-width: 500px;
  text-align: center;
}

.app-content h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #fff;
}

.app-content .highlight {
  color: #00ffaa;
}

.app-content p {
  font-size: 1.1rem;
  margin-bottom: 25px;
  color: #ccc;
}


.download-btn img:hover {
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
  .app-promo-container {
    flex-direction: column;
  }
  .app-content h2 {
    font-size: 1.5rem;
  }
}
.download-btn img {
  width: 180px;
  transition: 0.3s ease;
  border-radius: 8px;
}

/* Hover Glow Effect */
.download-btn img:hover {
  box-shadow: 0 0 15px #09ff78, 0 0 25px #09ff78;
  transform: scale(1.05);
}

/* ----------------------- whatsapp and coding kirtesh app -------------------- */

.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Common Button Style */
.float-btn {
  background-color: #00ff88;
  border-radius: 50%;
  padding: 14px;
  box-shadow: 0 0  #00ff88;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.float-btn img {
  width: 19px;
  height: 19px;
}

/* Hover Glow */
.float-btn:hover {
  box-shadow: 0 0 2px #00ff88, 0 0 2px #00ff88;
  transform: scale(1.1);
}


.reviews-wrapper {
  max-width: 100%;
  overflow-x: hidden;
}


/* =============================================== Courses Page ========================================= */

.botton_courses a{ 
	color: white;
	background-color: #0a1447!important;
	border-radius: 30px;
	font-size: 100;
	font-family: 'Poppins', sans-serif;
}

.botton_courses a:hover
{
	font-size: 100;
	color: #0a1447;
	background-color: #09ff78!important;
	font-family: 'Poppins', sans-serif;
	
}

/* =============================================== C Language Page ========================================= */

.clanguage{
	background-color: white;
	
}
@media (max-width: 768px) {
  .sticky-sidebar {
    position: static !important;
    margin-top: 40px;
  }
}

.sticky-sidebar {
      position: sticky;
      top: 20px;
      background: #ffffff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
.c_s2_h5{
	
	 color: #0a1447;
	font-size: 14px;
	font-family:  sans-serif;
	text-align: auto;
}

.c_s2_p_special{
	color: white;
}
.c_s2_p{
	
	   
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #0a1447;
}
@media (max-width: 576px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  .btn {
    padding: 10px 20px;
    font-size: 15px;
  }
  ul {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .map-container {
    height: 250px;
  }
}

.card {
  background-color: #ffffff;
  border-radius: 15px;
}

/* Make card width better on mobile */
@media (max-width: 576px) {
  .card {
    
  }
}
.card {
  width: 100%;
  max-width: 100%; /* default */
}

/* 📺 On big screens (PC), increase the form box width */
@media (min-width: 992px) {
  .card_1{
    max-width: 60%; /* removes small box restriction */
  }
}






.course-card1{
	width: 30%;
	height: 200px;
	max-height: 200px;
}

/* -------------------------------------- Graphic Design page ---------------------------- */

.star-list {
    list-style: none;
    padding-left: 0;
  }
  .star-list li::before {
    content: "⭐ ";
    margin-right: 5px;
  }

/* ------------------------------------ About US Page------------------------------------------------------ */


.about_p{
	
	color: white;
	

}
.about_h4
{
	color: white;
	font-family:  sans-serif;
}

.about_bg{
	background-color: white;
box-shadow: 0 0 5px rgba(255, 255, 255, 0.6); /* Glow effect */
color: #000000; /* Black text for contrast */
	padding: 2px;

}

/* ----------------------------------------- parallax effect ------------------------------------------------ */

.parallax-section {
  background-image: url( "images/ChatGPT Image Aug 5, 2025, 12_37_31 AM.png");
 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}
.parallax-section1 {
  background-image: url( 
  "images/founder bg.png");

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
	
	
}
[data-aos] {
    max-width: 100%;
  }


/*------------- rotate-in-90 ----------------------- */
@keyframes rotateIn90 {
  0% {
    opacity: 0;
    transform: rotate(90deg) translateY(50px);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) translateY(0);
  }
}

[data-aos="rotate-in-90"] {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1s;
}

[data-aos="rotate-in-90"].aos-animate {
  animation: rotateIn90 1s ease forwards;
}

/*---------------------------- non copyble ----------------- */

.non-copyable {
            user-select: none; /* Disable text selection */
            -webkit-user-select: none; /* For Safari */
            -ms-user-select: none; /* For older IE/Edge */
        }