@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*
{
 padding: 0;
 margin: 0;
 box-sizing: border-box;
}
/*1. header section*/
body
{
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
   font-family: "Poppins", sans-serif;
}

/*common css*/
a 
{
  text-decoration: none;
}
p
{
  font-size: 0.9rem;
}
.common_padding
{
	padding: 3rem 0rem;
}

.title
{
  color: #040DDE;
  font-size: 2rem;
}
.span
{
  color: #e74c3c ;
}
.icon_f
{
  color: #040DDE;
}
.whatsapp_main {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
}

.head{
  background: linear-gradient(90deg, #000a97, #0210dad6);
}

.head p{
  color: #fff;
  font-size: 18px;
}
.head a{
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  margin: 0.5rem;
}


/* From Uiverse.io by adeladel522 */ 
.button {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1rem;
  background-color: #040DDE;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 13px;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.button:hover .icon {
  transform: translate(4px);
}

.button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}


/*header section*/
header{
  background-color: #fff !important;
}
header .offcanvas .navbar-nav .nav-link{

  font-size: 18px;color: #000;
}

header .collapse .navbar-nav .nav-item{
  padding: 0px 8px;
}



header .offcanvas .navbar-nav .nav-item .dropdown-item:hover{
   background-color: #040DDE;
   border-radius: 5px;
   color: #fff;
}

header .offcanvas .navbar-nav .nav-item .dropdown-item{
  
  font-size: 18px;color: #000;
  padding-top: 0px;
}

header .offcanvas .navbar-nav .nav-item .dropdown-menu{
  width: 260px;
  border: 0px;
  box-shadow: 0 0.2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  
}

/*hero section*/
    .page-header {
      position: relative;
      width: 100%;
      height: 250px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #fff;
    }

    .page-header img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;   /* ✅ image zoom nahi hogi, full area fill karegi */
      object-position: center; /* ✅ center portion focus me rahega */
      z-index: 0;
    }

    .page-header::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    .page-header h2, 
    .page-header .breadcrumb {
      position: relative;
      z-index: 2;
    }

    .page-header h2 {
      font-size: 2.2rem;
      font-weight: 800;
      text-transform: uppercase;
      color: #f44336;
      margin-bottom: 10px;
    }

    .breadcrumb {
      background: transparent;
      margin: 0;
      padding: 0;
    }

    .breadcrumb a {
      color: #ddd;
      text-decoration: none;
    }

    .breadcrumb a:hover {
      color: #f39c12;
    }

    .breadcrumb .active {
      font-weight: 600;
      color: #fff;
    }

    /* 🔹 Responsive Fixes */
    @media (max-width: 768px) {
      .page-header {
        height: 200px;
      }
      .page-header h2 {
        font-size: 1.8rem;
      }
    }
    @media (max-width: 480px) {
      .page-header {
        height: 160px;
      }
      .page-header h2 {
        font-size: 1.5rem;
      }
    }
/*- footer section*/
    .footer {
           background: linear-gradient(rgb(255 255 255 / 93%), rgb(255 255 255 / 83%)), url(../images/slider/footer.jpg);
           background-position: center;
           background-size: cover;
           background-repeat: no-repeat;
           color: #ccc;
           padding: 50px 0 20px;
    }
    .footer h5 {
      color: #e74c3c;
      margin-bottom: 20px;
      font-weight: 600;
    }
    .footer a {
      color: #1e1d1d;
      text-decoration: none;
      transition: 0.3s;
    }
    .footer a:hover {
      color: #000;
      padding-left: 5px;
    }
    .social-icons a {
      display: inline-block;
      width: 40px;
      height: 40px;
      background: #0210DA;
      margin: 0 5px;
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
      color: #fff;
      transition: 0.3s;
    }
    .social-icons a:hover {
      background: #f39c12;
      color: #fff;
    }
    .newsletter input {
      border: none;
      border-radius: 25px;
      padding: 10px 15px;
      width: 70%;
      outline: none;
    }
    .newsletter button {
      border-radius: 25px;
      padding: 10px 20px;
      border: none;
      background: #f39c12;
      color: #fff;
      margin-left: -40px;
    }
    .footer-bottom {
      border-top: 1px solid #e74c3c;
      margin-top: 30px;
      padding-top: 15px;
      text-align: center;
      color: #595959;
    }
    .footer p 
    {
      color: #1e1d1d;
    }

