/* ===============================
   ROOT VARIABLES
================================ */
:root {
  --background: #ffffff;
  --foreground: #171717;
  --primary: #972220;
  --secondary: #F8D808;
  --bodybg: #ededed;

  /* Gradient */
  --gradientbg: linear-gradient(180deg, rgb(95 16 14) 0%, rgba(206, 24, 21, 1) 40%, rgba(206, 24, 21, 1) 40%, rgb(99 21 19) 100%);
}
.npfWidgetButton {
            padding-left: 11px !important;
            flex: right;
            position: fixed !important;
            right: -50px !important;
            transform: rotate(270deg) !important;
            top: 50% !important;
            background-color: #17a43b !important;
            z-index: 999999;
            border-radius: 5px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
            font-size: 18px;
            color: #fff;
            line-height: 1.33;
            padding: 8px 18px;
            font-weight: bold;
            cursor: pointer;
            border: 0;

        }iframe {
    height: 70vh;
}
  .npfWidget-a6c397ee348535e11aebb2fb164b2510.npfWidgetButton {
    padding-left: 11px !important;
            flex: right;
            position: fixed !important;
            right: -52px !important;
            transform: rotate(270deg) !important;
            top: 50% !important;
            background-color: #038137 !important;
            z-index: 999999;
            border-radius: 5px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
            font-size: 18px;
            color: #fff;
            line-height: 1.33;
            padding: 8px 18px;
            font-weight: bold;
            cursor: pointer;
            border: 0;
        }   
.npfTitle-a6c397ee348535e11aebb2fb164b2510 {
        font-size: 22px;
        text-align: center;
    }
    .npfTitle-a6c397ee348535e11aebb2fb164b2510 {
        font-size: 20px;
        text-align: center;
        color: #000;
    }
    div#popup-a6c397ee348535e11aebb2fb164b2510 {
        z-index: 99999;
    }
 @media(max-width:768px){
        .npfWidget-a6c397ee348535e11aebb2fb164b2510.npfWidgetButton {
            right: -52px;
            z-index: 99999;
        }  
    }
/* ===============================
   BASE STYLES
================================ */
html{
	scroll-behavior:smooth;
}
body {
  background: var(--bodybg);
  color: var(--foreground);
  font-family: 'Montserrat';
  margin: 0;
  padding: 0;
}
.btnMain {
    text-decoration: none;
}
.btnMain {
    text-decoration: none;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
}
.centeredAligned {
        padding-top: 40px;
        gap: 10px;
}
/* ===============================
   CUSTOM UTILITY CLASSES
================================ */

/* Backgrounds */
.bg-body {
  background: var(--bodybg);
}

.bg-gradient {
  background: var(--gradientbg);
}

/* Text colors */
.text-primary {
  color: var(--primary);
}

.text-secondary {
  color: var(--secondary);
}

