 :root{
      --deep-blue:#074f8a;
      --teal:#00a7af;
      --gold:#d4af37;
      --bg:#f5f8fb;
    }

    .job-badge {
    display: inline-block;
    margin: 14px 0;
    padding: 8px 18px;
    background: linear-gradient(90deg, #ffb703, #ffd166);
    color: #1b1b1b;
    font-weight: 700;
    font-size: 14px;
    border-radius: 30px;
    box-shadow: 0 6px 20px rgba(255,183,3,0.3);
}

.job-card-highlight {
    margin-top: 10px;
    display: inline-block;
    padding: 6px 14px;
    background: rgba(255,183,3,0.15);
    color: var(--gold);
    font-weight: 700;
    font-size: 13px;
    border-radius: 6px;
}


/*    body{font-family:'Poppins',system-ui,Arial,sans-serif;background:var(--bg);color:#1b2b3a}*/

    a{color:var(--deep-blue)}


    .project-card  img{

        width:65px!important;
        height: 65px!important;

    }

a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover {
    color: #000;
    text-decoration: none;
}


p {
  line-height: 1.3; /* tighter text */
}

    .btn-spacing > * {
  margin-right: 20px;
}
.btn-spacing > *:last-child {
  margin-right: 0;
}


.grid-gap > * {
  margin-bottom: 10px;
}
.grid-gap > *:last-child {
  margin-bottom: 0;
}

.block-title__title {
  margin: 0;
  color:#074f8a;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
}

    /* HERO */
    .hero{

/*        background-image: url('assets/images/python-course.jpg');*/

        padding:80px 0;
       
  background-color: #011928;}

  .hero::before {
  content: '';
/*  position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
/*  background-color: #011928;*/
  opacity: 0.5;
}







    .hero .card-cta{background:rgba(255,255,255,0.06);border-left:4px solid var(--gold);padding:22px;border-radius:8px; font-size:25px}
    .hero h1{font-size:38px;font-weight:700;}

    .fw-bold{
        color: #074f8a;
        font-weight: bold;
        line-height: 17px;
        font-size: 16px;
        text-align: center;
    }

    .text-muted{
        font-size: 14px;
/*         line-height: 15px;*/
    }
    .hero p.lead{font-size:18px;opacity:0.95}

    .btn-teal{background:var(--teal);color:#fff;border-radius:8px;padding:10px 20px;border:none}

    .btn-gold{background:transparent;color:var(--gold);border:1px solid rgba(212,175,55,0.18);padding:10px 20px;border-radius:8px}

    /* CARDS */

    .feature-card {
    border: 1px solid rgba(0,0,0,0.08);
    padding: 20px 15px;
    border-radius: 12px;
    background: #ffffff;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
     min-height: 130px;
      word-wrap: break-word;
    white-space: normal;
}




/* ---------- MOBILE FRIENDLY FIX ---------- */
@media (max-width: 576px) {


    .hero h1 {
    font-size: 28px;
    font-weight: 700;
}

    .feature-card {
        padding: 15px !important;      /* smaller padding */
        min-height: auto !important;   /* auto height */
        margin-bottom: 15px;           /* spacing between cards */
    }

    .feature-card .fw-bold {
        font-size: 14px !important;    /* reduce title size */
        line-height: 1.3;
    }

    .feature-card p {
        font-size: 12px !important;    /* reduce paragraph size */
        line-height: 1.4;
        margin-bottom: 0;
    }

    /* If icons exist inside card */
    .feature-card img,
    .feature-card i {
        width: 30px !important;
        height: 30px !important;
    }
}


.feature-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    border-color: #00a7af;
}

/* Image / Icon zoom */
.feature-card img {
    transition: 0.5s ease;
}

.feature-card:hover img {
    transform: scale(1.15);
}

/* Gold bottom highlight on hover */
.feature-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background: #d4a017; /* Gold highlight */
    transition: width 0.35s ease;
}

.feature-card:hover::after {
    width: 100%;
}


.hero .feature-card p {
  max-width: 140px;  /* reduces text width */
  margin: 6px auto 0; /* centers + reduces gap */
  line-height: 1.3; /* tighter text */
}
   /* .feature-card{
        background:#fff;
        border-radius:8px;
        padding:20px;
        width: 100%; 
        height: 120px; 
        border-top:4px solid var(--gold);box-shadow:0 6px 20px rgba(10,30,60,0.06)}*/

    /* ACCORDION custom */
    .accordion .accordion-button{background:#fff;color:var(--deep-blue);font-weight:600}
    .accordion .accordion-item{border-radius:10px;border:1px solid #e9eef5;margin-bottom:12px;overflow:hidden}

    /* Projects */
    .project-card{min-height: 140px;background:#fff;border-radius:10px;padding:18px;box-shadow:0 8px 20px rgba(10,30,60,0.06)}
    
    #syllabus .tools .project-card{
        margin-bottom:15px;
        text-align: center;
    }
    
    
  #syllabus .project-card {
    /*width: 100%;*/
    /*max-width: 400px;*/
    /*border-radius: 16px;*/
    /*overflow: hidden;*/
    /*position: relative;*/
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

#syllabus .project-card img {
    /*width: 100%;*/
    /*height: auto;*/
    /*display: block;*/
    transition: transform 0.7s ease;
    will-change: transform;
}

/* ZOOM IN EFFECT */
#syllabus .project-card:hover img {
    transform: scale(1.15);
}

/* Optional lift */
#syllabus .project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

    



    /* Trainer */
    .trainer-card{background:#fff;border-radius:10px;padding:18px;box-shadow:0 8px 18px rgba(10,30,60,0.06);}

    /* Contact */
    .contact-card{background:#fff;border-radius:10px;padding:20px;box-shadow:0 12px 30px rgba(10,30,60,0.06)}
    .contact-card .form-control{border-radius:6px}
    .contact-btn{background:var(--teal);color:#fff;border-radius:8px;padding:10px 18px;border:none}

    /* Sticky bar */
    .sticky-enroll{position:fixed;bottom:18px;left:50%;transform:translateX(-50%);z-index:1200;background:var(--gold);color:#072b45;padding:12px 22px;border-radius:40px;box-shadow:0 10px 30px rgba(7,79,138,0.12);font-weight:700}

    /* Brochure */
    .brochure-strip{background:var(--deep-blue);color:#fff;padding:18px;border-radius:8px}
    .brochure-btn{background:var(--gold);color:#072b45;padding:10px 14px;border-radius:8px;font-weight:700}

    /* small responsive tweaks */
    @media(min-width:992px){ .hero h1{font-size:48px} }

 @media(max-width:768px){
    .sticky-enroll{
      display:none;
    }

}
    /* Card Styling */
#courseSyllabus .card {
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}

/* Header Styling */
#courseSyllabus .card-header {
    background: #074f8a;
    padding: 0;
}

#courseSyllabus .btn-link {
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    text-align: left;
    padding: 15px 55px 15px 20px;
    position: relative;
    text-decoration: none;
}

/* Remove default underline */
#courseSyllabus .btn-link:hover {
    text-decoration: none;
    color: #ffffff;
}

/* Arrow Icon */
#courseSyllabus .btn-link:after {
    content: "\f107"; /* Font Awesome down arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: 0.3s;
}

/* Rotate arrow when expanded */
#courseSyllabus .btn-link[aria-expanded="true"]:after {
    transform: translateY(-50%) rotate(180deg);
}

/* Body Styling */
#courseSyllabus .card-body {
    background: #f8f9fa;
    color: #333;
    font-size: 15px;
    padding: 15px 20px;
}


/* FAQ Button */
.faq-btn {
  width: 100%;
  text-align: left;
  font-weight: 600;
  color: #074f8a;
  position: relative;
  padding-right: 30px;
}

/* Arrow icon */
.faq-btn .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #074f8a;
  border-bottom: 2px solid #074f8a;
  transition: 0.3s ease;
  transform-origin: center;
}

