/* ================= GLOBAL RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", system-ui, Arial, sans-serif;
}

body {
  background-color: #f8fafc;
  line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

body,
p,
div,
span,
a {
  font-family: "Inter", sans-serif;
}

/* ================= COMMON LAYOUT ================= */
.about-page-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.about-page-section {
  padding: 30px 0;
}

.about-page-heading {
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
  color: #1f3a5f;
}

/* ================= PRIMARY BUTTON ================= */
.about-primary-button {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 50px;
  background: linear-gradient(135deg, #2563eb, #60a5fa);
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: 0.4s;
}

.about-primary-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.35);
}

/* ================= HERO  section start ================= */
.gdc-college-hero-wrapper-section {
  background: linear-gradient(135deg, #1f3a5f 0%, #082d4a 100%);
  padding: 20px 20px;
  display: block;
  overflow: hidden;
  position: relative;
}

.gdc-college-hero-main-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* Left Side Styling */
.gdc-college-hero-content-column {
  flex: 1;
  min-width: 300px;
  padding-right: 30px;
  margin-bottom: 40px;
}

.gdc-college-hero-slogan-tag {
  display: inline-block;
  color: #ffd500; /* Logo Golden Yellow */
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.gdc-college-hero-primary-title {
  font-size: 42px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
  border-left: 5px solid #e32b31; /* Logo Red Accent */
  padding-left: 20px;
  margin-top: 0;
}

.gdc-college-hero-description-text {
  font-size: 17px;
  line-height: 1.7;
  color: #a3dbf1; /* Logo Light Blue */
  max-width: 520px;
  margin: 0;
}

/* Right Side Styling (Image Collage) */
.gdc-college-hero-visual-grid-column {
  flex: 1;
  min-width: 300px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  position: relative;
}

.gdc-college-hero-individual-img-frame {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.gdc-college-hero-individual-img-frame img {
  width: 100%;
  /* object-fit: contain; */
  display: block;
  max-height: 290px;
}

.gdc-college-hero-individual-img-frame img {
  width: 100%;
  height: 230px; /* same height sab ke liye */
  display: block;
}

/* Large image */
.gdc-college-hero-img-frame-large-span img {
  height: 320px;
  object-fit: cover;
}

.gdc-college-hero-img-frame-large-span {
  grid-column: span 2;
}

.gdc-college-hero-img-frame-large-span img {
  max-height: 320px;
}

/* Responsive Queries */
@media (max-width: 991px) {
  .gdc-college-hero-primary-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .gdc-college-hero-main-container {
    flex-direction: column;
    text-align: center;
  }
  .gdc-college-hero-content-column {
    padding-right: 0;
  }
  .gdc-college-hero-primary-title {
    border-left: none;
    border-bottom: 4px solid #e32b31;
    padding-left: 0;
    padding-bottom: 10px;
    display: inline-block;
  }
  .gdc-college-hero-description-text {
    margin: 0 auto;
  }
}

/* hero section end  */

/* about us section start  */
.gdc-about-full-wrapper {
  padding: 60px 0;
  background-color: #fcfdfe;
  font-family: "Poppins", sans-serif;
  color: #1f3a5f;
  overflow: hidden;
}

.gdc-about-full-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Section 1: The Trust & Founders */
.gdc-about-full-intro-flex {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
}

.gdc-about-full-text-side {
  flex: 1.2;
}
.gdc-about-full-image-side {
  flex: 0.8;
  position: relative;
}

.gdc-about-full-section-label {
  color: #e32b31;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.gdc-about-full-main-h2 {
  font-size: 36px;
  color: #1f3a5f;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
}

.gdc-about-full-para {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

/* Founder Special Box */
.gdc-about-full-founder-card {
  background: #fff;
  border: 1px solid #e1e8ed;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}

.gdc-about-full-founder-icon {
  background: #1f3a5f;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* Section 2: Cards Grid for "What are we" & "Goals" */
.gdc-about-full-goals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.gdc-about-full-goal-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(17, 75, 121, 0.08);
  border-bottom: 4px solid transparent;
  transition: all 0.3s ease;
  height: 100%;
}

.gdc-about-full-goal-card:hover {
  transform: translateY(-10px);
  border-bottom: 4px solid #e32b31;
}

.gdc-about-full-goal-card h3 {
  color: #1f3a5f;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
}

.gdc-about-full-accent-line {
  width: 40px;
  height: 4px;
  background: #ffd500;
  margin-bottom: 20px;
}

/* Collage styling */
.gdc-about-full-collage-box {
  position: relative;
}

.gdc-about-full-img-1 {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.gdc-about-full-stats-overlay {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #e3c840;
  padding: 15px 25px;
  border-radius: 12px;
  font-weight: 700;
  color: #1f3a5f;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .gdc-about-full-intro-flex {
    flex-direction: column;
    text-align: center;
  }
  .gdc-about-full-goals-grid {
    grid-template-columns: 1fr;
  }
  .gdc-about-full-founder-card {
    justify-content: center;
    text-align: left;
  }
}

/* about us section end  */

/* mission and vision section start */

.gdc-vmg-main-section {
  padding: 30px 5%;
  background: #f8fbff;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

.gdc-vmg-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* --- Vision & Mission Row --- */
.gdc-vmg-top-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}

.gdc-vmg-card-basic {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(17, 75, 121, 0.05);
  border-top: 5px solid #1f3a5f; /* Navy Blue */
  transition: all 0.4s ease;
  opacity: 0; /* For Scroll Animation */
  transform: translateY(30px);
}

.gdc-vmg-card-basic:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(17, 75, 121, 0.1);
}

.gdc-vmg-mission-card {
  border-top-color: #e32b31; /* Red */
}

.gdc-vmg-icon-circle {
  width: 60px;
  height: 60px;
  background: rgba(17, 75, 121, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #1f3a5f;
  margin-bottom: 20px;
  transition: 0.3s;
}

.gdc-vmg-mission-card .gdc-vmg-icon-circle {
  background: rgba(227, 43, 49, 0.1);
  color: #e32b31;
}

.gdc-vmg-card-basic:hover .gdc-vmg-icon-circle {
  transform: rotateY(180deg);
}

.gdc-vmg-card-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1f3a5f;
}

.gdc-vmg-card-text {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
}

/* --- Goals Grid --- */
.gdc-vmg-goals-header {
  text-align: center;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(20px);
}

.gdc-vmg-goals-header h2 {
  font-size: 32px;
  color: #1f3a5f;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.gdc-vmg-goals-header h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #ffd500; /* Yellow */
}

.gdc-vmg-goals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.gdc-vmg-goal-item {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  display: flex;
  gap: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
  border-left: 0 solid #ffd500;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0.9);
}

.gdc-vmg-goal-item:hover {
  border-left: 6px solid #ffd500;
  background: #fdfdfd;
  transform: translateX(5px) scale(1.02) !important;
}

.gdc-vmg-goal-icon {
  color: #1f3a5f;
  font-size: 26px;
  padding-top: 5px;
}

/* --- Scroll Animation Active State --- */
.gdc-vmg-reveal {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
}

/* --- Mobile Responsive --- */
@media (max-width: 768px) {
  .gdc-vmg-top-row {
    grid-template-columns: 1fr;
  }
  .gdc-vmg-main-section {
    padding: 50px 20px;
  }
}

/* mission and vision section end */
/* from the desk of founders section start  */
.gdc-v2-founders-wrapper {
  padding: 80px 5%;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  color: #1f3a5f;
}

.gdc-v2-founders-container {
  max-width: 1250px;
  margin: 0 auto;
}

/* Section Title */
.gdc-v2-founders-title-box {
  margin-bottom: 60px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
}

.gdc-v2-founders-title-box h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 5vw, 45px);
  color: #1f3a5f;
  margin: 0;
  position: relative;
  display: inline-block;
}

.gdc-v2-founders-title-box h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #e32b31;
  border-radius: 2px;
}

/* Main Flex Layout */
.gdc-v2-founders-flex {
  display: flex;
  gap: 50px;
  align-items: center;
}

/* Image Side - Creative Stack */
.gdc-v2-founders-visual {
  flex: 1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.gdc-v2-founders-card {
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.5s ease;
}

/* .gdc-v2-founders-card:nth-child(2) {
  margin-top: 40px;
} */

.gdc-v2-founders-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.gdc-v2-founders-name-tag {
  margin-top: 15px;
  text-align: center;
}

.gdc-v2-founders-name-tag h4 {
  margin: 0;
  color: #1f3a5f;
  font-size: 16px;
  font-weight: 700;
}

.gdc-v2-founders-name-tag p {
  margin: 0;
  font-size: 12px;
  color: #e32b31;
  font-weight: 600;
  text-transform: uppercase;
}

/* Content Side */
.gdc-v2-founders-content {
  flex: 1.2;
}

.gdc-v2-founders-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(30px);
}

.gdc-v2-founders-highlight-quote {
  background: #f8fbff;
  padding: 30px;
  border-radius: 20px;
  margin: 30px 0;
  border-left: 6px solid #ffd500;
  opacity: 0;
  transform: translateX(30px);
}

.gdc-v2-founders-highlight-quote h3 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  color: #1f3a5f;
  font-style: italic;
  margin: 0;
}