/* Shadows */
.shadow-small {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.shadow-big {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
}

/* ===============================
   TICK IMAGE STYLE
================================ */
.tick-img {
  position: relative;
}

.tick-img::before {
  content: "";
  background-image: url("../images/tick_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 34px;
  left: -32px;
}





.main-header {
  background-color: #9e1b1b;
  overflow: hidden;
}
.marquee {
  width: 100%;
  white-space: nowrap;
}

.marquee-track {
  display: inline-flex;
  gap: 80px;
  animation: marquee 18s linear infinite;
}


@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.header-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-align: center;
    padding-top: 46px;
    padding-bottom: 42px;
    font-size: 28px;
    line-height: 34px;
}


.main-wrapper {
  max-width: 1068px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
}

/* ===============================
   24/7 SUPPORT SECTION
================================ */
.support-section {
  padding-left: 38px;
  padding-right: 39px;
}

/* Contact Buttons */
.contact-btn {
  background-color: var(--primary);
  color: #ffffff;
  border: none;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px;
  cursor: pointer;

  display: flex;
  align-items: center;
gap: 8px;
    width: 100%;
}
.contact-btn:hover{
	color:#fff;
	text-decoration:none
}
/* Icon inside button */
.contact-btn img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* Responsive alignment */
@media only screen and (max-width:786px) {
  .support-section .row {
    flex-wrap: nowrap;
  }
  .header-text {
    font-size: 20px;
	padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-wrapper {
    max-width: 90%;
}
.container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
	.counter-number {
    font-size: 28px;
    line-height: 33px;
}
.support-section .mb-3 img {
    width: 113px  !important;
}
.form-title {
    font-size: 20px !important;
}
.welcome-title {
    font-size: 24px !important;
    line-height: 28px !important;
}
section {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.form-subtitle {
    font-size: 14px;
    color: #565363;
    margin: 0 0 10px !important;
}
section.leaders-section .container {
    overflow: visible !important;
}


.form-control, .form-select {
	font-size: 14px !important;
    padding: 9px !important;
}
    body .no1-college-section {
        background-size: contain;
        padding-top: 42px;
        padding-bottom: 136px;
    }
body .no1-heading {
    font-size: 25px;
    line-height: 20px;
}
body .leaders-title {
    font-size: 25px;
    line-height: 31px;
}
body .counter-number {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 3px;
}
body .counter-label {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0;
}
section.why-hgpi-section .row {
    flex-direction: column;
}
section.why-hgpi-section .col-md-6 {
    width: 100%;
}
body .why-content h2 {
    font-size: 18px;
    line-height: 22px;
}
body .why-content p {
    font-size: 14px;
    line-height: 17px;
}
.nurturing-right {
    padding: 42px 0 28px 0 !important;
}
.future-wrapper {
    padding: 19px 0 0 0 !important;
}
.programs-wrapper {
    padding: 18px 0px 40px 0 !important;
}
.nurturing-section
Specificity: (0,1,0)
 {
    padding-bottom: 18px !important;
}
.program-item {
    padding: 15px 0 15px !important; 
}
body .enrol-top {
    padding: 16px 10px 19px 10px;
    justify-content: center;
    gap: 13px;
}
.enrol-bottom h3 {
    font-size: 24px !important;
    line-height: 26px !important;
}
.gallery-wrapper {
    padding: 26px 0px 30px 0 !important;
}
section.full-image-section {
    padding: 0 !important;
}
.container.footerMain {
    max-width: 90% !important;
}
.container.footerMain .row div {
    width: 100% !important;
    max-width: 100% !important;
}

.container.footerMain .row {
    flex-direction: column;
}
body .recruiters-heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 15px;
}
.nurturing-left h2, .future-heading, .programs-heading, .gallery-heading {
    font-size: 22px !important;
    line-height: 24px !important;
}
}

@media only screen and (max-width: 730px) {
.leaders-right .col-md-4 {
    width: 32%;
    margin: 0 !important;
}
}
/* ===============================
   FORM SECTION
================================ */
.form-section {
  padding: 46px 38px 29px 39px;
}

/* LEFT BOX */
.welcome-box {
  background: var(--gradientbg);
  padding: 43px 21px 43px 28px;
  border-radius: 10px;
  color: #fff;
}
.welcome-subtitle {
    color: var(--secondary);
    font-size: 32px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 0;
}
.welcome-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}

.welcome-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 17px;
}

/* WHITE LOGO BOX */
.approval-box {
  background: #ffffff;
  margin-top: 45px;
  padding: 20px 24px;
  border-radius: 10px;
}

/* RIGHT FORM BOX */
.register-box {
  background: #ededed;
  padding: 35px 21px;
  border-radius: 20px;
}

.form-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

.form-subtitle {
  font-size: 14px;
  color: #565363;
}

.form-subtitle a {
  color: #2563eb;
  font-weight: 500;
  text-decoration: none;
}

/* INPUTS */
.form-control,
.form-select {
  border-radius: 10px;
}

/* COUNTRY CODE */
.country-code {
  width: 90px;
}

/* BUTTON */
.register-btn {
  background-color: var(--primary);
  color: #fff;
  font-weight: 600;
  padding: 13px;
  border-radius: 6px;
}

.register-btn:hover {
  background-color: #7d1414;
}