/* Rotate arrow when opened */
.faq-btn:not(.collapsed) .arrow {
  transform: translateY(-50%) rotate(225deg);
}

/* Card styling */
.card {
  border: 1px solid #00a7af33;
  border-radius: 6px;
  margin-bottom: 10px;
}

.card-header {
  background: #f8fcff;
  border-bottom: 0;
}


/* --- Contact Card --- */
.contact-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  border: 1px solid #e2f5f7;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.contact-card:hover {
  box-shadow: 0 12px 30px rgba(0,0,0,0.10);
}

/* --- Inputs --- */
.custom-input {
  background: #f8fcff;
  border: 1px solid #d7eef0;
  border-radius: 10px;
  height: 48px;
  transition: 0.3s ease;
  font-size: 15px;
}

.custom-input:focus {
  border-color: #00a7af;
  box-shadow: 0 0 8px rgba(0,167,175,0.4);
  background: #ffffff;
}

/* Textarea height fixed */
textarea.custom-input {
  height: auto;
}

/* Placeholder color */
.custom-input::placeholder {
  color: #7da6b7;
}

/* --- Button --- */
.contact-btn {
  background: linear-gradient(45deg, #074f8a, #00a7af);
  color: #fff;
  padding: 10px 28px;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s ease;
  box-shadow: 0 4px 14px rgba(0,167,175,0.35);
}

.contact-btn:hover {
  background: linear-gradient(45deg, #00a7af, #074f8a);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,167,175,0.45);
}


      .testimonials-one__single {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* makes all cards uniform height */
  min-height: 480px; /* adjust as needed */
  padding: 20px;
  box-sizing: border-box;
}

.testimonials-one__text {
  flex-grow: 1; /* makes the text area stretch evenly */
  margin-bottom: 15px;
}

.testimonials-one__name {
  font-weight: 600;
  margin-top: auto; /* pushes name to the bottom */
}

.testimonials-one__designation {
  margin-top: 5px;
}


 .coursehighlights .feature-card {
  background: #fff;
  padding: 35px;
 height:200px;
}

/*.coursehighlights .feature-card:hover {
  transform: translateY(-5px);
  border-bottom-color: #008080;
}
*/
.coursehighlights .feature-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #074f8a;
}

.coursehighlights .feature-card p {
  font-size: 17px;
  line-height: 19px;
  color: #555;
  margin: 0;
}

.project-box {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e4e4e4;
  transition: .3s;
  min-height: 350px;
}

.project-box:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}