.gdc-v2-founders-highlight-quote span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #888;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.gdc-v2-founders-footer {
  margin-top: 30px;
  font-weight: 700;
  color: #1f3a5f;
  font-size: 18px;
  opacity: 0;
}

/* Animation State */
.gdc-v2-reveal {
  opacity: 1 !important;
  transform: translate(0) scale(1) !important;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* --- Responsive Fixes --- */
@media (max-width: 1024px) {
  .gdc-v2-founders-flex {
    flex-direction: column;
  }
  .gdc-v2-founders-visual {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 50px auto;
  }
}

@media (max-width: 600px) {
  .gdc-v2-founders-visual {
    grid-template-columns: 1fr;
  }
  .gdc-v2-founders-card:nth-child(2) {
    margin-top: 0;
  }
  .gdc-v2-founders-card img {
    height: 300px;
  }
  .gdc-v2-founders-wrapper {
    padding: 60px 20px;
  }
}

/* from the desk of founders section end   */

/* managing director section start  */
.gdc-md-exec-section {
  padding: 40px 5%;
  background: linear-gradient(135deg, #ffffff 0%, #f0f4f8 100%);
  font-family: "Poppins", sans-serif;
  position: relative;
  overflow: hidden;
}

.gdc-md-exec-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* Left Side: Profile Card */
.gdc-md-exec-profile-side {
  flex: 0.8;
  position: sticky;
  top: 50px;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.gdc-md-exec-image-card {
  background: #fff;
  padding: 15px;
  border-radius: 30px;
  box-shadow: 0 40px 80px rgba(17, 75, 121, 0.15);
  position: relative;
}

.gdc-md-exec-image-card img {
  width: 100%;
  border-radius: 20px;
  filter: grayscale(20%);
  transition: 0.5s;
}

.gdc-md-exec-image-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.02);
}

.gdc-md-exec-info-overlay {
  margin-top: 25px;
  text-align: center;
}

.gdc-md-exec-info-overlay h3 {
  font-family: "Playfair Display", serif;
  color: #1f3a5f;
  font-size: 28px;
  margin-bottom: 5px;
}

.gdc-md-exec-info-overlay p {
  color: #e32b31;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

/* Right Side: Narrative Content */
.gdc-md-exec-content-side {
  flex: 1.2;
}

.gdc-md-exec-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(17, 75, 121, 0.05);
  border-radius: 50px;
  color: #1f3a5f;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 20px;
  border: 1px solid rgba(17, 75, 121, 0.1);
}

.gdc-md-exec-heading {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  line-height: 1.2;
  color: #1f3a5f;
  margin-bottom: 30px;
}

.gdc-md-exec-para {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 25px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s ease-out;
}

/* Decorative Quote Box */
.gdc-md-exec-poetry-box {
  background: #1f3a5f;
  color: #fff;
  padding: 40px;
  border-radius: 25px;
  margin: 40px 0;
  position: relative;
  box-shadow: 0 20px 40px rgba(17, 75, 121, 0.3);
  opacity: 0;
  transform: scale(0.9);
  transition: 0.8s;
}

.gdc-md-exec-poetry-box h4 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 1.6;
  font-style: italic;
  margin: 0;
  position: relative;
  z-index: 1;
}