/* RESEND */
.resend-text {
  font-size: 14px;
  color: #565363;
}

.resend-text a {
  color: #2563eb;
  font-weight: 500;
  text-decoration: none;
}
/* ===============================
   NO.1 COLLEGE SECTION
================================ */
.no1-college-section {
  background-image: url("../images/secBg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  padding-top: 57px;
  padding-bottom: 239px;

  margin-left: 38px;
  margin-right: 39px;
  padding-left: 28px;
}

.no1-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  color: #000;
}

/* Highlight */
.highlight-text {
  background-color: var(--secondary);
  padding: 0 4px;
}
.leaders-section .row {
    background: #fff !important;
}
/* ===============================
   BUILDING LEADERS SECTION
================================ */
section.leaders-section .container {
    overflow: visible !important;
}
.leaders-section {
    padding-left: 31px;
    padding-right: 29px;
    padding-bottom: 44px;
}

/* LEFT BOX */
.leaders-left {
  background-color: var(--secondary);
  padding: 38px 53px 36px 21px;
}

.leaders-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  color: #000;
  text-align: left;
}

/* RIGHT BOX */
.leaders-right {
    background-color: #fff;
    padding: 35px 21px 27px;
}
.leaders-section .row .col-md-6 {
    margin: 0;
}
/* COUNTER */
.counter-number {
  font-size: 40px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 0.12em;
}

.counter-label {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #565363;
}
/* ===============================
   TOP RECRUITERS SECTION
================================ */
.recruiters-section {
  padding-top: 0;
}

.recruiters-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}

/* GRID SPACING */
.recruiters-grid {
  padding: 44px 39px 53px 38px;
}

/* LOGO BOX */
.recruiter-box {
  background-color: #f1f1f1;
  padding: 10px 12px;
  border-radius: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  height: 100%;
}

.recruiter-box img {
  max-width: 100%;
  height: auto;
}
/* ===============================
   WHY CHOOSE HGPI
================================ */
.why-hgpi-section {
  padding-left: 38px;
  padding-right: 39px;
  padding-bottom: 60px;
}
.why-image {
    position: relative;
}
body .why-image h2 {
    color: #972220 !important;
    font-size: 32px !important;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    font-weight: 700;
    line-height: 39px;
    top: 37px;
}
.container-fluid {
    overflow: visible !important;
}

/* LEFT IMAGE */
.why-image img {
  object-fit: cover;
}

/* ITEM WRAPPER */
.why-item {
    display: flex;
    align-items: stretch;
    border-left: 9px solid var(--primary) !important;
    margin-bottom: 11px;
    border: 1px solid #cfcfcf;
}

/* ICON BOX */
.why-icon {
  width: 120px;
  /*background-color: #ededed;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CONTENT BOX */
.why-content {
  background-color: #ffffff;
  padding: 22px 20px 15px 19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.why-content h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 3px;
}

.why-content p {
  font-size: 11px;
  line-height: 13px;
  color: #1A1A1A;
  max-width: 520px;
  margin: 0;
}
/* ===============================
   NURTURING STUDENTS SECTION
================================ */
.nurturing-section {
  padding-bottom: 44px;
}

/* LEFT BOX */
.nurturing-left {
  background-color: var(--secondary);
  padding: 38px 17px 34px 30px;
  height: 100%;
}

.nurturing-left h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  color: #000;
}

.nurturing-left p {
  font-size: 14px;
  line-height: 17px;
  margin-top: 19px;
  color: #000;
}

/* RIGHT BOX */
.nurturing-right {
  padding: 42px 39px 28px 25px;
}

/* STUDENT INFO */
.student-package {
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.12em;
  margin-top: 17px;
  margin-bottom: 6px;
}

.student-name {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.12em;
  margin: 0;
}
/* ===============================
   STEP INTO FUTURE SECTION
================================ */
.future-section {
  padding-bottom: 44px;
}

.future-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}

/* WRAPPER SPACING */
.future-wrapper {
  padding: 46px 39px 44px 38px;
}