.project-number {
  font-size: 28px;
  font-weight: 700;
  color: #5c6bc0;
}

.project-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.project-list li {
  margin-bottom: 6px;
}

.project-tags span {
  display: inline-block;
  background: #eef2ff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 6px;
  margin-right: 5px;
  margin-top: 8px;
  border:1px solid #074f8a;
}


.project-box:hover .project-number {
  color: #fff;
}

.project-box:hover {
  transform: translateY(-8px);
  border-color: transparent;

  background: linear-gradient(135deg, #074f8a 0%, #00a7af 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.project-box:hover .project-tags span {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #fff;
  color: #fff;
}


/*certification*/

.cert-section {
        padding: 60px 0;
    }

 .cert-title {
        color: var(--deep-blue);
        font-weight: 700;
        font-size: 34px;
    }

    .highlight {
        color: var(--teal);
    }

   /* .cert-item i {
        font-size: 30px;
        color: var(--gold);
        margin-right: 15px;
    }*/


.cert-icon-box {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 50%;
    background: rgba(0, 167, 175, 0.18); /* light teal background */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.cert-icon-box i {
    font-size: 26px;
    color: #074f8a;  /* deep blue icon */
}
    .cert-card {
        border: 2px solid var(--deep-blue);
        border-radius: 10px;
        background: white;
        padding: 20px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

    .cert-img {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 10px;
    }


@media(max-width:768px){

    .cert-section {
        padding: 60px 20px;
    }

}