.gdc-md-exec-poetry-box i {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 60px;
  opacity: 0.1;
  color: #fadf57;
}

/* Animation Trigger Class */
.gdc-md-reveal-active {
  opacity: 1 !important;
  transform: translate(0) scale(1) !important;
}

/* Mobile Design */
@media (max-width: 992px) {
  .gdc-md-exec-container {
    flex-direction: column;
  }
  .gdc-md-exec-profile-side {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .gdc-md-exec-heading {
    font-size: 32px;
    text-align: center;
    margin-top: 40px;
  }
}
/* managing director section end */
/* executive director’s message section start */

.gdc-ed-v3-section {
  padding: 50px 5%;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  color: #333;
  overflow: hidden;
}

.gdc-ed-v3-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

/* Left: Visual Representation */
.gdc-ed-v3-visual-box {
  position: relative;
  opacity: 0;
  transform: scale(0.95);
  transition: all 1s ease;
}

.gdc-ed-v3-photo-frame {
  position: relative;
  z-index: 2;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05);
}

.gdc-ed-v3-photo-frame img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
}

.gdc-ed-v3-photo-frame:hover img {
  transform: scale(1.05);
}

.gdc-ed-v3-accent-shape {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 120px;
  height: 120px;
  background: #ffd500; /* Yellow */
  border-radius: 50%;
  z-index: 1;
  opacity: 0.4;
}

