/* ---------- HEADER ---------- */
header.gsfpRespoHeader {
  padding: 20px 40px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}

.gsfpRespoLogo {
  height: 38px;
  width: auto;
}

/* ---------- HERO SECTION ---------- */
.hero-section {
  background-color: #ffffff;
  width: 100%;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}

.hero-section .row {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 0;
}

/* LEFT SIDE */
.hero-left {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.hero-title {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 124px;
  color: #7e1900;
  margin-bottom: 15px;
  line-height: 1.1;
  text-align: center;
}

.hero-subtitle {
  box-shadow: 0px 3.84px 3.84px 0px #000000;
  font-family: Helvetica, sans-serif;
  /* font-family: "Anton SC", sans-serif; */
  text-transform: uppercase;
  line-height: 130%;
  letter-spacing: 2px;
  font-size: 50px;
  font-weight: bold;
  background-color: #f0f0f0;
  color: black;
  padding: 14px 26px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}

/* RIGHT SIDE */
.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.hero-image {
  width: 100%;
  max-width: 100%;
  height: 84%;
  object-fit: contain;
}

/* ---------- RESPONSIVE ---------- */

/* 🖥 1440px screens (large desktops) */
@media (max-width: 1440px) {
  .hero-title {
    font-size: 117px;
  }
  .hero-subtitle {
    font-size: 47px;
    padding: 12px 24px;
  }
  .hero-image {
    height: 80%;
  }
}

/* 💻 1024px screens (small laptops/tablets landscape) */
@media (max-width: 1024px) {
  .hero-title {
    font-size: 82px;
  }
  .hero-subtitle {
    font-size: 33px;
  }
  .hero-left {
    padding: 40px 30px;
  }
  .hero-image {
    height: 75%;
  }
}

/* 📱 768px screens (tablets portrait) */
@media (max-width: 768px) {
  .hero-left {
    align-items: center;
    padding: 20px;
  }

  .hero-title {
    font-size: 64px;
  }

  .hero-subtitle {
    font-size: 28px;
    width: auto;
  }

  .hero-image {
    height: 75%;
  }
  header.gsfpRespoHeader {
    padding: 20px 114px !important;
  }
}

/* 📱 425px screens (mobile large) */
@media (max-width: 425px) {
  .hero-title {
    font-size: 52px;
  }

  .hero-subtitle {
    font-size: 22px;
    padding: 10px 18px;
    line-height: 120%;
  }

  .hero-image {
    max-width: 320px;
  }

  header.gsfpRespoHeader {
    padding: 20px 114px !important;
  }
}

/* 📱 375px screens (mobile small) */
@media (max-width: 375px) {
  .hero-title {
    font-size: 44px;
  }

  .hero-subtitle {
    font-size: 20px;
    padding: 8px 16px;
  }

  .hero-image {
    max-width: 280px;
  }

  .hero-left {
    padding: 15px;
  }
  header.gsfpRespoHeader {
    padding: 20px 114px !important;
  }
}

/* Section Layout */
.section_3head {
  padding: 60px 80px 40px 80px;
}

.section_3column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  text-align: center;
}

.eklavyaheading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 42px;
  color: #002d53;
  line-height: 1.4;
}

.eklavyaprogramprelims {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 1.6;
  color: #161616;
  max-width: 900px;
}

/* Card Design */
.featred-course-box {
  width: 100%;
  background-color: #f9f9f9;
  border-bottom: 8px solid #0e50a2;
  border-right: 8px solid #0e50a2;
  border-radius: 12px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
}