/*    contact page*/
.contact_info
{
	background: #fff;
	height: 140px;
	padding: 1rem;
	border-radius: 10px;
}
.contact_info h4
{
	font-size: 1.3rem;
}
.contact_info h4 i  
{
	color: #EA373A;
	padding-right: 0.3rem;
}
.contact_info p,
.contact_info p a {
  font-size: 0.9rem;
  padding-top: 0.4rem;
  color: #595959;
}
.contact-form {
/*      background: #fff;*/
      padding: 40px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      max-width: 700px;
    
    }
    .contact-form h3 {
      font-weight: 700;
      margin-bottom: 20px;
      text-align: center;
      color: #333;
    }
    .form-control {
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 12px 15px;
      font-size: 0.95rem;
    }
    .form-control:focus {
      border-color: #EA373A;
      box-shadow: 0 0 6px rgba(243, 156, 18, 0.3);
    }
    .btn-submit {
      background: #0210DA;
      border: none;
      padding: 12px;
      border-radius: 8px;
      color: #fff;
      font-weight: 600;
      width: 100%;
      transition: 0.3s;
    }
    .btn-submit:hover {
      background: #d35400;
    }

    /*    gallery section css*/
  .zoom {
    overflow: hidden;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      border-radius: 10px;
      margin: 0.5rem 0rem;
  }
  .zoom img {
    transition: all 1.2s ease;


  }
  
  .zoom:hover img {
     transform: scale(1.2);
  }

/*  about section*/
.about  
{
  background: #e2f9f97a;
}
.about_box img 
{
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
}