/* Right: Message Content */
.gdc-ed-v3-content {
  position: relative;
}

.gdc-ed-v3-tag {
  font-weight: 700;
  color: #e32b31;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  margin-bottom: 15px;
  display: block;
}

.gdc-ed-v3-name {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  color: #1f3a5f;
  margin-bottom: 5px;
  line-height: 1.1;
}

.gdc-ed-v3-designation {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
  font-weight: 500;
}

.gdc-ed-v3-para {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s ease forwards;
}

/* The "Aspire" Highlight Box */
.gdc-ed-v3-motto-box {
  margin: 40px 0;
  padding: 30px;
  background: #f8faff;
  border-right: 6px solid #1f3a5f;
  border-radius: 15px;
  opacity: 0;
  transition: 1s;
}

.gdc-ed-v3-motto-box h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #1f3a5f;
  margin: 0;
  text-align: center;
  letter-spacing: 1px;
}

.gdc-ed-v3-footer {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 20px;
  opacity: 0;
}

.gdc-ed-v3-welcome {
  font-weight: 600;
  color: #1f3a5f;
  font-size: 17px;
}

/* Animation Reveal */
.gdc-ed-v3-reveal-active {
  opacity: 1 !important;
  transform: translate(0) scale(1) !important;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .gdc-ed-v3-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .gdc-ed-v3-visual-box {
    max-width: 400px;
    margin: 0 auto;
  }
  .gdc-ed-v3-motto-box {
    border-right: none;
    border-bottom: 6px solid #1f3a5f;
  }
}

/* executive director’s message section end */

/* principal message section start */
.gdc-pr-main-wrapper {
  padding: 80px 5%;
  background-color: #fdfdfd;
  font-family: "Poppins", sans-serif;
  color: #333;
  overflow: hidden;
}

.gdc-pr-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* Principal Image Styling */
.gdc-pr-image-column {
  flex: 0.8;
  position: sticky;
  top: 40px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.9s ease;
}

.gdc-pr-image-card {
  position: relative;
  background: #fff;
  padding: 12px;
  border-radius: 4px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
  border-bottom: 8px solid #1f3a5f; /* Navy Blue */
}

.gdc-pr-image-card img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.gdc-pr-image-card:hover img {
  transform: scale(1.03);
}

.gdc-pr-badge {
  background: #e32b31; /* Red */
  color: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 0 0 4px 4px;
}

.gdc-pr-badge h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.gdc-pr-badge span {
  font-size: 13px;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Message Content Styling */
.gdc-pr-text-column {
  flex: 1.2;
}

.gdc-pr-title-area {
  margin-bottom: 35px;
  opacity: 0;
  transform: translateX(30px);
  transition: 0.8s ease;
}

.gdc-pr-title-area h2 {
  font-family: "Crimson Pro", serif;
  font-size: 40px;
  color: #1f3a5f;
  margin: 0;
}

.gdc-pr-quote-start {
  font-size: 50px;
  color: #ffd500;
  line-height: 0;
  margin-bottom: 10px;
  display: block;
}

.gdc-pr-paragraph {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s ease;
}

.gdc-pr-emphasis {
  color: #1f3a5f;
  font-weight: 600;
  border-bottom: 2px solid #ffd500;
}

.gdc-pr-closing {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  opacity: 0;
  transition: 0.8s ease;
}

.gdc-pr-regards {
  color: #e32b31;
  font-weight: 700;
  font-size: 18px;
}

/* Reveal Class */
.gdc-pr-reveal {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1) !important;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .gdc-pr-container {
    flex-direction: column;
  }
  .gdc-pr-image-column {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .gdc-pr-title-area h2 {
    font-size: 32px;
    text-align: center;
    margin-top: 30px;
  }
}

/* principal message section end */

/* our rule and regulation section start */
:root {
  --gdc-navy: #1f3a5f;
  --gdc-red: #e32b31;
  --gdc-gold: #ffd500;
  --gdc-bg: #f8fafc;
}

.gdc-coc-v2-wrapper {
  padding: 50px 5%;
  background: var(--gdc-bg);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #1e293b;
  position: relative;
  overflow: hidden;
}

/* Background Decorative Elements */
.gdc-coc-v2-wrapper::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(17, 75, 121, 0.03) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.gdc-coc-v2-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Header Styling */
.gdc-coc-v2-header {
  text-align: center;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.gdc-coc-v2-header span {
  background: rgba(17, 75, 121, 0.1);
  color: var(--gdc-navy);
  padding: 8px 20px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  display: inline-block;
}

.gdc-coc-v2-header h3 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(26px, 6vw, 45px);
  font-weight: 600;
  color: var(--gdc-navy);
  margin: 10px 0 20px;
  line-height: 1.1;
}

/* Modern Bento Grid */
.gdc-coc-v2-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 30px;
}

