/* Section */
.career-section{
    padding:50px 20px;
    max-width:1300px;
    margin:auto;
}

.career-section h1{
    text-align:center;
    font-size:34px;
    color:#1e2a5a;
    margin-bottom:8px;
}

.sub-text{
    text-align:center;
    color:#555;
    margin-bottom:35px;
}

/* Grid */
.career-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
    gap:22px;
}

/* Card */
.career-card{
    background:#fff;
    padding:22px;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    position:relative;
    overflow:hidden;
    transition:0.4s ease;
    animation:fadeUp 0.8s ease forwards;
}

.career-card::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:100%;
    background:linear-gradient(180deg,#4f6cf7,#7b9bff);
}

.career-card:hover{
    transform:translateY(-8px) scale(1.02);
    box-shadow:0 18px 40px rgba(79,108,247,0.25);
}

/* Text */
.career-card h3{
  color: #1e2a5a;
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 600;
}

.career-card p{
    color:#555;
    font-size:14px;
    margin-bottom:6px;
}

.salary{
    font-weight:600;
    color:#0d8f3f;
    margin:12px 0;
}

/* Button */
.apply-btn{
  display: inline-block;
    padding: 4px 18px;
    background: linear-gradient(135deg, #4f6cf7, #7b9bff);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 12px;
    transition: 0.3s;
    margin-top: 16px;
}

.apply-btn:hover{
    background:linear-gradient(135deg,#7b9bff,#4f6cf7);
}

/* Animation */
@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(20px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}


.pricPoliy { 
    padding: 40px 15px; 
}

.policy-container {
      background: #ffffff;
    padding: 35px 30px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.pricPoliy h1 {
    text-align: center;
    font-size: 32px;
    color: #0a4a7a;
    margin-bottom: 10px;
}

.pricPoliy .updated {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
}

.pricPoliy h2 {
    font-size: 20px;
    color: #0a4a7a;
    margin-top: 30px;
    margin-bottom: 10px;
}

.pricPoliy p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 12px;
}

.pricPoliy ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.pricPoliy ul li {
    font-size: 16px;
    color: #444;
    margin-bottom: 8px;
}

.pricPoliy .contact {
    background: #f1f6fb;
    padding: 15px;
    border-left: 4px solid #0a4a7a;
    border-radius: 6px;
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .policy-container {
        padding: 25px 18px;
    }

    .pricPoliy h1 {
        font-size: 26px;
    }

    .pricPoliy h2 {
        font-size: 18px;
    }

    .pricPoliy p,
    .pricPoliy ul li {
        font-size: 15px;
    }
}



.column {
  width: 100%;
}

.boxss {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.box-header {
  background: #0a3d74;
  color: #fff;
  padding: 14px 18px;
  font-size: 18px;
  font-weight: 600;
}

/* ===== Vertical Marquee ===== */
.mrawCss {
  height: 249px;
    overflow: hidden;
    position: relative;
    padding: 10px 18px;
}

.mrawCss ul {
  animation: verticalScroll 12s 
linear infinite;
    padding: 0px 15px;
}

.mrawCss li {
     padding: 4px 0;
    font-size: 17px;
    color: #000000;
    border-bottom: 1px solid #cfc7c7;
}

.new {
  background: gold;
  color: #000;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 6px;
  font-weight: bold;
}

/* Smooth Vertical Scroll */
@keyframes verticalScroll {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}

/* Tablet */
@media (min-width: 768px) {
  .row {
    flex-direction: row;
  }

  .column {
    flex: 1;
  }
}

.mrawCss ul:hover {
  animation-play-state: paused;
}
.mtstopi{
      padding-top: 56px;
}
 
.highlight-bar {
    display: flex;
    align-items: center;
    background: #d89400;
    overflow: hidden;
    height: 40px;
    font-family: Arial, sans-serif;
}

.highlight-label {
    background: #033f7b;
    color: #fff;
    font-weight: bold;
    padding: 8px 15px;
    flex-shrink: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.marquee-wrapper {
    position: relative;
    overflow: hidden;
    flex: 1;
    height: 100%;
}

.marquee-text {
    position: absolute;
    white-space: nowrap;
    display: inline-block;
    padding-left: 100%;
    animation: marquee 40s linear infinite !important;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    height: 100%;
}

.wnatFonts{
  font-size: 40px;
}
.sssusii{
      background: #ffffff;
    padding: 5px;
}
.llibscc{
      margin: 0px 6px;
}
.butsty{
     background: #eca122;
    padding: 2px 8px;
    border-radius: 10px;
}
.butstysss {
    background: #f98700;
    padding: 2px 8px;
    border-radius: 10px;
    color: #fff !important;
    white-space: nowrap;
}


   .sticky-social {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 999;
}

/* Social Button */
.sticky-social .social {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 50px;
    padding: 12px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    border-radius: 0 30px 30px 0;
    margin: 6px 0;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease;
}

/* Icon */
.sticky-social .social i {
    font-size: 18px;
    min-width: 18px;
}

/* Text hidden initially */
.sticky-social .social span {
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.4s ease;
}

/* Hover Effect */
.sticky-social .social:hover {
    width: 160px;
}

.sticky-social .social:hover span {
    opacity: 1;
    transform: translateX(0);
}

/* Platform Colors */
.facebook {
  background: linear-gradient(135deg, #1877f2, #1877f2) !important;
}

.instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af) !important;
}

.youtube {
  background: linear-gradient(135deg, #ff0000, #c40000) !important;
}

.linkedin {
  background: linear-gradient(135deg, #0A66C2, #004182) !important;
}

.whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e) !important;
}


/* Mobile Responsive */
@media (max-width: 768px) {
    .sticky-social {
               top: auto;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex
;
        display: none;
    }

    .sticky-social .social {
        width: 48px;
        border-radius: 30px;
        margin: 0 6px;
    }

    .sticky-social .social:hover {
        width: 48px;
    }

    .sticky-social .social span {
        display: none;
    }
}

.bg-whitesss{
      background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 6px;
}

/* ===== Admission Overview Section ===== */
.specoiboxs {
 padding: 31px 20px;
    background: linear-gradient(180deg, #ffffff, #fff5f7);
}

/* Header */
.specoiboxs__header {
  text-align: center;
  margin-bottom: 40px;
}

.specoiboxs__tag {
  font-size: 14px;
  font-weight: 600;
  color: #0b3a6a;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 8px;
}

.specoiboxs__header h2 {
  font-size: 28px;
  color: #0b3a6a;
  font-weight: 700;
}

/* Grid */
.specoiboxs__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1200px;
  margin: auto;
}

/* Card */
.specoiboxs__card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.specoiboxs__card h3 {
  font-size: 22px;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.specoiboxs__card p {
  font-size: 15px;
  color: #666;
  margin-bottom: 22px;
}

/* Buttons */
.specoiboxs__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.specoiboxs__actions a {
  background: #d2153a;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.specoiboxs__actions a:hover {
  background: #b0102f;
  transform: translateY(-2px);
}

/* ===== Desktop ===== */
@media (min-width: 992px) {
  .specoiboxs__header h2 {
    font-size: 36px;
  }

  .specoiboxs__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .specoiboxs__card {
    padding: 36px 34px;
  }

  .specoiboxs__card h3 {
    font-size: 26px;
  }
}


/* ===== PM-JAY SECTION ===== */
.pmyjs {
  background: #cfead5;
  padding: 40px 20px;
  font-family: "Noto Sans Devanagari","Segoe UI",sans-serif;
}

/* Container */
.pmyjs__container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}

/* Left Content */
.pmyjs__content h2 {
  font-size: 22px;
  line-height: 1.5;
  color: #1f5f2a;
  font-weight: 700;
}

.pmyjs__content span {
  color: #f6a000;
  font-weight: 800;
}

/* Right Banner */
.pmyjs__banner {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.pmyjs__banner img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

/* ===== Desktop ===== */
@media (min-width: 992px) {
  .pmyjs {
           padding: 26px 40px;
  }

  .pmyjs__container {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
  }

  .pmyjs__content h2 {
    font-size: 30px;
  }
}

.sssu8i{
       border: 1px solid;
    padding: 3px 18px !important;
    border-radius: 21px;
    background: #eca122;
}
.fonKam{
      font-size: 15px;
}

.ctascss {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #d81b4c; /* matching the image red */
  padding: 20px;
  color: white;
  font-family: Arial, sans-serif;
}

.ctascss .cta-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #e3325c; /* slightly different shade for card effect */
  padding: 15px;
  border-radius: 8px;
}

.ctascss .cta-item img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.ctascss .cta-content {
  display: flex;
  flex-direction: column;
}

.ctascss .cta-content h4 {
     margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.ctascss .cta-content p {
  margin: 2px 0;
  font-size: 14px;
   color: #fff;
}

/* Desktop styles */
@media (min-width: 768px) {
  .ctascss {
    flex-direction: row;
    justify-content: space-between;
  }

  .ctascss .cta-item {
    flex: 1;
  }
}

.mnosi8is{
      padding: 0px 17px;
}


/* Banner */
.apply-banner{
    height:260px;
    background:url('https://images.unsplash.com/photo-1586773860418-d37222d8fce3') center/cover no-repeat;
    position:relative;
}

.apply-banner .overlay{
    background:rgba(20,40,70,0.75);
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-align:center;
}

.apply-banner h1{
    font-size:36px;
    margin-bottom:8px;
}

.apply-banner p{
    font-size:14px;
    opacity:0.9;
}

/* Form Section */
.apply-section{
    padding:50px 20px;
}

.apply-form{
    max-width:1100px;
    margin:auto;
    background:#fff;
    padding:35px;
    border-radius:10px;
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

/* Rows */
.form-rowss{
    display:flex;
    gap:20px;
    margin-bottom:22px;
    flex-wrap:wrap;
}

.form-groupsss{
    flex:1;
    display:flex;
    flex-direction:column;
}

.form-groupsss.full{
    flex:2;
}

/* Inputs */
label{
    font-size:14px;
    color:#333;
    margin-bottom:6px;
}

label span{
    color:red;
}

input, textarea{
    padding:12px 14px;
    border:1px solid #ddd;
    border-radius:6px;
    outline:none;
    transition:0.3s;
}

textarea{
    resize:none;
    height:90px;
}

input:focus, textarea:focus{
    border-color:#1e5b9f;
    box-shadow:0 0 0 2px rgba(30,91,159,0.15);
}

/* Button */
.btn-wrap{
    text-align:center;
    margin-top:20px;
}

.submit-btn{
    padding:12px 32px;
    background:linear-gradient(135deg,#c9153a,#e61b4d);
    color:#fff;
    border:none;
    border-radius:6px;
    font-size:16px;
    cursor:pointer;
    transition:0.3s;
    box-shadow:0 8px 20px rgba(230,27,77,0.35);
}

.submit-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 30px rgba(230,27,77,0.5);
}

/* Responsive */
@media(max-width:768px){
    .apply-banner h1{
        font-size:26px;
    }
    .apply-form{
        padding:25px;
    }
}


.mbbs-main-wrap {
      max-width: 1370px;
    margin: 21px auto;
    padding: 20px;
    display: flex
;
    gap: 22px;
}

/* LEFT COURSE DETAILS */
.mbbs-course-details {
    flex: 2;
    background: #ffffff;
    padding: 35px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* TITLES */
.mbbs-title {
    font-size: 34px;
    color: #0b4d8c;
    margin-bottom: 5px;
}

.mbbs-college-name {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

/* INFO BOX */
.mbbs-info-box {
    margin-bottom: 28px;
}

.mbbs-info-box h2 {
    font-size: 22px;
    color: #0b4d8c;
    margin-bottom: 10px;
}

.mbbs-info-box p,
.mbbs-info-box li {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
}

.mbbs-info-box ul {
    padding-left: 18px;
}

/* RIGHT ENQUIRY BOX */
.mbbs-enquiry-box {
    flex: 1;
    background: linear-gradient(135deg, #0b4d8c, #0e6fbf);
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    color: #fff;
        height: 599px;
}

/* ENQUIRY TITLE */
.mbbs-enquiry-title {
  font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

/* FORM */
.mbbs-enquiry-form input,
.mbbs-enquiry-form textarea {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 14px;
    border: none;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
}

.mbbs-enquiry-form textarea {
    resize: none;
    height: 90px;
}

/* BUTTON */
.mbbs-enquiry-btn {
    width: 100%;
    padding: 14px;
    background: #ffffff;
    color: #0b4d8c;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
}

.mbbs-enquiry-btn:hover {
    background: #e6f2ff;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .mbbs-main-wrap {
        flex-direction: column;
    }
}

/* FEE SECTION */
.mbbs-fee-section {
    margin-top: 35px;
}

/* TABLE WRAPPER */
.mbbs-fee-table-wrap {
    overflow-x: auto;
    margin-top: 15px;
}

/* TABLE */
.mbbs-fee-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

/* TABLE HEAD */
.mbbs-fee-table thead {
    background: #0b4d8c;
}

.mbbs-fee-table th {
    padding: 14px;
    color: #ffffff;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}

/* TABLE BODY */
.mbbs-fee-table td {
    padding: 14px;
    font-size: 14px;
    color: #444;
    border-bottom: 1px solid #eee;
}

.mbbs-fee-table tbody tr:hover {
    background: #f5f9ff;
}

/* TOTAL ROW */
.mbbs-fee-total td {
    font-weight: 700;
    color: #0b4d8c;
    background: #eef5ff;
}

/* NOTE */
.mbbs-fee-note {
    margin-top: 12px;
    font-size: 13px;
    color: #777;
}


/* SEMESTER SECTION */
.mbbs-semester-section {
    margin-top: 35px;
}

/* TABLE WRAPPER */
.mbbs-sem-table-wrap {
    margin-top: 15px;
    overflow-x: auto;
}

/* TABLE */
.mbbs-sem-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

/* HEAD */
.mbbs-sem-table thead {
    background: #0b4d8c;
}

.mbbs-sem-table th {
    padding: 14px;
    color: #ffffff;
    text-align: left;
    font-size: 15px;
}

/* BODY */
.mbbs-sem-table td {
    padding: 14px;
    font-size: 14px;
    color: #444;
    border-bottom: 1px solid #eee;
    line-height: 1.6;
}

.mbbs-sem-table tbody tr:hover {
    background: #f5f9ff;
}



/* WhatsApp Sticky Button */
.whatsapp-sticky {
  position: fixed;
      right: 30px;
    top: 75%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
  z-index: 9999;
  animation: pulse 2s infinite;
  transition: transform 0.3s ease;
}

.whatsapp-icon {
  font-size: 26px;
  color: #fff;
}

/* Hover animation (desktop) */
.whatsapp-sticky:hover {
  transform: translateY(-50%) scale(1.1);
}

/* Pulse Animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Larger screens */
@media (min-width: 768px) {
  .whatsapp-sticky {
    width: 60px;
    height: 60px;
  }
  .whatsapp-icon {
    font-size: 28px;
  }
}


 .enquiry-wrap {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    z-index: 999;
}

/* Vertical Button */
.enquiry-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background: linear-gradient(180deg, #ff512f, #dd2476);
    color: #fff;
    padding: 16px 12px;
    border-radius: 20px 0 0 20px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: -6px 6px 20px rgba(0,0,0,0.35);
}

/* Icon fix */
.enquiry-label i {
    writing-mode: horizontal-tb;
    font-size: 18px;
}

/* Sliding Panel (comes from RIGHT) */
.enquiry-panel {
    width: 0;
    overflow: hidden;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 30px rgba(0,0,0,0.25);
    border-radius: 16px 0 0 16px;
    transition: width 0.45s ease;
}

/* Hover → open panel */
.enquiry-wrap:hover .enquiry-panel {
    width: 280px;
}

/* Panel content */
.enquiry-panel h4 {
    padding: 16px;
    background: linear-gradient(135deg, #ff512f, #dd2476);
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.enquiry-panel input {
    width: 90%;
    margin: 12px auto;
    display: block;
    padding: 11px;
    border-radius: 10px;
    border: 1px solid #ddd;
    outline: none;
}

.enquiry-panel button {
    width: 90%;
    margin: 10px auto 18px;
    display: block;
    padding: 11px;
    background: #dd2476;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.enquiry-panel button:hover {
    background: #c71f67;
}


/* 📱 MOBILE RESPONSIVE */
@media (max-width: 768px) {

    .enquiry-wrap {
        top: auto;
        bottom: 20px;
        right: 50%;
        transform: translateX(50%);
        flex-direction: column;
    }


    .enquiry-label {
              writing-mode: horizontal-tb;
        border-radius: 9px;
        padding: 14px 12px 10px 24px;
        width: 237px;
    }

    .enquiry-panel {
             position: fixed;
        bottom: 80px;
                right: -27%;
        width: 0;
        border-radius: 18px;
    }

    .enquiry-wrap:hover .enquiry-panel {
             width: 258px;
    }
}

.bgQuality{
        background: #ffd091 !important;
}
.bgQualityTow{
     background: #d7ff91 !important;
}
.bgQualityThree{
       background: #91ecff !important;
}
.bgQualityFour{
        background: #efff91 !important;
}

.footer-tags{
        padding: 7px 36px;
}
.btn-smssty6s{
  padding: 8px 9px 9px !important;
    border-radius: 1px !important;
    border: none !important;
    font-size: 13px;
    margin-bottom: 6px;
}
.ssou8sss{
        padding: 0px 18px;
    color: #000;
    font-size: 18px;
}