/*courses section*/
.courses_box
{
  border-radius: 20px;
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;

}
.courses_box h4
{
  background: #E74C3C;
  color: #fff;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding:0.5rem ;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.courses_link
{
  background:#E74C3C ;
  color: #fff;
  padding: 0.2rem 1rem;
  border-radius: 30px;
}

.counter-section {
      background: linear-gradient(rgb(255 255 255 / 80%), rgb(255 255 255 / 75%)), url(../images/slider/BG.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;

      color: #fff;
      padding: 100px 0;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .counter-box {
      background: transparent;
      border-radius: 20px;
      padding: 40px 20px;
      transition: all 0.4s ease;
      backdrop-filter: blur(8px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.2);
      transform: scale(0.95);
      opacity: 0;
      animation: fadeInUp 1s forwards;
    }
    .counter-box:hover {
      transform: scale(1.05) translateY(-5px);
    }
    .counter-box i {
      font-size: 50px;
      margin-bottom: 15px;
      color: #e74c3c;
      animation: pulse 2s infinite;
    }
    .counter {
      font-size: 2.2rem;
      font-weight: 800;
      margin-bottom: 10px;
      display: block;
      color: #020c9a;
    }
    .counter-box p {
      font-size: 1.1rem;
      margin: 0;
      font-weight: 500;
      color: #333;
    }
    /* Animation Effects */
    @keyframes fadeInUp {
      0% { transform: translateY(50px) scale(0.9); opacity: 0; }
      100% { transform: translateY(0) scale(1); opacity: 1; }
    }
    @keyframes pulse {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.2); }
    }
       /* Section Styling */
    .section-title {
      font-weight: 700;
      margin-bottom: 15px;
      color: #e74c3c;
    }
    .mission-box {
      background: #fff;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
      transition: transform 0.3s;
    }
    .mission-box:hover {
      transform: translateY(-10px);
    }
    .mission-box h4 {
      color: #040DDE;
    }
        .course-card {
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.1);
      box-shadow: 0px 0px 25px rgba(139,92,246,0.3);
      transition: transform 0.3s ease;
    }
    .course-card:hover {
      transform: translateY(-10px);
    }
    .course-header {
      background: linear-gradient(135deg, #e74c3c, #2430d7);
      padding: 20px;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      position: relative;
    }
    .course-header h4 {
      margin: 0;
      font-size: 1rem;
      color: #f2f2f2;
    }
    .tag {
      background: #fff;
      color: #6d28d9;
      font-size: 0.7rem;
      padding: 3px 10px;
      border-radius: 12px;
      margin-left: 10px;
      font-weight: 600;
    }
    .price {
      font-size: 1.2rem;
      font-weight: bold;
      margin: 10px 0 0;
      color: #fff;
    }
    .price span {
      font-size: 0.9rem;
      color: #ddd;
      font-weight: normal;
    }
    .course-body {
      padding: 20px;
    }
    .course-body p {
      font-size: 0.9rem;
      color: #000;
    }
    .btn-custom {
      display: block;
      width: 100%;
      background: linear-gradient(90deg, #000a97, #0210dad6);
      border: none;
      padding: 12px;
      border-radius: 12px;
      color: #fff;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      box-shadow: 0 0 12px rgba(139,92,246,0.7);
      transition: 0.3s;
      text-align: center;
    }
    .btn-custom:hover {
      opacity: 0.9;
    }
    .features h5 {
      font-size: 0.9rem;
      color: #333;
      font-weight: 600;
      margin: 20px 0 10px;
    }
    .features ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .features ul li {
      margin: 8px 0;
      font-size: 0.9rem;
      color: #000;
      display: flex;
      align-items: center;
    }
    .features ul li::before {
      content: "✔";
      color: #8b5cf6;
      margin-right: 8px;
    }

    .testimonial-section {
    background: #fff;
    padding: 3rem 0rem;
    }

    .testimonial-card {
      background: linear-gradient(90deg, #000a97, #0210dad6);
      border-radius: 20px;
      padding: 40px 30px;
      border: 1px solid rgba(255,255,255,0.1);
      box-shadow: 0 0 25px rgba(139,92,246,0.3);
      transition: 0.3s;
      max-width: 600px;
      margin: 0 auto;
      text-align: center;
    }

    .testimonial-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 30px rgba(139,92,246,0.6);
    }

    .testimonial-card p {
      font-size: 1rem;
      color: #f7f7f7;
      font-style: italic;
    }

    .client-info {
      margin-top: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .client-info img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 10px;
      border: 2px solid #8b5cf6;
    }

    .client-info h6 {
      margin: 0;
      font-weight: 600;
      font-size: 1rem;
      color: #f2f2f2;
    }

    .client-info span {
      font-size: 0.85rem;
      color: #f2f2f2;
    }

    /* Carousel controls */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: #040e9e;
      border-radius: 50%;
      padding: 15px;
    }

    .carousel-indicators [data-bs-target] {
      background-color: #fff;
    }
   /* .services
    {
      background: linear-gradient(90deg, #000a97, #0210dad6);
    }*/
    .services_box
    {
      padding: 1rem;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
    }
    .services_box strong
    {
      text-align: center;
    }
    .services_box p 
    {
      margin-top: 0.5rem;
      font-weight: 500;
    }
    .read_more
    {
      background: #040DDE;
      color: #f2f2f2;
      padding: 0.3rem 1rem;
      border-radius: 30px;
    }
    .machine_design
    {
      margin: 0.5rem;
    }
    .machine_design p 
    {
      font-size: 1.3rem;
      font-weight: 600;
      padding-top: 1rem;
      color: #595959;
    }
    .machine_design img 
    {
      border-bottom-right-radius: 40px;
      border-top-left-radius: 40px;
      box-shadow: 0px 4px 20px rgb(255 87 34 / 58%);
    }

      .choose-section {
      background: linear-gradient(135deg, #f8f9fa, #e9ecef);
      padding: 60px 0;
    }
    .choose-title {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 10px;
      text-align: center;
      color: #e74c3c;
    }
    .choose-card {
      background: #fff;
      border: none;
      border-radius: 20px;
      padding: 30px;
      box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .choose-card:hover {
      transform: translateY(-10px);
      box-shadow: 0px 10px 25px rgba(0,0,0,0.2);
    }
    .choose-icon {
      font-size: 40px;
      color: #ff5722;
      margin-bottom: 15px;
      transition: transform 0.3s ease;
    }
    .choose-card:hover .choose-icon {
      transform: rotate(10deg) scale(1.1);
      color: #e64a19;
    }
    .choose-card h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .faq-section {
  
      padding: 60px 0;
    }
    .faq-title {
      font-size: 2.2rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 30px;
      color: #e74c3c;
    }
    .accordion-button {
      font-weight: 600;
      color: #444;
      background: #fff;
    }
    .accordion-button:not(.collapsed) {
      background: linear-gradient(90deg, #000a97, #0210dad6);
      color: #fff;
    }
    .accordion-body {
      background: #fafafa;
    }


    .unique_from_others {
      border: 1px solid #eee;
      border-radius: 10px;
      padding: 20px 20px;
      height: 280px;
      margin: 0.5rem;
      text-align: center;
      transition: all 0.3s ease;
      background-color: #fff;
      box-shadow: 0 0 8px rgba(0,0,0,0.05);
    }

    .unique_from_others:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .unique_from_others img {
      width: 60px;
      height: 60px;
      margin-bottom: 15px;
    }

    .feature-title {
      color: #333;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 16px;
      margin-bottom: 10px;
    }

    .feature-text {
      color: #555;
      font-size: 15px;
      line-height: 1.5;
    }

.c-button {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding: 0.5em 1.6em;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.c-button--gooey {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #040DDE;
  border-radius: 0;
  position: relative;
  transition: all 700ms ease;
}

.c-button--gooey button a  
{
  color: #000 !important;
}

.c-button--gooey .c-button__blobs {
  height: 100%;
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  z-index: -1;
}

.c-button--gooey .c-button__blobs div {
  background-color:#040DDE;
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: scale(1.4) translateY(125%) translateZ(0);
  transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs div:nth-child(1) {
  left: -5%;
}

.c-button--gooey .c-button__blobs div:nth-child(2) {
  left: 30%;
  transition-delay: 60ms;
}

.c-button--gooey .c-button__blobs div:nth-child(3) {
  left: 66%;
  transition-delay: 25ms;
}

.c-button--gooey a:hover {
  color: #fff;
}

.c-button--gooey:hover .c-button__blobs div {
  transform: scale(1.4) translateY(0) translateZ(0);
}

.course_emb_link a 
{
  border: 2px solid #f2f2f2;
  padding: 0.3rem 1rem;
  color: #000;
  background: #fff;
  border-radius: 30px;
  letter-spacing: 1px;
  font-weight: 600;
}
.course_emb_link a:hover 
{
  border: 2px solid #040DDE;
  padding: 0.3rem 1rem;
  color: #fff;
  background: #040DDE;
  border-radius: 30px;
}

.right_course
{
  text-align: center;
  padding: 1.3rem 0.6rem;
  margin: 0.8rem 0rem;
  border-radius: 10px;
  transition: 0.5s;
}
.right_course:hover
{
  background: #fff;
}
.right_course strong
{
  font-size: 1.2rem;
  color: #333;
 }
 .right_course p 
 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
 }
.course_link a 
{
  background: #040DDE;
  color: #fff;
  border-radius: 20px;
  padding: 0.5rem 1.3rem;
  font-weight: 500;
  transition: .5s;
}
.course_link a:hover
{
  background: #fff;
  border: 2px solid #040DDE;
  color: #040DDE;
}
.service_img img 
{
  width: 150px;
  height: 150px;
}


/*    ------------------ mobile view css --------------------- */
     @media screen and (max-width: 1024px) {
 .unique_from_others {
     
      height: 315px;
    
    }
     }
    @media screen and (max-width: 768px) {
    .machine_design p 
    {
      font-size: 1.3rem;
      padding-top: 3rem;
      
    }
    .unique_from_others {
     
      height: 240px;
    
    }
}
    @media screen and (max-width: 600px) {
    .machine_design p 
    {
      font-size: 1.3rem;
      padding-top: 0rem;
      
    }
    .head  
    {
      display: none;
    }
}