/* Individual Card */
.gdc-coc-v2-card {
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 32px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  opacity: 0;
  transform: translateY(40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gdc-coc-v2-card:hover {
  transform: translateY(-12px);
  background: var(--gdc-navy);
  border-color: var(--gdc-navy);
  box-shadow: 0 30px 60px rgba(1, 23, 42, 0.15);
}

.gdc-coc-v2-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}

.gdc-coc-v2-icon-box {
  width: 64px;
  height: 64px;
  background: #f1f5f9;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--gdc-navy);
  transition: 0.4s;
}

.gdc-coc-v2-card:hover .gdc-coc-v2-icon-box {
  background: rgba(255, 255, 255, 0.1);
  color: var(--gdc-gold);
  transform: scale(1.1) rotate(-5deg);
}

.gdc-coc-v2-number {
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: rgba(94, 129, 158, 0.6);
  line-height: 1;
  transition: 0.4s;
}

.gdc-coc-v2-card:hover .gdc-coc-v2-number {
  color: rgba(7, 5, 5, 0.1);
}

.gdc-coc-v2-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--gdc-navy);
  transition: 0.4s;
}

.gdc-coc-v2-card:hover h3 {
  color: #fff;
}

.gdc-coc-v2-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
  transition: 0.4s;
}

.gdc-coc-v2-card:hover p {
  color: rgba(255, 255, 255, 0.8);
}

/* Action Banner */
.gdc-coc-v2-footer {
  margin-top: 60px;
  background: linear-gradient(135deg, var(--gdc-navy) 0%, #082f4d 100%);
  padding: 50px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  opacity: 0;
  position: relative;
  overflow: hidden;
}

.gdc-coc-v2-footer::after {
  content: "\f19d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: -20px;
  bottom: -30px;
  font-size: 200px;
  opacity: 0.05;
  color: #fff;
}

.gdc-coc-v2-footer h4 {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  margin-bottom: 15px;
}

.gdc-coc-v2-footer p {
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.6;
}

/* Animation */
.gdc-coc-v2-reveal {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

@media (max-width: 768px) {
  .gdc-coc-v2-grid {
    grid-template-columns: 1fr;
  }
  .gdc-coc-v2-footer {
    padding: 40px 25px;
  }
  .gdc-coc-v2-card {
    padding: 35px 25px;
  }
}

/* our rule and regulation section end */

/* boards sections start   */
.gdc-cards-section {
  padding: 30px 3%;
  background-color: #fcfdfe;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.gdc-cards-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

/* Individual Card Style */
.gdc-history-card {
  position: relative;
  border-radius: 30px;
  padding: 45px 35px;
  color: #ffffff;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.gdc-history-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* Top Badges (Board & Year) */
.gdc-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.gdc-board-badge {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  padding: 6px 14px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}

.gdc-year-badge {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 800;
  opacity: 0.9;
}

/* Content Area */
.gdc-card-body h3 {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.gdc-card-body p {
  font-size: 13px;
  opacity: 0.85;
  line-height: 1.5;
  font-weight: 400;
}

/* Decorative Circle */
.gdc-history-card::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: 0.4s;
}

.gdc-history-card:hover::after {
  transform: scale(1.5);
}

/* Custom Colors from Image */
.bg-1997 {
  background: linear-gradient(135deg, #1a1040, #2d1d4d);
}
.bg-2000 {
  background: linear-gradient(135deg, #1f3a5f, #1c6ec0);
}
.bg-2005 {
  background: linear-gradient(135deg, #03301a, #034524);
}
.bg-2011 {
  background: linear-gradient(135deg, #e6a000, #f7b731);
}
.bg-2019 {
  background: linear-gradient(135deg, #c01c22, #e32a31);
}
.bg-2020 {
  background: linear-gradient(135deg, #702568, #8c2f81);
}
.bg-2022 {
  background: linear-gradient(135deg, #017a3a, #019d4b);
}
.bg-2023 {
  background: linear-gradient(135deg, #152048, #213271);
}
.bg-2025 {
  background: linear-gradient(135deg, #81267a, #9e3095);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .gdc-cards-container {
    grid-template-columns: 1fr;
  }
  .gdc-history-card {
    min-height: auto;
    padding: 35px 25px;
  }
}

/* boards section end  */