/* ITEM */
.future-item {
  display: flex;
  align-items: stretch;
  border: 1px solid #cfcfcf;
  border-left: 9px solid var(--secondary);
  margin-bottom: 11px;
}

/* ICON */
.future-icon {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CONTENT */
.future-content {
  background-color: #ffffff;
  padding: 22px 20px 15px 19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.future-content h2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 6px;
}

.future-content p {
  font-size: 12px;
  line-height: 15px;
  color: #333333;
  max-width: 520px;
  margin: 0;
}

/* IMAGE */
.future-image img {
  object-fit: cover;
}
/* ===============================
   MULTIPLE DISCIPLINE SECTION
================================ */
.programs-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}

.programs-wrapper {
  padding: 46px 39px 53px 38px;
}

/* LEFT IMAGE */
.programs-image img {
  object-fit: cover;
}

/* RIGHT PANEL */
.programs-right {
  background-color: var(--primary);
  padding: 42px 39px 0 24px;
  height: 100%;
}

/* SUBTITLE */
.programs-subtitle {
  color: var(--secondary);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.12em;
}

/* PROGRAM ITEM */
.program-item {
  padding: 26px 0 29px;
}

.program-item.border-bottom {
  border-bottom: 1px solid var(--secondary);
}

.program-item h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 9px;
}

.program-item p {
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
}
/* ===============================
   ENROL TODAY SECTION
================================ */
.enrol-section {
  background-color: var(--secondary);
  padding: 37px 39px 22px 38px;
  border: 1px solid #000;
  margin-bottom: 47px;
}

/* TOP BAR */
.enrol-top {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 19px 24px 19px 30px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.enrol-heading {
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin: 0;
}

/* BUTTON */
.enrol-btn {
  background-color: var(--primary);
  color: #fff;
  padding: 14px 42px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  border: none;
  cursor: pointer;
}
.enrol-btn:hover{color:#fff;text-decoration:none}
/* BOTTOM CONTENT */
.enrol-bottom {
  margin-top: 35px;
}

.enrol-bottom h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  margin: 0;
}

/* LEFT */
.enrol-left {
  border-right: 1px solid #000;
  padding-right: 86px;
  text-align: left;
}

/* RIGHT */
.enrol-right {
  padding-left: 71px;
  text-align: left;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .enrol-top {
    text-align: center;
    gap: 15px;
  }

  .enrol-left,
  .enrol-right {
    border: none;
    padding: 0;
    margin-top: 15px;
  }
}
/* ===============================
   IMAGE GALLERY SECTION
================================ */
.gallery-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}

/* WRAPPER SPACING */
.gallery-wrapper {
  padding: 46px 39px 54px 38px;
}

/* IMAGE STYLE */
.gallery-img {
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  padding-bottom: 25px;
}

/* HOVER EFFECT */
.gallery-img:hover {
  filter: grayscale(0%);
}
/* ===============================
   LAST FULL IMAGE SECTION
================================ */
.full-image-section img {
  width: 100%;
  height: auto;
  display: block;
}
/* ===============================
   FOOTER
================================ */
.footerMain {
	max-width: 1068px;
}
.site-footer {
  background-color: var(--primary);
  color: #ffffff;
  padding: 35px 0 63px;
}

/* TEXT */
.footer-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #fff !important;
}
body .footer-text a,
body .footer-text a:visited,
body .footer-text a:hover,
body .footer-text a:active,
body .footer-text a:focus {
  color: #ffffff !important;
  text-decoration: none;
}
body .footer-text a {
  -webkit-text-fill-color: #ffffff;
}

.footer-address {
  font-weight: 600;
}

/* APPLY BUTTON */
.apply-btn {
  background-color: var(--secondary);
  color: #000;
  padding: 14px 42px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  /* padding: 17px; */
  cursor: pointer;
}