.shadow101 {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.image-container {
  /*background-color: #ffeaea;
  padding: 18px;
  border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}

.image-container img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.course-title {
  font-size: 28px;
  font-weight: 900;
  color: #000000;
  line-height: 1.1;
  margin-bottom: 4px;
  font-family: "Poppins", sans-serif;
}

.course-subtitle {
  font-size: 26px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
}

/* ---------- BUTTON ---------- */
.register-btn {
  background-color: #0e50a2;
  color: #ffffff;
  border: none;
  border-radius: 25px;
  padding: 10px 28px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.register-btn a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}

.register-btn:hover {
  background-color: #083474;
}

.register-btn:hover a {
  color: #ffffff;
  text-decoration: none;
}

/* ---------- HOVER EFFECT ---------- */
.featred-course-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
/* Responsive Tweaks */
@media (max-width: 1200px) {
  .section_3head {
    padding: 50px 40px;
  }
}

@media (max-width: 992px) {
  .eklavyaheading {
    font-size: 34px;
    text-align: center;
  }

  .eklavyaprogramprelims {
    font-size: 20px;
    text-align: center;
  }

  .featred-course-box {
    padding: 25px 20px;
  }
}

@media (max-width: 768px) {
  .section_3head {
    padding: 40px 20px;
  }

  .section8slot1 {
    font-size: 22px;
  }

  .section8slotpara {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .eklavyaheading {
    font-size: 34px;
  }

  .eklavyaprogramprelims {
    font-size: 18px;
  }

  .featred-course-box {
    width: 93%;
    height: auto;
  }
  .eklvayaRespoSection8 {
    flex-direction: column !important;
    gap: 20px !important;
    padding: 0px !important;
  }
}

/* our faculty */
.gsfp-benefit {
  color: #002d53;
  font-size: 40px;
  width: 100%;
  font-weight: bolder;
  font-family: Poppins, sans-serif;
  margin-bottom: 30px;
}
.gsfp-bigbox {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.second-box {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.gsfp-horizontalvalue {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 37px;
}
.gsfp-facultbox {
  padding: 40px;
  background-color: #f2f2f2;
  width: 410.89px;
  height: 500px;
  border-radius: 27.32px;
}
.inside-greybox {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.faculty-name {
  /* font-size: 36.57px; */
  font-size: 24.57px;
  font-weight: 700;
  width: 314px;
  height: 38.87px;
  margin-left: 10px;
  margin-top: -45px;
}
.faculty-designation,
.faculty-name {
  text-align: center;
  font-family: Poppins, sans-serif;
  /* line-height: 51.7px; */
  color: #595959;
}

.faculty-designation {
  font-weight: 400;
  font-size: 20px;
  width: 100%;
  height: 39px;
  margin-top: -30px;
}

/* program Highlights */
.container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin: auto;
  flex-wrap: wrap;
}
.gsfpRespoChoosefourm {
  display: flex;
  padding: 12px 92px;
  margin-bottom: -10px;
  flex-direction: column;
  gap: 35px;
}
.chooseforum {
  font-size: 40px;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #002d53;
}
.mgpsection6-3 {
  /* display: flex; */
  /* gap: 55px; */
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.mgpsection6-slot1-1,
.mgpsection6-slot1-2 {
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mgpsection6-slot1-2 {
  margin-left: 76px;
}
.mgpsection6-slot1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mgp-image {
  width: 126px;
  height: 126px;
}
.mgpsection6-head {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.mgpsection6-para1,
.mgpsection6-para2 {
  width: 100%;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  color: #161616;
}

.mgpsection6-para2 {
  margin-top: 16px;
  /* font-family: Inter; */
  font-size: 26px;
  font-weight: 600;
  min-width: 447px;
  line-height: 32px;
}
.mgpsection6-para3 {
  text-align: justify;
  font-family: poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

/* what will u gain */
.gsfp-unique {
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  color: #002d53;
}

.gsfp-unique,
.gsfp700 {
  font-family: "Poppins";
}

.eklavyasection6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}
.eklvyahorizontalsectionhead {
  justify-content: center;
  display: flex;
  gap: 58px;
}
.eklvyasectioncompbox {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.eklvyasectionheadbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.eklvyasection3head2 {
  font-family: "Poppins";
  font-size: 29px;
  font-weight: bold;
  line-height: 46px;
  color: #ed3237;
  text-transform: capitalize;
}
.eklvyasection3head3 {
  /* text-align: left; */
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  color: #161616;
}

@media (max-width: 768px) {
  .gsfp-benefit {
    /* white-space: nowrap !important; */
    width: 100% !important;
    /* margin-left: -70px !important; */
  }
  .gsfp-horizontalvalue {
    flex-direction: column !important;
  }
  .container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .gsfpRespoChoosefourm {
    padding: 0px !important;
    margin-bottom: 0 !important;
  }
  .chooseforum {
    width: 100% !important;
    font-size: 36px !important;
  }
  .respopaddingmob12 {
    padding: 50px 0px !important;
  }
  .mgpsection6-slot1 {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
    /* width: 80% !important; */
  }
  .mgpsection6-slot1-2 {
    margin-left: 0 !important;
    width: 100% !important;
    flex-direction: column !important;
  }
  .mgpsection6-slot1-1 {
    width: 100% !important;
    flex-wrap: wrap !important;
  }
  .gsfpRespoBorder {
    border: none !important;
    height: 0 !important;
  }
  .mgpsection6-para2 {
    text-align: center !important;
    min-width: 332px !important;
  }
  .respopaddingmob {
    padding: 50px 23px !important;
  }
  .gsfp-unique {
    width: 100% !important;
    font-size: 36px !important;
  }
  .eklvyahorizontalsectionhead {
    text-align: center !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 30px !important;
  }
}

@media (max-width: 432px) {
  .gsfp-benefit {
    width: 100% !important;
    margin-left: 0px !important;
    text-align: center !important;
  }
  .new-gsfpmobrespo {
    white-space: nowrap !important;
  }
  .gsfp-facultbox {
    width: 340.89px !important;
    height: 470px !important;
  }
  .gsfpRespoChoosefourm {
    margin-bottom: 0 !important;
    padding: 0px 20px !important;
  }
  .chooseforum {
    width: 100% !important;
    /* margin-left: 19px !important; */
    font-size: 30px !important;
  }
  .mgpsection6-para2 {
    text-align: center !important;
  }
  .gsfpRespoBorder {
    border: none !important;
    height: 0 !important;
  }
  .respo-paddingmob {
    padding: 0 34px !important;
  }
  .gsfp-unique {
    text-align: center !important;
    width: 100% !important;
    margin-left: 0px !important;
  }
  .eklvyahorizontalsectionhead {
    flex-direction: column !important;
    align-items: center !important;
    gap: 30px !important;
  }
  .eklvyasection3head2 {
    font-size: 30px !important;
  }
  .eklvyasection3head3 {
    font-size: 20px !important;
  }
}

@media (max-width: 376px) {
  .faculty-name {
    text-align: center !important;
  }
  .gsfoundationmgtop {
    padding: 0px !important;
  }
  .respo-paddingmob {
    padding: 0px !important;
  }
}
/* Flip container */
.flip-card {
  perspective: 1000px; /* Creates depth effect */
}

/* Flip transition */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
}

/* Flip on hover */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Front and back sides */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 27.32px;
  padding: 20px;
  text-align: center;
}

/* Front side (normal card) */
.flip-card-front {
  background: #f2f2f2;
}

/* Back side (flipped view) */
.flip-card-back {
  background: #595959;
  color: white;
  transform: rotateY(180deg);
}

/* program benefits */
.program-benefits {
  text-align: center;
  padding: 50px 20px;
}

.benefits-title {
  font-size: 40px;
  font-weight: 600;
  color: #002d53;
  margin-bottom: 90px;
  font-family: "Poppins", sans-serif;
}

/* Cards container */
.benefits-wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

/* Single card */
.benefit-card {
  background: #f5f5f5;
  padding: 30px 25px;
  width: 280px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s ease;
  position: relative;
  padding-top: 60px;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
}

/* icon circle */
.benefit-icon {
  /* width: 80px;
  height: 80px;
  background: #ffeded; */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -41px; /* moves icon half outside */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  /* margin: 0 auto 20px; */
}

.benefit-icon img {
  width: 80px;
  height: 80px;
}

/* heading */
.benefit-card h3 {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #000;
  font-family: "Poppins", sans-serif;
}

/* text */
.benefit-card p {
  font-weight: 300;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-family: "inter", sans-serif;
}

/* ----------- RESPONSIVE ----------- */

@media (max-width: 1024px) {
  .benefit-card {
    width: 45%;
    min-width: 280px;
  }
}

@media (max-width: 768px) {
  .benefit-card {
    width: 90%;
  }
   .benefits-wrapper {
    gap: 50px;
  }
}

@media (max-width: 431px) {
  .benefit-card {
    width: 100%;
  }
  .benefits-title {
    font-size: 28px;
  }
  .benefits-wrapper {
    gap: 50px;
  }
}

@media (max-width: 375px) {
  .benefit-card {
    padding: 25px 18px;
  }
  .benefit-card h3 {
    font-size: 18px;
  }
  .benefits-wrapper {
    gap: 50px;
  }
}

/* Footer Base */
footer {
  background-color: #002b5b;
  color: white;
  padding: 20px 0;
}

footer a {
  text-decoration: none;
  transition: color 0.3s, transform 0.3s;
}

/* Footer Intro */
.footer_intro {
  color: #fff;
  font-size: 13px;
  text-align: left;
}

.footer_intro img {
  width: 200px;
  margin: auto 0 10px;
}

.footer_intro ul {
  list-style: none;
  display: inline-flex;
  gap: 10px;
  padding: 0;
  flex-wrap: wrap;
}

.footer_intro ul li a i {
  color: #fff;
  transition: color 0.3s, transform 0.3s;
}

.footer_intro ul li a:hover i {
  color: red;
  transform: scale(1.2);
}

/* Titles & Lists */
footer h4.title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}

ul.quick {
  list-style: none;
  padding: 0;
  column-count: 2;
}

ul.quick li a {
  color: #a2a2a2;
  /* Default grey */
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

ul.quick li a:hover {
  color: #007bff;
  /* Blue on hover */
  text-decoration: underline;
}

/* Contact info */
.adr_same,
.eml,
.phn {
  color: #6c757d;
  /* Grey text */
  margin-bottom: 15px;
  /* padding-left: 25px; */
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.phn i {
  color: #007bff;
}

/* Phone icon blue */
.eml i {
  color: #ffcc00;
}

/* Email icon yellow */
.whatsapp i {
  color: #25d366;
}

/* Google Map Links */
.footer_lower_txt a {
  color: #007bff;
}

.footer_lower_txt a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Footer Layout */
.container101 {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  flex-wrap: wrap;
}

.footer_lower_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.colorgsfp {
  color: white;
}

/* Bottom Bar */
.bottom_bar {
  padding: 15px 0;
  text-align: center;
  color: #fff;
  border-top: 1px solid #717171;
}

/* Responsive */
@media (max-width: 576px) {
  .trusted-logo {
    max-height: 35px;
    margin: 5px;
  }

  .flipkart-logo {
    max-height: 40px;
  }

  .footer_intro ul {
    justify-content: center;
  }
}