/* SCROLL TOP BUTTON */
.scroll-top-btn {
  background-color: var(--secondary);
  border: none;
  padding: 10px 11px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.scroll-top-btn:hover {
  transform: scale(1.05);
  background-color: #ffffff;
}
.enrol-section .container-fluid.px-0 {
    overflow: visible;
}
/* RESPONSIVE */
@media (max-width: 767px) {
  .footer-left {
    margin-bottom: 20px;
  }

  .footer-actions {
    justify-content: center;
  }
}


/* =====================================
   GLOBAL RESPONSIVE FIXES
===================================== */
img {
  max-width: 100%;
  height: auto;
}

.container,
.container-fluid {
  overflow-x: hidden;
}

/* =====================================
   MOBILE RESPONSIVE (≤767px)
===================================== */
@media (max-width: 767px) {

  /* -------- GLOBAL HEADINGS -------- */
 

  h3 {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  /* -------- 24/7 SUPPORT -------- */
  .support-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-btn {
    width: 100%;
    justify-content: center;
  }

  /* -------- FORM SECTION -------- */
  .form-section {
    padding: 30px 15px;
  }

  .welcome-box,
  .register-box {
    margin-bottom: 20px;
  }

  /* -------- NO.1 COLLEGE -------- */
  .no1-college-section {
    margin: 0 15px;
    padding-bottom: 120px;
  }

  /* -------- BUILDING LEADERS -------- */
  .leaders-section {
    padding-left: 15px;
    padding-right: 15px;
  }


  .counter-number {
    font-size: 28px;
    line-height: 34px;
  }

  /* -------- TOP RECRUITERS -------- */
  .recruiters-grid {
    padding: 30px 15px;
  }

  /* -------- WHY CHOOSE HGPI -------- */
  .why-hgpi-section {
    padding: 30px 15px;
  }



  /* -------- NURTURING STUDENTS -------- */
  .nurturing-left,
  .nurturing-right {
    padding: 25px 15px;
  }

  .student-package,
  .student-name {
    text-align: center;
  }

  /* -------- STEP INTO FUTURE -------- */
  .future-wrapper {
    padding: 30px 15px;
  }



  /* -------- PROGRAMS OFFERED -------- */
  .programs-wrapper {
    padding: 30px 15px;
  }

  .programs-right {
    padding: 30px 15px;
  }

  /* -------- ENROL TODAY -------- */
  .enrol-section {
    padding: 25px 15px;
  }

  .enrol-top {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .enrol-left,
  .enrol-right {
    padding: 0;
    border: none;
    text-align: center;
  }

  /* -------- IMAGE GALLERY -------- */
  .gallery-wrapper {
    padding: 30px 15px;
  }

  /* -------- FOOTER -------- */
  .site-footer {
    padding: 30px 15px;
    text-align: center;
  }

  .footer-left {
    flex-direction: column;
    text-align: center;
  }

  .footer-actions {
    justify-content: center;
    margin-top: 20px;
  }
  .student-package {
    font-size: 14px !important;
    line-height: 13px;
    letter-spacing: 0px;
    margin-top: 12px;
    margin-bottom: 3px;
}
.tick-img::before {
    top: 20px;
    left: 0;
}
    .program-item {
        padding: 15px 0 15px 28px !important;
    }
	.gallery-wrapper .col-md-4 {
    max-width: 33% !important;
}
    .container.footerMain .row div {
        justify-content: center !important;
        margin: 6px 0;
    }
	    .enrol-bottom h3 {
        font-size: 21px !important;
        line-height: 19px !important;
    }
	.enrol-bottom {
    margin-top: 6px;
}
.support-section .col-auto {
    max-width: 30%;
    padding: 0 !important;
    width: 100% !important;
    text-align: center;
}
    .support-section .row {
        flex-wrap: nowrap;
        width: 100%;
    }

}
@media only screen and (max-width: 660px) {
.centeredAligned {
        padding-top: 14px;
}
		.header-text {
        font-size: 11px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
.support-section .mb-3 img {
        width: 105px !important;
    }
	.contact-btn {
    font-size: 11px;
    padding: 10px 12px;
    gap: 4px;
}
.welcome-box img {
    width: 64px;
    margin-bottom: 10px;
}
.welcome-title {
        font-size: 21px !important;
        line-height: 24px !important;
    }
	.welcome-text {
    font-size: 13px;
    font-weight: 600;
    margin-top: 13px;
    line-height: 19px;
}
body .no1-heading {
        font-size: 15px;
        line-height: 12px;
    }
    body .no1-college-section {
        padding-top: 63px;
        padding-bottom: 97px;
    }
	body .leaders-title {
        font-size: 16px;
        line-height: 24px;
    }
	    .leaders-left {
        padding: 16px;
    }
	.leaders-left img {
    width: 80px;
}
.leaders-right .row {
    justify-content: space-between;
}
.enrol-heading {
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
}
.enrol-bottom h3 {
        font-size: 14px !important;
        line-height: 9px !important;
    }
}

@media only screen and (max-width: 560px) {
.contact-btn img {
    width: 8px;
    height: 11px;
    object-fit: contain;
}
}
@media only screen and (max-width: 460px) {
    .support-section .mb-3 img {
        width: 75px !important;
    }
    .centeredAligned {
        padding-top: 6px;
    }
        .contact-btn {
        font-size: 9px;
        padding: 8px 7px;
        gap: 2px;
    }
        section {
        padding-left: 11px !important;
        padding-right: 11px !important;
    }
    .main-wrapper {
        max-width: 94%;
    }
        .nurturing-right .row .col-4 {
    width: 100% !important;
    text-align: center;
}
.nurturing-right .row {
    flex-direction: column;
    padding: 0 20px;
    justify-content: center !important;
    display: flex !important;
}
.nurturing-right .row .col-4 img {
    width: 100%;
}
        .gallery-wrapper .col-md-4 {
        max-width: 50% !important;
    }
    .main-wrapper {
    padding-top: 18px;
}

.support-section .btnMain {
    width: auto !important;
}
    .support-section .row {
        /* flex-wrap: wrap; */
        justify-content: space-between !important;
    }
/*    .support-section .row .col-auto.d-flex.flex-column.gap-2 {*/
/*    flex-direction: row !important;*/
/*}*/
.welcome-box {
    background: var(--gradientbg);
    padding: 44px 15px 19px 15px;
}

.why-icon, .future-icon {
    width: 100%;
    padding: 10px;
}
.why-content, .future-content {
    text-align: center;
}
body .why-image h2 {
    font-size: 22px !important;
    top: 31px;
}
.why-item {
    border-left: 1px solid #cfcfcf !important;
    border-top: 9px solid var(--primary);
    flex-direction: column;
}
.future-item {
    border-left: 1px solid #cfcfcf;
    border-top: 9px solid var(--secondary);
    flex-direction: column;
}
      .student-package {
        font-size: 14px !important;
        line-height: 18px !important;
        letter-spacing: 0px;
        margin-top: 12px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 400px) {
    body .no1-college-section {
        padding-top: 32px;
        padding-bottom: 77px;
    }
        section {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }
    .contact-btn img {
    width: 9px;
    height: 12px;
    object-fit: contain;
}
    .contact-btn {
        font-size: 8px;
        padding: 6px 4px;
        gap: 3px;
    }
}
@media (max-width: 375px) {
    .student-package {
        font-size: 12px !important;
        line-height: 13px !important;
        letter-spacing: 0px;
        margin-top: 12px;
        margin-bottom: 10px;
    }
        body .recruiters-heading {
        font-size: 22px;
        font-weight: 700;
        line-height: 27px;
    }

        .main-wrapper {
        max-width: 100%;
    }
        body .leaders-title {
        font-size: 16px;
        line-height: 22px;
    }
        body .counter-number {
        font-size: 22px;
        line-height: 24px;
        letter-spacing: 3px;
    }
    body .counter-label {
        font-size: 11px;
        line-height: 14px;
        letter-spacing: 0;
    }
        body .why-content p {
        font-size: 12px;
        line-height: 17px;
    }

    .enrol-bottom h3 {
        font-size: 14px !important;
        line-height: 16px !important;
    }


}.col-md-4.d-flex.justify-content-end.align-items-center.gap-3.footer-actions {
    gap: 1rem!important;
}
.footer-text {
    padding: 8px!important;
}